﻿@import url('https://fonts.googleapis.com/css?family=Coda|Lato&display=swap');
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans|Poppins|Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=PT%20Sans%20Narrow&display=swap);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-parts-form {
    background: #f2f2f2;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.search-part-box {
    padding: 5px 5px;
    background: #f2f2f2
}

    .search-part-box label {
        font-size: 16px;
        font-weight: 600
    }

    .search-part-box input {
        position: relative
    }

    .search-part-box button, .search-part-box input, .search-part-box select {
        margin: 5px 5px
    }

.search-button {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    padding: 5px 10px;
    margin: 0 5px;
    height: 32px;
    letter-spacing: 1px;
    font-family: Montserrat,sans-serif;
    line-height: 10px;
    background-color: #337ab7;
    border-color: #2e6da4;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.part-search-page {
    padding: 10px 0 0;
    display: inline-block;
    width: 100%
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

    .row-flex [class*=col-] {
        margin-bottom: 20px
    }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width:992px) {
    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.product-widget-new {
    margin-top: 10px
}

.part-search-page .widget-product {
    margin-bottom: 10px
}

.widget-product {
    box-shadow: 0 0 5px 0 #cecece;
    border: 1px solid #ccc;
    padding: 10px
}

.widget-product-title {
    padding: 0
}

.widget-title {
    padding: 10px;
    color: #fff;
    margin: 0;
    font-size: 17px;
    border-bottom: 1px solid #efefef;
    font-weight: 700;
    background: #337ab7
}

.widget-product-title .part-search-new {
    padding: 4px 10px 10px 10px
}

.current-select-product {
    margin: 6px 0 6px 0;
    font-family: Roboto,sans-serif
}

    .current-select-product p {
        text-align: center;
        font-size: 17px;
        color: #337ab7;
        font-weight: 600;
        margin: 0 0 10px
    }

.selected-sec {
    margin-bottom: 10px
}

    .selected-sec span {
        margin-bottom: 5px;
        font-weight: 600;
        font-size: 16px
    }

.selected-box {
    position: relative;
    background: #e6e6e6;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    margin: 3px
}

.left-seach-result {
    float: left;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
    line-height: 1.42857143;
    color: #353535;
    margin-bottom:10px;
}

.right-seach-result {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    color: #000
}

.sort-by {
    margin-top: 5px;
    float: right;
}

    .sort-by label {
        color: #000;
        margin-right: 5px
    }

    .sort-by select {
        padding: 1px 10px;
        float: none
    }

.view_button_cart {
    color: #fff;
    padding: 3px 5px 3px 25px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: #009e47 url(../cadence_images/cart.png) no-repeat 5px;
    text-align: right;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600
}

.candence_logo {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 10px
}

    .candence_logo img {
        width: 25px
    }

.left-seach-result span {
    color: #337ab7
}

.part-search {
    margin: 5px 0;
    list-style: none
}

    .part-search ul li {
        list-style: none
    }

    .part-search > li {
        border-bottom: 1px solid #e5e5e5;
        color: #4c4c4c;
        overflow: hidden;
        padding: 0;
        border: 0;
        margin: 5px 0 20px 0;
        position: relative;
        list-style: none
    }

.part-search-new > li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 5px 0 5px;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    font-family: Roboto,sans-serif;
    border-bottom: 1px solid #ccc;
    color: #3a3838;
    text-decoration: none
}

    .part-search-new > li a:after {
        content: '';
        background: #337ab7;
        position: absolute;
        height: 3px;
        width: 25px;
        bottom: -2px;
        left: 0
    }

.part-search-new > .sub-menu {
    padding: 0 15px
}

.collapse.in {
    display: block
}

.height-menu {
    max-height: 145px;
    overflow-y: auto
}

.collapse {
    display: none
}

.part-search li:not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: url(../cadence_images/arrowpatrsearch.png);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right
}

.part-search-new > li[aria-expanded=true] a .arrow:before {
    content: url(../cadence_images/arrowpatrsearchup.png)
}

.sub-menu li .sub-menu {
    padding: 5px 5px 5px 15px;
    margin-bottom: 8px
}

.category-txt {
    cursor: pointer;
    color: #313131;
    padding: 0;
    font-family: Roboto,sans-serif;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    line-height: 1.42857143
}

.custome-checkbox .form-check-input, .custome-radio .form-check-input {
    display: none
}

.custome-checkbox .form-check-label {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #313131;
    padding: 0;
    vertical-align: middle;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px
}

    .custome-checkbox .form-check-label::before {
        content: "";
        border: 1px solid #ced4da;
        height: 14px;
        width: 14px;
        margin: 0 8px 0 0;
        display: inline-block;
        vertical-align: middle
    }

.custome-checkbox input[type=checkbox] + .form-check-label::after {
    content: "";
    width: 8px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg)
}

.custome-checkbox .form-check-label span {
    vertical-align: middle
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::after {
    opacity: 1
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.part-search-page .item {
    margin: 0 0;
    position: relative;
    height: 100%
}

.item-product {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    position: relative;
    height: 100%
}

.product-action {
    position: absolute;
    bottom: -50px;
    z-index: 3;
    width: 100%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    visibility: hidden
}

    .product-action .add-to-cart {
        padding: 9px 12px;
        font-size: 15px;
        width: 100%;
        background-color: #e83f33;
        border: 1px #e83f33 solid;
        color: #fff;
        text-transform: uppercase;
        font-family: Montserrat,sans-serif;
        font-weight: 600;
        display: block
    }

.item-product:hover .product-action {
    position: absolute;
    bottom: 0;
    width: 100%;
    visibility: visible
}

.item-product .product-info {
    padding-top: 17px;
    position: relative;
    overflow: hidden;
    padding: 0 5px;
    text-align: center
}

.product-title {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 8px;
    display: inline-block;
    width: 100%
}

    .product-title h4 {
        color: #0e82b9;
        line-height: 22px;
        padding: 0 3px;
        display: block;
        font-size: 16px;
        margin: 0
    }

        .product-title h4 a {
            color: #0e82b9;
            line-height: 22px;
            padding: 0 3px;
            display: block
        }

.product-sales {
    color: #222;
    line-height: 22px;
    padding: 0 3px;
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600
}

.main-price {
    display: inline-block;
    color: #d03426;
    font-size: 28px;
    font-family: Impact;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: 30px
}

    .main-price img {
        width: 100px;
        display: inline-block;
        vertical-align: middle
    }

.tot-price {
    display: inline-block;
    width: 100%;
    color: #d03426;
    font-size: 30px;
    font-family: Oswald;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
    text-transform: uppercase
}

.item-product .product-info .product-stock {
    color: #29a32c;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .item-product .product-info .product-stock.no-stock {
        color: #d03426
    }

.stock {
    font-size: 14px;
    font-weight: 600
}

.stock-ava {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.in-stock, .pack {
    color: #29a32c
}

.product-number {
    color: #222;
    font-size: 16px;
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 600
}

.price-core {
    color: #000;
    font-size: 14px;
    font-family: Roboto;
    vertical-align: middle;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px
}

.product-sharp {
    padding: 2px;
    display: inline-block;
    background: #10ae24;
    border-radius: 5px;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg)
}

    .product-sharp p {
        padding: 0 10px;
        border-radius: 2px;
        text-transform: capitalize;
        font-size: 13px;
        text-align: center;
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        font-family: Roboto;
        font-weight: 500
    }

.waring-icons {
    margin-bottom: 10px;
    display: block;
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
    font-size: 15px
}

.waring-images {
    position: relative;
    display: inline-block;
    text-decoration: none
}

    .waring-images img {
        vertical-align: middle;
        margin: 0
    }

    .waring-images span {
        margin-left: 5px
    }

.large-img {
    position: absolute;
    width: 400px;
    left: 0;
    display: none
}

.waring-images:hover .large-img {
    opacity: 1;
    z-index: 10;
    display: block
}

.info-direct {
    background: #d01e25
}

.info-associated {
    background: #10ae24
}

.info-canuse {
    background: #1065ae
}

.product-stock h4 {
    margin: 0
}

.pr-button {
    border: 0 none;
    position: absolute;
    top: 3%;
    opacity: 0;
    z-index: 12;
    padding-left: 4%
}

    .pr-button .mt-button {
        border-right: 0 none;
        float: left;
        margin-bottom: 8px;
        text-align: center;
        transform: scale(1);
        transition: all .4s ease 0s;
        width: 40px;
        line-height: 20px
    }

        .pr-button .mt-button .pr-spec-icon {
            color: #fff;
            display: block;
            font-size: 14px;
            padding: 2px 0;
            font-weight: 400;
            background-color: #444;
            border-radius: 2px
        }

.item-product:hover .pr-button {
    background: 0;
    opacity: 1
}

    .item-product:hover .pr-button .mt-button {
        transform: scale(1)
    }

.pr-spec-icon img {
    display: inline-block;
    vertical-align: middle;
    width: 15px
}
/*.pr-refer{position:absolute;top:3%;left:50px;z-index:12;opacity:0}*/

.item-product:hover .pr-refer {
    background: 0;
    opacity: 1
}

.pr-refer-icon:after {
    content: url(../cadence_images/direct_replace.png)
}

.pagination {
    display: inline-block;
    float: right;
    margin: 0 0
}

    .pagination li {
        list-style-type: none;
        display: inline
    }

    .pagination > li > a, .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #337ab7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px
    }

        .pagination > li > a img {
            display: inline-block;
            vertical-align: middle;
            margin: 0
        }

    .pagination a.active {
        background-color: #577cab;
        color: #fff;
        border: 1px solid #577cab
    }

.single-pr-section {
    margin-top: 6px
}

.details-item img {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    display: block
}

.about-product .details-thumb {
    position: relative
}

.details-info {
    padding: 0 10px
}

    .details-info .product-name {
        font-size: 18px;
        color: #0e82b9;
        font-weight: 600;
        display: inline-block;
        margin: 15px 0 10px 0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-family: Roboto,sans-serif;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        word-break:break-word;
    }

    .details-info .stock {
        margin: 10px 0;
        color: #29a32c
    }

        .details-info .stock span.in-stock {
            color: #29a32c;
            font-weight: 600;
            font-size: 18px;
            font-family: Calibri;
            letter-spacing: 1px;
            padding: 0 0
        }

        .details-info .stock span.out-stock {
            color: #d03426;
            font-weight: 600;
            font-size: 18px;
            font-family: Calibri;
            letter-spacing: 1px;
            padding: 0 0
        }

        .details-info .stock span {
            color: #29a32c;
            font-weight: 600;
            font-size: 18px;
            font-family: Calibri;
            letter-spacing: 1px;
            padding: 0 0
        }

.product-additional-info {
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    line-height: 25px;
    vertical-align: top
}

    .nav-tabs > li {
        float: left;
        position: relative;
        display: block;
        line-height: 25px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            padding: 6px 19px;
            text-transform: capitalize;
            font-family: Montserrat,sans-serif;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #000;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.tab-content {
    border-bottom: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    display: inline-block;
    width: 100%;
    padding: 10px
}

    .tab-content .desc {
        padding: 5px 0;
        font-size: 14px;
        text-transform: capitalize;
        display: block
    }

.desc h3, .pad20 h3 {
    font-family: Calibri;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0
}

.product-alternative-detil {
    padding: 0;
    display: block;
    overflow: hidden
}

.title {
    margin: 5px 0 5px;
    position: relative;
    text-align: center;
    padding: 10px 0
}

    .title h2 {
        background: 0 0;
        color: #000;
        display: inline-block;
        font-size: 17px;
        font-weight: 900;
        padding: 0;
        position: relative;
        width: auto;
        z-index: 1;
        margin-bottom: 0;
        word-spacing: 4px;
        letter-spacing: 1px;
        line-height: 20px;
        margin-top: 0;
        text-transform: uppercase;
        font-family: Lato,sans-serif
    }

        .title h2 span {
            color: #000
        }

    .title:after {
        content: '';
        width: 100px;
        height: 2px;
        background: #e05a00;
        display: block;
        margin-top: 6px;
        margin: 6px auto 0
    }

.alternative-item {
    width: 20%;
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

    .alternative-item .item {
        height: 100%
    }

    .alternative-item:first-child {
        margin-left: 0
    }

    .alternative-item:last-child {
        margin-right: 0
    }

.pr-ad-info-expd-table {
    width: 100%;
    margin-bottom: 20px
}

.table-bordered {
    border: 1px solid #ddd
}

.pr-ad-info-expd-table tr th {
    background: #577cab;
    color: #fff;
    font-size: 14px
}

.pr-ad-info-expd-table tr td, .pr-ad-info-expd-table tr th {
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ddd
}

.pr-ad-info-expd-table tr td {
    font-size: 13px
}

.product-specification-box table {
    width: 100%;
    max-width: 100%
}

    .product-specification-box table tr td {
        padding: 10px 15px;
        font-family: Calibri;
        font-size: 14px;
        font-weight: 600;
        width: 25%
    }

        .product-specification-box table tr td.spec_head {
            background: #f1faff
        }

        .product-specification-box table tr td.spec_detail {
            background: #fff
        }

.app-info {
    margin-bottom: 20px
}

.bom {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.cross-reference, .publication {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.app-info .data-info, .purchase-history .data-info {
    float: left
}

.data-info {
    margin: 0 0;
    display: inline-block
}

    .data-info label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700
    }

.form-control1 {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 2px;
    height: auto;
    float: none
}

.view-pdf {
    padding: 20px;
    float: right
}

.publication-content {
    padding: 10px 0
}

    .publication-content a {
        text-decoration: none
    }

.pub_txt {
    display: block;
    padding: 10px 0;
    color: #577cab;
    font-size: 14px;
    height: 34px;
    word-break: break-all;
    vertical-align: middle;
    overflow: hidden;
    white-space: pre;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-overflow: ellipsis;
    -moz-box-orient: vertical
}

.bom-action {
    float: right
}

    .bom-action .add-cart {
        padding: 9px 12px;
        font-size: 15px;
        width: 100%;
        background-color: #e83f33;
        border: 1px #e83f33 solid;
        color: #fff;
        text-transform: uppercase;
        font-family: Montserrat,sans-serif;
        font-weight: 600
    }

.sidebar .widget-recent-post {
    position: relative
}

.sidebar .widgettitle {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: solid 1px #e6e6e6;
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    margin-top: 0
}

.sidebar .widget-recent-post a.recent-view-all {
    text-align: right;
    display: block;
    color: #014c6f;
    font-family: Lato,sans-serif;
    font-weight: 900;
    font-size: 14px
}

.sidebar .widget-recent-post .product-item {
    padding: 10px 0;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.list-recent-posts .product-item .thumb a::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
    -o-transition: .5s ease 0s;
    transition: .5s ease 0s;
    content: "";
    background-color: rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1
}

.list-recent-posts .product-item .info a {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px
}

.list-recent-posts .product-item .info .product-stock {
    color: #29a32c;
    display: inline-block;
    font-size: 14px
}

.list-recent-posts .product-item .info .no-stock {
    color: #d03426
}

.list-recent-posts .product-item .info {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 70%;
    float: left
}

.list-recent-posts .product-item a.product-name {
    min-height: 1px;
    margin-bottom: 5px;
    display: block;
    color: #0e82b9;
    font-family: Lato,sans-serif;
    font-size: 14px
}

.product-number {
    display: block;
    color: #333;
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.widget-price span {
    color: #d03426;
    font-size: 18px;
    font-family: Impact;
    font-weight: 600
}

.part-detail-slider {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #ccc
}

.part-detail-slider-next, .part-detail-slider-prev {
    position: absolute;
    top: 42%;
    z-index: 999;
    display: block;
    width: auto;
    height: auto;
    padding: 2% 3%;
    background: #ddd;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    opacity: 1;
    cursor: pointer
}

.part-detail-slider-next {
    right: 0
}

.part-detail-slider .part-detail-slider-container {
    position: relative;
    height: 200px;
    margin: 0;
    padding: 0;
    list-style: none
}

.part-detail-slider .items {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    background: #fff;
    display: block;
    width: 300px;
    height: 200px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-recent-posts {
    width: 100%;
}
/*.product-description-one{
    margin-top:0;
}*/
.pr-ad-info-expd-table tr:nth-child(even) {
    background: #efefef;
}

.view-core {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}

    .view-core img {
        width: 18px;
        margin-right: 2px;
        margin-left: 8px;
        vertical-align: middle;
    }

    .view-core a {
        text-decoration: underline;
        color: #2472d0;
        font-weight: bold;
    }

    .view-core a {
        text-decoration: underline;
        color: #2472d0;
        font-weight: bold;
    }

.new_note {
    display: block;
    padding: 3px 2px 3px 7px;
    background: #fffcc9;
    border-radius: 8px;
    border: 1px solid #f9de22;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
}

.part-detail-slider .items img {
    max-width: 100%; /*height:100%;*/
    padding: 0px;
    max-height: 180px;
}

.promo-img {
    position: absolute;
    top: 15px;
    left: 15px
}

    .promo-img img {
        width: 50px
    }

.product-widget-new .widget-product-new {
    background: #fbfbfb;
    box-shadow: 0 0 0;
    border: 1px solid #bbb;
    border-radius: 2px
}

.part-detail-direct {
    position: absolute;
    bottom: 1px;
    right: 12px;
    background: #d03426;
    color: #fff;
    padding: 2px 5px
}

    .part-detail-direct:after {
        content: "";
        display: inline-block;
        border-top-width: 22px;
        border-top-style: solid;
        border-left: 0;
        border-right: 14px solid #d03426;
        height: 0;
        position: absolute;
        top: 0;
        left: -14px;
        border-top-color: transparent;
    }

.main-price-tot {
    font-size: 17px;
    color: #fff;
    margin-left: 5px;
    padding: 2px 10px;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    font-family: roboto;
    display: inline-block;
    vertical-align: middle;
    background: #009e47;
    text-transform: uppercase;
    letter-spacing: 1px
}

.parts_market_place {
    color: #fff;
    padding: 8px 5px 8px 35px !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif,Verdana,Geneva;
    background: #d2e0ea url(../cadence_images/market.png) no-repeat 5px;
    text-align: right;
    color: #0e60bd;
    border: 1px solid #c5c5c5;
    font-weight: 600
}

.left-seach-result {
    float: left;
    font-size: 28px;
    margin-top: 5px;
    font-weight: 600;
    color: #000;
    font-family: PT Sans Narrow;
    line-height: normal
}

    .left-seach-result span {
        color: #337ab7
    }

.right-seach-result {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    color: #000
}

.narrow-by {
    display: inline-block;
    margin-right: 10px;
}

    .narrow-by label {
        color: #337ab7;
        margin-right: 5px;
        font-family: coda;
        font-weight: 600;
        font-family: PT Sans Narrow;
        font-size: 16px
    }

    .narrow-by select {
        padding: 3px 0;
        color: #fff;
        background: #2e75b6;
        width: 90px;
        float: none
    }

.sort-by {
    display: inline-block
}

    .sort-by label {
        color: #000;
        margin-right: 5px
    }

    .sort-by select {
        padding: 1px 0;
        width: 110px
    }
.filter-by {
    display: inline-block;
    margin-right: 5px
}
.filter-by label {
    color: #337ab7;
    margin-right: 5px;
    font-family: coda;
    font-weight: 600;
    font-family: PT Sans Narrow;
    font-size: 16px
}
.filter-by select {
    padding: 3px 0;
   float: none
}

.footer-result-page-count {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 5px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    .footer-result-page-count span {
        color: #797979
    }

.input_text_half {
    position: relative;
    display: inline-block;
    margin: 5px 5px
}

.input_text_half_search {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: solid 1px #bbb;
    height: 35px;
    line-height: 35px;
    padding: 0 10px 0 20px;
    margin: 0 !important;
    width: 100%;
    color: #000
}

.search-output-sec {
    position: absolute;
    display: none;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #aaa !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(50,50,50,.25);
    box-shadow: 0 0 4px 1px rgba(50,50,50,.25);
    z-index: 9999;
    text-align: left
}

.search-output-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #0055a5
}

    .search-output-list li a {
        text-decoration: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px
    }

    .search-output-list li {
        position: relative;
        display:inline-block;
        margin: 0;
        padding: 6px 10px;
        color: #8b2300;
        text-decoration: none;
        border-bottom: 1px solid #f9f5f5;
        cursor: pointer;
        width: 100%;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px
    }

.search-output-img {
    display: inline;
    float: left;
    width: 60px;
    height: auto;
    margin: 0;
    text-align: center
}

    .search-output-img img {
        width: 100%;
        padding: 5px
    }

.search-output-content {
    display: block;
    color: #0055a5;
    margin-top: 5px
}

.search-output-list li:hover {
    border-color: #166fa7
}

.search-output-header {
    padding: 5px;
    color: #000;
    font-weight: 700;
    background: #e8e7e7
}

.part-detail-no-slider {
    position: relative;
    height: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.parts_cadence_market_place {
    color: #fff;
    padding: 8px 5px 8px 35px !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif,Verdana,Geneva;
    background: #deebf7 url(../cadence_images/cadence-icon.png) no-repeat 5px;
    text-align: right;
    color: #0e60bd;
    border: 1px solid #c5c5c5;
    font-weight: 600;
    margin-bottom: 5px;
}


.part-detail-no-slider .slide {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .part-detail-no-slider .slide img {
        max-width: 100%;
        max-height: 180px;
    }

.part-detail-slider-container .slide {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .part-detail-slider-container .slide img {
        max-width: 100%;
        padding: 0px;
        max-height: 180px;
    }

.product-thumb {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    margin-bottom: 5px;
}

.product-thumb-link {
    overflow: hidden;
    position: relative;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .product-thumb-link .img-thumb {
        transition: all .3s ease-out 0s;
        -webkit-transition: all .3s ease-out 0s;
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        padding: 15px
    }

.disply_inline_full {
    display: inline-block !important;
    width: 100%;
}

.pr-spec-icon:after {
    content: url(../cadence_images/text-document.png);
    padding-top: 3px;
    display: inline-block;
    vertical-align: text-top;
}

ul li {
    list-style: none;
}

.collapse.in {
    padding: 10px 12px;
}

.price-txt {
    cursor: pointer;
    color: #313131;
    padding: 0;
    font-family: Roboto,sans-serif;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}


.part-search-new > li {
    color: #4c4c4c;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: 5px 0 20px 0;
    position: relative
}

.part-search-new > .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
    color: #4c4c4c;
    margin: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.part-search-new > li a:after {
    content: '';
    background: #337ab7;
    position: absolute;
    height: 3px;
    width: 25px;
    bottom: -2px;
    left: 0;
}

.part-search-new li:not(collapsed) .arrow:before {
    content: url(../cadence_images/arrowpatrsearch.png);
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.maxlist-more {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: right;
}

    .maxlist-more a {
        color: #1e72b9;
        font-weight: 600;
        font-size: 13px;
        cursor: pointer;
        text-decoration: none;
        font-family: Roboto,sans-serif;
    }

.modal {
    background: rgba(95,93,93,0.8392156862745098);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
}

    .modal.modal-partsearch .modal-dialog {
        top: 5%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

.modal-partsearch .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal-partsearch .modal-header {
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-partsearch .close_part {
    background: transparent;
    margin: 3px 5px;
    float: right;
    color: #000;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    border: 0;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    cursor: pointer;
}

.modal-partsearch .modal-title {
    color: #2196f3;
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    line-height: 1.42857143;
}

.modal-partsearch .modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
    max-height: 400px;
    overflow-x: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal-footer {
    border-top: 1px solid transparent;
    padding: 15px;
    text-align: right;
}

.close1 {
    background: url(../cadence_images/close_button.png) no-repeat;
    width: 80px;
    float: right;
    border: 0;
    height: 28px;
    color: transparent;
    cursor: pointer;
}

.para-text {
    line-height: 22px;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-word;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #4cae4c;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.alertmsg {
    padding: 10px;
    font-size: 16px;
    color: red;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.container1 {
    font-family: Roboto,sans-serif;
    width: 1280px;
    margin: 0 auto;
}

.input_text_half {
    width: 460px;
}

.navbar-form {
    position: relative;
    float: left;
    width: 460px;
}

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
        width: 100%;
    }

.add-on .form-control {
    font-family: "Coda", sans-serif;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    /* border: 1px solid #ff7a20; */
    height: 35px;
    display: inline-block;
    width: 100%;
    padding: 5px 6px;
    vertical-align: middle;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    vertical-align: top;
}

.btn.btn-default.search-button {
    z-index: 2;
    margin-left: -1px;
    background: #525252;
    border-color: #525252;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    padding: 6px 15px;
    height: 35px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    line-height: 10px;
}

.you_search {
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
}

.pageinfo {
    width: 100%;
    vertical-align:top;
}

.result-page-count {
    text-align: left;
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
    color: #797979;
    margin-bottom: 0px
}

    .result-page-count span {
        color: #797979;
    }

.otis {
    width: 45px;
    position: absolute;
    top: -8px;
    z-index: 8;
    left: -33px;
}

.details-info-left {
    float: left;
    width: 70%;
}

.details-info-right {
    float: left;
    width: 30%;
}

    .details-info-right .special-price {
        margin: 15px 0 10px 0;
        display: block;
        font-size: 14px;
        color: #548235;
        font-weight: 600;
    }

.special-price-table {
    border: 1px solid #ccc;
    width: 100%;
}

    .special-price-table tr th {
        border: 1px solid #ccc;
        padding: 5px;
        background-color: #548235;
        color: #fff;
    }

    .special-price-table tr td {
        border: 1px solid #ccc;
        padding: 5px;
        color: #000;
    }

/*.special-price{font-size:14px;margin-left:15px;display:inline-block;vertical-align:top;color:#fff;background:#5d7b9d;padding:8px 10px;border-radius:3px;position:relative}
.special-price:before{content:'';width:1px;height:130%;background:#ccc;position:absolute;left:-8px;top:-5px}*/

.product-item-hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 5px #6b6767;
    padding: 10px;
    right: 300px;
    position: absolute;
    float: left;
    width: 300px;
    margin: 8px 0px 8px 11px;
    top: 0;
    border-radius: 2px;
    display: none;
    z-index: 999;
}

.product-item:hover .product-item-hover {
    display: block;
}

.product-item-hover .ass_part_img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-item-hover .ass_part_img .Thumnail1 {
        max-width: 100%;
        margin: 0;
        height: 100%
    }

.product-item-hover:after {
    content: '';
    top: 26px;
    position: absolute;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 13px solid #fff;
    webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
}

.part_notes {
    padding: 3px 2px;
    background: #fffcc9;
    border-radius: 8px;
    border: 1px solid #f9de22;
}

.pr-ad-info-expd-table tr th a {
    color: #fff;
}

.publication-box {
    box-shadow: 0 0 2px #ccc;
    padding: 10px;
    margin-bottom: 10px;
    height: 100%
}

.publication-img-box {
    width: 100%;
    height: 82px;
    display: table
}

.publication-box a {
    text-decoration: none;
}

.publication-img-box .pub-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.publication-box .pub-text {
    color: #577cab;
    text-align: center;
    margin-top: 5px;
    display: block;
    overflow: hidden
}

.publication .row-flex table {
    display: none;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}


.ass_part_img .Thumnail1 {
    max-width: 100%;
}

.ass_part_head {
    display: inline-block;
    width: 70%;
    max-width: 70%;
}

.list-recent-posts .product-item .thumb {
    float: left;
    margin-right: 10px;
}

    .list-recent-posts .product-item .thumb a {
        display: inline-block;
        position: relative;
        overflow: hidden;
        border: 1px solid #ccc;
        padding: 10px
    }

    .list-recent-posts .product-item .thumb span {
        background-color: #fff;
        float: left;
        margin: 0;
        padding: 0;
        width: 60px;
        height: 60px;
        position: relative;
        background: #fff;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-recent-posts .product-item .thumb img {
        max-width: 100%;
        margin: 0;
        height: 100%;
    }

.list-recent-posts .product-item .thumb {
    border: 1px solid #e4e4e4;
    padding: 5px;
}

.text-center {
    text-align: center;
}

.ass_part_cart_item {
    width: 100% !important;
}

.part_details_search {
    float: left;
    margin: 5px 5px 0 0;
}

    .part_details_search a img {
        margin-left: 0px;
        width: 120px;
    }
/*.part_details_search{
    float: left;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0px 0 0px;
    text-align: center;
    width:400px;
}*/
.otis_part_details {
    width: 40px;
    cursor: pointer;
}


.sub_title {
    margin: 10px 0 10px;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

    .sub_title h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }


.overstocked {
    background: #ffc000;
    color: #000;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 600;
}

.view_vendor_option {
    font-family: roboto;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 6px 6px 38px !important;
    cursor: pointer;
    background: #f7f7f7 url(../cadence_images/handshake-icon.png) no-repeat 9px;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px #e0e0e0;
}

.view_vendor_option_part_details {
    font-size: 13px;
    padding: 4px 15px;
    cursor: pointer;
    background: url(../cadence_images/handshake-icon.png) no-repeat center;
    text-align: right;
    float: left;
    border: 0;
}

.custom_dropdown_input {
    background: url(../cadence_images/arrow-down.png)no-repeat right;
    padding: 2px;
}

.stock-ava-parts {
    color: #5d7b9d;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato,sans-serif;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.font_lato {
    font-family: Lato,sans-serif;
}


.table_stock_warehouse tr th {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.table_stock_warehouse tr td {
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

.product-alternative-detil .row-flex [class*=col-] {
    margin-bottom: 5px;
}


.part-detail-prop65 {
    position: absolute;
    bottom: 1px;
    left: 12px;
    padding: 2px 5px;
}

.prev_text {
    background-color: #605e5e !important;
    cursor: pointer;
    border: none;
    padding: 3px 10px !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
}

.next_text {
    background-color: #605e5e !important;
    cursor: pointer;
    border: none;
    padding: 3px 10px !important;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin: 0 3px;
}


.alter_product_arrow {
    display: inline-block;
    padding: 8px 8px;
    border-radius: 10px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background: linear-gradient(90deg, #1f2934 1%, #3d5672 23%, rgb(60 45 45) 70%, rgb(21 26 32) 100%);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 9;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin-right: 10px;
    float: right;
}
/*.alter_product_arrow:after {
    content: url(../cadence_images/alternative_bg.jpg);
    position: absolute;
    top: -200px;
    right: 0;
    width: 250px;
    z-index: -9;
    opacity: .4;
}*/
a.alter_product_arrow:hover {
    color: #fff;
}

.alter_product_arrow img {
    width: 14px;
    display: inline-block;
    vertical-align: middle;
}

.new_menu_parts_first {
    float: right;
    color: #eee;
    margin: 0 0 0 5px;
}

.popup_img_box {
    width: 140px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

    .popup_img_box img {
        width: 80px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .popup_img_box div {
        margin-top: 5px;
        cursor: pointer;
    }

.heading_strip_part {
    background: #c5c5c5;
}

.close_part {
    background: #f30a0a;
}

.exact-match-details {
    position: absolute;
    top: 1px;
    right: 0;
    background: #00713b;
    color: #fff;
    padding: 2px 5px;
}

    .exact-match-details:after {
        content: "";
        display: inline-block;
        border-top-width: 22px;
        border-top-style: solid;
        border-left: 0;
        border-right: 14px solid #00713b;
        height: 0;
        position: absolute;
        top: 0;
        left: -14px;
        border-top-color: transparent;
    }

.direct-match-details {
    position: absolute;
    bottom: 1px;
    right: 0;
    background: #d01e25;
    color: #fff;
    padding: 2px 5px;
    z-index: 2;
}

    .direct-match-details:after {
        content: "";
        display: inline-block;
        border-top-width: 21px;
        border-top-style: solid;
        border-left: 0;
        border-right: 14px solid #d01e25;
        height: 0;
        position: absolute;
        top: 0;
        left: -14px;
        border-top-color: transparent;
    }



/*new Popup Design css*/

.popup-design {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
}

    .popup-design:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #000;
        filter: alpha(opacity=50);
        opacity: .5;
    }

.popup-dialog {
    position: relative;
    width: 70%;
    margin: 20px auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}

.popup-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 6px;
    outline: 0;
    border: 1px solid rgba(0,0,0,.2);
    webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.popup-header {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.popup-header-title {
    font-size: 14px;
    font-weight: 700;
    /* padding: 6px 0 3px 8px;*/
    float: left;
    padding-left: 10px;
    color: #696767;
}

.popup-body {
    display: inline-block;
    width: 100%;
}

.popup-product-sec {
    padding: 0px 20px 10px 20px;
    /*height: 230px;*/
    overflow: hidden;
}

.popup-product-cart-sec {
    padding: 0px 20px 10px 20px;
    /* height: 280px;*/
    overflow: hidden;
}

.recommended-sec {
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
}

.popup-product-title {
    color: #0e82b9;
    line-height: 22px;
    padding: 0 3px;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
}

.product-price-number {
    display: inline-block;
    width: 100%;
}

.product-price-number-left {
    float: left;
    width: 57%;
    color: #222;
    padding: 0 3px;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
    word-break: break-all;
    line-height: 16px;
}

.product-price-number-right {
    float: right;
    width: 40%;
    color: #ff0000;
    font-size: 18px;
    font-family: Impact;
    text-decoration: none;
    margin-bottom: 10px;
    text-align: right;
    word-break: break-all;
    line-height: 1.2;
}

    .product-price-number-right .price-core {
        margin-left: 8px;
    }

.product-info-pricecore {
    color: #000;
    font-size: 14px;
    font-family: Roboto;
    vertical-align: middle;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.product-info-core-right {
    float: right;
}

.popup-stock {
    /* position:absolute;
    top:2px;
    left:5px;*/
    color: #29a32c;
    font-size: 13px;
    float: left;
    width: 60%;
}

.popup-stock-block {
    color: #000;
    font-size: 13px;
    margin-right: 10px;
}

.view-details {
    width: 40%;
    color: #0e82b9;
    font-size: 12px;
    /*padding: 3px;*/
    cursor: pointer;
    float: right;
    margin-bottom: 10px
}

    .view-details a {
        color: #0e82b9;
        text-decoration: none;
        width: 100%;
        display: block;
    }

.popup-product-cart {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.popup-product-qty {
    float: left;
    text-align: left;
    color: #000;
    font-size: 14px;
}

.product-qty {
    width: 30px;
    padding: 3px;
    margin-bottom: 0 !important;
}

.popup-product-addtocart {
    float: right;
    text-align: right;
}

.product-addtocart {
    padding: 4px 10px 4px 22px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: #009e47 url(../cadence_images/parts_details_add_to_cart.png) no-repeat 5px center;
}
/*. {
    padding: 4px 10px 4px 22px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: #009e47 url(../cadence_images/apply_green.png) no-repeat 5px center;
}*/
.item-product-list {
    height: 100%;
}

.dlAccessowidth {
    width: 100%;
    height: 100%;
}

    .dlAccessowidth td {
        width: 25%;
        padding: 10px;
        height: 100%;
    }

.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-flex-td tbody {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-flex-td tbody tr {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }


.dlAccessowidth.row-flex-td tbody tr {
    display: none;
}

    .dlAccessowidth.row-flex-td tbody tr:first-child {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

.Accessotablerow .dlAccessowidth.row-flex-td tbody tr {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


.product-addedtocart {
    border: 1px solid #ccc;
    padding-left: 28px;
    padding-bottom: 5px;
    padding-top: 6px;
    padding-right: 7px;
    background: url(../cadence_images/apply_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    color: red;
    font-size: 10px;
    font-weight: 600;
    box-shadow: inset 0px 1px 5px 3px rgb(138 138 138 / 21%);
    cursor: pointer;
}

.popup-item-product {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 6px 6px 2px 6px;
    height: 100%;
}

.product-thumb-img {
    display: inline-block;
    width: 100%;
}

.popup-item-product .product-thumb-link {
    height: 100px;
}

    .popup-item-product .product-thumb-link .img-thumb {
        padding: 5px;
    }

.item-added-sec {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 5px 20px;
}

.item-added-msg {
    float: left;
    font-size: 16px;
    font-weight: bold;
}

    .item-added-msg img {
        border-radius: 50px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.item-added-cart-page {
    float: right;
    margin: 0 5px;
}

.gotoshop-addtocart {
    padding: 5px 10px 5px 22px;
    color: #FFF;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: #009D46 url(../cadence_images/parts_details_add_to_cart.png) no-repeat 5px center;
}

.continue-shopping-finder-box {
    position: relative;
    float: right;
    margin: 0 5px;
}

.continue-shopping-finder-button {
    padding: 5px 12px 5px 45px;
    background: #0673C1;
    border-radius: 10px;
    text-align: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #ccc;
}

img.continue-shopping-finder-img {
    width: 38px;
    position: absolute;
    top: -13px;
    left: 6px;
    margin-left: 0;
}

.item-added-body {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0px 10px;
}

.product-item-thumb {
    background-color: #fff;
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-item-thumb img {
        max-width: 100%;
        margin: 0;
        max-height: 100%;
    }

.product-item-info {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 92%;
    float: left;
    padding-left: 12px;
}

.product-item-info-number {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}

.product-item-info-name {
    color: #0e82b9;
    line-height: 22px;
    padding: 0 3px;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.product-item-info-cart {
    margin-bottom: 6px;
}

.product-item-info-price {
    color: #d03426;
    font-size: 20px;
    font-family: Impact;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 8px;
}

.product-item-info-qty {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
}

.product-item-info-note {
    background: #FFF2CC;
    padding: 5px 8px;
    display: inline-block;
}

.view-more-access {
    text-align: center;
    margin-top: 10px;
}

.view-more-button {
    padding: 7px 10px 7px 32px;
    color: #588e33;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    border: 1px solid #588e33;
    background: #fff url(../cadence_images/more.png) no-repeat 5px center;
}

.shopping-cart-box-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    width: 100%;
}

.shopping-cart-box {
    float: left;
    width: 33%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 100px;
}

.search-for-part-box {
    float: left;
    width: 27%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 100px;
    margin-left: 10px;
}

    .search-for-part-box .blue_head_main {
        display: block;
    }

.bulk-upload-box {
    float: left;
    width: 31%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    /*margin-right: 10px;*/
    height: 100px;
}

    .bulk-upload-box .field_no_width {
        height: auto;
    }

    .bulk-upload-box .button_download {
        color: #FFF;
        padding: 3px 5px 3px 23px;
        margin: 2px 4px;
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
        font-family: sans-serif, Verdana, Geneva;
        background: #0070c0 url(../cadence_images/download.png) no-repeat 5px;
        text-align: right;
        font-size: 12px;
    }

    .shopping-cart-box .blue_head_main, .search-for-part-box .blue_head_main, .bulk-upload-box .blue_head_main {
        text-align: center;
    }

.select_full {
    padding: 2px;
    width: 100%;
    display: block;
    border: 1px solid #bebcbc;
    border-radius: 2px;
    font-size: 12px;
    height: 24px !important;
    margin: 10px 0;
    color: #505050;
    background-color: #fff;
    font-family: sans-serif, Verdana, Geneva !important;
}

.shopping-cart-button-sec {
    display: inline-block;
    width: 100%;
}

.shopping-cart-button-left {
    float: left;
    margin-right: 6px;
}

    .shopping-cart-button-left img {
        width: 13px;
        margin-right: 5px;
    }

    .shopping-cart-button-left a {
        font-size: 13px;
        font-weight: bold;
        color: #2472D0;
    }

.shopping-cart-button-right {
    float: left;
}

    .shopping-cart-button-right img {
        width: 13px;
        margin-right: 5px;
    }

    .shopping-cart-button-right a {
        font-size: 13px;
        color: #2472D0;
        font-weight: bold;
    }

.smart-finder-sec {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.template_download {
    color: #2472D0;
    text-decoration: underline;
    padding: 3px 5px 3px 25px;
    border: none;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: url(../cadence_images/template-download.png) no-repeat 5px;
    text-align: right;
}

.search-for-part-txt {
    margin-right: 15px;
}

.select_80 {
    padding: 2px;
    float: right;
    width: 80px;
    border: 1px solid #bebcbc;
    border-radius: 2px;
    font-size: 12px;
    height: 24px !important;
    margin-bottom: 0px;
    color: #505050;
    margin-left: 15px;
    background-color: #fff;
    font-family: sans-serif, Verdana, Geneva !important;
}

.search-box-sec {
    display: inline-block;
    width: 100%;
    margin-top: 26px;
}

    .search-box-sec .field_no_width {
        margin-bottom: 0;
        height: auto;
    }

        .search-box-sec .field_no_width input[type=text] {
            margin-bottom: 0px;
        }

    .search-box-sec .field_button {
        margin-bottom: 0px;
    }

    .search-box-sec .field_small {
        margin-bottom: 0px;
    }

.shopping-cart-table-sec {
    display: inline-block;
    width: 100%;
}

    .shopping-cart-table-sec .table_big {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
    }

.shopping-cart-table-edit {
    padding: 5px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: bold;
    text-decoration: none;
}

    .shopping-cart-table-edit img {
        margin-right: 7px;
        display: inline-block;
        vertical-align: middle;
    }

.shopping-cart-table-delete {
    padding: 5px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0;
    font-weight: bold;
    text-decoration: none;
}

    .shopping-cart-table-delete img {
        margin-right: 7px;
        display: inline-block;
        vertical-align: middle;
    }

.shopping-cart-table {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .shopping-cart-table tr th:nth-child(1) {
        width: 10%;
    }

    .shopping-cart-table tr th:nth-child(2) {
        width: 50%;
    }

    .shopping-cart-table tr th:nth-child(3) {
        width: 15%;
    }

    .shopping-cart-table tr th:nth-child(4) {
        width: 15%;
    }

    .shopping-cart-table tr th {
        font-size: 12px;
        padding: 8px;
        border: 1px solid #ccc;
        text-align: left;
    }

    .shopping-cart-table tr td {
        font-size: 11px;
        font-family: sans-serif, Verdana, Geneva;
        padding: 5px 8px;
        border: 1px solid #ccc;
        vertical-align: top;
    }

.table-part-desc {
    color: #2472D0;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.table-part-no {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

    .table-part-no span {
        color: #000;
        font-size: 13px;
    }

.display-inline-td {
    display: inline-block;
    margin: 0 10px;
}

.table-more-access {
    margin: 5px 0;
}

    .table-more-access .view-more-button {
        padding: 5px 10px 5px 32px;
        font-size: 12px;
        margin-right: 10px;
    }

.special-order-td {
    display: inline-block;
    float: right;
}

.special-order-button {
    background: #FFE699;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #FFD966;
    color: #000;
    margin-right: 10px;
    float: left;
}

.qty-table-td .qty-full-td:last-child {
    margin-bottom: 0;
}

.price-table-td .price-full-td:last-child {
    margin-bottom: 0;
}

.qty-full-td {
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.float_right_td {
    float: right;
}

.qty-input {
    width: 50px;
    padding: 2px 5px;
    float: right;
    margin-bottom: 0 !important;
}

.red {
    color: red;
}

.gray {
    color: #666;
}

.price-full-td {
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.gray_tr {
    background: #F2F2F2;
    border: 1px solid #ccc;
}

.shopping-cart-table tr.gray_tr td {
    border: 0px solid #ccc;
}

.action-table-img {
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

    .action-table-img img {
        padding: 8px;
    }

.table_normal.table_normal_full {
    width: 100%;
}

    .table_normal.table_normal_full tr th {
        padding: 5px 8px !important;
    }

    .table_normal.table_normal_full tr td {
        padding: 5px 8px !important;
    }

.table_normal_full {
    width: 100% !important;
}

    .table_normal_full tr th {
        padding: 5px 8px !important;
    }

    .table_normal_full tr td {
        padding: 5px 8px !important;
    }

.no-stock {
    color: #d03426;
}


.product-info-pricecore {
    text-align: left;
}

/*
.new-fliter-section{
    position:relative;
}*/

.new-fliter-section {
    background: #187fb1;
    border: 1px solid #c7c7c7;
    box-shadow: 0 0 5px rgb(33 33 33 / 50%);
    margin-top: 10px;
    position: relative;
    /*background: linear-gradient(180deg, rgba(29,139,190,1) 0%, rgba(29,139,190,1) 47%, rgba(5,88,131,1) 100%);*/
}
/*.new-fliter-section .container1{
    position:relative;
}*/
.search-icon-section {
    position: relative;
}

.arrow-step {
    position: relative;
    padding: 15px 13px 15px 26px;
    display: inline-block;
    width: 16%;
    text-align: center;
    cursor: pointer;
}

.new-fliter-section .search-icon {
    width: 6%;
}

.arrow-step:after {
    content: url(../cadence_images/right-arrow-full.png);
    position: absolute;
    top: 0px;
    right: -15px;
}

.arrow-step.current {
    background: #fff;
}

    .arrow-step.current:after, .arrow-step.current:before {
        content: "";
        position: absolute;
        top: 0;
        right: -17px;
        width: 0;
        height: 0;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 18px solid #fff;
        border-right: 0 solid #fff;
        z-index: 2;
        transition: border-color 0.2s ease;
    }

    .arrow-step.current:before {
        right: auto;
        left: 0;
        border-left: 15px solid #187fb1;
        z-index: 0;
    }

.arrow-step span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.arrow-step.current span {
    color: #187fb1;
}

.category-value-over {
    position: absolute;
    width: 99%;
    top: 130%;
    left: 9px;
    border: 2px solid #187fb1;
    z-index: 999;
    /*display:none;*/
    background: #fff;
}

.category-value-height {
    /*height: 250px;
    overflow: auto;*/
    padding: 15px;
}

.category-value-over:after {
    content: '';
    display: block;
    position: absolute;
    left: 15%;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #187fb1;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.vehicle-value-over {
    position: absolute;
    width: 99%;
    top: 130%;
    left: 8px;
    border: 2px solid #187fb1;
    padding: 15px;
    z-index: 999;
    background: #fff;
    /*height: 250px;
    overflow: auto;*/
    /*display:none;*/
}

    .vehicle-value-over:after {
        content: '';
        display: block;
        position: absolute;
        left: auto;
        right: 35%;
        margin-left: auto;
        margin-right: auto;
        bottom: 100%;
        width: 0;
        height: 0;
        border-bottom: 10px solid #187fb1;
        border-top: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

.no-border-table-qual-td {
    width: 100%;
}

    .no-border-table-qual-td td {
        padding: 10px;
        width: 25%;
        text-align: center;
        font-size: 18px;
        min-height: 60px;
        line-height: 1.3;
    }

/*.no-border-table {
    width: 100%;
}*/
.no-border-table td {
    padding: 15px 20px;
    text-align: center;
    font-size: 18px;
    min-height: 60px;
    line-height: 1.3;
}

.category-div:hover .category-value-over {
    display: block;
}
/*.make-section{
    float:left;
    width:10%;
}*/

.vehicle-button {
    background: rgb(240,245,251);
    background: linear-gradient(180deg, rgba(240,245,251,1) 0%, rgba(226,237,248,1) 47%, rgba(190,215,238,1) 100%);
    display: inline-block;
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #187fb1;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.make-button {
    background: rgb(240,245,251);
    background: linear-gradient(180deg, rgba(240,245,251,1) 0%, rgba(226,237,248,1) 47%, rgba(190,215,238,1) 100%);
}

.year-button {
    color: #000;
    background: rgb(244,241,231);
    background: linear-gradient(180deg, rgba(244,241,231,1) 0%, rgba(241,229,192,1) 47%, rgba(233,205,125,1) 100%);
}

.engine-button {
    color: #000;
    background: rgb(234,234,234);
    background: linear-gradient(180deg, rgba(234,234,234,1) 0%, rgba(206,206,206,1) 47%, rgba(166,166,166,1) 100%);
}

.year-button:after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ecd286;
    position: absolute;
    bottom: -15px;
    left: 45%;
    right: auto;
}

.brand-over:after {
    left: 30%;
}

.partdescription-over:after {
    left: 45%;
}

.vehicle-data {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}

.refresh-icons {
    display: inline-block;
    width: 28%;
    text-align: right;
}

    .refresh-icons img {
        width: 25px;
        margin: -6px auto;
    }

.search-icon img {
    width: 25px;
    margin: -6px auto;
}

.vehicle-search-button {
    position: relative;
}

.vehicle-search-input {
    margin: 0 auto;
    width: 100%;
    height: 35px;
    padding: 0 30px 0 65px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.vehicle-search-icons {
    display: inline-block;
    padding: 5px 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    background: #187fb1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    border-radius: 5px;
}

    .vehicle-search-icons img {
        width: 50px;
        display: inline-block;
        vertical-align: middle;
    }

.vehicle-search-img {
    position: absolute;
    right: 12px;
    margin-top: 6px;
    width: 20px;
}

.left-attribute-container {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.left-attribute-titile-button {
    background: rgb(240,245,251);
    background: linear-gradient( 180deg, rgba(240,245,251,1) 0%, rgba(226,237,248,1) 47%, rgba(190,215,238,1) 100%);
    padding: 10px 13px;
    border: 1px solid #ccc;
    color: #187fb1;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .left-attribute-titile-button:last-child {
        margin-bottom: 0px;
    }

.left-attribute-item {
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 15px;
    color: #000;
    position: relative;
}

    .left-attribute-item:last-child {
        border-bottom: 0px solid #ccc;
        padding-bottom: 0;
    }

    .left-attribute-item a {
        font-size: 16px;
        color: #000;
        text-decoration: none;
    }

    .left-attribute-item.active a {
        color: #187fb1;
        font-weight: 600;
    }

    .left-attribute-item .arrow:before {
        content: url(../cadence_images/arrow-right.png);
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

.recent-search-sec {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    vertical-align: top;
}

.recent-search-button {
    font-family: roboto;
    font-weight: bold;
    font-size: 13px;
    padding: 4px;
    cursor: pointer;
    background: #187fb1;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0 5px #e0e0e0;
    color: #fff;
    position: relative;
}

    .recent-search-button:after {
        padding-left: 5px;
        content: url(../cadence_images/white-dropdown.png);
    }

    .recent-search-button img {
        width: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.recent-search-sec:hover .recent-search-dropdown {
    display: block;
}

.recent-search-dropdown {
    position: absolute;
    background: rgb(234,234,234);
    /*background: linear-gradient( 180deg, rgba(234,234,234,1) 0%, rgba(206,206,206,1) 47%, rgba(166,166,166,1) 100%);*/
    padding: 10px 10px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 5px #000;
    width: 250px;
    left: auto;
    top: 110%;
    right: 0;
}

    .recent-search-dropdown a {
        color: #187fb1;
        padding: 10px 0;
        font-size: 15px;
        display: block;
    }

.left-attribute-list {
    display: none;
}

.left-attribute-titile-button:after {
    content: url(../cadence_images/arrow-down.png);
    display: inline-block;
    text-align: right;
    float: right;
    position: absolute;
    right: 8px;
    top: 30%;
}

.left-attribute-titile-button .filters-hide {
    display: none;
}

.left-attribute-titile-button .filters-show {
    display: inline-block;
}

.left-attribute-titile-button.active .filters-hide {
    display: inline-block;
}

.left-attribute-titile-button.active .filters-show {
    display: none;
}

.left-attribute-titile-button.active:after {
    transform: rotate( 180deg);
}

.left-attribute-item-dropdown {
    position: absolute;
    right: auto;
    z-index: 999;
    background: #fbfbfb;
    width: 600px;
    left: 110%;
    padding: 20px;
    top: 0;
    border: 2px solid #187fb1;
}

    .left-attribute-item-dropdown:after {
        content: '';
        display: block;
        position: absolute;
        left: -15px;
        top: 15px;
        margin-left: auto;
        margin-right: auto;
        bottom: 100%;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 15px solid #187fb1;
        border-left: none;
        border-bottom: 15px solid transparent;
    }

.left-attribute-item-title {
    color: #187fb1;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}

.left-attribute-item-table {
    overflow: hidden;
    background: #fff;
}

.current-selection-category {
    background: #f0f5fa;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
}

.current-selection-field {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-right: 8px;
    font-weight: 600;
}

    .current-selection-field span {
        font-weight: 400;
    }

.current-selection-gray {
    border-radius: 5px;
    background: #f2f2f2;
    padding: 5px 5px;
    font-size: 12px;
    color: #000;
    border: 1px solid #ccc;
    margin-left: 8px;
}

.current-selection-field-close {
    vertical-align: middle;
    margin-left: -8px;
    cursor: pointer;
    background: #e6e6e6;
    padding: 5px 5px 5px 5px;
}

    .current-selection-field-close img {
        width: 18px;
        vertical-align: middle;
    }

.category_Value_list {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .category_Value_list li {
        float: left;
        padding: 10px;
        width: 20%;
        text-align: left;
        /* font-size: 18px; */
        height: 100%;
    }

        .category_Value_list li a {
            color: #187fb1;
            text-align: center;
            font-size: 15px;
            line-height: 1.3;
            text-decoration: none;
        }

.attribute_part_popup {
    position: absolute;
    width: 700px !important;
    border: 2px solid #187fb1;
    padding: 15px;
    z-index: 999;
    background: #fbfbfb;
    top: -100px;
    left: -150px;
}

    .attribute_part_popup:after {
        content: '';
        display: block;
        position: absolute;
        left: -17px;
        /* right: 35%; */
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        width: 0;
        height: 0;
        border-right: 15px solid #187fb1;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.attribute_part_popup_header {
    position: relative;
}

    .attribute_part_popup_header .attribute_part_popup_header_title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        /*padding: 10px;*/
        color: #1272a1;
        margin: 15px 10px;
    }

    .attribute_part_popup_header .close_part {
        position: absolute;
        right: 0;
        top: -3px;
        cursor: pointer;
    }

.attribute_part_popup_body {
    float: left;
    width: 98%;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sub_att_input {
    border: 1px solid #bebcbc;
    border-radius: 2px;
    font-size: 12px;
    height: 30px !important;
    margin-bottom: 10px;
    color: #505050;
    background: none;
    width: 100px;
    font-family: sans-serif, Verdana, Geneva !important;
    text-indent: 5px;
    margin-left: 10px;
    margin-right: 10px
}

.sub_att_input_sec {
    margin: 0 auto;
}

.attribute_part_popup.open {
    display: block;
}

.attribute_part_popup.close {
    display: none;
}

.attribute_part_popup_body .category_Value_list li {
    width: 18%;
}

    .attribute_part_popup_body .category_Value_list li a {
        color: #000;
        text-align: center;
        display: block;
        margin-top: 5px;
    }

.attribute-popup {
    position: absolute;
    width: 700px !important;
    border: 2px solid #187fb1;
    padding: 15px;
    z-index: 999;
    background: #fbfbfb;
    top: 0;
    left: 100%;
    display: none;
}

    .attribute-popup:after {
        content: '';
        display: block;
        position: absolute;
        left: -17px;
        /* right: 35%; */
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        width: 0;
        height: 0;
        border-right: 15px solid #187fb1;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

.mobile-design-product-widget {
    display: none;
}

@media (max-width:1600px) {
    .popup-dialog {
        width: 70%;
    }
}

@media (max-width:1530px) {
    .product-item-info {
        width: 90%;
    }
}


@media (max-width:1400px) and (min-width:1340px) {
    /*.popup-product-sec {
        height: 300px;
    }*/
    /*.popup-product-cart-sec {
        height: 285px;
    }*/
}

@media (max-width:1300px) {
    .popup-dialog {
        width: 75%;
    }
}

@media (max-width:1230px) {
    .product-item-info {
        width: 88%;
    }
}

@media (max-width:1150px) {
    .product-addtocart {
        font-size: 12px;
        padding: 4px 10px 4px 20px;
    }

    .popup-product-qty {
        font-size: 12px;
    }

    .popup-dialog {
        width: 80%;
    }
}


@media (max-width:1300px) {
    .container1 {
        width: 100%;
    }

    .candence_logo {
        margin-right: 10px;
    }

    .main_div_spec, .cross-reference-content, .table-responsive {
        overflow: auto;
        display: block;
    }

    .new_menu_parts {
        float: left !important;
        border: 0 !important;
    }

    .new_menu_parts_first {
        float: left;
        margin: 0 0 5px 5px;
    }

    .product_left_box {
        width: 100%;
    }

    .product_right_box {
        width: 100%;
    }

        .product_right_box .list-recent-posts tr {
            width: 50%;
            float: left;
        }

            .product_right_box .list-recent-posts tr td {
                width: 100%;
                display: block;
            }

    .product-item-hover {
        left: 200px;
        right: auto;
        top: 12px;
    }

        .product-item-hover:after {
            content: '';
            top: 26px;
            position: absolute;
            left: -14px;
            right: auto;
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 0;
            border-right: 13px solid #fff;
            webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
            filter: drop-shadow(1px 1px 1px rgba(0,0,0,.5));
        }
}

@media (max-width:860px) {
    .product_right_box .list-recent-posts tr {
        width: 100%;
        float: left;
    }
}

@media (max-width:1100px) {
    .alternative-item {
        width: 33%;
    }
}

@media (max-width:991px) {
    .about-product {
        padding: 10px;
    }

    .mobile-design-product-widget {
        display: block;
    }

    .left-attribute-sec {
        display: none;
    }

    .new-fliter-section {
        display: none;
    }

    .current-selection-category {
        background: transparent;
        border: 0px solid #ccc;
        box-shadow: 0 0 0;
    }

        .current-selection-category .current-selection-field {
            display: none;
        }
}


@media (max-width:769px) {
    .alternative-item {
        width: 50%;
    }

    .shop_head {
        float: none;
    }
}

@media (max-width:590px) {
    .mobile-xs-12 {
        width: 100%;
    }
}






.shopping-cart-box-container-new .shopping-cart-box {
    width: 49%;
}

.shopping-cart-box-container-new .search-for-part-box {
    width: 15%;
}

.shopping-cart-box-container-new .bulk-upload-box {
    width: 28%;
}

.blue_head_main_left {
    text-align: left !important;
}

.shopping-cart-box-left {
    width: 60%;
    float: left;
}

.shopping-cart-box-right {
    width: 40%;
    float: left;
}

.shopping-cart-box .select_full {
    width: 95%;
}

.bulk-upload-box .field_no_width {
    margin-right: 0px;
}

.shopping-cart-box-container-new .shopping-cart-button-right a {
    font-size: 12px;
}

.shopping-cart-table-sec.shopping-cart-table-sec-new .shopping-cart-table tr th:nth-child(2) {
    width: 10%;
}

.shopping-cart-table-sec.shopping-cart-table-sec-new .shopping-cart-table tr th:nth-child(4) {
    width: 7%;
}

.shopping_cart_container {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .shopping_cart_container:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: inline-block;
        vertical-align: top;
    }

.shopping_cart_details {
    padding: 0 10px 10px 10px;
}

.shopping_cart_details_table {
    box-shadow: 3px 3px 5px #dbdbdb;
}

    .shopping_cart_details_table th {
        text-align: center;
    }
/*
.shopping_cart_details_table .shopping-cart-table tr th:nth-child(2) {
    width: 8%;
}*/
.small_red {
    font-weight: bold;
    font-family: sans-serif;
    color: #d24133;
    font-size: 10px;
}

.delivery_options_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .delivery_options_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: inline-block;
        vertical-align: top;
    }

.delivery_options_header {
    display: inline-block;
    width: 100%;
    /*margin-bottom:15px;*/
}

.payment_options_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

    .payment_options_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: inline-block;
        vertical-align: top;
    }

.payment_options_header {
    display: inline-block;
    width: 100%;
    /*margin-bottom:15px;*/
}
.payment_option_left {
    float: left;
    width: 95.7%;
    box-shadow: 3px 3px 5px #dbdbdb;
    margin-right: 1%;
    margin-left: 1%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom:15px;
}
.group_button_sec {
    display: inline-block;
    padding: 5px;
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 5px;
    border-radius: 5px;
}

    .group_button_sec .css_checked {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 8px;
    }

.fieldset_Section {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.fieldset_radio {
    margin-top: -18px;
}

    .fieldset_radio input {
        display: none;
    }

    .fieldset_radio label {
        background: #4371c5;
        margin-right: 10px;
        padding: 5px 10px;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
    }

    .fieldset_radio input[type="radio"]:checked + label {
        background: #15b7a8;
    }

.delivery_options_sec .shopping_left_content {
    width: 61%;
}

.delivery_options_sec .shopping_right_content {
    width: 35%;
    padding: 5px;
}

.delivery_options_sec .shopping_left_content table {
    width: 100%;
}

.delivery_options_sec .address_container {
    float: left;
    max-width: 100%;
    padding: 0;
}

.gridshippingtype {
    margin-bottom: 10px !important;
}

.backorder_delivery_method {
    margin-top: 0px;
    /*background: #ecfff5;*/
    padding: 10px;
}

    .backorder_delivery_method table {
        margin-bottom: 10px;
    }

.prepaid_freight, .handling_charges, .additional_freight_charges {
    margin-bottom: 10px;
}

.handling_charges_button {
    display: inline-block;
}

.prepaid_freight_button {
    display: inline-block;
}

.handling_charges_button .input_big {
    margin-bottom: 0;
}

.Charges_div .lable_normal {
    line-height: 22px;
    margin-right: 6px;
}

.Charges_div .field_no_width {
    height: auto;
}

.Charges_div .input, .Charges_div .input_disable {
    margin-bottom: 5px;
}
/*
.billing_info {
    float: right;
    position: relative;
}*/


.billing_tooltip {
    position: relative;
    float: right;
}

    .billing_tooltip .billing_tooltip_text {
        display: none;
        width: 300px;
        background: #fff;
        border-radius: 6px;
        padding: 10px 20px;
        position: absolute;
        z-index: 1;
        top: -200%;
        right: 110%;
        box-shadow: 0 0 5px rgb(0 0 0 / 28%);
        font-size: 14px;
        font-weight: normal;
    }

        .billing_tooltip .billing_tooltip_text::after {
            content: "";
            position: absolute;
            top: 40%;
            left: 100%;
            margin-top: -5px;
            border-width: 10px;
            border-style: solid;
            border-color: transparent transparent transparent #cacbcd;
        }

    .billing_tooltip:hover .billing_tooltip_text {
        display: block;
    }

.delivery_option_icon {
    margin-right: 8px;
    width: 35px;
    vertical-align: middle;
}

.order_instructions_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .order_instructions_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: inline-block;
        vertical-align: top;
    }

.order_instructions_left {
    float: left;
    width: 60%;
    margin-right: 1%;
    margin-left: 1%;

}
.order_instructions_box {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #dbdbdb;
}
.discount-box {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #dbdbdb;
    margin-top: 10px;
    margin-bottom: 10px;
}
.discount-box .field_no_width {
    height: auto;
}
.discount-box-field{
    display:inline-block;
}
.order_instructions_right {
    float: left;
    padding: 10px;
    width: 35%;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #dbdbdb;
    margin-bottom: 10px;
}

    .order_instructions_right .table_small_left {
        width: 100%;
        padding: 0;
        margin: 0
    }

    .order_instructions_right .table_normal th {
        border: 0;
        padding: 5px 8px;
        background: #fff;
        /* color: #ccc; */
        font-family: sans-serif;
        color: #2472D0;
        font-size: 15px;
        font-weight: bold;
    }

    .order_instructions_right .table_normal td {
        border: 0;
        padding: 5px 8px !important;
        font-size: 13px;
    }

.address_button_sec {
    margin-top: 8px;
}

.add_contact_button {
    display: inline-block;
    padding: 5px 8px;
    background: #e2f0d9;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 5px;
}

    .add_contact_button img, .edit_contact_button img {
        vertical-align: middle;
        padding-right: 5px;
    }

.edit_contact_button {
    display: inline-block;
    padding: 5px 8px;
    background: #eaf2fa;
    font-size: 10px;
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 5px;
}

    .edit_contact_button a, .add_contact_button a {
        font-size: 10px;
        color: #000;
        font-weight: 600;
        text-decoration: none;
    }

.cart_hide {
    float: right;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    background-color: #7f7f7f;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    margin-right: 10px;
}

    .cart_hide img {
        padding-left: 5px;
    }

.show_cart {
    float: right;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    background-color: #4371c5;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    margin-right: 10px;
}

    .show_cart .cart_hide_text, .cart_hide .cart_show_text {
        display: none;
    }

    .show_cart .cart_show_text, .cart_hide .cart_hide_text {
        display: inline-block;
    }

    .show_cart img {
        margin-left: 5px;
        transform: rotate(180deg);
    }

.order_instructions_field {
    min-width: 200px;
    max-width: 375px;
    display: inline-block;
    color: #000;
    margin-left: 20px;
    font-weight: normal;
    font-size: 13px;
}

.order_instructions_button_sec {
    margin-bottom: 20px;
}

.blind_shipment_button, .contact_customer_button {
    display: inline-block;
    margin-right: 10px;
}

.select_payment_option_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .select_payment_option_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: block;
        vertical-align: top;
    }

.select_payment_option_container {
    padding: 10px;
}

.select_payment_payviaterms_button {
    color: #FFF;
    padding: 10px 15px 10px 40px !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: #009e47 url(../cadence_images/pay_via_terms_icon.png) no-repeat 5px;
    text-align: right;
}
.select_payment_cash_button {
    color: #FFF;
    padding: 3px 5px 3px 25px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: sans-serif, Verdana, Geneva;
    background: #009e47 url(../cadence_images/cash.png) no-repeat 5px;
    text-align: right;
}

.select_payment_type_header {
    /*border: 1px solid #ccc;*/
    margin-bottom: 10px;
}

  .select_payment_type_header input {
        border: none;
        border: 1px solid #ccc;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        padding: 12px 10px 12px 50px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        cursor: pointer;
        font-family: sans-serif, Verdana, Geneva;
        text-align: right;
    }

.select_payment_cash_button {
    background: url(../cadence_images/payment_cash.png) no-repeat 8px;
}

.select_payment_check_button {
    background: url(../cadence_images/payment_check.png) no-repeat 8px;
}

.select_payment_other_button {
    background: url(../cadence_images/other-payment-setting.png) no-repeat 8px;
    padding: 12px 10px 12px 45px !important;
}

.select_payment_card_button {
    background: url(../cadence_images/payment_saved-card.png) no-repeat 8px;
}

.select_payment_request_button {
    background: url(../cadence_images/payment_request_payment_icon.png) no-repeat 8px;
}

.select_payment_ach_button {
    background: url(../cadence_images/payment_ach.png) no-repeat 8px;
}

.select_payment_card_pointe_button {
    background: url(../cadence_images/clover_logo.png) no-repeat 8px;
    padding: 12px 10px 12px 42px !important;
}

.select_payment_paypal_button {
    background: url(../cadence_images/payment_paypal-icon.png) no-repeat 8px;
}

.select_payment_request_payment_button {
    background: url(../cadence_images/request_payment_icon.png) no-repeat 8px;
}

.select_paymentactive {
    background-color: #d2e8ff;
}
.select_payment_or {
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    color:red;
}

.internal_notes {
    display: inline-block;
    width: 100%;
}

.button_clover_1 {
    width: 25px;
}

.label_g {
    background: #15b7a8 !important;
}

.terms_sec {
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
}

    .terms_sec .terms_title {
        font-family: sans-serif;
        color: #000;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: bold;
    }

.header_shopping_cart {
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    padding: 4px 15px;
    float: left;
}

    .header_shopping_cart img {
        width: 20px;
    }

.select_payment_type_content {
    border: 1px solid #ccc;
    padding: 10px;
}

.reason_field {
    margin-left: 1.33%;
    font-size: 14px;
    font-family: sans-serif;
    color: #333;
}

    .reason_field input {
        margin-bottom: 2px;
    }

.additional_field {
    display: inline-block;
    width: 100%;
}

    .additional_field input {
        margin-bottom: 2px !important;
    }

.shoppingcart_field_button {
    margin-bottom: 14px;
    font-size: 14px;
    font-family: sans-serif;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

    .shoppingcart_field_button input {
        margin-left: 20px;
        margin-right: 20px;
    }

.check_out_options {
    font-family: sans-serif;
    color: #2472D0;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

.header_shopping_cart_red_text {
    float: right;
    margin: 0;
    padding: 8px;
    font-weight: bold;
    font-family: sans-serif;
    color: #d24133;
    font-size: 13px;
}

.order_instructions_mail {
    background: #eaf2fa;
    padding: 4px 15px;
    border: 1px solid #c8e0f9;
    border-radius: 5px;
    color: #3f3c3c;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
}


.vehicle_info_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .vehicle_info_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: block;
        vertical-align: top;
    }

.vehicle_info_container {
    padding: 10px;
}

.vehicle_info_field .lable_normal {
    margin-right: 8px;
    display: inline-block;
}

.vehicle_info_field input[type=text] {
    margin-bottom: 0;
}

.vehicle_info_adderss {
    display: inline-block;
    background: #f8f8f8;
    padding: 10px
}

    .vehicle_info_adderss p {
        margin: 0;
        color: #2a2e36;
        padding: 0;
        display: inline-block;
        margin-right: 18px;
        font-size: 13px;
    }


.check_out_option_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .check_out_option_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: block;
        vertical-align: top;
    }

.check_out_option_container {
    padding: 10px;
}

.service_info_sec {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

    .service_info_sec:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: block;
        vertical-align: top;
    }

.service_info_container {
    padding: 10px;
}

.service_info_sec .delivery_option_icon {
    width: 30px
}

.search-for-part-box.search-for-part-box-full {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding: 0;
    display: inline-block;
    float: none;
}

    .search-for-part-box.search-for-part-box-full .blue_head_main {
        display: inline-block;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .search-for-part-box.search-for-part-box-full .smart-finder-sec {
        margin-top: 15px;
        display: inline-block;
        width: auto;
    }

.related_documents_image_list {
    max-height: 250px;
    overflow: auto;
    /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}


.search_part_cart_container {
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .search_part_cart_container:before {
        content: '';
        width: 100%;
        height: 6px;
        margin-top: -1px;
        border-radius: 8px 8px 0px 0;
        background: #f89320;
        display: inline-block;
        vertical-align: top;
    }

.div-part-search {
    display: inline-block;
    width: 100%;
}


.competitorfilter_input {
    position: relative;
    display: inline-block;
    width: 200px;
}
.competitorfilter_input_search {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: solid 1px #bbb;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 20px;
    margin: 0 !important;
    width: 100%;
    color: #000;
    position: relative;
}

.competitorfilter_output_sec {
    position: absolute;
    display: none;
    margin: 5px 0 0 0;
    background: #fff;
    border: 1px solid #aaa !important;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 0 4px 1px rgb(50 50 50 / 25%);
    box-shadow: 0 0 4px 1px rgb(50 50 50 / 25%);
    z-index: 9999;
    text-align: left;
}
.competitorfilter_output_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #0055a5;
    max-height: 200px;
    overflow: auto;
    display: block;
}

.competitorfilter_output_list li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    color: #0055a5;
    text-decoration: none;
    border-bottom: 1px solid #f9f5f5;
    cursor: pointer;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.competitorfilter_output_list li a {
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #0055a5;
}