body .back-to-top {
  bottom: 100px;
}

body.mobile .back-to-top {
  bottom: 10px;
  right: auto;
  left: 10px;
}

.news-item-detail .products-block.products .p .name {
  text-decoration: none;
  text-transform: capitalize;
}

.news-item-detail .products-block .product-btn a.btn {
  text-decoration: none;
}
.news-item-detail .product .flags-extra .price-standard {
  display: none;
}
.news-item-detail .product .flags-extra .price-save {
  font-size: 14px;
}

@media (min-width: 768px) {
  .news-item-detail .flags-extra {
    top: -20px;
  }
}

@media (min-width: 768px) {
  .footer-icons .footer-icon {
    padding: 20px 20px;
    margin: 10px;
    max-height: 60px;
    min-height: 60px;
  }
  .type-detail .h4.homepage-group-title {
    font-size: 28px;
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .shp-tabs-wrapper .tab-pane {
    padding: 40px 40px 30px;
    margin-bottom: 20px;
  }
  .extended-description h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.sale__icon img {
  width: 30px;
  height: 30px;
}

.sale__title {
  font-size: 22px;
  padding-left: 50px;
}

@media (min-width: 992px) {
  .sidebar {
    width: 290px;
  }
}

.product.is-unavailable img {
  opacity: 0.4;
}

/* menu */

.navigation-in
  > ul
  > li.ext
  > ul
  > li:nth-child(n + 13):not(.menu-item-category) {
  display: flex;
}

.navigation-in
  > ul
  > li.ext
  > ul
  > li:nth-child(n + 16):not(.menu-item-category) {
  display: none;
}

.navigation-in > ul > li.ext > ul > li.menu-item-category {
  /* width: 25%;
	flex-basis: 25%; */
  margin-top: 0;
}

.navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list a {
  font-weight: 700;
}

.navigation-in ul li a {
  text-transform: none;
}

.navigation-in
  > ul
  > li.ext
  > ul
  > li
  > div
  > ul
  > li.more-submenu-list
  a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -1px;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.0858 7.75739L15.3284 12L11.0858 16.2427L9.67157 14.8285L12.5 12L9.67157 9.1716L11.0858 7.75739Z' fill='currentColor'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1C5.92487 1 1 5.92487 1 12C1 18.0751 5.92487 23 12 23C18.0751 23 23 18.0751 23 12C23 5.92487 18.0751 1 12 1ZM21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12Z' fill='currentColor'/%3e%3c/svg%3e");
}

.navigation-in > ul > li.ext > ul > li > a.menu-image {
  /* display: none; */
}

@media (max-width: 767px) {
  .navigation-in > ul ul.menu-level-2 > li {
    margin-left: -15px;
    align-items: flex-start;
  }
  .navigation-in > ul ul.menu-level-2 li a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    width: 100%;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 15px !important;
    display: block;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list {
    display: none;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    /* width: 100%; */
    /* padding: 0; */
    position: relative;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    position: relative;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span {
    position: absolute;
    top: 8px;
    right: -4px;
    /* transform: translateY(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 3;
  }
  .navigation-in > ul > li.ext > ul > li > div .arrow-span:after {
    content: "\e900";
    color: #7c7e8f;
    font-size: 8px;
    transition: transform 0.3s ease-out;
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navigation-in > ul ul.menu-level-3 li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navigation-in > ul ul.menu-level-3 {
    display: none;
  }
  .navigation-in > ul li.is-active ul.menu-level-3 {
    display: flex;
    padding-left: 0;
  }

  .navigation-in > ul > li.ext > ul > li.is-active > div .arrow-span:after {
    transform: rotate(180deg);
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    /* display: none; */
  }
}

@media (min-width: 992px) {
  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    width: 25%;
    flex-basis: 25%;
  }

  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 80px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: 60px;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    align-items: normal;
  }

  .navigation-in > ul ul.menu-level-2 {
    padding-top: 10px;
  }

  .navigation-in > ul > li.ext > ul > li {
    position: relative;
    padding: 5px 8px 5px;
    align-items: center;
  }

  .navigation-in > ul > li.ext > ul > li.menu-item-category {
    align-items: center;
  }

  .navigation-in > ul > li.ext > ul > li:after {
    position: absolute;
    left: 0;
    top: 1.25rem;
    bottom: 1.25rem;
    width: 1px;
    content: "";
    background-image: linear-gradient(to top, #c1c1c1 62.5%, transparent 37.5%);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 8px;
  }

  .navigation-in > ul > li.ext > ul > li:before {
    position: absolute;
    left: 1.5625rem;
    right: 1.5625rem;
    top: 0;
    height: 1px;
    content: "";
    background-image: linear-gradient(
      to right,
      #c1c1c1 62.5%,
      transparent 37.5%
    );
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 1.1px;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(-n + 4):before {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li:nth-child(4n + 1):after {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div {
    padding-left: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li {
    /* display: block; */
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li.more-submenu-list {
    margin-top: 3px;
    /* display: block; */
  }
  .navigation-in > ul > li.ext > ul > li > div > ul {
    max-height: none;
  }
  .navigation-in
    > ul
    > li.ext
    > ul
    > li
    > div
    > ul
    > li:not(.more-submenu-list):nth-child(n + 8) {
    display: none;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a {
    position: relative;
    padding-left: 20px;
    display: block;
  }

  .navigation-in > ul > li.ext > ul > li > div > ul > li a:before {
    content: "\e90e";
    font-family: "apollo" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    font-size: 10px;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 5px;
  }
}

#cat-3365,
.menu-item-3365 {
  display: none !important;
}

/* Prepitné */
body.mobile.ordering-process table.tip-block {
  width: 100%;
}
body.ordering-process table.tip-block {
  width: 50%;
  margin-bottom: 30px;
}
body.ordering-process table.tip-block .tip-text-block {
  display: table-cell;
  vertical-align: top;
}
body.ordering-process table.tip-block .tip-title {
  padding-top: 0;
  padding-bottom: 0;
}
body.ordering-process table.tip-block .tip-title h4 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
}
body.ordering-process table.tip-block .tip-subtitle p {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 5px;
  color: black;
  font-weight: 400;
}
body.ordering-process table.tip-block form select {
  cursor: pointer;
  border-radius: 5px;
}

body.ordering-process table.tip-block img {
  max-width: 70px;
  margin-right: 5px;
  cursor: pointer;
  transition: transform 250ms ease-out;
}

body.ordering-process table.tip-block img:hover {
  transform: scale(1.05);
}

.in-prepitne.type-detail .detail-price-btn,
.in-prepitne.type-detail .detail-availability-block {
  display: none !important;
}

@media (min-width: 768px) {
  .cart-table tr > td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  body.ordering-process table.tip-block img {
    margin-right: 0;
  }
  .cart-table tr {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.ordering-process table.tip-block img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  body.ordering-process table.tip-block img:last-child {
    max-width: 70px !important;
  }
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 49px !important;
    height: 30px !important;
  }
}

@media (min-width: 768px) {
  .cart-table tr > td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  body.ordering-process table.tip-block img {
    margin-right: 0;
  }
  .cart-table tr {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.ordering-process table.tip-block img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  body.ordering-process table.tip-block img:last-child {
    max-width: 70px !important;
  }
}

.premium-delivery-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #eae7f2; */
  background: #e8f5e2;
  padding: 15px 16px;
  border-radius: 6px;
  margin: 16px 0;
  position: relative;
  order: 2;
}

.banner-wrapper a img,
.footer-banner a img {
  border-radius: 20px;
  overflow: hidden;
}

.premium-delivery-box .pi-switcher {
  width: 34px;
  height: 20px;
  border-radius: 20px;
  background: #b7b7b7;
  position: relative;
  cursor: pointer;
  margin-right: 12px;
  flex-shrink: 0;
}

.premium-delivery-box .pi-switcher::after {
  content: "✕";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #0f0f0f;
  transition: all 0.3s;
  font-weight: 700;
}

.premium-delivery-box .pi-switcher.active {
  background: #000;
}

.premium-delivery-box .pi-switcher.active::after {
  content: "✔";
  left: 16px;
  color: #000;
}

.premium-delivery-box .pi-content {
  flex: 1;
  margin-right: 0;
}

.premium-delivery-box .pi-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
  color: #000;
}

.premium-delivery-box .pi-text {
  font-size: 14px;
  /* color: #333; */
  color: #000;
}

.premium-delivery-box .pi-price {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  top: 15px;
  right: 15px;
  /* color: #75b32b !important; */
  color: #000;
  font-size: 16px;
}

.menu-item-3368 {
  display: none !important;
}

.banner-category {
  display: none;
}

.banner-category.is-active {
  display: block;
}

.banner-category a img {
  width: 100%;
}

.categories#cat-1473 .topic > a {
  /* color: white !important;
	background-color: rgb(254 0 0 / 37%);
	border-radius: 10px; */
}

.categories#cat-3368 .topic > a,
.navigation-in > ul > li.menu-item-3368 > a {
  background: #fe0000 !important;
  color: white;
}

.categories#cat-3368 .topic > a:hover,
.navigation-in > ul > li.menu-item-3368 > a:hover {
  background: #ec0202 !important;
  color: white;
}

.categories#cat-3368 .topic > a:before {
  display: none;
}

.navigation-in > ul > li.menu-item-3368 > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 45px !important;
  border-radius: 10px;
}

.categories#cat-3368 {
  /* margin-bottom: 12px;
  margin-top: 12px; */
}

.categories#cat-3368 .topic > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 55px !important;
  border-radius: 0;
}

.categories#cat-3368 .topic > a svg,
.navigation-in > ul > li.menu-item-3368 > a svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  stroke-width: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.categories#cat-3368 .topic > a svg {
  left: -10px;
}
