.id-865:not(.prihlasen) {
    display: none;
}

.type-product .p-image-wrapper .flags.flags-extra,
.type-product .p-data-wrapper .p-final-price-wrapper{
    opacity: 0;
}

.btn{
	border-radius: 20px !important;
}

body.prihlasen .price-save,
body.prihlasen .flag-discount {
  display: none !important;
}

body.prihlasen .price-standard>span {
    text-decoration: unset;
}

#back-to-top {
  position: fixed;
  bottom: 30px;
  left: 25px;
  width: 40px;
  height: 40px;
  background: #222;
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: flex;
}
#back-to-top:hover {
  background: #000;
}
#back-to-top::before {
  content: '\e911';
  font-family: shoptet !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}