/* =Common Styles
-------------------------------------------------------------- */
body {
    background: #FFF;

    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-top: 130px;
}

img {
    max-width: 100%;
    height: auto;
}

/*a {
    color: #565656;
}

    a:hover {
        color: #05b9df;
    }*/

a {
    color: #014991;
    text-decoration: none;
}
ul, ol {
    margin: 0;
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: #cd6227;
    border-color: #f47631;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #f47631;
        border-color: #cd6227;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
   
}

@font-face {
    font-family: 'Conv_Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clanpro-bold';
    src: url('../fonts/ufonts.com_clanpro-bold.eot');
    src: local('☺'), url('../fonts/ufonts.com_clanpro-bold.woff') format('woff'), url('../fonts/ufonts.com_clanpro-bold.ttf') format('truetype'), url('../fonts/ufonts.com_clanpro-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clanpro-book';
    src: url('../fonts/ufonts.com_clanpro-book.eot');
    src: local('☺'), url('../fonts/ufonts.com_clanpro-book.woff') format('woff'), url('../fonts/ufonts.com_clanpro-book.ttf') format('truetype'), url('../fonts/ufonts.com_clanpro-book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    float: left;
    background: #FFF;
}

    header .top-bar {
        width: 100%;
        float: left;
        text-align: right;
        background: #ce3234;
        padding: 5px 0;
    }

        header .top-bar p {
            font-size: 14px;
            color: #FFF;
            font-family: 'Conv_Roboto-Regular';
            margin: 0;
        }

.navigation-module {
    width: 100%;
    float: left;
    padding: 15px 0;
    background: #FFF;
}

.logo {
    float: left;
    width: 100%;
}

/* Miscellaneous
----------------------------------*/
.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 70px 70px 0;
    width: 70px !important;
    display: inline !important;
    border-color: transparent #000 transparent transparent;
    position: relative;
}

    .triangle.opened {
        border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
        top: -1px;
    }

.small.triangle {
    border-width: 0 35px 35px 0;
    width: 35px !important;
}

.triangle i {
    position: absolute;
    top: 14px;
    left: 45px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.small.triangle i {
    font-size: 11px;
    top: 7px;
    left: 20px;
}

.triangle.opened i {
    color: #fff;
}

.trigger {
    position: absolute;
    top: 100%;
    right: 0;
    cursor: pointer;
    font-size: 0;
    z-index: 1002;
}

.marquee .owl-next {
    width: 44px;
    height: 44px;
    float: left;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 45%;
    background: url(/content/css/mpcpartstoday/images/next-arw.jpg) no-repeat center;
    color: transparent;
}

.marquee .owl-prev {
    width: 44px;
    height: 44px;
    float: left;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 45%;
    background: url(/content/css/mpcpartstoday/images/prev-arw.jpg) no-repeat center;
    color: transparent;
}

@media (max-width:991px) {
    #zoomer {
        width: 700px !important;
    }

    .viewer {
        width: 650px !important;
        height: 380px !important;
    }
}
@media (max-width:767px) {
    #zoomer {
        width: 650px !important;
    }

    .viewer {
        width: 600px !important;
        height: 320px !important;
    }
}

@media (max-width:700px) {
    #zoomer {
        width: 500px !important;
    }

    .viewer {
        width: 450px !important;
        height: 280px !important;
    }
}
@media (max-width:540px) {
    #zoomer {
        width: 350px !important;
    }

    .viewer {
        width: 280px !important;
        height: 280px !important;
    }
}
@media (max-width:420px) {
    #zoomer {
        width: 280px !important;
    }

    .viewer {
        width: 230px !important;
        height: 280px !important;
    }
}

#zoomer .modal-body {
    max-height: none;
    overflow: visible;
}

div#zoomer {
    width: 800px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

#zoomer .modal-content {
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}

.viewer {
    height: 500px;
    width: 750px;
}

.zoomer_wrapper {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 500px;
    margin: 10px 0;
    overflow: hidden;
}
    /* Preheader
----------------------------------*/

    .preheader {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }

        .preheader * {
            color: #fff;
        }

    .preheader-content {
        padding: 30px 0;
        display: none;
        position: relative;
        z-index: 1002;
    }

    .preheader h2 {
        margin-top: 0;
    }

    .btn-default {
        background: #79a815;
        border: none;
        border-radius: 0px;
        color: #FFF;
    }

        .btn-default:hover {
            background: #658e0e;
            color: #eee;
        }

        .btn-default.active {
            background: #658e0e;
            color: #eee;
        }
    /* =Banner
-------------------------------------------------------------- */
    #banner {
        width: 100%;
        float: left;
    }

        #banner img {
            width: 100%;
        }

        #banner .item {
            width: 100%;
            float: left;
            position: relative;
            background-size: cover;
        }

    .item .banner-caption {
        width: 100%;
        float: left;
        text-align: center;
        padding: 40px 0 50px 0;
    }

        .item .banner-caption h2 {
            font-family: 'clanpro-bold';
            font-size: 40px;
            color: #FFF;
            font-weight: bold;
            text-transform: uppercase;
            background: url(../images/blue-border.jpg) no-repeat bottom center;
            padding: 0 0 15px 0;
            margin: 0 0 15px 0;
        }

        .item .banner-caption p {
            font-size: 14px;
            color: #FFF;
            font-family: 'clanpro-book';
            margin: 0 0 40px 0;
        }

        .item .banner-caption a {
            font-size: 14px;
            color: #03a9f5;
            font-family: 'clanpro-bold';
            text-decoration: underline;
        }

    .banner-form {
        padding: 0 28px;
        margin: 0 0 22px 0;
    }

        .banner-form .form-control {
            display: block;
            width: 100%;
            height: 54px;
            padding: 6px 20px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #999999;
            font-family: 'clanpro-book';
            background-color: #FFF;
            background-image: none;
            border: none;
            border-radius: 0;
            box-shadow: none;
        }

    .btn-default {
        width: 128px;
        /*height: 54px;*/
        color: #FFF;
        background-color: #ce3234;
        border: none;
        border-radius: 0;
        font-family: 'clanpro-bold';
        font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
    }

        .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
            color: #FFF;
            background-color: #9a191a;
        }

    .banner-thumb {
        width: 100%;
        float: left;
        background: rgba(0,0,0,0.7);
        border-top: #5e5f5e 1px solid;
    }

        .banner-thumb .text-module {
            width: 100%;
            float: left;
            border-right: #5e5f5e 1px solid;
        }

            .banner-thumb .text-module .bg-image {
                background: url(../images/truck.png) no-repeat left center;
                background-position: 10%;
                padding: 34px 0 34px 124px;
            }

            .banner-thumb .text-module .bg-image2 {
                background: url(../images/hand.png) no-repeat left center;
                background-position: 10%;
                padding: 34px 0 34px 124px;
            }

            .banner-thumb .text-module .bg-image3 {
                background: url(../images/lock.png) no-repeat left center;
                background-position: 7%;
                padding: 34px 0 34px 86px;
            }

            .banner-thumb .text-module h3 {
                color: #4cb050;
                font-size: 19px;
                font-family: 'clanpro-bold';
                text-transform: uppercase;
                margin: 0 0 5px 0;
            }

            .banner-thumb .text-module p {
                color: #FFF;
                font-size: 14px;
                font-family: 'clanpro-bold';
                margin: 0;
            }
    /* =Body
-------------------------------------------------------------- */
    .body {
        width: 100%;
        float: left;
        background: #f5f5f5;
        padding: 6px 0;
        position: relative;
        box-shadow: inset 0 0 10px #666666;
        margin-top: 40px;
    }

        .body h2 {
            color: #767676;
            font-size: 30px;
            text-transform: uppercase;
            margin: 0 0 15px 0;
        }

            .body h2 span {
                display: table-cell;
                vertical-align: middle;
            }

        .body p {
            font-family: 'Calibri';
            font-size: 18px;
            color: #000;
        }

    .body-thumb-module {
        width: 100%;
        float: left;
    }

        .body-thumb-module .thumb-sec {
            width: 100%;
            float: left;
            position: relative;
            border: #e5e5e5 1px solid;
            overflow: hidden;
        }

            .body-thumb-module .thumb-sec .pic {
                width: 100%;
                float: left;
                position: relative;
            }

            .body-thumb-module .thumb-sec .plus-sign {
                width: 100%;
                max-width: 59px;
                height: 62px;
                text-align: center;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -35px;
                margin: 0 auto;
                background: url(../images/plus-sign.png) no-repeat center;
                transition: all ease-in-out 0.5s;
                cursor: pointer;
            }

                .body-thumb-module .thumb-sec .plus-sign:hover {
                    background: url(../images/hover-img.png) no-repeat center;
                    transition: all ease-in-out 0.5s;
                }

            .body-thumb-module .thumb-sec .text-sec {
                width: 100%;
                float: left;
                text-align: left;
                padding: 44px 18px 20px;
                border-bottom: #b3b3b3 2px solid;
            }

                .body-thumb-module .thumb-sec .text-sec h2 {
                    font-size: 24px;
                    color: #000;
                    text-align: center;
                    font-family: 'clanpro-bold';
                    background: url(../images/red-border.jpg) no-repeat center bottom;
                    padding: 0 0 8px 0;
                    margin: 0 0 10px 0;
                }

                .body-thumb-module .thumb-sec .text-sec p {
                    color: #999999;
                    font-family: 'clanpro-book';
                    font-size: 11px;
                    margin: 0 0 5px 0;
                }

    .footer-logo-module {
        width: 100%;
        float: left;
        text-align: center;
        padding: 35px 0;
    }

        .footer-logo-module a + a {
            margin-left: 22px;
        }

    .wrap {
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px;
        display: block;
        border-radius: 4px;
        transform: translateY(20px);
        transition: all 0.5s;
        visibility: hidden;
        text-align: center;
    }

        .wrap .content {
            opacity: 0;
        }

        .wrap:before {
            position: absolute;
            width: 1px;
            height: 1px;
            background: #03a9f5;
            content: "";
            color: #fff;
            border-radius: 50%;
            -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
            bottom: 0;
        }

    #four:before {
        background: #ce3234;
    }

    .wrap h4 {
        color: #FFF;
        font-size: 24px;
        font-family: 'clanpro-bold';
        text-transform: uppercase;
        margin: 0 0 15px 0;
        background: url(../images/border.png) no-repeat center bottom;
        padding: 0 0 14px 0;
    }

    .wrap span {
        display: block;
        margin: 0 0 5px 0;
    }

    .wrap p {
        color: #FFF !important;
        font-size: 14px !important;
        font-family: 'Conv_Roboto-Regular';
        font-weight: bold !important;
    }

        .wrap p a {
            color: #FFF !important;
            font-size: 15px !important;
            font-family: 'Conv_Roboto-Regular';
            font-weight: normal !important;
            width: 100%;
            float: left;
        }

            .wrap p a:hover {
                text-decoration: underline;
            }

    .btn-close {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .wrap.active {
        display: block;
        visibility: visible;
        box-shadow: 2px 3px 16px silver;
        transition: all 600ms;
        transform: translateY(0px);
        transition: all 0.5s;
    }

        .wrap.active:before {
            height: 1000px;
            width: 1000px;
            border-radius: 50%;
            bottom: 0;
            left: 50%;
            margin-left: -500px;
            margin-bottom: -50px;
            display: block;
            -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        .wrap.active .content {
            position: relative;
            z-index: 1;
            opacity: 1;
            transition: all 800ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        }
    /* =Inner Page
-------------------------------------------------------------- */
    .inner_body {
        width: 100%;
        float: left;
        background: #fff;
        padding: 15px;
        box-shadow: #ddd 0px 0px 5px;
    }

    .breadcrumb {
        margin: 0;
        background-color: transparent;
    }

        .breadcrumb p {
            color: #000;
            font-size: 20px;
        }

            .breadcrumb p a {
                color: #565656;
            }

    .nav-tabs li {
        padding: 0 70px 0 0 !important;
    }

    .nav-tabs {
        width: 100%;
        float: left;
        margin-bottom: 20px;
        border-bottom: 1px solid #999;
        background: white;
    }

        .nav-tabs > li > a {
            margin-right: 0px;
            border: none !important;
            border-radius: 4px 4px 0 0;
        }

        .nav-tabs li a {
            padding: 10px 0 !important;
            border-bottom: 2px rgba(255,255,255,0) solid !important;
            color: #666666;
            font-size: 20px;
            text-transform: none;
            letter-spacing: 1px;
        }

        .nav-tabs > li:hover > a {
            color: #2196f3;
            font-weight: bold;
            border: none;
            border-bottom: 2px #ce3234 solid !important;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #2196f3;
            font-weight: bold;
            border: none;
            border-bottom: 2px #ce3234 solid !important;
        }

    .tab-content p {
        color: #666;
        font-size: 22px;
    }

        .tab-content p span {
            color: #0066a7;
        }

    .body h2 {
        width: 100%;
        float: left;
        color: #2196f3;
        border-bottom: 1px #999999 solid;
        padding: 10px 0;
        margin: 15px 0;
        text-transform: none;
        font-size: 24px;
    }

    .product {
        border: 1px #999999 solid;
        margin: 15px 0;
        width: 100%;
        float: left;
        text-align: center;
        overflow: hidden;
        position: relative;
        box-shadow: #ddd 0 2px 3px;
    }

    .product_pic {
        padding: 20px 20px 0 20px;
        width: 100%;
        float: left;
        height: 370px;
        overflow: hidden;
    }

    .product_name {
        padding: 20px 10px 10px 10px;
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 23px;
        color: #000;
        left: 0;
        right: 0;
        background: #FFF;
    }

    .full {
        width: 100%;
        float: left;
    }

    .product_big_pic {
        width: 100%;
        float: left;
        text-align: center;
    }

        .product_big_pic img {
            width: 100%;
        }

    .product_small_pic {
        width: 100%;
        float: left;
        text-align: center;
    }

        .product_small_pic img {
            margin: 5px;
            height: 98px;
        }

    .product_details {
        width: 100%;
        float: left;
        color: #000;
    }

        .product_details h1 {
            width: 100%;
            float: left;
            color: #000;
            font-size: 30px;
            text-transform: uppercase;
        }

        .product_details h3 {
            width: 100%;
            float: left;
            color: #0066a7;
            font-size: 32px;
            text-transform: uppercase;
            border-bottom: #666 1px solid;
            padding-bottom: 15px;
            margin-bottom: 15px;
            margin-top: 10px;
        }

        .product_details p {
            width: 100%;
            float: left;
            color: #000;
            font-size: 18px;
            margin-bottom: 15px;
        }

            .product_details p span {
                color: #0066a7;
            }

    .addtocart {
        width: 100%;
        float: left;
        margin: 20px 0 10px 0;
    }

        .addtocart .qty {
            width: 70px;
            height: 45px;
            border-radius: 3px;
            border: none;
            box-shadow: #CCC 0px 0px 5px;
            margin: 0 10px;
            padding: 0 10px;
        }

    .bluebtn {
        background: #2196f3;
        color: #FFF;
        height: 40px;
        border: none;
        border-radius: 3px;
        box-shadow: #CCC 0px 2px 5px;
        text-transform: uppercase;
        padding: 0 15px;
        font-size: 14px;
        margin: 0 10px;
    }

    .leftsidebar {
        width: 100%;
        float: left;
        background: #fff;
        border: 1px #CCCCCC solid;
        padding: 15px;
    }

        .leftsidebar h3 {
            color: #000;
            font-weight: bold;
            font-size: 15px;
            margin: 20px 0 10px 0;
        }

        .leftsidebar .radio, .leftsidebar .checkbox {
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .allproduct {
        width: 100%;
        background: #FFF;
        box-shadow: #CCC 0px 0px 2px;
        padding: 15px;
        text-align: center;
        margin: 10px 0;
        float: left;
    }

        .allproduct:hover {
            box-shadow: #666 0px 0px 2px;
        }

        .allproduct h4 {
            border-top: 1px #999999 solid;
            padding-top: 10px;
            margin-top: 15px;
            min-height: 40px;
            margin-bottom: 5px;
        }

        .allproduct h3 a {
            color: #F00;
            font-weight: bold;
            font-size: 20px;
        }

        .allproduct p {
            color: #000;
        }

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #CE3234;
        background-color: #eee;
        border-color: #ddd;
    }

    .pagination > li > a, .pagination > li > span {
        color: #000;
    }

    .breadcrumb_in {
        margin-bottom: 20px;
        background-color: #FFFFFF;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #CE3234;
        border-color: #CE3234;
    }

    .sectiondetails {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .sectiondetails img {
            border: 3px #999999 solid;
            margin-bottom: 15px;
        }

    /* =Footer
-------------------------------------------------------------- */
    footer {
        width: 100%;
        float: left;
        background: #4e5463;
        padding: 20px 0;
    }

        footer ul li {
            display: inline-block;
            list-style-type: none;
        }

            footer ul li + li {
                margin-left: 15px;
            }

        footer a {
            color: #FFF;
            font-size: 12px;
        }

        footer p a + a {
            margin-left: 20px;
        }

        footer p {
            color: #FFF;
            font-size: 12px;
            margin: 0;
        }

        footer a:hover {
            color: #FFF;
        }
    /* = Media
-------------------------------------------------------------- */
    @media (max-width: 1920px) {
        .mainpage_map iframe {
            height: 610px !important;
        }
    }

    @media (height: 1050px) {
        .mainpage_map iframe {
            height: 580px !important;
        }
    }

    @media (width: 1024px) {
        .mainpage_map iframe {
            max-height: 350px !important;
        }
    }

    @media (height: 960px) {
        .mainpage_map iframe {
            height: 490px !important;
        }
    }

    @media (min-height: 768px) {
        .mainpage_map iframe {
            height: 580px !important;
        }

        .body {
            margin-top: 60px;
        }
    }

    @media (max-width: 1199px) {
        .nav > li {
            padding: 0px 22px;
        }

        nav ul ul {
            left: 0;
        }

        .item .banner-caption h2 {
            font-size: 32px;
        }

        .banner-thumb .text-module h3 {
            font-size: 14px;
        }

        .banner-thumb .text-module .bg-image {
            padding: 20px 0px 20px 92px;
        }

        .banner-thumb .text-module .bg-image2 {
            padding: 20px 0px 20px 96px;
        }

        .banner-thumb .text-module .bg-image3 {
            padding: 20px 0px 20px 68px;
        }

        .banner-thumb .text-module p {
            font-size: 12px;
        }

        .body-thumb-module .thumb-sec .text-sec h2 {
            font-size: 18px;
        }

        .nav-tabs li a {
            font-size: 16px;
        }

        .product_small_pic img {
            height: 77px;
        }
    }

    @media (max-width: 991px) {
        .nav > li {
            padding: 0px 10px;
        }

        .main {
            width: 750px !important;
        }

        .nav > li > a {
            font-size: 14px;
        }

        .banner-thumb .text-module {
            border: none;
        }

        .banner-thumb .text-module {
            text-align: center;
        }

            .banner-thumb .text-module .bg-image {
                background: transparent url("../images/truck.png") no-repeat top center;
                padding: 62px 0 0 0;
                margin: 10px 0;
            }

            .banner-thumb .text-module .bg-image2 {
                background: transparent url("../images/hand.png") no-repeat top center;
                padding: 62px 0 0 0;
                margin: 10px 0;
            }

            .banner-thumb .text-module .bg-image3 {
                background: transparent url("../images/lock.png") no-repeat top center;
                padding: 62px 0 0 0;
                margin: 10px 0;
            }

        .body-thumb-module .thumb-sec {
            margin-bottom: 20px;
        }

            .body-thumb-module .thumb-sec .pic img {
                width: 100%;
            }

            .body-thumb-module .thumb-sec .plus-sign img {
                width: auto;
            }

        .text-left, .text-right {
            text-align: center;
        }

        .nav-tabs li {
            padding: 0 20px 0 0 !important;
        }

        .product_small_pic img {
            height: 60px;
            margin: 5px 2px;
        }

        .divclear {
            clear: both;
        }
        ul.links.search_parts li:last-child {
    width: 70%;
    float: left;
    margin-left: 30px;
}
    .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
}

    @media (max-width: 767px) {
        header {
            width: 100%;
            float: left;
            position: relative;
            z-index: 999;
        }

        .body {
            margin-top: 80px;
        }

        .page-title.col-sm-12 {
            margin-top: 60px;
        }

        .main {
            width: 600px !important;
        }

        .nav > li > a {
            padding: 7px 10px;
            width: 100%;
            float: left;
            border: none;
            font-size: 14px;
        }

        nav ul ul {
            width: 100%;
            float: left;
            position: relative;
            left: 0;
            top: 0;
            display: block;
        }

            nav ul ul li a {
                font-size: 14px;
            }

        .navbar-collapse {
            width: 100%;
            float: left;
        }

        header .top-bar {
            text-align: center;
        }

        .cart-sec {
            padding: 0 20px;
            text-align: right;
        }

        .body-thumb-module .thumb-sec .text-sec {
            text-align: center;
        }

        .body-thumb-module {
            width: 60%;
            float: none;
            margin: 0 auto;
        }

        .product_small_pic img {
            height: auto;
            margin: 5px;
        }

        .product_details {
            margin-top: 30px;
        }

        .navbar-custom.top-nav-collapse .nav > li > a {
            padding: 5px 15px;
        }

        .nav > li > a:hover {
            border-bottom: none;
        }

        header .top-bar p {
            font-size: 13px;
        }

        .sectiondetails {
            text-align: center;
        }

        .divclear {
            clear: both;
        }

        .cartitem {
            float: none;
        }

        .data-table {
            font-size: 13px !important;
        }
        ul.links.search_parts li:last-child {
            width: 65%;
            float: left;
            margin-left: 30px;
        }
        
    .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
}

    @media (max-width:620px) {
        .item .banner-caption h2 {
            font-size: 26px;
        }

        .body {
            margin-top: 80px;
        }

        .main {
            width: 500px !important;
        }

        .page-title.col-sm-12 {
            margin-top: 20px;
        }

        .banner-form {
            padding: 0;
        }

        .body-thumb-module {
            width: 75%;
        }

        .nav-tabs li {
            padding: 0 0 0 0 !important;
            width: 100%;
            float: left;
        }

            .nav-tabs li a {
                padding: 5px 15px !important;
                background: #eee;
                border-radius: 0;
                margin: 2px 0;
                width: 100%;
                float: left;
            }

        .nav-tabs {
            border-bottom: none;
        }

        .body h2 {
            font-size: 22px;
        }

        .step.a-item .field {
            width: 100%;
        }

        .data-table {
            font-size: 13px !important;
        }
        ul.links.search_parts li:last-child {
    width: 58%;
    float: left;
    margin-left: 30px;
}
    .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
}

    @media (max-width:520px) {
        #logo {
            width: 100%;
            text-align: center;
        }
        div#mdProp65Warning {width: 90% !important; height: 220px !important;}
        .body {
            margin-top: 80px;
        }
        .search_result ul li {
            width: 100% !important;
        }
        .cartitem {
            margin: 0 !important;
            float: none !important;
        }

        .main {
            width: 460px !important;
        }

        .page-title.col-sm-12 {
            margin-top: 20px;
        }

        .cart-sec {
            padding: 0 20px 20px;
            text-align: center;
        }

        .data-table {
            font-size: 13px !important;
        }

        .banner-form .form-control {
            height: 44px;
        }

        .btn-default {
            height: 44px;
            font-size: 15px;
        }

        .footer-logo-module a {
            display: block;
        }

            .footer-logo-module a + a {
                margin: 20px 0 0 0;
            }

        body {
            padding-top: 0;
        }

        .navbar-fixed-top, .navbar-fixed-bottom {
            position: relative;
        }

        .hidesearch {
            display: none;
        }

        .navbar {
            margin-bottom: 0 !important;
        }

        .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
            max-height: none !important;
            margin: 0;
        }

        .banner-form {
            width: 100%;
        }

            .banner-form span.input-group-btn {
                width: 100%;
                float: left;
                margin-top: 5px;
            }

        /*.map-address {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }*/
        .map-address {
            right: 0px !important;
            left: 0 !important;
            top: -53px !important;
            background: #f5f5f5 !important;
            border-bottom-left-radius: 0px !important;
            border-bottom-right-radius: 0px !important;
        }

        .step.a-item .field {
            width: 100%;
        }
        ul.links.search_parts li:last-child {
            width: 100%;
            float: left;
            margin-top:15px;
        }
        .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
}

    @media (max-width: 480px) {
        .addtocart .qty {
        width: 100%;
        margin: 5px 0 15px 0;
    }
    ul.links.search_parts li:last-child {
    width: 100%;
    float: left;
    margin-top:15px;
}
  
   .cart-page .cart-container #products-list-table td:before {
    position: relative !important;
    width: 100% !important;
    height: 30px !important;
    display: block;
    margin-left: -6px;
}
   .zoomer_wrapper {
    overflow: auto !important;
    width: 100%;
}
    .search_result ul li {
        width: 100% !important;
    }
    .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
    .body {
        margin-top: 50px;
    }
    .order-review {
    overflow: auto;
}

        .page-title.col-sm-12 {
            margin-top: 20px;
        }

        .jennOrderDetail {
            overflow: auto;
            padding: 0;
            background-color: #fff;
            border: 1px solid transparent;
            border-radius: 4px;
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        }

            .jennOrderDetail .panel {
                background: transparent;
                border: none;
            }

                .jennOrderDetail .panel .part_data {
                    width: 100%;
                }

        table.table-striped.table-condensed button {
            width: 98%;
            margin: 0 0px 10px 0 !important;
        }

        .cartitem {
            margin: 0 !important;
            float: none !important;
        }

        .main {
            width: 400px !important;
        }

        .bluebtn {
            padding: 0 10px;
            margin: 5px 0;
        }

        .step.a-item .field {
            width: 100%;
        }
    }

    @media (max-width: 420px) {
        .body-thumb-module {
        width: 100%;
    }
    ul.links.search_parts li:last-child {
    width: 100%;
    float: left;
       margin: 0 !important;
    margin-top: 10px !important;
}
    .search_parts li:last-child .search_area {width:100% !important; margin-left:0 !important;}
    .body {
        margin-top: 50px;
    }
    .order-review {
    overflow: auto;
}
   
    .search_result ul li {
        width: 100% !important;
    }
    .cartitem {
        margin: 0 !important;
        float: none !important;
    }

        .main {
            width: 300px !important;
        }

        .body h2 {
            font-size: 18px;
        }

        .body h3 {
            font-size: 20px;
        }
    }

    @media (max-width: 380px) {
    }

    .map-address {
        position: absolute;
        right: 7px;
        top: 10px;
        background: #fff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .col-main-opp {
        margin-left: 115px;
    }

    .data-table {
        width: 100%;
        border: 1px solid #bebcb7;
    }

        .data-table .odd {
            background: #f8f7f5;
        }

        .data-table tfoot tr {
            background-color: #dee5e8 !important;
        }

        .data-table tfoot tr {
            background-color: #dee5e8 !important;
        }

    .cart-table tfoot td {
        padding: 5px 10px;
    }

    .cart-table .btn-update {
        float: left;
    }

    .cart-table .btn-update, .cart-table .btn-empty {
        float: right;
    }

    .cart .totals {
        float: right;
        width: 268px;
        background: #dee5e8;
        border: 1px solid #bebcb7;
    }

        .cart .totals table {
            width: 100%;
            margin: 7px 0;
        }

    .data-table thead th {
        background-color: #d9e5ee;
    }

    .cart-table td {
        padding: 10px;
    }

    .a-center {
        text-align: center !important;
    }

    .cart .cart-collaterals {
        padding: 25px 0 25px;
    }

    .main {
        margin-left: 20px;
        margin-right: 40px;
    }

    input.qty {
        width: 2.5em !important;
    }

    #empty_cart_button {
        float: right;
        margin-right: 10px;
    }

    .a-right {
        text-align: right !important;
    }

    .cart .totals td {
        padding: 1px 15px 1px 7px;
    }

    .cart .totals .checkout-types {
        font-size: 13px;
        padding: 8px 15px 15px;
        text-align: right;
    }

    ul, ol, li {
        list-style: none;
    }

    #checkoutSteps {
        min-width: 596px;
    }

    .checkout-form {
        width: 670px !important;
    }

    .col-main {
        float: left;
        width: auto;
        padding: 0 0 1px;
    }

    .opc .active .step-title {
        background: #eff0ef;
        padding: 4px 8px 6px;
        height: 40px;
        border: 1px solid #bbafa0;
        padding-bottom: 5px;
        color: #f18200;
        cursor: default;
    }

        .opc .active .step-title .number {
            background: #073F7D;
            border-color: #073F7D;
            color: #fff;
        }

    form-list .field {
        float: left;
        width: 275px;
    }

    .form-list li {
        margin: 0 0 8px;
        display: table;
    }


    .form-list .input-box {
        display: block;
        clear: both;
        width: 260px;
    }

    .form-list label {
        float: left;
        color: #666;
        font-weight: normal;
        font-size: 13px;
        position: relative;
        z-index: 0;
    }

    .form-list .field {
        float: left;
        width: 275px;
    }

    form {
        display: inline;
    }

    .opc .step {
        border: 1px solid #bbafa0;
        border-top: 0;
        background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
        padding: 20px;
        position: relative;
    }

    .opc {
        position: relative;
    }

    .page-title {
        /* margin: 14px 0 16px; */
        overflow: hidden;
        width: auto;
    }

    .page-title {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        margin: 15px 0px 25px;
    }

        .page-title h1, .page-title h2 {
            margin-top: 10px;
            font-size: 20px;
            color: #073f7c;
        }

    .col-main.checkout-form {
        padding: 25px;
    }

    .greyline {
        clear: both;
        margin: 0;
    }

    .main {
        width: 1100px;
        margin: 0 auto;
        min-height: 438px;
        text-align: left;
        padding-top: 10px;
    }

    .col-right.sidebar {
        display: block;
        margin-top: 40px;
        margin-right: 30px;
    }

    .col-right {
        float: right;
        width: 260px;
        padding: 0px 14px 27px;
    }

    .block-progress {
        border: 0;
        margin: 0;
    }

        .block-progress .block-title {
            background: none;
            border: 0;
            padding: 0;
            margin: 0 0 5px;
        }

            .block-progress .block-title strong {
                font-size: 13px;
                color: #0a263c;
            }

    .block .block-title strong {
        display: block;

        min-height: 16px;
        padding: 1px 0 1px;
        text-transform: uppercase;
        color: #073f7c;
    }

    .block-progress .block-content {
        background: none;
    }

    .block-progress dt {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.35;
        background: #eee;
        border: 1px solid #a3aeb3;
        margin: 0 0 6px;
        padding: 2px 8px;
        color: #999;
    }

    .opc .buttons-set {
        margin-top: 0;
        padding-top: 2em;
    }

    .buttons-set {
        clear: both;
        margin: 4em 0 0;
        padding: 8px 0 0;
        border-top: 1px solid #e4e4e4;
        text-align: right;
    }

    .opc .active .step-title h2 {
        color: #073F7D;
        padding: 0;
        border: none;
    }

    .opc .step-title h2 {
        float: left;
        border: none;
        padding: 0;
        margin: 0;

        color: #999;
        width: auto;
    }

    .opc .step-title a {
        display: none;
        float: right;
        font-size: 11px;
        line-height: 16px;
    }

    .opc .active .step-title .number {
        background: #073F7D;
        border-color: #073F7D;
        color: #fff;
    }

    .opc .step-title .number {
        float: left;
        background: #fff;
        border: 1px solid #fff;
        padding: 0 4px;
        margin: 0 5px 0 0;

        color: #999;
    }

    .form-list input.input-text {
        width: 254px;
        height: 22px;
        padding: 2px;
    }

    .form-list li.wide input.input-text {
        width: 529px;
    }

    .form-list select {
        width: 100%;
        font-size: 16px;
        padding: 2px;
    }

    .form-list label.required em {
        float: right;
        font-style: normal;
        color: #eb340a;
        position: absolute;
        top: 0;
        right: -8px;
    }

    .method_check {
        float: left;
        margin: 2px 5px 0 0 !important;
    }

    p.required {
        font-size: 11px;
        text-align: right;
        color: #EB340A;
    }

    .opc .step-title {
        border-width: 0 1px;
        border-style: solid;
        border-color: #fff #d9dde3 #d9dde3;
        background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
        padding: 4px 8px 6px;
        text-align: right;
    }

    .opc .step-title {
        background: #eff0ef;
        padding: 4px 8px 6px;
        height: 40px;
        padding-bottom: 5px;
        color: #f18200;
        cursor: default;
    }

    .cartitem a {
        color: white;
    }

    .cartitem {
        float: right;
    }

    .canvas-loader {
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10%;
        margin: 0 auto;
    }

    .blockDiv {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: #FFF;
        width: 100% !important;
        z-index: 99999;
    }

    .block-progress dd {
        background: #eee;
        border: 1px solid #a3aeb3;
        border-top: 0;
        padding: 8px 13px;
        margin: 0 0 6px;
    }

    .block-progress dt.complete {
        margin: 0;
        background: #d0dce1;
        color: #5e8ab4;
    }

    .sp-methods select.month {
        width: 100px;
        margin-right: 10px;
    }

    .sp-methods input.cvv {
        width: 3em !important;
    }

    .tooltip12 {
        display: none;
        position: absolute;
        padding: 8px 0 0 8px;
        z-index: 100;
    }

    .cvv-what-is-this {
        font-size: 11px;
        cursor: help;
        margin-left: 10px;
    }

    .sp-methods select.year {
        width: 96px;
    }

    .v-fix {
        float: left;
    }

    .popupmodel_close {
        position: absolute;
        top: -15px;
        right: -15px;
        width: 30px;
        height: 30px;
        background: transparent url("/images/close.png") -40px 0px;
        cursor: pointer;
        z-index: 1103;
    }

    .tbborder {
        border: none !important;
        line-height: 26px;
        float: left;
        width: 100%;
        margin: 5px 0px 0 0;
    }

    .po_tbborder {
        border: none !important;
        line-height: 26px;
        float: left;
        width: 100%;
        margin: 5px 0px 0 0;
    }

        .po_tbborder td {
            padding: 5px 0 !important;
            border: none !important;
        }

    table.tbborder td {
        border: none !important;
    }

    .linetotal {
        width: 4%;
        text-align: right;
        padding: 0px 15px 0 1px;
    }

    .part_data {
        display: block;
        float: left;
        line-height: 20px;
        margin-left: 0;
        width: 46%;
    }

    .left-pd {
        border-radius: 0 !important;
    }

    .firstwidth {
        border-radius: 0 !important;
    }

    .leftsecond {
        border-radius: 0 !important;
    }

    .error {
        color: red;
    }

    .sp-methods label {
        font-weight: normal !important;
        color: black;
        float: left;
    }

    .shipoptiondate {
        clear: both;
        color: green;
        display: block;
        font-weight: bold;
        padding: 0 0 0 45px;
    }

    .sp-methods .price {
        float: left;
    }

    .m-r-10 {
        margin-right: 50px;
    }

    .divclr {
        clear: both;
    }


    img#down {
        margin-top: -10px;
    }

    ul.links {
        display: inline-block;
        width: 100%;
        position: relative;
    }

        ul.links li {
            float: left;
            position: relative;
        }


    .mailinfo {
        width: 100%;
        float: left;
        margin: 10px 0;
    }

        .mailinfo a:first-child {
            font-size: 26px;
            color: #52237f;
            text-transform: uppercase;
        }

        .mailinfo a {
            font-size: 20px;
            font-weight: bold;
            color: #0450a3;
        }
    /**************************header end**************************/
    /**************************MENU START*****************************/
    .navbar-brand {
        height: auto;
    }

    .navbar-default {
        background: rgb(227,231,239); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(227,231,239,1) 1%, rgba(183,186,193,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(227,231,239,1) 1%, rgba(183,186,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(227,231,239,1) 1%, rgba(183,186,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e7ef', endColorstr='#b7bac1', GradientType=0 ); /* IE6-9 */
        width: 100%;
        float: left;
        border-radius: 0;
        border: 1px #FFFFFF solid;
        box-shadow: #000 0px 0px 2px 0px;
        margin: 15px 0 10px;
        min-height: 0;
    }

    .nav > li > a {
        position: relative;
        display: block;
        font-size: 16px;
        padding: 15px 29px;
        margin: 0 0;
        color: #000 !important;
        font-weight: normal;
        text-transform: uppercase;
        border-left: 1px #fff solid;
        border-right: 1px #999 solid;
        text-shadow: #FFF 0px 2px 0px;
    }

    .nav > li:first-child a {
        border-left: none;
    }

    .nav > li:last-child a {
        border-right: none;
    }

    .nav > li > a:hover {
        background-color: transparent !important;
        color: #004990 !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent !important;
        color: #004990 !important;
    }

    .navbar-toggle {
        background-color: #eee !important;
        border: 1px solid #004990 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #004990;
    }

    .navbar-default .navbar-right > .active > a {
        background-color: transparent !important;
        color: #004990 !important;
    }

    .navbar-nav.navbar-left:first-child {
        margin-left: -15px;
    }

    .navbar-right li {
        background: rgb(240,212,70);
        background: -moz-linear-gradient(top, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        background: -webkit-linear-gradient(top, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        background: linear-gradient(to bottom, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d446', endColorstr='#ffaf01', GradientType=0 );
        width: 100%;
        float: right;
    }

    .navbar-right {
        width: 54%;
    }

    .navbar-form .input-group {
        width: 100%;
    }

        .navbar-form .input-group .input-group-btn {
            width: 1px;
        }

    .btn-success {
        background: rgb(131,181,81);
        background: -moz-linear-gradient(top, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
        background: -webkit-linear-gradient(top, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
        background: linear-gradient(to bottom, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83b551', endColorstr='#30870c', GradientType=0 );
        margin-right: 10px;
    }
    /**********************************sub menu{if required}*****************************/
    .nav li ul {
        list-style-type: none;
    }

    .nav li ul {
        position: absolute;
        margin: 0 0 0 0;
        display: none;
        z-index: 99;
        width: 250px;
        padding: 0 0;
        float: left;
        background: #e0eaf3;
        border: 1px solid #aac0d2;
    }

    .nav li:hover ul {
        display: block;
    }

    .nav li ul li {
        float: none;
        text-align: left;
        padding: 0 0;
    }

        .nav li ul li:last-child {
            border-bottom: none;
        }

        .nav li ul li a {
            color: #004990;
            padding: 2px 15px;
            font-size: 13px !important;
            text-transform: uppercase;
            font-weight: normal;
            width: 100%;
            float: left;
        }

        .nav li ul li h4 {
            color: #333;
            background: #FFF;
            padding: 5px 15px;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: normal;
            border-bottom: 1px #999 solid;
            border-top: 1px #999 solid;
            margin: 5px 0 0 0;
            font-weight: bold;
            width: 100%;
            float: left;
        }

        .nav li ul li a:hover {
            color: #fff;
            background: #004990;
            text-decoration: none;
        }
    /****************************sub menu********************************/
    /**************************MENU END*****************************/
    /**************************banner start**************************/
    .banner {
        width: 100%;
        float: left;
        padding: 0 0;
        text-align: center;
    }
    /**************************banner end**************************/
    /**************************body start**************************/
    .body {
        width: 100%;
        float: left;
    }

        .body h2 {
            background: url(/Content/css/partquik/images/linebg.jpg) repeat-x bottom;
            width: 100%;
            float: left;
            margin: 0 0 15px 0;
            padding: 0 0 5px;
            line-height: 34px;
            font-size: 20px;
            /*text-transform: uppercase;*/
            font-weight: bold;
        }

            .body h2 span {
                background: #fff;
                padding: 5px 10px;
            }

    .catagory {
        width: 100%;
        float: left;
        text-align: center;
        margin: 10px 0;
    }

        .catagory img {
            width: auto;
            max-width: none;
            height: 140px;
            margin-top: 10px;
        }

        .catagory p {
            color: #000;
            font-weight: bold;
            width: 100%;
            float: left;
            margin: 15px 0 0 0;
            font-size: 16px;
        }

    .breadcrumb {
        color: #0d549e;
        font-size: 15px;
        margin-bottom: 13px;
        margin-top: 12px;
    }

    .body_left {
        width: 100%;
        float: left;
    }

    .product_details {
        width: 100%;
        float: left;
    }

        .product_details h1 {
            width: 100%;
            float: left;
            color: #000;
            font-weight: bold;
            padding: 0;
            margin-bottom: 10px;
            margin-top: 0;
        }

        .product_details h2 {
            width: 100%;
            float: left;
            background: none;
            color: #000;
            padding: 0;
            margin-bottom: 10px;
            font-size: 18px;
        }

        .product_details h5 {
            width: 100%;
            float: left;
            color: #000;
        }

    green {
        color: #008e1b;
    }

    red {
        color: #b00404;
    }

    .product_big_pic {
        width: 100%;
        float: left;
        border: 1px #CCCCCC solid;
        padding: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .product_small_pic {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        text-align: left;
    }

        .product_small_pic img {
            border: 1px #CCCCCC solid;
            margin-right: 10px;
            height: 50px;
            cursor: pointer;
        }

    .product_details select {
        width: 100%;
        max-width: 100px;
        float: left;
        color: #000;
        border-radius: 0;
        border: 1px #CCCCCC solid;
        font-size: 16px;
        padding: 0;
        margin-bottom: 20px;
        margin-top: 0;
        height: 35px;
    }

    .description {
        width: 100%;
        float: left;
        border: 1px #CCCCCC solid;
        border-top: 5px #0d549e solid;
        padding: 5px;
        margin: 10px 0;
    }

    .nav-tabs li a {
        padding: 8px 15px !important;
        text-transform: capitalize;
        font-weight: bold;
        color: #000 !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        border: none !important;
        border-bottom: 1px #ddd solid !important;
        border-left: 1px #CCCCCC solid !important;
        border-radius: 0;
    }

    .nav-tabs li:first-child a {
        border-left: none !important;
    }

    .nav-tabs li.active a {
        color: #004990 !important;
    }

    .tab-content {
        width: 100%;
        float: left;
        padding: 15px;
        min-height: 150px;
    }

    .btn-default {
        color: #0d549e;
        background-color: #eff0f2;
        border-radius: 0;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        box-shadow: #ccc 0px 0px 1px;
    }

    .body_right {
        width: 100%;
        float: left;
    }

        .body_right h2 {
            width: 100%;
            float: left;
            background: none;
            color: #000;
            padding: 0;
            margin-bottom: 10px;
            font-size: 20px;
            border-bottom: 2px #ddd solid;
            padding-bottom: 10px;
            font-weight: normal;
            text-transform: capitalize;
        }

        .body_right h1 {
            width: 100%;
            float: left;
            color: #565656;
            padding: 0;
            margin: 0 0 10px 0;
        }

        .body_right a {
            color: #000;
            font-size: 12px;
        }

    .timeline {
        list-style: none;
        padding: 0;
        position: relative;
    }

        .timeline:before {
            top: 0;
            bottom: 0;
            position: absolute;
            content: " ";
            width: 3px;
            background-color: #c4c7d0;
            left: 0;
            margin-left: -4.5px;
        }

        .timeline > li {
            margin-bottom: 20px;
            position: relative;
        }

            .timeline > li:before, .timeline > li:after {
                content: " ";
                display: table;
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li:before, .timeline > li:after {
                content: " ";
                display: table;
            }

            .timeline > li:after {
                clear: both;
            }

            .timeline > li > .timeline-panel {
                width: 97%;
                float: left;
                border-radius: 2px;
                padding: 6px 20px;
                position: relative;
            }

                .timeline > li > .timeline-panel:after {
                    position: absolute;
                    top: 27px;
                    right: -14px;
                    display: inline-block;
                    border-top: 14px solid transparent;
                    border-left: 14px solid #fff;
                    border-right: 0 solid #fff;
                    border-bottom: 14px solid transparent;
                    content: " ";
                }

            .timeline > li > .timeline-badge {
                color: #fff;
                width: 35px;
                height: 35px;
                font-size: 1.1em;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                margin-left: -20px;
                background-color: #565656;
                z-index: 100;
                border-top-right-radius: 50%;
                border-top-left-radius: 50%;
                border-bottom-right-radius: 50%;
                border-bottom-left-radius: 50%;
                border: 4px #fff solid;
                box-shadow: #666 0px 0px 5px;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
            }

                .timeline > li.timeline-inverted > .timeline-panel:before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto;
                }

                .timeline > li.timeline-inverted > .timeline-panel:after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto;
                }

    .timeline-badge.primary {
        background-color: #2e6da4 !important;
    }

    .timeline-badge.success {
        background-color: #3f903f !important;
    }

    .timeline-badge.warning {
        background-color: #f0ad4e !important;
    }

    .timeline-badge.danger {
        background-color: #d9534f !important;
    }

    .timeline-badge.info {
        background-color: #5bc0de !important;
    }

    .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .timeline-title {
        color: #565656;
        font-weight: bold;
        font-size: 20px;
    }

    .timeline-body > p, .timeline-body > ul {
        margin-bottom: 0;
    }

        .timeline-body > p + p {
            margin-top: 5px;
        }

    .slider-sec {
        width: 100%;
        float: left;
        position: relative;
        background: #f0f0f2;
        border: 4px #fff solid;
        box-shadow: #666 0px 0px 5px;
        margin: 15px 0;
        padding: 0 100px;
        text-align: center;
        border-radius: 3px;
        overflow: hidden;
    }

    .cart-page {
        width: 100%;
        float: left;

        padding: 0 0;
        border-radius: 3px;
        overflow: hidden;
    }

    .slider-sec_dark {
        width: 100%;
        font-size: 14px;
        float: left;
        padding: 10px 20px;
        background: #d6d6d6;
        color: #014991;
        text-transform: uppercase;
    }

        .slider-sec_dark img {
            margin-top: 5px;
            box-shadow: #666 0px 0px 5px;
            border-radius: 3px;
        }

    .slider-sec_light {
        width: 100%;
        float: left;
        padding: 10px 20px;
        background: none;
        color: #014991;
        text-transform: uppercase;
    }

        .slider-sec_light img {
            margin-top: 5px;
            box-shadow: #666 0px 0px 5px;
            border-radius: 3px;
        }

    .marquee {
        margin: 0 auto;
    }

        .marquee .owl-item img {
            width: 100%;
            -webkit-transform-style: preserve-3d;
            overflow: hidden;
        }

        .marquee .owl-controls .owl-prev {
            width: 44px;
            height: 44px;
            float: left;
            position: absolute;
            z-index: 999;
            left: 0;
            top: 45%;
            background: url(/content/css/partquik/images/prev-arw.jpg) no-repeat center;
            color: transparent;
        }

        .marquee .owl-controls .owl-next {
            width: 44px;
            height: 44px;
            float: left;
            position: absolute;
            z-index: 999;
            right: 0;
            top: 45%;
            background: url(/content/css/partquik/images/next-arw.jpg) no-repeat center;
            color: transparent;
        }

        .marquee .item a {
            position: relative;
        }

            .marquee .item a:after {
                content: '';
                width: 147px;
                height: 47px;
                position: absolute;
                z-index: -999;
                bottom: 0;
                right: 0;
                top: 115px;
                left: 0;
                margin: 0 auto;
            }

        .marquee h2 {
            color: #FFF;
            font-size: 22px;
            font-family: "Times New Roman", Times, serif;
            margin: 0 1%;
            position: absolute;
            bottom: 3px;
            width: 98%;
            background: rgba(0,0,0,0.7);
            padding: 15px 0;
        }

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .owl-height {
        -webkit-transition: height 500ms ease-in-out;
        -moz-transition: height 500ms ease-in-out;
        -ms-transition: height 500ms ease-in-out;
        -o-transition: height 500ms ease-in-out;
        transition: height 500ms ease-in-out;
    }

    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        z-index: 1;
    }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
        }

            .owl-carousel .owl-stage:after {
                content: ".";
                display: block;
                clear: both;
                visibility: hidden;
                line-height: 0;
                height: 0;
            }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
            cursor: pointer;
            cursor: hand;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel.owl-loaded {
            display: block;
        }

        .owl-carousel.owl-loading {
            opacity: 0;
            display: block;
        }

        .owl-carousel.owl-hidden {
            opacity: 0;
        }

        .owl-carousel .owl-refresh .owl-item {
            display: none;
        }

        .owl-carousel .owl-item {
            position: relative;
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .owl-carousel .owl-item img {
                display: inline-block;
                -webkit-transform-style: preserve-3d;
            }

        .owl-carousel.owl-text-select-on .owl-item {
            -webkit-user-select: auto;
            -moz-user-select: auto;
            -ms-user-select: auto;
            user-select: auto;
        }

        .owl-carousel .owl-grab {
            cursor: move;
            cursor: -webkit-grab;
            cursor: -o-grab;
            cursor: -ms-grab;
            cursor: grab;
        }

        .owl-carousel.owl-rtl {
            direction: rtl;
        }

            .owl-carousel.owl-rtl .owl-item {
                float: right;
            }

    .range-area-left {
        width: 100%;
        float: left;
    }

        .range-area-left h3 {
            font-size: 25px;
            color: #000;
            font-family: Arial, Helvetica, sans-serif;
            margin: 0 0 30px 0;
        }

        .range-area-left h5 {
            font-size: 16px;
            color: #000;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            margin: 0 0 15px 0;
            display: block;
        }

        .range-area-left ul {
            margin: 0 0 18px 0;
        }

            .range-area-left ul li {
                list-style-type: none;
                font-size: 12px;
                font-weight: bold;
                color: #014991;
                font-family: Arial, Helvetica, sans-serif;
                display: block;
                vertical-align: middle;
            }

                .range-area-left ul li input[type='checkbox'] {
                    margin: 0 10px 0 0;
                    display: inline-block;
                    vertical-align: middle;
                }

                .range-area-left ul li span {
                }

                .range-area-left ul li + li {
                    margin-top: 10px;
                }

    .blue_bar {
        width: 100%;
        color: #fff;
        float: left;
        text-align: right;
        background: #565656; /* Old browsers */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
        margin-bottom: 5px;
        margin-top: 5px;
        padding: 5px 5px;
    }

        .blue_bar p {
            font-size: 14px;
            color: #FFF;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            margin: 0;
            float: left;
        }

        .blue_bar a {
            margin: 0 10px;
            color: #FFF;
        }

    .product_sec {
        width: 100%;
        float: left;
        text-align: left;
        padding: 18px 0;
        border-top: #c9c9c9 1px solid;
    }

        .product_sec img {
            width: 100%;
        }

        .product_sec h4 {
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #014991;
            margin: 0 0 12px 0;
        }

        .product_sec p {
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            color: #222222;
            margin: 0 0 15px 0;
        }

        .product_sec .btn-default {
            max-width: 104px;
            font-size: 12px;
            font-family: Arial, Helvetica, sans-serif;
            color: #014991;
            font-weight: bold;
            background-color: transparent;
        }

            .product_sec .btn-default:hover {
                background-color: #014991;
                color: #FFF;
            }

    .sortby {
        padding-top: 9px;
        padding-bottom: 9px;
        clear: both;
    }

        .sortby p {
            margin: 0;
        }

        .sortby label {
            font-size: 12px;
            font-weight: bold;
            color: #494949;
            font-family: Arial, Helvetica, sans-serif;
        }

        .sortby select {
            width: 100%;
            max-width: 200px;
            display: inline-block;
            height: 34px;
            border-radius: 6px;
            font-size: 14px;
            color: #494949;
            font-family: Arial, Helvetica, sans-serif;
            padding: 0 15px;
            border: #cccccc 1px solid;
        }
    /**************************body end**************************/

    /**************************footer start**************************/
    footer {
        width: 100%;
        float: left;
        background: #fff;
        margin-top: 20px;
        margin-bottom: 5px;
        border-top: 6px #d3d7e0 solid;
        color: #000;
    }

    .footer_up {
        width: 100%;
        float: left;
        background: #323232323232;
        padding: 15px;
    }

    .footer_left {
        width: 100%;
        float: left;
    }

        .footer_left h4 {
            width: 100%;
            float: left;
            margin: 0 0 5px 0;
            font-size: 18px;
        }

        .footer_left a {
            width: 100%;
            float: left;
            margin: 0 0;
            font-size: 14px;
        }

    .footer_right {
        width: 100%;
        float: left;
        border-left: 1px #CCCCCC solid;
        padding-left: 15px;
    }

        .footer_right .full {
            width: 100%;
            float: left;
            border-bottom: 1px #CCCCCC solid;
            padding: 15px 0;
        }

            .footer_right .full:last-child {
                border-bottom: none;
            }

    .icon {
        float: left;
        margin-right: 10px;
    }

    .icon_text {
        float: left;
    }

    .footer_down {
        width: 100%;
        float: left;
        padding: 15px;
        font-size: 15px;
        color: #888;
        border-top: 1px #dddddd solid;
    }

    .ftr_social {
        width: 100%;
        float: left;
        text-align: right;
    }

        .ftr_social a img {
            margin: 2px 0 0 2px;
        }
    /**************************footer end**************************/
    /****************************media quary start********************************/
    @media (max-width: 1199px) {
        .mailinfo a {
            font-size: 17px;
        }

        .navbar-right {
            width: 44%;
        }
    }

    @media (max-width: 991px) {
        .logo {
            text-align: center;
            margin: 15px 0;
        }

        .navbar-nav > li {
            width: 100% !important;
        }

        .navbar-collapse {
            max-height: 100% !important;
        }

        ul.searchbar {
            width: 100% !important;
        }

        .mailinfo {
            margin: 0 0;
            text-align: center;
        }

        .nav > li > a {
            padding: 0px 20px;
            border: none;
        }

        .nav li ul {
            position: relative;
            margin: 0 5% 10px 3%;
            display: block;
            width: 90%;
            float: left;
            float: left;
            right: 0;
        }

        .navbar-nav > li {
            width: 100%;
        }

        .navbar-collapse {
            max-height: 100%;
        }

        ul.searchbar {
            width: 100%;
        }

        .footer_right {
            border-left: 1px #CCCCCC solid;
            border: 1px #CCCCCC solid;
            padding-right: 15px;
            margin-top: 20px;
        }

        .footer_down {
            text-align: center;
        }

        .ftr_social {
            text-align: center;
            margin-top: 6px;
        }

        .navbar-right {
            width: 100%;
            margin: 0 !important;
        }

            .navbar-right li {
                padding: 0 15px;
                float: none;
            }

        .body_right {
            width: 100%;
            float: none;
            max-width: 300px;
            margin: 0 auto;
        }

        .description {
            margin: 20px 0;
        }

        /*.timeline > li > .timeline-badge {
            left: 30px;
        }

        .timeline > li > .timeline-panel {
            width: 90%;
        }

        .timeline:before {
            left: 30px;
            margin-left: -4.5px;
        }*/

        .body_left {
            margin: 15px 0;
        }

        .cart-page {
            box-shadow: none;
        }


        .owl-carousel .owl-item img {
            height: 140px !important;
        }

        .navbar-form {
            border: none !important;
        }
    }

    @media (max-width: 767px) {
        .footer_left {
            text-align: center;
        }

            .footer_left h4 {
                margin: 15px 0 5px 0;
            }

        .navbar-nav > li {
            width: 100% !important;
        }

        .navbar-collapse {
            max-height: 100% !important;
        }

        ul.searchbar {
            width: 100% !important;
        }

        .sortby {
            text-align: center;
        }

        .text-right {
            text-align: center;
            padding: 5px 0;
        }

        .product_sec {
            text-align: center;
        }

            .product_sec img {
                width: auto;
                margin-bottom: 10px;
            }

        .cart-page .cart-container #products-list-table td .btn {
            width: 100% !important;
            margin-bottom: 5px !important;
        }

        .form-list .input-box select {
            width: 100%;
        }

        div#paginginfo {
            font-size: 13px;
            /* margin: 0px; */
            /* padding: 0px; */
            margin-top: 3px;
        }


        .owl-carousel .owl-item img {
            height: 140px !important;
        }

        .search_result {
            width: 687px !important;
        }

        .navbar-form {
            border: none !important;
        }
    }

    @media (max-width: 620px) {

        .cart-page .cart-container #products-list-table td .btn {
            width: 100% !important;
            margin-bottom: 5px !important;
        }

        .form-list .input-box select {
            width: 100%;
        }

        .navbar-nav > li {
            width: 100% !important;
        }

        .navbar-collapse {
            max-height: 100% !important;
        }

        ul.searchbar {
            width: 100% !important;
        }

        div#paginginfo {
            font-size: 13px;
            /* margin: 0px; */
            /* padding: 0px; */
            margin-top: 3px;
        }

        .owl-carousel .owl-item img {
            height: 140px !important;
        }

        .search_result {
            width: 553px !important;
        }

        .navbar-form {
            border: none !important;
        }
    }

    @media (max-width: 480px) {
        .product_details h2 {
            font-size: 18px;
        }

        .navbar-nav > li {
            width: 100% !important;
        }

        .navbar-collapse {
            max-height: 100% !important;
        }

        ul.searchbar {
            width: 100% !important;
        }

        .cart-page .cart-container #products-list-table td .btn {
            width: 100% !important;
            margin-bottom: 5px !important;
        }

        .form-list .input-box select {
            width: 100%;
        }

        .nav-tabs li {
            width: 100%;
            float: left;
        }

            .nav-tabs li a {
                width: 100%;
                float: left;
                border: 1px #ddd solid !important;
            }

            .nav-tabs li:first-child a {
                border-left: 1px #ddd solid !important;
            }

        .slider-sec {
            padding: 0 50px;
        }

        div#paginginfo {
        font-size: 11px !important;
        width: 25% !Important;
    }
    .addto .btn-default {width:117px !important;}
    .cart-page .cart-container #products-list-table td {
    padding: 5px !Important; min-height:auto !important;
}
    .cart-page .cart-container #products-list-table td.a-right.last {min-height:85px !important;}
    .cart-page .cart-container #products-list-table table td a {margin:0 !important;}
    .step.a-item ul li {
    margin-left: 0 !important;
}
    .body {
    padding: 20px !important;
}
    .step.a-item ul li .field {padding-left:0 !important;}
    .owl-carousel .owl-item img {
        height: 140px !important;
    }

        .search_result {
            width: 365px !important;
        }

        .searchbar li {
            padding: 5px;
        }

        .navbar-form {
            border: none !important;
        }
    }

    @media (max-width: 380px) {
        .product_details h2 {
            font-size: 17px;
        }
    }
    /****************************media quary end********************************/

    div#paginginfo {
        float: left;
        color: white;
        width: 50%;
        margin: 0 auto;
    }

    .modelnos {
        margin-bottom: 1px;
        padding: 0px;
        list-style: none;
    }

        .modelnos li {
            width: 50%;
            float: left;
            border-right-color: #ddd;
            line-height: 22px;
            color: #333;
            font-size: 13px;
            margin-bottom: 5px;
            border-bottom: #ddd solid 1px;
        }

    .modelnosDiv {
        overflow-y: scroll;
        height: 545px;
        margin-bottom: 10px;
        border-bottom: #ddd solid 1px;
        overflow-x: hidden;
        position: relative;
        float: left;
    }

    .margin10 {
        margin: 10px;
    }


    .cartitemcount {
        padding: 3px 7px;
        border-radius: 50%;
        font-size: 12px;
        margin-left: -5px;
        vertical-align: top;
        background: rgb(131,181,81);
        background: -moz-linear-gradient(top, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
        background: -webkit-linear-gradient(top, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
        background: linear-gradient(to bottom, rgba(131,181,81,1) 0%, rgba(48,135,12,1) 100%);
    }

    #searching {
        position: absolute;
        float: right;
        right: 137px;
        margin-top: 5px;
        z-index: 10;
    }

    .search_result {
        background: #fff;
        border-right: 1px solid #b6b6b6;
        border-left: 1px solid #b6b6b6;
        box-shadow: 0 5px 4px #333;
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        float: left;
        width: 568px;
        height: 400px;
        overflow-x: hidden;
        position: relative;
    }

        .search_result ul {
            border: none;
            float: left;
            list-style: none;
            width: 96%;
            margin: 10px 2%;
            padding: 10px 0;
            padding-top: 0px;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            height: auto;
            margin-top: 5px;
            font-size: 12px !important;
        }

            .search_result ul li:first-child {
                border-right: 1px solid #E5E8EA;
            }

            .search_result ul li {
                float: left;
                width: 48%;
            }

            .search_result ul li {
                border: none;
            }

    .searchbar .search_result .searchlist ul li {
        width: 100%;
    }

    .search_result h3.title {
        font-size: 12px;
        margin-left: 12px;
        text-align: left;
        color: #000;
        font-weight: bold;
    }

    .search_img {
        /* background: #8a8a8a; */
        float: left;
        height: 35px;
        /* margin: 0 10px 0 0; */
        width: 55px;
    }

    .search_right {
        float: left;
        width: 60%;
        text-align: left;
    }

    .search_result li li span {
        text-transform: capitalize;
    }

    .search_result li li span {
        width: 100%;
        clear: both;
        float: left;
        padding-left: 0;
        color: #666;
        font-size: 11px;
        margin-bottom: 8px;
    }

    .data-table {
        width: 100%;
        border-collapse: separate;
        border: 1px solid #bebcb7;
        border-spacing: 0;
    }

        .data-table tbody th, .data-table tbody td {
            border-bottom: 1px solid #d9dde3;
            border-right: 1px solid #d9dde3;
        }

        .data-table tr td {
            padding: 7px 10px !important;
        }

    .blue_bar span {
        padding-left: 5px;
    }

    span.defaultcursor {
        font-size: 11px;
        margin-left: 8px;
    }

    .cartcheckout {
        width: 99% !important;
        float: left;
        text-align: right;
        margin-top: 24px;
    }


    .fieldset {
        border: 1px solid #bbafa0;
        /* background: #fbfaf6; */
        padding: 22px 25px 12px 33px;
        margin: 28px 0;
        display: inline-block;
        width: 100%;
        min-height: 400px;
        font-size: 15px;
        color: #666;
    }

        .fieldset .legend {
            float: left;
            font-weight: bold;
            font-size: 13px;
            border: 1px solid #073f7c;
            background: #eaf3fc;
            color: #073f7c;
            margin: -33px 0 0 -10px;
            padding: 0 8px;
            position: relative;
        }

    .border-right {
        border-right: #bbafa0 solid 1px;
    }

    .form-list .field {
        float: left;
        width: 50%;
    }

    .form-list .input-box {
        display: block;
        clear: both;
        width: 260px;
    }

    .form-list input.input-text {
        width: 100%;
    }

    .form-list li {
        margin: 0 0 8px;
        list-style: none;
        clear: both;
        padding: 5px;
    }

        .form-list li.wide .input-box {
            width: 100%;
        }

    .righneedcontactus {
        font-size: 16px;
        padding-bottom: 15px;
    }

    .margin10 {
        margin: 10px;
    }

    form-list label {
        float: left;
        color: #666;
        font-weight: bold;
        position: relative;
        z-index: 0;
    }

    .form-list label.required em {
        float: right;
        font-style: normal;
        color: #eb340a;
        position: absolute;
        top: 0;
        right: -8px;
    }

    .form-list li.wide textarea {
        width: 595px;
        display: block;
    }

    .form-list li.wide input.input-text {
        width: 595px;
    }

    .buttons-set {
        clear: both;
        margin: 4em 0 0;
        padding: 8px 0 0;
        border-top: 1px solid #e4e4e4;
        text-align: right;
    }

    .displayblock {
        display: block;
    }

    .form-list label {
        float: left;
        color: #666;
        font-weight: bold;
        position: relative;
        z-index: 0;
    }

    .searchbar {
        list-style: none;
        width: 52%;
        float: right;
        margin-bottom: 0;
        background: rgb(240,212,70);
        background: -moz-linear-gradient(top, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        background: -webkit-linear-gradient(top, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        background: linear-gradient(to bottom, rgba(240,212,70,1) 0%, rgba(255,175,1,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d446', endColorstr='#ffaf01', GradientType=0 );
    }

        .searchbar li {
            width: 100%;
            float: right;
        }

        .searchbar .search_result .searchlist ul {
            width: 100%;
        }

            .searchbar .search_result .searchlist ul li {
                width: 100%;
            }

    .form-list li.wide {
        clear: both;
    }

    .sp-methods .form-list li:last-child {
        clear: both;
    }

    #trackorder_status {
        height: 250px;
        margin-top: 21px;
    }

    .popupmodel_close {
        position: absolute;
        top: -3px;
        right: -15px;
        width: 30px;
        height: 30px;
        background: transparent url("../../../content/images/close.png") -40px 0px;
        cursor: pointer;
        z-index: 1103;
    }

    .allproduct {
        width: 100%;
        background: #FFF;
        box-shadow: #CCC 0px 0px 2px;
        padding: 15px;
        text-align: center;
        margin: 10px 0;
        float: left;
        height: 380px;
    }

        .allproduct h5 {
            border-top: 1px #999999 solid;
            padding-top: 10px;
            margin-top: 15px;
            min-height: 40px;
            margin-bottom: 5px;
            font-size: 15px;
            font-weight: bold;
        }

    .greentext {
        color: green;
    }

    li.fields {
        clear: both;
    }

    .search-autocomplete {
        position: absolute;
        top: 35px;
        width: 219px;
        left: 0px !important;
        display: none;
    }

    error {
        color: red !important;
    }

    .owl-carousel .owl-item img {
        height: 300px;
    }

    .needcontactus {
        margin-top: 35px !important;
    }

    span.selected {
        padding: 5px;
        display: block;
        text-align: center;
    }

    .orderstatus li {
        list-style: none;
    }

    .mgtb26 {
        margin: 26px 0;
    }

    .our-partner ul {
        list-style: none;
        margin: 0;
        padding: 5px 0 7px;
        border-top: #717171 solid 2px;
        border-bottom: #717171 solid 2px;
        width: 100%;
        display: inline-block;
    }

    .our-partner li {
        float: left;
        width: 12.5%;
        text-align: center;
    }

    .clear {
        clear: both;
    }

    .help-section {
        color: white;
        font-size: 14px;
    }

        .help-section ul li {
            color: black;
            padding: 5px;
        }


        .help-section .dropdown-menu > li > a {
            color: #000;
        }

        .help-section .dropdown_area {
            width: auto !important;
            padding: 10px 0 !important;
            right: -18px;
            top: 27px !important;
        }

    li.help-section.dropdown.dropdown-large {
        position: relative !important;
    }

    .help-section.dropdown ul.dropdown-menu li {
        padding: 0 10px;
        text-align: left;
        line-height: 22px;
    }

    .help-section.dropdown ul.dropdown-menu:before {
        content: "";
        border-bottom: 10px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 16px;
        z-index: 10;
    }

    .help-section.dropdown ul.dropdown-menu:after {
        content: "";
        border-bottom: 12px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: 9;
    }

    ul.dropdown-menu.dropdown-menu-large.dropdown_area {
        background: #fff;
    }


    .ul.dropdown-menu.dropdown-menu-large.dropdown_area:hover {
        display: block !important;
    }

    ul.dropdown-menu.dropdown-menu-large.dropdown_area li ul {
        border: 0;
        box-shadow: none;
        background: #fff !important;
    }

    ul.dropdown-menu.dropdown-menu-large.dropdown_area {
        background: #fff;
    }

    .dropdown.dropdown-large:hover ul {
        display: block;
    }

    .step.a-item .form-list label {
        font-size: 14px !important;
    }

    .block-progress.opc-block-progress dt {
        font-size: 16px !important;
        font-family: Arial, Verdana, sans-serif;
    }

    .viewer {
        height: 500px;
        width: 800px;
    }

    .zoomer_wrapper {
        border: 1px solid #ddd;
        border-radius: 3px;
        height: 500px;
    }

    .dropdown_area .cat_ul {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        display: block !important;
    }

    .cat_ul li.Get_Class a:hover {
        color: #25a9df;
        background: none;
    }

    .Get_Class {
        width: 100%;
        display: block !important;
        text-align: left;
    }

    ul.links li li.dropdown-header {
        color: black;
        text-transform: uppercase;
        font-size: 16px;
        width: 100%;
        padding: 0;
    }

    .dropdown_area {
        width: 50% !important;
        padding: 10px 0 !important;
        left: 0 !important;
        top: 28px;
    }


    .search_parts li.dropdown:first-child {
        border: #565656 solid 1px;
        padding: 5px;
        background: #727272;
    }

    .search_parts {
        padding: 8px 0px 0;
    }

        .search_parts li.dropdown a {
            color: #fff;
            font-weight: bold;
            margin-right: 10px;
        }

        .search_parts li.Get_Class a {
            color: #565656;
            font-weight: normal;
        }

        .search_parts li:last-child .search_area {
            width: 565px;
            margin-left: 50px;
        }

    .seachrecord {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .search_parts .search_area .btn {
        padding: 7px 12px;
        height: 33px;
    }

    .navigation-module .container {
        padding: 0;
    }

    .search_parts li .dropdown_area {
        width: 300px !important;
    }

    .cat_ul li.Get_Class a {
        text-transform: uppercase;
        font-size: 12px;
    }

    ul.links.search_parts li.dropdown img {
        width: 28px;
        height: 24px;
        margin-left: 10px;
        margin-right: 10px;
    }

.panel-primary > .panel-heading {
    background-color: #666 !important;
    border-color: #666 !important;
}
.panel-primary {
    border-color: #666 !important;
}
.search_parts .cat_ul li.Get_Class:last-child {margin:0 !important;}

.modal.fade.in {
    top: 26%;
}