@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
body {
}
body.oem {
}
body.afm {
}
body.oem .nav-link.oem, body.afm .nav-link.afm {
    border-width: 0px 0px 3px 0px;
}
/* Selected, more width */
body.home .nav-link.home, body.account .nav-link.account, body.oem .nav-link.oem, body.afm .nav-link.afm, .nav-link:hover {
    border-width: 0px 0px 6px 0px;
    margin-bottom: 0px;
    color: #fff;
}
body.cart #cart-menu-button {
    box-shadow: 0px 0px 2px 6px rgba(0, 255, 0, 0.2), 0 6px 20px 0 rgba(0, 255, 0, 0.19)
}

h1.blueprint {
    color: #007bff;
     -webkit-filter: brightness(75%);
     margin-top: 8px;
     font-style: italic;
}
h1.blueprint span {
    font-style: normal;
    -webkit-filter: brightness(15%);
}

label {
font-weight: bold;
}
.nav-link.afm {
    border-color: #f23;
}
.nav-link.oem {
    border-color: #007bff;
}
.nav-link.home {
    border-color: #fff;
}
.nav-link.account {
    border-color: #ddd;
}

body nav + div {
    border-width: 7px 0px 0px 0px;
    border-style: solid;
}
body.account nav + div {
    border-color: #ddd;
}
body.home nav + div {
    border-color: #fff;
}
body.oem nav + div {
    border-color: #007bff;
}
body.afm nav + div {
    border-color: #f23;
}
body.cart nav + div {
    border-color: #28a745;
}

body nav + div {
    border-color: #ddd;
}

.nav-link {
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    margin-bottom: 3px;
}
a.nav-link {
    text-align: center;
}

li.nav-item {
align-self: center;
}

body {
font: 14px/22px "Lato", Arial, sans-serif;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}
.block-shadow {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 2em;
    margin-bottom: 10px;
    box-shadow: 0 7px 12px 0 rgba(0,0,0,.25);
}
.form-signin input {
    margin-top: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin button {
    margin-top: 10px;
}
/** Shopping cart 2023 **/

.ShoppingCartPage h5 {
    font-size: 1.3rem;
    color: #000;
}
.ShoppingCartPage .cart-step {
    font-weight: 600;
    display: inline-block;
    position: relative;
    width: 100%;
}
.ShoppingCartPage .cart-step:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #d3d3d3;
    transform: translateY(-50%);
    z-index: 1;
}
.ShoppingCartPage .cart-step--inner {
    background-color: #fff;
    width: fit-content;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.ShoppingCartPage .cartProduct {
    position: relative;
    border: 2px solid #e1e1e1;
    overflow: hidden;
    margin: 2% 0;
}


.ShoppingCartPage .cart-step-box.valid {
    border-color: #28a745;
}
.ShoppingCartPage .cart-step-box.valid .cart-step--iteration {
    background-color: #28a745;
}
.ShoppingCartPage .cart-step .cart-step--iteration {
    background-color: grey;
    width: 35px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    line-height: 15px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.ShoppingCartPage .cartProduct .cartProduct--image {
    width: 15%;
    display: inline-block;
    padding: 1em 1.5em;
}
.ShoppingCartPage .cartProduct .cartProduct--info {
    width: 84%;
    display: inline-block;
    vertical-align: top;
}
.ShoppingCartPage .cartProduct .cartProduct--info .cartProduct-info--top {
    padding: 1em;
}
.ShoppingCartPage .cartProduct .cartProduct--info .cartRemoveProduct {
    color: #ef1f24;
    border: 2px solid #ec9a9c;
    padding: 0.25em 0.5em;
    vertical-align: middle;
}

h5, h6 {
    font-weight: 700;
}

.text-danger {
    color: #dc3545!important;
}

/** Shopping cart **/

.shopping-cart {
  margin: 20px 0;
  background: white;
  width: 420px;
  position: relative;
  border-radius: 3px;
  padding: 20px;
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  /*float: right;*/
}
.shopping-cart .row {
border-bottom: 1px solid #E8E8E8;
}
.shopping-cart .qtyprice, .shopping-cart-added .qtyprice {
text-align: right;
}

.shopping-cart .shopping-cart-items .row.wide {
 padding-top: 10px;
}
.shopping-cart .shopping-cart-items .row {
/* padding-top: 10px; */
  padding-left: 0px;
}
.shopping-cart .shopping-cart-items .row.wide .item-name, .shopping-cart-added .item-name {
  padding-top: 10px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
}
.shopping-cart .shopping-cart-items .item-name, .shopping-cart-added .item-name {
  display: block;
/*  padding-top: 10px;*/
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.shopping-cart .shopping-cart-items .item-name-sub, .shopping-cart-added .item-name-sub {
    font-size: 13px;
    color: #aaa;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.shopping-cart .shopping-cart-items .item-name-sub-sub, .shopping-cart-added .item-name-sub-sub {
    color: #aaa;
    font-size: 10px;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
}
.shopping-cart .shopping-cart-items .item-name-sub:after, .shopping-cart .shopping-cart-items .item-name-sub-sub:after
{
    content: '.';
    visibility: hidden;
}
.shopping-cart .shopping-cart-items .item-price, .shopping-cart-added .item-price {
  color: #6394F8;
  font-weight: bold;
}
.shopping-cart .shopping-cart-items .item-quantity, .shopping-cart-added .item-quantity {
  color: #ABB0BE;
}

.shopping-cart:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  left: 355px;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
}

.cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.clearfix {
    list-style-type: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/** Banner **/
.carousel p, .carousel h5 {
    text-shadow: #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
}

.product-title {
    font-weight: bold;
}
.product-subtitle > span:first-of-type  {
    font-style: italic;
}
.product-infoline > span:first-of-type {
    font-size: 70%;
}
.price-sale small, .price-msrp small, .price-discount small, .price-quantity small {
    margin-right: .5rem;
    color: #aaa;
}
.price-sale span, .price-msrp span {
    margin-left: .2rem;
}
.price-discount span {
    margin-right: .2rem;
}
.product-brand, .product-oem, .product-sku {
    color: #aaa;
    font-size: 70%;
    margin-left: 0.2rem;
}
.product-brand span, .product-oem span, .product-sku span {
    color: #000;
    font-size: 130%;
}
.cart-review-row-price {
    font-size: 90%;
    color: #28a745;
}

.price-sale {
    color: #28a745;
    font-weight: bold;
}
.price-sale small {
    margin-right: .5rem;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,0.04);
}
.table-striped tbody tr:hover {
background-color: rgba(0,0,0,0.09);
}

body.afm table th, body.afm table td {
    border-color: rgba(255,34,51,0.5);
}
body.oem table th, body.oem table td {
    border-color: rgba(00,123,255,0.5);
}

.highlight-search {
  box-shadow: 0 0 10px 2px #28a745;
  animation: pulse 2s infinite;
/*box-shadow: 0 0 10px #d9534f;*/
/*border-color: #d9534f;*/
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(40,167,69, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(40,167,69, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(40,167,69, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(40,167,69, 0.4);
    box-shadow: 0 0 0 0 rgba(40,167,69, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 10px 15px rgba(40,167,69, 0);
      box-shadow: 0 0 10px 15px rgba(40,167,69, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(40,167,69, 0);
      box-shadow: 0 0 0 0 rgba(40,167,69, 0);
  }
}
.striketrough {
text-decoration: line-through;
}

.superseded-message {
    color: #e67300;
}

.pagination ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0; }

.pagination li {
  display: inline-block;
  width: 55px;
  text-align: center; }

.pagination .page {
  padding: 7.5px 15px;
  border: solid 1px #f4f4f4;
  color: #131313;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px; }
  .pagination .page.active {
    border-color: #d93639;
    border-width: 2px;
    text-decoration: underline;
    text-decoration-color: #d93639; }
  .pagination .page.disabled {
    background: #f4f4f4 !important;
    cursor: auto !important;
    border-width: 0px !important; }
  .pagination .page:hover {
    text-decoration: none;
    cursor: pointer;
    border-color: #d93639;
    background: #d93639;
    color: #fff; }
  .pagination .page.prev, .pagination .page.next {
    border-color: #d93639;
    background: #d93639;
    color: #fff; }

.pagination .page-amount {
  line-height: 47px;
  padding-left: 15px; }
  @media (max-width: 1199.98px) {
    .pagination .page-amount {
      display: block;
      width: 100%; } }