﻿#MasterPageAndFooter {
  display: flex;
  flex-direction: column; }
  #MasterPageAndFooter #MasterPage {
    max-width: 1600px;
    width: 100%;
    height: unset;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    #MasterPageAndFooter #MasterPage #PageContent {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;
      margin: 0 20px; }

#LandingPage .Component .Heading div {
  margin-bottom: 10px; }

#MasterFooter {
  position: relative; }

.IntroMenu {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  background-image: url("/Images/frontpage_mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  .IntroMenu .MenuContainer, .IntroMenu .MenuContainerMobileInner {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    /*.Menu:nth-child(1) {
            background: #29ABE2;
        }

        .Menu:nth-child(2) {
            background: #2685C3;
        }

        .Menu:nth-child(3) {
            background: #2260A3;
        }

        .Menu:nth-child(4) {
            background: #1F3A84;
        }

        .Menu:nth-child(5) {
            background: #1B1464;
        }*/ }
    .IntroMenu .MenuContainer .Menu, .IntroMenu .MenuContainerMobileInner .Menu {
      height: 80px;
      width: 80%;
      max-width: unset;
      background-color: #0086C0;
      border: 2px solid white;
      text-transform: uppercase;
      margin-bottom: 5px;
      letter-spacing: 1px;
      margin: 25px auto;
      line-height: 80px;
      text-align: center; }
      .IntroMenu .MenuContainer .Menu a, .IntroMenu .MenuContainerMobileInner .Menu a {
        color: white;
        font-size: 48px; }
        .IntroMenu .MenuContainer .Menu a span, .IntroMenu .MenuContainerMobileInner .Menu a span {
          font-size: 15px;
          font-weight: normal; }

.MenuTop {
  width: 100%; }
  .MenuTop img {
    width: 100%; }
  .MenuTop img.Banner {
    margin-bottom: 10px; }
  .MenuTop .MenuContainer .Menu {
    height: 100%;
    color: white;
    background: white;
    line-height: unset;
    border-radius: 0px;
    padding: 0;
    background-size: 0; }
    .MenuTop .MenuContainer .Menu.Selected {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: 160px;
      background-size: cover;
      background-repeat: no-repeat;
      min-width: unset;
      max-width: unset;
      margin: 0;
      /*span.MainMenu {
                    font-size: $large;
                    text-align: left;
                    margin-left: 20px;
                }*/ }
      .MenuTop .MenuContainer .Menu.Selected div {
        width: 50%; }
        .MenuTop .MenuContainer .Menu.Selected div a.Button {
          width: 230px;
          height: 40px;
          border: 2px solid white;
          border-radius: 5px;
          background-color: #0864A1;
          margin: 10px 20px; }
          .MenuTop .MenuContainer .Menu.Selected div a.Button span {
            text-align: center;
            margin: auto;
            text-transform: uppercase; }
      .MenuTop .MenuContainer .Menu.Selected a {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-end;
        align-items: flex-start;
        margin-left: 75px; }
        .MenuTop .MenuContainer .Menu.Selected a span:last-child {
          text-transform: uppercase;
          font-weight: bold; }
      .MenuTop .MenuContainer .Menu.Selected span {
        margin-bottom: 10px;
        letter-spacing: 2px;
        color: white; }
      .MenuTop .MenuContainer .Menu.Selected span.MenuName {
        font-size: 40px; }
    .MenuTop .MenuContainer .Menu a {
      cursor: pointer;
      color: #000;
      display: block;
      position: relative;
      text-decoration: none;
      height: 100%; }
      .MenuTop .MenuContainer .Menu a img {
        height: auto !important;
        width: 100%;
        border: solid 1px #C8C8C8;
        box-sizing: border-box;
        min-height: 100px; }
      .MenuTop .MenuContainer .Menu a span {
        font-size: 20px; }

.MenuView {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px; }
  .MenuView.MobileOnly {
    display: none; }
  .MenuView .MenuContainer {
    justify-content: center; }
    .MenuView .MenuContainer.MenuWithProducts, .MenuView .MenuContainer.TopLevel {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .MenuView .MenuContainer.MenuWithProducts .Item, .MenuView .MenuContainer.TopLevel .Item {
        width: 450px;
        align-items: flex-start;
        position: relative; }
    .MenuView .MenuContainer .MenuAndHelpIcon {
      display: flex;
      flex-direction: row; }
    .MenuView .MenuContainer .Menu {
      display: flex;
      width: 300px;
      min-width: 300px;
      margin: 10px;
      position: relative;
      max-width: unset;
      height: 60px;
      border-radius: 5px;
      margin-left: 70px; }
      .MenuView .MenuContainer .Menu a {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 60px;
        width: 100%; }
    .MenuView .MenuContainer .Item {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .MenuView .MenuContainer .HelpText {
      display: none;
      margin-left: 100px;
      width: 330px;
      position: absolute;
      left: 400px;
      padding: 10px;
      background: grey;
      color: white;
      top: -7px;
      border: 4px solid lightgrey; }
    .MenuView .MenuContainer .HelpText:after, .MenuView .MenuContainer .HelpText:before {
      right: 100%;
      top: 47px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .MenuView .MenuContainer .HelpText:after {
      border-color: rgba(136, 183, 213, 0);
      border-right-color: grey;
      border-width: 30px;
      margin-top: -30px; }
    .MenuView .MenuContainer .HelpText:before {
      border-right-color: lightgrey;
      border-width: 36px;
      margin-top: -36px; }
    .MenuView .MenuContainer .HelpIcon {
      width: 50px;
      margin: 10px;
      border-radius: 5px;
      text-align: center;
      cursor: pointer; }
      .MenuView .MenuContainer .HelpIcon span {
        line-height: 60px;
        color: black;
        font-size: 20px;
        text-decoration: underline; }
  .MenuView .StatusContainer {
    position: relative;
    clear: left;
    margin: 0 auto; }
    .MenuView .StatusContainer a {
      text-align: center;
      text-decoration: none;
      overflow: hidden;
      display: block; }
    .MenuView .StatusContainer span {
      color: black;
      background: white;
      display: block;
      margin: 0 auto;
      border: 1px solid black;
      border-radius: 50%;
      font-size: 21px;
      height: 30px;
      line-height: 30px;
      width: 30px; }
    .MenuView .StatusContainer span.Active {
      color: white;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+43,207cca+74,207cca+81,1e5799+100 */
      background: #7db9e8;
      /* Old browsers */
      background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 43%, #207cca 74%, #207cca 81%, #1e5799 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #7db9e8 0%, #2989d8 43%, #207cca 74%, #207cca 81%, #1e5799 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #7db9e8 0%, #2989d8 43%, #207cca 74%, #207cca 81%, #1e5799 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 );
      /* IE6-9 */ }
  .MenuView .Header, .MenuView .Footer {
    margin: 10px 0;
    font-size: 20px;
    text-align: center; }
  .MenuView pre.Footer {
    text-align: left;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }

.MenuContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%; }
  .MenuContainer div.Item {
    min-width: 90px; }
  .MenuContainer .ItemArrow {
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 25px; }
    .MenuContainer .ItemArrow.Last {
      background: none;
      display: none; }
  .MenuContainer .Menu, .MenuContainer .Step {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    max-width: 200px; }
    .MenuContainer .Menu a, .MenuContainer .Step a {
      font-weight: bold;
      text-align: center;
      font-size: 17px;
      text-decoration: none; }
  .MenuContainer .Menu {
    border: 1px solid black;
    padding: 0px 10px 0px 10px;
    min-width: 105px;
    margin: 0 10px;
    background-color: #0864A1; }
    .MenuContainer .Menu a {
      color: white; }
  .MenuContainer .Step {
    margin: 0 auto;
    width: 100%;
    height: 25px;
    line-height: 25px; }
    .MenuContainer .Step a {
      font-weight: 800;
      color: black;
      font-size: 15px; }
  .MenuContainer .Menu.CreateNew {
    width: 20px;
    min-width: 10px;
    font-size: 40px;
    font-weight: bold;
    margin: auto 0;
    line-height: 19px;
    background-color: white;
    color: black; }

.MenuView.BreadCrumb {
  margin-top: 3px; }
  .MenuView.BreadCrumb div.MenuContainer {
    padding-bottom: 3px; }

.Navigator {
  display: flex;
  width: 100%; }
  .Navigator.MobileOnly {
    display: none; }

#ProductView {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #ProductView .PartContainerFake {
    width: 32%;
    height: 0px; }

#MenuHeader {
  display: flex; }
  #MenuHeader #ContentMenu {
    width: 100%;
    color: white;
    display: flex; }
    #MenuHeader #ContentMenu .BanricHeader {
      width: 90%;
      margin: 0 auto; }

div.PartContainer {
  width: 32%;
  float: left;
  margin: 10px 0 0 0;
  position: relative; }
  div.PartContainer.Dialog {
    position: fixed;
    z-index: 1100;
    background-color: white;
    border: 3px solid black;
    width: 60%;
    min-height: 50%;
    top: 120px;
    left: 0;
    margin-left: calc(100vw - 80%);
    box-shadow: 3px 3px 4px -1px #000000;
    -webkit-box-shadow: 3px 3px 4px -1px #000000; }
    div.PartContainer.Dialog .CloseButton {
      position: absolute;
      width: 50px;
      height: 40px;
      color: black;
      top: 0;
      right: 0px;
      font-size: 15px;
      font-weight: bold;
      text-transform: uppercase;
      color: black;
      float: right;
      line-height: 40px;
      cursor: pointer;
      z-index: 2; }
    div.PartContainer.Dialog .PartDetails {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      border: none; }
      div.PartContainer.Dialog .PartDetails:hover {
        box-shadow: none; }
      div.PartContainer.Dialog .PartDetails .PartImage {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        div.PartContainer.Dialog .PartDetails .PartImage img {
          max-height: 400px; }
        div.PartContainer.Dialog .PartDetails .PartImage .PopUp {
          cursor: pointer; }
      div.PartContainer.Dialog .PartDetails .MobileLeft {
        width: 50%;
        position: relative; }
      div.PartContainer.Dialog .PartDetails .MobileRight {
        width: 50%;
        position: relative;
        height: 100%; }
      div.PartContainer.Dialog .PartDetails .ProducerLogo img {
        width: 80px;
        max-width: unset; }
      div.PartContainer.Dialog .PartDetails .PartName {
        font-size: 30px;
        line-height: 37px;
        height: auto;
        max-height: none; }
      div.PartContainer.Dialog .PartDetails .PartDescription {
        max-width: 90%;
        min-height: 200px; }
        div.PartContainer.Dialog .PartDetails .PartDescription .ReadMoreLink {
          border: 1px solid grey;
          width: 60px;
          margin: 10px 0;
          padding: 2px 6px;
          border-radius: 3px;
          color: black;
          cursor: pointer;
          font-weight: bold; }
      div.PartContainer.Dialog .PartDetails .Price {
        margin: 20px 0px 20px 0px; }
        div.PartContainer.Dialog .PartDetails .Price .PriceNice, div.PartContainer.Dialog .PartDetails .Price .PriceMain {
          float: left; }
          div.PartContainer.Dialog .PartDetails .Price .PriceNice .TheValue, div.PartContainer.Dialog .PartDetails .Price .PriceMain .TheValue {
            font-size: 50px; }
        div.PartContainer.Dialog .PartDetails .Price .PriceFaded {
          font-size: 20px;
          height: 26px;
          text-align: left;
          margin-left: 20px;
          color: #C8C8C8; }
          div.PartContainer.Dialog .PartDetails .Price .PriceFaded .TheValue {
            font-size: 15px; }
        div.PartContainer.Dialog .PartDetails .Price .PriceNiceAndSticker {
          justify-content: flex-end; }
          div.PartContainer.Dialog .PartDetails .Price .PriceNiceAndSticker.HasSticker .PriceNice {
            padding-left: 0; }
        div.PartContainer.Dialog .PartDetails .Price .PriceSticker img {
          width: 80px;
          transform: rotate(15deg); }
      div.PartContainer.Dialog .PartDetails .AmountAndBuyRow input.Amount {
        float: left;
        margin: auto; }
      div.PartContainer.Dialog .PartDetails .AmountAndBuyRow .BuyNow {
        width: 90px;
        margin-left: 10px;
        float: left; }
      div.PartContainer.Dialog .PartDetails .BuyNow {
        height: 35px;
        line-height: 30px;
        width: 50%; }
      div.PartContainer.Dialog .PartDetails .VariantStockContainer {
        width: 50%; }
  div.PartContainer .Quality {
    position: absolute;
    right: 40px;
    top: 30px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    text-align: right; }
    div.PartContainer .Quality img {
      transform: rotate(20deg); }
  div.PartContainer .ProducerLogo {
    position: absolute;
    left: 15px;
    top: 3px;
    z-index: 2;
    overflow: hidden; }
    div.PartContainer .ProducerLogo img {
      width: 70px; }

.PartDetails {
  margin: 0; }
  .PartDetails .PartImage .PartImageInner img {
    cursor: pointer; }
  .PartDetails .PartName {
    margin: 5px 0; }
  .PartDetails .ReadMore {
    font-weight: 300;
    font-size: 15px; }
  .PartDetails .BuyNowRow {
    margin-bottom: 0px; }
  .PartDetails .VariantStockContainer .Stock {
    font-size: 15px; }

.NavigatorItem {
  height: 35px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1; }
  .NavigatorItem.Left {
    align-items: flex-start; }
    .NavigatorItem.Left div:before {
      content: "";
      float: left;
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin: 7px 5px 0 0; }
  .NavigatorItem.Right {
    align-items: flex-end; }
    .NavigatorItem.Right div:after {
      content: "";
      float: left;
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin: 7px 0 0 5px; }
  .NavigatorItem div {
    height: 25px;
    line-height: 26px;
    font-size: 15px;
    cursor: pointer;
    color: black;
    margin: 0 auto; }
  .NavigatorItem a {
    text-decoration: underline; }
  .NavigatorItem img {
    display: none; }
  .NavigatorItem pre {
    font-size: 20px;
    display: block;
    float: left; }
  .NavigatorItem .Checkout {
    float: right; }

@media all and (max-width: 1199px) {
  div.PartContainer {
    width: calc(((100% - 200px) / 3) - 7); } }

@media all and (max-width: 999px) {
  #MasterHeader, #MasterPage, #MasterFooter {
    width: 100%; }
  #MasterPage {
    min-height: 100vh; }
    #MasterPage #PageContent {
      margin: 0; }
  #MenuHeader {
    position: sticky;
    top: 100px;
    z-index: 3;
    transition: top 0.3s; }
  .IntroMenu .MenuContainer {
    height: auto;
    margin: 0 auto;
    align-items: center;
    align-self: unset;
    padding: 100px 0; }
    .IntroMenu .MenuContainer .Menu {
      height: 90px;
      width: 70%;
      margin-bottom: 20px; }
      .IntroMenu .MenuContainer .Menu a {
        line-height: 90px; }
        .IntroMenu .MenuContainer .Menu a span {
          font-size: 48px; }
  .MenuView {
    position: sticky;
    top: 252px;
    margin-top: 0;
    z-index: 3;
    background-color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid black; }
    .MenuView .MenuContainer {
      justify-content: space-around; }
      .MenuView .MenuContainer.MenuWithProducts .Item, .MenuView .MenuContainer.TopLevel .Item {
        width: 100%;
        align-items: center;
        margin-bottom: 10px; }
        .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon {
          width: 80%;
          align-items: center; }
          .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .Menu, .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .HelpText, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .Menu, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .HelpText {
            width: 100%;
            padding: 0;
            margin: 0; }
          .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .Menu, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .Menu {
            height: 100px; }
            .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .Menu a, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .Menu a {
              font-size: 48px;
              line-height: 100px; }
          .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .HelpIcon, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .HelpIcon {
            font-size: 38px;
            width: 100%; }
          .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .HelpText, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .HelpText {
            margin-top: 15px;
            margin-bottom: 30px; }
            .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .HelpText .Footer, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .HelpText .Footer {
              margin: 10px; }
      .MenuView .MenuContainer .MenuAndHelpIcon {
        flex-direction: column; }
        .MenuView .MenuContainer .MenuAndHelpIcon .Menu {
          width: 360px;
          height: 80px;
          margin-left: 0; }
          .MenuView .MenuContainer .MenuAndHelpIcon .Menu a {
            font-size: 38px;
            line-height: 80px; }
        .MenuView .MenuContainer .MenuAndHelpIcon .HelpIcon span {
          font-size: 30px; }
        .MenuView .MenuContainer .MenuAndHelpIcon .HelpText {
          margin-left: unset;
          width: 330px;
          position: relative;
          left: -360px;
          top: 90px;
          z-index: 1;
          position: inherit; }
        .MenuView .MenuContainer .MenuAndHelpIcon .HelpText:after, .MenuView .MenuContainer .MenuAndHelpIcon .HelpText:before {
          bottom: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .MenuView .MenuContainer .MenuAndHelpIcon .HelpText:before {
          border-bottom-color: grey;
          border-width: 30px;
          margin-left: -29px;
          margin-top: 94px; }
        .MenuView .MenuContainer .MenuAndHelpIcon .HelpText:after {
          border-bottom-color: lightgrey;
          border-width: 33px;
          margin-left: -32px;
          margin-top: 85px;
          z-index: -1; }
    .MenuView .Header {
      font-size: 38px; }
    .MenuView .Footer {
      font-size: 30px; }
  .MenuContainer {
    flex: 1;
    justify-content: space-around; }
    .MenuContainer .ItemArrow {
      display: none; }
    .MenuContainer .Step {
      height: 35px; }
      .MenuContainer .Step a {
        font-size: 30px; }
    .MenuContainer .StatusContainer span {
      font-size: 38px;
      height: 45px;
      line-height: 45px;
      width: 45px; }
  .MenuView.MobileOnly {
    display: flex; }
  .MenuTop .MenuContainer {
    flex-direction: column; }
    .MenuTop .MenuContainer .Menu {
      padding: 0;
      height: 250px;
      background-size: cover;
      background-repeat: no-repeat;
      min-width: unset;
      max-width: unset;
      margin: 10px; }
      .MenuTop .MenuContainer .Menu.Selected {
        height: 150px; }
        .MenuTop .MenuContainer .Menu.Selected a {
          margin-left: 15px; }
        .MenuTop .MenuContainer .Menu.Selected span.MainMenu {
          font-size: 38px; }
        .MenuTop .MenuContainer .Menu.Selected span.MenuName {
          font-size: 38px; }
      .MenuTop .MenuContainer .Menu a {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .MenuTop .MenuContainer .Menu a span {
          font-size: 50px;
          color: white;
          text-align: right;
          margin-right: 20px; }
      .MenuTop .MenuContainer .Menu img {
        display: none; }
  .Navigator.MobileOnly {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    min-height: 60px; }
  .NavigatorItem {
    height: auto;
    margin: 0px 10px;
    flex: unset; }
    .NavigatorItem pre {
      font-size: 48px;
      line-height: 35px; }
    .NavigatorItem a {
      width: 100%;
      margin: 5px 0px 20px 0px; }
    .NavigatorItem.Left div:before {
      margin: 7px 5px 0 0;
      padding: 10px; }
    .NavigatorItem.Right div:after {
      margin: 7px 0 0 5px;
      padding: 10px; }
    .NavigatorItem div {
      padding: 10px 0; }
  div.PartContainer {
    margin: 10px auto;
    width: 95%;
    height: 100%; }
    div.PartContainer .ProducerLogo img {
      width: 100px; }
    div.PartContainer .Quality {
      right: -20px;
      top: 10px;
      height: unset;
      width: unset; }
      div.PartContainer .Quality img {
        min-width: 110px; }
    div.PartContainer.Dialog {
      width: 80%;
      height: auto;
      margin-left: calc(100vw - 90%); }
      div.PartContainer.Dialog .PartDetails {
        flex-direction: column; }
        div.PartContainer.Dialog .PartDetails .MobileLeft {
          width: auto; }
        div.PartContainer.Dialog .PartDetails .MobileRight {
          width: 100%; }
        div.PartContainer.Dialog .PartDetails .BuyNowRow {
          width: 100%; }
        div.PartContainer.Dialog .PartDetails .BuyNow {
          width: 70%;
          margin: 0 auto;
          height: 60px;
          font-size: 40px;
          line-height: 55px; }
        div.PartContainer.Dialog .PartDetails .PartDescription {
          padding: 0;
          max-width: unset;
          margin: 0 10px; }
          div.PartContainer.Dialog .PartDetails .PartDescription * {
            font-size: 30px;
            max-height: unset; }
          div.PartContainer.Dialog .PartDetails .PartDescription .ReadMoreLink {
            display: none; }
  #ProductView {
    flex-direction: column;
    flex-wrap: unset; }
  div.PartDetails {
    display: flex;
    justify-content: space-around;
    padding-bottom: 10px;
    flex-direction: row; }
    div.PartDetails div.MobileLeft {
      width: 40%;
      height: auto; }
    div.PartDetails div.MobileRight {
      width: 60%;
      position: relative;
      height: 100%; }
    div.PartDetails img.quality {
      margin-top: -15px;
      margin-right: -8px; }
    div.PartDetails .PartName {
      font-size: 48px;
      height: 110px;
      line-height: 50px; }
    div.PartDetails .ReadMore {
      font-size: 22px; }
    div.PartDetails .PartImage {
      margin: 0; }
      div.PartDetails .PartImage .Stamps {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between; }
      div.PartDetails .PartImage .PartImageInner img {
        z-index: 1;
        height: auto;
        max-height: 215px;
        max-width: 95%; }
    div.PartDetails .Amount {
      margin-left: 25%; }
    div.PartDetails .BuyNowRow {
      margin-bottom: 10px; }
    div.PartDetails .VariantPriceContainer {
      width: 100%; }
      div.PartDetails .VariantPriceContainer .Price .PriceNiceAndSticker .PriceSticker img {
        width: 90px; }
      div.PartDetails .VariantPriceContainer .Price .PriceMain .Now {
        font-size: 30px; }
      div.PartDetails .VariantPriceContainer .Price .PriceMain .TheValue {
        font-size: 60px; } }

@media all and (max-width: 800px) {
  .NavigatorItem pre {
    font-size: 38px; }
  div.PartContainer .Quality {
    right: 10px; }
  div.PartDetails {
    flex-direction: column; }
    div.PartDetails div.MobileLeft {
      height: 200px;
      width: 100%; }
    div.PartDetails div.MobileRight {
      width: 100%;
      height: auto; }
    div.PartDetails .PartImage .PartImageInner {
      margin: 0 auto; }
      div.PartDetails .PartImage .PartImageInner img {
        max-height: 200px; } }

@media all and (max-width: 650px) {
  .IntroMenu .MenuContainer .Menu {
    height: 70px;
    width: 70%;
    margin-bottom: 10px; }
    .IntroMenu .MenuContainer .Menu a {
      line-height: 70px; }
      .IntroMenu .MenuContainer .Menu a span {
        font-size: 38px; } }

@media all and (max-width: 600px) {
  .MenuView .MenuContainer.MenuWithProducts .Item .MenuAndHelpIcon .Menu a, .MenuView .MenuContainer.TopLevel .Item .MenuAndHelpIcon .Menu a {
    font-size: 38px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .MenuTop .MenuContainer .Menu.Selected {
    min-width: 100%;
    max-width: 100%; }
  .MenuView .MenuContainer.MenuWithProducts, .MenuView .MenuContainer.TopLevel {
    min-height: calc(100vh - 440px); } }
