﻿@charset "UTF-8";
/** Generated by FG **/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap");
@font-face {
  font-family: 'Conv_Lato-Bold';
  src: url("../fonts/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Semibold';
  src: url("fonts/Lato-Semibold.eot");
  src: local("☺"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"), url("../fonts/Lato-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Medium';
  src: url("../fonts/Lato-Medium.eot");
  src: local("☺"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Regular';
  src: url("../fonts/Lato-Regular.eot");
  src: local("☺"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%; }

body {
  padding: 0;
  font-family: 'Roboto Condensed', "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; }
h1 {
  font-size: 2.5rem; }

label {
  font-weight: 400; }

button {
  cursor: pointer; }

body a {
  cursor: pointer; }
  body a:hover {
    color: #13213D; }
  body a img {
    max-width: 100%; }

body a:not([href]):not([tabindex]) {
  color: #036ee4;
  text-decoration: none; }

.primarycolor {
  color: #fff; }

.fdhblue {
  color: #0164FF;
  }
.fdhblue_hover {
  color: #13213D;
  }
.locationMarker {
  position: relative;
  display: inline-block;
  }
.locationMarker:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -32px;
  color: #0164FF;
  }

.borderprimarycolor {
  border-color: #fff; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
  border-top: 1px solid #fff; }

.shipListingOrder {
  width: 60px !important; }

.shipListingOrderNo {
  width: 80px !important; }

.shipListingExtPrice {
  width: 200px !important; }

.shipListingDate {
  width: 100px !important; }

input[type=text]::placeholder {
  color: #868e96;
  opacity: 1;
  font-weight: 100;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #13213D;
}

.itemManufacturer {
  width: 200px !important; }


body > .error-message-wrap .SuccessAlert {
  font-size: 20px;
  position: fixed;
  top: 15px;
  left: 15px;
  right: 15px;
  border-radius: 0;
  z-index: 9999;
  color: #ffffff;
  background: #0164FF;
  border: 2px solid #0047b6;
  padding: 15px 30%!important;
  box-shadow: 0 0 10px rgba(0,0,0,0.4); }
  body > .error-message-wrap .SuccessAlert button.close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: white;
    background: none;
    opacity: .8;
    font-size: 1em; }

.content-wrapper {
  position: relative; }
  .content-wrapper .errorAlert,
  .content-wrapper .SuccessAlert {
    width: 100%;
    float: left;
    height: 26px;
    padding-top: 0;
    position: fixed;
    top: 169px;
    left: 0;
    border-radius: 0;
    z-index: 99;
    color: #273e45;
    color: red; }
  .content-wrapper .SuccessAlert {
    border-top: 1px solid #c5d4bf;
    border-bottom: 1px solid #c5d4bf; }

.admin-login .content-wrapper .errorAlert,
.admin-login .content-wrapper .SuccessAlert {
  top: -57px; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none !important;
  outline: none;
  box-shadow: none; }

.text-right,
.alignRight {
  text-align: right; }

.p-3 {
  padding: 3rem; }

.terms-condition {
  height: 450px;
  overflow-y: auto; }

.pt-3rem {
  padding-top: 3rem; }

.p-4 {
  padding: 4rem; }

.p-5 {
  padding: 5rem; }

.p-6 {
  padding: 6rem; }

.mt-m2 {
  margin-top: -2rem; }

.mt-05 {
  margin-top: 0.5rem; }

.mt-4rem {
  margin-top: 3rem !important; }

.mt-6px {
  margin-top: 6px; }

.mb-05 {
  margin-bottom: 0.5rem; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.pb-05 {
  margin-bottom: 0.5rem; }

.pl-25 {
  padding-left: 25px; }

.h-10rem {
  height: 10rem; }

select.form-control:not([size]):not([multiple]) {
  height: auto; }

select.form-control {
  padding: 5px 10px;
  height: 44px !important; }

.content-holder {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  // margin-top: 250px;
  margin: 0 auto;
  min-height: 410px;
  max-width: /* 1118px */ 1140px; }
.content-holder .spmessage {
    position: absolute;
    Top: -100px;
    Left: 86%;
    z-index: 99;
    font-weight:bold;
}
.content-holder .spmessage a {
    color: #0164FF; }

.page-header .userbarWrap {
  margin: 0 auto;
  width: 100%;
  max-width: /* 1118px */ 1140px;
  display: flex;
  justify-content: space-between;
}
.page-header .userbarWrap .registerNotice {
  vertical-align: top;
  display: inline-block;
  line-height: 18px;
  }
.page-header .userbarWrap .registerNotice > span {
  display: block;
  font-size: 16px;
  color: #dc3545;
  }
.page-header .userbarWrap .registerNotice > span > strong {
  # color: #0164FF;
  # text-decoration: underline;
  }
.page-header .userbarWrap .registerNotice > a {
  font-size: 16px;
  }
.page-header .spmessage {
  padding: 10px 15px 10px 0;
  flex: 0 1 auto;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #0164FF;
}
.page-header .spmessage a {
  font-size: 15px;
  margin-left: 25px; }
.page-header .spmessage a i {
  color: #333; }
.page-header .sm-inv-search input,
.page-header .sm-inv-search input::placeholder {
  font-size: 14px;
}


.content-holder.error-holder {
  position: relative;
  padding-top: 0 !important; }
  .content-holder.error-holder .errorAlert,
  .content-holder.error-holder .SuccessAlert {
    top: 126px !important; }

.filed-wraper {
  position: relative;
  display: block; }
  .filed-wraper .fas {
    position: absolute;
    right: 10px;
    top: 14px;
    color: #437584; }

.btn {
  user-select: none;
  border: 1px solid transparent;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff; }
.sm-btn {
  border: 1px solid transparent;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
}
.new-btn {
    border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;

  font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
}

.btn-outline-light {
  color: #E2E1E9;
  background-color: transparent;
  background-image: none;
  border-color: #E2E1E9; }

.btn-secondary {
  color: #fff;
  background-color: #E63531;
  border-color: #E63531;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
}
  .btn-secondary:hover {
    background-color: #13213D;
    border-color: #13213D;
    transition: ease-in; }

.btn-primary {
  border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;
  font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px; }
  .btn-primary:hover {
    background-color: #13213D;
    border-color: #13213D;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out; }

.btn-sm {
  padding: 0.30rem 1rem;
  font-size: 0.875rem;
  line-height: 2rem; }

.btn-sm-grid {
  padding: 0.30rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.2rem; }

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none; }

.form-control {
  padding: 5px 5px;
  line-height: 2rem; }
  .form-control input[type=text]::placeholder {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #13213D; }
  .form-control.error {
    border-width: 2px;
    border-color: #E63531; }
  .form-control.form-control-grid {
    padding: 2px 5px; }

.content-wrapper {
  padding: 0; }

.alignCenter {
  text-align: center; }

.mb-04 {
  margin-bottom: 0.4rem; }

.bg-dark {
  background-color: #1b2b30; }

.dropdown-menu {
  right: 0; }

.legend-wrap {
  width: 100%;
  float: left;
  padding: 20px 15px; }
  .legend-wrap ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    .legend-wrap ul li {
      width: auto;
      float: left;
      list-style: none; }
      .legend-wrap ul li span {
        margin-right: 5px; }
        .legend-wrap ul li span.legent {
          width: 15px;
          height: 15px;
          float: left;
          border-radius: 50px;
          margin-top: -1px; }
          .legend-wrap ul li span.legent.legent-blue {
            background-color: #2d85e1; }
          .legend-wrap ul li span.legent.legent-green {
            background-color: #a1ce3d; }
          .legend-wrap ul li span.legent.legent-yellow {
            background-color: #ffff00; }
          .legend-wrap ul li span.legent.legent-violet {
            background-color: #874bc7; }
          .legend-wrap ul li span.legent.legent-red {
            background-color: #e02d22; }
      .legend-wrap ul li label {
        float: left;
        width: auto;
        line-height: 10px;
        margin-right: 6px; }

.image-wrapper {
  width: 100%;
  height: 100%; }
  .image-wrapper img {
    width: 100%; }

.w-67px {
  width: 67px !important; }

.form-group {
  margin-bottom: 0.5rem;
  position: relative; }
  .form-group label {
    width: 100%; }
    .form-group label.error {
      position: absolute;
      right: 10px;
      top: 5px;
      color: #E63531;
      font-size: 0.8rem;
      width: auto; }
    .form-check .required,
    .form-group label .required {
      color: red; }
  .form-group .error-wrap label.error {
    top: -25px;
    right: 15px; }
  .form-group .link-block {
    background: #e9ecef;
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    line-height: 44px;
    height: 44px;
    display: flex;
    align-items: center; }
    .form-group .link-block a {
      display: block; }

.title-head {
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: #0164FF!important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  margin-bottom: 0.5rem; }
  .title-head h1 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400; }

.card,
.holder {
  border-radius: 0;
  padding-top: 1rem;
  box-shadow: 0px 0px 4px rgba(1, 1, 1, 0.25); }

.form-check {
  display: flex;
  align-items: center; }
  .form-check a {
    padding-left: 10px; }
  .form-check label.error {
    position: absolute;
    left: 38;
    top: 43px;
    color: #E63531;
    font-size: 0.8rem; }
  .form-check.inline {
    display: inline-block; }

.submit-order .card {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0.5rem; }
  .submit-order .card h5 {
    margin: 0.5rem 0 1rem; }
  .submit-order .card.required-box .form-check {
    margin: 5px 0 10px 5px;
    padding-left: 0; }
    .submit-order .card.required-box .form-check input[type=checkbox] {
      vertical-align: top;
      margin-right: 10px; }
    .submit-order .card.required-box .form-check label {
      margin: 0; }
  .submit-order .card.order-submit {
    background-color: #f1f1f1;
    padding-top: 0; }
    .submit-order .card.order-submit ul {
      border-bottom: solid 1px #fff;
      padding: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
      .submit-order .card.order-submit ul li {
        list-style: none;
        line-height: 3rem; }
        .submit-order .card.order-submit ul li label {
          font-weight: bold;
          margin-bottom: 0; }
        .submit-order .card.order-submit ul li:last-child {
          text-align: right; }
      .submit-order .card.order-submit ul:last-child {
        border-bottom: none; }

#myChart,
#myQuotesChart,
#backOrdersChart,
#quotesOrdersChart {
  padding: 0 26%;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  padding-bottom: 20px; }

.cart-subtotal {
  background-color: #e9ecef;
  border: solid 1px #ced4da;
  border-top: none; }
  .cart-subtotal .form-group {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    .cart-subtotal .form-group label {
      font-weight: bold;
      margin-bottom: 0;
      color: #273e45; }

#divlockquote {
  display: none; }

.terms-condition p {
  margin-bottom: 0.5rem; }

.terms-condition h2 {
  font-size: 1.5rem; }

.price-percentage {
  position: absolute;
  right: 0;
  top: 40px;
  right: 15px;
  font-size: 1.2rem;
  font-weight: bold; }

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }


.sticky #navbar {
  position: fixed !important;
  top: 0;
  transition: top 1s; }

.sticky #smallNav {
  height: 0;
  transition: height 1s; }

#smallNav {
  height: 60px;
  transition: height 1s; }
  #smallNav div.co-links {
    margin-bottom: 8px; }
  #smallNav .co-links a {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #0164FF; }
  #smallNav .co-links a:after {
    display: inline-block;
    height: 32px;
    content: "";
    border-left: 1px solid #999;
    margin: 0 12px -10px 12px;
    width: 1px; }
  #smallNav .co-links a:last-child:after {
    display: none; }
  #smallNav .co-links svg {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -15px; }
.sticky + .error-message-wrap + .home {
  margin-top: 60px; }

canvas#myBarChart {
  width: 766px !important;
  height: 383px !important; }

@media screen and (max-width: 992px) {
  canvas#myBarChart {
    width: 466px !important;
    height: 233px !important; } }

#tandc ul {
  padding-left: 40px; }
  #tandc ul li {
    list-style: inherit; }

.fixed-top {
  z-index: 999; }

.navbar {
  padding: 0; }
  .navbar.top-bar {
    width: 100%;
    padding: 0 15px;
    background-color: #f1efec; }
    .navbar.top-bar .navbarWrap {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%;
      max-width: /* 1118px */ 1140px; }
    .navbar.top-bar .nav-item {
      font-family: 'Roboto Condensed', sans-serif;
      margin-left: 1px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .navbar.top-bar .nav-item.support-phone .nav-link {
        background-color: #273e45;
        cursor: default; }
        .navbar.top-bar .nav-item.support-phone .nav-link i {
          color: #fff;
          font-family: .7rem; }
      .navbar.top-bar .nav-item.support-phone i {
        margin-right: 8px; }
      .navbar.top-bar .nav-item .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #fff;
        opacity: 0.75;
        background-color: #1b2b30;
        position: relative; }
        .navbar.top-bar .nav-item .nav-link:hover {
          background-color: #273e45; }
        .navbar.top-bar .nav-item .nav-link span {
          padding-left: 0.5rem;
          display: inline; }
          .navbar.top-bar .nav-item .nav-link span.cart-count {
            position: absolute;
            background: #d22e45;
            padding: 10;
            padding: 0;
            border-radius: 10px;
            width: 20px;
            height: 20px;
            top: 4px;
            right: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: .7rem;
            font-weight:bold;
          }
        .navbar.top-bar .nav-item .nav-link i {
          color: #fff;
          opacity: 0.75; }
        .navbar.top-bar .nav-item .nav-link.dropdown-toggle::after {
          border-top: 0.3em solid #fff; }
        .navbar.top-bar .nav-item .nav-link .rounded-circle {
          background-color: #fff; }
      .navbar.top-bar .nav-item .dropdown-menu {
        top: 32px;
        padding-bottom: 1rem;
        min-width: 9rem;
        border: none;
        border-bottom: solid 4px #1b2b30;
        background-color: #437584;
        margin: .125rem 0 0; }
        .navbar.top-bar .nav-item .dropdown-menu::before {
          border-top: .3em solid red; }
        .navbar.top-bar .nav-item .dropdown-menu .dropdown-item {
          padding: 1rem 1.5rem 0;
          border-bottom: none;
          color: #ced4da;
          font-size: 0.8rem; }
          .navbar.top-bar .nav-item .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: #437584; }
          .navbar.top-bar .nav-item .dropdown-menu .dropdown-item i {
            width: 1.5rem; }
    .navbar.top-bar.h-35 {
      height: 35px; }
    .navbar.top-bar.admin-header .logout {
      padding-left: 0 !important; }
  .navbar.menu-bar {
    width: 100%;
    padding: 0 15px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #fff;
    border-bottom: solid 1px #e9ecef; }
    .navbar.menu-bar .navbarWrap {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 100%;
      max-width: /* 1118px */ 1140px; }
    .navbar.menu-bar .navbar-brand {
      flex: 0 1 auto;
      padding: 0.5rem 0; }
      .navbar.menu-bar .navbar-brand img {
        // width: 187.9px;
        height: 64px; }
    .navbar.menu-bar .navbar-nav {
      flex: 0 1 auto;
      padding: 0;
      display: flex;
      justify-content: flex-end;
      padding: 0; }
      .navbar.menu-bar .navbar-nav .nav-item {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: center;
        display: flex;
        align-items: center;
        position:relative;}
        .navbar.menu-bar .navbar-nav .nav-item .nav-link {
          padding: 1.75rem;
          font-size: 14px; /*1rem;*/
          text-transform: uppercase;
          color: #273e45;
          font-family: roboto condensed;
          font-weight: 700;
          display: block; }
          .navbar.menu-bar .navbar-nav .nav-item .nav-link:hover {
            background-color: #dee2e6; }
          .navbar.menu-bar .navbar-nav .nav-item .nav-link i {
            margin-right: 0.5rem;
            color: #fff; }
        .navbar.menu-bar .navbar-nav .nav-item .form {
          padding-right: 15px; }
    .navbar.menu-bar .input-group .form-control {
      padding-right: 10px;
      height: 58px; }
    .navbar.menu-bar .input-group .form-control-feedback {
      position: absolute;
      z-index: 2;
      display: block;
      width: 2.375rem;
      height: 2.375rem;
      line-height: 2.375rem;
      text-align: center;
      pointer-events: none;
      color: #aaa; }
    .navbar.menu-bar .input-group .input-group-append .btn {
      padding: 0.75rem 1rem;
      border-radius: 0 4px 4px 0;
      color: #000000;
      background-color: #e9ecef;
      border: 1px solid #ced4da; }

.sm-input-group {
    display:inline-flex;
    margin-left: 25px;
    height: 37px;
}
.sm-inv-search {
    display: inline-flex;
}
.sm-inv-search .fa-magnifying-glass:before, .fa-search:before {
    position: relative;
    top: 0px!important;
}
.sm-inv-search + .cart-icon {
  margin-left: 15px;
}

.logged-out-user,
.logged-in-user {
  display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar.menu-bar .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .navbar.menu-bar .navbar-brand img {
      // width: 138.9px;
      height: 75px; }
  .navbar.menu-bar .navbar-nav .nav-item .nav-link {
    padding: 1.75rem .5rem; } }

@media (min-width: 1025px) and (max-width: 1366px) {
  .navbar.menu-bar .navbar-nav .nav-item .nav-link {
    padding: 1.75rem 1.2rem; } }

@media (min-width: 768px) {
  .sticky-top .navbar-nav li:first-child {
    -ms-flex-positive: 1;
    text-align: right; } }

@media (max-width: 992px) {
  .form .input-group {
    width: 265px; }
  .menu-collapsing {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    top: 92px; }
  .menu-collapsing .nav-item {
    margin-top: 0 !important; }
  .menu-collapsing .nav-link {
    padding: 10px 15px !important; }
  .menu-collapsing.collapse.show {
    transition: none; }
  .menu-collapsing.collapsing {
    transition: none !important; }
  .collapse {
    border-bottom: solid 1px #273e45; }
    .collapse .nav-link {
      padding: 10px;
      transition: none; }
    .collapse.show {
      display: block;
      background: #fff;
      z-index: 999;
      width: 100%;
      position: absolute;
      top: 92px;
      left: 0;
      padding: 0;
      left: 0; }
      .collapse.show .navbar-nav .nav-item {
        width: 100%;
        margin-top: 5px; }
        .collapse.show .navbar-nav .nav-item .form {
          width: 100%; }
        .collapse.show .navbar-nav .nav-item .nav-link {
          flex-grow: 1;
          text-align: left; }
        .collapse.show .navbar-nav .nav-item .form {
          padding-right: 0; }
      .collapse.show .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%; }
        .collapse.show .navbar-nav .dropdown-menu .dropdown-item {
          padding: 10px; }
          .collapse.show .navbar-nav .dropdown-menu .dropdown-item:last-child {
            border-bottom: none; } }

@media (min-width: 1280px) {
  .form {
    padding-right: 15px; }
    .form .input-group {
      width: 300px; } }

@media (min-width: 1367px) {
  .sticky-top .navbar-nav {
    width: 90%; } }
@media (min-width: 1368px) {
  .sticky-top .navbar-nav {
    width: 70%; } }

.collapse.show {
  display: block;
  background: #fff;
  z-index: 999;
  width: 100%;
  top: 64px;
  left: 0;
  padding: 10px 0 20px 0; }
  .collapse.show .navbar-nav .nav-item {
    width: 100%;
    margin-top: 5px;
    padding: 0 15px; }
    .collapse.show .navbar-nav .nav-item .form {
      width: 100%; }
    .collapse.show .navbar-nav .nav-item .nav-link {
      padding: 10px;
      flex-grow: 1;
      text-align: left; }
    .collapse.show .navbar-nav .nav-item .form {
      padding-right: 0; }
  .collapse.show .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%; }
    .collapse.show .navbar-nav .dropdown-menu .dropdown-item {
      padding: 10px; }
@media (max-width: 767px) {
  body.scrolling .collapse.show {
    top: 52px; }
}

footer {
  background-color: #273e45; }
  footer h2,
  footer h3,
  footer h4 {
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; }
  footer a {
    color: #fff; }
  footer .logos {
    background-color: #fff;
    border-top: 1px solid #E2E1E9; }
    footer .logos .logo--item img {
      max-width: 100%;
      padding: 0 10px;
      opacity: 0.75; }
  footer .footer-content {
    padding: 4rem 0; }
    footer .footer-content ul {
      padding-left: 0; }
      footer .footer-content ul li {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
        footer .footer-content ul li a {
          color: #fff; }
          footer .footer-content ul li a:hover {
            color: #fff; }
    footer .footer-content .column-heading {
      font-size: 1.25rem; }
    footer .footer-content .icon {
      height: 35px;
      width: 35px;
      line-height: 33px;
      border-radius: 50%;
      border: 1px solid #E2E1E9;
      text-align: center;
      margin-right: .75rem;
      display: inline-block; }
      footer .footer-content .icon:hover {
        background-color: #E2E1E9;
        color: #273E45; }
    footer .footer-content .footer-contact {
      font-size: .8rem; }
  footer .bottom_creds {
    padding: 1.5rem 0;
    background-color: #28292C; }
    footer .bottom_creds p {
      margin-bottom: 0; }

.login-bg.loginpage {
  /*background-image: url("../images/banner/engine-1.jpg");*/
  /*background-size: cover;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  background-color: #F1EFEC;
  padding: 5rem 15px; }
  .login-bg.loginpage .log-wrapper {
    padding: 78px 0; }
    .login-bg.loginpage .log-wrapper .container {
      padding: 0 3rem !important; }
      .login-bg.loginpage .log-wrapper .container .login--int {
        padding: 0; }
        .login-bg.loginpage .log-wrapper .container .login--int .register-box {
          background-color: rgba(39, 62, 69, 0.9);
          padding: 3rem;
          margin: 80px 0;
          color: #fff; }
        .login-bg.loginpage .log-wrapper .container .login--int .login-box {
          padding: 0rem;
          position: relative; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .errorAlert,
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .SuccessAlert {
            padding-top: 0;
            position: absolute;
            top: 0;
            height: 30px; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box h1 {
            font-size: 2.5rem; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-box a.btn {
            margin-top: 1rem; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: 1rem; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .form-control,
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .input-group-addon {
              padding: .75rem 1.25rem;
              border: none;
              border-radius: 0;
              border-bottom: solid 1px #ced4da; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .input-group-addon {
              background-color: #fff;
              color: #868e96; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .form-row {
            display: flex;
            align-items: center; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .form-row .form-check-input {
              margin-top: 0;
              top: 5px; }

.date-wrapper {
  position: relative; }
  .date-wrapper button {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 4px;
    border: none;
    outline: none;
    background-color: transparent; }

.grid-wrapper .grid-header {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #1e2f35;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 5px; }
  .grid-wrapper .grid-header h1 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase; }

.grid-wrapper table {
  font-size: 1rem; }
  .grid-wrapper table.table {
    width: 100% !important;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse; }
    .grid-wrapper table.table thead {
      vertical-align: bottom;
      color: #fff;
      border: none;
      background: #568390; }
      .grid-wrapper table.table thead th {
        font-weight: normal;
        padding: 5px 20px 5px 5px;
        text-align: center;
        box-sizing: border-box;
        border-right: solid 1px #ced4da;
        border-top: none;
        word-wrap: break-word; }
        .grid-wrapper table.table thead th:last-child {
          border-right: none; }
        .grid-wrapper table.table thead th.w-td-date {
          width: 200px !important;
          position: relative; }
    .grid-wrapper table.table tbody {
      border-width: 1px;
      border-style: solid;
      border-color: #dee2e6;
      border-image: initial;
      border: solid 1px #ced4da; }
      .grid-wrapper table.table tbody td {
        vertical-align: middle;
        padding: 5px;
        border-right: solid 1px #ced4da;
        box-sizing: border-box; }
        .grid-wrapper table.table tbody td:last-child {
          border-right: none; }
        .grid-wrapper table.table tbody td.w-td-date {
          width: 140px !important;
          position: relative; }
    .grid-wrapper table.table ul {
      margin: 0;
      padding: 0; }
      .grid-wrapper table.table ul li {
        list-style: none; }

.grid-wrapper .datatable-wrapper table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.grid-wrapper .datatable-wrapper table.table-striped tbody tr td {
  padding: 5px; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td ul {
    margin: 0;
    padding: 0; }
    .grid-wrapper .datatable-wrapper table.table-striped tbody tr td ul li {
      list-style: none; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td .fa-trash-alt {
    color: #d71e1a; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td .form-control {
    line-height: 1.5rem; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td.w-td-date {
    width: 140px !important;
    position: relative; }


.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scrollFoot {
  min-width: 100% !important; }
  .dataTables_wrapper .dataTables_scrollHead .table,
  .dataTables_wrapper .dataTables_scrollHeadInner .table,
  .dataTables_wrapper .dataTables_scrollBody .table,
  .dataTables_wrapper .dataTables_scrollFoot .table {
    min-width: 100%;
    table-layout: fixed;
    border: none; }
    .dataTables_wrapper .dataTables_scrollHead .table.no-footer,
    .dataTables_wrapper .dataTables_scrollHeadInner .table.no-footer,
    .dataTables_wrapper .dataTables_scrollBody .table.no-footer,
    .dataTables_wrapper .dataTables_scrollFoot .table.no-footer {
      border-bottom: none; }

.dataTables_wrapper .dataTables_scrollFoot {
  background-color: #dee2e6; }
  .dataTables_wrapper .dataTables_scrollFoot table {
    border: 1px solid #ced4da;
    border-top: none; }

.dataTables_wrapper .dataTables_scrollHead {
  background-color: #568390;
  color: #fff;
  font-weight: normal; }
  .dataTables_wrapper .dataTables_scrollHead th {
    font-weight: normal;
    padding: 5px 20px 5px 5px; }
    .dataTables_wrapper .dataTables_scrollHead th.w-td-date {
      width: 100px; }

.dataTables_wrapper .dataTable thead {
  background-color: #13213D;
  color: #fff;
  font-weight: normal; }
  .dataTables_wrapper .dataTable thead th {
    font-weight: normal;
    word-wrap: break-word;
    padding: 5px 20px 5px 5px; }

.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none; }
  .dataTables_wrapper .dataTables_scrollBody table {
    font-size: 1rem; }
    .dataTables_wrapper .dataTables_scrollBody table tr td {
      word-wrap: break-word; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
        border: none;
        background: no-repeat; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail img {
          width: 100%; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail .enlarge {
          position: absolute;
          right: 0;
          bottom: 6px;
          background-color: #000;
          border: none;
          outline: none;
          opacity: 0.6;
          border-radius: 4px 0 0 0; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail .enlarge i {
            color: #fff;
            font-size: 1rem; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail, .dataTables_wrapper .dataTables_scrollBody table tr td.availability {
        text-align: center; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span, .dataTables_wrapper .dataTables_scrollBody table tr td.availability span {
          width: 100%;
          text-align: center;
          display: block;
          word-wrap: break-word; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span a, .dataTables_wrapper .dataTables_scrollBody table tr td.availability span a {
            width: 100%;
            text-align: center;
            display: block;
            word-wrap: break-word;
            text-align: center; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span label, .dataTables_wrapper .dataTables_scrollBody table tr td.availability span label {
            min-width: 100%;
            text-align: center;
            word-wrap: break-word;
            margin-bottom: 0; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity {
        text-align: center; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity .form-control {
          width: 100px;
          display: inline-block; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity .btn {
          width: 100px; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail {
        text-align: right; white-space: nowrap; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span {
          width: 100%;
          display: block; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span label {
            width: 50%;
            text-align: left; }
            .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span label:first-child {
              text-align: right; }
      .dataTables_wrapper .dataTables_scrollBody table tr td ul {
        margin: 0;
        padding: 0; }
        .dataTables_wrapper .dataTables_scrollBody table tr td ul li {
          list-style: none; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.w-td-date {
        width: 140px !important;
        position: relative; }
      .dataTables_wrapper .dataTables_scrollBody table tr td .form-control {
        line-height: 1.5rem; }

.dataTables_wrapper .dataTables_length {
  padding: 4px 0.5rem;
  width: 100%;
  background-color: #9C9A9A; }
  .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: normal;
    font-size: 0.9rem; }
  .dataTables_wrapper .dataTables_length select {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: .30rem .50rem;
    line-height: 1.5;
    color: #495057; }

.dataTables_wrapper .dataTables_info {
  padding: .2rem .5rem;
  margin-top: 0;
  color: #fff;
  font-size: 0.9rem;
  width: 50%;
  background-color: #9C9A9A;
  height: 30px; }

.dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
  padding: 0;
  font-size: 0.9rem;
  width: 50%;
  background-color: #9C9A9A;
  height: 30px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px;
    color: #fff !important;
    border-radius: 0;
    border: none;
    margin-left: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      background: #007391;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      padding: 0 1rem;
      line-height: 1.9rem;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      color: #fff !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #fff !important;
        background: transparent;
        border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: #007391;
      border: none;
      border-left: none;
      color: #fff !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #568390;
        border: none;
        color: #fff; }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    display: inline-block;
    line-height: 1.9rem; }

.dataTables_wrapper table td {
  vertical-align: middle; }
  .dataTables_wrapper table td ul {
    margin: 0;
    padding: 0; }
    .dataTables_wrapper table td ul li {
      list-style: none; }
  .dataTables_wrapper table td a.fa-trash-alt {
    color: #d71e1a; }
    .datatable-wrapper  table thead th.itemRemove a{
      color: #dddddd;
      font-size: 14px;
    }
table.dataTable.row-border thead th,
table.dataTable.display thead th {
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
  padding: 5px 20px 5px 5px; }

table.dataTable.display tbody td,
table.dataTable.row-border tbody td {
  padding: 5px;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none; }
  table.dataTable.display tbody td .form-control,
  table.dataTable.row-border tbody td .form-control {
    line-height: 1.5rem; }

table.dataTable.row-border thead th:last-child,
table.dataTable.row-border tbody td:last-child,
table.dataTable.display thead th:last-child,
table.dataTable.display tbody td:last-child,
table.dataTable.display tfoot th:last-child {
  border-right: 1px solid #dddddd; }

table.dataTable.display thead th:first-child {
  border-left: solid 1px #5d8f9d; }

table.dataTable.display thead th:last-child {
  border-right: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: none;
  padding: 5px; }

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: solid 1px #dddddd; }

#loadingMessage {
  padding: 12px;
  background: #efefef;
  border-radius: 4px;
  margin: 0 0 15px 0;
  transition: opacity 0.5s ease-in-out;
}

#shoppingCartTable_wrapper .dataTables_info,
#shoppingCartTable_wrapper .dataTables_paginate,
#shoppingCartTable_wrapper #shoppingCartTable_length {
  display: none; }

#shoppingCartTable td.invalidQty input {
  border-width: 2px;
  border-color: red;
}
#shoppingCartTable td .invalidQty {
  color: red;
  font-size: 0.8em;
  padding: 5px; 
  text-align: left; }

#shoppingCartTable.loading {
  position: relative;
}
#shoppingCartTable.loading:before {
  position: absolute;
  background: rgba(255,255,255,0.75);
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#shoppingCartTable.loading:after {
  position: absolute;
  content: "Loading...";
  top: 50%;
  left: 50%;
  width: 200px;
  margin-top: -16px;
  margin-left: -100px;
  line-height: 32px;
  z-index: 3;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1.5em;
}

table.dataTable.nowrap td {
  white-space: inherit; }

#itemDetailsAlternatesTable_wrapper .dataTables_scrollHead, #itemDetailsPriceTable_wrapper .dataTables_scrollHead, #itemUpsellDataTable_wrapper .dataTables_scrollHead, #shoppingCartTable_wrapper .dataTables_scrollHead {
  padding-right: 17px; }
  #itemDetailsAlternatesTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #itemDetailsPriceTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #itemUpsellDataTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #shoppingCartTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th {
    border-top: none; }

#itemDetailsAlternatesTable_wrapper .dataTables_scrollBody, #itemDetailsPriceTable_wrapper .dataTables_scrollBody, #itemUpsellDataTable_wrapper .dataTables_scrollBody, #shoppingCartTable_wrapper .dataTables_scrollBody {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 175px;
  min-height: auto; }

.ui-widget {
  font-family: 'Roboto Condensed', "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem; }

.ui-datepicker {
  z-index: 9 !important; }

.ui-datepicker table {
  font-size: 0.8rem; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 4px;
  padding: 5px;
  border-radius: .25rem;
  border: 1px solid #ced4da; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 5px; }

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
  border: none; }

.ui-widget.ui-widget-content {
  border: 1px solid #ced4da; }

.ui-widget-header {
  background: #5d8f9d;
  color: #273e45; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fafafa;
  border: 1px solid #e9ecee;
  color: #007391; }

.ui-datepicker th {
  color: #273e45; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #BFC9DD;
  border-color: #A5B3CF;
  color: #2C3F78; }

.modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  background-color: #007391;
  padding: 0.5rem 1rem; }
  .modal-dialog .modal-content .modal-header .modal-title {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    margin: 0;
    color: #fff; }
  .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 5px;
    margin: 0; }
    .modal-dialog .modal-content .modal-header .close i {
      color: #fff; }

.modal-dialog .modal-content ul {
  padding: 0; }
  .modal-dialog .modal-content ul li {
    list-style: none; }

.modal-dialog .modal-content .modal-footer {
  padding: 15px 15px 0;
  margin: 0 -15px; }
  .modal-dialog .modal-content .modal-footer .btn {
    padding: 0.50rem 3rem;
    line-height: 2rem; }

.black_overlay {
  position: fixed;
  display: flex;
  align-content: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #000;
  display: none; }
  .black_overlay .loader {
    position: absolute;
    left: 50%;
    top: 50%; }

#addToCartModal {
  z-index: 9999;
  top: 100px;
}
#addToCartModal .modal-dialog .modal-content .modal-header {
}
#addToCartModal .modal-dialog .modal-content .modal-header .close {
  background: white;
  border-radius: 4px;
  display: inline-block;
  color: black;
  opacity: 1; 
  line-height: 26px;
  vertical-align: top;
  font-size: 1em;
  padding: .25em .5em;
}
#addToCartModal .modal-dialog .modal-content .modal-header .close span {
  font-size: 2em;
  vertical-align: top;
  font-size: 2em;
}
#addToCartModal .modal-dialog .modal-content .modal-body {
}
#addToCartModal .modal-dialog .modal-content .modal-body .meta {
  margin: 0 0 .5em 0;
}
#addToCartModal .modal-dialog .modal-content .modal-body .meta > div:first-child {
  font-size: 0.8em;
  color: #2C3F78;
}
#addToCartModal .modal-dialog .modal-content .modal-body div[data-key="product_price"] table {
  width: 100%;
  font-size: 0.8em;
}
#addToCartModal .modal-dialog .modal-content .modal-body div[data-key="product_price"] table tr th,
#addToCartModal .modal-dialog .modal-content .modal-body div[data-key="product_price"] table tr td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#addToCartModal .modal-dialog .modal-content .modal-body img[data-key="product_image"] {
  max-width: 160px;
  margin: 0 0 20px 0;
}
#addToCartModal .modal-dialog .modal-content .modal-footer {
  margin: 0;
  padding: 1em 1em .5em 1em;
  justify-content: flex-end
}
#addToCartModal .modal-dialog .modal-content .modal-footer > button:first-child {
  margin-right: auto;
}
#addToCartModal .modal-dialog .modal-content .modal-footer .btn-secondary {
  background: #777;
  border-color: #777;
}
#addToCartModal .modal-dialog .modal-content .modal-footer .btn-secondary:hover {
  background: #333;
}
#addToCartModal .modal-dialog .modal-content .modal-footer .btn-sm {
  padding: .125em 1em;
  margin: 0 .5em .5em 0;
}


#itemimageModal .modal-body {
  position: relative; }
  #itemimageModal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999; }
    #itemimageModal .modal-body .close i {
      color: #000; }
  #itemimageModal .modal-body img {
    width: 100%; }

.animation-element {
  opacity: 0;
  position: relative; }

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px); }

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px); }

.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px); }

.animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.profile .title-head {
  margin: 15px 0; }

@media screen and (max-width: 992px) {
  .login-bg.loginpage .log-wrapper .container .login--int .register-box {
    text-align: center; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .text-left,
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .text-right {
    text-align: center !important; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .form-check {
    justify-content: center;
    margin-bottom: 10px; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .forgot-password {
    margin-top: 10px; }
  .title-head,
  .grid-header {
    margin-top: 1rem; }
  .legend-wrap ul li span {
    margin-right: 2px; }
  .legend-wrap ul li label {
    font-size: .8rem; }
  .home .feature--item__in {
    min-height: 200px;
    -ms-flex: 0 100%;
    flex: 0 100%; }
  .manufacturer-category ul#DymcBtn {
    display: flex; }
  .manufacturer-category ul > li {
    flex-grow: 1; }
  .w-td-date {
    width: 150px; }
  .table {
    margin-bottom: 0; }
  #divitemlisting .grid-header {
    margin-top: 0; }
  .price-break {
    margin-top: 20px; } }

@media (max-width: 1024px) {
  .product--slider .card--slider {
    max-width: 30%; } }

@media (min-width: 1024px) {
  .login-box {
    /*height: 436px;*/
  }
}

.page-header {
  border-bottom: solid 1px #e9ecef;
  /*
  position: fixed;
  top: 140px;
  z-index: 99;
  width: 100%;
  */
  }

  .page-header .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: .5rem 1rem;
    background-color: #fafafa; }
    .page-header .breadcrumb li {
      padding-right: 10px; }
      .page-header .breadcrumb li a {
        font-size: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
        color: #1e2f35;
        font-weight: 400;
        text-transform: uppercase; }
        .page-header .breadcrumb li a::after {
          content: "/";
          padding-left: 10px; }
        .page-header .breadcrumb li a:hover {
          text-decoration: none;
          color: #036ee4; }
      .page-header .breadcrumb li:last-child {
        padding-right: 0; }
        .page-header .breadcrumb li:last-child a::after {
          content: "";
          padding-left: 10px; }

.animation-element {
  opacity: 0;
  position: relative; }

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px); }

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px); }

.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px); }

.animation-element.slide-bottom.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.ui-widget {
  font-family: 'Roboto Condensed', "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem; }

.ui-datepicker {
  z-index: 9 !important; }

.ui-datepicker table {
  font-size: 0.8rem; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 4px;
  padding: 5px;
  border-radius: .25rem;
  border: 1px solid #ced4da; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 5px; }

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  background-color: transparent;
  border: none; }

.ui-widget.ui-widget-content {
  border: 1px solid #ced4da; }

.ui-widget-header {
  background: #5d8f9d;
  color: #273e45; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #fafafa;
  border: 1px solid #e9ecee;
  color: #007391; }

.ui-datepicker th {
  color: #273e45; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #BFC9DD;
  border-color: #A5B3CF;
  color: #2C3F78; }

/** Generated by FG **/
@font-face {
  font-family: 'Conv_Lato-Bold';
  src: url("../fonts/Lato-Bold.eot");
  src: local("☺"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Semibold';
  src: url("fonts/Lato-Semibold.eot");
  src: local("☺"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"), url("../fonts/Lato-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Medium';
  src: url("../fonts/Lato-Medium.eot");
  src: local("☺"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_Lato-Regular';
  src: url("../fonts/Lato-Regular.eot");
  src: local("☺"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

footer {
  background-color: #28292C; }
  footer h2,
  footer h3,
  footer h4 {
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; }
  footer a {
    color: #fff; }
  footer .logos {
    background-color: #fff;
    border-top: 1px solid #E2E1E9; }
    footer .logos .logo--item img {
      max-width: 100%;
      padding: 0 10px;
      opacity: 0.75; }
  footer .footer-content {
    padding: 4rem 0 0 0; }
    footer .footer-content ul {
      padding-left: 0; }
      footer .footer-content ul li {
        list-style: none;
        margin-left: 0;
        padding-left: 0; }
        footer .footer-content ul li a {
          color: #fff; }
          footer .footer-content ul li a:hover {
            color: #fff; }
    footer .footer-content .column-heading {
      font-size: 1.25rem; }
    footer .footer-content .icon {
      height: 35px;
      width: 35px;
      line-height: 33px;
      border-radius: 50%;
      border: 1px solid #E2E1E9;
      text-align: center;
      margin-right: .75rem;
      display: inline-block; }
      footer .footer-content .icon:hover {
        background-color: #E2E1E9;
        color: #273E45; }
    footer .footer-content .footer-contact {
      font-size: .8rem; }
  footer .bottom_creds {
    padding: 1.5rem 0;
    background-color: #28292C }
    footer .bottom_creds p {
      margin-bottom: 0; }
    footer .bottom_creds a:hover {
      color: #FFB600;}
.date-wrapper {
  position: relative; }
  .date-wrapper button {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 4px;
    border: none;
    outline: none;
    background-color: transparent; }

.grid-wrapper .grid-header {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #1e2f35;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 5px; }
  .grid-wrapper .grid-header h1 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase; }

.grid-wrapper table {
  font-size: 1rem; }
  .grid-wrapper table.table {
    width: 100% !important;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse; }
    .grid-wrapper table.table thead {
      vertical-align: bottom;
      color: #fff;
      border: none;
      background: #13213D; }
      .grid-wrapper table.table thead th {
        font-weight: normal;
        padding: 5px 20px 5px 5px;
        text-align: center;
        box-sizing: border-box;
        border-right: solid 1px #ced4da;
        border-top: none;
        word-wrap: break-word; }
        .grid-wrapper table.table thead th:last-child {
          border-right: none; }
        .grid-wrapper table.table thead th.w-td-date {
          width: 200px !important;
          position: relative; }
    .grid-wrapper table.table tbody {
      border-width: 1px;
      border-style: solid;
      border-color: #dee2e6;
      border-image: initial;
      border: solid 1px #ced4da; }
      .grid-wrapper table.table tbody td {
        vertical-align: middle;
        padding: 5px;
        border-right: solid 1px #ced4da;
        box-sizing: border-box; }
        .grid-wrapper table.table tbody td:last-child {
          border-right: none; }
        .grid-wrapper table.table tbody td.w-td-date {
          width: 140px !important;
          position: relative; }
    .grid-wrapper table.table ul {
      margin: 0;
      padding: 0; }
      .grid-wrapper table.table ul li {
        list-style: none; }

.grid-wrapper .datatable-wrapper table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.grid-wrapper .datatable-wrapper table.table-striped tbody tr td {
  padding: 5px; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td ul {
    margin: 0;
    padding: 0; }
    .grid-wrapper .datatable-wrapper table.table-striped tbody tr td ul li {
      list-style: none; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td .fa-trash-alt {
    color: #d71e1a; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td .form-control {
    line-height: 1.5rem; }
  .grid-wrapper .datatable-wrapper table.table-striped tbody tr td.w-td-date {
    width: 140px !important;
    position: relative; }

.dataTables_wrapper .dataTables_scrollHead,
.dataTables_wrapper .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollBody,
.dataTables_wrapper .dataTables_scrollFoot {
  min-width: 100% !important; }
  .dataTables_wrapper .dataTables_scrollHead .table,
  .dataTables_wrapper .dataTables_scrollHeadInner .table,
  .dataTables_wrapper .dataTables_scrollBody .table,
  .dataTables_wrapper .dataTables_scrollFoot .table {
    min-width: 100%;
    table-layout: fixed;
    border: none; }
    .dataTables_wrapper .dataTables_scrollHead .table.no-footer,
    .dataTables_wrapper .dataTables_scrollHeadInner .table.no-footer,
    .dataTables_wrapper .dataTables_scrollBody .table.no-footer,
    .dataTables_wrapper .dataTables_scrollFoot .table.no-footer {
      border-bottom: none; }

.dataTables_wrapper .dataTables_scrollFoot {
  background-color: #dee2e6; }
  .dataTables_wrapper .dataTables_scrollFoot table {
    border: 1px solid #ced4da;
    border-top: none; }

.dataTables_wrapper .dataTables_scrollHead {
  background-color: #568390;
  color: #fff;
  font-weight: normal; }
  .dataTables_wrapper .dataTables_scrollHead th {
    font-weight: normal;
    padding: 5px 20px 5px 5px; }
    .dataTables_wrapper .dataTables_scrollHead th.w-td-date {
      width: 100px; }

.dataTables_wrapper .dataTable thead {
  background-color: #13213D;
  color: #fff;
  font-weight: normal; }
  .dataTables_wrapper .dataTable thead th {
    font-weight: normal;
    word-wrap: break-word;
    padding: 5px 20px 5px 5px; }

.dataTables_wrapper .dataTables_scrollBody {
  border-bottom: none; }
  .dataTables_wrapper .dataTables_scrollBody table {
    font-size: 1rem; }
    .dataTables_wrapper .dataTables_scrollBody table tr td {
      word-wrap: break-word; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
        border: none;
        background: no-repeat; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail img {
          width: 100%; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail .enlarge {
          position: absolute;
          right: 0;
          bottom: 6px;
          background-color: #000;
          border: none;
          outline: none;
          opacity: 0.6;
          border-radius: 4px 0 0 0; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.item-img-wrapper .img-thumbnail .enlarge i {
            color: #fff;
            font-size: 1rem; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail, .dataTables_wrapper .dataTables_scrollBody table tr td.availability {
        text-align: center; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span, .dataTables_wrapper .dataTables_scrollBody table tr td.availability span {
          width: 100%;
          text-align: center;
          display: block;
          word-wrap: break-word; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span a, .dataTables_wrapper .dataTables_scrollBody table tr td.availability span a {
            width: 100%;
            text-align: left;
            display: block;
            word-wrap: break-word; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.part-detail span label,
          .dataTables_wrapper .dataTables_scrollBody table tr td.availability span label,
          .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span label {
            // min-width: 100%;
            text-align: left;
            word-wrap: break-word;
            margin-bottom: 0; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity {
        text-align: center; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity .form-control {
          width: 40px;
          display: inline-block; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity .btn {
          width: 120px;
          margin: 0 0 0 5px; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.item-quantity .btn:after {
          content: "\f061";
          font-family: "Font Awesome 6 Free";
          margin-left: 5px; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail {
        text-align: right; }
        .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span {
          width: 100%;
          display: flex; }
          .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span label {
            width: 50%;
            text-align: left; }
            .dataTables_wrapper .dataTables_scrollBody table tr td.pricing-detail span label:first-child {
              text-align: right; }
      .dataTables_wrapper .dataTables_scrollBody table tr td ul {
        margin: 0;
        padding: 0; }
        .dataTables_wrapper .dataTables_scrollBody table tr td ul li {
          list-style: none; }
      .dataTables_wrapper .dataTables_scrollBody table tr td.w-td-date {
        width: 140px !important;
        position: relative; }
      .dataTables_wrapper .dataTables_scrollBody table tr td .form-control {
        line-height: 1.5rem; }
/** IMAGES
.itemListing .dataTables_wrapper .dataTables_scrollHead table tr th:nth-child(1),
.itemListing .dataTables_wrapper .dataTables_scrollBody table tr th:nth-child(1),
.itemListing .dataTables_wrapper .dataTables_scrollBody table tr td:nth-child(1) {
  display: none; }
**/
/** MANUFACTURER
.itemListing .dataTables_wrapper .dataTables_scrollHead table tr th:nth-child(3),
.itemListing .dataTables_wrapper .dataTables_scrollBody table tr th:nth-child(3),
.itemListing .dataTables_wrapper .dataTables_scrollBody table tr td:nth-child(3) {
  display: none; }
**/

.dataTables_wrapper .dataTables_length {
  padding: 4px 0.5rem;
  width: 100%;
  background-color: #9C9A9A; }
  .dataTables_wrapper .dataTables_length label {
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: normal;
    font-size: 0.9rem; }
  .dataTables_wrapper .dataTables_length select {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: .30rem .50rem;
    line-height: 1.5;
    color: #495057; }

.dataTables_wrapper .dataTables_info {
  padding: .2rem .5rem;
  margin-top: 0;
  color: #fff;
  font-size: 0.9rem;
  width: 50%;
  background-color: #9C9A9A;
  height: 30px; }

.dataTables_wrapper .dataTables_paginate {
  margin-top: 0;
  padding: 0;
  font-size: 0.9rem;
  width: 50%;
  background-color: #9C9A9A;
  height: 30px; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px;
    color: #fff !important;
    border-radius: 0;
    border: none;
    margin-left: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      background: #007391;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      padding: 0 1rem;
      line-height: 1.9rem;
      border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      color: #fff !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        color: #fff !important;
        background: transparent;
        border: none; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      background: #737171;
      border: none;
      border-left: none;
      color: #fff !important; }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #568390;
        border: none;
        color: #fff; }
  .dataTables_wrapper .dataTables_paginate .ellipsis {
    display: inline-block;
    line-height: 1.9rem; }

.dataTables_wrapper table td {
  vertical-align: middle; }
  .dataTables_wrapper table td ul {
    margin: 0;
    padding: 0; }
    .dataTables_wrapper table td ul li {
      list-style: none; }
  .dataTables_wrapper table td a.fa-trash-alt {
    color: #0164FF; }

table.dataTable.row-border thead th,
table.dataTable.display thead th {
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none;
  padding: 5px 20px 5px 5px; }

table.dataTable.display tbody td,
table.dataTable.row-border tbody td {
  padding: 5px;
  border: 1px solid #dddddd;
  border-right: none;
  border-bottom: none; }
  table.dataTable.display tbody td .form-control,
  table.dataTable.row-border tbody td .form-control {
    line-height: 1.5rem; }

table.dataTable.row-border thead th:last-child,
table.dataTable.row-border tbody td:last-child,
table.dataTable.display thead th:last-child,
table.dataTable.display tbody td:last-child,
table.dataTable.display tfoot th:last-child {
  border-right: 1px solid #dddddd; }

table.dataTable.display thead th:first-child {
  border-left: solid 1px #5d8f9d; }

table.dataTable.display thead th:last-child {
  border-right: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: none;
  padding: 5px; }

table.dataTable.no-footer,
table.dataTable thead th,
table.dataTable thead td,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: solid 1px #dddddd; }

#shoppingCartTable_wrapper .dataTables_info,
#shoppingCartTable_wrapper .dataTables_paginate,
#shoppingCartTable_wrapper #shoppingCartTable_length {
  display: none; }

table.dataTable.nowrap td {
  white-space: inherit; }

#itemDetailsAlternatesTable_wrapper .dataTables_scrollHead, #itemDetailsPriceTable_wrapper .dataTables_scrollHead, #itemUpsellDataTable_wrapper .dataTables_scrollHead, #shoppingCartTable_wrapper .dataTables_scrollHead {
  padding-right: 17px; }
  #itemDetailsAlternatesTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #itemDetailsPriceTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #itemUpsellDataTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th, #shoppingCartTable_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner thead th {
    border-top: none; }

#itemDetailsAlternatesTable_wrapper .dataTables_scrollBody, #itemDetailsPriceTable_wrapper .dataTables_scrollBody, #itemUpsellDataTable_wrapper .dataTables_scrollBody, #shoppingCartTable_wrapper .dataTables_scrollBody {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 175px;
  min-height: auto; }

.login-bg.loginpage {
  /*background-image: url("../images/banner/engine-1.jpg");*/
  /*background-size: cover;*/
  /*background-position: center center;*/
  /*background-repeat: no-repeat;*/
  background-color: #F1EFEC;
  padding: 5rem 15px; }
  .login-bg.loginpage .log-wrapper {
    padding: 78px 0; }
    .login-bg.loginpage .log-wrapper .container {
      padding: 0 3rem !important; }
      .login-bg.loginpage .log-wrapper .container .login--int {
        padding: 0;
        justify-content: center;}
        .login-bg.loginpage .log-wrapper .container .login--int .register-box {
          background-color: rgba(39, 62, 69, 0.9);
          padding: 3rem;
          margin: 80px 0;
          color: #fff; }
        .login-bg.loginpage .log-wrapper .container .login--int .login-box {
          padding: 0rem;
          position: relative; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .errorAlert,
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .SuccessAlert {
            padding-top: 0;
            position: absolute;
            top: 0;
            height: 30px; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box h1 {
            font-size: 2.5rem; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-box a.btn {
            margin-top: 1rem; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin-bottom: 1rem; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .form-control,
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .input-group-addon {
              padding: .75rem 1.25rem;
              border: none;
              border-radius: 0;
              border-bottom: solid 1px #ced4da; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .input-group .input-group-addon {
              background-color: #fff;
              color: #868e96; }
          .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .form-row {
            display: flex;
            align-items: center; }
            .login-bg.loginpage .log-wrapper .container .login--int .login-box .login-form .form-row .form-check-input {
              margin-top: 0;
              top: 5px; }


.page-header {
  border-bottom: solid 1px #e9ecef;
  position: relative;
  /*
  position: fixed;
  top: 165px;
  width: 100%;
  z-index: 99;
  height: 61px;
  */
  background: #F1EFEC;
}
  .page-header .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 1.1rem 1rem;
    background-color: #F1EFEC;}
    .page-header .breadcrumb li {
      padding-right: 10px; }
      .page-header .breadcrumb li a {
        font-size: 1rem;
        font-family: 'Roboto Condensed', sans-serif;
        color: #1e2f35;
        font-weight: 400;
        text-transform: uppercase; }
        .page-header .breadcrumb li a::after {
          content: "/";
          padding-left: 10px; }
        .page-header .breadcrumb li a:hover {
          text-decoration: none;
          color: #036ee4; }
      .page-header .breadcrumb li:last-child {
        padding-right: 0; }
        .page-header .breadcrumb li:last-child a::after {
          content: "";
          padding-left: 10px; }
#item.page-header {
  display:inline-flex;
}
.modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  background-color: #13213D;
  padding: 0.5rem 1rem; }
  .modal-dialog .modal-content .modal-header .modal-title {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    margin: 0;
    color: #fff; }
  .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: 5px;
    top: 6px;
    padding: 5px;
    margin: 0; }
    .modal-dialog .modal-content .modal-header .close i {
      color: #fff; }

.modal-dialog .modal-content ul {
  padding: 0; }
  .modal-dialog .modal-content ul li {
    list-style: none; }

.modal-dialog .modal-content .modal-footer {
  padding: 15px 15px 0;
  margin: 0 -15px; }
  .modal-dialog .modal-content .modal-footer .btn {
    padding: 0.50rem 3rem;
    line-height: 2rem; }

.black_overlay {
  position: fixed;
  display: flex;
  align-content: center;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  background-color: #000;
  display: none; }
  .black_overlay .loader {
    position: absolute;
    left: 50%;
    top: 50%; }

#itemimageModal .modal-body {
  position: relative; }
  #itemimageModal .modal-body .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999; }
    #itemimageModal .modal-body .close i {
      color: #000; }
  #itemimageModal .modal-body img {
    width: 100%; }

.profile .title-head {
  margin: 15px 0; }

.register-bg {
  background-image: url(../images/bg-6.jpg); }

@media screen and (max-width: 992px) {
  .login-bg.loginpage .log-wrapper .container .login--int .register-box {
    text-align: center; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .text-left,
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .text-right {
    text-align: center !important; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .form-check {
    justify-content: center;
    margin-bottom: 10px; }
  .login-bg.loginpage .log-wrapper .container .login--int .login-box .forgot-password {
    margin-top: 10px; }
  .title-head,
  .grid-header {
    margin-top: 1rem; }
  .legend-wrap ul li span {
    margin-right: 2px; }
  .legend-wrap ul li label {
    font-size: .8rem; }
  .home .feature--item__in {
    min-height: 200px;
    -ms-flex: 0 100%;
    flex: 0 100%; }
  .manufacturer-category ul#DymcBtn {
    display: flex; }
  .manufacturer-category ul > li {
    flex-grow: 1; }
  .w-td-date {
    width: 150px; }
  .table {
    margin-bottom: 0; }
  #divitemlisting .grid-header {
    margin-top: 0; }
  .price-break {
    margin-top: 20px; } }

@media (max-width: 1024px) {
  .product--slider .card--slider {
    max-width: 30%; } }

a {
  color: #0164FF;;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

.hero {
  background-color: #007391;
  position: relative;
  padding-bottom: 5rem;
  padding-left: 15px;
  padding-right: 15px; }
  .hero .container {
    padding: 0 30px; }
@media (max-width: 768px) {
  .hero {
    padding-bottom: 0;
    }
}

.hero-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-primary {
  background-color: #007391 !important; }

.hero-container-wrapper {
  padding-top: 2.5rem;
  color: #fff;
  text-shadow: 1px 1px 15px #000; }

body .home .hero.hero--curved .hero-container-wrapper,
.home .hero.hero--curved .carousel-inner.hero--curved {
  padding: 1rem 0 1rem; }

.home .hero.hero--curved .hero-container-wrapper:before {
  display: none; }

.overlay--primary {
  background-color: rgba(0, 0, 0, 0.26); }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.animation-element h1 {
  font-size: 2.5rem; }

.animation-element.slide-left {
  opacity: 0;
  transition: all 500ms linear;
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px); }

.animation-element.slide-left.in-view {
  opacity: 1;
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.lead {
  font-size: 1.1rem; }

.brands {
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .brands img {
    max-height: 75px;
    padding: 0 5px; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.padding__bottom__sm {
  padding-bottom: 1.5rem; }

.padding__top__sm {
  padding-top: 1.5rem; }

.padding__top__bottom__sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.padding__top__bottom__lg {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.card-deck {
  justify-content: space-around; }
  .card-deck.inter-connect .card {
    margin-bottom:2rem; }
.slider h2 {
  text-transform: uppercase; }

.slider .card--category,
.slider .card--slider {
  min-width: 50%;
  margin-bottom: 1.25rem; }
  .slider .card--category .card-footer,
  .slider .card--slider .card-footer {
    background-color: transparent;
    border: 0 none; }

.bg-primary {
  background-color: #007391 !important; }

.padding__top__bottom {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.feature--item {
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .feature--item a {
    transition: all 0.5s ease; }
    .feature--item a:hover {
      text-decoration: none; }

.feature--item__primary .feature--content,
.feature--item__secondary .feature--content,
.feature--item__in .feature--content {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.35);
  text-shadow: 1px 1px 5px #273E45; }
  .feature--item__primary .feature--content h4,
  .feature--item__secondary .feature--content h4,
  .feature--item__in .feature--content h4 {
    color: #fff;
    font-weight: 400; }

.feature--item__primary,
.feature--item__secondary,
.feature--item__in {
  background-color: #E2E1E9;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.feature--item__primary .feature--content:hover,
.feature--item__secondary .feature--content:hover,
.feature--item__in .feature--content:hover {
  background-color: rgba(0, 0, 0, 0.75); }

.slider .arrow-left,
.slider .arrow-right {
  color: #E2E1E9;
  border-radius: 50%;
  text-align: center;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  top: 50%;
  margin-top: calc(-4rem/2);
  font-size: 4rem;
  display: none;
  transition-duration: .25s; }

.electromechanical h4 {
  text-transform: uppercase; }

.electromechanical .card-deck .card {
  padding-top: 0; }

.card--category.category--sub-category .smooth-scroll {
  padding: .75rem; }

.card--category.category--sub-category .card-img-overlay {
  bottom: 0;
  top: auto;
  left: 0;
  right: auto;
  background-color: #fff;
  color: #E63531;
  padding: .75rem 1rem .25rem 1.5rem;
  text-align: left;
  max-width: 85%; }

.card--category.category--sub-category .card-img-overlay h4 {
  font-weight: 400; }

.card--category.category--sub-category:hover img {
  opacity: .5; }

.card--category.category--sub-category img {
  transition: all .5s ease;
  border-radius: 0; }

.category .category--section {
  background-color: #273E45;
  color: #fff; }
  .category .category--section .icon-wrap:before {
    border-color: #273E45; }
  .category .category--section .icon {
    border-color: #273E45;
    background-color: #E2E1E9; }

.category .category--section .lead {
  text-align: center;
  margin-bottom: 2rem; }

.category .category--section:nth-child(even) {
  background-color: #E2E1E9;
  color: inherit; }
  .category .category--section:nth-child(even) .icon-wrap:before {
    border-color: #273E45; }
  .category .category--section:nth-child(even) .icon {
    border-color: #273E45;
    background-color: #E2E1E9; }

.services .category .category--section:nth-child(odd) {
  background-color: #E2E1E9;
  color: inherit; }
  .services .category .category--section:nth-child(odd) .icon-wrap:before {
    border-color: #273E45; }
  .services .category .category--section:nth-child(odd) .icon {
    border-color: #273E45;
    background-color: #E2E1E9; }

.hero-text h1 {
  text-transform: inherit;
  font-size: 2.5rem; }

.awards h3 {
  margin-bottom: 1em; }
  .hero-text h1 strong em, .hero-text h2 strong em, .hero-text h3 strong em {
    font-style: normal;
    color: #E63632;
    font-weight: bold;
}
.interconnect-product h1 strong{
  font-weight: bold;
}
.card--category.category--sub-category .card-img-overlay h4{
  text-transform: uppercase;
  font-size: 1.2rem;
}
.hero-text .marked-content h3{
  text-transform: uppercase;
  margin-top: 1rem;
}
.hero-text .marked-content a {
  color: #fff;
  font-weight: bold;
}
.interconnect-product h3{
text-transform: uppercase;
/* font-weight: bold; */
margin-top: 1rem;
}
.interconnect-product h3 a {
  color: #fff;
  font-weight: bold;
}
.inherit-h-tag {
  text-transform: inherit; }

.category .category--section .icon,
.category .category--section h2 {
  text-align: center; }

.category .category--section .icon {
  font-size: 24px;
  border: 1px solid #E2E1E9;
  background-color: #273E45;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: .75rem;
  position: relative;
  z-index: 1; }

.category .category--section .icon-wrap {
  position: relative; }

.category .category--section .icon-wrap:before {
  content: '';
  display: block;
  border-bottom: 1px solid #E2E1E9;
  left: 25%;
  right: 25%;
  top: 50%;
  position: absolute; }

.category .category--section .card {
  margin-top: 1.25rem;
  text-align: center; }

.category .category--section .card-body .card-title,
.category .category--section .card-body p {
  color: #273E45; }

.category .category--section .card-footer {
  padding: 0; }

.category .category--listing ul,
.category .category--listing li {
  list-style: none;
  margin: 0;
  padding: 0; }

.category .category--listing ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.category .category--listing ul > li {
  padding: .75rem 1rem;
  border: 1px solid #007391;
  min-width: 300px;
  width: 300px;
  margin: auto;
  margin-bottom: 0.5rem; }
  .category .marked-content.content p a strong{
    font-weight: bold;

  }

.shop-all-btn .fa {
  margin-left: 10px; }

.card-title {
  margin-bottom: 0.75rem; }

.bg-light {
  background-color: #E2E1E9 !important; }

.branch-directory h3,
.branch-directory h2,
.branch-directory h5 {
  text-transform: uppercase; }

.branch-directory strong {
  font-weight: 700; }

.branch-directory .additional-contacts {
  padding: 2rem;
  border: 3px solid #CED4DA;
  border-radius: 6px;
  background-color: #CED4DA  }
.branch-directory.additional-contacts h2 {

  color: #000;
}
  .branch-directory .additional-contacts .form-group .input-group-addon,
  .branch-directory .additional-contacts .form-group select.form-control:not([size]):not([multiple]) {
    height: calc(3.5rem + 2px); }
  .branch-directory .additional-contacts .form-group .rep-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2rem; }
    .branch-directory .additional-contacts .form-group .rep-result ul li {
      display: block;
      margin-bottom: 2rem;
      background-color: #eee;
      padding: 2rem;
      line-height: 2; }
      .branch-directory .additional-contacts .form-group .rep-result ul li i {
        color: #007391;
        margin: 10px 5px 0 0; }
      .branch-directory .additional-contacts .form-group .rep-result ul li span {
        display: block; }
      .branch-directory .additional-contacts .form-group .rep-result ul li a {
        color: #007391; }
        .branch-directory .additional-contacts .form-group .rep-result ul li a:hover {
          color: #003645;
          text-decoration: underline; }

.category .hero-container-wrapper .small {
  font-weight: 300;
  text-transform: uppercase; }
  .category .hero-container-wrapper .small.subcategory--names span {
    padding-right: 1rem; }
    .category .hero-container-wrapper .small.subcategory--names span:last-child {
      padding-right: 0; }

.category .card-deck .card {
  padding-top: 0; }

.manufacturers-page .input-group .input-group-append .btn {
  padding: 0.75rem 1rem;
  border-radius: 4px 0 0 4px;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-right: none; }
  .manufacturers-page .input-group .input-group-append .btn i {
    color: #000; }

.manufacturers-page .manufacturer-category ul li a {
  color: #007391; }
  .manufacturers-page .manufacturer-category ul li a:hover {
    color: #fff; }
  .manufacturers-page .manufacturer-category ul li a.active {
    color: #fff; }

.manufacturers-page .img-wrap img {
  max-width: 100%; }

.bg-dark {
  background-color: #273E45 !important; }

.card--category,
.card--slider {
  min-width: 50%;
  margin-bottom: 1.25rem; }

@media (min-width: 768px) {
  .product--slider .card--slider {
    min-width: 20%; }
    .product--slider .card--slider .btn {
      padding: 0.75rem 2.25rem; }
  .product--slider .card--slider {
    max-width: 30%; }
  .hero--home ~ .categories--row.bg-dark {
    padding-top: 0;
    margin-top: -3.5rem; }
  .hero--home ~ .categories--row.bg-dark .card-deck {
    z-index: 2;
    position: relative; }
  .card--category,
  .card--slider {
    min-width: 30%; }
  .card-deck .card {
    margin-bottom: 1.25rem; } }

@media (min-width: 992px) {
  .hero {
    padding-bottom: 0; }
  .scrolling-element {
    padding-left: 100px;
    padding-right: 100px; }
  .scrolling-element > img + img {
    margin-left: 2rem; }
  .hero.hero--curved + .brands,
  .product--slider + .brands {
    padding-top: 2rem;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da; }
  .product--slider .card--slider {
    max-width: 21%; }
  .feature--item__primary,
  .feature--item > div.feature--item__in:first-child {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    border-bottom: 1px solid #007391; }
  .feature--item__secondary,
  .feature--item__in {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    min-height: 250px;
    border-left: 1px solid #007391;
    border-bottom: 1px solid #007391; }
    .feature--item__secondary a,
    .feature--item__in a {
      color: #fff; }
    .feature--item__secondary h4,
    .feature--item__in h4 {
      text-transform: uppercase;
      text-shadow: 1px 1px 5px #273E45;
      text-decoration: none;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      color: #fff; }
  .hero.hero--curved .hero-container-wrapper,
  .hero.hero--curved .carousel-inner.hero--curved {
    overflow: hidden;
    position: relative; }
  .hero--with-search .hero-container-wrapper {
    padding-bottom: 5rem; }
  .hero.hero--curved .hero-container-wrapper:before,
  .hero.hero--curved .carousel-inner.hero--curved:before {
    content: '';
    background-color: #273E45;
    position: absolute;
    bottom: -150px;
    height: 200px;
    left: -150px;
    right: -150px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    z-index: 2; }
  .card-deck .card {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .card-deck.select-layout .card {
    max-width: 31%; } }

.manufacturers-section .input-group {
  margin-bottom: 1rem; }

.manufacturers-section .manufacturer--item {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #dee2e6; }

.manufacturers-section .manufacturer--item .man-content {
  padding: 1rem 0 1rem 1rem; }

.manufacturers-section .manufacturer--item .img-wrap {
  padding: .5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.col-lg-12.manufacturer--list li {
    list-style:none;
    }
.col-lg-9.manufacturer--list {
  order: 2; }

.col-lg-9.manufacturer--list .grid-item:last-child {
  border-bottom: 0 none; }

@media (min-width: 992px) {
  .col-lg-9.manufacturer--list {
    order: 0; } }

.manufacturer-category ul,
.manufacturer-category li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.25rem; }

.manufacturer-category ul {
  display: block; }

.manufacturer-category ul > li {
  border: 1px solid #dee2e6; }

.manufacturer-category ul > li > a {
  display: block;
  text-align: center;
  padding: 1rem 1.25rem;
  transition: all .5s ease; }

.manufacturer-category ul > li > a:hover {
  background-color: #273E45;
  color: #fff;
  text-decoration: none; }

.manufacturer-category ul > li > a.active {
  background-color: #273E45;
  color: #fff; }

.service--row:nth-child(even) {
  background-color: #E2E1E9; }

@media (min-width: 768px) {
  .service--row .row {
    flex-direction: row-reverse; }
  .service--row:nth-child(even) .row {
    flex-direction: row; } }

.marked-content img {
  max-width: 100%; }

.form-group {
  position: relative; }
  .form-group .errortext {
    position: absolute;
    right: 5px;
    top: 5px;
    width: auto; }
    .qtyDiv{
      display: flex;
      align-items: flex-start;
      justify-content: left;
      flex-wrap: wrap;
      padding: 0 0 10px 0;
    }
    .qtyDiv.invalidQty input {
      border-width: 2px;
      border-color: red;
    }
    .qtyDiv .invalidQty {
      color: red;
      font-size: 0.8em;
      padding: 5px; 
      text-align: left; }
    .qtyDiv .itemQtyBox {
      margin-right: 5px;
    }
    .w-153 {
      width: 153px;
    }
.navbar-expand-lg {
  justify-content: center;
}
.container-how-you-go {
  width: 100%;
  color: #000 !important;
  background-color: #ffdddd !important;
  padding: 7px 10px !important;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  font-family:roboto;
}
.col-sm-6.col-md-2 {
  margin-top: 20px;
}
.col-sm-6.col-md-2 a:hover {
  color: #FFB600;
}
.col-sm-6.col-md-2 .column-heading {
  margin-bottom: 30px;
}
.half-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .half-col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
#search {
  scroll-margin-top: 100px;
}
.fa-magnifying-glass:before, .fa-search:before {
  position:relative;
  top: -8px;
  display: inline-block;
  transform: scaleX(-1);
}

#search.Product-search {
  position: relative;
  box-sizing: border-box;
  padding: 50px 20px;
  background: #F1EFEC;
}
.inner-container {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 50px 0;
  position: relative;
  text-align: center;
}
.Product-search .left-col{
  display:inline-flex;
  position: relative;
  width: 47%;
  padding-left: 13%;
  padding-right: 20px;
}
.Product-search .right-col {
  display: inline-flex;
  position: relative;
  width: 47%;
  vertical-align: bottom;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .Product-search .left-col, .right-col {
  display: initial;
  position: initial;
  width: 100%!important;
  padding-left: 0%;
  padding-right: 0px;
  }
  .inv-search {
    width: 100%!important;
}
.cta-left-col, .cta-right-col {
  display:initial!important;
  width: 100%!important;
  padding-left: 0px!important;
}
.cta-right-col div.row-2 {
    margin-left: 65px!important;
}
}
.inner-button-container {
  max-width:1140px;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  text-align:center;
}
.nav-link.button {
  border-radius: 50px;
  color: #ffffff;
  background-color: #E9AE2A;
  border-color: #E9AE2A;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px!important;
  color: #ffffff!important;
  margin-bottom: 0px!important;
}
#itemSearchButton {
  background-color: #0164FF;
  outline: none;
}
.search-desc {
  font-family: 'Roboto Condensed';
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}
.inv-search.input-group div {
    height: 68px;
}
.inv-search {
  width: 85%;
}
.inv-search input {
}
.inv-search .btn {
  border: none;
  outline: none;
  line-height: initial;
}
.inv-search .btn:active,
.inv-search .btn:hover {
  border: none;
  outline: none;
}
.inner-button-container a.button,
.inner-button-container button {
    border: none;
    display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
}
.create-account.text-center a.button {
 border: none;
    display: inline-block;
    border-radius: 50px;
    color: #ffffff;
    background-color: #0164ff;
    border-color: #0164ff;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 15px 30px 15px 30px;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
}
.create-account.text-center a.button:hover {
   background-color: #13213D;
}

.inner-button-container button:hover {
  background-color: #13213D;
}
.inner-button-container a.button:hover {
  background-color: #13213D;
}
.hero-btn {
    border: none;
    display: inline-block;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  text-shadow: none;
}
.hero-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #13213D;
}
.inner-button-container svg {
  margin-left: 10px;
}
.col-md-9.col-lg-7 svg {
  margin-left: 10px;
}
.inner-button-container a:not(.button) {
  text-decoration: underline;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
}
.inner-cta-container {
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;
  max-width:668px;;
  /*height: 120px;*/
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.cta-left-col {
  display:inline-flex;
  position: relative;
  width: 45%;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  align-items: center;
  padding-top: 5px;
  padding-left: 40px;
  vertical-align: middle;
}
.cta-left-col:after {
  content:"";
  position: absolute;
  top:15px;
  right: 0px;
  width: 21px;
  height: 15px;
  background: #ffffff;
  transform: rotate(0deg);
  z-index: 999;
  border:17px solid transparent;
  border-left:15px solid #13213D;
}
.cta-right-col {
  display: inline-flex;
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding-top: 10px;
}
.cta-right-col .row-1 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 34px;
  /* or 200% */
  display: flex;
  align-items: center;
  color: #0164FF;
}
.cta-right-col div.row-2 {
  margin-left:25px;
}
.cta-right-col .row-2 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 34px;
  /* or 200% */
  display: flex;
  align-items: center;
  color: #0164FF;
}
@media (max-width: 767px) {
  .cta-left-col:after {
    display: none;
  }
}

/* Header Hero */
.hero1 {
font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 50px!important;
    line-height: 50px;
    color: #ffffff;
    margin-top: 30px;
}
.hero2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  font-size: 50px!important;
  line-height: 40px;
  color: #E9AE2A;
  margin-bottom: 10px;
}
.hero-txt {
  margin-top: 10px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  color: #FFFFFF;
}
.col-md-9.col-lg-7 a.button
.col-md-9.col-lg-7 button {
    display: inline-block;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0164ff;
  border-color: #0164ff;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 15px 30px 15px 30px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
}
.hero-text img {
  max-width: 100%;
}
.bar-yellow  {
  margin-top: 30px;
  margin-bottom: 24px;
  width: 100%;
  max-width: 755px;
  height: 2px;
  left: 282px;
  top: 618px;
  background: #E9AE2A;
  color: #E9AE2A;
}
/* FOOTER SECTION */
.ftr-logo {
  margin-bottom: 5px;
}
.ftr-hdr {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  clear:both;
}
.ftr-address {
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  margin-left: 10px;
}
.col-ftr3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media (max-width: 768px) {
  .col-ftr3 {
    padding: 0 15px 15px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
}
#loggedInUser,
#loggedOutUser {
  text-align: right; }

.col-12.text-light a {
  padding-left: 8px;
}
.createAccnt {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  margin-top: 30px;
}
.login-form h1 {
  font-family: 'Roboto Condensed';
  font-weight: 500;
  font-size: 50px!important;
  line-right: 58.59px!important;
}
.login-form .action-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center; }
  .login-form .action-row > * {
    display: inline-block;
    flex: 0 1 auto;
    margin: 0 15px 10px 0; }
  .login-form .action-row > *:last-child {
    margin: 0 0 10px auto; }
  .login-form button {
    width: auto; }
  @media (max-width: 500px) {
    .login-form .action-row {
      text-align: left;
    }
    .login-form .action-row > * {
      width: 100%;
    }
  }
.login-box .container-how-you-go {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 8px 18px !important; }
  @media (max-width: 768px) {
    .login-box .container-how-you-go {
      width: 100%;
    }
  }
.login-box #createAccountBtn {
  display: inline-block;
  width: auto;
}
.tab-bar {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
}
.tab-bar li {
  margin-bottom: 20px;
}
.tab-bar li.tab-active::marker {
  color: #0164FF;
}
.tab-bar a {
  color: #000;
}
.region-box {
    text-align: center;
    background: #F1EFEC;
    width: 80%px;
    border-radius: 6px;
    padding: 35px;
}
.location-select {
    Max-width: 80%;
}
.contact-form-control {
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-info h2 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33.6px;
}
.contact-info p {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 32px;
  color: #333;
}
.tab-bar {}
  .tab-bar > li {}
  .tab-bar > li.tab-active {
    font-weight: bold; }
.tab-content {}
  .tab-content > div {
    display: none; }
    .tab-content > div.tab-active {
      display: block; }

body.scrolling #smallNav {
  height: 32px; }
body.scrolling #smallNav div.co-links {
  margin-bottom: 0; }
body.scrolling #smallNav .co-links a:after {
    height: 20px;
    margin: 0 12px -4px 12px; }
body.scrolling #navbar {
  }
body.scrolling #userbar.fixed {
  z-index: 99;
  position: fixed;
  left: 0; right: 0;
  top: 120px;
  }
body.scrolling #smallNav .catalog-search .sm-input-group {
  height: 27px; }
body.scrolling #smallNav .catalog-search input {
  height: 27px; }
@media (max-width: 767px) {
  #smallNav .co-links a {
    font-size: 10px; }
  #smallNav .catalog-search #itemSearchButton {
    font-size: 12px; }
  #smallNav .catalog-search input,
  #smallNav .catalog-search input::placeholder  {
    font-size: 12px; }
  .navbar.menu-bar .navbar-brand img {
    height: 48px; }
  body.scrolling .navbar.menu-bar .navbar-brand img {
    height: 36px; }
}


.dataTables_scroll {
  overflow-y: visible; }

.order-confirmation .orderThanks {
  font-size: 46px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  margin: 100px 0 0 0;
}
.order-confirmation .orderText {
  font-size: 32px;
  font-weight: normal;
  font-family: 'Roboto Condensed';
  margin: 30px 0 0 0;
}
.order-confirmation .orderNum {
  font-size: 32px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  color: #0164FF;
  margin: 30px 0 50px 0;
}
@media (max-width: 767px){
  .order-confirmation .orderThanks {
    font-size: 32px;
    margin-top: 50px;
  }
  .order-confirmation .orderText,
  .order-confirmation .orderNum {
    font-size: 24px;
  }
}

button.btnLoading {
  position: relative;
}
button.btnLoading::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  cursor: none;
  content: "";
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  background-size: 24px 25px;
  background-image: url("data:image/gif;base64,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")
}