@media (min-width: 1020px) {
    .nav-content {
        padding-left: 0;
        margin-bottom: 20px
    }

    .mini-cart-content {
        padding-left: 0
    }
}

a {
    text-decoration: none;
    color: #0c78aa;
}

p {
    margin: 0 0 12px 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    padding: 0px;
    font-weight: normal;
}

h1 {
    font-size: 20px;
    color: #555;
}

h2 {
    font-size: 1.5em
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    outline: none;
    outline: none;
    outline-offset: initial;
    background: rgb(53, 116, 199);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    text-decoration: none;
}

.btn-primary:active,
.btn-primary.active {
    background: rgb(53, 116, 199);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:active,
.btn-default.active {
    color: #fff;
    background: rgb(53, 116, 199);
    border-color: #adadad;
}

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #fff;
        background: rgb(53, 116, 199);
        border-color: #8c8c8c;
    }

.btn-default:active,
.btn-default.active {
    background: rgb(53, 116, 199);
}

.btn-primary {
    background: #0c78aa;
    color: #fff;
}

.btn-success:hover {
    background: rgb(53, 116, 199);
    border-color: #b80;
}

.group-header {
    display: block;
    padding-bottom: 15px;
    font-size: 16px;
    color: gray;
}

div.hr {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    width: 100%;
    height: 1px;
    line-height: 1px;
    border-bottom: 1px solid #555;
    clear: both;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #555;
}

/* Body */

.title {
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0 4px;
    line-height: 2.1em;
    text-indent: 0;
    background: #0c78aa;
    color: #ffffff;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
}

    .title.sub-title {
        text-align: left;
        cursor: pointer;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

.boxhiliterightlink {
    color: #fff;
    text-transform: uppercase;
    float: right;
}
.boxhiliterightlink:hover{
    color: #fff;
}

/* Navigation Bar */

@media (min-width: 768px) {
    .user-links-wrap {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 991px){
    .user-links-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 10px;
    }
}
    a.contactus {
        display: inline-block;
        padding: 10px 54px;
        color: #fff;
        background: #f18b1d;
        text-align: center;
        font-weight: bold;
    }

.user-links {
    margin: 0;
}

.user-links i {
    color: #D08744;
}

.remove-link {
    line-height: 28px;
}

.filter-toggle {
    padding: 0 15px;
    background-color: #444;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 15px
}

.toggleclick i {
    margin: 0 5px;
}

.with-filter {
    border: 1px solid #bbb;
    border-radius: 4px;
}

    .with-filter.unselected {
        margin: 15px 0px 0px 0px;
        margin-bottom: 15px
    }

    .with-filter .filters-container {
        padding: 9px 5px;
    }

        .with-filter .filters-container .leftnavspan {
            color: #000000;
            margin: 2px 2px 2px 5px;
            display: block;
        }

        .with-filter .filters-container .boxed {
            margin: 2px;
        }

            .with-filter .filters-container .boxed a {
                color: #000000;
                display: block;
            }

    .with-filter .filter-wrapper .filter .leftnavsection {
        padding: 9px 5px;
    }

        .with-filter .filter-wrapper .filter .leftnavsection .leftnavlink {
            color: #000000;
            margin: 2px;
            display: block;
        }

            .with-filter .filter-wrapper .filter .leftnavsection .leftnavlink .leftnavcount {
                font-size: 10px;
                color: #666666;
            }

/* End Navigation Bar */

/* Popup Box */

.withpopup {
    position: relative;
}

.popupbox {
    display: none;
    z-index: 5000;
    position: absolute;
    border: 1px solid #555;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 2px;
    padding: 12px 10px;
    text-indent: 0;
    background: #fff;
    color: #333;
    box-shadow: rgba(0,0,0,0.65) 4px 4px 6px;
    -moz-box-shadow: rgba(0,0,0,0.65) 4px 4px 6px;
    -webkit-box-shadow: rgba(0,0,0,0.65) 4px 4px 6px;
    behavior: url('/bundles/cogneatopartsgopher/css/PIE.htc');
}

    .popupbox.open {
        display: block;
    }

    .popupbox.vertical {
        width: 205px;
    }

        .popupbox.vertical.above {
            top: auto;
            bottom: 3em;
        }

    .popupbox.horizontal {
        bottom: -20px;
    }

    .popupbox .contents {
        margin: 0 0 0 84px;
    }

    .popupbox .image {
        float: left;
        margin: 0 12px 0 0;
    }

    .popupbox .close, .popupbox .ui-icon {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .popupbox .ui-icon-closethick {
        width: 16px;
        height: 16px;
        text-indent: -9999em;
        background: url('/Skins/Default/images/bt_close_help.gif') no-repeat left top;
    }

    .popupbox .more {
    }

    .popupbox.vertical .arrow {
        z-index: 501;
        position: absolute;
        top: -16px;
        left: 55px;
        width: 18px;
        height: 16px;
        background: url('/Skins/Default/images/popupbox_vertical_arrow.png') no-repeat left top;
    }

    .popupbox.vertical.above .arrow {
        top: auto;
        bottom: -16px;
        background: url('/Skins/Default/images/popupbox_vertical_above_arrow.png') no-repeat left top;
    }

    .popupbox.horizontal .arrow {
        z-index: 501;
        position: absolute;
        right: -18px;
        bottom: 14px;
        width: 18px;
        height: 22px;
        background: url('/Skins/Default/images/popupbox_horizontal_arrow.png') no-repeat left top;
    }

    .popupbox ol {
        margin: 0;
        padding: 0 2em;
    }

    .popupbox.itemquickview {
        font-size: 12px;
    }

    .popupbox.autosuggest ul {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 1.6em;
    }

    .popupbox.autosuggest li {
        border-top: 1px solid #555;
        padding: 5px 0;
    }

        .popupbox.autosuggest li:first-child {
            border: none;
        }

        .popupbox.autosuggest li a {
            color: #333333;
        }

        .popupbox.autosuggest li.selected a {
            color: #0c78aa;
        }

#arrow {
    top: 40px;
}

/* End Popup Box */

/* Mini Cart */
@media (min-width:1200px) {
    div.col-lg-7.nav-content {
        width: 56.333% !important
    }

    div.col-lg-2.mini-cart-content {
        width: 18.66%
    }

    div.col-lg-10.single-variant-wrap {
        width: 81.333% !important
    }
}

.minicart-checkout-button {
    margin-bottom: 2px !important
}

.hovered {
    background-color: lightyellow;
}

.fixedCart {
    position: fixed;
    zoom: 1;
    top: 20px !important;
    max-width: 197.72px;
    width: 100%;
}

#scrollingcart.boxed {
    padding: 15px;
}

#scrollingcart h3 {
    margin: 0 0 10px 0;
    color: #0e76bc;
}

#scrollingcart a {
    color: #333;
}

    #scrollingcart a.checkout {
        color: #fff !important;
        padding: 8px;
    }

#scrollingcart .checkout a:hover {
    text-decoration: none;
}

#scrollingcart a.checkout {
    float: right;
    margin-left: 20px;
}

/* abc, ltd new shoppingcart classes */
.not-found {
    background: rgb(252,208,183);
    padding: 15px;
}

#abShoppingCart {
    margin: 20px auto;
    position: relative;
}

    #abShoppingCart input.qty {
        width: 50px !important;
    }

    #abShoppingCart .myorder th.image {
        width: auto;
    }

    #abShoppingCart .myorder th.itemsku {
        width: auto;
    }

    #abShoppingCart .myorder th.avail {
        width: auto;
        text-align: center;
    }

    #abShoppingCart .myorder th.uom {
        width: auto;
        text-align: center;
    }

    #abShoppingCart .myorder th.qty {
        width: auto;
        text-align: center;
    }

    #abShoppingCart .myorder th.price {
        width: auto;
        text-align: center;
    }

    #abShoppingCart .myorder th.action {
        width: auto;
        text-align: center;
    }

    #abShoppingCart .abcartsummary {
        float: right;
        margin-top: 15px;
    }

        #abShoppingCart .abcartsummary td {
            padding: 2px;
        }

    #abShoppingCart #scrollingcart {
        border: 1px solid #999;
        box-shadow: 2px 2px 5px #ccc;
        padding: 15px;
    }

@media (max-width: 560px) {
    #abShoppingCart #scrollingcart {
        overflow-x: scroll;
    }
}


@media (max-width: 845px) {

    #abShoppingCart .myorder th.itemsku {
        width: auto;
    }

    .myorder .itemsku {
        width: auto;
    }

    #abShoppingCart .myorder th.avail {
        width: auto;
    }

    #abShoppingCart .myorder th.uom {
        width: auto;
    }

    #abShoppingCart .myorder th.qty {
        width: auto;
    }

    #abShoppingCart .myorder th.price {
        width: auto;
    }
}

.title.sub-title h3 {
    display: inline-block;
    font-size: 12px;
    margin: 0px;
}

.saved-carts-wrapper {
    padding: 0 5px;
    margin: 10px 0;
    overflow: auto;
}

#saved-carts-combo {
    width: 88px;
    float: right;
    margin: 0;
}

table.myorder {
    width: 98%;
    text-indent: 0;
    margin-left: 4px;
}

.myorder th {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    color: #999;
}

.myorder td {
    padding: 3px 0;
    word-wrap: break-word;
    word-wrap: break-all;
}

.myorder .itemsku {
    width: 80px;
    text-align: left;
}

.myorder .itemsku {

}

.myorder td.qty, .myorder th.qty {
    text-align: center;
    width: 32px;
}

.myorder .new td {
    padding-top: 5px;
}

.myorder .action {
    width: 20px;
    text-align: center;
}

    .myorder .action .remove {
        display: block;
        width: 20px;
        height: 15px;
        background: url('/Skins/Default/Images/bt_remove.gif') no-repeat 4px 4px;
    }

.orderinstructions {
    color: #333;
    display: block;
    padding: 8px 8px 8px;
}

.checkout {
    text-align: center;
    margin-bottom: 5px;
}

.myorder .checkout {
    margin: 10px 0 5px;
    text-align: center;
}

.actionlink {
    text-align: center;
    color: #0c78aa;
}

.save-cart {
    text-align: center;
    padding: 5px;
    box-shadow: 3px 3px 3px #ccc;
    width: 240px;
    margin: 5px auto;
    border-radius: 5px;
    display: none;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
}

.save-cart-mini {
    text-align: center;
    padding: 5px;
    width: 158px;
    margin: 5px auto;
    border-radius: 5px;
    display: none;
    border: 1px solid #ccc;
}

    .save-cart-mini input[type="text"] {
        width: 150px;
        margin: 0;
    }

.saved-cart-header {
    font-weight: bold;
    color: #d98814;
    background: url('../images/accordion_arrow_right.png') 5px 4px no-repeat;
    padding: 0 0 0 15px;
}

.saved-cart-header-active {
    font-weight: bold;
    color: #d98814;
    background: url('../images/accordion_arrow_down.png') 4px 5px no-repeat;
    padding: 0 0 0 15px;
}

    .saved-cart-header:hover, .saved-cart-header-active:hover {
        cursor: pointer;
    }

.saved-cart-content {
    margin: 0 0 10px 0;
    display: none;
    padding: 0 0 0 15px;
}

    .saved-cart-content th, .saved-cart-content td {
        text-align: left;
    }

.no-carts {
    color: red;
}

.select-saved-carts {
    float: right;
    color: black;
}

#saved-carts-combo {
    width: 105px;
    float: right;
    margin: 0;
}

.saved-carts-wrapper {
    padding: 0 5px;
    margin: 10px 0;
    overflow: auto;
}

.save-cart-mini {
    text-align: center;
    padding: 5px;
    width: 158px;
    margin: 5px auto;
    border-radius: 5px;
    display: none;
    border: 1px solid #ccc;
}

    .save-cart-mini input[type="text"] {
        max-width: 150px;
        width: 100%;
        margin: 0;
    }

/* End Mini Cart */

.nav-bread-crumb {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 28px;
}

.product-row a {
    vertical-align: top;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -ms-user-select: none;
    user-drag: none;
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #333333;
    display: block;
    padding: 5px;
    text-align: center;
}

    .product-row a:hover {
        border: 1px solid #ccc;
    }

    .product-row a img {
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -webkit-user-drag: none;
        -ms-user-select: none;
        user-drag: none;
    }

    .product-row a span.orange {
        display: block;
        text-align: right;
    }

    .product-row a span.product-row-text {
        display: block;
    }

.productVariantTableSummary {
    color: black;
    font-weight: normal;
    font-size: 12px;
}

#emailpageaddress {
    background: #ddd;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #aaa;
}

    #emailpageaddress input[type=text] {
        border: 1px inset #818181;
        width: 90%;
        height: 1.5em;
        background: #eee;
        margin: 2px 5%;
        border-radius: 4px;
    }

#product-tab-container .nav {
    border: none;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #aaa;
    border-left: 1px solid #666;
    color: #333;
    margin: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ccc;
    border-left: none;
    border-right: none;
}

/* Variant Table */

.varianttabpadded .product-listing-related-document-container {
    width: 120px;
    margin: 10px 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    .varianttabpadded .product-listing-related-document-container .product-listing-related-document-document-name {
        padding: 10px 0px;
    }

.addtocartplus {

}

.instockyes .decor {
    display: inline-block;
    width: 13px;
    height: 14px;
    background: url('/images/ic_instock.gif');
}

.in-stock {
    color: #78a22f;
    font-weight: bold
}

.backordered {
    color: #ff004f;
    font-weight: bold
}

.partial-stock {
    color: #e2b300;
    font-weight: bold
}

.out-stock {
    color: #9d9b9d;
    font-weight: bold
}

.instockno .decor {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('/images/ic_instocknot.gif');
}

.div_freezepanes_wrapper {
    position: relative;
    border: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
}

    .div_freezepanes_wrapper td {
        height: 26px;
    }

.oddrow {
    background-color: #eee;
}

#table1 {
    float: left;
    padding: 0px;
    margin: 0px;
}

#varianttable {
    width: auto;
    border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
    #table1, #varianttable {
        width: 100%
    }
}

.variantth, .varianttd {
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}

.variantthl, .varianttdl {
    text-align: left;
    padding: 5px 5px 5px 8px;
    white-space: nowrap;
}

.variantth, .varianttd {
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}

.variantth, .varianttd {
    text-align: center;
    padding: 5px;
    white-space: nowrap;
}

.variantth, .variantthl, .variantthr {
    background-color: #ccc;
    font-size: 12px;
    line-height: 2.1em;
    height: 2.1em;
    padding: 0 8px;
    color: #333;
    font-weight: normal;
}

#table2 {
    padding: 0px;
    margin: 0px;
    overflow: auto;
}

#nomovingtable {
    border-left: 1px solid #ccc;
    overflow-x: auto;
}

    #nomovingtable tr, #varianttable tr {
        height: 36px;
    }

        #nomovingtable tr:first-child, #varianttable tr:first-child {
            height: inherit;
        }

.varianttdf {
    padding: 5px 5px 5px 30px;
    white-space: nowrap;
    height: 26px;
}

.varianttda {
    padding: 5px 5px 5px 8px;
    white-space: nowrap;
    height: 26px;
}

/* End Variant Table */

.varianttabpadded {
    padding: 15px;
    border: 1px solid #ccc;
}

table.vertical {
    width: 100%;
    margin-top: 10px;
}

    table.vertical tr {
        border: 1px solid #cecece;
    }

        table.vertical tr.product {
            background-color: #cecece;
            border-bottom: 10px solid #ffffff;
        }

        table.vertical tr.product-detail {
            display: none;
        }

            table.vertical tr.product-detail td {
                padding: 0 30px 5px 30px;
            }

            table.vertical tr.product-detail p {
                font-size: 12px;
            }

/* Variant Page */

.productVariantTableSummary {
    color: black;
    font-weight: normal;
    font-size: 12px;
}

.variant-table-link {
    color: black
}

.single-variant-price {
    color: #0c78aa;
    font-size: 1.3em;
    font-weight: bold;
}

.single-variant-attributes {
    margin-left: 20px;
}

.subdeptheader {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-variant-attributes table.attribute-table {
    width: 100%;
}

.single-variant-attributes div.attribute-table td {
    padding: 3px;
}

.single-variant-attributes .parent-name {
    font-weight: bold;
}

@media (min-width: 768px) {
    div.attribute-table div:first-child {
        border-right: 2px solid #ddd
    }
}

div.related-documents {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    div.related-documents .variant-detail-related-document-container {
        width: 120px;
        margin: 5px 5px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }

        div.related-documents .variant-detail-related-document-container .variant-detail-related-document-document-name {
            padding: 10px 0px;
        }

table.top-info td {
    padding: 8px 0;
}

/* End Variant Page */

.saved-cart-header {
    font-weight: bold;
    color: #0c78aa;
    background: url('/Skins/Default/images/accordion_arrow_right.png') 4px 5px no-repeat;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.saved-cart-header-active {
    font-weight: bold;
    color: #0c78aa;
    background: url('/Skins/Default/images/accordion_arrow_down.png') 4px 5px no-repeat;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.saved-cart-content {
    margin: 0 0 10px 0;
    display: none;
    padding: 0 0 0 15px;
}

    .saved-cart-content table {
        width: 100%;
    }

.subdeptheader {
    padding-bottom: 0;
    margin-bottom: 0;
}

    .subdeptheader a {
        font-size: 10px;
        float: right;
        margin-top: 10px;
    }

.account-form {
    margin-bottom: 0px;
}

/* End Body */

/* Footer */

/* End Footer */

@media (max-width: 768px) {
    .fixedCart {
        position: relative;
    }

    .tooltip {
        display: none !important
    }
}

@media (max-width: 767px) {
    .header-cart {
        text-align: center;
        float: initial;
    }

    /*.form-group.search-form-group #arrow {
        left: 10px;
        top: 243px;
    }*/

    .background .body-background .container {
        padding: 10px 15px;
    }
}

.group-header {
    border-bottom: none
}

.page-action-bar {
    margin-bottom: 0px;
}

.address-edit {
    text-align: center
}

.update-account-button {
    display: block;
    margin: 0px auto;
}

/* bootstrap overrides */
.carousel-caption {
    display: none
}

@media screen and (min-width: 991px) {
    .carousel-caption {
        display: block;
        right: 0;
        left: 0;
        padding-bottom: 55px;
        background: rgba(0,0,0,.25);
        bottom: 0;
    }
}
