.btn-primary, .search-result-pagination button, .search-result-filter-actions-reset input {
    background-color: #003b5e !important;
}

.btn-primary, .btn-secondary, .btn-default {
    border: 2px solid !important;
    font-size: 13px;
    font-weight: 500 !important;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition-property: background, color;
    transition-duration: 0.25s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
}

.btn-primary, .btn-secondary {
    border-color: #003b5e !important;
}

    .btn-secondary, .btn-secondary:hover {
        color: #00385e !important;
        background-color: white !important;
        cursor: pointer;
        font-weight: 600 !important;
    }

        .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-secondary:disabled,
        .btn-secondary:disabled:hover, .btn-seconday.disabled, .btn-seconday.disabled:hover, button.disabled:hover, button:disabled:hover {
            background-color: #989898 !important;
            border: 2px solid !important;
            border-color: #989898 !important;
            cursor: default;
            box-shadow: none;
        }

.btn-default {    
    border-color: #676767 !important;
    color: #ffffff !important;
    background-color: #676767 !important;
}

.catalog-spec-header-title, .configurator-spec-header-title {
    color: #003b5e !important;
}

.btn-primary.dropdown-toggle {
    min-width: 0;
}

    .btn-primary.dropdown-toggle::after {
        border-left: 1px solid #ffffff;
        border-right: none;
        border-top: none;
        content: "\f078";
        display: inline;
        font-family: "Font Awesome 5 Free";
        font-size: 80%;
        font-style: normal;
        font-weight: 900;
        margin: 0 0 0 14px;
        padding: 10px 0 10px 10px;
        text-decoration: none;
        vertical-align: initial;
    }

.dropdown-menu {
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 14px;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
}

a.dropdown-item {
    color: #333333;
    font-weight: 400;
    line-height: 1.43;
    padding: 3px 20px;
}

    a.dropdown-item:hover {
        background-color: #f5f5f5;
        color: #262626;
        text-decoration: none;
    }

.save-overlay, .loading-overlay {
    background-color: rgba(255,255,255,.5);
    border: none;
    cursor: wait;
    display: none;
    height: 100%;
    min-height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.save-overlay-content, .loading-overlay-content {
    background-color: rgba(0,0,0,.5);
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 160px auto 0;
    padding: 15px;
    text-align: center;
    width: 30%;
    z-index: 2001;
}


.toolTip {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #cccccc;
    color: #333333;
    display: none;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 0 10px 13px;
    position: fixed;
    max-width: 300px;
}

.toolTipPointer {
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: absolute;
    left: -11px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.chosen-choices {
    padding: 0;
    list-style: none;
}

.search-choice {
    color: #003B5E;
    display: inline-block;
    font-size: 13px;
    position: relative;
    margin: 3px 9px 3px 0;
    padding: 11px 37px 11px 12px;
    border-radius: 2px;
    background-color: #f2f2f2;
    line-height: 13px;
}

.search-choice-close {
    color: #003B5E;
    position: absolute;
    right: 14px;
    font-weight: 600;
    font-size: 16px;
    top: -1px;
}

.sweet-alert h2, .sweet-alert .lead {
    font-size: 2rem !important;
}

.cart-flyout-overlay {
    background-color: #ffffff;
    display: none;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
}

.cart-flyout {
    background-color: #fff;
    border: 1px solid #cccccc;
    bottom: 0;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    position: fixed;
    padding: 26px 24px;
    transition: 0.5s;
    right: -100px;
    top: 0;
    width: 0;
    max-width: 425px;
    z-index: 100001;
}

.cart-flyout-header {
    font-size: 17px;
    font-weight: 600;
    color: #003B5E;
}

    .cart-flyout-header .fa-check {
        color: #22BE04;
        margin-left: 5px;
    }

.cart-flyout-close {
    position: absolute;
    right: 24px;
    font-size: 32px;
    top: 12px;
}

.cart-flyout hr {
    margin: 16px -24px;
}

.cart-flyout-body {
    overflow: auto;
    font-size: 16px;
    color: #333333;
    flex-basis: 100%;
}

.cart-flyout-item {
    margin-bottom: 20px;
}

.cart-flyout-item-quantity-message {
    font-size: 15px;
    color: #676767;
}

.cart-flyout-footer {
    font-size: 16px;
    color: #333333;
    flex-basis: 280px;
}

.cart-flyout-footer-totals {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.cart-flyout-total {
    font-weight: 600;
}

.cart-flyout-footer button {
    width: 100%;
}

.spec-view button { 
    width: 157px !important;
}

.configurator-spec-specification-tabs div.active,
.catalog-spec-specification-tabs div.active {
    border-bottom-color: #003b5e !important;
}

.from-part-number-container input {
    font-family: Lato !important;
}