html {
  scroll-behavior: smooth;
}
html {
  scroll-padding-top: 130px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 150px;
  }
}
.jok-body#html-body {
  font-family: Karla, Arial, sans-serif;
}
.jok-body#html-body h1 {
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body h1 {
    font-size: 40px;
  }
}
.jok-body#html-body h2 {
  color: black;
  letter-spacing: 1px;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body h2 {
    font-size: 35px;
  }
}
.jok-body#html-body h3 {
  color: black;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.jok-body#html-body p {
  color: black;
  font-size: 16px;
  hyphens: auto;
  word-break: break-word;
}
.jok-body#html-body a {
  text-decoration: none;
  color: inherit;
}
.jok-body#html-body a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.jok-body#html-body ul {
  list-style: none;
  padding-inline-start: 0px;
}
.jok-body#html-body ol {
  list-style: none;
  padding-inline-start: 0px;
}
.jok-body#html-body li {
  font-size: 16px;
  margin-bottom: 10px;
}
.jok-body#html-body .actions.primary,
.jok-body#html-body .action.primary,
.jok-body#html-body .action-primary,
.jok-body#html-body .action-accept,
.jok-body#html-body .pagebuilder-button-primary {
  font-size: 16px;
  padding: 8px 20px 8px 20px;
  font-weight: 400;
  width: auto;
  color: black;
  border-radius: 5px;
  background: #f9b233;
  border: none;
  display: inline-block;
}
.jok-body#html-body .actions.primary:hover,
.jok-body#html-body .action.primary:hover,
.jok-body#html-body .action-primary:hover,
.jok-body#html-body .action-accept:hover,
.jok-body#html-body .pagebuilder-button-primary:hover {
  text-decoration: none;
  background-color: #dd9c2b;
  cursor: pointer;
}
.jok-body#html-body .actions.primary a:hover,
.jok-body#html-body .action.primary a:hover,
.jok-body#html-body .action-primary a:hover,
.jok-body#html-body .action-accept a:hover,
.jok-body#html-body .pagebuilder-button-primary a:hover {
  text-decoration: none;
}
.jok-body#html-body .pagebuilder-button-secondary {
  font-size: 16px;
  padding: 8px 20px 8px 20px;
  font-weight: 700;
  width: auto;
  color: #f9b233;
  border-radius: 10px;
  background: none;
  border: 2px solid #f9b233;
  display: inline-block;
}
.jok-body#html-body .pagebuilder-button-secondary:hover {
  color: white;
  text-decoration: none;
  background-color: #dd9c2b;
  border-color: #dd9c2b;
  cursor: pointer;
}
.jok-body#html-body .pagebuilder-button-secondary a:hover {
  text-decoration: none;
}
.jok-body#html-body .block-compare {
  display: none !important;
}
.jok-body#html-body .amgdprjs-bar-template.-popup {
  z-index: 99999 !important;
}
.jok-body#html-body .amgdprcookie-modal-container .amgdprcookie-modal-template {
  z-index: 100000 !important;
}
.jok-body#html-body .ammodals-overlay {
  z-index: 99999;
}
.jok-body#html-body .amgdprcookie-groups-modal {
  z-index: 100000 !important;
}
.jok-body#html-body .modals-overlay {
  z-index: 99999 !important;
}
.jok-body#html-body .breadcrumbs {
  display: block !important;
  margin-top: 10px;
}
.jok-body#html-body .breadcrumbs .items strong,
.jok-body#html-body .breadcrumbs .items a {
  font-size: 14px;
}
.jok-body#html-body .breadcrumbs .items .item:not(:last-child):after {
  margin: 3px 8px 0 10px;
  color: black;
}
.jok-body#html-body .breadcrumbs .items .item:not(:last-child) a {
  color: black;
}
.jok-body#html-body .page-title-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-title-wrapper {
    margin-top: 20px;
  }
}
.jok-body#html-body .page-title-wrapper .page-title {
  max-width: 1280px;
  margin: 0 auto;
  padding-right: 20px;
  box-sizing: border-box;
}
.jok-body#html-body .price-container .price {
  font-size: 16px;
}
.jok-body#html-body .old-price {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.jok-body#html-body .old-price .price {
  font-size: 12px;
  font-weight: 600;
}
.jok-body#html-body .block-reorder {
  display: none;
}
.jok-body#html-body .modal-popup.confirm._show {
  z-index: 99999 !important;
}
.jok-body#html-body .jok-side-link {
  width: 65px;
  max-height: 65px;
  top: 70vh;
  z-index: 9940;
  position: fixed;
  right: 0;
  background-color: #f9b233;
  display: flex;
  transition: width ease-in-out 0.2s, max-height ease-in-out 0.2s;
  box-shadow: 1px 2px 13px -4px #000000;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-side-link {
    width: 100px;
    max-height: 100px;
    top: 70vh;
  }
}
.jok-body#html-body .jok-side-link:hover {
  width: 320px;
  max-height: 290px;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .jok-side-link:hover {
    width: 240px;
  }
}
.jok-body#html-body .jok-side-link:hover .image-container {
  width: 0;
  overflow: hidden;
}
.jok-body#html-body .jok-side-link:hover .info-container {
  width: 320px;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .jok-side-link:hover .info-container {
    width: 240px;
  }
}
.jok-body#html-body .jok-side-link:hover .info-container p {
  opacity: 1;
  transition: opacity ease-in-out 0.2s 0.15s;
}
.jok-body#html-body .jok-side-link .image-container {
  height: 65px;
  width: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width ease-in-out 0.2s;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-side-link .image-container {
    width: 100px;
    height: 100px;
  }
}
.jok-body#html-body .jok-side-link .image-container img {
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-side-link .image-container img {
    height: 60px;
    width: 60px;
  }
}
.jok-body#html-body .jok-side-link .info-container {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  width: 0;
  overflow: hidden;
  transition: ease-in-out 0.2s;
  padding: 15px 10px 15px 15px;
}
.jok-body#html-body .jok-side-link .info-container p {
  transition: opacity ease-in-out 0.1s;
  opacity: 0;
  white-space: normal;
  color: white;
  list-style: none;
  padding-inline-start: 0px;
  margin-bottom: 0;
}
.jok-body#html-body .jok-side-link .info-container p .icon_phone,
.jok-body#html-body .jok-side-link .info-container p .icon_mail,
.jok-body#html-body .jok-side-link .info-container p .icon_house,
.jok-body#html-body .jok-side-link .info-container p .icon_indent {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.jok-body#html-body .jok-side-link .info-container p .icon_phone:before,
.jok-body#html-body .jok-side-link .info-container p .icon_mail:before,
.jok-body#html-body .jok-side-link .info-container p .icon_house:before,
.jok-body#html-body .jok-side-link .info-container p .icon_indent:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.3em;
  left: 0;
  width: 1.3em;
}
.jok-body#html-body .jok-side-link .info-container p .icon_mail {
  margin-bottom: 15px;
}
.jok-body#html-body .jok-side-link .info-container p .icon_mail:before {
  background-image: url(images/envelope-regular.svg);
}
.jok-body#html-body .jok-side-link .info-container p .icon_phone {
  margin-bottom: 15px;
}
.jok-body#html-body .jok-side-link .info-container p .icon_phone:before {
  background-image: url(images/phone-alt-solid.svg);
}
.jok-body#html-body .jok-side-link .info-container p .icon_house {
  margin-bottom: 0;
}
.jok-body#html-body .jok-side-link .info-container p .icon_house:before {
  background-image: url(images/house-solid.svg);
}
.jok-body#html-body .jok-side-link .info-container p .icon_indent {
  margin-bottom: 0;
}
.jok-body#html-body .jok-side-link .info-container p .icon_indent:before {
  content: none;
}
.amgdprcookie-groups-modal {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .nav-before-open .page-wrapper {
    overflow: visible !important;
  }
}
.nav-open .nav-sections {
  left: 0 !important;
}
.nav-open .nav-sections .close-mobile-menu {
  left: 0 !important;
}
.jok-body#html-body .page-header {
  position: fixed;
  width: 100%;
  background-color: #00487c;
  z-index: 9999;
}
.jok-body#html-body .page-header .jokBannerMessage_wrapper {
  padding: 5px;
  background-color: #f9b233;
}
.jok-body#html-body .page-header .jokBannerMessage_message {
  margin: 0;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header {
    margin-bottom: 0;
    border: none;
  }
}
.jok-body#html-body .page-header .panel.wrapper {
  background-color: #00487c;
  border: none;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .panel.header {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0;
    max-width: 1280px;
    margin: 0 auto;
  }
  .jok-body#html-body .page-header .panel.header li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .panel.header {
    padding-bottom: 10px;
  }
}
.jok-body#html-body .page-header .panel.header .header.links {
  display: none;
}
.jok-body#html-body .page-header .panel.header .jok-links-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .panel.header .jok-links-wrapper {
    min-height: 33px;
    display: flex;
    list-style: none;
  }
}
.jok-body#html-body .page-header .panel.header .authorization-link {
  padding-top: 3px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .panel.header .authorization-link {
    margin-right: 25px;
  }
}
.jok-body#html-body .page-header .panel.header .switcher.language {
  margin-left: 40px;
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body .page-header .panel.header .switcher.language {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .panel.header .switcher.language {
    margin-right: 13px;
  }
}
.jok-body#html-body .page-header .panel.header .switcher.language .view-en:before,
.jok-body#html-body .page-header .panel.header .switcher.language .view-se:before {
  top: 1px;
}
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-options {
  margin-top: 2px;
}
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown {
  color: black;
  background-color: white;
}
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-en:before,
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-se:before,
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-fi:before {
  top: 11px;
}
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-en:hover,
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-se:hover,
.jok-body#html-body .page-header .panel.header .switcher.language .switcher-dropdown .view-fi:hover {
  background-color: white;
}
.jok-body#html-body .page-header .header.content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content {
    justify-content: stretch;
  }
}
.jok-body#html-body .page-header .header.content .logo {
  margin-top: 10px;
  margin-left: 70px;
  margin-bottom: 0;
  width: 70px;
  order: 0;
  float: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .logo {
    width: 10%;
    margin: -44px 0 0px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .logo {
    width: 15%;
    margin: -54px 0 0px 0;
  }
}
.jok-body#html-body .page-header .header.content .logo img {
  width: 100px;
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .logo img {
    width: 125px;
  }
}
.jok-body#html-body .page-header .header.content .nav-toggle {
  left: 30px;
  top: 20px;
}
.jok-body#html-body .page-header .header.content .nav-toggle:before {
  color: white;
}
.jok-body#html-body .page-header .header.content .nav-sections {
  background-color: #00487c;
  width: 100%;
  left: -100%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections {
    width: 85%;
    order: 1;
    background-color: #00487c;
    margin-bottom: 0;
    align-items: flex-end;
    display: flex;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body .page-header .header.content .nav-sections {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections #store\.menu {
    display: block !important;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .header.links {
  color: White;
  background-color: #00487c;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .header.links .welcome {
  display: none;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .header.links li {
  margin-bottom: 0;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language {
  color: white;
  background-color: #00487c;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language .switcher-options {
  padding-left: 30px;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language .switcher-options .switcher-trigger {
  margin-top: 15px;
  font-weight: 300;
  color: #f9b233;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language .switcher-options .switcher-trigger strong:after {
  display: none;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language .switcher-options .switcher-dropdown {
  display: block !important;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .switcher.language .switcher-options .switcher-dropdown a {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .section-items {
    display: block;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body .page-header .header.content .nav-sections .section-items {
    display: flex;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .section-item-title {
  color: black;
  background-color: white;
  border-left: 1px solid #727272;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .nav-sections .section-items .section-item-title {
    background-color: #00487c;
    color: white;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .section-item-title:first-of-type {
  border-left: 0;
}
.jok-body#html-body .page-header .header.content .nav-sections .section-items .section-item-title.active {
  border-bottom: 4px solid #f9b233;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation {
    background-color: #00487c;
    color: white;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation .category-item.level0 {
    margin-bottom: 0;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation .category-item.level0 a {
    padding-top: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation .submenu:not(:first-child) .active > a {
    border-left: 6px solid #f9b233;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation .level0.has-active > a:not(.ui-state-active) {
    border-left: 6px solid #f9b233;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation .level1.submenu {
    padding-left: 30px;
    margin-bottom: 0;
    border-left: 1px solid #ffffff80;
    padding-left: 0;
    margin-left: 55px;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation {
    background-color: #00487c;
    color: white;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation li.level0 {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul {
    display: flex;
    justify-content: space-around;
    text-transform: uppercase;
    font-weight: 300;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .navigation ul li {
  margin-right: 5px;
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li {
    margin-right: 10px;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .navigation ul li a {
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu {
    padding-left: 5%;
    padding-right: 5%;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu .parent.level1 > a {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
  }
}
@media only screen and (min-width: 1700px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu {
    padding-left: 10%;
    padding-right: 10%;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul li a {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu .parent.level1 > a {
    padding: 0;
    padding-bottom: 7px;
    line-height: 1.4em;
    font-weight: 600;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul li {
    padding: 0;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul li a {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu {
    display: none;
    box-sizing: border-box;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 5px;
    position: fixed;
    left: 0 !important;
    width: 100vw;
    background-color: #00487c;
    border: none;
    justify-content: flex-start;
    padding-bottom: 60px;
    padding-top: 60px;
    max-height: 90vh;
    overflow: auto;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu li {
    width: auto !important;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block !important;
    position: relative !important;
    left: 0 !important;
    min-width: unset;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul li {
    text-transform: none;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu ul li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em;
    font-size: 14px;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0.mega-submenu[aria-expanded="true"]:not([aria-hidden]) {
    display: grid !important;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 {
    display: none;
    background-color: #00487c;
    border: none;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2 {
    background-color: #00487c;
    width: 100%;
    margin-bottom: 0 !important;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2:hover {
    background-color: #00487c;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2 a .ui-menu-icon,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2 a .ui-menu-icon {
    display: none;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2 a.ui-state-focus,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2 a.ui-state-focus {
    background-color: #00487c;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2 a:hover,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2 a:hover {
    background-color: #f6f6f62e;
    text-decoration: none !important;
  }
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level1:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level1:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level1:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level1:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level0 li.level2:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level1 li.level2:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level2 li.level2:last-of-type,
  .jok-body#html-body .page-header .header.content .nav-sections .navigation ul li ul.level3 li.level2:last-of-type {
    border: none;
  }
}
.jok-body#html-body .page-header .header.content .nav-sections .close-mobile-menu {
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  font-size: 32px;
  text-align: center;
  padding: 0;
  bottom: 75px;
  left: 105%;
}
.jok-body#html-body .page-header .header.content .nav-sections .close-mobile-menu:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .nav-sections .close-mobile-menu {
    display: none;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block {
  order: 2;
  align-self: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
  width: 100%;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .jok-search-block {
    box-sizing: border-box;
    margin-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .jok-search-block {
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body .page-header .header.content .jok-search-block {
    width: 24%;
    align-self: flex-start;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .jok-search-block {
    align-self: center;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search {
  margin-top: 6px;
  order: 3;
  align-self: center;
  background-color: #00487c;
  border: none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 13px;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search {
    width: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search {
    z-index: 4;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search {
  position: relative;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search .label:before {
  color: black;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search .label {
    top: 9px;
    right: 7px;
    position: absolute;
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search .control {
    width: 100%;
    position: relative;
    border-top: 0;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search .control input {
  border: none;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .field.search .control input::placeholder {
  color: rgba(255, 255, 255, 0.753);
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .input-text {
  background-color: #00487c;
  border: none;
  color: white;
  border-bottom: 1px solid white;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .input-text {
    border: 1px solid #979797;
    border-radius: 7px;
    padding: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
  }
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .input-text:focus {
    border: none;
    box-shadow: none;
    border: 1px solid #979797;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .input-text:focus {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid white;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search button {
  opacity: 1;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search button:before {
  color: white;
  font-size: 19px;
  opacity: 1;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .searchsuite-autocomplete {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .block-search .searchsuite-autocomplete {
    left: -100px;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .searchsuite-autocomplete li {
  padding: 10px;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .searchsuite-autocomplete .qs-option-price {
  margin-right: 20px;
}
.jok-body#html-body .page-header .header.content .jok-search-block .block-search .searchsuite-autocomplete .qs-option-addtocart {
  float: none;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper {
  margin-bottom: 5px;
  order: 4;
  align-self: center;
  margin-left: 20px;
  padding-top: 9px;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper {
    position: absolute;
    top: 20px;
    right: 31px;
  }
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .action.showcart:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.1em;
  left: 0;
  top: 0;
  width: 1.3em;
  background-image: url(images/shopping-cart-regular.svg);
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .action.showcart:hover {
  opacity: 0.65;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .block-minicart {
  right: 0px;
  margin-top: 17px;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .block-minicart .product.item {
  width: 100%;
  margin-bottom: 0;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .block-minicart .product.item .action.edit {
  display: none;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .block-minicart .product.item .product.actions .primary {
  margin: 0;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper #top-cart-btn-checkout {
  width: 100%;
  height: 50px;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .counter.qty {
  margin-top: 1px;
  border-radius: 5px;
  background-color: #f9b233;
}
.jok-body#html-body .page-header .header.content .jok-search-block .minicart-wrapper .counter.qty .counter-number {
  text-shadow: none;
}
.jok-body#html-body .page-header .switcher.language .view-en,
.jok-body#html-body .page-header .switcher.language .view-se,
.jok-body#html-body .page-header .switcher.language .view-fi {
  position: relative;
}
.jok-body#html-body .page-header .switcher.language .view-en:before,
.jok-body#html-body .page-header .switcher.language .view-se:before,
.jok-body#html-body .page-header .switcher.language .view-fi:before {
  border: 1px solid black;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  left: -33px;
  top: 1px;
  width: 22px;
  height: 14px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .page-header .switcher.language .view-en.switcher-option,
  .jok-body#html-body .page-header .switcher.language .view-se.switcher-option,
  .jok-body#html-body .page-header .switcher.language .view-fi.switcher-option {
    margin: 0;
    padding-left: 40px;
    border: none;
  }
  .jok-body#html-body .page-header .switcher.language .view-en.switcher-option:before,
  .jok-body#html-body .page-header .switcher.language .view-se.switcher-option:before,
  .jok-body#html-body .page-header .switcher.language .view-fi.switcher-option:before {
    left: 12px;
    top: 11px;
  }
}
.jok-body#html-body .page-header .switcher.language .view-en:before {
  background-image: url(images/flagga_en.jpg);
}
.jok-body#html-body .page-header .switcher.language .view-se:before {
  background-image: url(images/flagga_sv.jpg);
}
.jok-body#html-body .page-header .switcher.language .view-fi:before {
  background-image: url(images/flagga_fi.jpg);
}
.jok-body#html-body:not(.neribacken) .page-header + * {
  padding-top: 137px !important;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body:not(.neribacken) .page-header + * {
    padding-top: 126px !important;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body:not(.neribacken) .page-header + * {
    padding-top: 113px !important;
  }
}
@media only screen and (min-width: 1067px) {
  .jok-body#html-body:not(.neribacken) .page-header + * {
    padding-top: 91px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body:not(.neribacken) .page-header + * {
    padding-top: 123px !important;
  }
}
@media only screen and (min-width: 1259px) {
  .jok-body#html-body:not(.neribacken) .page-header + * {
    padding-top: 113px !important;
  }
}
.jok-body#html-body .page-footer {
  padding: 0;
  margin-top: 0;
  background-color: #00487c;
  z-index: 999;
}
.jok-body#html-body .page-footer .footer.content {
  max-width: 100%;
  padding: 0;
}
.jok-body#html-body .jok-footer {
  width: 100%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-footer {
    flex-wrap: nowrap;
  }
}
.jok-body#html-body .jok-footer img {
  margin-left: 20px;
  margin-top: 20px;
  width: 155px;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-footer img {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .jok-footer img {
    width: 300px;
  }
}
@media only screen and (min-width: 1700px) {
  .jok-body#html-body .jok-footer img {
    width: 460px;
  }
}
.jok-body#html-body .jok-footer .jok-footer-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .jok-footer .jok-footer-main {
    padding-right: 20px;
  }
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu {
  padding-left: 20px;
  padding-top: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu {
    padding-left: 10%;
    justify-content: start;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu {
    padding-left: 5%;
    padding-top: 40px;
    max-width: 1100px;
    flex-wrap: nowrap;
  }
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu h3 {
  margin-bottom: 20px;
  color: white;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li {
  color: white;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.link_arrow {
  margin-bottom: 10px;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.link_arrow:before {
  content: '\02C3';
  color: inherit;
  font-size: inherit;
  line-height: 100%;
  position: relative;
  display: inline-block;
  left: 0;
  margin-right: 7px;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_map,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_phone,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_mail,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_house {
  padding-left: 30px;
  position: relative;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_map:before,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_phone:before,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_mail:before,
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_house:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.3em;
  left: 0;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_map {
  margin-top: 15px;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_map:before {
  width: 1em;
  background-image: url(images/map-marker-alt-solid.svg);
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_phone:before {
  width: 1.3em;
  background-image: url(images/phone-alt-solid.svg);
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_mail:before {
  width: 1.3em;
  background-image: url(images/envelope-regular.svg);
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_house:before {
  width: 1.3em;
  background-image: url(images/house-solid.svg);
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_house:has(+ li.icon_indent) {
  margin-bottom: 0;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu li.icon_indent {
  padding-left: 30px;
  margin-bottom: 0;
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column {
  margin-right: 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column:last-of-type {
    margin-right: 0;
    width: 28%;
  }
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column:last-of-type ul {
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .jok-body#html-body .jok-footer .jok-footer-main .jok-footer-menu .jok_footer_column {
    margin-right: 0px;
    width: 24%;
  }
}
.jok-body#html-body .jok-footer .jok-footer-main .jok-cred {
  align-self: flex-end;
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
  color: white;
  font-size: 12px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main {
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main {
    width: 50%;
  }
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .page-title {
  padding-left: 0;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .product-info-price {
  width: 100% !important;
  margin: 0;
  margin-bottom: 15px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  margin-top: 30px;
  float: none;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .product-info-price .product-info-stock-sku .jok-stock-sources {
  text-transform: none;
  font-weight: normal;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .price {
  font-weight: 700;
  font-size: 25px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .old-price .price {
  font-size: 15px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .field.qty {
  display: flex;
  margin-top: 20px;
  align-items: center;
  margin-bottom: 0;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .field.qty .label {
  margin-top: 10px;
  font-size: 20px;
  margin-right: 10px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main #product-addtocart-button {
  width: 230px;
  padding: 13px 20px 13px 20px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product-info-main .product.attribute.overview ul {
  list-style: disc;
  padding-inline-start: 17px;
}
.jok-body#html-body.catalog-product-view #maincontent .column.main .product.media {
  margin: 25px auto;
  max-height: 350px;
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view #maincontent .column.main .product.media {
    width: 38%;
    margin: 0;
    margin-top: 50px;
  }
}
.jok-body#html-body.catalog-product-view .product.info.detailed,
.jok-body#html-body.catalog-product-view .jok_attributes {
  display: block;
  padding: 20px;
  order: 4;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .product.info.detailed,
  .jok-body#html-body.catalog-product-view .jok_attributes {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
  }
}
.jok-body#html-body.catalog-product-view .product.info.detailed #tab-label-additional,
.jok-body#html-body.catalog-product-view .jok_attributes #tab-label-additional {
  float: none;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .type,
.jok-body#html-body.catalog-product-view .jok_attributes .type,
.jok-body#html-body.catalog-product-view .product.info.detailed .attributes_heading,
.jok-body#html-body.catalog-product-view .jok_attributes .attributes_heading {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
  display: block;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .col.label,
.jok-body#html-body.catalog-product-view .jok_attributes .col.label {
  padding-left: 0;
  border-top: none;
  width: 50%;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .col.data,
.jok-body#html-body.catalog-product-view .jok_attributes .col.data {
  border-top: none;
  width: 50%;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .value,
.jok-body#html-body.catalog-product-view .jok_attributes .value {
  margin-top: 25px;
}
.jok-body#html-body.catalog-product-view .product.info.detailed ul,
.jok-body#html-body.catalog-product-view .jok_attributes ul {
  list-style: disc;
  padding-inline-start: 17px;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .data.switch,
.jok-body#html-body.catalog-product-view .jok_attributes .data.switch {
  display: none;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .data.item.content,
.jok-body#html-body.catalog-product-view .jok_attributes .data.item.content {
  padding: 0;
  border: none;
}
.jok-body#html-body.catalog-product-view .product.info.detailed .product.data.items,
.jok-body#html-body.catalog-product-view .jok_attributes .product.data.items {
  border: none;
}
.jok-body#html-body.catalog-product-view .jok_attributes {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok_attributes {
    width: 400px;
  }
}
.jok-body#html-body.catalog-product-view .jok_attributes .type {
  padding-left: 0;
}
.jok-body#html-body.catalog-product-view .product-full-width-section {
  margin-bottom: 30px;
}
.jok-body#html-body.catalog-product-view .product-full-width-section .product-section-title {
  font-size: 30px !important;
  text-transform: none !important;
}
.jok-body#html-body.catalog-product-view .product-full-width-section .additional-attributes-wrapper {
  border-top: none;
}
.jok-body#html-body.catalog-product-view .block.related,
.jok-body#html-body.catalog-product-view .block.upsell {
  order: 5;
  width: 100%;
}
.jok-body#html-body.catalog-product-view .block.related #block-related-heading,
.jok-body#html-body.catalog-product-view .block.upsell #block-related-heading,
.jok-body#html-body.catalog-product-view .block.related #block-upsell-heading,
.jok-body#html-body.catalog-product-view .block.upsell #block-upsell-heading {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
  display: block;
}
.jok-body#html-body.catalog-product-view .block.related .product-items,
.jok-body#html-body.catalog-product-view .block.upsell .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .block.related .product-items,
  .jok-body#html-body.catalog-product-view .block.upsell .product-items {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body.catalog-product-view .block.related .product-items,
  .jok-body#html-body.catalog-product-view .block.upsell .product-items {
    justify-content: flex-start;
  }
  .jok-body#html-body.catalog-product-view .block.related .product-items::after,
  .jok-body#html-body.catalog-product-view .block.upsell .product-items::after {
    max-width: 75%;
    min-width: 24%;
  }
}
.jok-body#html-body.catalog-product-view .block.related .product-item,
.jok-body#html-body.catalog-product-view .block.upsell .product-item {
  width: 48%;
  min-width: 300px;
  margin-top: 20px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .block.related .product-item,
  .jok-body#html-body.catalog-product-view .block.upsell .product-item {
    width: 32%;
    min-width: unset;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body.catalog-product-view .block.related .product-item,
  .jok-body#html-body.catalog-product-view .block.upsell .product-item {
    width: 24%;
    min-width: unset;
    margin-right: 1%;
  }
}
.jok-body#html-body.catalog-product-view .block.related .product-item-info,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-info {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  box-shadow: none;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-info:hover,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-info:hover {
  margin: 0;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  box-shadow: none;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-photo,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-photo {
  margin-bottom: 20px;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-photo .product-image-container,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-photo .product-image-container {
  width: 300px !important;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-photo .product-image-wrapper,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-photo .product-image-wrapper {
  padding-bottom: 115% !important;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-photo .product-image-photo,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-photo .product-image-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-link,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-link {
  font-weight: 700;
  font-size: 20px;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-name,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-name {
  margin-left: 0;
  margin-bottom: 0;
  min-height: 75px;
}
.jok-body#html-body.catalog-product-view .block.related .jok-product-list-description,
.jok-body#html-body.catalog-product-view .block.upsell .jok-product-list-description {
  display: none;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-details,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jok-body#html-body.catalog-product-view .block.related .price-final_price,
.jok-body#html-body.catalog-product-view .block.upsell .price-final_price {
  margin-top: 8px;
  margin-bottom: 10px;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-details,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-details {
  position: relative;
  box-shadow: none;
  border: none;
  padding-left: 0;
  padding-bottom: 0;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  padding-right: 0;
  margin-top: auto;
  order: 1;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-details .actions,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-details .actions {
  margin-bottom: 0;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-details .actions .actions-primary,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-details .actions .actions-primary {
  width: 100%;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-details .actions .actions-primary .action.tocart.primary,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-details .actions .actions-primary .action.tocart.primary {
  margin-bottom: 12px;
  width: 100%;
  padding: 11px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-actions,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-actions {
  margin-top: auto;
  order: 1;
}
.jok-body#html-body.catalog-product-view .block.related .product-item-actions .actions-primary button,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-actions .actions-primary button,
.jok-body#html-body.catalog-product-view .block.related .product-item-actions .actions-secondary button,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-actions .actions-secondary button,
.jok-body#html-body.catalog-product-view .block.related .product-item-actions .actions-primary a.action,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-actions .actions-primary a.action,
.jok-body#html-body.catalog-product-view .block.related .product-item-actions .actions-secondary a.action,
.jok-body#html-body.catalog-product-view .block.upsell .product-item-actions .actions-secondary a.action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jok-body#html-body.catalog-product-view .block.related .jok-product-list-read-more,
.jok-body#html-body.catalog-product-view .block.upsell .jok-product-list-read-more {
  display: flex;
  margin-bottom: 2px;
  order: 2;
}
.jok-body#html-body.catalog-product-view .block.related .jok-product-list-read-more a,
.jok-body#html-body.catalog-product-view .block.upsell .jok-product-list-read-more a {
  width: 100%;
  text-align: center;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code {
  text-align: left;
  width: 100%;
  order: 3;
  padding: 20px 0 0;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code {
    border-bottom: 1px solid lightgrey;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-title {
  text-align: left;
  font-size: 24px;
  padding: 5px 8px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-title {
    display: none;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-toggle {
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 25px;
  user-select: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-toggle {
    display: none;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-toggle::after {
  content: '\25ba';
  display: inline-block;
  position: absolute;
  font-size: 11px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #707070;
  transition: transform .2s;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table-toggle.open::after {
  transform: translateY(-50%) rotate(90deg);
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .table-heading {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 30px;
  padding-bottom: 12px;
  display: block;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table {
  display: flex;
  flex-direction: column;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table.open {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table {
    display: flex;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row {
  display: flex;
  flex-direction: column;
  border: none;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row {
    margin-bottom: 0;
    border-bottom: 1px solid lightgrey;
    flex-direction: row;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row:last-of-type {
  border-bottom: none;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row.data-headers {
  display: none;
  background-color: #333;
  color: white;
  border-bottom: none;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row.data-headers {
    display: flex;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row.data-headers .data-item:first-of-type {
  border-left: none;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row.data-headers .data-item.item-title {
  color: white;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row.data-headers .data-item {
    min-height: unset;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item {
  padding: 5px 8px;
  flex: 1 1 auto;
  font-size: 16px;
  display: flex;
  border-bottom: 1px solid black;
  align-items: center;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid lightgrey;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item {
    border-left: 1px solid lightgrey;
    width: 0%;
    border-bottom: none;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item a {
  color: #f9b233;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item span {
    text-align: right;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item:last-of-type {
  border: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item:last-of-type {
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.item-title {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: none;
    color: #00487c;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item::before {
  content: attr(data-title);
  padding-right: 10px;
  flex: 1 1 auto;
  width: 10%;
  margin-right: 10px;
  min-width: 110px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item::before {
    content: '';
    padding: 0;
    width: 0;
    flex: none;
    margin-right: 5px;
    min-width: unset;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.addto {
  padding-right: 0;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.addto::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.addto {
    padding: 5px 8px;
    width: 80px;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.addto.hidden {
  display: none;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status {
    max-width: 120px;
    min-height: 48px;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status span {
  color: #575757;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status[data-title="statusHeader"] {
    min-height: 30px;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status[data-title="statusHeader"] span {
  color: white;
  font-size: 16px;
  text-transform: none;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-status:before {
  text-transform: none;
  color: #00487c;
  font-weight: 400;
  font-size: 16px;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-price span {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item.jok-price {
    max-width: 120px;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset {
    justify-content: flex-start;
  }
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
  margin-left: 10px;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset .field.qty .label {
  display: none;
}
.jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset .actions {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-product-view .jok-data-table-code .data-table .data-row .data-item .box-tocart .fieldset .actions {
    width: 200px;
  }
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product.media {
  max-height: unset;
}
.jok-body#html-body.catalog-product-view.page-product-configurable .configurable-child-attributes {
  margin-top: 20px;
}
.jok-body#html-body.catalog-product-view.page-product-configurable .configurable-child-attributes .child-attributes-placeholder p {
  color: #757575;
  font-size: 1.4rem;
  margin: 0;
}
.jok-body#html-body.catalog-product-view.page-product-configurable .configurable-child-attributes .jok_attributes_heading {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 8px;
  display: block;
}
.jok-body#html-body.catalog-product-view.page-product-configurable .configurable-child-attributes .col.label {
  padding-left: 0;
  border-top: none;
  width: 50%;
  font-weight: 600;
}
.jok-body#html-body.catalog-product-view.page-product-configurable .configurable-child-attributes .col.data {
  border-top: none;
  width: 50%;
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product-info-main .product-info-price {
  margin-bottom: 0;
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product-info-main .product-add-form .field.configurable {
  margin-top: 12px;
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product-info-main .product-add-form .field.configurable .label {
  font-weight: 700;
  margin-bottom: 5px;
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product-info-main .product-add-form .price-box {
  margin-top: 12px;
  margin-bottom: 5px;
}
.jok-body#html-body.catalog-product-view.page-product-configurable #maincontent .column.main .product-info-main .field.qty {
  margin-bottom: 12px;
}
.jok-body#html-body.catalog-product-view .fotorama--fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  z-index: 100000 !important;
}
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__stage,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__stage__shaft,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__stage__frame,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__img,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__wrap,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__arr,
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__nav-wrap {
  max-height: 100vh;
}
.jok-body#html-body.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
  margin-top: 0;
}
.jok-body#html-body.catalog-product-view .stock-indicator-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  margin-right: 5px;
  flex-shrink: 0;
}
.jok-body#html-body.catalog-product-view .stock-indicator-dot--out-of-stock {
  background-color: #d9534f;
}
.jok-body#html-body.catalog-product-view .stock-indicator-dot--low {
  background-color: #ffb100;
}
.jok-body#html-body.catalog-product-view .stock-indicator-dot--in-stock {
  background-color: #3a9b60;
}
.jok-body#html-body.catalog-category-view .category-view,
.jok-body#html-body.catalogsearch-result-index .category-view {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.jok-body#html-body.catalog-category-view .category-view .breadcrumbs,
.jok-body#html-body.catalogsearch-result-index .category-view .breadcrumbs {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 2%;
}
.jok-body#html-body.catalog-category-view .category-description,
.jok-body#html-body.catalogsearch-result-index .category-description {
  margin-top: 20px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-category-view .category-description,
  .jok-body#html-body.catalogsearch-result-index .category-description {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.jok-body#html-body.catalog-category-view.category-produkter .page-main,
.jok-body#html-body.catalogsearch-result-index.category-produkter .page-main,
.jok-body#html-body.catalog-category-view.category-products .page-main,
.jok-body#html-body.catalogsearch-result-index.category-products .page-main {
  padding: 0;
}
.jok-body#html-body.catalog-category-view.category-produkter .page-main .page-title-wrapper,
.jok-body#html-body.catalogsearch-result-index.category-produkter .page-main .page-title-wrapper,
.jok-body#html-body.catalog-category-view.category-products .page-main .page-title-wrapper,
.jok-body#html-body.catalogsearch-result-index.category-products .page-main .page-title-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.jok-body#html-body.catalog-category-view .columns,
.jok-body#html-body.catalogsearch-result-index .columns {
  display: flex;
  justify-content: center;
  padding-top: 0px;
}
.jok-body#html-body.catalog-category-view .column.main,
.jok-body#html-body.catalogsearch-result-index .column.main {
  padding: 0;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .column.main,
  .jok-body#html-body.catalogsearch-result-index .column.main {
    padding-right: 20px;
    width: 80%;
  }
}
.jok-body#html-body.catalog-category-view .sidebar-main,
.jok-body#html-body.catalogsearch-result-index .sidebar-main {
  display: none;
}
.jok-body#html-body.catalog-category-view .sidebar-additional,
.jok-body#html-body.catalogsearch-result-index .sidebar-additional {
  display: none;
}
.jok-body#html-body.catalog-category-view .block-category-link,
.jok-body#html-body.catalogsearch-result-index .block-category-link {
  margin-bottom: 0;
}
.jok-body#html-body.catalog-category-view .product-items,
.jok-body#html-body.catalogsearch-result-index .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.jok-body#html-body.catalog-category-view .product-items::after,
.jok-body#html-body.catalogsearch-result-index .product-items::after {
  content: '';
  width: 48%;
  min-width: 130px;
  height: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .product-items,
  .jok-body#html-body.catalogsearch-result-index .product-items {
    justify-content: flex-start;
  }
  .jok-body#html-body.catalog-category-view .product-items::after,
  .jok-body#html-body.catalogsearch-result-index .product-items::after {
    display: none;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body.catalog-category-view .product-items,
  .jok-body#html-body.catalogsearch-result-index .product-items {
    justify-content: flex-start;
  }
  .jok-body#html-body.catalog-category-view .product-items::after,
  .jok-body#html-body.catalogsearch-result-index .product-items::after {
    max-width: 75%;
    min-width: 24%;
  }
}
.jok-body#html-body.catalog-category-view .product-item,
.jok-body#html-body.catalogsearch-result-index .product-item {
  width: 48%;
  min-width: 130px;
  margin-top: 20px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .product-item,
  .jok-body#html-body.catalogsearch-result-index .product-item {
    width: 32%;
    min-width: unset;
    margin-right: 1%;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body.catalog-category-view .product-item,
  .jok-body#html-body.catalogsearch-result-index .product-item {
    width: 24%;
    min-width: unset;
    margin-right: 1%;
  }
}
.jok-body#html-body.catalog-category-view .product-item-info,
.jok-body#html-body.catalogsearch-result-index .product-item-info {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  box-shadow: none;
}
.jok-body#html-body.catalog-category-view .product-item-info:hover,
.jok-body#html-body.catalogsearch-result-index .product-item-info:hover {
  border: none;
  margin: 0;
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  border: 1px solid rgba(51, 51, 51, 0.18);
  box-shadow: none;
}
.jok-body#html-body.catalog-category-view .product-item-photo,
.jok-body#html-body.catalogsearch-result-index .product-item-photo {
  margin-bottom: 20px;
}
.jok-body#html-body.catalog-category-view .product-item-photo .product-image-container,
.jok-body#html-body.catalogsearch-result-index .product-item-photo .product-image-container {
  width: 240px !important;
}
.jok-body#html-body.catalog-category-view .product-item-photo .product-image-wrapper,
.jok-body#html-body.catalogsearch-result-index .product-item-photo .product-image-wrapper {
  padding-bottom: 100% !important;
}
.jok-body#html-body.catalog-category-view .product-item-photo .product-image-photo,
.jok-body#html-body.catalogsearch-result-index .product-item-photo .product-image-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.jok-body#html-body.catalog-category-view .product-item-link,
.jok-body#html-body.catalogsearch-result-index .product-item-link {
  font-weight: 700;
  font-size: 18px;
}
.jok-body#html-body.catalog-category-view .product-item-name,
.jok-body#html-body.catalogsearch-result-index .product-item-name {
  margin-left: 0;
  margin-bottom: 0px;
  min-height: 80px;
}
.jok-body#html-body.catalog-category-view .jok-product-list-description,
.jok-body#html-body.catalogsearch-result-index .jok-product-list-description {
  display: none;
}
.jok-body#html-body.catalog-category-view .price-final_price,
.jok-body#html-body.catalogsearch-result-index .price-final_price {
  margin-top: 10px;
  margin-bottom: 20px;
}
.jok-body#html-body.catalog-category-view .jok-product-list-read-more,
.jok-body#html-body.catalogsearch-result-index .jok-product-list-read-more {
  display: flex;
  margin-bottom: 2px;
  order: 2;
}
.jok-body#html-body.catalog-category-view .jok-product-list-read-more a,
.jok-body#html-body.catalogsearch-result-index .jok-product-list-read-more a {
  width: 100%;
  text-align: center;
}
.jok-body#html-body.catalog-category-view .product-item-actions,
.jok-body#html-body.catalogsearch-result-index .product-item-actions {
  min-height: 54px;
}
.jok-body#html-body.catalog-category-view .product-item-details,
.jok-body#html-body.catalogsearch-result-index .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.jok-body#html-body.catalog-category-view .products,
.jok-body#html-body.catalogsearch-result-index .products {
  margin-top: 5px;
  margin-bottom: 20px;
}
.jok-body#html-body.catalog-category-view .product-item-inner,
.jok-body#html-body.catalogsearch-result-index .product-item-inner {
  position: relative;
  box-shadow: none;
  border: none;
  padding-left: 0;
  padding-bottom: 0;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  padding-right: 0;
  margin-top: auto;
  order: 1;
}
.jok-body#html-body.catalog-category-view .product-item-inner .actions,
.jok-body#html-body.catalogsearch-result-index .product-item-inner .actions {
  margin-bottom: 0;
}
.jok-body#html-body.catalog-category-view .product-item-inner .actions .actions-primary,
.jok-body#html-body.catalogsearch-result-index .product-item-inner .actions .actions-primary {
  width: 100%;
}
.jok-body#html-body.catalog-category-view .product-item-inner .actions .actions-primary .action.tocart.primary,
.jok-body#html-body.catalogsearch-result-index .product-item-inner .actions .actions-primary .action.tocart.primary {
  width: 100%;
  padding: 12px 20px 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jok-body#html-body.catalog-category-view .product-item-actions .actions-primary button,
.jok-body#html-body.catalogsearch-result-index .product-item-actions .actions-primary button,
.jok-body#html-body.catalog-category-view .product-item-actions .actions-secondary button,
.jok-body#html-body.catalogsearch-result-index .product-item-actions .actions-secondary button,
.jok-body#html-body.catalog-category-view .product-item-actions .actions-primary a.action,
.jok-body#html-body.catalogsearch-result-index .product-item-actions .actions-primary a.action,
.jok-body#html-body.catalog-category-view .product-item-actions .actions-secondary a.action,
.jok-body#html-body.catalogsearch-result-index .product-item-actions .actions-secondary a.action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jok-body#html-body.catalog-category-view .sidebar-main,
.jok-body#html-body.catalogsearch-result-index .sidebar-main {
  display: block;
  padding-left: 10px;
  flex-basis: 0%;
  width: 0%;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .sidebar-main,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main {
    padding-left: 20px;
    margin-top: 87px;
    flex-basis: 20%;
    width: 20%;
    max-width: 350px;
  }
}
.jok-body#html-body.catalog-category-view .sidebar-main .block-content .filter-current,
.jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .filter-current {
  margin: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .sidebar-main .block-content .filter-current,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .filter-current {
    margin-right: 0;
  }
}
.jok-body#html-body.catalog-category-view .sidebar-main .block-content .filter-current ol,
.jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .filter-current ol {
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .sidebar-main .block-content .block-subtitle,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .block-subtitle {
    background-color: black;
    color: white;
    font-size: 20px;
    padding-bottom: 10px;
    border-radius: 10px 10px 0 0;
  }
}
.jok-body#html-body.catalog-category-view .sidebar-main .block-content .filter-options,
.jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .filter-options {
  border: 1px solid #d5d5d5;
}
.jok-body#html-body.catalog-category-view .sidebar-main .block-content .filter-options .filter-options-title,
.jok-body#html-body.catalogsearch-result-index .sidebar-main .block-content .filter-options .filter-options-title {
  word-break: break-word;
}
.jok-body#html-body.catalog-category-view .sidebar-main .block.filter .block-title,
.jok-body#html-body.catalogsearch-result-index .sidebar-main .block.filter .block-title {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-category-view .sidebar-main .block.filter .block-title strong,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main .block.filter .block-title strong {
    margin-top: 110px;
    padding: 10px;
    background-color: #00487c;
    color: white;
    right: 0px;
    top: 10px;
    left: 0px;
    text-align: left;
    box-shadow: none;
    border: none;
    font-weight: 700;
    font-size: 20px;
  }
  .jok-body#html-body.catalog-category-view .sidebar-main .block.filter .block-title strong::after,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main .block.filter .block-title strong::after {
    right: 10px;
    position: absolute;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-category-view .sidebar-main .block.filter.active .block-title strong,
  .jok-body#html-body.catalogsearch-result-index .sidebar-main .block.filter.active .block-title strong {
    margin-top: 0;
  }
}
.jok-body#html-body.catalog-category-view .sidebar-additional,
.jok-body#html-body.catalogsearch-result-index .sidebar-additional {
  display: none;
}
.jok-body#html-body.catalog-category-view .category-view,
.jok-body#html-body.catalogsearch-result-index .category-view {
  margin-bottom: 10px;
}
@media screen {
  .jok-body#html-body.catalog-category-view .category-view,
  .jok-body#html-body.catalogsearch-result-index .category-view {
    margin-bottom: 30px;
  }
}
.jok-body#html-body.catalog-category-view .toolbar,
.jok-body#html-body.catalogsearch-result-index .toolbar {
  margin-bottom: 30px;
}
.jok-body#html-body.catalog-category-view .toolbar-products,
.jok-body#html-body.catalogsearch-result-index .toolbar-products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 6px;
  padding-right: 15px;
}
.jok-body#html-body.catalog-category-view .toolbar-products::before,
.jok-body#html-body.catalogsearch-result-index .toolbar-products::before,
.jok-body#html-body.catalog-category-view .toolbar-products::after,
.jok-body#html-body.catalogsearch-result-index .toolbar-products::after {
  display: none;
}
.jok-body#html-body.catalog-category-view .toolbar-products .toolbar-amount,
.jok-body#html-body.catalogsearch-result-index .toolbar-products .toolbar-amount {
  float: none;
  margin-right: auto;
}
.jok-body#html-body.catalog-category-view .toolbar-products .sorter,
.jok-body#html-body.catalogsearch-result-index .toolbar-products .sorter {
  float: none;
  position: relative;
}
.jok-body#html-body.catalog-category-view .toolbar-products .limiter,
.jok-body#html-body.catalogsearch-result-index .toolbar-products .limiter {
  display: block;
  float: none;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-category-view .toolbar-products,
  .jok-body#html-body.catalogsearch-result-index .toolbar-products {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .jok-body#html-body.catalog-category-view .toolbar-products .sorter,
  .jok-body#html-body.catalogsearch-result-index .toolbar-products .sorter {
    order: 1;
    width: 100%;
    text-align: left;
  }
  .jok-body#html-body.catalog-category-view .toolbar-products .limiter,
  .jok-body#html-body.catalogsearch-result-index .toolbar-products .limiter {
    order: 2;
    width: 100%;
    text-align: left;
  }
  .jok-body#html-body.catalog-category-view .toolbar-products .toolbar-amount,
  .jok-body#html-body.catalogsearch-result-index .toolbar-products .toolbar-amount {
    order: 3;
    width: 100%;
    margin-right: 0;
  }
}
.jok-body#html-body.catalog-category-view .category-grid-widget,
.jok-body#html-body.catalogsearch-result-index .category-grid-widget {
  width: 80%;
  margin: 0 auto 50px auto;
}
.jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper,
.jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper .category-wrapper,
.jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper .category-wrapper {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper .category-wrapper,
  .jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper .category-wrapper {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper .category-wrapper,
  .jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper .category-wrapper {
    flex: 0 0 33%;
  }
}
@media only screen and (min-width: 980px) {
  .jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper .category-wrapper,
  .jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper .category-wrapper {
    flex: 0 0 25%;
  }
}
.jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper .category-wrapper .category-image img,
.jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper .category-wrapper .category-image img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.jok-body#html-body.catalog-category-view .category-grid-widget .categories-wrapper,
.jok-body#html-body.catalogsearch-result-index .category-grid-widget .categories-wrapper {
  display: flex;
  flex-wrap: wrap;
}
#html-body.jok-body .jok-title-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-title-block {
    padding-left: 5%;
    width: 35%;
    min-width: 480px;
    min-height: 590px;
    height: auto;
  }
}
#html-body.jok-body .jok-title-block .jok-ingress {
  max-width: 425px;
}
#html-body.jok-body .jok-title-block .jok-ingress p {
  font-size: 22px;
  hyphens: none;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-title-block .jok-ingress p {
    font-size: 28px;
  }
}
#html-body.jok-body .jok-title-banner-image {
  width: 100%;
  position: relative;
}
#html-body.jok-body .jok-title-banner-image::after {
  border-left: none;
  content: '';
  position: absolute;
  display: none;
  left: -0.4px;
  top: 0;
  bottom: 0;
  width: 140px;
  height: 100%;
  background: #ebebeb;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%, 0 50%);
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-title-banner-image::after {
    display: block;
  }
}
#html-body.jok-body .jok-category-row {
  margin-top: 30px;
}
#html-body.jok-body .jok-category-row .pagebuilder-column-group {
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .pagebuilder-column-group::after {
    display: block;
    flex: 0 0 auto;
    content: '';
    width: 43%;
    max-width: 425px;
    min-width: 425px;
  }
}
#html-body.jok-body .jok-category-row .pagebuilder-column-group .pagebuilder-column {
  width: 100%;
  max-width: 100%;
  display: flex;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .pagebuilder-column-group .pagebuilder-column {
    width: 43%;
    max-width: 425px;
    min-width: 425px;
  }
}
#html-body.jok-body .jok-category-row .jok-category-block {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: auto;
  display: flex;
  justify-content: space-between;
  background-color: #00487c;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .jok-category-block {
    margin: 16px;
  }
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left {
  min-width: 113px;
  width: 85%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left {
    min-width: 193px;
    padding: 20px;
    padding-right: 0;
    width: 49%;
  }
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left div {
  z-index: 4;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left h3 {
  color: white;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left ul {
  margin-bottom: 0;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left .link_arrow a {
  margin-bottom: 10px;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left .link_arrow a:before {
  content: '\02C3';
  color: inherit;
  font-size: inherit;
  line-height: 100%;
  position: relative;
  display: inline-block;
  left: 0;
  margin-right: 7px;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left .jok-category-button {
  font-size: 16px;
  padding: 8px 20px 8px 20px;
  font-weight: 400;
  width: auto;
  color: black;
  border-radius: 5px;
  background: #f9b233;
  border: none;
  display: inline-block;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left .jok-category-button:hover {
  text-decoration: none;
  background-color: #dd9c2b;
  cursor: pointer;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-left .jok-category-button a:hover {
  text-decoration: none;
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-right {
  order: 1;
  display: flex;
  align-items: center;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-right {
    padding-right: 0;
    display: block;
  }
}
#html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-right::after {
  border-left: none;
  content: '';
  position: absolute;
  display: none;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 62px;
  height: 100%;
  background: #000000;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 0 50%, 100% 100%, 0 100%, 0 50%);
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-right::after {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-category-row .jok-category-block .jok-category-block-right img {
    height: 100%;
    max-width: none;
  }
}
#html-body.jok-body .jok-cta-flag-row {
  margin-top: 30px;
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group {
  height: 500px;
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag {
    width: 50%;
    margin-left: none;
  }
}
@media only screen and (min-width: 980px) {
  #html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag {
    width: 30%;
  }
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top {
  background-color: #f9b233;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top {
    margin-left: 20px;
  }
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top p {
    font-size: 39px;
  }
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-top a {
  text-align: center;
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-bottom {
  height: 100%;
  position: relative;
  margin-left: 20px;
}
#html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-bottom::after {
  border-left: none;
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: -1px;
  right: 0;
  width: 100%;
  height: 80px;
  background: #f9b233;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 0, 0 80%);
  clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 0, 0 80%);
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-cta-flag-row .pagebuilder-column-group .jok-cta-flag .jok-cta-flag-bottom::after {
    display: block;
  }
}
#html-body.jok-body .jok-brands-row .row-full-width-inner {
  width: 100%;
  max-width: unset;
}
#html-body.jok-body .jok-brands-row .jok-brands-block h2 {
  padding-right: 20px;
  padding-left: 20px;
  font-size: 30px;
  color: white;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
  max-width: 650px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-brands-row .jok-brands-block h2 {
    font-size: 50px;
  }
}
#html-body.jok-body .jok-brands-row .jok-brands-block .white-block {
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  margin-bottom: 60px;
  padding: 20px;
}
#html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-one,
#html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-two {
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 980px) {
  #html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-one,
  #html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-two {
    justify-content: space-between;
  }
}
#html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-one img,
#html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-two img {
  margin: 10px;
  height: 90px;
}
@media only screen and (min-width: 980px) {
  #html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-one img,
  #html-body.jok-body .jok-brands-row .jok-brands-block .white-block .row-two img {
    margin: 0;
  }
}
#html-body.jok-body .jok-info-block {
  padding-top: 60px;
  margin-bottom: 60px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}
#html-body.jok-body .jok-info-block .jok-yellow {
  color: #f9b233;
}
#html-body.jok-body .jok-info-block h2 {
  margin-top: 0px;
  padding-top: 25px;
  font-size: 30px;
  color: white;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-info-block h2 {
    font-size: 50px;
  }
}
#html-body.jok-body .jok-info-block .text-block {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-info-block .text-block {
    flex-direction: row;
  }
}
#html-body.jok-body .jok-info-block .text-block p {
  width: 100%;
  color: white;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-info-block .text-block p:first-of-type {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-info-block .text-block p {
    width: 50%;
  }
}
#html-body.jok-body .jok-info-block .vimplar {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
}
@media only screen and (min-width: 980px) {
  #html-body.jok-body .jok-info-block .vimplar {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
  }
}
#html-body.jok-body .jok-info-block .vimplar img {
  width: 140px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #html-body.jok-body .jok-sortiment-row .jok-sortiment-column {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#html-body.jok-body .jok-sortiment-row figure {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-sortiment-row figure {
    text-align: center;
  }
}
#html-body.jok-body .jok-sortiment-row img {
  margin-top: 70px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-sortiment-row img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body .jok-sortiment-row img.pagebuilder-mobile-only {
    display: none;
  }
}
#html-body.jok-body .jok_contact_wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  #html-body.jok-body .jok_contact_wrapper {
    justify-content: space-between;
    flex-direction: row;
  }
}
#html-body.jok-body .jok_contact_wrapper .jok_contact_container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  #html-body.jok-body .jok_contact_wrapper .jok_contact_container {
    width: 55%;
  }
}
#html-body.jok-body .jok_contact_wrapper .jok_form_container {
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) {
  #html-body.jok-body .jok_contact_wrapper .jok_form_container {
    margin-top: 0;
    width: 40%;
    padding-left: 40px;
  }
}
#html-body.jok-body .jok_contact_wrapper .jok_form_container .form.contact {
  width: 100%;
  min-width: unset;
}
#html-body.jok-body .ui-tabs .tab-header {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  #html-body.jok-body .ui-tabs .tab-header {
    width: auto;
  }
}
#html-body.jok-body .ui-tabs .tab-header a {
  user-select: none;
  -webkit-user-drag: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#html-body.jok-body .ui-tabs .tab-header span {
  padding-right: 10px;
  padding-left: 10px;
}
#html-body.jok-body .ui-tabs .tab-header[aria-selected="true"] {
  background-color: #f9b233;
  color: white;
  border: 1px solid #f9b233;
}
#html-body.jok-body .ui-tabs .tabs-content {
  border: none;
}
#html-body.jok-body [data-content-type="text"] ul {
  list-style: disc;
  padding-inline-start: 17px;
}
.jok-body#html-body.checkout-cart-index .cart-discount .control,
.jok-body#html-body.checkout-index-index .cart-discount .control {
  margin-right: 10px;
}
.jok-body#html-body.checkout-cart-index #block-discount-heading,
.jok-body#html-body.checkout-index-index #block-discount-heading {
  color: black;
}
.jok-body#html-body.checkout-cart-index #block-shipping {
  display: none;
}
.jok-body#html-body.checkout-cart-index .action.action-edit {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .jok-body#html-body.checkout-cart-index .cart-summary {
    width: 100%;
    top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .jok-body#html-body.checkout-cart-index .form-cart {
    width: 100%;
    padding-right: 0;
  }
}
.jok-body#html-body.checkout-index-index .header.content {
  justify-content: flex-start;
}
.jok-body#html-body.checkout-index-index .header.content .logo {
  margin-top: -1px;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar {
  margin-top: 30px;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
  background-color: #f9b233;
  border-color: #f9b233;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:before {
  background-color: #f9b233;
  border-color: #f9b233;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar .opc-progress-bar-item._active span:after {
  border-color: #f9b233;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete span {
  color: #666;
}
.jok-body#html-body.checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:hover span {
  text-decoration: underline;
}
.jok-body#html-body.checkout-index-index .form-discount .control {
  margin-right: 10px;
}
.jok-body#html-body.checkout-index-index .form-discount .action-apply {
  font-size: 16px;
  padding: 8px 20px 8px 20px;
  font-weight: 400;
  width: auto;
  color: black;
  border-radius: 5px;
  background: #f9b233;
  border: none;
  display: inline-block;
}
.jok-body#html-body.checkout-index-index .form-discount .action-apply:hover {
  text-decoration: none;
  background-color: #dd9c2b;
  cursor: pointer;
}
.jok-body#html-body.checkout-index-index .form-discount .action-apply a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .jok-body#html-body.account .sidebar-main {
    margin-top: 40px;
  }
}
.jok-body#html-body.account .block-collapsible-nav {
  top: 0;
}
.jok-body#html-body.account .action.edit,
.jok-body#html-body.account .action.change-password,
.jok-body#html-body.account .action.order,
.jok-body#html-body.account .action.print,
.jok-body#html-body.account .action.view {
  color: #f9b233;
}
.jok-body#html-body.account .sidebar-additional {
  display: none;
}
.jok-body#html-body.account .order-date {
  margin-top: 0;
}
.jok-body#html-body.account .nav.items li:last-child {
  display: none;
}
.jok-body#html-body.customer-account-login .login-container {
  display: flex;
  flex-direction: column;
}
.jok-body#html-body.customer-account-login .login-container .actions-toolbar,
.jok-body#html-body.customer-account-login .login-container .jok-actions-toolbar {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.jok-body#html-body.customer-account-login .login-container .actions-toolbar .secondary,
.jok-body#html-body.customer-account-login .login-container .jok-actions-toolbar .secondary {
  margin-top: 6px;
}
.jok-body#html-body.customer-account-login .login-container .format-example {
  font-size: 11px !important;
  margin-top: 8px;
  color: #333333 !important;
}
.jok-body#html-body.customer-account-login .register-web-wrapper {
  margin-bottom: 24px;
}
.jok-body#html-body.customer-account-login .bankid-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.jok-body#html-body.customer-account-login .bankid-buttons #sendBankIdAuto {
  font-weight: lighter;
  border: 1px solid;
  background: none;
  color: #e84b1b;
}
#html-body.jok-body.aw_ca-company-create #maincontent {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#html-body.jok-body.aw_ca-company-create .jok-title-block {
  padding-top: 50px;
  padding-bottom: 30px;
  height: auto;
  max-height: none;
  min-height: auto;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body.aw_ca-company-create .jok-title-block {
    width: 45%;
  }
}
#html-body.jok-body.aw_ca-company-create .jok-title-block h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body.aw_ca-company-create .jok-title-block h1 {
    font-size: 30px;
  }
}
#html-body.jok-body.aw_ca-company-create .jok-title-block p {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  #html-body.jok-body.aw_ca-company-create .jok-title-block p {
    max-width: 330px;
    font-size: 20px;
  }
}
#html-body.jok-body.aw_ca-company-create .jok-title-banner-image:after {
  background-color: #f9b233;
  clip-path: polygon(0 0, 40% 0, 0 50%, 40% 100%, 0 100%, 0 100%);
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form {
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #dadada;
  width: 100%;
  max-width: 100%;
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form .fieldset-wrapper {
  max-width: 480px;
  margin: 0 auto 24px;
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form .fieldset-wrapper-title {
  text-align: center;
  font-size: 18px;
  color: black;
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form .action.primary {
  margin-left: 50%;
  transform: translateX(-50%);
  padding: 10px 50px 10px 50px;
  margin-top: 30px;
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form .input-text {
  height: 40px;
}
#html-body.jok-body.aw_ca-company-create .aw-ca__form fieldset.fieldset {
  margin-bottom: 0 !important;
}
#html-body.jok-body.aw_ca-company-create div.field {
  display: none;
}
#html-body.jok-body.aw_ca-company-create div.field._required {
  display: block;
}
#html-body.jok-body.aw_ca-company-create .fieldset-wrapper[data-index="address"] .fieldset-wrapper-title,
#html-body.jok-body.aw_ca-company-create .fieldset-wrapper[data-index="administrator"] .fieldset-wrapper-title {
  display: none;
}
.jokProductPicker {
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.jokProductPicker .top-bar {
  background-color: #00487c;
  padding-top: 40px;
}
.jokProductPicker .top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
body.jok-body#html-body .jokProductPicker h1 {
  font-family: Karla, Arial, sans-serif !important;
  width: 100%;
  color: white !important;
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: normal;
}
.jokProductPicker .form-container {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.jokProductPicker .select-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px 40px 10px;
  width: 200px;
}
.jokProductPicker .select-container p {
  font-weight: bold;
  font-size: 18px;
  color: white !important;
}
.jokProductPicker select {
  background-color: #00487c;
  color: white;
  border: none;
  background-image: none;
  font-size: 26px !important;
  max-width: 300px;
  width: 100%;
  appearance: auto;
  height: 50px;
}
.jokProductPicker .bottom-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 800px;
  width: 85%;
  padding: 30px;
  min-height: 200px;
}
.jokProductPicker .description {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  background-color: white;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
}
.jokProductPicker .track-size {
  font-weight: bold;
  font-size: 25px;
  padding: 20px 15px 10px 15px;
  background-color: #00487c;
  margin-bottom: 30px;
  color: white !important;
  text-align: left;
  line-height: 1.2em;
}
.jokProductPicker .track-size p {
  color: white !important;
}
.jokProductPicker .product-block {
  background-color: white;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.jokProductPicker .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}
.jokProductPicker .product-right {
  width: 40%;
  display: flex;
  justify-content: center;
  padding: 25px;
  align-items: center;
  position: relative;
}
.jokProductPicker .product-right img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.jokProductPicker .product-left {
  width: 60%;
  padding: 25px;
}
.jokProductPicker .product-left-top {
  margin-bottom: 15px;
}
.jokProductPicker .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.jokProductPicker .reference {
  color: #6f6f6f;
  font-size: 14px;
}
.jokProductPicker .product-left li {
  margin-bottom: 5px;
  list-style-type: initial;
  list-style-position: inside;
  font-size: 16px;
}
.jokProductPicker .product-left ul {
  margin-bottom: 30px;
}
.jokProductPicker .info-stats {
  font-weight: 700;
}
.jokProductPicker .product-description {
  margin-bottom: 20px;
}
.jokProductPicker .product-description p {
  margin-bottom: 0;
}
.jokProductPicker .description-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
.jokProductPicker .jokProductPickerToCart-container {
  display: flex;
  justify-content: stretch;
  margin-bottom: 0;
}
.jokProductPicker .jokProductPickerToCart {
  background-color: #ffb800;
  color: black;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.jokProductPicker .jokProductPickerToCart:hover {
  cursor: pointer;
  background: #444;
  color: #fff;
}
.jokProductPicker .jokProductPickerToCart i {
  margin-right: 7px;
}
.jokProductPicker #quantity {
  width: 60px;
  margin-right: 10px;
  font-size: 18px;
  text-align: center;
}
.jokProductPicker .addError {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  color: red;
  font-weight: bold;
}
.jokProductPicker .addSuccess {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  margin-bottom: 0;
  color: green;
  font-weight: bold;
}
.jokProductPicker .contact .contact-text {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
}
.jokProductPicker .contact a {
  font-size: 16px;
}
.jokProductPicker .icon {
  display: inline-block;
  margin-right: 10px;
}
.jokProductPicker .phone-link {
  margin-bottom: 7px;
}
.jokProductPicker .info-sticker {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 25px;
  margin-bottom: 7px;
  padding: 3px 25px;
}
.jokProductPicker .info-sticker .sticker-text {
  margin-bottom: 0;
  color: white !important;
}
.jokProductPicker .info-sticker.campaign {
  margin-right: 25px;
  background-color: #3aa0dc;
}
.jokProductPicker .info-sticker.campaign .jok-percentage {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .jokProductPicker .product-block {
    flex-direction: column;
  }
  .jokProductPicker .product-right {
    width: 90%;
    order: 1;
    max-height: 200px;
    max-width: 270px;
  }
  .jokProductPicker .product-left {
    width: 90%;
    order: 2;
  }
}
