.next-to-carousel-banners .embed-vimeo .embed-vimeo-play,
.next-to-carousel-banners .embed-vimeo .embed-vimeo-play::before {
  top: 35%;
}

body.mobile.type-index .banners-row .next-to-carousel-banners {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.price-additional {
  color: #333;
}

/* .next-to-carousel-banners {
    overflow: hidden;
} */

@media (min-width: 768px) {
  .top-navigation-bar .container > div {
    flex: 1 1 27% !important;
  }

  .top-navigation-bar .container > div:first-child,
  .top-navigation-bar .container > div:last-child {
    flex-basis: 36.5% !important;
  }
}

.mobile .extra.step {
  display: flex;
  flex-direction: column;
}

.mobile extra.step .btn-conversion {
  order: 1;
}

.mobile .extra.step .msc-btn-backtoshop {
  order: 2;
}

.responsive-tools > a[data-target="navigation"] {
  width: 85px;
}

.responsive-tools > a[data-target="navigation"]::before {
  float: left;
  background: transparent !important;
  font-weight: bold;
  color: var(--_color-header-mobile-link);
}

.mobile .extra .msc-btn-backtoshop,
.mobile .extra .btn.btn-conversion {
  width: 100%;
  margin-left: 0px !important;
  margin-bottom: 20px !important;
  margin-right: 0px !important;
}

.responsive-tools > a[data-target="navigation"]::after {
  content: "MENU";
  float: right;
  color: var(--_color-header-mobile-link);
  line-height: 33px;
  font-weight: bold;
  padding-right: 5px;
}

.mobile #header .cart-count {
  right: 0px;
}

.mobile .responsive-tools > a[data-target="navigation"] {
  left: 0px;
  margin-right: 15px;
  bottom: unset;
  position: relative !important;
}

.mobile.ordering-process .responsive-tools > a[data-target="navigation"] {
  display: none !important;
}

.mobile .responsive-tools {
  display: flex !important;
  flex-direction: row !important;
}

.mobile .responsive-tools > a[data-target="navigation"] {
  order: -1 !important;
}

@media screen and (max-width: 767px) {
  .jmobile-submenu-open:before {
    content: "\e910";
    font-size: 20px;
    font-family: shoptet;
  }

  .jmobile-main-menu-item-backlink:before {
    content: "\e90f";
    margin-right: 8px;
    font-family: shoptet;
  }

  .jmobile-logo img {
    max-height: 40px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .jmobile-main {
    display: flex;
    flex-direction: column;
  }

  #jmobile-main {
    position: relative;
    order: 1;
  }

  .jmobile-menu-top {
    order: 2;
    width: 100%;
    z-index: 99;
  }

  .jmobile-menu-top-contact {
    order: 3;
    width: 100%;
  }

  .jmobile-menu-top-contact > div {
    border-bottom: 1px solid var(--color-alto);
  }

  .jmobile-menu-top-contact--phone::before,
  .jmobile-menu-top-contact--email::before {
    font-family: "shoptet";
    margin-right: 10px;
  }

  .jmobile-menu-top-contact--phone::before {
    content: "\e92c";
  }

  .jmobile-menu-top-contact--email::before {
    content: "\e924";
  }
}

.image360-fullscreen.icon-contract::before {
  content: "X";
  font-family: var(--template-font), sans-serif;
  background: gray;
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  position: absolute;
  top: 0;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.desktop .products-alternative.products-additional > .product,
.desktop .products-related.products-additional > .product {
  width: 12.5%;
}

.desktop
  .products-alternative.products-additional:not(:has(:nth-child(9)))
  + .browse-p,
.desktop
  .products-related.products-additional:not(:has(:nth-child(9)))
  + .browse-p {
  display: none !important;
}

.type-detail .quantity {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
}

.type-detail .quantity :is(.decrease, .increase) {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  background: none;
  border: none;
}

.type-detail .quantity .decrease {
  order: -1;
}

.type-detail .quantity .decrease:before {
  content: "\e919";
}

.type-detail .quantity .increase {
  order: 2;
}

.type-detail .quantity .increase:before {
  content: "\e918";
}

.type-detail .quantity input {
  text-align: center;
}

.mjs-alternative-wrap,
.mjs-related-wrap {
  position: relative;
}

:is(.mjs-alternative-wrap, .mjs-related-wrap) .browse-p {
  position: initial;
}

:is(.mjs-alternative-wrap, .mjs-related-wrap) .browse-p :is(.p-next, .p-prev) {
  top: 50%;
  transform: translateY(-50%);
}
