* {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

html, body {
    color: #000000;
    font-size: 14px;
    position: relative;
    padding: 0px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.fa.fa-chevron-right, .fa.fa-chevron-left {
    font-size: 0.5rem;
    position: relative;
    top: -2px;
}

h1, .h1 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 24px;
}

a:hover, a:focus {
    color: #000;
}

a.yellow.button {
    background-color: #ffdd16;
    color: #000000;
    padding: 2px 10px;
    margin: 0px;
    border: none;
    border-radius: initial;
    display: inline;
    vertical-align: initial;
}

.in-stock {
    color: #78a22f;
}

.backordered {
    color: #ff004f;
}

.partial-stock {
    color: #000000;
}

.out-stock {
    color: #9d9b9d;
}

.navcrumbs {
    font-size: 1.2rem;
    font-weight: 300;
    color: #000000;
}

    .navcrumbs a {
        color: #000000;
    }

    .navcrumbs .fa {
        font-size: 0.6rem;
    }

.required {
    font-weight: bold;
}

    .required:before {
        content: "*";
        color: red;
    }

/* Auto-Suggest */

#arrow {
    left: 68px;
    top: 35px;
    width: 100%;
    max-width: 210px;
}

.withpopup {
    position: relative;
}

.popupbox {
    display: none;
    z-index: 5000;
    position: absolute;
    border: 1px solid #ffdd16;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 2px;
    padding: 12px 10px;
    text-indent: 0;
    background: #ffdd16;
    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 .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 {
        font-size: 11px;
    }

    .popupbox ol {
        margin: 0;
        padding: 0 2em;
    }

    .popupbox.itemquickview {
        font-size: 12px;
    }

    .popupbox.auto-suggest ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .popupbox.auto-suggest li {
        border-top: 1px solid #d98814;
        padding: 5px 0px;
        margin: 0px;
    }

        .popupbox.auto-suggest li:first-child {
            border: none;
        }

        .popupbox.auto-suggest li div {
            line-height: 1.4;
        }

        .popupbox.auto-suggest li a {
            color: #333333;
            line-height: 1.4;
        }

        .popupbox.auto-suggest li.selected a {
            color: #d98814;
        }

/* End Auto-Suggest */

/* Saved Carts */
.saved-cart-header {
    font-weight: bold;
    color: #555;
    background: url('../images/accordion_arrow_right.png') 5px 4px no-repeat;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.saved-cart-header-active {
    font-weight: bold;
    color: #555;
    background: url('../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 th, .saved-cart-content td {
        text-align: left;
    }
/* End Saved Carts */

/* Full Cart View */
section.cart {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.container.cart .row {
    margin: 0px;
}

section.cart .row > .row-fluid:first-of-type {
    line-height: 50px;
    margin: auto;
}

section.cart .row > .row-fluid {
    margin: 0 -15px;
}

section.cart h1 {
    font-weight: 300;
    margin: 0;
}

    section.cart h1 + ul {
        text-align: left !important;
    }

        section.cart h1 + ul li {
            display: block;
            line-height: 150%;
        }

            section.cart h1 + ul li:first-child {
                margin-top: 15px;
            }

        section.cart h1 + ul span {
            display: none;
        }

        section.cart h1 + ul a {
            color: #000000;
        }

section.cart table {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}

    section.cart table strong {
        font-size: 0.8rem;
    }

    section.cart table small {
        display: initial;
    }

    section.cart table .fa-times {
        display: none;
    }

section.cart thead th {
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}

section.cart table td {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
}

section.cart table td {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
}

section.cart table td {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px;
}

section.cart table img {
    max-width: 100%;
    border: 1px solid #e8e8e8;
    display: block;
    margin: auto;
    width: 50px;
}

section.cart td.product-details p.title {
    display: none;
    font-size: 0.8rem;
    margin: 0;
}

section.cart td.product-details a:first-of-type {
    color: #000000;
    font-weight: 300;
    font-size: 0.8rem;
    display: block;
}

section.cart td.product-details a:last-of-type {
    display: block;
    color: #999999;
    font-size: 0.7rem;
}

section.cart td.product-lookup small {
    font-size: 0.8rem;
}

section.cart td.product-lookup strong {
    font-weight: 300;
}

section.cart td.quantity {
    font-size: 0.7rem;
    width: 50px;
}

    section.cart td.quantity input {
        display: block;
        width: 30px;
        text-align: center;
        font-weight: 600;
        font-size: 1rem;
    }

section.cart td.price {
    font-size: 0.7rem;
}

    section.cart td.price strong {
        font-size: 0.8rem;
        font-weight: 700;
        display: block;
    }

section.cart td.actions a {
    font-size: 0.7rem;
    color: #999999;
}

    section.cart td.actions a .fa {
        background-color: #e8e8e8;
        color: #777777;
        padding: 1px;
        font-size: 0.6rem;
    }

.order-line-note .note-input-wrapper {
    display: none;
}

    .order-line-note .note-input-wrapper .note-input {
        width: 80%;
        margin-right: 10px;
    }

    .order-line-note .note-input-wrapper a {
        font-size: 0.8em;
    }

section.cart tfoot td {
    padding: 15px;
}

section.cart tfoot .field {
    background-color: #e8e8e8;
    display: inline-block;
    padding: 4px;
    float: left;
    margin-right: 8px;
}

    section.cart tfoot .field input {
        padding: 5px 10px;
        font-size: 0.9rem;
        border: 0 none;
    }

    section.cart tfoot .field:first-of-type input {
        min-width: 188px;
        width: 100%;
    }

    section.cart tfoot .field:first-of-type #miniAS.auto-suggest {
        width: 24%;
    }

    section.cart tfoot .field:last-of-type input {
        text-align: center;
        width: 46px;
    }

section.cart tfoot input.add {
    background-color: #666666;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 3rem;
    line-height: 36px;
    text-align: center;
    width: 36px;
    border: none;
}

section.cart tfoot .text-right {
    margin-top: 30px;
}

    section.cart tfoot .text-right a, #full-cart-clear-all {
        color: #000000;
        display: inline-block;
        margin-right: 15px;
    }

section.cart tfoot .save-cart {
    display: none;
}

    section.cart tfoot .save-cart #save-cart-button, #special-pricing {
        background-color: #b1b1b1;
        color: #ffffff;
        border: 0 none;
        padding: 5px 10px;
        margin-top: 5px;
    }

section.cart .order-meta {
    background-color: #e8e8e8;
    padding: 15px;
    margin-top: 30px;
}

    section.cart .order-meta button {
        background-color: #b1b1b1;
        color: #ffffff;
        border: 0 none;
        padding: 5px 10px;
        margin-top: 15px;
    }

    section.cart .order-meta h3 {
        font-size: 1.3rem;
    }

        section.cart .order-meta h3 strong {
            font-size: 1.8rem;
        }

    section.cart .order-meta > div:last-child div div {
        float: left;
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    section.cart .order-meta > div:last-child div.text-right {
        width: auto;
    }

    section.cart .order-meta > div:last-child div.text-left {
        width: auto;
        padding-left: 15px;
    }

    section.cart .order-meta > div:last-child button {
        background-color: #78a22f;
        padding: 8px 15px;
        float: none;
        display: block;
        margin: 20px auto auto;
    }
/* End  Full Cart View */

/* HEADER */

header {
    background-color: #000000;
}

.top-bar {
    background-color: #e8e8e8;
    color: #333333;
    font-size: 0.9rem;
    line-height: 30px;
    text-align: center;
    padding: 0 5%;
}

    .top-bar ul {
        display: block;
    }

    .top-bar a {
        color: #333333;
        padding: 0 5px;
    }

.list-horizontal li {
    display: inline-block;
}

.top-bar ul:last-of-type li {
    margin: 0 5px;
}

header img.logo {
    max-width: 740px;
    width: 100%;
}

header h1 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    padding-right: 15px;
    line-height: 145px;
}

header nav {
    background-color: #666666;
}

    header nav ul {
        background-color: #ffdd16;
    }

    header nav li {
        margin-right: 15px;
        position: relative;
    }

        header nav li i {
            padding-left: 5px;
        }

    header nav ul li a {
        display: block;
        line-height: 40px;
        color: #000000;
        font-size: 1.1rem;
        font-weight: 600;
    }

    header nav ul.subnav {
        display: none;
        position: absolute;
        left: -15px;
        width: 260px;
        padding-top: 15px;
        padding-bottom: 25px;
        z-index: 99;
    }

        header nav ul.subnav li {
            margin-left: 15px;
            display: block;
            font-size: 0.5rem;
            font-weight: 500;
        }

            header nav ul.subnav li a {
                display: inline-block;
                line-height: 160%;
                font-size: 0.9rem;
                font-weight: 500;
                padding-left: 2px;
            }

            header nav ul.subnav li.other-link a {
                font-weight: 600;
                margin-top: 15px;
            }

    header nav li.dropdown:hover ul.subnav {
        display: block;
    }

header .device-menu {
    line-height: 40px;
    font-size: 1.3rem;
}

    header .device-menu a {
        color: #ffffff;
        letter-spacing: 1px;
    }

header .utility {
    background-color: #666666;
    line-height: 39px;
    text-align: right;
}

    header .utility form {
        display: inline-block;
        margin-right: 15px;
    }

        header .utility form input {
            line-height: 26px;
            border: 0 none;
            margin-top: 6px;
            width: 80%;
            border-radius: 3px;
        }

        header .utility form i {
            color: #ffffff;
            font-size: 1.5rem;
            padding-left: 5px;
        }

header .cart {
    background-color: #ffdd16;
    border-radius: 3px;
    color: #666666;
    font-size: 1.1rem;
    padding: 1px 6px;
    cursor: pointer;
}

.search .fa-search:hover {
    cursor: pointer;
}

/* END HEADER */

/* BODY */

section.slides {
    margin-top: 60px;
    margin-bottom: 60px;
}

    section.slides .slide {
        display: none;
        position: relative;
    }

        section.slides .slide img {
            width: 100%;
            max-width: 100%;
        }

    section.slides .slide-content {
        display: block;
        background-color: #ffffff;
        opacity: 0.7;
        position: absolute;
        left: 30px;
        right: 30px;
        top: 50%;
        padding: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    section.slides h3 {
        text-transform: uppercase;
        font-weight: 700;
    }

    section.slides .slide-content p {
        display: none;
    }

    section.slides .slide-nav {
        border-bottom: 1px solid #e6e6e6;
        padding: 10px 30px 10px 15px;
    }

        section.slides .slide-nav:hover {
            background-color: #DEDEDE;
            cursor: pointer;
        }

        section.slides .slide-nav:last-of-type {
            border: 0 none;
        }

        section.slides .slide-nav.active {
            background-color: #ffdd16;
        }

        section.slides .slide-nav h5 {
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 3px;
        }

        section.slides .slide-nav p {
            font-size: 0.9rem;
        }

section.vendor-bar {
    background-color: #f2f2f2;
    padding: 15px 0;
    text-align: center;
}

    section.vendor-bar h4 {
        font-weight: 600;
    }

    section.vendor-bar a {
        color: #000000;
    }

    section.vendor-bar ul {
        text-align: center;
    }

    section.vendor-bar img {
        max-width: 150px;
        max-height: 83px;
        width: auto;
    }

.list-horizontal li {
    display: inline-block;
}

section.vendor-bar ul li {
    text-align: center;
}

section.product-categories {
    padding: 60px 23px 30px;
    text-align: center;
}

    section.product-categories > .row > div {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 30px;
    }

    section.product-categories a {
        color: #000000;
        font-size: 0.9rem;
        font-weight: 700;
    }

    section.product-categories .category img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    section.product-categories a .fa {
        font-size: 0.5rem;
    }

section.content-cta {
    background-color: #ffdd16;
    padding: 5px 0 15px;
}

    section.content-cta .row div {
        margin-bottom: 30px;
    }

    section.content-cta h3 {
        font-weight: 800;
        text-transform: uppercase;
    }

    section.content-cta p {
        padding-right: 15px;
    }

    section.content-cta a {
        color: #000000;
        font-weight: 700;
    }

aside.mini-cart {
    font-size: 0.8rem;
    margin-top: 20px;
}

    aside.mini-cart .title {
        background-color: #ffdd16;
        color: #000000;
        line-height: 30px;
        padding: 0 15px;
        font-weight: 700;
        font-size: 1rem;
    }

        aside.mini-cart .title .fa {
            margin-right: 10px;
        }

    aside.mini-cart .quick-add {
        background-color: #e8e8e8;
        padding: 5px 15px;
    }

        aside.mini-cart .quick-add input {
            border: 0 none;
            float: left;
            font-size: 0.8rem;
            margin-right: 10px;
            padding: 2px 5px;
        }

            aside.mini-cart .quick-add input:first-of-type {
                width: 130px;
            }

        aside.mini-cart .quick-add a {
            background-color: #000000;
            color: #ffffff;
            padding: 0 4px 0 5px;
        }

    aside.mini-cart .cart-details {
        padding: 15px;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

    aside.mini-cart .product {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 10px;
        padding: 10px 0;
    }

    aside.mini-cart .cart-details a {
        color: #000000;
        font-size: 0.8rem;
    }

    aside.mini-cart .product a.delete {
        float: left;
        background-color: #e8e8e8;
        color: #444444;
        margin-right: 15px;
        line-height: 100%;
        padding: 0 4px 2px;
    }

    aside.mini-cart .product p {
        float: left;
        line-height: normal;
    }

        aside.mini-cart .product p strong {
            line-height: none;
        }

        aside.mini-cart .product p span.in-stock, aside.mini-cart .product p span.backordered, aside.mini-cart .product p span.partial-stock, aside.mini-cart .product p span.out-stock {
            text-transform: uppercase;
        }

        aside.mini-cart .product p input {
            max-width: 30px;
        }

    aside.mini-cart .cart-details a.checkout {
        background-color: #78a22f;
        color: #ffffff;
        padding: 2px 8px;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 0.9rem;
    }

.save-cart-mini {
    text-align: center;
    padding: 5px;
    width: 158px;
    margin: 5px auto;
    border-radius: 5px;
    display: none;
    border: 1px solid #ccc;
}

aside.mini-cart .cart-actions {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
}

    aside.mini-cart .cart-actions input {
        margin-left: 5px;
    }

    aside.mini-cart .cart-actions select {
        border: 1px solid #e8e8e8;
        padding: 3px;
        width: 150px;
        margin-left: 15px;
    }

section aside.with-filter {
    margin-top: 55px;
}

aside.with-filter {
    border: 1px solid #cccccc;
    border-top: 0 none;
    margin: 15px 0 30px;
}

    aside.with-filter .filter-toggle {
        padding: 0 15px;
        background-color: #0d64d3;
        color: #ffffff;
        line-height: 40px;
    }

        aside.with-filter .filter-toggle .fa {
            float: right;
            line-height: 40px;
        }

    aside.with-filter .filter-wrapper {
        display: none;
    }

    aside.with-filter a {
        color: #333333;
        font-size: 0.9rem;
        position: relative;
    }

    aside.with-filter .title {
        background-color: #333333;
        color: #ffffff;
        padding: 0 15px;
        font-weight: 600;
        line-height: 30px;
    }

        aside.with-filter .title a {
            float: right;
            color: #e8e8e8;
            text-transform: uppercase;
            font-size: 0.8rem;
            font-weight: 500;
        }

    aside.with-filter ul {
        padding-left: 15px;
    }

    aside.with-filter .results ul {
        margin: 15px 0;
    }

        aside.with-filter .results ul:last-of-type {
            padding: 0 30px;
        }

            aside.with-filter .results ul:last-of-type li {
                font-size: 0.9rem;
            }

    aside.with-filter .results strong {
        padding-left: 15px;
    }

    aside.with-filter .results .fa {
        position: absolute;
        top: 4px;
        background-color: #000000;
        color: #ffffff;
        padding: 1px 2px;
        font-size: 0.5rem;
        margin-right: 5px;
        font-weight: 500;
    }

    aside.with-filter .subtitle {
        background-color: #e8e8e8;
        font-weight: 700;
        padding: 5px 15px;
        cursor: pointer;
        font-size: 0.9rem;
    }

    aside.with-filter .filter ul {
        display: none;
        padding: 15px 30px;
    }

    aside.with-filter .filter a.more {
        font-weight: 700;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

section.search main .subcategory-grid.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    section.search main .subcategory-grid.row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    section.search main .subcategory-grid.row .subcategory {
        text-align: center;
    }

section.department main {
    padding: 0px;
}

section main .description {
    border-left: 10px solid #ffdd16;
    padding-left: 20px;
    margin: 30px 0;
    font-size: 0.9rem;
}

section main .subcategory-grid {
    padding: 0 8px;
}

    section main .subcategory-grid.row .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

section.detail.department main .subcategory-grid.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    section.detail.department main .subcategory-grid.row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

    section.detail.department main .subcategory-grid.row .subcategory {
        text-align: center;
    }

section.detail main > .row {
    margin-bottom: 30px;
}

section main .subcategory {
    border: 1px solid #cccccc;
    margin-bottom: 30px;
}

    section main .subcategory a {
        color: #000000;
        font-weight: 700;
    }

    section main .subcategory img {
        max-width: 150px;
        height: auto;
        width: 100%;
    }

section main .subcategory-title {
    height: 70px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 5px 0;
    position: relative;
}

    section main .subcategory-title .text-center {
        /*position: absolute;
        left: 5px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);*/
    }

    section main .subcategory-title small {
        font-weight: 500;
        display: block;
        color: #625508;
    }

section small {
    display: block;
    margin-bottom: 15px;
}

section.series .pagination {
    display: block;
    color: #333333;
}

section .pagination p strong.current {
    padding-left: 5px;
}

section .pagination:first-of-type {
    margin-bottom: 30px;
}

section.department .pagination > p.catpaginationmain, section.search .pagination > p.catpaginationmain {
    font-size: 10px;
    float: left;
}

section .pagination a {
    color: #0d63d2;
}

section .pagination > p a {
    padding: 0 5px;
}

section.department .pagination, section.search .pagination {
    display: block;
    color: #333333;
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

    section.department .pagination:first-of-type, section.search .pagination:first-of-type {
        margin-bottom: 30px;
    }

    section.department .pagination > p, section.search .pagination > p {
        float: left;
        padding-top: 20px;
    }

        section.department .pagination > p a .fa, section.search .pagination > p a .fa {
            font-size: 0.6rem;
            background-color: #0d63d2;
            color: #ffffff;
            padding: 2px;
        }

section.series .pagination > p {
    float: left;
    padding-top: 20px;
}

    section.series .pagination > p a .fa {
        font-size: 0.6rem;
        background-color: #0d63d2;
        color: #ffffff;
        padding: 2px;
    }

section.series .vertical-table-legend {
    margin-bottom: 30px;
}

    section.series .vertical-table-legend p {
        margin: 0;
        font-size: 0.9rem;
    }

    section.series .vertical-table-legend .fa-check, section.series .vertical-table-legend .fa-clock-o {
        margin-top: 10px;
    }

    section.series .vertical-table-legend .fa-check {
        color: #78a22f;
    }

section main .subcategory-title {
    min-height: 70px;
    background-color: #f5f5f5;
    text-align: center;
    padding: 5px;
    position: initial;
    height: auto;
}

section.series {
    margin-top: 30px;
    margin-bottom: 30px;
}

    section.series .navcrumbs + .row .col-xs-6 {
        width: 100%;
    }

    section.series .product-photo {
        padding-left: 30px;
    }

    section.series .navcrumbs + .row .col-xs-6.product-photo:first-of-type {
        display: block;
        padding-left: 15px;
    }

    section.series .img-container {
        position: relative;
        text-align: right;
        display: inline-block;
        width: 100%;
    }

    section.series .navcrumbs + .row .col-xs-6.product-photo:first-of-type .img-container {
        text-align: left;
    }

    section.series .product-photo a {
        display: block;
        color: #000000;
        font-size: 0.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }

.product-photo div.img-container img {
    max-width: 299px;
    max-height: 295px;
    height: 100%;
    width: 100%;
}

section.series .navcrumbs + .row .col-xs-6 {
    width: 100%;
}

    section.series .navcrumbs + .row .col-xs-6.product-photo:last-of-type {
        display: none;
    }

section.series h1 {
    font-weight: 300;
    margin-bottom: 15px;
}

section.series h2 {
    font-size: 1.6rem;
    margin-top: 0;
}

section.series .navcrumbs + .row h2 {
    font-weight: 700;
}

section.series h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

section.series h4 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

section.series .product-listing-related-document-image {
    width: 120px;
    margin: 10px 20px;
    vertical-align: top;
    text-align: center;
    width: 100px;
    height: 129px;
    border: 1px solid #ccc;
    margin-left: 10px;
    display: table;
    overflow: hidden;
    word-break: normal;
    color: #ccc;
}

    section.series .product-listing-related-document-image div {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
    }

.email-friend-container {
    display: none;
    background: #ddd;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 5px #aaa;
    text-align: center;
    width: 190px;
}

    .email-friend-container input[type="button"] {
        background-color: #0066cc;
        border: 0 none;
        padding: 7px 30px 7px;
        color: #ffffff;
    }

/* Product Listing */
section.series ul.product-details {
    padding-left: 45px;
    margin-bottom: 15px;
}

section.series ul.product-resources li {
    display: inline-block;
    text-align: center;
    margin: 10px 30px 10px 0;
}

    section.series ul.product-resources li a {
        color: #000000;
        font-size: 0.8rem;
        font-weight: 600;
    }

section.series ul.product-resources img {
    display: block;
    margin: 0 auto;
}

section.detail .short-product-detail {
    font-size: 0.9rem;
}

section.series .vertical-table-legend {
    margin-bottom: 30px;
}

    section.series .vertical-table-legend p {
        margin: 0;
        font-size: 0.9rem;
    }

section.series table, section.series table td, section.series table th {
    border: 1px solid #cecece;
    border-collapse: collapse;
    font-size: 0.9rem;
}

section.series table {
    border-left: 0 none;
    border-top: 0 none;
}

    section.series table.vertical {
        width: 100%;
    }

        section.series table.vertical tr.product {
            background-color: #cecece;
            border-bottom: 10px solid #ffffff;
        }

        section.series table.vertical tr {
            border: 1px solid #cecece;
        }

            section.series table.vertical tr.product-detail {
                display: none;
            }

        section.series table.vertical td {
            text-align: left;
            border: 0 none;
            padding: 0 5px 5px 5px;
            font-size: 1rem;
        }

        section.series table.vertical tr.product td:last-of-type {
            padding-left: 5px;
            width: 95px;
        }

        section.series table.vertical tr.product-detail p {
            font-size: 0.9rem;
        }

        section.series table.vertical td strong {
            color: #000000 !important;
        }

        section.series table.vertical tr.product td p, section.series table.vertical tr.product a, section.series table.vertical tr.product td strong {
            margin-top: 10px;
            display: inline-block;
            font-size: 0.8rem;
        }

        section.series table.vertical tr.product strong a {
            margin-top: 0px;
            cursor: pointer;
        }

        section.series table.vertical td a.cart-add {
            float: right;
            background-color: #0d63d2;
            color: #ffffff;
            padding: 10px 5px;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 5px;
        }

        section.series table.horizontal th {
            text-align: right;
            padding-right: 5px;
            border-left: 0 none;
            width: 150px;
        }

        section.series table.horizontal td {
            padding: 15px 30px;
            text-align: center;
        }

        section.series table.horizontal tr:first-of-type td, section.series table tr:first-of-type th {
            padding: 30px 5px;
            text-align: center;
        }

        section.series table.horizontal tr:first-of-type th {
            border-top: 0 none;
        }

        section.series table.horizontal h2 {
            font-size: 1.1rem;
            line-height: 150%;
            font-weight: 600;
        }

        section.series table.horizontal tr:first-of-type th a {
            font-size: 0.8rem;
            display: block;
            padding-bottom: 15px;
        }

        section.series table.horizontal tr:first-of-type td {
            border-top: 8px solid #cecece;
        }

            section.series table.horizontal tr:first-of-type td strong {
                font-weight: 700;
                font-size: 1rem;
                color: #0d63d2;
            }

            section.series table.horizontal tr:first-of-type td p.price {
                font-weight: 700;
                font-size: 1.5rem;
            }

            section.series table.horizontal tr:first-of-type td a {
                display: block;
            }

                section.series table.horizontal tr:first-of-type td a.cart-add {
                    background-color: #0d63d2;
                    color: #ffffff;
                    padding: 10px;
                    font-weight: 700;
                    display: inline-block;
                    margin-bottom: 5px;
                }

        section.series table.horizontal tr.gray td, section.series table tr.gray th {
            background-color: #f2f2f2;
        }

/* variant table */
.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; }
	#varianttable .variant-table-link { color: #333; }

.addtocartplus {
	padding: 0 4px !important;
	line-height: 1.2;
	font-size: 18px;
	background-position: left -5px;
	text-decoration: none;
	cursor: pointer;
	background: #ffdd16 url('/Skins/Default/images/bg_button_normal.jpg') repeat-x left -2px;
	color:#333 !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	text-align: center;
}

@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; }


/* variant detail css */
section.detail p.price {
    color: #0066cc;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}

section.detail small {
    display: block;
    margin-bottom: 15px;
}

section.detail .full-product-detail {
    background-color: #e8e8e8;
    padding: 15px;
}

    section.detail .full-product-detail h3 {
        font-size: 1.5rem;
        padding: 0;
    }

section.detail .detail-content {
    background-color: #ffffff;
    padding: 15px;
}

.product-availability {
    display: none;
    max-width: 600px;
    font-size: 0.9rem;
}

section.detail .variant-detail-add-to-cart {
    margin-top: 30px;
    font-weight: 700;
}

    section.detail .variant-detail-add-to-cart p {
        float: left;
        padding: 5px 8px 5px 0;
    }

    section.detail .variant-detail-add-to-cart input[type="text"] {
        float: left;
        width: 50px;
        text-align: center;
        padding: 5px 8px;
        margin-right: 15px;
    }

    section.detail .variant-detail-add-to-cart input[type="button"] {
        background-color: #0066cc;
        border: 0 none;
        padding: 7px 30px 7px;
        color: #ffffff;
    }

section.detail .full-product-detail {
    background-color: #e8e8e8;
    padding: 15px;
}

    section.detail .full-product-detail h3 {
        font-size: 1.5rem;
        padding: 0;
    }

section.detail .detail-content {
    background-color: #ffffff;
    padding: 15px;
}

    section.detail .detail-content.detail ul {
        padding-left: 15px;
    }

    section.detail .detail-content.detail li {
        list-style-type: disc;
    }

    section.detail .detail-content.specifications li {
        margin: 0 30px 5px 0;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 5px;
    }

        section.detail .detail-content.specifications li strong {
            padding-right: 15px;
            font-weight: 700;
        }

    section.detail .detail-content.part-number li {
        margin-right: 30px;
        margin-bottom: 5px;
    }

    section.detail .detail-content ul.product-resources {
        background-color: #ffffff;
    }

section.series ul.product-resources li {
    display: inline-block;
    text-align: center;
    margin: 10px 30px 10px 0;
}

    section.series ul.product-resources li a {
        color: #000000;
        font-size: 0.8rem;
        font-weight: 600;
    }

section.series ul.product-resources img {
    display: block;
    margin: 0 auto;
}

/* Account */
#accounttabs table {
    border-spacing: 0;
    border-collapse: separate;
}

.accountlinkbutton {
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
    border: 1px solid #333;
    position: relative;
}

    .accountlinkbutton.accountlinkbutton-selected {
        text-decoration: none;
        cursor: default;
        border-bottom: 1px solid #fff;
    }

.accounttabpanels {
    border: 1px solid #4e4e4e;
    padding: 15px;
}

#pnlOrderHistory, #pnlTrackedItems {
    display: none;
}

/* END BODY */

/* FOOTER */

footer {
    background-color: #e6e6e6;
    padding: 30px 0 90px;
}

    footer .col-xs-4 {
        width: 50%;
    }

        footer .col-xs-4:nth-child(3) {
            clear: both;
            padding-top: 30px;
        }

    footer h4 {
        margin-bottom: 30px;
    }

    footer h3 {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    footer li {
        line-height: 150%;
    }

    footer a {
        color: #000000;
    }

    footer .questions {
        clear: both;
        padding-top: 15px;
    }

    footer p a {
        font-weight: 700;
    }

    footer .social {
        font-size: 1.2rem;
        margin-top: 30px;
    }

    footer .fa {
        font-size: 1.6rem;
        margin-left: 10px;
    }

    footer small {
        display: block;
        margin-top: 15px;
    }

    footer .validations {
        margin-top: 30px;
    }

        footer .validations img {
            margin-right: 15px;
        }

/* END FOOTER */

.device-nav.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
}

    .device-nav.overlay a.menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .device-nav.overlay a.menu-close .fa {
            color: #ffffff;
            font-size: 2rem;
        }

    .device-nav.overlay > ul {
        display: inline-block;
        margin-top: 60px;
    }

    .device-nav.overlay li {
        text-align: left;
    }

    .device-nav.overlay > ul li {
        margin-bottom: 10px;
    }

        .device-nav.overlay > ul li a {
            color: #ffffff;
            font-size: 1.6rem;
            text-transform: uppercase;
        }

    .device-nav.overlay li .fa-caret-down {
        margin-left: 15px;
        font-size: 1.2rem;
        display: inline-block;
        background-color: #ffdd16;
        padding: 4px 6px 0;
        color: #000000;
    }

    .device-nav.overlay ul ul {
        display: none;
        background-color: #ffdd16;
        margin: 15px 0;
        padding: 15px;
    }

        .device-nav.overlay ul ul li {
            margin-bottom: 5px;
        }

            .device-nav.overlay ul ul li .fa {
                margin-right: 5px;
            }

            .device-nav.overlay ul ul li a {
                font-size: 0.9rem;
                color: #000000;
            }

.device-search.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
}

    .device-search.overlay a.menu-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }

        .device-search.overlay a.menu-close .fa {
            color: #ffffff;
            font-size: 2rem;
        }

    .device-search.overlay form {
        margin-top: 90px;
        text-align: center;
    }

    .device-search.overlay input {
        display: block;
        margin: 0 auto 30px;
    }

        .device-search.overlay input[type="text"] {
            color: #000000;
            width: 280px;
            padding: 5px 10px;
            font-size: 1.2rem;
        }

        .device-search.overlay input[type="submit"] {
            background-color: #ffdd16;
            color: #000000;
            border: 0 none;
            padding: 5px 10px;
            font-weight: 600;
            font-size: 1.2rem;
        }

/* AutoSuggest */
.autosuggest {
    display: none;
    width: 65%;
    position: absolute;
    z-index: 999;
    background-color: #ffdd16;
    padding: 12px 10px;
    margin-top: 6px;
    border: 1px solid #ffdd16;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ie-border-radius: 2px;
    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');
}

    .autosuggest ul {
        margin: 0px;
        padding: 0px;
    }

        .autosuggest ul li {
            padding: 5px 0px;
            border-top: 1px solid #d98814;
        }

            .autosuggest ul li:first-child {
                border: none;
            }

            .autosuggest ul li a.mini-cart-suggestion-link {
                display: block;
                color: #000;
                background-color: #ffdd16;
            }

    .autosuggest.open {
        display: block;
    }

@media (min-width: 1200px) {
    header nav li a {
        font-size: 1.2rem;
    }

    #arrow.auto-suggest {
        left: 68px !important;
        max-width: 210px !important;
    }

    .hidden-lg {
        display: none !important;
    }

    section.slides .slide-nav {
        border-bottom: 1px solid #e6e6e6;
        padding: 8px 30px 8px 15px !important;
    }

        section.slides .slide-nav:last-of-type {
            padding-bottom: 7px !important;
        }

        section.slides .slide-nav h5 {
            margin-top: 10px !important;
        }

        section.slides .slide-nav p {
            margin-bottom: 10px !important;
        }

    section.series .img-container {
        display: block;
    }

    section.series table td:nth-child(-n+5) {
        display: table-cell;
    }

    section.cart td.product-details {
        white-space: nowrap;
    }

    section.cart .order-meta button {
        float: right;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .top-bar {
        text-align: right;
    }

        .top-bar ul:last-of-type {
            margin-left: 30px;
        }

    header h1 {
        font-size: 1.8rem;
    }

    header nav {
        background: #ffdd16 url('../Images/nav-bg.png') repeat-y center center;
    }

    #arrow {
        left: 42px !important;
        max-width: 172px !important;
    }

    section.slides .slide-nav {
        padding: 1px 30px 1px 15px;
    }

        section.slides .slide-nav h5 {
            margin-top: 9px;
        }

        section.slides .slide-nav p {
            margin-bottom: 8px;
        }

    section.vendor-bar {
        text-align: left;
    }

        section.vendor-bar ul {
            text-align: right;
        }

    section.content-cta .row div {
        margin-bottom: 0;
    }

    aside.mini-cart {
        margin-top: 55px;
    }

    aside.with-filter {
        border-top: 1px solid #cccccc;
        margin: 210px 0 30px;
    }

        aside.with-filter .filter-toggle {
            display: none;
        }

        aside.with-filter .filter-wrapper {
            display: block;
        }

        aside.with-filter ul li {
            display: block;
            margin-right: 0;
        }

        aside.with-filter .results ul:last-of-type li {
            margin-bottom: 0;
        }

        aside.with-filter .filter ul {
            display: block;
        }

    section.department main {
        padding: 30px 0 30px 60px;
    }

    section.series table td:nth-child(-n+4) {
        display: table-cell;
    }

    section.series table td:nth-child(-n+5) {
        display: none;
    }

    section.series main {
        padding: 30px 0 30px 60px;
    }

    section.series ul.product-resources {
        display: block;
    }

    section.cart table strong {
        font-size: 1rem;
    }

    section.cart td.product-details {
        text-align: left;
    }

    section.cart table img {
        float: left;
        margin: 0 15px 0 0;
    }

    section.cart td.product-details a:first-of-type {
        font-size: 1.1rem;
    }

    section.cart td.price strong {
        display: inline;
    }

    section.cart table .fa-times {
        display: inline;
    }

    section.cart .order-meta > div:last-child div.text-right {
        width: 22%;
    }

    section.cart .order-meta > div:last-child div.text-left {
        width: 70%;
    }

    footer .col-md-2 {
        width: 16.66666667% !important;
    }

    footer .questions {
        clear: none;
        padding-top: 0;
    }

    footer .questions {
        clear: none;
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .top-bar ul {
        display: inline-block;
    }

    header .utility form {
        width: 75%;
    }

        header .utility form input {
            display: inline-block !important;
        }

    #arrow {
        left: 60px;
        width: 100%;
        max-width: 200px;
    }

    section main .description {
        font-size: 1rem;
    }

    section.series table.vertical {
        display: none;
    }

    section.series table td:nth-child(-n+5) {
        display: table-cell;
    }

    section.series table.horizontal {
        display: table;
    }

    section.series .pagination > p {
        display: block;
    }

    section.cart h1 {
        display: inline-block;
    }

        section.cart h1 + ul {
            float: right;
        }

    section.cart tfoot .text-right {
        margin-top: 12px;
    }
}

@media (min-width: 600px) {
    section.series .pagination > p, section.department .pagination > p, section.search .pagination > p {
        float: right;
    }

    section.series .navcrumbs + .row .col-xs-6 {
        width: 50%;
    }

        section.series .navcrumbs + .row .col-xs-6.product-photo:first-of-type {
            display: none;
        }

        section.series .navcrumbs + .row .col-xs-6.product-photo:last-of-type {
            display: block;
        }

    section.series .navcrumbs + .row .col-xs-6 {
        width: 50%;
    }

    section.series table.vertical td {
        padding: 0 30px 5px 30px;
    }

    section.detail .detail-content.detail li, section.detail .detail-content.specifications li, section.detail .detail-content.part-number li {
        float: left;
        width: 40%;
    }

    section.cart td.price strong {
        font-size: 1.3rem;
    }
}

@media (min-width: 550px) {
    section.slides .slide-content {
        display: block;
        opacity: 1;
        max-width: 280px;
        right: 0;
    }

        section.slides .slide-content p {
            display: block;
        }

    section main .subcategory-title .text-center {
        left: 15px;
        right: 15px;
    }

    section.series .pagination > p, section.department .pagination > p, section.search .pagination > p {
        padding-top: 0px;
    }

    section.series table td:nth-child(-n+4) {
        display: table-cell;
    }

    footer .col-xs-4 {
        width: 33.33333333%;
    }

        footer .col-xs-4:nth-child(3) {
            clear: none;
            padding-top: 0;
        }

    section.cart h1 + ul li {
        display: inline-block;
        line-height: 100%;
    }

        section.cart h1 + ul li:first-child {
            margin-top: 10;
        }

    section.cart h1 + ul span {
        display: inline;
    }

    section.cart table td {
        padding: 10px 15px;
    }

    section.cart table td {
        padding: 10px 15px;
    }

    section.cart table td {
        padding: 10px 15px;
    }
}

@media (min-width: 450px) {
    section.series table td:nth-child(-n+3) {
        display: table-cell;
    }

    section.series table.vertical tr.product td p.price, section.series table.vertical tr.product a, section.series table.vertical tr.product td strong {
        font-size: 1rem;
    }

    section.series table.vertical tr.product td p.price, section.series table.vertical tr.product a, section.series table.vertical tr.product td strong {
        font-size: 1rem;
    }
}

@media (min-width: 400px) {
    section.series table.vertical tr.product td:last-of-type {
        width: 160px;
    }

    section.series table.vertical tr.product td:last-of-type {
        padding-left: 15px;
    }

    section.series table.vertical td a.cart-add {
        padding: 10px;
    }

    section.cart .order-meta h3 strong {
        padding-left: 15px;
    }
}

@media (min-width: 350px) {
    section.cart tfoot .field {
        padding: 8px;
    }

    section.cart tfoot input.add {
        background-color: #666666;
        color: #ffffff;
        line-height: 44px;
        width: 48px;
        font-size: 3rem;
        display: inline-block;
        float: left;
        text-align: center;
    }

    section.cart table img {
        width: 70px;
    }

    section.cart td.product-details p.title {
        display: block;
    }

    section.cart td.product-details a:first-of-type {
        font-size: 0.9rem;
        display: inline;
    }

    section.cart td.product-lookup strong {
        font-weight: 700;
    }

    section.cart td.quantity input {
        width: 50px;
    }

    section.cart td.price strong {
        font-size: 1rem;
    }

    section.cart .order-meta {
        padding: 30px;
    }
}
