/**
 * Override styles for print
 */
body {
  font-family: 'E+H Sans Light' !important;
}
.c-form input[type="text"],
.c-form input[type="range"],
.c-form input[type="time"],
.c-form input[type="url"],
.c-form input[type="week"],
.c-form input[type="time"],
.c-form input[type="datetime-local"],
.c-form input[type="number"],
.c-form input[type="month"],
.c-form input[type="image"],
.c-form input[type="email"],
.c-form input[type="date"],
.c-form input[type="datetime"],
.c-form input[type="password"],
.c-form select,
.c-form textarea {
  font-family: 'E+H Sans Light' !important;
}
.c-button {
  font-family: 'E+H Sans Demi' !important;
  color: white !important;
}
/**
 * Prevents page breaking in generated PDF. If needed at particular element, just add page-break-avoid class
 */
table,
img,
blockquote,
.page-break-avoid,
.alternative-product,
.compare-box {
  page-break-inside: avoid;
}
.main-sidebar,
.plane-sidebar {
  display: none;
}
.container {
  padding-left: 20px !important;
}
.blue-bar {
  display: none !important;
}
.st-page-nav.border {
  -webkit-box-shadow: none  !important;
          box-shadow: none  !important;
}
.st-page-header {
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-right: 0 none !important;
}
.float-right {
  background: #ffffff;
}
.st-page-nav .left-buttons {
  display: inline-block;
  padding: 10px 10px 20px 20px;
}
.st-page-nav .left-buttons.toogle-sidebar.active {
  display: none;
}
.st-page-nav .no-style {
  color: black;
  text-decoration: none;
}
.burger {
  margin-left: 17px;
  width: 32px;
  height: 35px;
  background: repeating-linear-gradient(#ffffff, #ffffff 5px, transparent 5px, transparent 12px);
}
.icon3-eh-add-cart:before {
  color: #ffffff !important;
}
.icon3-eh-compare:before {
  color: #ffffff !important;
}
#products-and-alternatives .header {
  font-family: 'E+H Sans Demi' !important;
}
#page-nav-sidebar {
  visibility: hidden !important;
}
.application-selection.st-page-content .applications {
  display: block;
  width: 100%;
}
.application-selection.st-page-content .applications .application {
  display: inline-block;
  width: 25%;
}
