﻿/* Global Styles */
* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    padding-top: 0;
    color: #323232;
    font-family: 'calibri';
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e5e8', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #004990;
}

    a:hover {
        color: #FF3300;
    }

.full {
    width: 100%;
    float: left;
}
/* Global Styles End */
/**************************header start**************************/
.top {
    width: 100%;
    float: left;
    text-align: right;
    padding: 10px 0;
    background: rgb(7,90,198); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(7,90,198,1) 1%, rgba(1,69,137,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(7,90,198,1) 1%, rgba(1,69,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(7,90,198,1) 1%, rgba(1,69,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075ac6', endColorstr='#014589', GradientType=0 ); /* IE6-9 */
}

    .top a {
        font-size: 13px;
        color: #FFF;
    }

header {
    width: 100%;
    float: left;
  background: rgb(226,229,232); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,229,232,1) 1%, rgba(255,255,255,1) 35%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226,229,232,1) 1%, rgba(255,255,255,1) 35%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226,229,232,1) 1%, rgba(255,255,255,1) 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logo {
    width: 100%;
    float: left;
    text-align: left;
    margin: 17px 0;
}

.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 );
}
/**********************************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;
    padding: 20px 0;
}

    .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;
}

.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: #004990;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .body_right a {
        color: #000;
        font-size: 14px;
    }

.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: #014991;
            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: #004990;
    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;
    box-shadow: #666 0px 0px 5px;
    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: 30px;
        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: #3867a7; /* Old browsers */
    background: -moz-linear-gradient(top, #3867a7 0%, #3867a7 44%, #225398 56%, #225398 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3867a7 0%,#3867a7 44%,#225398 56%,#225398 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3867a7 0%,#3867a7 44%,#225398 56%,#225398 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3867a7', endColorstr='#225398',GradientType=0 ); /* IE6-9 */
    padding: 8px 10px;
}

    .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;
        height: 220px;
    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: 13px;
        margin-top: 3px;
    }

    .owl-carousel .owl-item img {
        height: 140px !important;
    }

    .search_result {
        width: 365px !important;
    }

    .searchbar li {
        padding: 5px;
    }

    .navbar-form {
        border: none !important;
    }
    div#mdProp65Warning {width: 90% !important; height: 220px !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: 47%;
        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;width: 100%;
}

.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: 65px;
    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:14px !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;
        }

    .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: 14px;
}

.cartcheckout {
    width: 99% !important;
    float: left;
    text-align: right;
    margin-top: 24px;
}

.block-content {
    margin-left: 60px;
}

.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: -15px;
    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;
    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;
    margin: 10px 0;
    overflow: hidden;
  
}
 
.partssitemap.full ul {
    margin-top: 5px;
}
.partssitemap.full li {
    margin-left: 15px;
    border-bottom: #ccc solid 1px;
    padding: 3px 0;
    list-style: none;
}
.more_less_action {
    clear: left;
    float: left;
    width: 100%;
    padding: 0 0 5% 5%;
}
 
div#modelpaginginfo {
    float: left;
    color: white;
    width: 50%;
    margin: 0 auto;
}
p.ml30 {
    margin-left: 30px;
}
p.textindent {
    text-indent: 50px;
}

p.ml10 {
    margin-left: 13px;
}
.bordernone {
    border-bottom: 0px #ddd solid !important;
}