﻿html {
  font-size: 16px;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.uicon {
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background-size: cover;
  display: inline-block;
}
.i-bars {
  width: 20px;
  height: 20px;
}
.i-user-icon {
  width: 25px;
  height: 26px;
}
.i-shopping-cart {
  width: 24px;
  height: 21px;
}
.i-phone {
  width: 20px;
  height: 20px;
}
.powernavs {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.powernavs.bg-dark {
  background-color: #0000cc;
  border-bottom: none;
}
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.nav-open .sub-menu {
  visibility: visible;
}
.nav-container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0.5rem 0.25rem 0 0.25rem;
  min-height: 59px;
}
@media screen and (min-width: 992px) {
  .nav-container {
    /*	position: relative;*/
    padding: 0.5rem 0;
  }
}
.nav-row {
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(23px, 1fr));
  align-items: center;
}
.nav-col:first-child {
  padding-left: calc(30px / 2);
}
.col-logo {
  grid-column: 1 / 4;
}
@media screen and (min-width: 992px) {
  .col-logo {
    grid-column: 1 / 3;
  }
}
.logo-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.col-search {
  grid-column: 1 / 17;
  grid-row-start: 2;
}
@media screen and (min-width: 768px) {
  .col-search {
    grid-column: 4 / 14;
    grid-row-start: unset;
  }
}
@media screen and (min-width: 992px) {
  .col-search {
    grid-column: 4 / 9;
  }
}
.col-navigation {
  grid-row: none;
}
@media screen and (min-width: 768px) {
  .col-navigation {
    grid-row-start: 2;
    grid-column: 1 / 23;
  }
}
@media screen and (min-width: 992px) {
  .col-navigation {
    grid-column: 9 / 20;
    grid-row-start: unset;
  }
}
.col-cart {
  grid-column: 4 / 17;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .col-cart {
    grid-column: 14 / 23;
  }
}
@media screen and (min-width: 992px) {
  .col-cart {
    grid-column: 21 / 23;
  }
}
.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
}
.bg-dark .header-phone-number {
  color: #fff;
}
.cart-indicator {
  position: absolute;
  top: -10px;
  right: -9px;
  background-color: #000099;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  font-size: 0.7rem;
  text-align: center;
  min-width: 1rem;
  height: 1rem;
  line-height: 1.2;
}
.cart-icon {
  position: relative;
}
.announcement-bar {
  text-align: center;
  padding: 0.5rem;
  font-size: 0.9rem;
  background-color: #000099;
  color: #fff;
  min-height: 37px;
}
.announcement-bar a,
.announcement-bar a:link {
  color: #fff;
}
.touch-icon {
  width: 48px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.visible-inline-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .visible-inline-lg {
    display: inline-block;
  }
}
.visible-block-lg {
  display: none;
}
@media screen and (min-width: 768px) {
  .visible-block-lg {
    display: block;
  }
}
.visible-inline-sm {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .visible-inline-sm {
    display: none;
  }
}
.navigation {
  background-color: #000099;
  color: #fff;
  position: fixed;
  width: 320px;
  right: -320px;
  height: auto;
  top: 0;
  bottom: 0;
  z-index: 1100;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  list-style: none;
  overflow-x: hidden;
  transition: transform 0.2s ease-in-out;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
  /*calc(1rem + (26 - 14) * ((100vw - 300px) / (1600 - 300)));*/
}
@media screen and (min-width: 768px) {
  .navigation {
    will-change: unset;
    background-color: transparent;
    color: #0000FF;
    width: 100%;
    position: static;
    right: unset;
    overflow-y: unset;
    padding: 0;
    display: block;
    transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    margin: 0 auto;
    text-align: center;
    overflow-x: unset;
  }
  .navigation .navigation-close {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .navigation .nav-item.single-dropdown {
    position: relative;
  }
  .navigation .nav-item.single-dropdown .sub-menu {
    width: 300px;
    top: 96px;
  }
}
.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  max-height: unset;
  height: 0;
}
.navigation .sub-menu {
  overflow-y: hidden;
  transform: translateY(0);
  transform-origin: top;
  transition: transform ease-in 1s;
}
@media screen and (min-width: 768px) {
  .navigation .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ededed;
    text-align: left;
    max-height: unset;
    overflow-y: unset;
    padding: 2rem;
    display: block;
    top: 112px;
    z-index: 1000;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    height: auto;
    transform: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity ease-in 1s;
    transition-delay: 1s;
  }
}
.navigation .sub-menu a {
  transition: opacity ease-out 0.4s;
  opacity: 1;
  font-size: 0.9rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .navigation .sub-menu a {
    opacity: 1;
  }
}
.navigation .nav-open .nav-item a {
  color: rgba(191, 191, 191, 0.9);
}
.navigation .nav-open .sub-menu {
  overflow-y: scroll;
  height: auto;
  transform: scaleY(1);
  max-height: 300px;
  padding: 1rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .navigation .nav-open .sub-menu {
    max-height: unset;
    display: block;
    overflow-y: unset;
    margin: 0 auto;
    padding: 2rem 15%;
    background-color: #efefef;
  }
}
.navigation .nav-open .sub-menu a {
  transition-delay: 0.1s;
  opacity: 1;
}
.navigation .nav-item {
  line-height: 3;
  font-size: 1.2rem;
  position: relative;
  transform: translateX(80px);
  transition: transform ease-out 0.4s;
}
@media screen and (min-width: 768px) {
  .navigation .nav-item {
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    -ms-transform: unset;
    display: inline-block;
    vertical-align: middle;
    position: static;
    padding: 0.5rem;
  }
  .navigation .nav-item:hover .sub-menu {
    visibility: visible;
    height: auto;
    transition: opacity ease-in-out 0.2s;
    opacity: 1;
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 1200px) {
  .navigation .nav-item {
    padding: 2.5rem 1rem;
  }
}
.navigation.show-nav {
  /*right: 0;*/
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}
.navigation a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .navigation a {
    color: #0000FF;
  }
}
.navigation a:hover,
.navigation a:focus {
  color: rgba(191, 191, 191, 0.9);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .navigation a:hover,
  .navigation a:focus {
    color: #0000cc;
  }
}
.bg-dark .navigation a {
  color: #fff;
}
.bg-dark .navigation a:hover,
.bg-dark .navigation a:focus {
  color: rgba(191, 191, 191, 0.9);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .bg-dark .navigation a:hover,
  .bg-dark .navigation a:focus {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .bg-dark .sub-menu a {
    color: #0000cc;
  }
  .bg-dark .sub-menu a:hover,
  .bg-dark .sub-menu a:focus,
  .bg-dark .sub-menu a:active {
    color: #0000cc;
  }
}
.bg-dark .touch-icon {
  color: #fff;
  cursor: pointer;
}
.navigation-close {
  position: absolute;
  right: 0;
  display: block;
  text-align: right;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: rgba(120, 120, 120, 0.5);
  line-height: 3 !important;
  z-index: 1101;
  top: 0;
}
.home-heading {
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-toggle .sub-menu {
  position: absolute;
  top: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 96px;
  height: 65px;
  background-color: #ededed;
  transform: translateY(-15px);
  transition: transform ease-in-out 0.1s;
  height: 0;
  z-index: 1000;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .search-toggle .sub-menu {
    top: 157px;
  }
}
.search-toggle.nav-open .sub-menu {
  transform: translateY(0);
  height: 80px;
  overflow-y: unset;
  padding: 0.5rem 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .search-toggle.nav-open .sub-menu {
    top: 120px;
  }
}
.search-toggle.nav-open .search-form {
  display: grid;
}
.search-toggle .search-form-group {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 12.5%;
  align-items: center;
  max-width: 1340px;
  margin: 0 auto;
}
.search-toggle .search-form-group .search-box {
  grid-column: 1 / 7;
  border: none;
  border-bottom: 2px solid #ccc;
  box-shadow: none;
  padding-left: 0;
  background-color: #ededed;
}
.search-toggle .search-form-group .search-go {
  grid-column: 7 / 8;
  color: #333;
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-position {
    position: relative;
  }
}
.account-badge {
  position: relative;
}
.account-badge i {
  position: absolute;
  top: -16px;
  right: -36px;
  font-size: 0.6rem;
  background-color: #fff;
  color: #0000cc;
  padding: 0.2rem;
  text-align: center;
  height: 19px;
}
#accountMenu {
  position: relative;
}
#accountMenu .sub-menu {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ededed;
  font-size: 0.8rem;
  line-height: 2;
  text-align: center;
  width: 150px;
  left: -50px;
  padding: 1rem;
  opacity: 0;
  transition: opacity ease-out 0.4s;
  visibility: hidden;
  z-index: 1010;
}
@media screen and (min-width: 768px) {
  #accountMenu:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
#accountMenu.nav-open .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .menu-container {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .menu-row {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: auto;
    column-gap: 1.5rem;
    row-gap: 1rem;
  }
  .menu-row .menu-col {
    line-height: 2;
  }
  .menu-row .menu-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 0.3rem 0;
    line-height: 2;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.menu-mega-row {
  grid-template-columns: 12% 40% 41%;
}
@media screen and (min-width: 1024px) {
  .menu-mega-row {
    grid-template-columns: 34% 20% 20% 20%;
  }
}
.navigation .menu-col ul {
  height: auto;
  font-size: 0.9rem;
  line-height: 2;
}
.stuck .search-toggle .sub-menu {
  top: 59px;
}
@media screen and (min-width: 768px) {
  .stuck .search-toggle .sub-menu {
    top: 120px;
  }
}
.sub-mega-menu {
  display: none;
  position: absolute;
  right: 57px;
  top: 0;
  opacity: 0;
  bottom: 0;
  transition: opacity ease-in-out 0.2s;
  width: 40%;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  .sub-mega-menu.show-mega-menu {
    display: block;
    opacity: 1;
  }
}
.mega-menu-row .menu-root:first-child .menu-heading {
  border-top: none;
}
.menu-root .menu-heading {
  position: relative;
}
.menu-root .menu-heading:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  position: absolute;
  right: 0;
  top: 0.3rem;
  transition: all ease-in-out 0.1s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .menu-root:hover .menu-heading:after {
    transform: translateX(0.25rem);
    opacity: 1;
  }
  .menu-root:hover > .sub-mega-menu {
    display: block;
    opacity: 1;
  }
}
.menu-container {
  position: relative;
}
.viewAllItem .btn {
  padding: 0;
  font-weight: bold;
}
#phone-dd {
  cursor: pointer;
}
#phone-dd:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-col {
  margin-bottom: 0.5rem;
}
.mega-menu-row .menu-root {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .mega-menu-row .menu-root {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .mega-menu .sub-menu {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    padding: 2rem 15%;
  }
}
.margin-reset {
  margin: 0;
}
.padding-left-0 {
  padding: 0;
}
.footer-wrapper {
  background-color: #ededed;
}
.nav-item a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-item a {
    color: #333;
  }
}
#accountMenu a {
  color: #333;
}
.quick-order-highlight a,
.quick-order-highlight a:link {
  background: #dbe4ff;
  padding: 8px 21px;
  border-radius: 19px;
  color: #0000FF;
}
.search-form-group {
  margin-bottom: 0;
}
.search-box {
  margin: 0;
  float: left;
  width: 80%;
  max-width: unset;
  height: 39px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #f1f1f1;
  border-right: none;
}
.search-go {
  float: right;
  width: 20%;
  margin: 0;
  font-weight: bold;
  padding: 6px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #333;
  background-color: #dddddd;
  box-shadow: none;
  border: 1px solid #DADADA;
  height: 39px;
}
.search-box-label {
  display: none;
}
.header-phone-hours {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-phone-hours {
    display: inline-block;
  }
}
.home-item a {
  color: #fff;
}
.home-item a:hover {
  color: #fff;
}
.home-item .lead {
  font-weight: bold;
  font-size: calc(32px + 4 * (100vw - 768px) / 680);
  margin-bottom: 0;
}
.home-item .sub-lead {
  font-size: calc(22px + 4 * (100vw - 768px) / 680);
}
.product-page-header {
  font-size: calc(22px + 4 * (100vw - 768px) / 680);
  font-weight: bold;
}
.grid-column-inner h1 .SectionTitleText,
.grid-column-inner h1 strong {
  font-size: calc(22px + 4 * (100vw - 768px) / 680);
}
.michco-bg {
  background-color: #dbe4ff;
}
.michco-guarantees {
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.guarantees {
  display: flex;
  justify-content: space-evenly;
  font-weight: bold;
  align-content: center;
  font-size: calc(9px + 3 * ((100vw - 300px) / 1070));
}
.svg-icon {
  background-repeat: no-repeat;
  background-size: cover;
}
.option-one {
  align-items: center;
  display: flex;
}
.icon-sm {
  width: 27px;
  height: 19px;
  display: inline-block;
}
@media (min-width: 992px) {
  .icon-sm {
    width: 48px;
    height: 48px;
  }
}
.service-team {
  height: 27px;
  width: 39px;
}
@media (min-width: 992px) {
  .service-team {
    width: 56px;
    height: 45px;
  }
}
.icon-pair {
  padding-left: 0.3rem;
  color: #333;
}
@media (min-width: 992px) {
  .icon-pair {
    padding-left: 1rem;
  }
}
ul.entity-page-menu.plain-list {
  list-style: none;
  padding: 0;
}
/* Smart Search Shim */
.smart-search-nav .navbar {
  margin-bottom: 0.5rem;
}
.smart-search-nav .navbar-brand {
  font-size: 14px;
}
.smart-search-nav .filter-top {
  height: 150px;
  overflow: hidden;
}
.smart-search-nav .filter-all {
  height: 100%;
}
.smart-search-nav .navWrapper h6 {
  padding: 10px;
  background-color: #eee;
}
.smart-search-nav .show {
  display: block;
}
.smart-search-nav .navbar-collapse {
  padding: 0;
}
.plain-list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
.plain-list > li {
  margin-left: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.footer {
  padding: 100px 0 0 32px;
  border-top: 1px solid #efefef;
  font-size: 16px;
}
ul.footer-list {
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
  list-style: none;
  line-height: 24px;
  color: #A2A3AD;
}
.footer-list a {
  color: #65677D;
}
.footer-heading {
  font-weight: bold;
  padding-bottom: 12px;
  color: #8E90A0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.77);
  font-size: 17px;
}
.footer-wrapper {
  padding-top: 32px;
}
#footer-main {
  padding-top: 40px;
}
#footer-main ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
  font-size: 16px;
}
.footerHeading {
  font-size: 24px;
  padding-bottom: 8px;
}
.cards-accepted {
  padding-top: 16px;
}