@charset "UTF-8";
*:not(#_) {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #434B52;
  font-size: 1.5rem;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html body.navigation-hovered::before {
  display: none;
}

.overall-wrapper {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .overall-wrapper {
    padding-top: 0;
  }
  .sidebar-indented .content .sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}

.container {
  width: 100%;
  padding: 0 2rem;
}
.container.content-wrapper {
  padding: 0 1rem;
}
body.type-product.type-detail .container.content-wrapper {
  padding-top: 2rem;
}
@media (min-width: 992px), (min-width: 992px) {
  body.type-product.type-detail .container.content-wrapper {
    padding-top: 4.8rem;
  }
}

body.ordering-process .container.content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  body.ordering-process .container.content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .container.content-wrapper {
    padding: 0 2rem;
  }
}

.container.navigation-wrapper {
  padding: 0 2rem;
  flex-wrap: nowrap;
}

.poradna-hp .container {
  display: flex;
  flex-direction: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .poradna-hp .container {
    flex-direction: row;
  }
}

@media (min-width: 1440px) {
  .container {
    width: calc(141.8rem + 4rem);
  }
}

.top-navigation-bar {
  background: #262626;
  border: 0;
  height: 4rem;
}

.top-navigation-menu {
  height: auto;
}
body.in-krok-1 .top-navigation-menu, body.in-krok-2 .top-navigation-menu {
  display: none;
}

.top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-menu li {
  position: relative;
  cursor: pointer;
}
.top-menu li.active {
  cursor: auto;
}

.top-menu li::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FF6600;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: none;
}
.top-menu li.active::before {
  display: block;
}

.top-menu li span {
  display: block;
  height: 4rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.top-menu li.active span {
  background: #000000;
}

.top-menu li:nth-child(1) span {
  background: #000000;
}

.top-menu li:nth-child(2) span {
  background: #FF6600;
}

.top-menu li:nth-child(3) span {
  background: #13CCAB;
}

.top-menu li:nth-child(4) span {
  background: #20B1DF;
}

.top-navigation-tools:not(#_) .top-navigation-bar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  gap: 1.6rem;
}
body.in-krok-1 .top-navigation-tools:not(#_) .top-navigation-bar-menu, body.in-krok-2 .top-navigation-tools:not(#_) .top-navigation-bar-menu {
  display: none;
}

@media (min-width: 1200px) {
  .top-navigation-tools:not(#_) .top-navigation-bar-menu {
    display: flex;
  }
}
.top-navigation-tools:not(#_) .top-navigation-bar-menu li a {
  color: #CED4D9;
  font-weight: 400;
  padding: 0 0.8rem;
  height: 4rem;
  display: flex;
  align-items: center;
}
.top-navigation-tools:not(#_) .top-navigation-bar-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.top-navigation-tools:not(#_) .dropdown {
  height: 4rem;
  color: #CED4D9;
  font-weight: 400;
  margin: 0 0 0 0.8rem;
  border-left: 0.1rem solid #434B52;
  border-right: 0.1rem solid #434B52;
}
.top-navigation-tools:not(#_) .dropdown button {
  padding: 0 4rem 0 1.6rem;
}
.top-navigation-tools:not(#_) .dropdown button .caret:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
  top: calc(50% - 0.8rem);
  margin: 0;
  background: url("/user/documents/upload/Images/chevron-down-white.svg") no-repeat center;
}

.top-navigation-tools:not(#_) > a {
  display: none;
  color: #CED4D9;
  padding: 0 0 0 1.6rem;
}
.top-navigation-tools:not(#_) > a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#header .header-top {
  background: #000000;
  padding: 0;
  min-height: 6rem;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  #header .header-top {
    padding: 1.5rem 0;
  }
}
@media (min-width: 992px) {
  #header .header-top {
    min-height: 10.5rem;
  }
}
#header .header-top .site-name {
  min-width: 10rem;
  max-width: 10rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  #header .header-top .site-name {
    max-width: 13.8rem;
  }
}

#header .header-top .search {
  padding: 0;
  margin-left: 5rem;
  flex: 0 1 35%;
  position: absolute;
  left: -5rem;
  top: 0;
}
@media (min-width: 768px) {
  #header .header-top .search {
    position: static;
    left: auto;
    top: auto;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  #header .header-top .search {
    margin-left: 10rem;
    flex: 0 1 41%;
    margin-right: 0;
  }
}

#header .header-top .navigation-buttons {
  margin-left: auto;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 0;
}
@media (min-width: 992px) {
  #header .header-top .navigation-buttons {
    margin-left: 4.8rem;
    justify-content: flex-start;
  }
}
#header .header-top .navigation-buttons .header-phone {
  display: none;
  align-items: center;
  margin-right: auto;
}
body.in-krok-1 #header .header-top .navigation-buttons .header-phone, body.in-krok-2 #header .header-top .navigation-buttons .header-phone {
  margin-left: auto;
  margin-right: 5rem;
}

@media (min-width: 768px) {
  #header .header-top .navigation-buttons .header-phone {
    display: flex;
  }
}
#header .header-top .navigation-buttons .header-phone::before {
  content: "";
  min-width: 4.6rem;
  max-width: 4.6rem;
  height: 4.6rem;
  background: url("/user/documents/upload/Images/user-photo.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 0.8rem;
}

#header .header-top .navigation-buttons .header-phone .cellphone {
  white-space: nowrap;
}
#header .header-top .navigation-buttons .header-phone .cellphone::after {
  content: "Po-Pá: 8:00 - 18:00";
  color: #7B8186;
  display: block;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-top: 0.4rem;
}

#header .header-top .navigation-buttons .header-phone .cellphone a {
  color: #ffffff;
  margin-left: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  height: auto;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
#header .header-top .navigation-buttons .header-phone .cellphone a:hover {
  text-decoration: underline;
}

#header .header-top .navigation-buttons .header-phone .cellphone a::before {
  content: "";
  min-width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/phone2.svg") no-repeat center;
}
.icebreaker #header .header-top .navigation-buttons .header-phone .cellphone a::before,
.k2 #header .header-top .navigation-buttons .header-phone .cellphone a::before,
.seatosummit #header .header-top .navigation-buttons .header-phone .cellphone a::before{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
#header .header-top .navigation-buttons > a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  margin: 0;
  height: 6rem;
}
#header .header-top .navigation-buttons > a.top-nav-button {
  display: flex;
}

#header .header-top .navigation-buttons > a.cart-count {
  display: flex;
  padding-right: 1.6rem;
  width: auto;
}

#header .header-top .navigation-buttons > a[data-target=navigation]:not(#_):not(#_):not(#_):not(#_) {
  background: transparent;
}

@media (min-width: 768px) {
  #header .header-top .navigation-buttons > a {
    display: none;
    padding: 0 1rem;
  }
}
#header .header-top .navigation-buttons > a span {
  display: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #CED4D9;
}

#header .header-top .navigation-buttons > a::before {
  color: #ffffff;
  min-width: 2.4rem;
  height: 2.4rem;
  font-size: 2rem;
}
#header .header-top .navigation-buttons > a.top-nav-button::before {
  content: "";
  background: url("/user/documents/upload/Images/user.svg") no-repeat center;
}
.top-nav-button-logout.logout{display: none !important;}
#header .header-top .navigation-buttons > a.cart-count::before {
  content: "";
  background: url("/user/documents/upload/Images/shopping-cart.svg") no-repeat center;
}

#header .header-top .navigation-buttons > a[data-target=search]::before {
  content: "";
  background: url("/user/documents/upload/Images/search.svg") no-repeat center;
}

#header .header-top .navigation-buttons > a[data-target=navigation]::before {
  line-height: 2.4rem;
}

#header .header-top .navigation-buttons > a::after {
  display: none;
}
#header .header-top .navigation-buttons > a.cart-count::after {
  content: "0";
  width: 1.6rem;
  height: 1.6rem;
  background: #FF6600;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 2.3rem;
  top: 0.8rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #ffffff;
  padding: 0 0.1rem 0.1rem 0;
}

#header .header-top .navigation-buttons > a.cart-count.full::after {
  display: none;
}

#header .header-top .navigation-buttons > a i {
  width: 1.6rem;
  height: 1.6rem;
  background: #FF6600;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 2.3rem;
  top: 0.8rem;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #ffffff;
  padding: 0 0.1rem 0.1rem 0;
}

#header .header-top .navigation-buttons > a .cart-price {
  align-items: center;
  gap: 1.2rem;
  color: #ffffff;
}
#header .header-top .navigation-buttons > a.cart-count.full .cart-price {
  display: none;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: nowrap;
}
body.cart-window-visible #header .header-top .navigation-buttons > a.cart-count.full .cart-price {
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #header .header-top .navigation-buttons > a.cart-count.full .cart-price {
    display: flex !important;
  }
}

#header .header-top .navigation-buttons > a .cart-price::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(180deg);
  background: url("/user/documents/upload/Images/chevron-up.svg") no-repeat center;
}
body.cart-window-visible #header .header-top .navigation-buttons > a .cart-price::after {
  transform: rotate(0);
}

#header .header-bottom {
  background: #ffffff;
  border-top: 0;
}
body:not(.has-carousel):not(.type-category) #header .header-bottom {
  border-bottom: 1px solid #CED4D9;
}

.search-form:not(#_) {
  position: fixed;
  top: 6rem;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 1rem;
  border-bottom: 1px solid #CED4D9;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .search-form:not(#_) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: transparent;
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
  }
}
.search-form:not(#_) .search-input-icon {
  width: 2.4rem;
  height: 2.4rem;
  left: auto;
  right: 1.2rem;
  transform: translate(0, -50%);
}
.search-form:not(#_) .search-input-icon::before {
  font-size: 2rem;
  color: #ffffff;
}
.search-form:not(#_):hover .search-input-icon::before {
  color: #000000;
}

.search-form:not(#_):focus-within .search-input-icon::before {
  color: #000000;
}

.search-focused .search-form:not(#_) .search-input-icon::before {
  content: "\e920";
}

.smart-labels-active .smart-label-wrapper.populated .select-label {
  color: #434B52;
  font-size: 1.1rem;
  padding-top: 1.5rem;
  opacity: 1;
}

.form-control {
  height: 6.4rem;
  border: 1px solid #CED4D9;
}
.form-control.short:not(#_) {
  max-width: 19rem;
}

.form-control.search-input:not(#_) {
  padding: 0 5rem 0 1.6rem;
  color: #6E7174;
  font-size: 1.6rem;
  height: 4.8rem;
  border: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .form-control.search-input:not(#_) {
    background: #313131;
  }
}
#header .search-form:hover .form-control.search-input:not(#_) {
  background: #ffffff;
}

#header .search-form:focus-within .form-control.search-input:not(#_) {
  background: #ffffff;
}

.form-control[type=select]:not(#_) {
  border-color: #CED4D9;
  padding: 1.7rem 1.6rem 0 1.2rem;
  font-size: 1.6rem;
  appearance: none;
  background: url("/user/documents/upload/Images/chevron-down.svg") #ffffff no-repeat center right 1.6rem;
}
body.in-krok-2 .form-control[type=select]:not(#_) {
  padding-left: 2rem;
}

.form-control[type=select]:disabled:not(#_) {
  opacity: 1;
  border-color: #CED4D9;
  background: url("/user/documents/upload/Images/select-disabled.svg") #F0F3F5 no-repeat center right 1.6rem;
  color: #434B52;
}

.newsletter-wrapper .subscribe-form .validator-msg-holder .form-control {
  height: 4.8rem;
}

.login-widget .form-control {
  height: 5.6rem;
  padding-left: 5.2rem;
}

.phone-combined-input .form-control {
  border-left: 0;
}

body.in-krok-2 .form-control {
  padding-left: 2rem;
}

.form-control::placeholder {
  color: #6E7174;
}
#header .search-form:hover .form-control::placeholder {
  color: #6E7174;
}

#header .search-form:focus-within .form-control::placeholder {
  color: #6E7174;
}

#navigation {
  top: 100px;
}
@media (min-width: 768px) {
  #navigation {
    top: auto;
    min-height: 6.5rem;
  }
}
#navigation .navigation-in .menu-level-1 > li {
  border: 0;
}
#navigation .navigation-in .menu-level-1 > li > a {
  display: flex;
  padding: 1.5rem 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a:hover {
    background: #000000;
    color: #ffffff;
  }
}

#navigation .navigation-in .menu-level-1 > li > a.active {
  color: #FF6600;
}
@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a.active {
    background: #000000;
    color: #ffffff;
  }
}

#navigation .navigation-in .menu-level-1 > li.exp > a {
  background: #000000;
  color: #ffffff;
}

@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    padding: 2.5rem 1rem;
  }
}
@media (min-width: 1440px) {
  #navigation .navigation-in .menu-level-1 > li > a {
    padding: 2.5rem 1.2rem;
    font-size: 1.8rem;
  }
}
#navigation .navigation-in .menu-level-1 > li > a::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #FF6600;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a:hover::before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li.exp > a::before {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a.active::before {
    opacity: 1;
  }
}

#navigation .navigation-in .menu-level-1 > li > a b:not(#_) {
  text-decoration: none;
}

#navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
  width: 1rem;
  height: 1rem;
  display: block;
  margin-left: 0.5rem;
  position: relative;
}
@media (min-width: 1200px) {
  #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.8rem;
  }
}
#navigation .navigation-in .menu-level-1 > li > a .submenu-arrow::after {
  content: "";
  color: #FF6600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1rem;
  text-align: center;
  font-size: 1rem;
  background: url("/user/documents/upload/Images/navigation-arrow.svg") no-repeat center;
}
#navigation .navigation-in .menu-level-1 > li > a:hover .submenu-arrow::after {
  background: url("/user/documents/upload/Images/navigation-arrow.svg") no-repeat center;
}
@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a:hover .submenu-arrow::after {
    background-image: url("/user/documents/upload/Images/menu-arrow-white.svg");
  }
}

#navigation .navigation-in .menu-level-1 > li > a.active .submenu-arrow::after {
  background: url("/user/documents/upload/Images/navigation-arrow.svg") no-repeat center;
}
@media (min-width: 768px) {
  #navigation .navigation-in .menu-level-1 > li > a.active .submenu-arrow::after {
    background-image: url("/user/documents/upload/Images/menu-arrow-white.svg");
  }
}

#navigation .navigation-in .menu-level-1 > li.exp > a .submenu-arrow::after {
  background-image: url("/user/documents/upload/Images/menu-arrow-white.svg");
}

@media (min-width: 1200px) {
  #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow::after {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

#content {
  padding: 0;
}
#content > h4 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-top: 4.8rem;
  margin-bottom: 2.4rem;
}

.benefitBanner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin: 2.8rem 0;
  justify-content: center;
}
body.type-product.type-detail .benefitBanner {
  border-bottom: 1px solid #CED4D9;
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  body.type-product.type-detail .benefitBanner {
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .benefitBanner {
    margin: 4.8rem 0;
  }
}
@media (min-width: 1200px) {
  .benefitBanner {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.benefitBanner .benefitBanner__item {
  margin-bottom: 0;
  min-width: 30rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item {
    min-width: calc(50% - 4rem);
    max-width: calc(50% - 4rem);
  }
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    min-width: 0;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__picture {
  display: flex;
  justify-content: center;
  width: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  flex: unset;
  margin-right: 1.2rem;
}
.benefitBanner .benefitBanner__item .benefitBanner__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefitBanner .benefitBanner__item .benefitBanner__content {
  padding-right: 0;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
  display: block;
}

.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-top: 0.7rem;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data a {
  color: #FF6600;
  text-decoration: underline;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data a:hover {
  text-decoration: none;
}

.shipping-options-popup h1 {
  margin-top: 0;
}

.welcome-wrapper .welcome h1 {
  color: #ffffff;
  order: 1;
  font-size: 3.6rem;
  line-height: 4rem;
  max-width: none;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome h1 {
    max-width: 46rem;
  }
}

.p-detail-inner-header h1 {
  font-size: 3.6rem;
  font-size: 4rem;
  margin-top: 1.6rem;
}

.news-item-detail h1 {
  margin: 0;
  font-size: 3.6rem;
  line-height: 4rem;
  color: #000000;
}

.dekujeme-top h1 {
  color: #ffffff;
  margin: 0 0 1.2rem 0;
  font-size: 3.6rem;
  line-height: 4rem;
}

.news-item h2 {
  position: absolute;
  z-index: 2;
  bottom: 15rem;
  left: 4rem;
  right: 4rem;
  padding: 0;
  margin: 0;
}

.login-widget h2 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 3.2rem;
}

.news-item h2 a {
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-decoration: underline;
  color: #ffffff;
}
.news-item h2:hover a {
  text-decoration: none;
}

h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 26px;
  text-align: center;
  color: #000000;
  margin: 0 0 2.4rem 0;
}
h3.searchWhisperer__products__heading {
  padding: 2.8rem 3.2rem 3.2rem;
  text-align: left;
  margin-bottom: 0;
}

h3.searchWhisperer__additionalResults__heading {
  text-align: left;
  margin: 0 0 2.4rem 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.prodejna-info h3 {
  text-align: left;
  margin-bottom: 0;
}

.h4:not(#_) {
  margin: 0 0 4rem 0;
}
.h4:not(#_).homepage-group-title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: #000000;
  margin-top: 6.4rem;
}
.poradna-hp .h4:not(#_).homepage-group-title {
  margin: 0 0 2.4rem;
  color: #ffffff;
}
@media (min-width: 992px), (min-width: 992px) {
  .poradna-hp .h4:not(#_).homepage-group-title {
    text-align: left;
  }
}

h4:not(#_).order-information {
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}

h4:not(#_).order-delivery, h4:not(#_).order-payment {
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
}

h4:not(#_).order-icon {
  padding: 0;
}

.order-summary-inner h4:not(#_) {
  font-size: 2.2rem;
  padding: 0;
  margin: 0 0 3.2rem 0;
  display: block;
}

.filter-section h4:not(#_), .slider-wrapper h4:not(#_) {
  font-size: 1.6rem;
  color: #000000;
  margin: 0;
  padding: 1.6rem 0;
  position: relative;
  cursor: pointer;
}

.slider-wrapper h4:not(#_) {
  margin: 0 0 2.4rem;
}

body.in-krok-2 h4:not(#_) {
  padding: 0;
  font-size: 2.2rem;
  color: #000000;
  margin: 4.8rem 0 3.2rem 0;
}

.recapitulation-wrapper .co-box.co-order h4:not(#_) {
  display: none;
}

.recapitulation-wrapper .co-box.co-payment-method h4:not(#_) {
  font-size: 1.8rem;
  padding: 0 0 1.8rem 0;
  margin: 0;
}

body.in-krok-2 fieldset.stay-in-touch h4:not(#_) {
  display: none;
}

h4.order-icon:not(#_)::before {
  display: none;
}

body.in-krok-2 h4:not(#_)::before {
  display: none;
}

.filter-section h4:not(#_)::after, .slider-wrapper h4:not(#_)::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/chevron-down2.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8rem;
}

.filter-section.otevreny h4:not(#_)::after, .slider-wrapper.otevreny h4:not(#_)::after {
  transform: rotate(180deg);
}

.registrace-box h5 {
  margin: 0 0 0.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.loga {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loga .loga-in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.loga .loga-in a {
  flex: 1;
  min-width: 14rem;
  max-width: 14rem;
  height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid transparent;
  position: relative;
}
.loga .loga-in a:hover {
  border-color: #000000;
}

.loga .loga-in a img {
  max-width: 80%;
}

.footer-banners {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-banners::before {
  display: none;
}

.footer-banners::after {
  display: none;
}

.footer-banners .footer-banner {
  position: relative;
  flex: 1;
  min-width: calc(50% - 1rem);
}
@media (min-width: 768px) {
  .footer-banners .footer-banner {
    min-width: calc(16.6666666667% - 1rem);
  }
}
.footer-banners .footer-banner:nth-child(1), .footer-banners .footer-banner:nth-child(2), .footer-banners .footer-banner:nth-child(3) {
  flex: 1;
  min-width: 100%;
}
@media (min-width: 768px) {
  .footer-banners .footer-banner:nth-child(1), .footer-banners .footer-banner:nth-child(2), .footer-banners .footer-banner:nth-child(3) {
    min-width: calc(33.3333333333% - 1rem);
  }
}

.footer-banners .footer-banner a:hover {
  z-index: 5;
  box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, 0.5);
}

.footer-banners .footer-banner a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.7%, rgba(0, 0, 0, 0.5) 100%);
}

.footer-banners .footer-banner a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-banners .footer-banner a .extended-banner-texts {
  z-index: 5;
  left: 2.4rem;
  bottom: 2.4rem;
  top: auto;
  right: 2.4rem;
}
.footer-banners .footer-banner:nth-child(1) a .extended-banner-texts, .footer-banners .footer-banner:nth-child(2) a .extended-banner-texts, .footer-banners .footer-banner:nth-child(3) a .extended-banner-texts {
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
}
@media (min-width: 992px) {
  .footer-banners .footer-banner:nth-child(1) a .extended-banner-texts, .footer-banners .footer-banner:nth-child(2) a .extended-banner-texts, .footer-banners .footer-banner:nth-child(3) a .extended-banner-texts {
    left: 4rem;
    bottom: 4rem;
    right: 4rem;
  }
}

.footer-banners .footer-banner a .extended-banner-texts::after {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  display: none;
  background: url("/user/documents/upload/Images/chevron-right2.svg") #FF6600 no-repeat center;
}
.footer-banners .footer-banner:nth-child(1) a .extended-banner-texts::after, .footer-banners .footer-banner:nth-child(2) a .extended-banner-texts::after, .footer-banners .footer-banner:nth-child(3) a .extended-banner-texts::after {
  display: block;
}

.footer-banners .footer-banner a .extended-banner-texts .extended-banner-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-decoration: underline;
  color: #ffffff;
  position: relative;
  padding: 0;
}
.footer-banners .footer-banner:nth-child(1) a .extended-banner-texts .extended-banner-title, .footer-banners .footer-banner:nth-child(2) a .extended-banner-texts .extended-banner-title, .footer-banners .footer-banner:nth-child(3) a .extended-banner-texts .extended-banner-title {
  font-size: 2rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  .footer-banners .footer-banner:nth-child(1) a .extended-banner-texts .extended-banner-title, .footer-banners .footer-banner:nth-child(2) a .extended-banner-texts .extended-banner-title, .footer-banners .footer-banner:nth-child(3) a .extended-banner-texts .extended-banner-title {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }
}

a.all {
  margin-top: 1.6rem;
  color: #FF6600;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: center;
  text-decoration: underline;
}
a.all:hover {
  text-decoration: none;
}

.blog-hp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1.6rem;
}
.news-wrapper .news-item {
  margin: 0;
  height: 35rem;
  position: relative;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .news-wrapper .news-item {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (min-width: 1200px) {
  .news-wrapper .news-item {
    flex: 1 1 calc(33.3333333333% - 1rem);
  }
}
.news-wrapper .news-item .news-item-link-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.news-wrapper .news-item .news-item-link-img::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}

.news-wrapper .news-item .news-item-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.news-wrapper .news-item time {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: #ffffff;
  padding: 0.6rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #000000;
}

.news-wrapper .news-item .description {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #ffffff;
  position: absolute;
  bottom: 8rem;
  left: 4rem;
  right: 4rem;
  z-index: 2;
  max-height: 5.2rem;
  overflow: hidden;
}
.news-wrapper .news-item .description p {
  margin: 0 !important;
}

.news-wrapper .news-item .more {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-decoration: underline;
}
.news-wrapper .news-item .more:hover {
  text-decoration: none;
}

.products-wrapper.product-slider-holder {
  padding-top: 0;
  padding-bottom: 8rem;
}
.products-wrapper.product-slider-holder.products-related-wrapper {
  padding-bottom: 0;
}

.products-wrapper.product-slider-holder.products-alternative-wrapper {
  padding-bottom: 0;
}

.products-wrapper.product-slider-holder .products {
  padding: 0;
}

.product-slider-pagination:not(#_) {
  margin-top: 1.6rem;
}
.product-slider-pagination:not(#_) .pagination-button {
  margin: 0.4rem 0.2rem;
}
.product-slider-pagination:not(#_) .pagination-button.active {
  background: #FF6600;
}

.product-slider-navigation:not(#_) {
  width: 3.4rem;
  height: 3.4rem;
  background: #000000;
}
.product-slider-navigation:not(#_)::before {
  font-size: 1.2rem;
  color: #ffffff;
  background: #000000;
}
.product-slider-navigation:not(#_):hover::before {
  color: #ffffff;
}

.product-slider-navigation.navigation-next:not(#_)::before {
  margin-left: 0.2rem;
}

.product-slider-navigation.navigation-prev:not(#_)::before {
  margin-left: 0;
}

.flag {
  padding: 0.2rem 0.4rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
  color: #ffffff;
  text-transform: none;
}
.flag.flag-sleva {
  background: #D35170;
}

.image > .flag {
  position: absolute;
  left: 1.6rem;
  top: 3.2rem;
}

.category-header {
  flex-direction: row-reverse;
  margin-top: 3.6rem;
  margin-bottom: 2.4rem;
  width: 100%;
}
@media (min-width: 992px) {
  .category-header {
    width: 100%;
  }
}
.category-header .category-header-pagination {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #434B52;
  padding-left: 3.6rem;
  padding-bottom: 0.7rem;
}

.category-header form .dropdown {
  display: inline-flex;
}
.category-header form .dropdown .dropdown-menu li label, .category-header form .dropdown .dropdown-menu li strong {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: black;
  padding: 1.6rem;
}

.category-header form .dropdown .products-listing-order-heading {
  display: none;
}

@media (min-width: 768px) {
  .category-header form .dropdown button#products-listing-order {
    display: none;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 700;
    color: black;
    padding: 1.6rem;
    margin-left: -1.6rem;
    margin-right: 1.6rem;
    pointer-events: none;
    color: #FF6600;
    position: relative;
  }
}
@media (min-width: 768px) {
  .category-header form .dropdown button#products-listing-order::after {
    content: "";
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 0.5rem;
    border: 1px solid #FF6600;
  }
}

@media (min-width: 768px) {
  .category-header form .dropdown button#products-listing-order .icon-chevron-down {
    display: none;
  }
}

@media (min-width: 768px) {
  .category-header form .dropdown .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    position: static;
    box-shadow: none;
    border: 0;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .category-header form .dropdown .dropdown-menu li:first-child {
    margin-left: -1.6rem;
  }
}

@media (min-width: 768px) {
  .category-header form .dropdown .dropdown-menu li:last-child {
    margin-right: -1.6rem;
  }
}

.category-header form .dropdown .dropdown-menu li strong {
  color: #FF6600;
  position: relative;
}
.category-header form .dropdown .dropdown-menu li strong::after {
  content: "";
  position: absolute;
  left: 1.6rem;
  right: 1.6rem;
  bottom: 0.5rem;
  border: 1px solid #FF6600;
}

.category-header form .dropdown .dropdown-menu li label {
  transition: color 0.15s ease-in-out;
}
.category-header form .dropdown .dropdown-menu li label:hover {
  color: #FF6600;
}

.product {
  border: 1px solid transparent;
  padding-bottom: 3.2rem !important;
}
.product:hover {
  box-shadow: none !important;
  border-color: #CED4D9 !important;
}

.products-page .product:not(#_) {
  border-bottom: 1px solid #CED4D9;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .products-page .product:not(#_) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .products-page .product:not(#_) {
    width: 33.3333333333%;
  }
}

.product .p .image {
  position: relative;
  padding: 3.2rem 1.6rem 0;
  dispaly: flex;
  align-items: center;
  justify-content: center;
}
.product .p .image img {
  width: 100%;
  height: auto;
}

.product .p .image .flags {
  left: 1.6rem;
  top: 3.2rem;
}
.product .p .image .flags.flags-extra {
  display: none;
}

.product .p .p-in:not(#_) {
  padding: 0 1rem;
  position: relative;
  padding-top: 30px !important;
}
@media (min-width: 992px) {
  .product .p .p-in:not(#_) {
    padding: 0 2.4rem;
  }
}

.product .p .p-in .widget-parameter-wrapper {
position: absolute;top: -12px;margin: 0;
}
.product .p .p-in .widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  gap: 0.2rem;
}
.product .p .p-in .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value a {
  padding: 0.4rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: center;
  color: #434B52;
  background: #F0F3F5;
  text-decoration: none;
}
.product .p .p-in .widget-parameter-wrapper .widget-parameter-list .widget-parameter-value a:hover {
  color: #ffffff;
  background: #000000;
}

.product .p .p-in .p-in-in {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
.product .p .p-in .p-in-in .name {
  padding: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000000;
  height: 4rem;
}

.product .p .p-in .p-in-in .ratings-wrapper {
  margin: 0 0 1.2rem;
}
.product .p .p-in .p-in-in .ratings-wrapper .stars-wrapper {
  justify-content: flex-start;
  margin: 0;
  height: auto;
}
.product .p .p-in .p-in-in .ratings-wrapper .stars-wrapper .stars {
  height: auto;
}
.product .p .p-in .p-in-in .ratings-wrapper .stars-wrapper .stars .star {
  width: 1.3rem;
  height: 1rem;
}
.product .p .p-in .p-in-in .ratings-wrapper .stars-wrapper .stars .star::before {
  font-size: 1rem;
  line-height: 1rem;
  color: #CED4D9;
}
.product .p .p-in .p-in-in .ratings-wrapper .stars-wrapper .stars .star.star-on::before {
  color: #000000;
}

.product .p .p-in .p-in-in .ratings-wrapper .stars-placeholder {
  justify-content: flex-start;
  margin: 0;
  height: 1rem;
}

.product .p .p-in .p-bottom:not(#_) {
  text-align: left;
  padding: 0;
  margin-top: 0.8rem;
}

.product .p .p-in .p-bottom > div {
  display: flex;
  flex-wrap: wrap;
}
.product .p .p-in .p-bottom > div .p-desc {
  font-size: 1.3rem;
  line-height: 1.8rem;
  min-width: 100%;
  order: 1;
}

.product .p .p-in .p-bottom.no-buttons > div .p-tools {
  display: none;
}

.product .p .p-in .p-bottom > div .availability {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #049223;
  order: 2;
  min-width: 50%;
  max-width: 50%;
}
.product .p .p-in .p-bottom > div .availability .availability-amount {
  font-weight: 400;
}

.product .p .p-in .p-bottom > div .prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  order: 3;
  min-width: 50%;justify-content: right;
}
.product .p .p-in .p-bottom > div .prices .price-standard {
  font-size: 1.3rem;
  line-height: 25px;
  color: #434B52;
}

.product .p .p-in .p-bottom > div .prices .price-final {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
  margin-top: 0.3rem;
}

.product .p .p-code:not(#_) {
  display: none;
}

.heureka-wrapper {
  margin-bottom: 4rem;
}
body.type-product.type-detail .heureka-wrapper {
  margin-bottom: 6rem;
  margin-top: 8rem;
}

.heureka-wrapper .heureka.container {
  margin-top: 5rem;
}
body.type-product.type-detail .heureka-wrapper .heureka.container {
  margin-top: 0;
}

body.type-post .heureka-wrapper .heureka.container {
  margin-top: 0;
}

@media (min-width: 768px) {
  .heureka-wrapper .heureka.container {
    margin-top: 8rem;
  }
}
.heureka-wrapper .heureka.container .top {
  display: flex;
  align-items: center;
  margin-bottom: 2.7rem;
}
body.type-product.type-detail .heureka-wrapper .heureka.container .top {
  border-top: 1px solid #CED4D9;
  padding-top: 6.4rem;
}

body.type-post .heureka-wrapper .heureka.container .top {
  border-top: 1px solid #CED4D9;
  padding-top: 6.4rem;
}

@media (min-width: 768px) {
  .heureka-wrapper .heureka.container .top {
    margin-bottom: 3.7rem;
  }
}
.heureka-wrapper .heureka.container .top .number {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 3rem;
  border: 1px solid #000000;
  padding: 2.4rem 1rem;
  font-weight: 700;
  margin-right: 2rem;
  white-space: nowrap;
}

.heureka-wrapper .heureka.container .top .heading {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #434B52;
}
.heureka-wrapper .heureka.container .top .heading h2 {
  color: #000000;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.heureka-wrapper .heureka.container .top .heading > a {
  color: #FF6600;
  text-decoration: underline;
}

.heureka-wrapper .heureka.container .bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .heureka-wrapper .heureka.container .bottom .vote-wrap {
    flex: 1 0 50%;
  }
}
@media (min-width: 992px) {
  .heureka-wrapper .heureka.container .bottom .vote-wrap {
    flex: 1 0 0;
  }
}
@media (min-width: 768px) {
  .heureka-wrapper .heureka.container .bottom .vote-wrap:not(:last-child) {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .heureka-wrapper .heureka.container .bottom .vote-wrap:not(:last-child) {
    padding-right: 4rem;
  }
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header {
  display: flex;
  align-items: center;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-pic {
  display: inline-block;
  width: auto;
  height: auto;
  min-width: auto;
  padding-right: 1.4rem;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-pic::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/user/documents/upload/Images/heureka-review-icon-default.svg") no-repeat;
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-pic .vote-initials {
  display: none;
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-pic > img {
  display: none;
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary {
  display: flex;
  flex-direction: column-reverse;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary .vote-name {
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 0.6rem;
  color: #000000;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary .vote-name .vote-time {
  font-size: 1.3rem;
  font-weight: 400;
  color: #434B52;
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary .vote-rating .stars {
  width: 7rem;
  height: 1rem;
  margin-right: 0.2rem;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary .vote-rating .stars .star {
  width: 1.3rem;
  height: 1rem;
}
.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-header .vote-summary .vote-rating .stars .star::before {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
}

.heureka-wrapper .heureka.container .bottom .vote-wrap .vote-content {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #434B52;
}
@media (min-width: 768px) {
  .heureka-wrapper .heureka.container .bottom .vote-wrap .vote-content {
    margin-bottom: 2rem;
  }
}

.row.banners-row {
  margin: 0;
}

#carousel {
  position: relative;
  overflow: hidden;
}
#carousel .carousel-control {color: #fff;opacity: 1;-webkit-transition: none; transition: none;}
#carousel .carousel-control:hover {color: var(--color-secondary);}

#carousel .carousel-tabs {display: none !important;
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
}
/*
#carousel .carousel-tabs .carousel-tabs__inner {
  width: 100%;
  height: 100%;
  max-width: 141.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title {
  position: relative;
  padding: 0;
  height: 100%;
  flex: 1;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  text-decoration: underline;
  color: #ffffff;
  cursor: pointer;
  width: 1rem;
  max-width: 1rem;
  height: 0.3rem;
  overflow: hidden;
  text-indent: -100rem;
  background: #ffffff;
  margin: 0 1rem;
}
#carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title:hover {
  text-decoration: none;
}

#carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title.active {
  font-weight: 400;
  color: #FF6600;
  text-decoration: none;
  background: #FF6600;
}
@media (min-width: 992px) {
  #carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title.active {
    background: transparent;
  }
}

@media (min-width: 992px) {
  #carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title {
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: visible;
    text-indent: 0;
    background: transparent;
    margin: 0;
  }
}
#carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title::after {
  content: "";
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  background: #ffffff;
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
#carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title.active::after {
  display: none;
}
*/
@media (min-width: 992px) {
  #carousel .carousel-tabs .carousel-tabs__inner .extended-banner-title.active::after {
    display: block;
  }
}

.newsletter-wrapper {
  background: #000000;
  position: relative;
  text-align: center;
  padding: 8rem 0 8rem;
}
.newsletter-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/user/documents/upload/Images/footer-newsletter-bg.png") no-repeat center/cover;
  pointer-events: none;
}

.newsletter-wrapper::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 14px;
  z-index: 0;
  background: url("/user/documents/upload/Images/footer-newsletter-bg-vector-top.png") no-repeat center/cover;
  pointer-events: none;display: none;
}

.newsletter-wrapper .newsletter-header {
  position: relative;
}
.newsletter-wrapper .newsletter-header .topic {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 0;
}
.newsletter-wrapper .newsletter-header .topic > span {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
}

.newsletter-wrapper .subscribe-form {
  max-width: 620px;
  margin: auto;
  padding: 0 20px;
}
.newsletter-wrapper .subscribe-form button.btn {
  background: #FF6600;
  border: none;
  color: #ffffff;
  padding: 1.5rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  right: 2rem;
}
.newsletter-wrapper .subscribe-form button.btn:hover {
  background: #b34700;
}

.newsletter-wrapper .subscribe-form button.btn::before {
  display: none;
}

.newsletter-wrapper .consents {
  margin-top: 1.6rem;
}
.newsletter-wrapper .consents > label.whole-width {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.newsletter-wrapper .consents > label.whole-width > a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

#footer {
  background: #000000;
  color: #ffffff;
  padding-top: 0;
}
#footer .kontakty-wrapper > .banner {
  color: #ffffff;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper {
  color: #ffffff;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer {
  display: block;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer {
    display: flex;
    align-items: flex-end;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: auto;
  background-color: #FF6600;
  padding: 2rem;
}
@media (min-width: 768px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left {
    height: 330px;
    flex: 1 0 55%;
    padding-right: 350px;
  }
}
@media (min-width: 1200px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left {
    padding-right: 450px;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 1px);
  width: 300%;
  height: inherit;
  background-color: #FF6600;
  z-index: 0;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left::after {
  content: "";
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 35rem;
  background: #000000 url("/user/documents/upload/Images/outdoor-shops-stock-footer.jpg") no-repeat left bottom;
  background-size: cover;
  z-index: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left::after {
    position: absolute;
    width: 33rem;
    height: inherit;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left::after {
    width: 43rem;
  }
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > h3 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul {
  display: block;
  padding: 0;
  margin: 4rem 0 0;
  position: relative;
  z-index: 1;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li {
  list-style: none;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.mail {
  display: block;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.mail {
    margin-bottom: 1.6rem;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.mail > a {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.mail > a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.mail > a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/user/documents/upload/Images/icon-mail-white.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  margin-right: 1.6rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.cellphone {
  white-space: nowrap;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.cellphone > a {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.cellphone > a {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul > li span.cellphone > a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/user/documents/upload/Images/icon-phone-white.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 4px;
  margin-right: 1.6rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right {
    flex-basis: 45%;
    padding-left: 4.8rem;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > h3 {
  color: #ffffff;
  text-align: left;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > h3 {
    margin-top: 0;
  }
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner {
  display: block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner {
    display: flex;
  }
}
@media (min-width: 992px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner {
    display: block;
  }
}
@media (min-width: 1200px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner {
    display: flex;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child {
  padding-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px), (min-width: 1200px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child {
    flex: 1 0 0;
    margin-bottom: 0;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child > p {
  margin-bottom: 6px;
  white-space: nowrap;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child a {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child > .misto {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child > .misto::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/user/documents/upload/Images/outdoor-shops-logo-big.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 1.2rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child > .phone::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/user/documents/upload/Images/phone.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 1.4rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > div:first-child > .mail::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/user/documents/upload/Images/mail.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 1.4rem;
}

@media (min-width: 768px), (min-width: 1200px) {
  #footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > .oteviracka {
    flex: 1 0 0;
  }
}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > .oteviracka > p:first-child {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-bottom: 1.4rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > .oteviracka > p:last-child {
  padding-left: 3rem;
  font-size: 1.5rem;
  line-height: 2.6rem;
}

#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .right > .kontakty-inner > .oteviracka > p:first-child::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/user/documents/upload/Images/clock.svg") no-repeat;
  background-size: contain;
  position: relative;
  top: 6px;
  margin-right: 0.6rem;
}

#footer .custom-footer {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #footer .custom-footer {
    padding-bottom: 22px;
  }
}
#footer .custom-footer.row {
  margin: 0;
}

#footer .custom-footer [class^=custom-footer__] {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  #footer .custom-footer [class^=custom-footer__] {
    flex-basis: 50%;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  #footer .custom-footer [class^=custom-footer__] {
    flex-basis: 0;
  }
}
#footer .custom-footer [class^=custom-footer__].col-lg-4.col-sm-6 {
  width: unset;
  float: unset;
  padding-left: unset;
}

#footer .custom-footer [class^=custom-footer__] > .banner {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #footer .custom-footer [class^=custom-footer__] > .banner {
    margin-bottom: 4rem;
  }
}

#footer .custom-footer [class^=custom-footer__] h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  #footer .custom-footer [class^=custom-footer__] h4 {
    margin-bottom: 3.4rem;
  }
}

#footer .custom-footer [class^=custom-footer__] ul > li {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
#footer .custom-footer [class^=custom-footer__] ul > li.social-icon-list {
  padding-top: 0;
  margin-right: 1.2rem;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a:not(.social-icon) {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
  line-height: 2rem;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a.social-icon {
  background: none;
  border: none;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a.social-icon::before {
  content: "";
  width: 40px;
  height: 40px;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a.facebook::before {
  background: url("/user/documents/upload/Images/brand-facebook.svg") no-repeat;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a.instagram::before {
  background: url("/user/documents/upload/Images/brand-instagram.svg") no-repeat;
}

#footer .custom-footer [class^=custom-footer__] ul > li > a.youtube::before {
  background: url("/user/documents/upload/Images/brand-youtube.svg") no-repeat;
}

#footer .footer-bottom {
  background: #000000;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  padding: 0 0 3.2rem;
}
#footer .footer-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #434B52;
  margin: 0 auto 3.2rem;
  max-width: 141.8rem;
}

#footer .footer-bottom > .container {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  align-items: center;
}
#footer .footer-bottom > .container #signature {
  margin: 0;
}
#footer .footer-bottom > .container #signature .image {
  display: none;
}

#footer .footer-bottom > .container #signature .title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
  margin-top: 0.8rem;
}

#footer .footer-bottom > .container .copyright {
  font-weight: 400;
}
#footer .footer-bottom > .container .copyright strong {
  font-weight: 400;
}

.welcome-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background: url("/user/documents/upload/Images/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 0;
  max-width: none;
}
.welcome-wrapper .welcome {
  width: 100%;
  max-width: calc(141.8rem + 4rem);
  margin: auto;
  position: relative;
  padding: 5rem 2rem;
  min-height: 60rem;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome {
    padding: 18rem 2rem 8rem;
  }
}
.welcome-wrapper .welcome > div {
  max-width: 100%;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome > div {
    max-width: 46rem;
  }
}
.welcome-wrapper .welcome > div p {
  color: #ffffff;
  line-height: 2.6rem;
}

.welcome-wrapper .welcome > div .autor {
  display: flex;
  min-height: 5.8rem;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-top: 3rem;
  padding-left: 5.8rem;
}
.welcome-wrapper .welcome > div .autor::before {
  content: "";
  min-width: 4.6rem;
  max-width: 4.6rem;
  height: 4.6rem;
  background: url("/user/documents/upload/Images/user-photo.png") no-repeat center;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.welcome-wrapper .welcome > div .autor strong {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 0.8rem;
}

.welcome-wrapper .welcome > div .prodejna-hp {
  position: relative;
  background: #ffffff;
  max-width: 46rem;
  width: 100%;
  margin: 6rem auto 0;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome > div .prodejna-hp {
    position: absolute;
    right: 2rem;
    top: -4rem;
    margin: 0;
  }
}
.welcome-wrapper .welcome > div .prodejna-hp .prodejna-info {
  padding: 3.2rem 4rem 5rem;
}
.welcome-wrapper .welcome > div .prodejna-hp .prodejna-info .misto:not(#_) {
  margin: 0.6rem 0 2rem;
  color: #000000;
  position: relative;padding-left: 24px;
}
.welcome-wrapper .welcome > div .prodejna-hp .prodejna-info .misto:not(#_)::before {
  content: "";
  width: 1.6rem;
  height: 2.2rem;
  background: url("/user/documents/upload/Images/logo-small.svg") no-repeat center;
  position: absolute;
left: 0;
top: 3px;
}

.welcome-wrapper .welcome > div .prodejna-hp .prodejna-info .oteviracka:not(#_) p {
  margin: 0;
  font-weight: 400;
  color: #434B52;
}
.welcome-wrapper .welcome > div .prodejna-hp .prodejna-info .oteviracka:not(#_) p strong {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
}

.btn {
  font-weight: 700;
}
.btn.btn-tertialy {
  padding: 2rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.btn-tertialy.btn.white {
  color: #ffffff;
  text-decoration: none !important;
}
.btn-tertialy.white.btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.btn-tertialy.btn.black {
  color: #000000;
}
.btn-tertialy.black.btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

#footer .kontakty-footer .btn.btn-tertialy {
  padding: 2rem 5.3rem;
}

.welcome-wrapper .autor .btn.btn-tertialy {
  position: absolute;
  right: 0;
}

.prodejna-hp .btn.btn-tertialy {
  position: relative;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .prodejna-hp .btn.btn-tertialy {
    position: absolute;
    right: 4rem;
    bottom: 5rem;
    margin-top: 0;
  }
}

.btn.btn-primary {
  background: #000000;
  color: #ffffff;
}
.btn-primary.btn:hover {
  color: #ffffff;
  background: #FF6600;
  border-color: currentColor;
}

.btn.searchWhisperer__button:not(#_) {
  background: none;
  color: #FF6600;
  text-decoration: underline;
  border: 0;
  padding: 0;
  margin: 0;
}
.searchWhisperer__button.btn:not(#_):hover {
  background: none;
  color: #000000;
}

.btn.add-to-cart-button {
  flex: 0 1 calc(100% - 23rem);
  color: #ffffff;
  height: 5.2rem;
  margin-top: 0;
  font-weight: 700;
}
.add-to-cart-button.btn:hover {
  color: #ffffff;
}

.btn.next-step-forward:not(#_) {
  background: #FF6600;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 1.9rem 2.4rem;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.next-step-forward.btn:not(#_):hover {
  background: #b34700;
}

.btn.next-step-finish:not(#_) {
  background: #FF6600;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 1.9rem 2.4rem;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  margin-top: 1rem;
}
.next-step-finish.btn:not(#_):hover {
  background: #b34700;
}

.btn.load-products:not(#_) {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: #000000;
  border: 0;
  display: inline-flex;
  padding: 1.6rem 2.4rem;
  justify-content: center;
}
.load-products.btn:not(#_):hover {
  background: #FF6600;
}

.cart-widget-button .btn:not(#_) {
  background: #FF6600;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 1.9rem 2.4rem;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.cart-widget-button .btn:not(#_):hover {
  background: #b34700;
}

.extras-wrap .extra.step .btn {
  background: #FF6600;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 1.9rem 2.4rem;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  border: 0;
}
.extras-wrap .extra.step .btn:hover {
  background: #b34700;
}

.order-complete-links .btn:not(#_) {
  background: #FF6600;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 1.9rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  border: 0;
}
.order-complete-links .btn:not(#_):hover {
  background: #b34700;
}

.order-complete-links .btn::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.6rem;
  background: url("/user/documents/upload/Images/arrow-right2.svg") no-repeat center;
  transform: rotate(180deg);
}

.btn.next-step-forward:not(#_)::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
  background: url("/user/documents/upload/Images/arrow-right2.svg") no-repeat center;
}

.btn.load-products:not(#_)::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
  margin-top: 0.1rem;
  background: url("/user/documents/upload/Images/chevron-down-white.svg") no-repeat center;
}

.cart-widget-button .btn:not(#_)::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
  background: url("/user/documents/upload/Images/arrow-right2.svg") no-repeat center;
}

.extras-wrap .extra.step .btn:not(#_)::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
  top: 0.2rem;
  position: relative;
  background: url("/user/documents/upload/Images/arrow-right2.svg") no-repeat center;
}

.poradna-hp {
  position: relative;
  margin-top: 7rem;
  color: #ffffff;
}
.poradna-hp::before {
  content: "";
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  background: url("/user/documents/upload/Images/poradna-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 992px) {
  .poradna-hp::before {
    max-width: calc(141.8rem + ((100% - 141.8rem) / 2) - 36rem);
  }
}

.poradna-hp .left {
  width: 100%;
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .poradna-hp .left {
    max-width: 42rem;
    margin: 0 6rem 0 0;
    padding-left: 8rem;
    text-align: left;
  }
}

.poradna-hp .right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.poradna-hp .right ul li {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .poradna-hp .right ul li {
    flex: 1 1 calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .poradna-hp .right ul li {
    flex: 1 1 calc(33.3333333333% - 1rem);
  }
}
.poradna-hp .right ul li a {
  position: relative;
  display: block;
  padding: 1.6rem 5rem 1.6rem 1.6rem;
  background: #F0F3F5;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  text-decoration: underline;
  color: #000000;
  min-height: 7.8rem;
}
.poradna-hp .right ul li a:hover {
  background-color: #c2ced6;
  text-decoration: none;
}

.poradna-hp .right ul li:last-child a {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
}
.poradna-hp .right ul li:last-child a:hover {
  border-color: #FF6600;
  color: #FF6600;
}

@media (min-width: 992px) {
  .poradna-hp .right ul li:last-child a {
    color: #000000;
    border-color: #000000;
  }
}

.poradna-hp .right ul li a::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -0.8rem;
  background: url("/user/documents/upload/Images/chevron-right.svg") no-repeat center;
}

.searchWhisperer {
  margin-left: 0;
  padding: 2rem;
  max-width: 94rem;
}
.searchWhisperer.active {
  top: 12.5rem;
}
@media (min-width: 768px) {
  .searchWhisperer.active {
    top: auto;
  }
}

@media (min-width: 768px) {
  .searchWhisperer {
    margin-left: 2rem;
    padding: 0;
  }
}
.searchWhisperer .searchWhisperer__additionalResults {
  flex-basis: 100%;
  margin-right: 0;
  padding: 0;
  border-color: #CED4D9;
}
@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__additionalResults {
    flex-basis: 24rem;
    padding: 3.2rem;
  }
}
.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__heading--brand + .searchWhisperer__additionalResults__list {
  display: flex;
  gap: 0.4rem;
}
.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__heading--brand + .searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem:hover {
  text-decoration: none;
}

.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__heading--brand + .searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem .searchWhisperer__additionalResults__link {
  border: 1px solid #CED4D9;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
}

.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__list {
  margin-bottom: 2.4rem;
}
.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem .searchWhisperer__additionalResults__link {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.1rem;
  text-decoration: underline;
  padding: 0.4rem 0;
}
.searchWhisperer .searchWhisperer__additionalResults .searchWhisperer__additionalResults__list .searchWhisperer__additionalResults__listItem .searchWhisperer__additionalResults__link:hover {
  color: #FF6600;
}

.searchWhisperer .searchWhisperer__products {
  padding-bottom: 6.6rem;
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem {
  flex-basis: 50%;
  margin-top: -1px;
  display: none;
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(1), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(2), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(3), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(4), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(5), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(6), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(7), .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem:nth-child(8) {
  display: block;
}

@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem {
    flex-basis: 25%;
  }
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product {
  border: 1px solid transparent;
  border-bottom: 1px solid #CED4D9;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product:hover {
    border-color: #CED4D9;
  }
}

@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product {
    padding: 1.6rem 0 3.2rem;
  }
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__image {
  width: 12rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__image {
    height: 12rem;
    margin-bottom: 1.6rem;
  }
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__infoWrapper {
  padding: 0 1.6rem;
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__infoWrapper .searchWhisperer__product__name {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  text-align: left;
  color: #000000;
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product:hover .searchWhisperer__product__infoWrapper .searchWhisperer__product__name {
  color: #FF6600;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__infoWrapper .searchWhisperer__product__name {
    height: 4.8rem;
    overflow: hidden;
    text-align: center;
  }
}

.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__infoWrapper .searchWhisperer__product__availability {
  margin-top: 1.2rem;
}
.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__infoWrapper .searchWhisperer__product__availability .availability-label {
  color: #049223 !important;
  font-weight: 700;
}

.searchWhisperer .searchWhisperer__products .searchWhisperer__products__list .searchWhisperer__products__listItem .searchWhisperer__product .searchWhisperer__product__price {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #000000;
  font-weight: 700;
}

.searchWhisperer .searchWhisperer__buttonWrapper {
  height: 6.7rem;
  border-top: 1px solid #CED4D9;
}
@media (min-width: 768px) {
  .searchWhisperer .searchWhisperer__buttonWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 24rem;
    width: auto;
  }
} 

.user-action-login.popup-widget.login-widget:not(#_) {
  align-items: center;
  justify-content: center;
  position: fixed;
  overflow: auto;
  z-index: 99999999;
  padding: 5rem 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
}
body.login-window-visible .user-action-login.popup-widget.login-widget:not(#_) {
  display: flex;
}

.user-action-login.popup-widget.login-widget:not(#_)::before {
  display: none;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner {
  max-width: 45rem;
  height: auto;
  position: relative;
  padding: 4.8rem 4.8rem 9rem;
  background: url("/user/documents/upload/Images/mountains.jpg") #ffffff no-repeat bottom center;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .registrace-box {
  border-top: 1px solid #CED4D9;
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  text-align: center;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .registrace-box p {
  color: #434B52;
  margin: 0;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .registrace-box a {
  color: #FF6600;
  text-decoration: underline;
  font-size: 1.5rem;
  margin: 1.6rem 0 1rem 0;
  display: inline-block;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .form-group {
  margin-bottom: 2rem;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .form-group .input-wrapper {
  position: relative;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .form-group .input-wrapper::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  left: 2rem;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .form-group .input-wrapper.email::before {
  background: url("/user/documents/upload/Images/mail-icon.svg") no-repeat center;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .form-group .input-wrapper.password::before {
  background: url("/user/documents/upload/Images/lock-icon.svg") no-repeat center;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .social-login-buttons {
  display: none;
}

.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner .close::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/close-modal.svg") no-repeat center;
}

.user-action-login.popup-widget.login-widget:not(#_) .login-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.user-action-login.popup-widget.login-widget:not(#_) .login-wrapper .password-helper {
  width: 100%;
  margin-top: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user-action-login.popup-widget.login-widget:not(#_) .login-wrapper .password-helper a {
  float: none;
  padding: 0;
  text-decoration: underline;
}
.user-action-login.popup-widget.login-widget:not(#_) .login-wrapper .password-helper a:hover {
  color: #FF6600;
  text-decoration: none;
}

.user-action-login.popup-widget.login-widget:not(#_) .login-wrapper .password-helper a[data-testid=signup] {
  display: none;
}

.breadcrumbs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #aaa;
  padding: 0;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 4.8rem 0 4rem;
  }
}
body.type-product .breadcrumbs {
  margin: 0;
}

body.type-category .breadcrumbs {
  text-align: center;
  margin: 0;
}

.breadcrumbs .navigation-home-icon::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("/user/documents/upload/Images/home.svg") no-repeat center;
}
body.type-category .breadcrumbs .navigation-home-icon::before {
  background: url("/user/documents/upload/Images/home-breadcrumbs-icon.svg") no-repeat center;
}

.breadcrumbs .navigation-bullet {
  width: 1.2rem;
  height: 1.2rem;
  text-indent: -100rem;
  overflow: hidden;
  display: inline-block;
  background: url("/user/documents/upload/Images/arrow-right.svg") no-repeat center;
}
body.type-category .breadcrumbs .navigation-bullet {
  position: relative;
  top: 0.2rem;
  background: url("/user/documents/upload/Images/arrow-right-breadcrumbs.svg") no-repeat center;
}

.breadcrumbs a:not(#_) {
  text-decoration: none;
}

.breadcrumbs a span {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.breadcrumbs a:hover span {
  color: #FF6600;
}

body.type-category .breadcrumbs a span {
  color: #ffffff;
}
body.type-category .breadcrumbs a:hover span {
  color: #FF6600;
}

.breadcrumbs span > span {
  color: #434B52;
}
.breadcrumbs span:hover > span:hover {
  color: #434B52;
}

body.type-category .breadcrumbs span > span {
  color: #ffffff;
}
body.type-category .breadcrumbs span:hover > span:hover {
  color: #ffffff;
}

.p-detail .breadcrumb-in-detail:not(#_) {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .p-detail .breadcrumb-in-detail:not(#_) {
    max-width: 46rem;
    margin-bottom: 4rem;
  }
}

.p-detail-inner .ratings-and-brand {
  margin-bottom: 1.6rem;
}
.p-detail-inner .ratings-and-brand .stars {
  width: auto;
  margin-right: 1.6rem;
}
.p-detail-inner .ratings-and-brand .stars .star {
  width: 1rem;
  margin-right: 0.3rem;
}
.p-detail-inner .ratings-and-brand .stars .star::before {
  font-size: 1rem;
  color: #000000;
}

.p-detail-inner .ratings-and-brand .stars-label:hover {
  text-decoration: none;
}

.p-detail-inner .p-data-wrapper {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .p-detail-inner .p-data-wrapper {
    max-width: 46rem;
    margin-top: 0;
  }
}
.p-detail-inner .p-data-wrapper .p-detail-inner-header {
  display: none;
}
@media (min-width: 992px) {
  .p-detail-inner .p-data-wrapper .p-detail-inner-header {
    display: flex;
    flex-direction: column-reverse;
  }
}

.p-detail-inner .p-data-wrapper .p-short-description p {
  line-height: 2.6rem;
}

.p-detail-inner .p-data-wrapper .detail-spodek {
  margin-top: 4rem;
  display: flex;
  align-items: center;
}
.p-detail-inner .p-data-wrapper .detail-spodek a {
  color: #000000;
  font-size: 1.3rem;
  text-transform: none;
  text-decoration: underline;
}
.p-detail-inner .p-data-wrapper .detail-spodek a:hover {
  text-decoration: none;
}

.p-detail-inner .p-data-wrapper .detail-spodek a span {
  color: #000000;
}

.p-detail-inner .p-data-wrapper .detail-spodek span {
  color: #434B52;
  font-size: 1.3rem;
}
.p-detail-inner .p-data-wrapper .detail-spodek span.parameter-dependent.default-variant {
  margin-left: 0.3rem;
}

.p-detail-inner .p-data-wrapper .detail-spodek .watchdog {
  margin: 0 3.2rem 0 0;
}
.p-detail-inner .p-data-wrapper .detail-spodek .watchdog::before {
  display: none;
}

.p-detail-inner .p-data-wrapper .detail-spodek .brand-wrapper {
  margin: 0 3.2rem 0 0;
  color: #434B52;
  font-size: 1.3rem;
}

.p-detail-inner .p-image-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper {
    display: flex;
    width: calc(100% - 46rem);
  }
}
.p-detail-inner .p-image-wrapper .p-detail-inner-header-mobile {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .p-detail-inner-header-mobile {
    display: none;
  }
}

.p-detail-inner .p-image-wrapper .p-image {
  order: 2;
  flex-grow: 1;
}

@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .row {
    order: 1;
    margin: 0 6rem 0 0;
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper {
    float: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails {
    height: auto;
  }
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
  width: 100%;
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
    position: relative;
    top: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
    display: flex;
    gap: 1.6rem;
    flex-direction: column;
  }
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div::before {
  display: none;
}

.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail {
  margin: 0;
  width: 25%;
}
@media (min-width: 768px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail {
    width: auto;
  }
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail.next-photos {
  width: 25%;
  min-height: 9rem;
  background: #F0F3F5;
  font-size: 1.5rem;
  text-decoration: underline;
  display: block;
  text-align: center;
  padding-top: 5rem;
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .next-photos.p-thumbnail:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail.next-photos {
    width: 10rem;
    height: 10rem;
  }
}

.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail::before {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  top: 2.5rem;
  left: calc(50% - 1.2rem);
  background: url("/user/documents/upload/Images/camera.svg") no-repeat center;
  margin-bottom: 0.6rem;
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail.next-photos::before {
  display: block;
}

.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail img {
  margin: 0 auto;
}
.p-detail-inner .p-image-wrapper .row .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail.highlighted img {
  border-color: #000000;
}

#product-detail-form .p-variants-block .variant-list .variant-label {
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
  padding-bottom: 1.2rem;
}
#product-detail-form .p-variants-block .variant-list .variant-label::after {
  content: ":";
}

#product-detail-form .p-variants-block .variant-list .custom-variants {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}
#product-detail-form .p-variants-block .variant-list .custom-variants .advanced-parameter {
  margin: 0;
  min-width: 4rem;
  min-width: 4rem;
  width: auto;
  height: 4rem;
  white-space: nowrap;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-detail-form .p-variants-block .variant-list .custom-variants .advanced-parameter.unavailable-option-wrapper {
  display: none;
}

#product-detail-form .p-variants-block .variant-list .custom-variants .advanced-parameter .advanced-parameter-inner {
  border-color: #CED4D9;
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 0 0.8rem;
  justify-content: center;
}
#product-detail-form .p-variants-block .variant-list .custom-variants .advanced-parameter .advanced-parameter-inner.yes-before {
  color: #000000;
  border-color: currentColor;
}

#product-detail-form .p-variants-block .variant-list .custom-variants .advanced-parameter .advanced-parameter-inner::before {
  display: none !important;
}

.quantity {
  margin-right: 0;
  width: 100%;
  max-width: 15rem;
  min-width: 13rem;
  padding: 0 5rem;
}
.add-to-cart .quantity {
  min-width: 15rem;
}

.quantity .amount {
  width: 5rem;
  color: #000000;
  font-weight: 400;
  font-size: 2.2rem;
}
.cart-widget-product-amount .quantity .amount {
  width: 5rem;
}

.quantity span[role=button] {
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity span[role=button]::before {
  color: #000000;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 4.5rem;
}
.quantity span[role=button].increase::before {
  content: "+";
}

.quantity span[role=button].decrease::before {
  content: "-";
}

.quantity span[role=button]:hover::before {
  background: #CED4D9;
}

.p-to-cart-block {
  display: flex;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
}
.p-to-cart-block .p-final-price-wrapper {
  min-width: 100%;
}
.p-to-cart-block .p-final-price-wrapper .price-final {
  margin-bottom: 3.2rem;
  color: #000000;
  font-size: 2.8rem;
}

.p-to-cart-block .add-to-cart {
  min-width: 15rem;
  max-width: 15rem;
  margin-right: 1.6rem;
  padding-top: 0;
}

.p-detail-tabs-wrapper:not(#_) {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .p-detail-tabs-wrapper:not(#_) {
    margin-top: 6.4rem;
  }
}

#p-detail-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3.2rem;
}
#p-detail-tabs .shp-tab {
  text-underline-offset: 1rem;
}
#p-detail-tabs .shp-tab.active {
  text-decoration-color: #FF6600;
  -moz-text-decoration-color: #FF6600;
  -webkit-text-decoration-color: #FF6600;
}

#p-detail-tabs .shp-tab .shp-tab-link {
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0;
}
#p-detail-tabs .shp-tab.active .shp-tab-link {
  color: #FF6600;
}

#tab-content #description .description-inner {
  flex-direction: column;
}
#tab-content #description .description-inner .basic-description {
  width: 100%;
}
#tab-content #description .description-inner .basic-description a {
  color: #FF6600;
  text-decoration: underline;
}
#tab-content #description .description-inner .basic-description a:hover {
  text-decoration: none;
}

#tab-content #description .description-inner .extended-description {
  width: 100%;
  border-top: 1px solid #CED4D9;
  margin-top: 6.4rem;
  padding-top: 6.4rem;
}
#tab-content #description .description-inner .extended-description > p:first-child {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 4rem;
}

.detail-parameters.shipping-options-layout tbody {
  display: flex;
  flex-wrap: wrap;
}
.detail-parameters.shipping-options-layout tbody tr.shipping-options-row {
  min-width: 100%;
}

.detail-parameters.shipping-options-layout tbody tr td {
  padding: 0;
}

.detail-parameters.shipping-options-layout tbody tr a.shipping-options {
  font-size: 1.3rem;
}

.detail-parameters.shipping-options-layout tbody tr span.availability-label {
  font-weight: 700;
  margin-left: 0;
}

.detail-parameters.shipping-options-layout tbody tr span.show-tooltip {
  border: 0;
}

.detail-parameters.shipping-options-layout tbody tr span.availability-amount {
  color: #049223;
}

.detail-parameters.shipping-options-layout tbody tr .delivery-time > span:not(.no-display):not(.default-variant) {
  color: #049223;
}
.detail-parameters.shipping-options-layout tbody tr .delivery-time > span:not(.no-display):not(.default-variant)::before {
  content: ", nejpozději";
}

.detail-parameters.shipping-options-layout tbody tr .delivery-time > span:not(.no-display):not(.default-variant)::after {
  content: "u vás";
}

@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
  }
}
.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr {
  font-size: 1.3rem;
  break-inside: avoid;
}
@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody tr:nth-child(4n+1) {
    background: #F0F3F5 !important;
  }
}

@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody tr:nth-child(4n+2) {
    background: #F0F3F5 !important;
  }
}

@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody tr:nth-child(4n+3) {
    background: #ffffff !important;
  }
}

@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody tr:nth-child(4n+4) {
    background: #ffffff !important;
  }
}

.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr:nth-child(odd) {
  background: #F0F3F5;
}

@media (min-width: 992px) {
  .detail-parameters:not(.shipping-options-layout):not(#_) tbody tr {
    width: calc(50% - 1rem);
  }
}
.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr th {
  padding: 1.6rem;
  width: 5%;
  min-width: 5%;
  white-space: nowrap;
}
.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr th::after {
  display: none;
}

.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr th .row-header-label {
  font-weight: 700;
  color: #000000;
  background: transparent;
}

.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr td {
  padding: 1.6rem;
  text-align: right;
}

.detail-parameters:not(.shipping-options-layout):not(#_) tbody tr a {
  color: #FF6600;
  font-weight: 400;
}

ol.cart-header {
  margin: 0;
  padding: 3rem 1rem;
  background: url("/user/documents/upload/Images/cart-steps-bg.jpg") #ffffff repeat-x center bottom;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}
@media (min-width: 768px) {
  ol.cart-header {
    padding: 3rem 2rem;
  }
}
@media (min-width: 992px) {
  ol.cart-header {
    padding: 3rem 0;
  }
}
ol.cart-header .step {
  width: auto;
  padding: 0;
  margin-right: 5rem;
  position: relative;
}
ol.cart-header .step:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  ol.cart-header .step {
    margin-right: 19rem;
  }
}
ol.cart-header .step::after {
  content: "";
  width: 2.6rem;
  height: 1.2rem;
  position: absolute;
  left: calc(100% + 1.3rem);
  top: calc(50% - 0.6rem);
  background: url("/user/documents/upload/Images/arrow-cart.svg") no-repeat center right;
}
ol.cart-header .step:last-child::after {
  display: none;
}

@media (min-width: 992px) {
  ol.cart-header .step::after {
    width: 6.5rem;
    left: calc(100% + 6rem);
  }
}

ol.cart-header .step strong {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: transparent;
  flex-direction: column;
}
ol.cart-header .step.active strong {
  background: transparent;
}

@media (min-width: 992px) {
  ol.cart-header .step strong {
    flex-direction: row;
    gap: 1.6rem;
  }
}
ol.cart-header .step strong::before {
  margin: 0;
  min-width: 3.8rem;
  height: 3.8rem;
  line-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #434B52;
  border-color: #CED4D9;
  background: #ffffff;
}
ol.cart-header .step.active strong::before {
  background: #ffffff;
  border-color: #FF6600;
}

ol.cart-header .step.completed strong::before {
  content: "";
  background: url("/user/documents/upload/Images/check.svg") #ffffff no-repeat center;
  border-color: #049223;
}

@media (min-width: 992px) {
  ol.cart-header .step strong::before {
    min-width: 4.8rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}

ol.cart-header .step strong span {
  margin: 0;
}
ol.cart-header .step.active strong span {
  font-weight: 700;
}

ol.cart-header .step strong span::after {
  display: none;
}

ol.cart-header .step a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: transparent;
  flex-direction: column;
}
ol.cart-header .step.active a {
  background: transparent;
}

ol.cart-header .step.completed a {
  background: transparent;
  font-weight: 700;
}

ol.cart-header .step a:hover {
  background: transparent;
}

@media (min-width: 992px) {
  ol.cart-header .step a {
    flex-direction: row;
    gap: 1.6rem;
  }
}
ol.cart-header .step a::before {
  margin: 0;
  min-width: 3.8rem;
  height: 3.8rem;
  line-height: 3.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #434B52;
  border-color: #CED4D9;
  background: #ffffff;
}
ol.cart-header .step.active a::before {
  background: #ffffff;
  border-color: #FF6600;
}

ol.cart-header .step.completed a::before {
  content: "";
  background: url("/user/documents/upload/Images/check.svg") #ffffff no-repeat center;
  border-color: #049223;
}

ol.cart-header .step a:hover::before {
  border-color: #000000;
}

@media (min-width: 992px) {
  ol.cart-header .step a::before {
    min-width: 4.8rem;
    height: 4.8rem;
    line-height: 4.6rem;
  }
}

ol.cart-header .step a span {
  margin: 0;
}
ol.cart-header .step.completed a span {
  text-decoration: none;
}

ol.cart-header .step a:hover span {
  text-decoration: underline;
}

ol.cart-header .step a span::after {
  display: none;
}

#cart-wrapper .cart-inner {
  padding: 3rem 0 3rem;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cart-wrapper .cart-inner {
    padding: 3rem 0 5rem;
  }
}

#cart-wrapper .toggle-coupon-input {
  padding: 3.2rem 0 0 0;
}
#cart-wrapper .toggle-coupon-input .toggle-coupon-input-button {
  font-size: 1.3rem;
  color: #000000;
}
#cart-wrapper .toggle-coupon-input .toggle-coupon-input-button::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.2rem;
  background: url("/user/documents/upload/Images/chevron-down-tiny.svg") no-repeat center;
}

#cart-wrapper .row.summary {
  margin: 0 0 2rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 1px solid #CED4D9;
}
@media (min-width: 768px), (min-width: 768px) {
  #cart-wrapper .row.summary {
    margin: 0 0 4rem 0;
    padding: 0 0 6rem 0;
  }
}
#cart-wrapper .row.summary .col-md-8 {
  padding: 0;
}

#cart-wrapper .row.summary .col-md-4 {
  padding: 0;
}

#cart-wrapper .row.summary .next-step {
  margin: 0;
}

.next-step-back {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
}
body.in-krok-2 .next-step-back {
  margin-top: 3.4rem;
}

.next-step-back::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/arrow-left.svg") no-repeat center;
}

.price-wrapper:not(#_) {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr fit-content(20%);
  padding: 0;
}
#cart-wrapper .price-wrapper:not(#_) {
  margin: 4rem 0 3.2rem;
}

#checkoutSidebar .price-wrapper:not(#_) {
  margin: 3.2rem 0;
}

.price-wrapper:not(#_) span {
  text-align: left;
}
.price-wrapper:not(#_) span.price-primary {
  color: #000000;
}

.price-wrapper:not(#_) span.price-secondary {
  font-size: 1.3rem;
  color: #434B52;
}

.price-wrapper:not(#_) strong {
  text-align: right;
}
.price-wrapper:not(#_) strong.price-primary {
  font-size: 2.4rem;
  color: #000000;
  padding: 0;
}

.price-wrapper:not(#_) strong.price-secondary {
  font-size: 1.3rem;
  color: #000000;
  padding: 0;
  text-align: left;
}

body.in-dekujeme .recapitulation-wrapper .cart-table tbody .cart-table-header {
  display: none;
}

.cart-table tbody .cart-table-header td {
  padding: 1.9rem 0;
  color: #000000;
  font-weight: 700;
  text-align: left;
  border-right: 0;
}
.cart-table tbody .cart-table-header td.p-total {
  text-align: left;
}

.cart-table tbody .cart-table-header td.p-price {
  padding-right: 2.4rem;
}

.cart-table tbody .removeable td {
  border-right: 0;
  text-align: left;
  padding-right: 2.4rem;
}
.cart-table tbody .removeable td.p-name {
  width: 37%;
  padding-right: 4rem;
}

.cart-table tbody .removeable td.p-availability {
  width: auto;
}

.cart-table tbody .removeable td.cart-p-image {
  padding: 0 2.4rem 0 0;
  width: 7.6rem;
}
@media (min-width: 992px) {
  .cart-table tbody .removeable td.cart-p-image {
    max-width: 6.4rem;
    width: 6.4rem;
    padding: 0;
  }
}

.cart-table tbody .removeable td.p-quantity {
  padding-left: 0;
  width: 40%;
}
@media (min-width: 992px) {
  .cart-table tbody .removeable td.p-quantity {
    width: auto;
  }
}

.cart-table tbody .removeable td.p-price {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  width: 30%;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cart-table tbody .removeable td.p-price {
    width: auto;
    text-align: left;
    padding-right: 2.4rem;
  }
}

.cart-table tbody .removeable td.p-total {
  font-weight: 700;
  padding: 0;
  width: 30%;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cart-table tbody .removeable td.p-total {
    width: 15rem;
    text-align: left;
  }
}

.cart-table tbody .removeable td img {
  width: 6.4rem;
}

.cart-table tbody .removeable td .main-link {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.cart-table tbody .removeable td .show-related {
  font-weight: 400;
  font-size: 1.3rem;
  padding-top: 0.4rem;
}

.cart-table tbody .removeable td .availability-label {
  font-weight: 700;
  color: #049223;
  font-size: 1.3rem;
}

.cart-table tbody .removeable td .availability-amount {
  color: #049223;
  font-size: 1.3rem;
}

.cart-table tbody .removeable td .price-final {
  font-weight: 700;
  color: #000000;
  font-size: 1.6rem;
}
.cart-table tbody .removeable td.p-price .price-final {
  font-weight: 400;
  font-size: 1.3rem;
}

.cart-table tbody .removeable td .unit-value {
  font-size: 1.3rem;
}

.cart-table tbody .removeable td.p-total form {
  float: right;
}

.extra.delivery {
  margin: 4rem 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .extra.delivery {
    margin: 7rem 0 0 0;
  }
}
.extra.delivery span {
  font-size: 1.3rem;
  color: #434B52;
  padding-left: 3.2rem;
  position: relative;
  display: inline-block;
}
.extra.delivery span::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.8rem;
  background: url("/user/documents/upload/Images/truck-delivery.svg") no-repeat center;
  top: -0.2rem;
  left: 0;
  position: absolute;
}

.extra.delivery span strong {
  font-weight: 400;
}

.extra.delivery span .price-range {
  margin: 0.8rem 0 0 0;
  height: 0.3rem;
  background: #D9D9D9;
  max-width: 42rem;
}
.extra.delivery span .price-range::before {
  display: none;
}

.category-top {
  background: #000000 url("/user/documents/upload/Images/mountain-categories-png.png") no-repeat center center/cover;
  padding: 3.2rem 0;
  position: relative;
}
.category-top::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 14px;
  z-index: 0;
  background: url("/user/documents/upload/Images/mountain-categories-shape.png") no-repeat center/cover;
  pointer-events: none;
}

.category-top .container .category-title {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 7rem;
  margin-top: 1.4rem;
  margin-bottom: 0.8rem;
}

.category-top .container .category-perex > p {
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-bottom: 0;
}

.category-top .container .subcategories {
  margin-bottom: 0;
  margin-top: 4.8rem;
  justify-content: center;
}
.category-top .container .subcategories > li {
  display: flex;
  flex-direction: column;
  width: auto;
  height: auto;
  flex-basis: 166px;
  padding: 0;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px), (min-width: 768px) {
  .category-top .container .subcategories > li {
    flex-basis: 238px;
    min-height: 206px;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
}
.category-top .container .subcategories > li > a {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  overflow: visible;
  color: #000000;
  background-color: #F0F3F5;
  padding: 2.4rem;
  transition: background-color 0.15s ease-in-out;
  height: auto;
}
.category-top .container .subcategories > li > a:hover {
  background-color: #ffffff;
}

.category-top .container .subcategories > li > a .image {
  display: block;
  margin-bottom: 2.4rem;
  padding-right: 0;
  width: auto;
}
.category-top .container .subcategories > li > a .image > img {
  display: block;
  max-height: 80px;
  mix-blend-mode: multiply;
}

.category-top .container .subcategories > li > a > .text {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #000000;
  max-width: none;
  transition: color 0.15s ease-in-out;
}
@media (min-width: 768px), (min-width: 768px) {
  .category-top .container .subcategories > li > a > .text {
    font-size: 1.8rem;
    line-height: 2rem;
    line-height: 25px;
    text-align: center;
    height: 50px;
overflow: hidden;
  }
}
.category-top .container .subcategories > li > a:hover > .text {
  color: #FF6600;
}

.remove-item:not(#_) {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  margin: 0;
  display: block;
  opacity: 1;
  cursor: pointer;
  opacity: 0.3;
}
.remove-item:not(#_):hover {
  opacity: 1;
}

.cart-table .remove-item:not(#_) {
  position: absolute;
  right: 0;
  top: -1.5rem;
}
@media (min-width: 992px) {
  .cart-table .remove-item:not(#_) {
    margin: 0 2.4rem 0 0;
    top: 0.8rem;
    float: right;
    right: auto;
    position: relative;
  }
}

.remove-item:not(#_)::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/close-modal.svg") no-repeat center;
  display: block;
}

.user-action-cart.popup-widget.cart-widget {
  width: 58rem;
  max-width: calc(100% - 4rem);
  margin-left: 0;
  border: 0;
  right: 2.5rem;
  left: auto;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1440px) {
  .user-action-cart.popup-widget.cart-widget {
    left: 50%;
    right: auto;
    margin-left: 12.8rem;
  }
}
.user-action-cart.popup-widget.cart-widget::before {
  width: 1.6rem;
  height: 1.2rem;
  background: url("/user/documents/upload/Images/polygon.svg") no-repeat center;
  border: 0;
  transform: rotate(0);
  top: -1rem;
  right: 1.2rem;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product {
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-color: #CED4D9;
}
@media (min-width: 768px) {
  .user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product {
    flex-wrap: nowrap;
  }
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image {
  min-width: 6.4rem;
  max-width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.2rem;
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image a {
  height: auto;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name {
  width: calc(100% - 9rem);
  flex-grow: 1;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name {
    max-width: 17.5rem;
    min-width: 17.5rem;
  }
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name strong {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name strong a:hover {
  color: #FF6600;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-amount {
  max-width: 15rem;
  min-width: 15rem;
  padding: 0;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-price {
  white-space: nowrap;
  padding-left: 3rem;
  flex-grow: 1;
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-price strong {
  font-weight: 700;
  font-size: 1.6rem;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete {
  visibility: visible;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 2.4rem;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom .cart-widget-button {
  order: 2;
  padding: 0;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom .cart-free-shipping {
  order: 1;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #434B52;
  display: flex;
  height: 100%;
}
.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom .cart-free-shipping::before {
  content: "";
  min-width: 2.4rem;
  height: 2.4rem;
  display: block;
  margin-right: 1.2rem;
  background: url("/user/documents/upload/Images/truck-delivery.svg") no-repeat center;
  position: relative;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom .cart-free-shipping .price-range {
  display: none;
}

.user-action-cart.popup-widget.cart-widget .cart-widget-inner .cart-widget-bottom .cart-free-shipping strong {
  color: #434B52;
}

.menu-level-2:not(#_) {
  align-items: flex-start;
  padding-bottom: 2rem;
  border: 0;
}
@media (min-width: 992px) {
  .menu-level-2:not(#_) {
    padding-bottom: 10rem;
    top: 100%;
  }
}
.menu-level-2:not(#_)::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  z-index: 1;
  display: none;
  border-top: 1px solid #000000;
  background: url("/user/documents/upload/Images/cart-steps-bg.jpg") #ffffff repeat-x center bottom;
}
@media (min-width: 768px), (min-width: 768px) {
  .menu-level-2:not(#_)::before {
    display: block;
  }
}

.menu-level-2:not(#_) > li {
  z-index: 2;
  width: auto;
  flex: 0 1 100%;
  padding: 0;
  align-items: flex-start;
  color: transparent;
}
@media (min-width: 768px) {
  .menu-level-2:not(#_) > li {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  .menu-level-2:not(#_) > li {
    flex: 0 1 25%;
    padding: 4rem 2rem 0 0;
  }
}
@media (min-width: 1440px) {
  .menu-level-2:not(#_) > li {
    flex: 0 1 16.6666666667%;
  }
}
.menu-level-2:not(#_) > li .menu-image {
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0 1rem 0 0;
}
.menu-level-2:not(#_) > li .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.menu-level-2:not(#_) > li > div {
  width: calc(100% - 5rem);
}
.menu-level-2:not(#_) > li > div > a {
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding: 1rem 4rem;
}
.menu-level-2:not(#_) > li > div > a:hover {
  color: #FF6600;
}

@media (min-width: 768px) {
  .menu-level-2:not(#_) > li > div > a {
    padding: 0;
  }
}
.menu-level-2:not(#_) > li > div > a span:not(#_) {
  text-decoration-thickness: 1px;
}

.menu-level-3:not(#_) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  overflow: visible;
  max-height: none;
}
.menu-level-3:not(#_) li {
  width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .menu-level-3:not(#_) li {
    width: auto;
    display: block;
  }
}
.menu-level-3:not(#_) li a {
  color: #434B52;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  width: 100%;
}
.menu-level-3:not(#_) li a:hover {
  color: #FF6600;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .menu-level-3:not(#_) li a {
    width: auto;
  }
}

.menu-level-3:not(#_) .more-items-trigger {
  display: none;
}

.cart-inner {
  padding: 0;
}
body.in-krok-2 .cart-inner {
  max-width: 118rem;
  margin: 0 auto;
}

.cart-row {
  display: flex;
  flex-wrap: wrap;
}
body.in-krok-2 .cart-row {
  margin: 0;
}

#checkoutContent {
  width: 100%;
  padding: 0;
  margin: 4rem 0;
}
body.in-krok-2 #checkoutContent {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  body.in-krok-2 #checkoutContent {
    max-width: 58rem;
    margin: 0 0 4rem;
  }
}

@media (min-width: 768px) {
  #checkoutContent {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  #checkoutContent {
    width: calc(70% - 5rem);
    max-width: 78rem;
    padding: 0 0 10rem 0;
    margin: 4.8rem 3rem 0 auto;
  }
}
body.in-krok-2 #checkoutContent fieldset.stay-in-touch {
  margin-top: 5rem;
}

#checkoutSidebar {
  width: 100%;
  padding: 0;
}
body.in-krok-2 #checkoutSidebar {
  margin: 2rem 0;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  body.in-krok-2 #checkoutSidebar {
    margin: 0 0 3rem auto;
    max-width: 34rem;
  }
}

@media (min-width: 768px) {
  #checkoutSidebar {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  #checkoutSidebar {
    width: calc(30% - 5rem);
    max-width: 34rem;
    padding: 0 0 10rem 0;
    margin: 4.8rem auto 0 3rem;
  }
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner {
  border: 0;
  padding: 0;
  margin: 0;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item {
  padding: 0;
  margin: 0 0 2.4rem;
  border: 0;
  display: flex;
  align-items: center;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.helper {
  display: flex;
  justify-content: space-between;
  color: #000000;
  font-size: 1.4rem;
  margin: 0;
  padding: 1.6rem 0;
  border-top: 1px solid #CED4D9;
  border-bottom: 1px solid #CED4D9;
}
body.in-krok-2 #checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.helper {
  margin-bottom: 2.4rem;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item.price {
  margin-bottom: 0;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-name {
  flex-grow: 1;
  margin-right: 2.8rem;
  display: block;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-name a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price {
  display: block;
  white-space: nowrap;
  width: auto;
  color: #000000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price .cart-item-amount {
  text-align: right;
  font-size: 1.3rem;
  color: #434B52;
  font-weight: 400;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-summary-item .cart-item-price .cart-item-amount .unit-value {
  color: #434B52;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation {
  padding: 2.4rem 0;
  border-bottom: 1px solid #FF6600;
}
body.in-krok-2 #checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation {
  padding: 0;
  border-top: 0;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single {
  padding: 0;
  border: 0;
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single:last-child {
  margin-bottom: 0;
}

#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single .recapitulation-shipping-billing-info {
  text-align: left;
}
#checkoutSidebar .cart-content .order-summary .order-summary-inner .order-recapitulation .recapitulation-single .recapitulation-shipping-billing-info span {
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
  text-align: right;
  margin-left: 2rem;
}

#checkoutSidebar .cart-content .next-step {
  margin-top: 0;
}

.question-tooltip {
  width: 1.6rem;
  height: 1.6rem;
  border: 0;
  overflow: hidden;
  text-indent: -100rem;
  display: inline-block;
  background: url("/user/documents/upload/Images/info-circle.svg") no-repeat center;
}
.payment-info .question-tooltip {
  position: relative;
  margin-left: -0.2rem;
  top: 0.3rem;
}

.filter-section .question-tooltip {
  position: relative;
  top: 0.2rem;
}

.radio-wrapper:not(#_) {
  padding: 0;
  border: 1px solid #CED4D9;
  margin-top: -1px;
  position: relative;
}
.radio-wrapper:not(#_):first-child {
  margin: 0;
}

.radio-wrapper:not(#_).active {
  z-index: 2;
  border-color: #049223;
  background: rgba(4, 146, 35, 0.1);
}

.radio-wrapper:not(#_) label {
  padding: 1.6rem 1.6rem 1.6rem 5rem;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) label {
    padding: 1.6rem 2.4rem 1.6rem 6.5rem;
  }
}
.radio-wrapper:not(#_) label::before {
  display: block;
  width: 2rem;
  height: 2rem;
  left: 1.6rem;
  border-color: #CED4D9;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) label::before {
    left: 2.4rem;
  }
}
.radio-wrapper:not(#_).active label::before {
  display: none;
}

.radio-wrapper:not(#_) label::after {
  width: 2rem;
  height: 2rem;
  background: #ffffff;
  border: 0.6rem solid #000000;
  display: none;
  left: 1.6rem;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) label::after {
    left: 2.4rem;
  }
}
.radio-wrapper:not(#_).active label::after {
  display: block;
}

.radio-wrapper:not(#_) .payment-info {
  order: 2;
  line-height: 1.6rem;
}
.radio-wrapper:not(#_) .payment-info .shipping-billing-name {
  font-weight: 700;
  line-height: 1.8rem;
  padding-right: 0.5rem;
  color: #000000;
  font-size: 1.4rem;
  display: inline;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) .payment-info .shipping-billing-name {
    font-size: 1.5rem;
  }
}

.radio-wrapper:not(#_) .payment-info .sublabel {
  display: block;
}
.radio-wrapper:not(#_) .payment-info .sublabel a {
  color: #FF6600;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.radio-wrapper:not(#_) .payment-logo {
  order: 1;
  width: 4rem;
  height: 3rem;
  flex-basis: auto;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.4rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) .payment-logo {
    width: 8rem;
    height: 4rem;
    margin-right: 1.6rem;
  }
}
.radio-wrapper:not(#_) .payment-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.radio-wrapper:not(#_) .payment-shipping-price {
  order: 3;
  font-weight: 700;
  color: #000000;
  font-size: 1.6rem;
  flex-basis: auto;
}
@media (min-width: 768px) {
  .radio-wrapper:not(#_) .payment-shipping-price {
    flex-basis: 8rem;
  }
}

.sidebar.sidebar-left {
  min-height: 100%;
}
body.type-category .sidebar.sidebar-left {
  max-width: 28.5rem;
  padding-right: 4rem;
}

.slider-wrapper .slider-content {
  height: 0.2rem;
  margin-bottom: 1.1rem;
  background: #CED4D9;
}
.slider-wrapper .slider-content .ui-slider {
  height: 0.2rem;
  background: #CED4D9;
}
.slider-wrapper .slider-content .ui-slider .ui-slider-range {
  background: #FF6600;
}

.slider-wrapper .slider-content .ui-slider .ui-slider-handle {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  top: -0.7rem;
  margin-left: -0.8rem;
}

.slider-wrapper .slider-header {
  padding-bottom: 0;
}
.slider-wrapper .slider-header span {
  font-size: 1.3rem;
  color: #434B52;
}

.box-filters:not(#_) {
  border: 0;
  padding: 0;
  margin: 0;
}
.box-filters:not(#_) .filters-wrapper #filters::before {
  content: "Filtrovat";
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 3.2rem;
  color: #000000;
  text-align: left;
  display: block;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-section {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #CED4D9;
}
.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-section.filter-section-parametric-id-15 fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-section fieldset > div {
  float: none;
  width: auto;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-section > form {
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-section .param-filter-top > form:last-child {
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections .filter-total-count {
  display: none;
}

.box-filters:not(#_) .filters-wrapper #filters .filter-sections #clear-filters {
  margin-bottom: 0;
}

.filter-label:not(#_):not(#_) {
  padding: 0.4rem 0 0.4rem 3.2rem;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}
.filter-label:not(#_):not(#_):hover {
  color: #FF6600;
}

.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_).active {
  border-color: #000000;
}

.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_) {
  border: 1px solid #CED4D9;
  padding: 0.8rem;
  margin: 0;
  width: auto;
  font-size: 1.3rem;
  line-height: 1.5rem;
  white-space: nowrap;
}

.filter-label:not(#_):not(#_)::before {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CED4D9;
  display: block;
}
.filter-label.active:not(#_):not(#_)::before {
  display: none;
}

.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_)::before {
  display: none;
}

.filter-label:not(#_):not(#_)::after {
  content: "";
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  left: 0;
  border: 1px solid #000000;
  background: url("/user/documents/upload/Images/check-black.svg") no-repeat center;
  display: none;
}
.filter-label.active:not(#_):not(#_)::after {
  display: block;
}

.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_)::after {
  display: none;
}

.filter-label:not(#_):not(#_) .filter-count {
  background: none;
  color: #98A3AD;
  font-size: 1.4rem;
  line-height: 1.5rem;
  display: inline;
  width: auto;
  height: auto;
  float: none;
  position: relative;
  top: -0.3rem;
  margin-left: 0.3rem;
  font-weight: 400;
}
.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_).active .filter-count {
  color: #000000;
}

.filter-section.filter-section-parametric-id-15 .filter-label:not(#_):not(#_) .filter-count {
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.filter-label:not(#_):not(#_) .filter-count::before {
  content: "(";
}

.filter-label:not(#_):not(#_) .filter-count::after {
  content: ")";
}

.advanced-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.advanced-filters-wrapper > div:not(#_):not(#_) {
  padding: 0;
}

.advanced-filters-wrapper .advanced-parameter {
  width: 4.2rem;
  height: 4.2rem;
}
.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner[style="background-color: #ffffff"] {
  border: 1px solid #CED4D9;
}

.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  top: calc(50% - 0.8rem);
  left: calc(50% - 0.8rem);
  background: url("/user/documents/upload/Images/small-check.svg") #ffffff no-repeat center;
  display: none;
}
.advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner.yes-before::before {
  display: block;
}

.pagination-wrapper {
  width: 100%;
  margin: 4.8rem auto 3.2rem;
}
@media (min-width: 992px) {
  .pagination-wrapper {
    margin-right: 0;
    width: 100%;
  }
  .sidebar-indented .category-content-wrapper {
    width: calc(100% - 285px);}
}
.sidebar-indented .category-content-wrapper {padding-top: 20px;}
.pagination-wrapper .pagination-top {
  visibility: hidden;
}

.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .pagination-wrapper .pagination {
    justify-content: flex-end;
  }
}
.pagination-wrapper .pagination .current {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  width: 5rem;
  height: 5rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
}

.pagination-wrapper .pagination a {
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #000000;
  font-weight: 700;
}
.pagination-wrapper .pagination a.pagination-link.prev {
  border: 0;
  background: url("/user/documents/upload/Images/pagination-next.svg") no-repeat center;
  transform: rotate(180deg);
}

.pagination-wrapper .pagination a.pagination-link.next {
  border: 0;
  background: url("/user/documents/upload/Images/pagination-next.svg") no-repeat center;
}

.pagination-wrapper .pagination a:hover {
  border-color: #FF6600;
  color: #FF6600;
}

.pagination-wrapper .pagination a.pagination-link.prev::before {
  display: none;
}

.pagination-wrapper .pagination a.pagination-link.next::before {
  display: none;
}

#productsTop:not(#_) {
  width: 100%;
}

@media (min-width: 992px) {
  #productsTop:not(#_) {
    width: 100%;
  }
}

#productsTop > .product.revealed + .button-wrapper a::after {
  transform: rotate(180deg);
}

#productsTop > .product:not(._):not(._) {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CED4D9;
  margin-bottom: 0;
  padding: 0.8rem 0 !important;
}

#productsTop > .product > .p {
  width: 100%;
  flex-wrap: nowrap;
}
#productsTop > .product > .p > .image {
  width: 64px;
  min-height: 64px;
  flex-shrink: 0;
}
#productsTop > .product > .p > .image > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#productsTop > .product > .p > .p-in {
  flex-grow: 100000;
  width: auto;
  display: flex;
  padding-right: 0 !important;
}
#productsTop > .product > .p > .p-in > .p-in-in {
  flex-basis: auto;
  flex-grow: 100000;
  flex-direction: column;
}
#productsTop > .product > .p > .p-in > .p-in-in > .name {
  display: block;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000000;
  transition: color 0.1s ease-in-out;
}
#productsTop > .product > .p > .p-in > .p-in-in > .name:hover {
  color: #FF6600;
  text-decoration: underline;
}

#productsTop > .product > .p > .p-in > .p-in-in > .ratings-wrapper {
  margin-bottom: 0;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
#productsTop > .product > .p > .p-in > .p-in-in > .ratings-wrapper > .availability {
  margin-right: 0;
}
#productsTop > .product > .p > .p-in > .p-in-in > .ratings-wrapper > .availability > .acronym {
  cursor: initial;
  border: none;
  font-weight: 700;
  color: #049223;
}

#productsTop > .product > .p > .p-in > .p-in-in > .ratings-wrapper > .availability > .availability-amount {
  font-weight: 400;
  color: #049223;
}

#productsTop > .product > .p > .p-in > .p-bottom {
  flex-basis: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  #productsTop > .product > .p > .p-in > .p-bottom {
    padding-left: 0;
  }
}
#productsTop > .product > .p > .p-in > .p-bottom > .offers {
  padding-top: 0;
}
#productsTop > .product > .p > .p-in > .p-bottom > .offers .price-standard {
  display: none;
  margin-right: 0;
  white-space: nowrap;
}

#productsTop > .product > .p > .p-in > .p-bottom > .offers .price-final {
  white-space: nowrap;
  margin-top: 0;
}
#productsTop > .product > .p > .p-in > .p-bottom > .offers .price-final > strong {
  font-size: 1.6rem;
}

#productsTop > .button-wrapper {
  line-height: normal;
  padding-top: 2rem;
}
#productsTop > .button-wrapper:not(._):not(._) {
  display: block;
}

#productsTop > .button-wrapper > .toggle-top-products {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
#productsTop > .button-wrapper > .toggle-top-products::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 1.2rem;
  font-size: unset;
  color: #000000;
  background: url("/user/documents/upload/Images/chevron-down-tiny.svg") no-repeat center center;
  position: relative;
  top: 2px;
}

.products-block:not(#_) {
  width: 100%;
}
@media (min-width: 768px) {
  body.type-category .products-block:not(#_) {
    width: 100%;
  }
}

.news-item-detail:not(#_) article header {
  margin-bottom: 2.5rem;
}
.news-item-detail:not(#_) article header time {
  display: none;
}

.news-item-detail:not(#_) article .text p:first-child > img {
  width: 100%;
}
@media (min-width: 1200px) {
  .news-item-detail:not(#_) article .text p:first-child > img {
    width: calc(100% + 24rem);
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-item-detail:not(#_) article .text h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3rem;
  text-align: left;
  margin: 4rem 0 3.2rem;
  color: #000000;
}

.news-item-detail:not(#_) article .text h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: left;
  margin: 4rem 0 2.4rem;
  color: #000000;
}

.news-item-detail:not(#_) article .text h4 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 4rem 0 2.4rem;
  color: #000000;
}

.news-item-detail:not(#_) article .text h5 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: left;
  margin: 4rem 0 1.6rem;
  color: #000000;
}

.news-item-detail:not(#_) article .text h6 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 4rem 0 1.6rem;
  color: #000000;
}

.news-item-detail:not(#_) article .text p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: left;
  margin: 0 0 3.2rem;
  color: #434B52;
}

.news-item-detail:not(#_) article .text strong {
  font-weight: 700;
}

.news-item-detail:not(#_) article .text a {
  color: #FF6600;
  text-decoration: underline;
}
.news-item-detail:not(#_) article .text a:hover {
  text-decoration: none;
}

.news-item-detail:not(#_) article .text img[style*="float: left"] {
  margin: 0;
  float: none !important;
}
@media (min-width: 768px) {
  .news-item-detail:not(#_) article .text img[style*="float: left"] {
    margin: 0 2rem 0 0;
    float: left !important;
  }
}

.news-item-detail:not(#_) article .text img[style*="float: right"] {
  margin: 0;
  float: none !important;
}
@media (min-width: 768px) {
  .news-item-detail:not(#_) article .text img[style*="float: right"] {
    margin: 0 0 0 2rem;
    float: right !important;
  }
}

.news-item-detail:not(#_) article .text ul {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: left;
  margin: 0 0 3.2rem;
  padding: 0 0 0 5rem;
  color: #434B52;
  list-style: none;
}
.news-item-detail:not(#_) article .text ul li {
  padding-bottom: 1.2rem;
  position: relative;
}
.news-item-detail:not(#_) article .text ul li:last-child {
  padding-bottom: 0;
}

.news-item-detail:not(#_) article .text ul li::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url("/user/documents/upload/Images/bullet.svg") no-repeat center;
  left: -3.2rem;
  top: 0.5rem;
  margin: 0;
  position: absolute;
}

.news-item-detail:not(#_) article .text ol {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-align: left;
  margin: 0 0 3.2rem;
  padding: 0 0 0 5rem;
  color: #434B52;
  list-style: none;
  counter-reset: item;
}
.news-item-detail:not(#_) article .text ol li {
  padding-bottom: 1.2rem;
  position: relative;
}
.news-item-detail:not(#_) article .text ol li:last-child {
  padding-bottom: 0;
}

.news-item-detail:not(#_) article .text ol li::before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #FF6600;
  font-weight: 800;
  left: -3.2rem;
  position: absolute;
}

.news-item-detail:not(#_) article footer {
  display: none;
}

.phone-combined-input .country-flags {
  border: 1px solid #CED4D9;
  border-right: 0;
  border-radius: 0;
  padding-left: 2rem;
}

body.in-krok-2.smart-labels-active .smart-label-wrapper label {
  padding-left: 2rem;
  color: #000000;
  font-weight: 400;
}

body.in-krok-2.smart-labels-active .smart-label-wrapper.populated label, body.in-krok-2.smart-labels-active .smart-label-wrapper.focused label {
  font-size: 1.1rem;
  color: #434B52;
  opacity: 1;
  padding-top: 1.4rem;
}

.form-group.consents label:not(#_) {
  font-size: 1.3rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #434B52;
}

input[type=checkbox] + label:not(#_) {
  padding: 0.4rem 0 0.4rem 3.2rem;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

input[type=checkbox] + label::before {
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid #CED4D9;
  display: block;
}

input[type=checkbox]:checked + label::after {
  content: "";
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  left: 0;
  border: 1px solid #000000;
  background: url("/user/documents/upload/Images/check-black.svg") no-repeat center;
}

.form-group.consents.consents-first {
  margin-top: 0;
}

body.in-krok-2 #checkoutContent .form-group {
  margin-bottom: 2rem;
}

fieldset + .form-group {
  margin-top: 1.2rem;
}

.form-group a {
  color: #000000;
  font-weight: 400;
}
.form-group.consents a span {
  color: #000000 !important;
}

#cboxOverlay {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1200px) {
  .roz-obj#colorbox {
    width: 85rem !important;
    left: 50% !important;
    margin-left: -42.5rem !important;
  }
}

@media (min-width: 1200px) {
  #colorbox.roz-obj #cboxWrapper {
    width: 100% !important;
    max-width: 85rem !important;
  }
}

#colorbox.roz-obj #cboxContent {
  background: transparent;
}
@media (min-width: 1200px) {
  #colorbox.roz-obj #cboxContent {
    width: 100% !important;
    max-width: 85rem !important;
  }
}

#colorbox #cboxContent #cboxLoadedContent {
  padding: 0;
}
@media (min-width: 1200px) {
  #colorbox.roz-obj #cboxContent #cboxLoadedContent {
    width: 100% !important;
    max-width: 85rem !important;
  }
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content {
  padding: 0;
}
#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top {
  text-align: left;
  padding: 2.5rem 1.6rem 5rem 6.8rem;
  background: url("/user/documents/upload/Images/mountains-modal.jpg") #ffffff repeat-x center bottom;
  position: relative;
}
@media (min-width: 768px) {
  #colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top {
    padding: 4.8rem 3.6rem 6.8rem 10.8rem;
  }
}
#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top::before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background: url("/user/documents/upload/Images/circle-check.svg") no-repeat center;
  position: absolute;
  left: 1.2rem;
  top: 3.5rem;
}
@media (min-width: 768px) {
  #colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top::before {
    left: 3.6rem;
  }
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top .h1 {
  margin: 0;
  padding: 0;
  font-size: 2.8rem;
  line-height: 3rem;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .adv-order-top .h2 {
  margin: 1.2rem 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap {
  background: #ffffff;
  padding: 2.4rem;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  #colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap {
    gap: 4.8rem;
    justify-content: space-between;
  }
}
#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap .do-obchodu {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.6rem;
  text-decoration: underline;
  color: #000000;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap .do-obchodu:hover {
  text-decoration: none;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap .do-obchodu::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background: url("/user/documents/upload/Images/arrow-left.svg") no-repeat center;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .extras-wrap .extra {
  margin: 0;
  padding: 0;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .advanced-order-suggestion {
  padding: 1.6rem;
  margin: 0;
  border: 0;
  background: #ffffff;
  font-size: 1.8rem;
  line-height: 2rem;
}

#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .products-wrapper {
  background: #ffffff;
  padding: 0;
}
#colorbox #cboxContent #cboxLoadedContent .colorbox-html-content .advanced-order .products-wrapper .product-slider-pagination {
  display: none;
}

#colorbox #cboxContent #cboxClose {
  background: transparent !important;
}
#colorbox #cboxContent #cboxClose::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/user/documents/upload/Images/close-modal.svg") no-repeat center;
}

.dekujeme-top {
  padding: 4rem 2rem 27rem;
  text-align: center;
  background: url("/user/documents/upload/Images/bg-thank-you.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .dekujeme-top {
    padding: 7rem 2rem 27rem;
  }
}
.dekujeme-top::before {
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  margin: 0 auto 2.1rem;
  background: url("/user/documents/upload/Images/circle-check.svg") no-repeat center;
  background-size: contain;
}

.dekujeme-top::after {
  content: "";
  width: 100%;
  height: 1.4rem;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
  background: url("/user/documents/upload/Images/border.svg") repeat-x center;
}

.dekujeme-top span {
  color: #FF6600;
}

.recapitulation-wrapper {
  background: #ffffff;
  max-width: 94rem;
  position: relative;
  z-index: 3;
  margin: 4.8rem auto;
}
.recapitulation-wrapper:first-child {
  margin: -23rem auto 0;
  border: 1px solid #CED4D9;
  border-top: 0;
}
@media (min-width: 1440px) {
  .recapitulation-wrapper:first-child {
    margin: -26.8rem auto 0;
  }
}

.recapitulation-wrapper > .order-summary-item.total {
  display: none;
}

.recapitulation-wrapper > .order-summary-item.summary-thx {
  display: none;
}

.recapitulation-wrapper .cart-table td {
  border: 0;
}
.recapitulation-wrapper .cart-table td.p-cell {
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .recapitulation-wrapper .cart-table td {
    border-bottom: 1px solid #CED4D9;
  }
}

.recapitulation-wrapper .cart-table .cart-p-image:not(#_) {
  margin: 0;
  height: 7rem;
}
@media (min-width: 992px) {
  .recapitulation-wrapper .cart-table .cart-p-image:not(#_) {
    padding: 1.6rem 2.4rem;
    height: auto;
  }
}

.recapitulation-wrapper .cart-table .cart-p-image img {
  width: 6.4rem;
}

.recapitulation-wrapper .cart-table .p-name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #000000;
  height: 7rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .recapitulation-wrapper .cart-table .p-name {
    height: auto;
    display: table-cell;
    width: 42%;
  }
}

.recapitulation-wrapper .cart-table .p-quantity {
  font-size: 1.3rem;
  width: 18%;
}

.recapitulation-wrapper .cart-table .p-price {
  font-size: 1.3rem;
}
.recapitulation-wrapper .cart-table .p-price .unit-value {
  font-size: 1.3rem;
  vertical-align: unset;
  color: #434B52;
}

.recapitulation-wrapper .cart-table .p-total:not(#_) {
  padding-right: 4rem;
  color: #000000;
  font-weight: 700;
  font-size: 1.6rem;
}

.recapitulation-wrapper .co-box.co-payment-method {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .recapitulation-wrapper .co-box.co-payment-method {
    flex-direction: row;
  }
}
.recapitulation-wrapper .co-box.co-payment-method .left {
  flex: 1;
  padding: 2rem;
}
@media (min-width: 992px) {
  .recapitulation-wrapper .co-box.co-payment-method .left {
    padding: 4rem;
  }
}

.recapitulation-wrapper .co-box.co-payment-method .right {
  flex: 1;
  padding: 2rem;
  text-align: left;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.1rem;
  color: #000000;
}
@media (min-width: 992px) {
  .recapitulation-wrapper .co-box.co-payment-method .right {
    padding: 4rem;
    text-align: right;
  }
}
.recapitulation-wrapper .co-box.co-payment-method .right tr {
  display: flex;
  flex-direction: column;
}
.recapitulation-wrapper .co-box.co-payment-method .right tr th .row-header-label {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2rem;
}

.recapitulation-wrapper .recapitulation-table-payment {
  flex-direction: column;
}

.recapitulation-wrapper .table.recapitulation-table {
  width: 100%;
  padding: 4rem 0 0 0;
  margin: 0;
}
.recapitulation-wrapper .table.recapitulation-table th {
  padding: 0.4rem 0;
  font-size: 1.5rem;
  color: #000000;
}
.recapitulation-wrapper .table.recapitulation-table th::after {
  display: none;
}

.recapitulation-wrapper .table.recapitulation-table td {
  padding: 0.4rem 0;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  text-align: right;
}

body.in-dekujeme .content-inner {
  padding: 0;
}
@media (min-width: 992px) {
  body.in-dekujeme .content-inner {
    padding: 0 2rem;
  }
}



.top-navigation-menu-trigger{display: none !important;}
.top-menu a{color: #fff;padding: 0 16px;display: block;height: 40px;line-height: 38px;text-transform: none;}
.top-navigation-menu .top-menu li span{padding: 0 !important;}
.banners-content a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .footer-banner a:hover img, .banner-category a:hover img {-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
#productsTop, .type-category .content > h4{width: calc(100% - 340px);display: flex;}
@media screen and (min-width: 768px){
.top-navigation-tools .dropdown-menu{top: 40px;}
#navigation .navigation-in .menu-level-1 > li > a .submenu-arrow{top: 2px;}
.radio-wrapper:not(#_) .payment-logo{padding: 8px;}
#navigation .menu-level-2 > li:not(.has-third-level) > div > a{line-height: 40px; margin: 0 !important;}
}
.social-buttons-wrapper, .size-id-wrapper, .p-data-wrapper .detail-parameters th, .p-image-wrapper .flags-extra{display: none;}
@media screen and (min-width: 768px){
.p-thumbnail:nth-child(n+11){display: none;}
}
@media screen and (max-width: 991px){
.p-thumbnails > div > div {width: 100%;}
.id--15 .cart-table tr{border-color: #CED4D9;}
}
@media screen and (max-width: 767px){
.p-thumbnail:nth-child(n+9){display: none;}
#header .navigation-buttons a {width: 50px;}
ol.cart-header li a, ol.cart-header li strong {line-height: 20px;}
ol.cart-header .step {width: 33.3333%;}
ol.cart-header .step::after {top: 13px;}
.p-detail-inner .p-data-wrapper {margin-top: 0;}
.p-detail-inner .p-data-wrapper .detail-spodek{flex-wrap: wrap;}
body:not(.has-carousel):not(.type-category) #header .header-bottom {border-bottom: 0;}
.advanced-order .product-slider-holder.has-navigation .product-slider-navigation.navigation-next {right: 0;}
.advanced-order .product-slider-holder.has-navigation .product-slider-navigation.navigation-prev {left: 0;}
h1{line-height: 1.2 !important;font-size: 38px !important;}
}
.rate-wrapper-in-description{display: none;}
.advanced-parameter.unavailable-option-wrapper{display: none;}
.extra.discount{display: none;}
.id--9 .next-step-back{order: 10;}
.order-summary .checkout-box{display: none;}
#checkoutContent .helper{margin-top: 48px;padding: 24px;}
#checkoutContent .helper a:hover{text-decoration: none;}
.id--16 #header .header-top .navigation-buttons, .id--17 #header .header-top .navigation-buttons {display: flex;}
.type-post #content{max-width: 940px;margin: 0 auto;}
#nav-manufacturers{display: none !important;}
#navigation .navigation-in .menu-level-1 > li > a {margin: 0 !important;}
.slider-content {padding: 0 7px;}
.slider-wrapper {padding: 0;border-bottom: 1px solid #CED4D9;}
.category-header .dropdown-menu{z-index: 0;}
.filter-label.disabled{opacity:0.4;}
.filter-section.filter-section-count{border-bottom: 0 !important;}
.filter-section label.active {font-weight: 400;}
.type-product .breadcrumbs > span:last-child{display: none;}
.type-product .breadcrumbs > span:nth-last-child(2) .navigation-bullet{display: none !important;}
.breadcrumbs a, .breadcrumbs span{color: #fff;}
.p-data-wrapper .price-save {color: #cb0000;}
.quantity:hover {box-shadow: none;}
.p-code-label{font-weight: 400;}
.product-slider-holder .product-slider-navigation{opacity: 1;}
.product-slider-navigation:hover::before, .product-slider-navigation:hover {background-color: #FF6600 !important;}

@media screen and (min-width: 768px) and (max-width: 1199px){
.top-navigation-menu{flex: 1 1 70% !important;}
}
@media screen and (max-width: 1199px){
.menu-level-2{padding: 32px 0 !important;}
}
@media screen and (max-width: 991px){
.p-detail-inner-header-mobile .brand-wrapper{display: none !important;}
.cart-table tr.removeable {border-bottom: 1px solid #CED4D9;}
.cart-inner .cart-table{border-bottom: 0;}
.cart-table .product-table-name-footer{margin-bottom: 16px;}
td.cart-p-image {align-self: flex-start;}
}
@media screen and (max-width: 767px){
.overall-wrapper{padding-bottom: 0 !important;}
.newsletter-header{padding: 0 10px;}
#footer .kontakty-wrapper > .banner > .banner-wrapper .kontakty-footer .left > ul{margin: 12px 0;}
.searchWhisperer .searchWhisperer__products {padding-bottom: 0;}
.user-action-login.popup-widget.login-widget{padding: 0 !important;}
.user-action-login.popup-widget.login-widget:not(#_) .popup-widget-inner{max-width: none; max-height: 100vh; overflow: auto;}
#navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {right: 0;position: absolute;width: 48px;height: 48px;}
.menu-level-2:not(#_) > li > div > a {margin-bottom: 0;padding: 10px;}
.menu-level-2 {padding: 12px 0 !important;}
.menu-level-3:not(#_) {display: block;margin-bottom: 20px;}
.slider-wrapper h4{text-align: left;}
.filter-sections{padding: 0;}
.product .p .p-in{padding: 0;}
.filter-sections{display: none;box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);padding: 0 16px;}
.otevreno .filter-sections{display: block;}
.filtrovat{padding: 0 10px;font-weight: 700;text-align: left;position: relative;height: 52px;line-height: 50px;color: #fff;background-color: #000;font-size: 13px;}
.filtrovat::after{content: '\e90e';position: absolute !important;right: 10px;top: 2px;font-family: shoptet;font-size: 10px;font-weight: 400;}
.otevreno .filtrovat::after{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.slider-wrapper {border-bottom: 1px solid #e6e6e6;}
.mobile .category-header #products-listing-order{font-size: 13px;}
.category-header .icon-chevron-down::before {font-size: 10px;}
.category-header form .dropdown .dropdown-menu li strong {color: #000;}
.category-header form .dropdown .dropdown-menu li strong::after {display: none;}
.filter-section{padding: 0;}
.filter-section form{margin-bottom: 16px;}
.filter-total-count{display: none;}
.category-header {margin-top: 12px;}
#filters{margin-bottom: 0 !important;}
}
.p-data-wrapper .delivery-time .default-variant{display: none;}
.p-data-wrapper .delivery-time{color: #049223;}
.type-product .heureka-wrapper{margin-top: 80px;}
@media screen and (min-width: 768px) and (max-width: 991px){
.p-image-wrapper .p-thumbnail {width: 20% !important;}
}
.payment-info .sublabel {margin-top: 3px;}
.products-block > div .p .p-bottom.single-button {padding-right: 0;}
.slider-wrapper h4 {margin: 0 !important;}
.slider-content{margin-top: 7px;}
.slider-wrapper .slider-header{margin-bottom: 16px;}
#cboxClose:hover {opacity: 0.7;}
.advanced-order .products-related{margin: 0 !important;}
.advanced-order .product-slider{width: 100% !important;}
.advanced-order .p-desc {display: block;}

.icebreaker #header .header-top {background: #FF6600;}
.seatosummit #header .header-top {background: #13CCAB;}
.k2 #header .header-top {background: #20B1DF;}
.top-navigation-menu .top-menu li:nth-child(2)::before, .top-navigation-menu .top-menu li:nth-child(3)::before {background-color: #000;}
.top-navigation-menu .top-menu li:nth-child(4)::before {background-color: #fff;}
.subscribe-form .form-group.consents label:not(#_) {color: #fff;}
.cart-free-shipping > div > div > strong{padding-top: 2px;}
.heureka .heading a:hover, .form-group.consents label a:hover{text-decoration: none !important;}
.loga + .welcome-wrapper{margin-top: 120px;}
.flag-sleva::before{content: "Sleva ";}
#header .site-name a img:not(.ready){opacity: 0;}
.menu-helper{visibility: hidden !important;}
@media screen and (min-width: 768px){
    .navigation-in:not(.ready) > ul > li{opacity: 0;}
    .navigation-in ul li.splitted {visibility: visible;display: block !important;}
}
@media screen and (max-width: 767px){
    .top-menu{flex-wrap: wrap;}
    .top-menu li{width: 25%;}
    .top-menu li span{padding: 0;display: block;}
    .top-menu a{padding: 0 8px; display: block; text-align: center;font-size: 9px;}
    .ordering-process .top-menu{display: none;}
    .search-form{top: 100px !important;}
    body:not(.ordering-process) .overall-wrapper {padding-top: 100px;}
    .welcome-wrapper{left: 0;margin-left: -10px;margin-right: -10px;max-width: none;}
    .footer-banners .footer-banner{min-width: auto;position: relative;width: 50%;padding: 5px !important;flex: none;}
    .footer-banners{gap: 0;padding: 0 5px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
    #navigation .navigation-in .menu-level-1 > li > a{font-size: 11px;}
    .submenu-arrow{display: none !important;}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {width: 100%;}
.icebreaker #header .header-top .navigation-buttons .header-phone .cellphone::after,
.seatosummit #header .header-top .navigation-buttons .header-phone .cellphone::after,
.k2 #header .header-top .navigation-buttons .header-phone .cellphone::after {color: #f1f1f1;}
.p-code td{padding-left: 4px;}
.carousel-tabs .extended-banner-title {padding: 0;font-size: 0;width: 16px;height: 16px;background-color: #fff !important;border-radius: 50%;float: none;left: auto;top: auto;position: relative;margin: 0 4px;cursor: pointer;}
.carousel-tabs .extended-banner-title.active{background-color: #FF6600 !important;}
.carousel-tabs__inner{display: flex;justify-content: center;}
.carousel-tabs:not(.tabs-active){display: none;}
.category-perex a{color: #fff;text-decoration: underline;}
.category-perex a:hover{text-decoration: none;}
@media screen and (max-width: 767px){
  #header .header-top .navigation-buttons > a::before {margin: auto;}
}
.dkLabComparerHeaderIconBtn::before {color: #fff;font-size: 18px;}
.dkLabComparerHeaderIconBtn{padding: 0 10px;}
@media screen and (min-width: 1200px) and (max-width: 1439px){
.dkLabComparerHeaderIconBtn{padding: 0;}
}
.cart-empty{margin-top: 32px;}
.empty-cart-boxes{display: none;}
.nabidka h3{text-align: left;margin-top: 32px;}
.nabidka ul{text-transform: uppercase;}
.nabidka ul a:hover{text-decoration: underline;}
@media screen and (min-width: 992px){
  .detail-spodek{flex-wrap: wrap;}
}
/*.carousel-inner .item > a::after{content: "";width: 48px;height: 48px;border-radius: 50%;position: absolute;right: 64px;bottom: 32px;background: url("/user/documents/upload/Images/chevron-right2.svg") #FF6600 no-repeat center;}*/
@media screen and (max-width: 767px){
.carousel-inner .item > a::after {width: 32px;height: 32px;right: 16px;bottom: 24px;}
.category-top .container .subcategories > li > a > .text {height: 36px;overflow: hidden;text-align: center;}
.category-header form .dropdown {display: block;}
}
.empty-content-category h2{color: #fff;}
.empty-content-category > p:last-child{margin-top: 24px;}
.empty-content-category > p .btn{text-decoration: none !important;}
@media screen and (min-width: 992px){
  .type-product #content-wrapper > .breadcrumbs {display: none;}
}
.type-product .breadcrumbs{margin-bottom: 40px !important;}
@media screen and (max-width: 767px){
  .type-product .breadcrumbs{margin-bottom: 24px !important;}
}
.content a{color: #FF6600;}
#cart-wrapper .cart-header{display: none;}
@media screen and (min-width: 768px){
  /*body:not(.ordering-process) #header{position: sticky;top: 40px;z-index: 9999;}*/
  body:not(.ordering-process) .top-navigation-bar{position: sticky;top: 0;z-index: 10000;}
}
/*
.header-bottom{margin-top: 0;transition: margin-top .3s; z-index: -1;}
.scrolled .header-bottom{margin-top: -68px;}
*/
@media screen and (min-width: 768px){
  body.template-13 .dkLabComparerHeaderIconBtn {margin-left: 0 !important;}
  body.template-13 .dkLabComparerHeaderIconBtn::before {top: 0 !important;}
}
body.template-13 .dkLabComparerHeaderIconBtn em{  width: 1.6rem;height: 1.6rem;background: #FF6600;position: absolute;display: flex;align-items: center;justify-content: center;left: 2.3rem;top: 3px;border-radius: 50%;font-weight: 700;font-size: 1.2rem;line-height: 1.2rem;text-align: center;color: #ffffff;padding: 0 0.1rem 0.1rem 0;}
.news-item-detail .text {margin-bottom: 0;}
.next-art h2{margin-bottom: 30px;}
.next-art{margin-bottom: 64px;}
.custom-footer__instagram{float: none !important; width: 100% !important;padding: 0 !important;}
.instagram-follow-btn{display: none !important;}
.instagram-widget{max-width: none;}
.instagram-widget.columns-3 > a {padding-bottom: 16.6666%;width: 16.6666%;}
.custom-footer__instagram h4{font-weight: 700;font-size: 2.8rem;line-height: 3.1rem;color: #000000;text-align: center;margin: 0 0 32px 0;}
@media screen and (max-width: 767px){
  .instagram-widget.columns-3 > a {padding-bottom: 33.3333%;width: 33.3333%;}
}
.instagram-widget > a img{transition: transform .5s;}
.instagram-widget > a:hover img {transform: translateY(-50%)scale(1.1);}
.id--9 .cart-table .p-discount.p-cell {display: table-cell;}
@media screen and (max-width: 991px){
  .id--9 .cart-table .p-discount.p-cell{order: 5;}
  .id--9 .cart-table .p-discount.p-cell span.p-label{display: inline-block;}
}
.site-msg.information{position: relative;top: 0;left: auto;right: auto;width: 100%;max-width: none;opacity: 1;text-align: center;}
.site-msg.information a{text-decoration: underline;}
.site-msg.information a:hover{text-decoration: none;}
.site-msg .close::before {color: #fff;}
.site-msg.information .text {padding: 0 20px;}