

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    
    font-style: normal;
    font-size: 20px;
  }
  
  #advisorContainer {
    margin: 0;
    padding: 0;
    color: grey;
    background:#fff;
  }
  
  #category, #vrm, #makes, #models, #types {
    margin-bottom: 25px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box
  }
  
  #vrm {
    padding: 5px;
    font-size: 1.2em!important;
    
  }
  
  .back{
    color:#001441!important;
  }
  
  #catDiv .cat {
    width:20%;
  }

  #catDiv img {
    width:63%;
    padding:10px 0 10px;
  }

  .cat:hover, .make:hover, .year:hover, .fueltype:hover, .displacement:hover, .familygroup:hover, .model:hover, .familygroup, .familygroup:hover {
    cursor: pointer;
  }

  .cat, .make, .model, .familygroup {
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: 3px
  }
  
  .cat {
   
    border: 2px solid #435784;

  }
  
  .make {
    width: 15%;
    height: 160px;
    background-color: #7a859b;
    color: white;
  }
  
  .makeImg {
    width: 95px;
    height: 95px
  }
  
  .model {
    width: 188px;
    height: 180px
  }
  
  .modelImg {
    width: 178px;
    height: 118px
  }
  
  .makeName {
    display: table;
    height: 100%;
    width: 100%;
    word-break: break-word;
  }
  
  .modelName {
    display: table;
    height: 50px;
    width: 178px
  }
  
  .makeName p, .modelName p {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px!important;
  }
 

.year, .fueltype, .displacement, .familygroup, .model {
    display: inline-block;
    vertical-align: top;
    
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #7a859b;
    color: white;
    margin: 3px;
}


/* PROPOWER */

  /* *Change to red*/
  .titleRow {
    background:#001441!important;
    color: white;
    padding: 5px;
    padding-top:20px;
    padding-bottom:20px;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #B71E0E;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .titleRow:nth-of-type(1) {
    background:#d11d42!important;
    text-decoration-color: #990b29;
    
  }

  #makes .titleRow, #years .titleRow, #models .titleRow, #fueltypes .titleRow, #displacements .titleRow, #types .titleRow {
    background: none!important;
    color: #001441;
    padding: 5px;
    padding-top:20px;
    padding-bottom:20px;
    margin: 8px 0 0 0;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #B71E0E;
    font-weight: bold;
  }
  
  #carsearch, #vrmForm, #catDiv {
    background:#001441!important;
    color: white;
    padding: 5px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    padding-bottom:50px;
    border-bottom-left-radius: 5px;   
    border-bottom-right-radius: 5px;
  }

  .filter .titleRow, .subTitle {
    border-radius: 0;

  }
 #vrmForm {
    background:#c00c31!important;
    color: white;
  }
  .vrmIcon, .vrmIconROI {
    width: 275px;
  }
  #vrm {
    text-transform: uppercase;
    margin-top: 0;
    width: 200px;
   
  }
  input {
    background-color: #7a859b!important; 
    color: white!important;
    border:none!important;
    border-radius: 3px 0 0 3px;
    background: transparent;
  }

  input::placeholder {
    color: white!important;
  }

  .subTitle { line-height: 200%;}
 
  .filter_options li {
    background-color: #7a849a!important;
    color: black;
    border: none;
    border-bottom: 2px solid #90949c;
  }

  .filter_options li:hover {
    cursor: pointer;
  }
  .filter_options li span {
    background-color: #001441;
    color: white;
  }

  .type, #searchresult a {
    color: #001441!important;
    text-decoration: none!important;
    text-decoration-color: #001441!important;
  }

  #active_filters span {
    cursor: pointer;
  }
/* PROPOWER */

  .selected {
    background: #001441;
    color: white;
  }
  
  .type {
    border: 1px solid #1b2f75;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
    background:#fff;
  }
  
  #types a, #vrmResult a {
    text-decoration: none;
    color: #001441;
  }
  
  #loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
  }
  
  #loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
  }
  
  #loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
  }
  
  #loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0
  }
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
    }
  }
  
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
    }
  }
  
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
    }
  }
  
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg)
    }
  }
  
  #vehicleTitle {
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
    color: black!important;
  }
  
  .comp > div:nth-of-type(2) {
    margin-top: 20px;
    background:#e8ecef;
    border-radius: 5px; 
    padding-top: 10px;
  }

  .comp {
    border-radius: 8px; 
    width: 50%;
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box; 
    
  }
  
  #hero {
    width: 100%
  }
  
  .spacerComp {
    border: none
  }
  


  .comp .title {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    background: #001441!important;
    border-radius: 5px; 
    padding: 15px 10px 10px 10px;
    text-align: center;
    margin-bottom: -23px !important;
    text-decoration: none;
    
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
    background:white;
  }
  
  .cap {
    float: right;
    margin: 5px;
    text-align: right;
    color: white;
    font-size: 20px;
  }
  
  .int {
    margin: 3px
  }
  
  .prod {
    display: table
  }
  
  .prodImgBox, .prodDetail {
    display: table-cell;
    vertical-align: top;
  }
  
  .prodImgBox {
    padding: 5px;
    width: 250px;
  }
  
  .prodName {
    margin-bottom: 5px;
    color: #001441 !important;
    font-size: 36px;
    font-weight: bold;
  }
  
  .row {
    display: table;
    border-spacing: 10px;
    width: 100%;
    table-layout: fixed
  }
  
  .sorry {
    text-align: center;
    margin: 20px;
    font-style: italic
  }
  
  @media only screen and (max-width:800px) {
    .comp {
      display: block;
      width: 100%;
      margin-top: 10px
    }
    .spacerComp {
      display: none
    }
    #filters .filter { width: 100%; display: block;}
    #filters .filter .filter_options { width: 99%!important;}
  }
  
  .prodImg {
    height: auto;
    width: auto;
    max-width: 300px;
    max-height: 300px
  }
  
  .hideme {
      display:none;
  }
  
  
  .typebutton{
    width: auto;
    cursor: pointer;
    color: #FFF;
    background-color: #c00c31!important;
    padding: 10px;
    border: none!important;
    border-radius: 0!important;
    margin-right: 3px;

}
  
  .typebutton:nth-child(1){
      margin: 0 0 20px 20px;
      -moz-border-radius: 0.5em 0em 0em 0.5em;
      border-radius: 0.5em 0em 0em 0.5em;
      margin-right: 3px;
  }
  
  .typebutton:nth-last-child(1){
    margin: 0px 20px 20px 0px;
    -moz-border-radius: 0em 0.5em 0.5em 0em;
    border-radius: 0em 0.5em 0.5em 0em;
  }
  
  .typebutton_active {
      outline: 0!important;
      background-color: #001441!important;
  }
  
  
  
  .center-me {
      width: 100%;
      margin: 0 auto;
      display: block;
      float: none;
      text-align:center;
  }
  
  #hero.prod {
      display:inline-block;
  }
  
  .stdTable { border-spacing: 0; border-collapse: collapse;}
  .stdTable td { border-bottom: 1px solid #e1e4e7; padding: 4px; width: 100px; text-align: center; color:#001441; font-size:16px;}
  .stdTable th { border-bottom: 2px solid black; background-color: white; color: #001441; padding: 4px; width: 100px; font-size:16px;}
  
  
  .lubeProductTableBox { margin-top: 10px; }
  
  @media only screen and (max-width: 1200px) {
    .prodImgBox {  width:10%!important;}
    img.prodImg { height: 100px!important; width: auto!important}

  }

  @media only screen and (max-width: 800px) {
    .prodImgBox {  width:30%!important;}
    img.prodImg { height: 150px!important; width: auto!important}
  }

  @media only screen and (max-width: 768px) {
    .prodImgBox {  width:10%!important;}
    img.prodImg { height: 150px!important; width: auto!important}
    .typebutton { font-size: 10px; padding-left:5px; padding-right:5px;}
    #choose_link { font-size:15px!important;}
  }

  @media only screen and (max-width: 540px) {
    #choose_link { font-size:10px!important;}
  }
  
  @media only screen and (max-width: 500px) {
    .prodImgBox {    text-align: center; width:10%!important;}
    img.prodImg { height: 150px!important; width: auto!important}
    .typebutton { font-size: 10px; padding-left:5px; padding-right:5px;}
    .prodDetail { display:block!important; padding:10px;}
    .lubeProductTableBox{ display: flex!important; justify-content: center;}
  }
  

 

.description-n {
    color: black!important;
    font-size: 16px;
}

#searchText {
    
    text-align: center;
    border: 1px solid white;
    padding: 6px;
    padding: 5px;
    font-size: 1.2em !important;

}


.yellow-bg {
  background-color:#ffe430!important;
    border-radius: 0!important;
}
#vrmsearch, .search_btn_c {
    border: none;
    padding: 9px;
    font-size: 17px;
    color: #212529;
    background-color: #e9ecef;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
}

#vrmsearch:hover, .search_btn_c:hover {
    color: #212529;
    cursor: pointer;
}

#vrmsearch {
  background-color: #e9ecef!important;
}

#vrm { 
  
 /* border: 2px solid #c93b59!important; */
 border-radius: 0px 3px 3px 0px!important;
  color: black!important;
  }

#searchText {
  border-radius: 3px!important;
  border: 2px solid #90A4D1!important;
}
.vrmIcon,#vrmIcon2{
  background: url(/advisor/img/vrmIconGB.png) top left no-repeat transparent;
  background-size: 35px 39px;
}

.vrmIconROI, #vrmIconROI2{
  background: url(/advisor/img/vrmIconIRL.png) top left no-repeat transparent;
  background-size: 35px 39px;
}

.vrmIcon, #vrmIcon2, .vrmIconROI, #vrmIconROI2, .vrmIconFr {
  height: 39px!important;
  padding-left: 34px!important;
}

.vrmIcon, .vrmIconROI {
  width: 315px!important;
}

#choose_link {
  font-size: 20px;
}

.downloadButton {
   background-repeat: no-repeat;
    background-size: 20%;
    background-position: 7%;
    margin-bottom: 10px;
    padding: 18px;
    padding-left: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    color: white !important;
    background-color: #7a859b !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: 0 !important;
    line-height: 1.1;
    width:140px !important;
    text-transform: uppercase;

}


.downloadButton:hover {
  color: white!important;
  background-color: #c00c31!important;
  font-size: 16px!important;
  font-weight: bold!important;
  width: 140px !important;
  line-height: 1.1;
}

.downloadSpan {
  margin-left: 50px;
}

.singleProduct  {
  container-type:inline-size;
  container-name:table-wrapper;
  width:100%
}

@container table-wrapper (max-width: 1000px) {
  .downloadSpan {
    
    margin-left: 0px!important;
    display:block!important;
    float:none!important;
    margin-top:20px;
  }
  .stdTable{
    float: none!important;
  }
  .lubeProductTableBox {
    width: 300px;
  }
}

@container table-wrapper (max-width: 500px) {
  .downloadSpan {
    
    margin-left: 0px!important;
    display:block!important;
    float:none!important;
    margin-top:20px;
  }
  .stdTable{
    float: none!important;
  }
  .lubeProductTableBox {
    width: 300px;
    display:inline-block!important;
  }
}


@media print {
 /* * { outline: 1px solid red !important; } */
 
  .showMore, .downloadSpan, .back,  #choose_link  {
    display: none!important;
  }

  #myIframe {
    height: auto;

    break-before:always;
  }
  .Engine .prodImg {
    height: 220px!important;
  }

  .Engine .description-n {
    width: 100%!important;
    font-size: 16px!important;
    
  }
  .prodImg {
    height: 150px!important;
  }

  .prodName {
    font-size: 28px!important;
    word-wrap: break-word!important;
    width: 75%!important;

  }

  .description-n {
    font-size: 12px!important;
    word-wrap:  break-word!important;
    width: 75%!important;
  }

  .printBtn {
    display: none;
  }

  .comp {
    break-after: always!important;
  }

}


.printBtn {
  float: right;
  width: auto;
  cursor: pointer;
  color: #FFF;
  background-color: #c00c31!important;
  padding: 10px;
  border: none!important;
  border-radius: 0!important;
  margin-right: 3px;
  text-decoration: none;
}
.printBtn:hover {
  background-color: #001441 !important;
}

