﻿.DesktopOnly {
  display: block; }
  .DesktopOnly.Flex {
    display: flex; }

.IntermediaryOnly {
  display: none; }

.MobileOnly {
  display: none; }

.NotOnMobile {
  display: block; }

#TopLogoSmall {
  display: none; }

@media only screen and (max-width: 1800px) {
  #PageContainer #ProfiledImageContainer img {
    width: 1800px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 20px; } }

@media only screen and (max-width: 1220px) {
  .IntermediaryNot {
    display: none; }
  .IntermediaryOnly {
    display: block; }
  #LandingPage .Component .VinAndBannerComponent .Right .BannerDesktop.IntermediaryOnly.ImageFill {
    background-size: cover !important;
    background-position: center !important; } }

@media only screen and (max-width: 999px) {
  .DesktopOnly, .OnlyOnDesktop {
    display: none !important; }
  .MobileOnly {
    display: block; }
    .MobileOnly.Flex {
      display: flex; }
  .OnlyOnMobile {
    display: block; }
  .NotOnMobile {
    display: none; }
  #PageContainer.SubPage {
    background-color: white; }
  #PageContainer #ProfiledImageContainer {
    height: 120px; }
    #PageContainer #ProfiledImageContainer img {
      width: 1050px; }
  #PageContainer #StickyTop {
    height: 180px;
    transition: all .4s ease; }
  #PageContainer #StickyBottom {
    padding-top: 180px;
    padding-bottom: 1000px;
    transition: all .4s ease; }
  #PageContainer.TopMobileSearchBarOpen #StickyTop {
    height: 280px; }
  #PageContainer.TopMobileSearchBarOpen #StickyBottom {
    padding-top: 280px; }
  #PageContainer #Breadcrumbs {
    font-size: 20px; }
  #PageContainer #MainContainer {
    margin: 0 20px 20px 20px; }
    #PageContainer #MainContainer #MainInner #SubPageContent {
      padding: 20px 0 0 0;
      min-height: 1200px; }
  #PageContainer #TopHeader #TopHeaderInner {
    height: 120px; }
    #PageContainer #TopHeader #TopHeaderInner #BrakesSearchContainer {
      display: none; }
    #PageContainer #TopHeader #TopHeaderInner #TopLogoLink {
      min-height: 96px;
      max-height: 96px;
      width: unset;
      margin-left: 20px; }
      #PageContainer #TopHeader #TopHeaderInner #TopLogoLink img#TopLogo {
        height: 96px; }
    #PageContainer #TopHeader #TopHeaderInner #TopRight {
      height: 96px;
      margin: 10px 20px 10px 10px; }
      #PageContainer #TopHeader #TopHeaderInner #TopRight a.TopIcon {
        background-size: 60px;
        margin-top: 13px;
        padding-top: 70px;
        margin-left: 10px;
        color: transparent; }
        #PageContainer #TopHeader #TopHeaderInner #TopRight a.TopIcon#LogInIcon, #PageContainer #TopHeader #TopHeaderInner #TopRight a.TopIcon#CustomerServiceIcon, #PageContainer #TopHeader #TopHeaderInner #TopRight a.TopIcon#MobileSearchIcon {
          background-size: 60px;
          margin-top: 13px;
          padding-top: 70px; }
      #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon {
        background-size: 60px;
        margin-top: 13px;
        padding-top: 70px;
        margin-left: 10px;
        color: transparent; }
        #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon#MobileSearchIcon {
          background-size: 60px;
          margin-top: 13px;
          padding-top: 70px; }
        #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon#OpenMenuButton {
          background-image: url(/Images/top_icon_menu.png); }
        #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon#SelectedVehicleIcon {
          margin: 13px 0 0 14px;
          height: 70px;
          width: 160px; }
          #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon#SelectedVehicleIcon .Vin {
            padding: 0;
            background-size: contain;
            height: 100%;
            margin: 0;
            background-position: center;
            display: flex;
            justify-content: center;
            flex-direction: column;
            font-size: 28px;
            padding-left: 20px; }
  #PageContainer #TopMobileSearchBar {
    background-color: #EEF2F3;
    width: 100%;
    height: 0;
    transition: all .4s ease;
    overflow: hidden; }
    #PageContainer #TopMobileSearchBar.Open {
      height: 100px; }
    #PageContainer #TopMobileSearchBar .Inner {
      display: flex;
      justify-content: space-between;
      border: none;
      box-sizing: border-box;
      background-color: white;
      margin: 10px 20px 0 20px; }
      #PageContainer #TopMobileSearchBar .Inner #BrakesSearchInputMobile {
        flex-grow: 1;
        height: 80px;
        border: none;
        padding: 0 0 0 80px;
        margin: 0;
        box-sizing: border-box;
        font-size: 36px;
        text-align: center; }
        #PageContainer #TopMobileSearchBar .Inner #BrakesSearchInputMobile:focus {
          outline: none; }
      #PageContainer #TopMobileSearchBar .Inner #BrakesSearchButtonMobile {
        width: 80px;
        height: 80px;
        background-position: 5px 15px;
        background-repeat: no-repeat;
        background-size: 50px 50px;
        cursor: pointer; }
  #PageContainer #TopNavBar {
    height: 60px; }
    #PageContainer #TopNavBar .Inner {
      justify-content: space-around;
      height: inherit;
      margin: 0 20px; }
      #PageContainer #TopNavBar .Inner .Item {
        font-size: 20px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        box-sizing: border-box;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        height: 60px;
        line-height: 60px;
        background-image: url(/Images/check.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 20px;
        padding-left: 25px; }
  #PageContainer #LandingPage .Component.VinSearchComponent {
    margin-left: -20px;
    width: calc(100% + 40px); }
  #PageContainer #LandingPage .Component .VinAndBannerComponent .Left {
    width: 100%; }
    #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer {
      margin: 20px 0;
      padding: 0;
      min-height: unset; }
      #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer label {
        display: none; }
      #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer .VinInnerContainer {
        height: 100px;
        margin: 0 auto;
        max-width: 500px;
        float: unset;
        border: solid 4px #202020;
        border-radius: 10px; }
        #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer .VinInnerContainer .VinSearchValueFlag {
          height: 100px;
          width: 80px;
          background-position: 24px 12px;
          padding-top: 40px;
          background-size: 35px 26px;
          font-size: 50px;
          padding-left: 22px;
          background-image: url("/images/VinSearchFlagMobile.png"); }
        #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer .VinInnerContainer #VinSearchValue {
          height: 96px;
          text-align: center;
          padding: 0 50px 0 0;
          padding-bottom: 0px;
          font-size: 50px;
          width: calc(100% - 80px); }
      #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer #VehicleInfoLineContainer {
        margin-top: 20px;
        display: flex;
        justify-content: space-evenly; }
        #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer #VehicleInfoLineContainer label {
          display: block;
          font-size: 30px;
          padding: 0;
          width: unset; }
      #PageContainer #LandingPage .Component .VinAndBannerComponent .Left #VinOuterContainer #ChooseOtherVehicle {
        float: unset;
        clear: both;
        display: block;
        position: relative;
        left: unset;
        bottom: unset;
        font-size: 30px;
        text-decoration: underline;
        height: 35px;
        line-height: 30px; }
  #PageContainer #LandingPage .Component .VinAndBannerComponent .Right {
    width: 0;
    display: none; }
  #PageContainer #VehicleSearchOuterContainer {
    margin: 40px 20px;
    padding: 0; }
    #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter label {
      text-align: center;
      font-size: 50px; }
    #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer {
      height: 100px;
      margin: 20px auto;
      max-width: 500px;
      float: unset; }
      #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer {
        height: 100px;
        border: solid 4px #202020;
        border-radius: 10px; }
        #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer .VinSearchValueFlag {
          height: 100px;
          width: 80px;
          background-position: 24px 12px;
          padding-top: 40px;
          background-size: 35px 26px;
          font-size: 50px;
          padding-left: 22px;
          background-image: url("/images/VinSearchFlagMobile.png"); }
        #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer #VinSearchValue {
          height: 96px;
          text-align: center;
          padding: 0;
          font-size: 50px;
          width: calc(100% - 140px); }
        #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer #MobileVinSearchButton {
          display: block;
          background-image: url(/images/search_black.png);
          height: 92px;
          width: 60px;
          background-repeat: no-repeat;
          background-position: left center;
          float: right; }
      #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer #VinSearchButton {
        width: calc(40% - 20px);
        margin: 0 0 0 20px;
        height: 80px;
        line-height: 80px;
        font-size: 40px; }
    #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter .MissingVin {
      margin-top: 0;
      margin-bottom: 20px;
      height: 30px; }
      #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter .MissingVin a {
        text-align: center;
        font-size: 30px;
        height: unset;
        overflow: hidden; }
    #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter .VinInfoContainer {
      height: 30px; }
      #PageContainer #VehicleSearchOuterContainer #VehicleSearchOuter .VinInfoContainer .VinInfo {
        text-align: center;
        font-size: 30px;
        height: unset;
        overflow: hidden; }
  #PageContainer #PageNeedVehicleContainer {
    flex-direction: column;
    margin-top: 0;
    background-color: #14479e; }
    #PageContainer #PageNeedVehicleContainer .MobileOnly.Flex {
      width: 100%; }
      #PageContainer #PageNeedVehicleContainer .MobileOnly.Flex .Inner {
        padding: 20px; }
        #PageContainer #PageNeedVehicleContainer .MobileOnly.Flex .Inner .Heading {
          color: white;
          font-size: 40px; }
        #PageContainer #PageNeedVehicleContainer .MobileOnly.Flex .Inner .Text {
          color: white;
          font-size: 24px; }
    #PageContainer #PageNeedVehicleContainer #VehicleSearchOuterContainer {
      margin: 0;
      width: 100%;
      padding: 0 20px 40px 20px;
      box-sizing: border-box; }
      #PageContainer #PageNeedVehicleContainer #VehicleSearchOuterContainer #VehicleSearchOuter label {
        display: none; }
  #PageContainer #MainContainer {
    padding: 0 !important;
    width: auto;
    flex-direction: column; }
    #PageContainer #MainContainer #MainLeft {
      width: 100%; }
      #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer {
        width: 100%; }
        #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter {
          border: 0;
          width: 100%;
          height: unset;
          padding: 0;
          margin-bottom: 20px; }
          #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter label {
            font-size: 20px;
            color: #202020; }
          #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer {
            height: 60px;
            position: relative; }
            #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer .VinSearchValueFlag {
              width: 50px;
              height: 60px;
              background-position: 10px 7px;
              background-size: 30px;
              padding-top: 29px;
              padding-left: 13px;
              font-size: 28px; }
            #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer #VinSearchValue {
              width: calc( 100% - 100px);
              font-size: 40px;
              height: 60px;
              line-height: 60px; }
            #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter #VinInputAndButtonContainer .VinSearchValueContainer #MobileVinSearchButton {
              display: block;
              height: 60px;
              width: 60px;
              background-repeat: no-repeat;
              background-position: 7px 4px;
              position: absolute;
              right: 0;
              top: 0;
              cursor: pointer; }
          #PageContainer #MainContainer #MainLeft #VehicleSearchOuterContainer #VehicleSearchOuter .VinInfoContainer {
            margin-top: 0;
            font-size: 20px; }
      #PageContainer #MainContainer #MainLeft #VinOuterContainer {
        width: 100%;
        border: 0;
        padding: 0;
        height: unset; }
        #PageContainer #MainContainer #MainLeft #VinOuterContainer label#ChoosenCarHeading {
          display: none; }
        #PageContainer #MainContainer #MainLeft #VinOuterContainer .VinInnerContainer {
          position: relative;
          margin: 0 0 10px 0; }
          #PageContainer #MainContainer #MainLeft #VinOuterContainer .VinInnerContainer .VinSearchValue {
            width: calc(100% - 75px); }
          #PageContainer #MainContainer #MainLeft #VinOuterContainer .VinInnerContainer #ChooseOtherVehicleVinIcon {
            width: 30px;
            height: 30px;
            background-position: center;
            background-size: 25px;
            background-repeat: no-repeat;
            cursor: pointer;
            margin: 10px;
            opacity: 0.5;
            position: absolute;
            right: 0px; }
        #PageContainer #MainContainer #MainLeft #VinOuterContainer #VehicleInfoLineContainer {
          margin-bottom: 0; }
        #PageContainer #MainContainer #MainLeft #VinOuterContainer #ChooseOtherVehicle {
          display: none; }
      #PageContainer #MainContainer #MainLeft #ShopMenuMain {
        display: none; }
    #PageContainer #MainContainer #MainRight {
      width: 100%;
      min-height: unset;
      margin: 0; }
  #PageContainer #BrakesSearchResult .Heading {
    font-size: 30px; }
  #PageContainer #BrakesSearchResult .MobileMenuListing .MobileMenuListingInner .MenuRubric {
    width: 32%; }
    #PageContainer #BrakesSearchResult .MobileMenuListing .MobileMenuListingInner .MenuRubric a.Inner .Name {
      font-size: 24px;
      bottom: 10px; }
  #PageContainer #MainFooter #FooterContent {
    margin: 70px 20px;
    height: unset; }
    #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia {
      margin-bottom: 20px;
      border-bottom: none; }
      #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup {
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll h2 {
          text-align: center;
          font-size: 30px; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group input#mce-EMAIL {
          text-align: center;
          border: 0;
          padding: 10px;
          box-sizing: border-box;
          font-size: 30px; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group div.mce_inline_error {
          text-align: center;
          width: 100%;
          padding: 10px;
          box-sizing: border-box;
          margin-top: 10px;
          background-color: unset;
          font-size: 30px; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr {
          min-height: unset; }
          #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr label {
            width: 100%;
            text-align: center; }
          #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr span {
            font-size: 20px; }
            #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mergeRow-gdpr span a {
              font-size: inherit; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup form#mc-embedded-subscribe-form #mc_embed_signup_scroll #mce-responses {
          background-color: lightblue; }
        #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia #mc_embed_signup #mc-embedded-subscribe {
          font-size: 30px !important;
          height: 70px !important;
          background-color: #14479e !important;
          border-radius: 0 !important;
          -webkit-appearance: none;
          border: 0; }
    #PageContainer #MainFooter #FooterContent .Section {
      width: 100%;
      flex-direction: column;
      padding: 0; }
      #PageContainer #MainFooter #FooterContent .Section .Left {
        width: 100%;
        margin-bottom: 10px; }
      #PageContainer #MainFooter #FooterContent .Section .Right {
        width: 100%;
        margin-bottom: 20px; }
        #PageContainer #MainFooter #FooterContent .Section .Right .Heading {
          text-align: center;
          font-size: 20px; }
        #PageContainer #MainFooter #FooterContent .Section .Right .Images {
          justify-content: center;
          margin-bottom: 10px; }
          #PageContainer #MainFooter #FooterContent .Section .Right .Images a.Image {
            display: flex;
            flex-direction: column;
            margin: 0 40px;
            height: unset;
            overflow: hidden; }
            #PageContainer #MainFooter #FooterContent .Section .Right .Images a.Image img {
              margin: 0 auto;
              float: unset;
              height: unset;
              width: 83px; }
            #PageContainer #MainFooter #FooterContent .Section .Right .Images a.Image .Text {
              float: unset;
              height: unset;
              font-size: 20px;
              line-height: unset; }
        #PageContainer #MainFooter #FooterContent .Section .Right.FooterLogoer {
          justify-content: center; }
          #PageContainer #MainFooter #FooterContent .Section .Right.FooterLogoer .Images {
            justify-content: center;
            height: 70px;
            margin: 0;
            margin: 0 auto;
            width: 50%; }
            #PageContainer #MainFooter #FooterContent .Section .Right.FooterLogoer .Images img {
              height: 70px;
              margin: 0 40px; }
      #PageContainer #MainFooter #FooterContent .Section .LinkList {
        column-count: 1;
        column-gap: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        #PageContainer #MainFooter #FooterContent .Section .LinkList .Row a {
          font-size: 30px;
          text-align: center; }
        #PageContainer #MainFooter #FooterContent .Section .LinkList .Row :before {
          content: unset;
          margin-right: 0; }
    #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia .NormalButton {
      width: 100%;
      margin-bottom: 30px;
      height: 70px;
      line-height: 70px; }
      #PageContainer #MainFooter #FooterContent #NewsLetterAndSocialMedia .NormalButton .NewsletterSignUpLink {
        font-size: 24px; }
  #PageContainer #MainFooter #FooterCorpInfo {
    height: 70px; }
    #PageContainer #MainFooter #FooterCorpInfo .Inner {
      line-height: 70px;
      font-size: 20px;
      height: 70px; }
  .MobileSideContainer {
    display: block; }
    .MobileSideContainer.Left {
      width: 100%;
      z-index: 3001;
      display: block; }
      .MobileSideContainer.Left #MobileMenuOutputContainer {
        width: 100%;
        overflow: hidden; }
        .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile {
          width: 100%;
          margin-bottom: 30px;
          display: none; }
          .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile.Selected {
            display: block; }
          .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Heading {
            background-color: lightgray;
            width: 100%;
            border-bottom: solid 1px #202020;
            height: 100px;
            line-height: 100px;
            box-sizing: border-box;
            position: relative;
            display: flex;
            justify-content: space-between;
            flex-wrap: nowrap; }
            .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Heading.NoBackLink .HeadingName {
              margin-left: 20px; }
            .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Heading .GoBack {
              /*background-color: lightblue;*/
              height: inherit;
              width: 60px;
              background-image: url(/Images/mobil_menu_chevron_back.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 30px; }
            .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Heading .HeadingName {
              /*background-color: lightgreen;*/
              height: inherit;
              text-align: center;
              line-height: inherit;
              font-size: 30px;
              color: #202020; }
            .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Heading .CloseMenu {
              width: 100px;
              background-repeat: no-repeat;
              background-position: center;
              background-size: 40px; }
          .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children {
            width: 100%; }
            .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children .Child {
              width: 100%;
              border-bottom: solid 1px #202020;
              height: 80px;
              line-height: 80px;
              padding: 0 40px 0 20px;
              box-sizing: border-box; }
              .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children .Child a,
              .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children .Child span {
                font-size: 20px;
                text-decoration: none;
                color: #202020;
                height: inherit;
                line-height: inherit;
                width: 100%;
                display: block;
                cursor: pointer;
                background-image: url(/Images/mobil_menu_chevron_black.png);
                background-repeat: no-repeat;
                background-position: right center;
                background-size: 20px; }
              .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children .Child.IsCampagin a,
              .MobileSideContainer.Left #MobileMenuOutputContainer .MenuItemMobile .Children .Child.IsCampagin span {
                background-image: url(/Images/mobil_menu_chevron_green.png); }
    .MobileSideContainer.Right {
      width: 350px;
      z-index: 3000;
      box-sizing: border-box; }
      .MobileSideContainer.Right .CloseOuterContainer {
        width: 100%;
        height: 90px;
        background-color: #606060;
        border-bottom: solid 1px #808080;
        margin-bottom: 20px; }
        .MobileSideContainer.Right .CloseOuterContainer #CloseMobileContainerRight {
          float: left;
          height: 90px;
          width: 90px;
          background-image: url(/Images/close_icon2.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 45px;
          cursor: pointer; }
        .MobileSideContainer.Right .CloseOuterContainer #LogInNameMobileContainer {
          float: left;
          width: 280px;
          text-align: center;
          display: flex;
          flex-direction: column;
          height: 70px;
          justify-content: center; }
          .MobileSideContainer.Right .CloseOuterContainer #LogInNameMobileContainer .Name {
            text-align: center;
            font-size: 20px; }
          .MobileSideContainer.Right .CloseOuterContainer #LogInNameMobileContainer .Role {
            text-align: center;
            font-size: 14px; }
      .MobileSideContainer.Right #RightMenuInner {
        width: 100%;
        overflow: hidden;
        /*background-color: pink;*/
        padding: 0 10px;
        box-sizing: border-box; }
        .MobileSideContainer.Right #RightMenuInner #LogInNameContainerMobile {
          width: 100%;
          display: block; }
        .MobileSideContainer.Right #RightMenuInner #RolesContainer span {
          width: 100%;
          display: block; }
        .MobileSideContainer.Right #RightMenuInner #RolesContainer a {
          width: 100%;
          display: block; }
        .MobileSideContainer.Right #RightMenuInner .TopIconLink {
          width: 100%;
          height: 50px;
          background-repeat: no-repeat;
          background-position: 10px center;
          background-size: 30px;
          text-decoration: none;
          position: relative;
          cursor: pointer;
          display: block;
          margin-bottom: 20px; }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink.CustomerService {
            background-image: url(/Images/top_icon_help.png); }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink.Garage {
            background-image: url(/Images/top_icon_gs.png); }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink.LogIn {
            background-image: url(/Images/top_icon_user.png); }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink.MyPage {
            background-image: url(/Images/top_icon_user.png); }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink.LogOut {
            background-image: url(/Images/top_icon_padlock.png); }
          .MobileSideContainer.Right #RightMenuInner .TopIconLink label, .MobileSideContainer.Right #RightMenuInner .TopIconLink span {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            box-sizing: border-box;
            font-size: 30px;
            padding-left: 50px;
            text-decoration: none;
            color: #202020;
            cursor: pointer; }
  div#LandingPage div.Component .BannerDesktop {
    display: none; }
  div#LandingPage div.Component div.BannerMobile {
    display: block; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClass100 {
    width: 100%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile50 {
    width: 49%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile33 {
    width: 32%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile25 {
    width: 24%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile20 {
    width: 19%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile10 {
    width: 9%; }
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClass100.Straggler,
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile50.Straggler,
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile33.Straggler,
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile25.Straggler,
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile20.Straggler,
  div#LandingPage div.Component .Rubric .RubricEntry.WidthClassMobile10.Straggler {
    display: none; }
  div#LandingPage div.Component .Rubric .RubricEntry {
    height: unset; }
    div#LandingPage div.Component .Rubric .RubricEntry .Inner a .RubricImage {
      width: 100%;
      overflow: hidden;
      height: 350px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a .RubricImage img {
        width: 100%;
        max-width: 100%;
        max-height: 100%; }
    div#LandingPage div.Component .Rubric .RubricEntry .Inner a div.Name {
      height: 70px; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a div.Name div.NameInner {
        white-space: normal;
        font-size: 30px; }
    div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice {
      width: 100%; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceFaded {
        font-size: 20px; }
        div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceFaded .Before {
          font-size: 20px; }
        div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceFaded .TheValue {
          font-size: 20px; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceMain {
        font-size: 30px; }
        div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceMain .Now {
          font-size: 30px; }
        div#LandingPage div.Component .Rubric .RubricEntry .Inner a .Price .PriceNice .PriceMain .TheValue {
          font-size: 30px; }
    div#LandingPage div.Component .Rubric .RubricEntry .Inner a .BuyCell {
      height: 65px; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a .BuyCell .BuyNow {
        font-size: 30px;
        height: 50px;
        line-height: 50px; }
    div#LandingPage div.Component .Rubric .RubricEntry .Inner a .StockContainer {
      height: 22px;
      margin-bottom: 10px; }
      div#LandingPage div.Component .Rubric .RubricEntry .Inner a .StockContainer .Stock {
        font-size: 20px; }
        div#LandingPage div.Component .Rubric .RubricEntry .Inner a .StockContainer .Stock img {
          width: 20px;
          float: left;
          margin-right: 5px;
          height: unset; }
  div#LandingPage div.Component .Banric {
    padding-right: 0; }
    div#LandingPage div.Component .Banric.Straggler {
      display: none; }
    div#LandingPage div.Component .Banric .BanricEntry.WidthClass50,
    div#LandingPage div.Component .Banric .BanricEntry.WidthClass33,
    div#LandingPage div.Component .Banric .BanricEntry.WidthClass25,
    div#LandingPage div.Component .Banric .BanricEntry.WidthClass10,
    div#LandingPage div.Component .Banric .BanricEntry.WidthClass20 {
      width: 49%; }
  div#LandingPage div.Component .Product .RecommendedParts {
    width: 100%; }
    div#LandingPage div.Component .Product .RecommendedParts h1 {
      font-size: 30px; }
    div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart {
      height: 410px;
      width: 48%;
      margin: 0px 0px 5px 5px; }
      div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart a .ImageFill {
        height: 40%;
        max-height: 130px; }
      div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart a .Name {
        height: 100px;
        font-size: 30px; }
      div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .Price {
        float: none;
        margin-bottom: 10px; }
        div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .Price .PriceNice {
          width: 100%;
          margin: 0 auto;
          float: none; }
          div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .Price .PriceNice .PriceFaded {
            font-size: 30px; }
          div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .Price .PriceNice .PriceMain {
            font-size: 40px; }
      div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .BuyCell {
        float: none;
        width: 100%; }
        div#LandingPage div.Component .Product .RecommendedParts .RecommendedPart .PriceAndBuy .BuyCell .NormalButton {
          width: 65%;
          margin: 0 auto; }
  div#LandingPage div.Component div.Heading div.HeadingContainer {
    font-size: 50px;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column; }
    div#LandingPage div.Component div.Heading div.HeadingContainer div.Text {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
    div#LandingPage div.Component div.Heading div.HeadingContainer a {
      height: 70px;
      line-height: 70px;
      float: unset;
      box-sizing: border-box;
      display: inline-block;
      margin: 20px;
      padding: 0 20px;
      font-size: 30px; } }

@media only screen and (max-width: 770px) {
  #TopLogo {
    display: none; }
  #PageContainer #TopHeader #TopHeaderInner #TopLogoLink img#TopLogoSmall {
    display: block;
    height: 96px; } }

@media only screen and (max-width: 740px) {
  #PageContainer #TopNavBar .Inner .Item {
    font-size: 16px; }
  #PageContainer #BrakesSearchResult .MobileMenuListing .MobileMenuListingInner div.MenuRubric {
    width: 49%; }
    #PageContainer #BrakesSearchResult .MobileMenuListing .MobileMenuListingInner div.MenuRubric a.Inner .Name {
      font-size: 30px;
      bottom: 10px; } }

@media only screen and (max-width: 620px) {
  #TopLogo {
    display: none; }
  #PageContainer #TopHeader #TopHeaderInner #TopLogoLink img#TopLogoSmall {
    display: block;
    height: 96px; }
  #PageContainer #TopHeader #TopHeaderInner #TopRight div.TopIcon,
  #PageContainer #TopHeader #TopHeaderInner #TopRight a.TopIcon {
    margin-left: 5px;
    width: 60px;
    background-position: center;
    background-size: 50px; }
  #PageContainer #TopHeader #TopHeaderInner #TopRight #CartCount {
    left: 40px; }
  #PageContainer #BrakesSearchResult .MobileMenuListing .MobileMenuListingInner div.MenuRubric a.Inner .Name {
    font-size: 24px; } }

@media only screen and (max-width: 400px) {
  #PageContainer #TopNavBar .Inner .Item:first-child {
    display: none; } }
