body,
.filter-buttons .btn,
.results-pagination .btn {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
.btn,
.header,
.footer,
.breadcrumb,
.hero-banner,
#product-listing .product-nav {
    font-family: 'Open Sans', sans-serif;
}

h2,
h5 {
    color: #b5485b;
}

h1 {
    font-size: 1.875rem;
    line-height: 1.1;
}

h2 {
    background: url("../images/h-dash.png") no-repeat center bottom;
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}

h2.text-white {
    background-image: url("../images/h-dash-white.png");
}

h5 {
    font-weight: 700;
}

a {
    color: #b5485b;
}

.btn {
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.btn-primary {
    background-color: #b5485b;
    border-color: #f38137;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #b5485b;
    border-color: #b5485b;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-secondary {
    background-color: transparent;
    border-color: #b5485b;
    color: #b5485b;
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background-color: #b5485b;
    border-color: #b5485b;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-secondary.bg-white:focus,
.btn-secondary.bg-white:hover,
.btn-secondary.bg-white:not(:disabled):not(.disabled):active,
.btn-secondary.bg-white:not(:disabled):not(.disabled):active:focus {
    background-color: #f38137 !important;
}

.btn-blue {
    border-color: #3089dd;
    color: #3089dd;
}

.btn-blue:focus,
.btn-blue:hover,
.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled):active:focus {
    background-color: #3089dd;
    border-color: #3089dd;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-blue.collapsed {
    background-color: transparent;
    border-color: #3089dd;
    color: #3089dd;
}

.input-group .btn {
    padding: .375rem .75rem;
}

.btn-collapsible {
    position: relative;
    text-align: left;
    padding-left: 18px;
    padding-right: 40px;
}

.btn-collapsible .fas {
    position: absolute;
    top: calc(50% - 0.6rem);
    right: 18px;
    font-size: 1.2rem;
}

.btn-collapsible.collapsed .fa-chevron-up,
.btn-collapsible:not(.collapsed) .fa-chevron-down {
    display: none;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: 1px solid #454545;
    /*width: 8rem;*/
    width: 10rem;
    border-radius: .25rem;
    overflow: hidden;
}

.number-input.number-input button {
    background: #eee;
    width: 2.6rem;
    height: 2rem;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: 1.2rem;
    height: 0.2rem;
    background-color: #454545;
}

.number-input.number-input input[type=number] {
    max-width: 4.4rem;
    padding: .5rem;
    border: 0;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}

.bg-grey {
    background-color: #eee;
}

.bg-dark-blue {
    background-color: #b5485b;
}

a,
.fas {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header .header-logo img {
    height: 64px;
}

.header .navbar-toggler {
    height: 100%;
    border-right: 1px solid #e8ecef;
    border-radius: 0;
    width: 100%;
}

.header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(48, 137, 221, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header .top-header .row>div {
    height: 64px;
}

.header .top-header .cart-icon,
.header .top-header .talk-expert {
    border-left: 1px solid #e8ecef;
}

.header .top-header .fas {
    font-size: 1.6rem;
    position: relative;
    top: calc(50% - 0.8rem);
    color: #b5485b;
}

.header .top-header a {
    display: block;
    height: 100%;
}

.header .top-header .search-form .btn,
.header .top-header .search-form .form-control {
    height: 35px;
    border-color: #bbbbbb;
}

.header .top-header .search-form .form-control {
    padding-left: 10px;
    font-size: 90%;
}

.header .top-header .search-form .btn {
    background: #b5485b;
    padding: 0rem .7rem;
}

.header .top-header .search-form .btn:focus,
.header .top-header .search-form .btn:hover,
.header .top-header .search-form .btn:not(:disabled):not(.disabled):active,
.header .top-header .search-form .btn:not(:disabled):not(.disabled):active:focus {
    background: #1971c4;
}

.header .top-header .search-form .fas {
    color: white;
    font-size: 90%;
    top: auto;
}

.header .navbar a {
    padding-top: .7rem;
    padding-bottom: .7rem;
    color: white;
}

.header .navbar a:hover {
    background: #3089dd;
}

.header .navbar a:hover .fas {
    color: white;
}

.header .search-form .form-control {
    border: 1px solid #f38137;
    padding-left: 32px;
}

.header .search-form .btn {
    padding: .375rem .9rem;
}

.header .search-form .btn,
.header .search-form .form-control {
    height: 45px;
}

.header .search-form .fa-search {
    font-size: 1.2rem;
}

.header .search-form .for-input {
    font-size: 1rem;
    color: #7a7a7a;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 10px;
    z-index: 10;
}

#pencil-banner {
    background-color: #ebe1e1;
    color: #213855;
}

.breadcrumb {
    background: transparent;
    font-size: 70%;
}

.breadcrumb .w-banner,
.breadcrumb .w-banner>a {
    color: darkblue;
}

.breadcrumb .w-banner.active,
#home .breadcrumb-item+.breadcrumb-item::before {
    color: gainsboro;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\003E";
}

.blockquote {
    font-size: 1rem;
}

.blockquote .blockquote-footer {
    font-size: 100%;
}

.blockquote cite {
    font-weight: 700;
    color: #454545;
}

#purchase-tools {
    background-image: url("../images/tools-banner.jpg");
    background-position: center top;
    background-size: cover;
}

#purchase-tools .btn-secondary {
    color: white;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#purchase-tools .btn-secondary .fas {
    margin-right: 15px;
}

.footer {
    background: #b5485b;
}

.footer .nav+.nav {
    border-bottom: 1px solid #4d6077;
}

.footer .nav-item {
    position: relative;
}

.footer .nav-item:after {
    content: "";
    position: absolute;
    height: 40%;
    top: 30%;
    right: 0;
    border-right: 1px solid white;
}

.footer .nav-item:last-child:after {
    border-color: transparent;
}

.footer .nav-item a {
    color: white;
}

.footer .nav-item a:hover {
    color: #f38137;
}

.footer .row a {
    text-decoration: underline;
}

#home .hero-banner {
    background-image: url("../images/home-banner.jpg");
    background-position: center top;
    background-size: cover;
    height: 100%;
    min-height: 200px;
}

#home .hero-banner .search-form {
    background-color: rgba(239, 239, 239, 0.2);
}

#home .hero-banner .search-form input.form-control {
    border-color: #d87637;
    padding-left: 50px;
}

#home .hero-banner .search-form .fas {
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 25px;
    color: #7a7a7a;
    z-index: 10;
}

#home .hero-banner .search-form .btn,
#home .hero-banner .search-form .form-control {
    height: 50px;
}

#home .hero-banner .search-form .btn {
    padding-left: 40px;
    padding-right: 40px;
}

#home .hero-banner .search-form .form-check {
    font-size: 0.85rem;
}

#home .our-clients {
    background-color: rgba(3, 3, 3, 0.2);
    font-size: 0.8125rem;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.7);
}

#home .our-clients .client-logos {
    position: relative;
}

#home .our-clients .client-logos .wrapper {
    overflow: hidden;
}

#home .our-clients .client-logos .slider {
    position: relative;
    width: 1050px;
}

#home .our-clients .client-logos .logo {
    float: left;
    text-align: center;
}

#home .our-clients .client-logos .navigation i {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 18px;
    text-align: center;
    line-height: 30px;
}

#home .our-clients .client-logos .navigation .fa-chevron-right {
    left: auto;
    right: -15px;
}

#home .products .accordion .btn-primary:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#home .products .accordion .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#home .products .desktop .card {
    background: #ededed;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#home .products .desktop .card:hover {
    border-color: #f38137;
}

#home .products .desktop .card:hover h5 {
    color: #f38137;
}

#home .products .desktop .card a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#home .products .desktop h5 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 1.0625rem;
}

#home .trust-section .fas,
#home .trust-section .far {
    font-size: 3em;
    color: #213855;
    width: 60px;
}

#home .trust-section .far {
    font-size: 3.5em;
}

#home .recent-posts .card {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

#home .recent-posts .col-md:last-child .card {
    border-bottom: 0;
}

#home .recent-posts h5 {
    font-size: 1rem;
}

#home .recent-posts h5 a {
    color: #454545;
}

#home .recent-posts .post-date {
    font-size: 85%;
}

#product-listing .available-parts {
    font-size: 1.75rem;
}

#product-listing .btn-collapsible {
    background: white;
    font-size: 1.5rem;
}

#product-listing .btn-collapsible:not(.collapsed) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#product-listing .btn-collapsible:focus,
#product-listing .btn-collapsible:hover,
#product-listing .btn-collapsible:not(:disabled):not(.disabled):active,
#product-listing .btn-collapsible:not(:disabled):not(.disabled):active:focus {
    color: #f38137;
}

#product-listing .product-nav {
    padding-top: 1px;
}

#product-listing .product-nav a {
    color: white;
}

#product-listing .product-nav a:hover,
#product-listing .product-nav a.active {
    background: white;
    color: #454545;
}

#product-listing h1.product-list {
    font-size: 1.375rem;
}

#product-listing #filters .container {
    position: relative;
}

#product-listing #filters .navbar {
    background: #f8f9fa;
}

#product-listing #filters button[aria-expanded="true"] {
    background: #3089dd;
    border-color: #3089dd;
    color: white;
}

#product-listing #filters .nav-item {
    border-top: 1px solid #dee2e6;
    text-align: center;
}

#product-listing #filters .nav-item:first-child {
    border-top: 0;
}

#product-listing #filters nav .btn-blue:hover {
    background: transparent;
    border-color: #3089dd;
    color: #3089dd;
}

#product-listing #filters nav .btn-blue.active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

#product-listing #filters .filter-buttons .btn {
    font-weight: normal;
    letter-spacing: normal;
}

#product-listing .results-pagination .btn {
    font-weight: normal;
}

#product-listing .results-pagination .page-left,
#product-listing .results-pagination .page-right {
    color: #212529;
}

#product-listing .product {
    border-bottom: 1px solid #454545;
}

#product-listing .product:first-child {
    border-top: 1px solid #454545;
}

#product-listing .info {
    position: relative;
    top: 2px;
    margin-right: 10px;
    padding: 0;
    color: #3089dd;
    font-size: 150%;
    border: 0;
    background: transparent;
}

#product-listing .info:focus {
    outline: none;
}

#product-listing th,
#product-listing td .lead {
    font-size: 1.125rem;
}

#product-listing th.ship-date {
    width: 250px;
}

#product-listing th.ship-date div {
    font-size: 1rem;
}

#product-listing th.price {
    width: 235px;
}

#cart .cart-wrapper thead,
#cart .cart-wrapper .tab-pane,
#cart .cart-wrapper .nav-item.active {
    background: rgba(0, 0, 0, 0.03);
}

#cart .cart-wrapper .nav-item.active {
    border-bottom: 1px solid #f7f7f7;
}

#cart .cart-wrapper .item {
    min-width: 200px;
}

#cart .cart-wrapper .part-number {
    max-width: 270px;
}

#cart .cart-wrapper form {
    background: white;
}

#cart .cart-wrapper .sku {
    font-size: 1.125rem;
}

#cart .prod-list .unit-price,
#cart .prod-list .total {
    font-size: 90%;
}

#cart .prod-list button.close {
    position: absolute;
    top: 10px;
    right: 10px;
}

#cart .prod-list .btn {
    text-align: left;
    padding-left: 18px;
    padding-right: 40px;
}

#cart .total-row {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

#checkout .info,
#cart .d-prod-list .info,
#cart .trust-seals .question {
    position: relative;
    top: 2px;
    margin-right: 10px;
    padding: 0;
    color: #3089dd;
    font-size: 125%;
    border: 0;
    background: transparent;
}

#cart .trust-seals .question:focus {
    outline: none;
}

#home .hero-banner .container {
    min-height: inherit;
}

@media (min-width: 768px) {
    h2 {
        font-size: 1.875rem;
    }
    .header .header-logo img,
    .header .top-header .row>div {
        height: auto;
    }
    .header .top-header .talk-expert {
        border: 0;
    }
    .header .top-header .talk-expert a {
        text-decoration: none;
        color: #3f3c3c;
    }
    .header .top-header .talk-expert a strong {
        font-size: 0.95rem;
        text-transform: uppercase;
        display: block;
    }
    .header .phone .fas {
        font-size: 1rem;
    }
    .header .navbar .fas {
        font-size: 0.95rem;
        color: #fff;
    }
    .hero-banner h1 {
        font-size: 32px;
        font-weight: 600;
    }
    .hero-banner p {
        font-size: 1.4375rem;
        font-weight: 300;
    }
    #home .btn-secondary {
        display: inline-block;
        width: auto;
    }
    #home .our-clients .left-side {
        position: relative;
        z-index: 10;
    }
    #home .our-clients .left-side:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #b5485b;
        display: block;
        width: 2000px;
        height: 100%;
        z-index: -1;
    }
    #home .recent-posts .card {
        border: 0;
    }
    #purchase-tools .btn {
        height: 51px;
    }
    #purchase-tools .btn-secondary {
        line-height: 1.2;
        padding-top: 6px;
        padding-bottom: 6px;
        width: 100%;
    }
    #purchase-tools .fas {
        display: none;
    }
    #product-listing h1.product-list {
        font-size: 1.875rem;
    }
    #cart .cart-wrapper {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
    #cart .total-row {
        background: transparent;
        border: 0;
    }
    #cart #promoCode {
        position: absolute;
        top: -5px;
        left: 180px;
        width: 205px;
    }
    /*width*/
    .w-md-auto {
        width: auto !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    /*header searchbox*/
    .h-searchbox {
        pointer-events: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px;
        z-index: 1000;
    }
    #h-search-div {
        background-color: transparent;
        pointer-events: all;
    }
    /*table*/
    .table-bordered-md {
        border: 1px solid #dee2e6;
    }
    /*border*/
    .border-md {
        border: 1px solid #dee2e6 !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-md-left {
        border-left: 1px solid #dee2e6 !important;
    }
    .border-md-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .border-md-top {
        border-top: 1px solid #dee2e6 !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-md-left-0 {
        border-left: 0 !important;
    }
    .border-md-right-0 {
        border-right: 0 !important;
    }
    .border-md-top-0 {
        border-top: 0 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }
    /*background color*/
    .bg-md-light {
        background-color: #f8f9fa !important;
    }
    .bg-md-white {
        background-color: white !important;
    }
    /*border color*/
    .border-md-dark {
        border-color: #343a40 !important;
    }
    .bg-md-transparent {
        background-color: transparent !important;
    }
    /*cart dialog box - this will make the modal set to the right*/
    .modal.modal-md.right.fade .modal-dialog {
        position: fixed;
        right: 2%;
        top: 10%;
    }
    #product-listing #filters {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
    #product-listing #filters .navbar {
        background: transparent;
    }
    #product-listing #filters ul.navbar-nav {
        padding-right: 130px;
        font-size: 0.875rem;
    }
    #product-listing #filters ul.navbar-nav a {
        color: #454545;
    }
    #product-listing #filters ul.navbar-nav .show a,
    #product-listing #filters ul.navbar-nav a:hover {
        background: #eee;
    }
    #product-listing #filters .nav-item {
        border: 0;
    }
    #product-listing #filters #sort-by-mob {
        display: none !important;
    }
    #product-listing #filters .dropdown-menu {
        background: #eee;
        margin-top: 0;
        border: 0;
        border-radius: 0;
    }
    #product-listing #filters .secondary-filter {
        margin-top: 1px;
        display: none;
    }
    #product-listing #filters .btn-group-toggle {
        width: 250px;
        max-height: 300px;
        overflow-y: scroll;
    }
    #product-listing #filters .show-more {
        position: absolute;
        top: 0;
        right: 0;
    }
}


/*@media (min-width: 992px) {
  #product-listing #filters {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6; }
    #product-listing #filters .navbar {
      background: transparent; }
    #product-listing #filters ul.navbar-nav {
      padding-right: 130px;
      font-size: 0.875rem; }
      #product-listing #filters ul.navbar-nav a {
        color: #454545; }
      #product-listing #filters ul.navbar-nav .show a,
      #product-listing #filters ul.navbar-nav a:hover {
        background: #eee; }
    #product-listing #filters .nav-item {
      border: 0; }
    #product-listing #filters #sort-by-mob {
      display: none !important; }
    #product-listing #filters .dropdown-menu {
      background: #eee;
      margin-top: 0;
      border: 0;
      border-radius: 0; }
    #product-listing #filters .secondary-filter {
      margin-top: 1px;
      display: none; }
    #product-listing #filters .btn-group-toggle {
      width: 250px;
      max-height: 300px;
      overflow-y: scroll; }
    #product-listing #filters .show-more {
      position: absolute;
      top: 0;
      right: 0; } }*/


/*# sourceMappingURL=style.css.map */