﻿@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

:root {
    --primary-color: #226233;
    --grey-bg: #F5F5F5;
    --text-color: #000;
    --white-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Fustat", sans-serif;
    color: var(--text-color);
    line-height:normal !important;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../css/fonts/MyriadPro-Regular.eot');
    src: /*url('../css/fonts/MyriadPro-Regular.woff2') format('woff2'),
       url('../css/fonts/MyriadPro-Regular.woff') format('woff'),*/
    url('../css/fonts/MyriadPro-Regular.ttf') format('truetype'), url('../css/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'), url('../css/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura';
    src: url('../css/fonts/futura.eot');
    src: /*url('../css/fonts/futura.woff2') format('woff2'),*/
    url('../css/fonts/futura.woff') format('woff'), url('../css/fonts/futura.ttf') format('truetype'), url('../css/fonts/futura.svg#futura') format('svg'), url('../css/fonts/futura.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

.previews {
    max-height: 310px;
    min-height: 310px;
    overflow-y: auto;
    background: #ccc;
    /* padding: 0px!important; */
}

    .previews img {
        padding: 10px;
        /* padding: 0px!important; */
    }

/*voltux*/


.order-table {
    border: 0px solid transparent;
    margin-bottom: 20px;
}

    .order-table tr td, .order-table tr th {
        border: 0px solid transparent;
    }

    .order-table tr td {
        text-align: left !important;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
    }

.order-table-color tr th {
    border: 1px solid #ccc;
}

.order-table-color tr td {
    border: 1px solid #ccc;
}

.order-table tr td p {
    margin-bottom: 10px;
    font-family: 'Roboto';
    line-height: 20px;
}

.order-table-color tr th {
    color: #000;
    font-weight: 800;
}

.order-status-content {
    padding-top: 10px;
}


.order-status-div {
    border: 1px solid #0F6CB2;
    padding: 10px;
    background: #0F6CB2;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.order-status-heading {
    color: #fff;
    font-size: 18px;
}

.wrapper {
    /*width: 100%;*/
    max-width: 1180px;
    min-width: 320px;
    margin: 0px auto;
}

.contant_main {
    padding: 10px 0px;
}

.display_100_per {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.invoice_logo {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.grd-ttl {
    margin-bottom: 10px;
}


.panel-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

    .panel-group .panel {
        background: transparent;
        border-radius: 15px;
    }

.panel-default > .panel-heading {
    background: #626466;
    border-color: transparent;
    position: relative;
    border-radius: 15px 15px;
}


.panel-title {
    color: #fff;
}

.panel-heading {
    cursor: pointer;
}

.panel-default {
    border-color: #5e5f61;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-color: #5e5f61;
    }

.panel-body {
    color: #5d5d5d;
}

.panel-body-title {
    color: #226233 !important;
    font-size: 22px;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto';
    font-weight: 600;
    margin-bottom: 10px;
}

    .panel-body-title span.print-div {
        float: right;
    }

.panel-title[aria-expanded=false]:after {
    content: '\f078';
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
}

.panel-title[aria-expanded=true]:after {
    content: '\f077';
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 6px;
    color: #fff;
}


.toll-free {
    float: right;
    padding: 20px 5px 20px 10px;
    font-weight: 600;
    color: #0858ba;
}

    .toll-free i {
        color: #0858ba;
        padding: 0 1px 0 0;
        transform: rotate(100deg);
    }

    .toll-free a {
        color: #0858ba;
        font-family: 'Oswald', sans-serif;
    }

.emp-info {
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .emp-info li {
        display: inline-block;
        width: 50%;
        float: left;
        margin: 10px 0px;
        color: #000;
        font-size: 17px;
        font-weight: 600;
    }

        .emp-info li span {
            font-weight: 400;
        }

.order-accordion .panel.panel-default {
    width: 100%;
}

.btn-print {
    background-color: #226233;
    border: 1px solid #226233;
    color: #fff;
    font-family: 'Roboto';
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 5px;
}

.order-table {
    border: 0px solid transparent;
    margin-bottom: 0px;
}

    .order-table tr td, .order-table tr th {
        border: 0px solid transparent;
    }

    .order-table tr td {
        text-align: left !important;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto';
    }

.order-table-color tr th {
    border: 1px solid #ccc;
}

.order-table-color tr td {
    border: 1px solid #ccc;
}

.order-table tr td p {
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-size: 15px;
    color: #000;
}

.order-table-color tr th {
    color: #000;
    font-weight: 800;
}

.invoice-div {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.invoice-box {
    display: inline-block;
    width: 100%;
}


.left-invoice-box {
    width: 49%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.wrap_input {
}

.forgot_ps_us {
    display: inline-block;
    margin: 10px 10px 0 0px;
    font-size: 14px;
}

.invoice-box p {
    font-weight: 500;
    font-family: Roboto;
    margin-bottom: 6px;
    color: #000;
    font-size: 15px;
}

    .invoice-box p span {
        font-weight: bold;
    }


.title-inoice {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-top: 5px;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 10px;
    font-size: 18px;
}


.invoice-table {
    width: 100%;
}

.invoice-content p {
    margin-bottom: 10px;
}

.float-right {
    float: right;
}

.invoice-table-section {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.invoice-table tr th {
    background: #f7f7f7;
}

.invoice-table tr th, .invoice-table tr td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

.bold {
    font-weight: 600 !important;
}



/********************Common css for part describtion**************************/
.width_50per {
    width: 50% !important;
}

.width_49per {
    width: 49% !important;
}

.width_100per {
    width: 100% !important;
}


.marg_top_10 {
    margin-top: 10px !important;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /*font-family:Poppins;*/
    /*font-family:Roboto;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    text-decoration: none;
    color: #226233;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline;
    }

img {
    max-width: 100%;
}

body {
    line-height: 1;
    overflow-x: hidden;
    font-family: Roboto;
    background: #fff;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }


table {
    border-spacing: 0;
    /*border: 1px solid #e1e1e1;*/
    border-collapse: collapse;
    width: 100%;
}

.thead {
    background-color: #1376af;
    text-align: center;
}

th {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    color: #f5f5f5;
    padding: 6px 5px;
    text-align: left;
    font-size: 15px;
    box-sizing: border-box;
}

td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: normal;
    padding: 6px;
    text-align: left;
    text-transform: lowercase;
    color: #666;
    box-sizing: border-box;
    line-height: 22px;
    vertical-align: middle;
}

table tr td > table {
    width: 100%;
}

.default_height {
    min-height: 700px;
}

/*.display_100_per {
    width:100%;
    display:inline-block;   
    vertical-align:top;
}

.display_100_per_parts {
    width:100% !important;
    display:inline-block;   
    vertical-align:top;
}*/
.display_inline {
    display: inline-block;
}

li {
    list-style-type: none;
}

label, input, textarea {
    background: none;
    border: none;
    box-sizing: border-box;
}

.text_area_small {
    border: 1px solid #888;
    min-height: 70px;
    resize: none;
    background: #fff;
    width: 225px;
    box-shadow: 2px 2px 10px #ccc;
    color: #333;
    margin: 0;
    vertical-align: middle;
}

.text_area_med {
    border: 1px solid #888;
    min-height: 70px;
    resize: none;
    background: #fff;
    width: 30%;
    box-shadow: 2px 2px 10px #ccc;
    color: #333;
    margin: 0;
    vertical-align: middle;
}

.futura_font {
    /*font-family:'futura' !important;*/
}

.myriadPro_font {
}

.input_submit_search {
    border: medium none;
    /*box-shadow: 2px 2px 10px #ccc;*/
    color: #226233;
    margin: 0;
    font-size: 15px;
    padding: 4px 40px 5px 10px;
    vertical-align: top;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff !important;
    /*background:url(../images/search_icon.png) no-repeat 90% center #ffba00;*/
    /* background:#fc4e07;*/
    line-height: 20px;
    position: relative;
}

/*.input_submit_search:hover{
    text-decoration:none;
}

.input_submit_search:hover {
        background:url(../images/search_icon_hover.png) no-repeat 90% center #22313F;
        color:#fff;
}*/

.clr_red {
    color: red;
    font-size: 15px;
    margin: 0 4px;
}

.total_price_main {
    /* float: right; */
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.total_price_main_rht {
    width: auto;
    float: right;
}

.procedd_check_cls {
    display: inline-block;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
}

.procedd_check_cls_left {
    width: auto;
    float: left;
}


.total_price_txt {
    font-size: 18px;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.total_price {
    color: #2a8cef;
    font-size: 18px;
    margin: 0 4px;
    /*font-style: italic;*/
    font-weight: bold;
}

.call_quote {
    color: #fff;
    padding: 4px;
    /*box-shadow: 0px 0px 6px #736c68;*/
}

.input_text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #333;
    color: #333;
    margin: 0;
    padding: 1px 10px 1px 2px;
    vertical-align: middle;
}

.drop_down {
    min-width: 90px;
    width: 100%;
    max-width: 160px;
    margin: 0 15px 0 0;
    height: 30px;
    line-height: 20px;
    font-size: 15px;
}

.flt_left {
    float: left;
}

.flt_right {
    float: right;
}

.full_width {
    width: 100%;
}

.tbl_center {
    margin: 0px auto;
}

.tbl_center_width {
    width: 30%;
    margin: 0px auto;
}

.margin_top {
    margin-top: 10px;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_zero {
    margin: 0px !important;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.border_bottom_dashed {
    border-bottom: 1px dashed #c2c2c2;
}

.container {
    width: 100% !important;
    /*display: inline-block;*/
    margin: 0px auto;
    padding: 0px 20px;
}

.wrapper {
    /*width: 100%;*/
    max-width: 1180px;
    min-width: 320px;
    margin: 0px auto;
}

.font_bold {
    font-weight: bold;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left;
}

.italic {
    font-style: italic;
}

.clr_blue {
    color: #2574a9 !important;
}
/*Common classes End*/


/*************************Fixed menu right side********************************/

.right_fixed_menu {
    position: fixed;
    top: 40%;
    right: 0px;
    background: #213140;
    border-radius: 5px 0 0px 5px;
    padding: 10px;
    z-index: 99;
}

    .right_fixed_menu ul li {
        margin: 0 0 10px 0;
        text-align: center;
    }

/*****************************Popup Design start**************************/
#backgroundPopup {
    z-index: 100;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

#toPopup {
    margin: 4% 0 0 -150px;
    background: none repeat scroll 0 0 #fff;
    border-top: 5px solid #22313f;
    /*border-radius: 3px 3px 3px 3px;*/
    color: #333333;
    /*display: none;*/
    font-size: 14px;
    left: 45%;
    position: relative;
    top: 20%;
    max-width: 500px;
    min-width: 350px;
    width: 100%;
    z-index: 999;
}

.pad_center {
    padding: 0px 25px;
}

.loader {
    background: url("../images/loading_gif2.gif") no-repeat scroll 0 0 transparent;
    height: 80px;
    width: 80px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}

div.close {
    background: url("../images/popup_close1.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -42px;
    text-align: center;
    top: -33px;
    width: 93px;
}

span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

div#popup_content {
    margin: 0px;
    /* remove this comment if you want scroll bar
     overflow-y:scroll;
     max-height:400px;
     */
}

.pop_form_field, .pop_form_submit {
    padding: 15px 10%;
}

.sign_field {
    width: 48%;
    margin: 10px 5px 10px 0px;
    display: inline-block;
}

.login_username_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/user_icon_login.png) no-repeat 98% center;
}

.login_password_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/ps_icon.png) no-repeat 98% center;
}

.login_re_password_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/re_ps_icon.png) no-repeat 98% center;
}

.login_organization_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/organization_name.png) no-repeat 98% center;
}

.login_customer_name_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/customer_name.png) no-repeat 98% center;
}

#txtsearch:hover {
    color: #333;
    background: none;
}

.ui-menu-item:hover, .ui-menu-item-wrapper:hover {
    background: #ccc none repeat scroll 0 0 !important;
    box-sizing: border-box;
    color: #333 !important;
    display: inline-block;
    width: 100%;
}

.login_emailid_pop {
    border: 1px solid #ccc;
    color: #333;
    width: 100%;
    font-size: 14px;
    padding: 10px 25px 10px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    background: url(../images/email_id.png) no-repeat 98% center;
}

.pop_head {
    color: #33b5e5;
    font-size: 22px;
    padding: 8% 0 5px 0px;
    margin: 0 0 7% 0;
}

.login_submit_pop {
    display: inline-block;
    padding: 10px;
    background: #22313f;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

    .login_submit_pop:hover {
        background: #33b5e5;
    }

.login_forgot_pop {
    font-size: 14px;
    color: #22313f;
    text-align: left;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}

    .login_forgot_pop:hover {
        text-decoration: underline;
    }

.pop_form_forgot {
    background: #ccc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 4% 0px 0px 0px;
    cursor: pointer;
    font-size: 15px;
    color: #22313f;
}

.login_signup_pop {
    font-size: 16px;
    text-decoration: none;
    color: #22313f;
    text-align: right;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
}

.login_screen {
    font-size: 15px;
    color: #22313f;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}

    .login_signup_pop:hover, .login_screen:hover {
        text-decoration: underline;
    }

#sign_up_show {
    display: none;
}

/*****************************Popup Design end**************************/


/**************************Header common**********************************/






.header {
    background: #fff;
    display: inline-block;
    width: 100%;
}

/*.logo {
    float: left;
    margin: 20px 0px;
}*/

.logo {
    float: left;
    margin: 0;
    width: auto;
}

    .logo img {
        float: left;
        max-width: 100%;
        height: 100%;
        padding: 5px;
        /*width:120px;*/
    }

    .logo .logo_block {
        width: 250px;
        height: 60px;
        display: block;
    }

.top_main_menu {
    background: #1266b2;
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.top_menu {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

    .top_menu ul {
        padding: 0px;
        margin: 5px 0 0 0;
    }

        .top_menu ul li {
            display: inline-block;
            margin: 0 15px 0 0;
        }

            .top_menu ul li a {
                font-size: 15px;
                margin: 0 10px;
                color: #fff;
            }

            .top_menu ul li i {
                font-size: 15px;
                color: #fff;
            }
/*.top_menu_place_order {
    background:url(../images/place_your_order_icon.png) left center no-repeat;
    padding:0 0 0 0px;
    color:#72dcff;
}

.top_menu_my_catalog {
    background:url(../images/my_catalog_icon.png) left center no-repeat;
    padding:0 0 0 25px;
    color:#72dcff;
}

.top_menu_order_history {
    background:url(../images/icon-history.png) left center no-repeat;
    padding:0 0 0 25px;
    color:#72dcff;
    background-size: 16px;
    background-position-y: -1px;
}

.top_menu_about {
    background:url(../images/about_us_icon.png) left center no-repeat;
    padding:0 0 0 25px;
    color:#fff;
}

.top_menu_faq {
    background:url(../images/faq_icon.png) left center no-repeat;
    padding:0 0 0 25px;
    color:#fff;
}

.top_menu_policies_terms {
    background:url(../images/policies_terms_icon.png) left center no-repeat;
    padding:0 0 0 25px;
    color:#fff;
}*/


.menu {
    display: inline-block;
}

    .menu ul li {
        display: inline-block;
        padding: 0px;
    }

        .menu ul li a {
            color: #333;
            font-size: 16px;
            display: inline-block;
            padding: 20px 5px 20px 25px; /*font-family: 'Poppins', sans-serif;*/
            font-weight: 400;
            letter-spacing: 1px;
        }

        .menu ul li.login a {
            background: #F44336;
            color: #fff;
        }

#menuicon {
    display: none;
}



.mobile_icon, .mobile_menu {
    display: none;
}

.home_mobile_icon {
    display: none;
}

.head_bg {
    background: #fff;
}

.welcome_user {
    float: right;
}

    .welcome_user span {
        color: #fff;
        vertical-align: top;
        padding: 5px 0px 5px 5px;
        display: inline-block;
        font-size: 18px;
        font-style: italic;
    }

.user_name_text {
    display: inline-block;
    margin: 0 0 0 10px;
}

.search_parts_key {
    display: inline-block;
    margin: 0px 0 0 0%;
    vertical-align: top;
    width: 100%;
}

.second_menu {
    float: right;
    margin: 2px 0 0 0;
}

    .second_menu i {
        padding: 0 5px;
        color: #2474a9;
        font-size: 14px;
    }

    .second_menu .logout {
        float: right;
        border-radius: 3px;
        margin: 0 5px;
        background: #fff;
        padding: 6px 10px;
    }

.price_text {
    color: #F44336;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
}

.pclass_offer {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 10px 0 0 0;
}

.price_text_offer {
    color: #009688;
    font-style: italic;
    font-size: 17px;
}

.second_menu .showToolequipment {
    float: right;
    margin: 0 5px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px #043d56;
}

.second_menu a {
    color: #2474a9;
    font-size: 15px;
    display:flex;
}

.part_search_form {
    height: 32px;
    line-height: 32px;
    position: relative;
    width: 49%;
    /*background:#fff;*/
    float: left;
}

.search_font_icon {
    color: #fff;
    position: absolute;
    right: 13px;
    top: 8px;
    z-index: 999;
}


/*table td .add_minus_count {
    float:none;
}*/
/*table td .add_cart_center {
    float: none;
}*/
table td .in_stock, table td .outof_stock {
    text-align: left;
    float: none;
}

.add_minus_count {
    /*display:inline-block;
    width:100%;
    vertical-align:top;*/
    float: left;
    margin: 5px 0 0 0;
}

.Application table tr td:nth-child(1) {
    min-width: 300px;
}




.add_minus_count input {
    width: 40px;
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding: 1px 8px;
    font-family: roboto;
    line-height: 20px;
    font-size: 16px;
}

.button_Addcard {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    background: #ffffff;
    padding: 3px 10px;
    cursor: pointer;
    color: #2474a9;
    border: 1px solid #ccc;
    line-height: 17px;
}



    .button_Addcard:hover {
        background: #ccc;
    }

.button_AddcardList {
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    background: #ffffff;
    padding: 3px 10px;
    cursor: pointer;
    color: #2474a9;
    border: 1px solid #ccc;
}

    .button_AddcardList:hover {
        background: #ccc;
    }

.add_minus_count.cart_add_minus_count .button_Addcard {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    background: #ddd;
    color: #000;
    line-height: 20px;
}

.add_minus_count.cart_add_minus_count input {
    border: 0;
    height: 30px;
}


.width_hundred_per {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
}

.search_top {
    border: 1px solid #fff;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    max-width: 330px;
    min-width: 330px;
    padding: 4px 10px;
    line-height: 22px; /*changed by venkhat*/
    width: 100%;
    font-family: Roboto;
    background: #fff;
    box-shadow: 0 0 10px #043d56;
}

.dropdown_top {
    height: 32px;
    font-family: Roboto;
    font-size: 15px;
    position: absolute;
    padding: 0 10px;
    margin-left: 10px;
    margin-right: 7px;
    border: 1px solid #ececec;
    border-radius: 3px;
}

.search_icon input[type="text"] {
    position: relative;
}

/*input { font-family: 'Font Awesome 5 Free'; }*/ /* This is for the placeholder */

.search_icon:before {
    font-family: 'Font Awesome 5 Free';
    color: red;
    position: relative;
    left: -5px;
    content: "\f007";
}


.search_icon {
    /*background: rgba(0, 0, 0, 0) url("../images/top_search_icon.png") no-repeat scroll right center;*/
    background: #fc4e07;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
}

.part_search_icon {
    /*background: rgba(0, 0, 0, 0) url("../images/top_search_icon.png") no-repeat scroll right center;*/
    /*    background:#fc4e07;*/
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    border: 0px solid transparent;
    border-radius: 4px;
}

    .part_search_icon:before {
        content: "\f002";
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        font-size: 12px;
        font-weight: 900;
        margin-right: 10px;
        color: #fff;
    }

.contact_us_header {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7%
}

    .contact_us_header span {
        display: inline-block;
        margin: 10px 0 4px 10px;
        color: #0056ab;
        font-size: 13px;
        font-weight: bold;
    }

.contact_header_order_list {
    padding: 2px 0 0 0;
    margin: 0px;
}

    .contact_header_order_list li {
        display: inline-block;
        padding: 0px 5px;
    }

.sec_menu {
    float: right;
    vertical-align: top;
    margin: 15px 0 0 0;
}

.home_menu_top, .cart_menu_top, .login_menu_top, .logout_menu_top {
    display: inline-block;
    font-style: italic;
}

    .home_menu_top a, .cart_menu_top a, .login_menu_top a, .logout_menu_top a {
        display: block;
        text-align: center;
        margin: 0 10px;
        padding: 2px 0px 0 0;
        font-size: 17px;
    }

.logout img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.cart_menu_top {
    position: relative;
}

.cart_count {
    color: #333;
    font-size: 15px;
    position: absolute;
    top: 2px;
    font-weight: bold;
    left: 30%;
}

/*.search_part_main {
      background: url(../images/newimages/login-bg.jpg) 100% 100%;
    background: #466471;*/


/*background: -moz-linear-gradient(top, #99a0a5 0%, #607D8B 100%); 
background: -webkit-linear-gradient(top, #99a0a5 0%,#607D8B 100%); 
background: linear-gradient(to bottom, #99a0a5 0%,#607D8B 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99a0a5', endColorstr='#607D8B',GradientType=0 );*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2474a9+0,2eadd3+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2474a9+0,2c95c9+100 */
/*background: #2474a9;
background: -moz-linear-gradient(top, #2474a9 0%, #2c95c9 100%);
background: -webkit-linear-gradient(top, #2474a9 0%,#2c95c9 100%); 
background: linear-gradient(to bottom, #2474a9 0%,#2c95c9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2474a9', endColorstr='#2c95c9',GradientType=0 );*/
/*    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}*/
.part_drop_head h1 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0 15px 0;
}

/****************Content part start**********************/

/*****************Purchase order content start******************************/
.purchase_head {
    font-size: 20px;
}

.bill_address {
    height: 270px;
}

.bill_address, .ship_address {
    border: 1px solid #ccc;
    display: inline-block;
    width: 25%;
    margin: 0 10px 0 0;
    vertical-align: top;
    min-height: 270px;
}

.order_details {
    border: 1px solid #ccc;
    display: inline-block;
    width: 47%;
    vertical-align: top;
    min-height: 210px;
    height: 270px;
}

.order_details_head {
    background: url(../images/purchase_order_details.png) no-repeat 6px center;
    padding: 10px 15px 10px 35px;
    font-size: 17px;
    font-weight: bold;
}

.mobile_over_flow {
    overflow-x: auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

    .mobile_over_flow::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .mobile_over_flow::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }


.proceed_check_clk {
    background: #226233;
    /* float: left; */
    color: #fff;
    padding: 6px 10px;
    margin: 10px 0 0 10px;
    font-size: 15px;
    line-height: 26px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    border: none;
}
.proceed_check_clk i {
    line-height: 28px;
}



    .proceed_check_clk:hover {
        background: #2474a9;
        color: #fff;
    }


.input_model_edit {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 3px 0;
}

    .input_model_edit label {
        width: 100%;
        float: left;
        margin: 2px 0;
    }

    .input_model_edit input {
        border: 1px solid #ccc;
        padding: 2px 5px;
        width: 80%;
    }

.cart_empty {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px 0px 20px 0;
}
    .cart_empty img {
        margin: 0 auto;
    }

    .cart_empty p {
        text-align: center;
        width: 100%;
        display: inline-block;
        font-size: 36px;
        color: #333;
        margin: 2% 0;
    }

/*****************Purchase order content end******************************/
/****************parts details content start**********************/

.parts_main {
    padding: 10px;
    border: 1px solid #bfbfbf;
    background: #fff;
    width: auto;
}

.parts_details_top {
    padding: 10px 0px;
    /*border-bottom:1px dashed #bfbfbf;*/
    width: 100%;
}

.purchase_detail {
    font-size: 18px;
    color: #2c3e50;
    margin: 0 0 0 10px;
}

.parts_product_describtion {
    word-break: break-all;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    font-size: 18px;
}

.purchase_spec_head {
    display: inline-block;
    width: 60%;
    color: #000;
    font-size: 16px;
    font-family: "Fustat", sans-serif;
}


.purchase_spec_desc {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.purchase_order_detail_list {
    float: left;
    width: 39%;
    margin: 0 1%;
    height: 86%;
    padding: 10px;
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
}

    .purchase_order_detail_list li, .purchase_order_detail_list_right li {
        padding: 15px 0px;
    }

.purchase_order_detail_list_right {
    float: left;
    width: 59%;
    padding: 10px;
    box-sizing: border-box;
}

.purchase_terms_grid table {
    width: 100%;
}

.purchage_term_head th {
    background: #ededed;
    color: #000;
    font-size: 16px;
    padding: 10px 6px;
    font-weight: bold;
}

.purchase_terms_grid tr td {
    color: #555555;
    font-size: 16px;
    /*font-family:'futura';*/
    text-transform: capitalize;
    vertical-align: top;
}

.purchase_textarea {
    margin: 0px 10px 0px 0px;
    width: 394px;
    height: 90px;
    border: 1px solid #606060;
}

.purchase_search_tools_main {
    padding: 15px;
    box-sizing: border-box;
    background: #2574a9;
    margin: 10px 0px;
}

.purchase_terms_grid {
    margin: 0px 0px 10px 0px;
    display: inline-block;
    width: 100%;
}

.purchase_search_tool {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.purchase_search_label {
    font-size: 22px;
    color: #fff;
    margin: 0 15px 0 0;
}

.purchase_drop_down {
    width: 300px;
    height: 30px;
    border-radius: 4px;
    line-height: 30px;
}

.purchase_search_form {
    float: right;
    margin: 0 4% 0 0;
}

.purchase_search {
    width: 500px;
    min-width: 200px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
    box-sizing: border-box;
    margin: 0 10px 0 0;
}

.purchase_pulley_decoupler_main {
    margin: 20px 0px;
    width: 100%;
    display: inline-block;
}

    .purchase_pulley_decoupler_main h2 {
        color: #2574a9;
        font-size: 24px;
        padding: 0 0 20px 0;
    }

.purchase_decoupler_grid {
    background: #dedede;
}

    .purchase_decoupler_grid th {
        color: #333;
        font-size: 16px;
        border: 1px solid #b7b7b7;
        font-weight: bold;
        /*width:10%;*/
    }

.purchase_pulley_decoupler_main tr td {
    vertical-align: middle;
    font-size: 18px;
    color: #2c3e50;
    text-transform: capitalize;
}

.purchase_input_grid {
    width: 90%;
    /*   border-radius:5px;*/
    border: 1px solid #606060;
    background: #fff;
    margin: 0 10px 0 0;
    height: 30px;
    padding: 5px;
    /*text-align: center;*/
}

.grid_error {
    color: #ff0000;
    font-weight: bold;
}

.reset_and_review {
    float: right;
}

.purchase_reset {
    background: url("../images/reset_icon.png") no-repeat 8px center, linear-gradient(#ff432a, #941002);
    filter: (src='../images/reset_icon.png') progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff432a', endColorstr='#941002',GradientType=0 );
    padding: 6px 8px 5px 30px;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 0px 0px 10px;
    cursor: pointer;
    /*background: #ff432a;
background: -moz-linear-gradient(top, #ff432a 0%, #eb3e27 22%, #ce260f 82%, #941002 100%); 
background: -webkit-linear-gradient(top, #ff432a 0%,#eb3e27 22%,#ce260f 82%,#941002 100%); 
background: linear-gradient(to bottom, #ff432a 0%,#eb3e27 22%,#ce260f 82%,#941002 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff432a', endColorstr='#941002',GradientType=0 ); */
}

.purchase_review {
    background: url("../images/purchase_review.png") no-repeat 8px center, linear-gradient(#3880bf, #022e94);
    filter: (src='../images/reset_icon.png') progid:DXImageTransform.Microsoft.gradient( startColorstr='#3880bf', endColorstr='#022e94',GradientType=0 );
    padding: 5px 8px 5px 38px;
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 0px 0px 10px;
}

.submit_order {
    background: url(../images/submit_order.png) no-repeat 8px center, #3880bf;
    filter: (src='../images/reset_icon.png') progid:DXImageTransform.Microsoft.gradient( startColorstr='#3880bf', endColorstr='#022e94',GradientType=0 );
    padding: 5px 8px 5px 38px;
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    margin: 0 0px 0px 10px;
    background-size: 25px;
}
/****************parts details content end**********************/



.mobile_design_change {
    float: right;
}

.parts_return_search {
    /*background-image:url('../images/part_search_icon.png');*/
    background: url("../images/back_button_icon.png") no-repeat 8px center, linear-gradient(#3880bf, #022e94);
    /*background-color: #3880bf;
    background-position:4px center;
    background-repeat:no-repeat;*/
    filter: (src='../images/part_search_icon.png') progid:DXImageTransform.Microsoft.gradient( startColorstr='#3880bf', endColorstr='#022e94',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    float: right;
    padding: 6px 8px 5px 33px;
    margin: 0 0px 0px 10px;
}

.parts_print_icon {
    margin: 0px;
    /*background:url('../images/print_icon.png') no-repeat 10px center #2b74c5 ;*/
    background: url("../images/print_icon.png") no-repeat 6px center, linear-gradient(#3880bf, #022e94);
    filter: (src='../images/print_icon.png') progid:DXImageTransform.Microsoft.gradient( startColorstr='#3880bf', endColorstr='#022e94',GradientType=0 );
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    float: right;
    padding: 5px 5px 5px 25px;
    margin: 0 0px 0px 10px;
}

.slide_img {
    width: 100%;
    margin: 10px 0px;
    cursor: pointer;
}

.part_left_side {
    width: 30%;
    float: left;
    padding: 10px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    margin: 2px 0px;
}

.ware_house_details ul {
    padding: 0px;
    margin: 10px 0px;
}

    .ware_house_details ul li {
        display: inline-block;
        margin: 0 5px 5px 0;
        border: 1px solid #ccc;
        padding: 15px;
        color: #63a40c;
        font-size: 18px;
    }

.parts_stock_icon {
    background: url(../images/parts_stock_old.png) no-repeat 5px center;
    padding-left: 55px !important;
}

.parts_ibm_icon {
    background: url(../images/parts_ibm_icon.png) no-repeat 5px center;
    padding-left: 40px !important;
}

.parts_ware_house_icon {
    background: url(../images/parts_warehouse_icon_old.png) no-repeat 5px center;
    padding-left: 45px !important;
}

.parts_shipping_icon {
    background: url(../images/parts_shipping_icon_old.png) no-repeat 5px center;
    padding-left: 55px !important;
}

.parts_order_icon {
    background: url(../images/parts_order_icon_old.png) no-repeat 5px center;
    padding-left: 45px !important;
}

.parts_head_desc {
    display: inline-block;
    background: #eeeeee;
    padding: 5px 10px;
    border-left: 2px solid #22313f;
    width: 20%;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
}

.parts_para_desc {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    color: #333;
}

.parts_right_side {
    width: 68%;
    margin: 5px 0 0 10px;
    float: right;
    border: 1px solid #ccc;
}

.main_left_right_div {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.display_flex {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    height: 350px;
    overflow: auto;
    box-shadow: 0px 8px 14px -3px;
}

.ui-state-active {
    border-color: black !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.part_spec_head {
    display: inline-block;
    color: #22313f;
    width: 30%;
}

.part_spec_desc {
    display: inline-block;
    color: #2c2a2a;
    font-size: 15px;
}

#tbl_interchange tfoot tr th {
    padding: 5px 10px;
}

.glowing-border {
    padding: 2px 5px;
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 12px !important;
    border-radius: 3px;
}

th.sorting {
    background: #475869;
    color: #fff;
}

th.sorting_asc {
    background: #475869;
    color: #fff;
}

th.sorting_desc {
    background: #475869;
    color: #fff;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 4px 10px !important;
}
/****************parts details content end**********************/
.contant_main {
    padding: 10px 0px;
}

.left_side {
    float: left;
    width: 24%;
}

.narrow_search, .Narrow_search_inner {
    box-shadow: 0 0 2px #c2c2c2;
    background: #2474A9;
}

.select_items_main {
    display: inline-block;
    background: #f3f3f3;
    border-left: 5px solid #ccc;
    padding: 0 0 0 15px;
}

    .select_items_main h3, .Narrow_search_inner h3 {
        padding: 15px 0px;
        color: #2474a9;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
    }

.product_left_inner {
    background: #fff;
    border-bottom: 1px dashed #dcdcdc;
}

    .product_left_inner h2 {
        padding: 12px 45px;
        color: #2c3e50;
        font-size: 18px;
        display: inline-block;
    }

.drop_arrow_parts {
    display: inline-block;
    float: right;
    margin: 15px 5px 0 0;
}

.selected_item_list {
    padding: 5px 10px;
    /*background:#fff;*/
    display: inline-block;
}

    .selected_item_list ul {
        padding: 0px;
        margin: 0px;
    }

        .selected_item_list ul li {
            display: inline-block;
            background: #E0E0E0;
            padding: 3px 5px;
            border-radius: 5px;
            border: 1px solid #c2c2c2;
            font-size: 14px;
            margin: 5px 5px 5px 0px;
        }

.narrow_search {
    margin: 10px 0px;
    box-sizing: border-box;
    background: #fff;
}

    .narrow_search h1 {
        padding: 15px 10px;
    }

.Narrow_search_inner {
    border-left: 2px solid #285068;
    box-sizing: border-box;
}

.part_details_list {
    padding: 20px;
    /*min-height:150px;*/
    max-height: 150px;
    /*height:227px;*/
    overflow: auto;
}

.input_field {
    margin: 10px 0px;
}

.label_inner_general {
    color: #464749;
    padding: 0 0 0 5px;
}


/******************Home content left side start*****************************/
.home_contact_info, .home_billing_adress {
    padding: 10px 15px;
}

    .home_contact_info h4 {
        font-size: 18px;
        color: #555555;
        margin: 5px 0px;
    }

.bill_to_adress, .shiping_to_adress {
    color: #333;
    font-size: 18px;
    padding: 10px 15px 10px 45px;
    margin: 0 0 0 0px;
    font-weight: bold;
}

.common_cls_home_left {
    padding: 10px 15px 10px 25px;
    color: #555555;
    font-size: 16px;
}

    .common_cls_home_left a {
        font-size: 18px;
        color: #0071bc;
    }

#p_customer_mail {
    /*width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    word-wrap: break-word;
}

.home_comp_name_icon {
    background: url(../images/company_name.png) no-repeat 0px center;
}

.home_phone_icon {
    background: url(../images/mobile_icon.png) no-repeat 3px center;
}

.home_fax_icon {
    background: url(../images/fax_icon.png) no-repeat left center;
}

.home_mail_icon {
    background: url(../images/contact_mail_icon.png) no-repeat left center;
}

.home_web_icon {
    background: url(../images/contact_website_icon.png) no-repeat left center;
}

.bill_to_adress {
    background: url(../images/bill_address_icon.png) no-repeat 8px center;
}

.shiping_to_adress {
    background: url(../images/ship_address_icon.png) no-repeat 6px center;
}

.company_information {
    background: url(../images/company_information.png) 8px 2px no-repeat;
    background-size: 35px;
}

.home_billing_adress p, .shiping_to_adress p {
    padding: 5px 0px;
    color: #555555;
    line-height: 20px;
    font-size: 16px;
}
/******************Home content left side end*****************************/
/****************Content part start end**********************/

/******************Right Side Product View*************************/


.cart_show_num {
    position: absolute;
    background: #fff;
    /*box-shadow: 0 0 1px #2884b9;*/
    /*padding: 5px 8px;*/
    border-radius: 50%;
    top: -15px;
    /*border: 1px solid #2884b9;*/
}

/*.cart_show_num a{
    color:#fc4e07;
}*/


.posi_rela {
    position: relative;
}

.right_side {
    width: 75%;
    float: right;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 2px #c2c2c2;
}

.full_right_side {
    width: 100%;
    float: left;
}

.product_desc_head {
    box-sizing: border-box;
    padding: 0px 0px 10px 0;
    border-bottom: 1px dashed #dcdcdc;
}

    .product_desc_head h3 {
        color: #262626;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }

.sort_filter {
    float: right;
}

.sort_filter_icon {
    background: url(../images/sort_filter_icon.png) no-repeat right center;
    padding: 0 30px 0 10px;
    color: #262626;
    font-size: 20px;
}

#Home_Details_Panel {
    display: inline-block;
    /*text-align:center;*/
    width: 100%;
    vertical-align: top;
}

.product_view_main {
    padding: 10px 0px;
    box-sizing: border-box;
    margin: 0px 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.slider_thumb {
    width: 70px;
    text-align: center;
}

.single_product_notes {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px;
    border: 1px solid #ececec;
    box-shadow: 0 0 2px #ececec;
    border: 2px solid #ececec;
    width: 47%;
    min-height: 400px;
    max-height: 400px;
    vertical-align: top;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    cursor: pointer;
}


.single_product {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 5px;
    border: 2px solid #ececec;
    box-shadow: 0 0 2px #ececec;
    border: 2px solid #ececec;
    width: 100%;
    /*min-height: 330px;
    max-height: 330px;*/
    background: #fff;
    vertical-align: top;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}

    .single_product:hover, .single_product_newproduct:hover, .single_product_notes:hover {
        /*-moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);*/
        z-index: 999;
        border: 2px solid #226233;
    }

.single_product_newproduct {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px 5px;
    box-shadow: 0 0 2px #e2e2e2;
    border: 2px solid #ececec;
    width: 32%;
    min-height: 375px;
    /* overflow:hidden;*/
    vertical-align: top;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    /*cursor:pointer;*/
}

.product_view_main .single_product_newproduct {
    width: 24%;
}

.full_right_side .single_product_newproduct {
    width: 24%;
}

.product_img {
    /*border-bottom:1px solid #908e8e;*/
    padding: 5px;
    box-sizing: border-box;
}

.img_container {
    max-height: 200px;
    min-height: 200px;
    /*border-bottom: 1px solid #f5f5f5;*/
}

    .img_container img:hover {
        cursor: pointer;
    }

.product_image_max {
    /*max-width: 240px;*/
    max-height: 190px;
    margin:0 auto;
}
#Home_Details_Panel .tab_content {
    display: flex;
    flex-wrap: wrap;
}


.single_product .catalog_img {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.single_product .product_desc_right_side {
    width: 80%;
}

.single_product .img_container {
    border: none;
    min-height: initial;
}

.single_product .product_image_max {
    max-height: 140px;
}


.catalog_img {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.display_block_full {
    width: 100%; /***************Uncomment By praba ... Its a block element for all ***********************/
    display: inline-block;
    vertical-align: top;
    /*margin-top:10px;
    margin-bottom:10px;
    margin-left:-15px;
    margin-right:-15px;*/
    margin: 10px 0px;
}

.m-t-10 {
    margin: 10px -15px;
}

.part_break_down {
    /*display:inline-block;*/
    /*width:49%;*/
    margin: 0px 0 0 0;
}


.inactiveproducts {
    opacity: 0.3;
    cursor: auto;
}

.activeproducts {
    cursor: pointer;
}



.add_catalog {
    display: block;
}

.product_desc_right_side {
    text-align: left;
    /*display:inline-block;*/
    vertical-align: top;
}

    .product_desc_right_side a.product_item_id {
        text-decoration: none;
    }

.product_item_id {
    color: #333;
    font-size: 14px;
    /*text-decoration:underline;*/
    display: inline-block;
    padding: 0 5px 0 5px;
}

.pclass1 {
    float: right;
    margin: 10px 0 0 0;
    font-size: 16px;
}

.product_prize_list {
    color: #dd0101;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.product_stock {
    color: #48a239;
    font-size: 16px;
}

.product_add_to_cart {
    background: url(../images/add_to_cart_product_icon.png) no-repeat 8px 4px #2a8fc4;
    color: #fff;
    /*padding: 6px 10px 6px 30px;*/
    margin: 5px 0px;
    display: inline-block;
    font-size: 14px;
    border-radius: 3px;
}

.price_show_desc {
    font-size: 19px;
    margin: 7px 3% 7px 10px;
    float: right;
    color: #fc4e07;
    font-weight: bold;
}

.product_add_to_cart:hover {
    color: #fff;
}

/*.product_save {
    background: #2474a9;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    margin: 8px 0 0 0;
    display: inline-block;
}

.product_save:hover {
    background:#fc4e07;
    color:#fff;
}*/

.add_cart_center {
    float: right;
    text-align: center;
}

.youtech_product_notes_appl {
    display: inline-block;
    vertical-align: top;
    width: 22%;
}

    .youtech_product_notes_appl .spec_heading {
        text-align: left !important;
    }

.youtech_product_spec, .voltux_product_spec {
    display: inline-block;
    margin: 5px 0px;
    vertical-align: top;
    width: 22%;
}
.catalog_content_title {
    background: #226233 !important;
}
.vol_spec_details_specification {
    display: inline-block;
    margin: 0 0 0 3%;
    width: 29%;
    vertical-align: top;
}

.voltux_product_spec {
    margin: 0 0 0 15px;
}

.prt_desc {
    /*margin: 10px 0 15px;
    height: 16px;*/
    display: block;
}

.prt_desc_vol {
    display: block;
    margin: 5px 0 17px 0px;
}

.prt_desc_vol_indus {
    display: block;
    margin: 0px 0 17px 0px;
}

.vol_product_describtion {
    color: #b5180d;
}

.spec_heading {
    color: #555555;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
    margin: 0 0 10px 0;
}

.vol_spec_details {
    display: inline-block;
    margin: 0 0 0 3%;
    width: 51%;
    vertical-align: top;
}

.vol_spec_details_indus {
    display: inline-block;
    margin: 0 0 0 3%;
    width: 29%;
    vertical-align: top;
}

.vol_part_id {
    color: #2196f3;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}

.vol_home_part_id {
    /*color: #d80704;*/
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 0 5px;
}

.vol_part_id_indus {
    color: #333;
    /*text-decoration:underline;*/
    font-size: 16px;
    /*font-weight:bold;*/
}

.product_detail_info {
    box-sizing: border-box;
    padding: 0px 2px;
}

.product_describtion {
    word-break: break-all;
    display: inline-block;
    /*width:100%;*/
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.fits_vehicle, .fits_lester {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px 0;
}

.interchanges {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 10px 0;
}

.notespartdetails {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.product_detail_title {
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0px 5px 0;
    color: #1376af;
}

/*.list_view_fits {
    padding:0px;
    display:inline-block;
    margin:5px 0px;
}

.list_view_fits li{
    color:#464749;
    font-size:14px;
    margin:5px 0px;
    display:inline-block;
    padding : 0px 2px;
    line-height : 15px;
}*/
.list_view_fits {
    color: #464749;
    font-size: 14px;
    /*margin:5px 0px;*/
    display: inline-block;
    padding: 0px 2px;
    /*line-height : 15px;*/
}
    /*.list_view_fits li:after {
  content: ", ";
}
.list_view_fits li:last-child:after {
    content :"";    
}*/

    .list_view_fits:not(:first-child):before {
        content: ", ";
    }

    .list_view_fits a {
        color: #4665a4;
        /*width:60px;*/
        display: inline-block;
        margin-right: 5px; /*venkhat wrote this line*/
    }

.product_more_info {
    text-decoration: underline;
    color: #464749;
}

.product_notes {
    margin: 20px 0px 5px 0px;
    font-size: 15px;
}

.head_parts_more {
    /* border-bottom: 1px dashed #606060; */
    display: inline-block;
    width: 100%;
}

.parts_more_info {
    font-size: 14px;
    padding: 0px;
    text-decoration: none;
}
/******************Right home page product start***********************************/
.browse_our_product {
    padding: 10px;
    /*text-align:center;*/ /*commented by venkhat*/
    vertical-align: top;
}

.product_browse_home li {
    text-align: center;
    display: inline-block;
    margin: 10px;
    width: 100px;
    vertical-align: top;
}

    .product_browse_home li .product_round {
        background: #ecf8ff;
        border-radius: 20%;
        width: 100px;
        height: 100px;
        display: inline-block;
        /*border:1px solid #c5c5c5;*/
        padding-bottom: 8px;
    }

    .product_browse_home li img {
        /*padding:20px;*/
        display: block;
        box-shadow: 1px 2px 3px 1px #888888;
        border-radius: 15%;
    }



/**********************Slider left side********************************/
tbody.Application {
    display: none;
}

.part_details_img_container {
    padding: 0 20px;
    padding-bottom: 40px;
}

/*.gallery {
    float:left;
    width:49%;
    margin:0 1% 0 0;
    display:contents;
}*/
.prod_img {
    width: 100%;
    min-height: 310px;
    padding: 0px;
    padding-right: 5px;
    max-height: 310px;
    height: 310px;
    margin-bottom: 20px;
    position: relative;
}

.product_youtechname_desc {
    font-size: 19px;
    color: #333030;
    margin: 0 0 10px 10px;
    font-style: italic;
    font-weight: bold;
    display: inline-block;
}

.youtech_part_txt {
    margin: 0 0 0 5px;
    font-size: 16px;
    color: #5a5858;
    font-weight: normal;
}

.product_name_desc {
    font-size: 20px;
    color: #fc4e07;
    margin: 10px 0px;
    display: inline-block;
}

.Competitor {
    /*display:inline-block;*/
    /*width:50%;*/
    vertical-align: top;
    margin: 0px 0px 0 0;
}


.CartDetails h3 {
    color: #2474a9;
    font-size: 18px;
    margin: 0 0 10px 0;
    /*font-family: poppins;*/
    margin: 20px 0;
}

.CartDetails table th {
    background: #e8e8e8;
    font-size: 16px;
    color: #000;
    /*    font-weight: 600;*/
    text-align: center;
    padding: 12px 8px;
    /*font-family: poppins;*/
}


.CartDetails table td {
    font-size: 16px;
    color: #000;
    text-align: center;
    vertical-align: middle;
}


.price_right_aln {
    text-align: right !important;
}

.mr-10 {
    margin-right: 10px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px
}

.back_icon_desc {
    background: #0cb867;
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 5px;
    float: right;
    padding: 3px 5px 3px 10px;
    margin: 5px 10px 0px 0px;
}


.back_icon_new {
    color: #fff;
    /*background: #8a8a8a;*/
    background: #2a8fc4;
    padding: 6px 10px 5px 10px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    float: right;
    margin: 5px 0 0 10px;
    font-size: 14px;
}

    .back_icon_new i {
        padding: 0 10px 0 0;
    }

.add_minus_countunit {
    float: right;
    margin: 6px 10px 0 0;
    border-radius: 4px;
}

    .add_minus_countunit input {
        width: 40px;
        line-height: 20px;
        border: 1px solid #ccc;
        padding: 1px 0 1px 5px;
    }

.Attribute {
    position: relative;
    margin: 0px 0 0 0;
    z-index: 99;
}

    .Attribute table {
        /*max-height: 280px;
    overflow: auto;*/
        /*position: absolute;*/

        width: 100%;
        /*border:1px solid #ccc;
    border-top:none;*/
    }

        .Attribute table tbody tr {
            width: 100%;
            max-width: 100%;
            min-width: 100%;
            display: inline-table;
        }

    .Attribute h3, .Competitor h3, .Application h3 {
        color: #2474a9;
        font-size: 21px;
        margin: 0px 0 10px 0;
    }

.Application {
    margin-top: 16px;
}

/*.Attribute table table, .Competitor table, .part_break_down table,.Applicationtest table{
    border:none;
}*/


.Attribute table thead th, .Competitor table tbody th, .Competitor table thead th, .part_break_down table thead th {
    background: #e8e8e8;
    font-size: 18px;
    color: #1d1c1c;
    /*width:50%;*/
    border-right: none;
    /*text-align:left;*/
}

.Attribute h2, .competitor h2, .part_break_down h2, .Applicationtest h2, .unit_number h2 {
    /* background:#2474a9;*/
    font-size: 18px;
    color: #fff;
    /*width:50%;*/
    border-right: none;
    /*text-align:left;*/
    padding: 8px 6px;
}


.loginmessage {
    display: inline-block;
}

.alert-danger {
    padding: 3px;
}

.part_rtop_overflow {
    max-height: 100% !important;
    /*min-height:275px !important;*/
    overflow-y: auto;
    /*display: inline-block;
    width: 100%;*/
    /*border-bottom: 1px solid #ccc;*/
}

.part_breakdown_overflow {
    max-height: 250px;
    /*min-height:250px;*/
    margin-bottom: 20px;
    overflow-y: auto;
    /*display: inline-block;
    width: 100%;*/
}

.part_desc_overflow {
    max-height: 250px;
    /*min-height:250px;*/
    margin-bottom: 20px;
    overflow-y: auto;
    /*display: inline-block;
    width: 100%;*/
}

    .part_desc_overflow td span {
        padding: 0 5px 0 0;
        display: inline-block;
        vertical-align: top;
    }

.table_scroll {
    /*min-height: 150px;*/
    max-height: 275px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
    border: 1px solid #2474a9;
}

.table_scroll-x {
    overflow-x: auto;
}



.Attribute table tbody td, .Competitor table tbody td {
    width: 50%;
    font-size: 15px;
    /*text-align:left;*/
}
/*.Competitor.bom table tbody td:first-child{
    width:200px;
}
.Competitor.bom table tbody td:nth-child(2) {
    width: 200px;
}
.Competitor.bom table tbody td {
    width: 100px;
}*/

.Competitor.bom table {
    width: auto;
}

.Competitor.bom .part_rtop_overflow {
    width: fit-content;
}

.Competitor.bom table tr td {
    width: auto;
}

.Competitor.reference table {
    width: auto;
}

.Competitor.reference .part_rtop_overflow {
    width: fit-content;
}

.Competitor.reference table tr td {
    width: auto;
}

.Competitor.related table {
    width: auto;
}

.Competitor.related .part_rtop_overflow {
    width: fit-content;
}

.Competitor.related table tr td {
    width: 150px;
}

    .Competitor.related table tr td:nth-child(2) {
        width: 250px;
    }

.Competitor.buyer table {
    width: auto;
}

.Competitor.buyer .part_rtop_overflow {
    width: fit-content;
}

.Competitor.buyer table tr td {
    width: auto;
}


.unit_number table tbody tr td:nth-child(2) {
    width: 80%;
    word-wrap: break-word;
}

.Applicationtest {
    /*margin:0 0 0 0;
    clear:both;*/
    /*display:inline-block;
    width:100%;*/
}

.margin_clear {
    margin: 0 0 0 0;
    display: inline-block;
    /*clear:both;*/
    /*display:inline-block;
    width:100%;*/
}

.Applicationtest thead th {
    background: #e8e8e8;
    font-size: 18px;
    color: #1d1c1c;
    /* width: 50%; */
    border-right: none;
    /* text-align: left; */
}

.supplier_desc {
    font-size: 24px;
    color: #fc4e07;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

.supplier_part_num {
    font-size: 17px;
    color: #847f7f;
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}

.price_head {
    color: #555;
}

.supplier_price {
    font-size: 17px;
    font-weight: bold;
    color: #fc4e07;
    margin: 0 0 25px 0;
    display: inline-block;
    width: 100%;
    font-style: italic;
}

.supplier_desc_head {
    font-weight: bold;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0 0 5px 0;
    color: #555;
}

.gallery .previews, .gallery .full, .gallery .desc {
    float: right;
    margin-right: 0px;
    text-align: center;
}

.previews img {
    width: 50px !important;
    max-width: 50px !important;
    max-height: 50px;
}

.grd-ttl {
    margin: 8px 0px;
}

.gallery .desc, .gallery .full {
    width: 460px;
    padding: 24px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-height: 310px;
    max-height: 310px;
    float: left;
}

    .gallery .full img {
        max-width: 300px;
        max-height: 190px;
        display: inline-block;
        vertical-align: middle;
    }

    .gallery .desc h2 {
        margin-top: 0;
    }

.gallery .previews a {
    display: block;
    margin-bottom: 10px;
}

.gallery .full {
    border: 1px solid #e1e4e6;
}
/*.gallery .previews a:hover, .gallery .previews a.selected {
border: 1px solid #ccc;
}*/

.previews a.selected {
    border: 1px solid #fff;
}

.gallery .full img:hover {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}



.right_desc_gallery {
    float: right;
    width: 50%;
}


/******************Right home page product end***********************************/


/******************Image Thumbnail Slider***********************************/

.slider {
    margin: 0;
    padding: 0;
}

.slider {
    width: 600px;
    /* height: 660px; */
    position: relative;
    padding-top: 460px;
    padding-bottom: 25px;
    /* padding-left: 40px; */
    margin: 65px auto;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}


    /*Last thing remaining is to add transitions*/
    .slider > img {
        /*position: absolute;
	left: 0; top: 0;
	transition: all 0.5s;*/
        position: fixed;
        width: 440px;
        height: 440px;
        /*top: calc(50% - 315px);*/
        left: calc(50% - 220px);
        transition: all 0.5s;
    }

    .slider input[name='slide_switch'] {
        display: none;
    }

    .slider label {
        /*Lets add some spacing for the thumbnails*/
        margin: 18px 0 0 18px;
        border: 3px solid #999;
        float: left;
        cursor: pointer;
        transition: all 0.5s;
        /*Default style = low opacity*/
        opacity: 0.6;
    }

        .slider label img {
            display: block;
        }

    /*Time to add the click effects*/
    .slider input[name='slide_switch']:checked + label {
        border-color: #666;
        opacity: 1;
    }
    /*Clicking any thumbnail now should change its opacity(style)*/
    /*Time to work on the main images*/
    .slider input[name='slide_switch'] ~ img {
        opacity: 0;
        transform: scale(1.1);
    }
    /*That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect
*/
    .slider input[name='slide_switch']:checked + label + img {
        opacity: 1;
        transform: scale(1);
    }
/*Clicking on any thumbnail now should activate the image related to it*/

/******************thumbnail sliderW end***********************************/











/**********************Layout styles*******************/

.input {
    font-size: 16px;
    color: #000000;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: #eff6ff;
    padding: 0 5px 0 30px;
}

    .input:focus {
        padding-left: 5px;
    }

        .input:focus + .focus-input::after {
            top: -22px;
            font-size: 18px;
        }

        .input:focus + .focus-input::before {
            width: 100%;
        }

.has-val.input + .focus-input::after {
    top: -22px;
    font-size: 18px;
}

.has-val.input + .focus-input::before {
    width: 100%;
}

.has-val.input {
    padding-left: 5px;
}

.focus-input {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        background: #f44336;
    }

.fa_user::after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #394758;
    content: '\f007';
    display: block;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.fa_key::after {
    font-family: FontAwesome;
    font-size: 22px;
    color: #394758;
    content: '\f023';
    display: block;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.container_login_form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login_form_btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 45px;
    border-radius: 0px;
    background: #f44336;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login_form_btn::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-color: #f44336;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login_form_btn:hover {
        color: #fff;
    }

        .login_form_btn:hover:before {
            opacity: 0;
        }
/*login page end*/

/*sub-header*/

.sub_header {
    padding: 30px;
    margin: 0px auto;
    background: url('../images/newimages/bg-subheader.jpg');
    background-size:cover;
    z-index: -1;
    opacity: 0.75;
    color: #fff;
}

/*subheader*/

.subheader_title > h2 {
    color: #eceff3;
    margin-top: 80px;
    font-size: 32px;
    letter-spacing: 3px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform: uppercase;
    display: contents;
}

.subheader_title .subdetail {
    float: right;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #fff;
}

    .subheader_title .subdetail li {
        display: inline-block;
        color: #fff;
    }

        .subheader_title .subdetail li a {
            color: #b1b1b1;
        }

.contactus {
    padding: 25px 0 !important;
}

    .contactus label {
        margin-bottom: 5px;
    }

    .contactus h3 {
        color: #3e3e3e;
        font-size: 26px;
        font-style: normal;
        font-weight: normal;
        line-height: 30px;
        margin-bottom: 25px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .contactus p {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 1px;
        margin: 0px 0px 10px;
    }

.text-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0;
    /*padding:40px;*/
    /*color:#777;*/
    font-size: 18px;
}

.contact_sendbutton {
    float: left;
    margin-top: 10px;
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    background: #226233;
    border: 1px solid #226233;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .contact_sendbutton:hover {
        background: #226233;
        border: 1px solid #226233;
    }

.text-box .form-control {
    border-radius: 1px;
}

.location_map {
    width: 100%;
    height: 300px;
    padding: 5px;
    border: 5px solid #e8e8e8;
}

.Applicationtest table tr td a {
    display: block;
    padding: 4px;
}

.Applicationtest table tbody tr td {
    width: 32%;
}

.aboutus_page h3 {
    color: #3e3e3e;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aboutus_page {
    padding: 25px 0 !important;
}

    .aboutus_page h3:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #226233;
        position: absolute;
        bottom: -10px;
        left: 15px;
    }

.aboutus_text {
    font-size: 18px;
    line-height: 2;
}

    .aboutus_text p {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 15px;
        text-align: justify;
        text-justify: inter-word;
    }

    .aboutus_text h4 {
        font-size: 18px;
        font-weight: 600;
    }










/**************************Description slider image thumbnail slider**********************************/

#sync1 .item {
    background: #0c83e7;
    padding: 80px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#sync2 .item {
    background: #C9C9C9;
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    #sync2 .item h1 {
        font-size: 18px;
    }

#sync2 .current .item {
    background: #0c83e7;
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*='owl-'] {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .owl-theme .owl-nav [class*='owl-'].disabled:hover {
            background-color: #D6D6D6;
        }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }












/******************Footer part design*********************/
.display_height {
    min-height: 750px;
}

.footer_main {
    background: #FFFFFF;
    padding: 10px 0px;
    position: fixed; /*Venkhat wrote this code*/
    bottom: 0; /*Venkhat wrote this code*/
}

.footer_logo {
    display: inline-block;
    text-align: left;
    float: left;
}

    .footer_logo img {
        float: left;
    }

    .footer_logo p {
        margin: 20px 0 0 10px;
    }

        .footer_logo p a {
            color: #323233;
            font-size: 16px;
        }

.info_login_account {
    background: url(../images/info_icon.png) no-repeat 75px center;
    font-size: 11px;
    background-size: 11px;
    /* padding-left: 25px; */
    text-align: center;
    margin-top: 5px;
}

    .info_login_account:hover {
    }

.textinfo {
    vertical-align: sub;
}

.footer_main_login {
    background: #FFFFFF;
    padding: 10px 0px;
    /*position:fixed;*/
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.mobile-menu-icons {
    display: none;
}

.menu_right ul {
    padding-right: 90px;
}

.login_btn_withoutlogin ul {
    padding-right: 50px;
}

@media screen and (max-width: 1300px) {
    .mobile_design_change {
        margin: 0 4% 0 0;
    }
}


@media screen and (max-width: 1180px) {
    .product_info_block {
        width: 35% !important;
    }

    .gallery .desc, .gallery .full {
        max-width: 400px;
    }

        .gallery .full img {
            max-width: 100%;
        }

    .drop_down {
        max-width: 125px;
    }

    .dropdown_top {
        right: 23%;
    }

    .wrapper {
        width: 98%;
        padding: 0 1%;
    }

    .contact_us_header {
        margin: 0 0 0 5%;
    }

    .part_search_form {
        width: 43%;
    }

    .search_top {
        min-width: 190px;
        width: 190px;
    }

    .purchase_search_form {
        margin: 10px 0px;
    }

    .purchase_search_tools_main {
        display: inline-block;
        width: 100%;
    }

    .bill_address, .ship_address {
        width: 30% !important;
    }
}

@media screen and (max-width: 1080px) {

    .width_50per {
        width: 49% !important;
    }

    .youtech_product_notes_appl {
        width: 20%;
    }
    /*.interchanges {
        width:45%;
    }*/
    .gallery .desc, .gallery .full {
        max-width: 350px;
    }

    .vol_spec_details {
        width: 51%;
    }

    .vol_spec_details_indus {
        width: 38%;
    }

    .part_search_form {
        width: 40%;
    }

    .search_top {
        min-width: 140px;
        width: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .purchase_textarea {
        width: 100%;
    }

    .add_minus_count input {
        min-width: 35px !important;
        max-width: 37px !important;
    }

    .drop_down {
        max-width: 115px;
    }
    /*.search_top {
        min-width:300px;
    }*/
    .part_search_form {
        width: 40%;
    }

    .single_product_newproduct {
        width: 47% !important;
    }

    .width-24 {
        width: 30% !important;
    }

    .vol_spec_details {
        width: 50%;
    }

    .vol_spec_details_indus {
        width: 33%;
    }

    .gallery .desc, .gallery .full {
        max-width: 320px;
    }

    .part_search_form {
        width: 35%;
    }

    .dropdown_top {
        padding: 0;
        margin-left: 2px;
    }

    .search_top {
        min-width: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .mobile-menu-icons {
        display: block;
        position: absolute;
        top: 17px;
        right: 10px;
        font-size: 23px;
    }

    #menuicon i {
        color: #fc5007;
        margin: 20px 10px 0 0;
        font-size: 24px;
        cursor: pointer;
    }

    #menuicon {
        display: inline-block;
        float: right;
        padding: 0px 30px;
    }

    .menu {
        display: none;
        background: #f5f5f5;
        width: 80%;
        position: absolute;
        top: 55px;
        height: auto;
        z-index: 9999;
        right: 0px;
        box-shadow: 0px 5px 2px 0px #5454548c;
    }

        .menu ul li {
            display: block;
            text-align: left;
            padding: 0px;
            margin: 0px;
        }

            .menu ul li a {
                color: #fff;
                padding: 10px;
                margin: 0px;
                display: block !important;
            }

                .menu ul li a:hover {
                    background: #333;
                    color: #fff;
                }

    .login_btn_withoutlogin ul {
        float: right !important;
    }
    /*.cart_block a span{
        display:none;
    }*/
    .cart_block-text {
        display: none;
    }

    .cart_block a span.cart_show_num {
        display: block;
    }

    .menu_right > ul > li.cart_block a img {
        width: 30px;
    }

    .search_top {
    }

    .toll-free {
        display: none;
    }

    .cart_block-text {
        display: none;
    }

    .cart_block {
        margin-top: 5px !important;
    }

    .menu_right > ul > li.cart_block > a {
        padding: 15px 18px 12px 15px !important;
    }

    .menu_right ul {
        padding-right: 0px;
    }

    .menu_right > ul > li > a {
        padding: 20px 5px 20px 10px !important;
    }

    .login_btn_withoutlogin.menu_right > ul > li > a {
        padding: 12px 5px 20px 10px !important;
    }

    .menu_right {
        float: right;
        width: 36%;
    }

        .menu_right > ul {
            float: left;
        }

    .cart_show_num {
        margin-left: 0px;
        top: -17px;
    }

    .clear_both-mobile {
        clear: both;
    }

    .footer_email {
        display: none;
    }
}


@media screen and (max-width: 960px) {
    .over_scroll {
        width: 100%;
        position: relative;
        overflow-x: auto;
        padding: 10px 0px;
    }

    .form_main_part {
        width: 960px;
        margin: 0px auto;
    }

    .dropdown_top {
        padding: 0;
        margin-left: 2px;
    }

    .search_top {
        min-width: 75px;
        width: 75px;
    }

    .footer_area {
        position: relative;
        overflow-x: hidden;
    }

    .menu_right {
        float: right;
        width: 38%;
    }
}

@media screen and (max-width: 959px) {

    .bill_address, .ship_address {
        width: 100% !important;
        margin: 0 0 10px 0px;
    }

    .order_details {
        width: 100% !important;
    }

    .mobile_design_change {
        display: block;
        width: 100%;
        float: right;
        padding: 10px 0 0 0;
    }

    .parts_details_top {
        margin: 0px;
        width: 100%;
        display: inline-block;
    }

    .part_left_side {
        width: 100%;
    }

    .main_left_right_div {
        display: inline-block;
    }

    .parts_right_side {
        width: 100%;
    }

    .search_icon {
        top: 0;
    }

    .right_fixed_menu {
        display: none;
    }




    .left_side {
        width: 34%;
    }

    .right_side {
        width: 64%;
    }

    .top_menu, .contact_us_header, .sec_menu {
        display: none;
    }

    .home_mobile_icon {
        display: block;
        float: left;
    }

        .home_mobile_icon a {
            color: #fff;
        }

    .cart_count {
        color: #fff;
    }
    /*.search_top {
        min-width:400px;
    }*/
    .mobile_icon {
        display: block;
        float: right;
        margin: 35px 0% 0 0;
        cursor: pointer;
        position: relative;
    }

    .welcome_user {
        margin: 15px 10px 0 0;
    }

    .mobile_menu {
        background: #2474a9 none repeat scroll 0 0;
        padding: 10px 0px;
        right: -90%;
        visibility: hidden;
    }

        .mobile_menu li {
            display: block;
            padding: 15px 20px;
            text-align: center;
        }

    .contacnt_mobile_head {
        font-size: 16px;
        color: #fff;
        text-align: center;
        display: block;
        background: #3a8abf;
        padding: 10px 0px;
    }

    .contact_header_order_list {
        text-align: center;
    }

        .contact_header_order_list li {
            display: inline-block;
        }

    .mobile_ani {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 22%;
        visibility: visible;
        z-index: 999;
        -webkit-animation: dude .75s 1 forwards;
        animation: dude .75s 1 forwards;
        border-top: 3px solid #3A8ABF;
    }

    @-webkit-keyframes dude {
        0% {
            right: -90%;
        }

        100% {
            right: 1%;
        }
    }

    @keyframes dude {
        0% {
            right: -90%;
        }

        100% {
            right: 1%;
        }
    }

    #toPopup {
        left: 35%;
    }
}

@media screen and (max-width: 900px) {

    .menu ul li a {
        padding: 30px 5px 30px 10px;
    }

    .toll-free {
        padding: 10px 5px 0px 0%;
    }

    .product_youtechname_desc {
        margin: 0 0 10px 0px;
    }

    .gallery .desc, .gallery .full {
        max-width: 260px;
        min-height: 240px;
        max-height: 240px;
    }

    .previews {
        max-height: 240px;
    }

    .mobile_over_flow > table {
        width: 900px;
    }

    .second_menu a {
        font-size: 14px;
    }

    .search_top {
        font-size: 14px;
    }

    .part_search_form {
        width: 50%;
    }

    .search_top {
        min-width: 150px;
        width: 150px;
    }

    .subheader_title > h2 {
        margin-top: 80px;
        font-size: 24px;
        letter-spacing: 3px;
        float: left;
        padding-right: 40px;
        margin-right: 40px;
    }

    .sub_header {
        padding: 20px;
    }

    .contactus h3, .aboutus_page h3 {
        font-size: 22px;
        line-height: 20px;
    }

    .subheader_title .subdetail {
        margin-top: 5px;
    }

    .menu_right {
        float: right;
        width: 43%;
    }
}

@media screen and (max-width: 800px) {
    /*.single_product {
        width:48%;
        margin:10px 5px;
    }*/
    .add_minus_count input {
        min-width: 30px !important;
        max-width: 35px !important;
        font-size: 14px !important;
    }

    .button_Addcard {
        padding: 3px 8px !important;
    }

    .gallery .desc, .gallery .full {
        max-width: 220px;
    }

    .logo {
        margin: 10px 0px;
    }

    .part_search_form {
        height: 31px;
        line-height: 31px;
        position: relative;
        width: 100%;
        /*background:#fff;*/
    }

    .search_top {
        min-width: 100%;
    }

    .part_search_form {
        width: 50%;
    }

    .search_top {
        min-width: 120px;
        width: 120px;
    }

    .second_menu {
        float: left;
        margin: 20px 0 0 0;
    }

    .single_product_newproduct, .width-24 {
        width: 98% !important;
    }

    .youtech_product_spec, .voltux_product_spec {
        width: 22%;
    }

    .menu_right {
        float: right;
        width: 51%;
    }
}


@media screen and (max-width: 780px) {

    .fixed {
        overflow: hidden;
    }

    #menuicon i {
        color: #fc5007;
        margin: 20px 10px 0 0;
        font-size: 24px;
        cursor: pointer;
    }

    #menuicon {
        display: inline-block;
        float: right;
        padding: 0px 20px;
    }

    .login_btn_withoutlogin ul {
        padding-right: 0px;
    }

    .menu {
        display: none;
        background: #f5f5f5;
        width: 80%;
        position: absolute;
        top: 55px;
        height: auto;
        z-index: 9999;
        right: 0px;
        box-shadow: 0px 5px 2px 0px #5454548c;
    }

        .menu ul li {
            display: block;
            text-align: left;
            padding: 0px;
            margin: 0px;
        }

            .menu ul li a {
                color: #fff;
                padding: 10px;
                margin: 0px;
                display: block !important;
            }

                .menu ul li a:hover {
                    background: #333;
                    color: #fff;
                }
}


@media screen and (max-width: 680px) {

    .prod_desc_tab > li > a {
        padding: 15px 5px 10px 5px !important;
    }

    .panel-body-title {
        font-size: 18px !important;
    }

    .footer_area {
        line-height: 1.25;
        overflow-x: hidden !important;
    }

    .site-info.powered-by-text {
        width: 100%;
        text-align: center;
    }

    .dropdown_top {
        right: 26% !important;
    }

    .search_top {
        padding: 4px 55% 4px 10px !important;
    }

    .voltux_product_spec {
        float: left;
    }

    .youtech_product_spec {
        float: right;
        text-align: right;
    }

    .youtech_product_notes_appl {
        width: 100%;
    }

        .youtech_product_notes_appl .spec_heading {
            text-align: center !important;
        }

    .vol_spec_details, .vol_spec_details_indus {
        width: 100%;
    }

    .youtech_product_spec, .voltux_product_spec {
        width: 48%;
    }

    .voltux_product_spec {
    }

    table td .add_minus_count {
        float: none;
        width: 110px;
    }

    .mobile_overflow {
        overflow-x: auto;
    }


    .purchase_search {
        width: 300px;
    }

    #toPopup {
        left: 30%;
    }

    .gallery .desc, .gallery .full {
        max-width: 200px;
    }

    .part_search_form {
        width: 55%;
    }

    .dropdown_top {
        margin-left: 8px;
    }

    /*.previews {
        max-height: 340px;
    }*/
}


@media screen and (max-width: 640px) {

    .product_info_block {
        width: 35% !important;
    }

    .right_desc_gallery {
        float: left;
        width: 50%;
        margin: 10px 0 0 5%;
    }

    #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pager {
        display: none;
    }

    .width_50per {
        width: 100% !important;
    }

    .width_49per {
        width: 100% !important;
    }

    .mobile_none {
        display: none;
    }

    .menu_right > ul > li.cart_block > a {
        padding: 15px 14px 7px 12px !important;
    }

    .menu_right > ul > li.cart_block a img {
        width: 26px !important;
    }

    .select_items_main.display_100_per {
        display: none;
    }

    .order-table {
        overflow: auto;
    }

    /*.right_desc_gallery {
        width:100%;
        margin:10px 0 0 0;
    }*/

    .Attribute {
        position: relative;
    }

        .Attribute tbody {
            position: relative;
        }

    .gallery {
        width: 100%;
    }

        .gallery .desc, .gallery .full {
            max-width: 220px;
            min-height: 240px;
            max-height: 240px;
            margin: 20px 0 0 0;
        }
    /*.gallery .previews, .gallery .full, .gallery .desc {
            float:right;
        }*/

    .single_product {
        width: 97%;
    }

    .single_product_newproduct, .width-24 {
        width: 97% !important;
    }

    .right_side {
        width: 100%;
    }

    .left_side {
        display: none;
    }

    div#popup_content {
        overflow-y: scroll;
        max-height: 250px;
    }

    .logo {
        float: left;
        margin: 6px 0;
    }

    .search_parts_key {
        display: inline-block;
        margin: 0px 0 0px 0;
        vertical-align: top;
        width: 100%;
    }


    .single_product {
        overflow: auto;
    }

    .single_product_notes {
        overflow: auto;
    }

    #toPopup {
        left: 50%;
        max-width: 300px;
        min-width: 150px;
    }

    .sign_field {
        width: 100%;
        margin: 10px 0px;
    }

    .part_search_form {
        width: 57%;
    }

    .menu_right {
        float: right;
        width: 100%;
        border-top: 1px solid #dedede;
    }

        .menu_right.login_btn_withoutlogin {
            width: auto;
        }

    .featuredPostSlider img, .featuredPostSlider_new img, .featuredPostSlider_unit img, .featuredPostSlider_unit_home img, .featuredPostSlider_get_unit_home img {
        max-width: 300px !important;
    }

    .breadcrumb, .title_back_btn {
        padding: 0 0 8px 0 !important;
    }
}


@media screen and (max-width: 540px) {

    .right_desc_gallery {
        margin: 20px 0 0 4%;
        width: 100%;
    }

    .gallery .desc, .gallery .full {
        max-width: 100%;
        min-height: 220px;
        max-height: 220px;
        margin: 20px 0 0 0;
    }

    .product_youtechname_desc {
        font-size: 17px;
        margin: 5px 0;
    }


    .youtech_product_spec, .voltux_product_spec {
        width: 40%;
    }


    .part_details_list {
        max-height: 120px;
    }

    .mobile_ani {
        top: 25%;
    }

    .menu_right {
        float: right;
        width: 100%;
        border-top: 1px solid #dedede;
    }
}

@media screen and (max-width: 480px) {
    .multi_location_block {
        width: 100% !important;
        float: left !important;
    }

    .youtech_product_spec, .voltux_product_spec {
        width: 95%;
        margin: 0 0 0 4%;
    }

    .voltux_product_spec, .youtech_product_spec {
        text-align: left;
    }

    .menu_right > ul > li.cart_block > a {
        padding: 15px 14px 7px 12px !important;
    }

    .menu_right > ul > li.cart_block a img {
        width: 26px !important;
    }

    .gallery .desc, .gallery .full {
        max-width: 280px;
        min-height: 280px;
        max-height: 280px;
    }

    .previews {
        max-height: 270px;
    }


    .home_menu_top a, .cart_menu_top a, .login_menu_top a, .welcome_user span {
        font-size: 15px;
    }

    .home_menu_top a, .cart_menu_top a, .login_menu_top a {
        margin: 0 5px;
    }

    .purchase_search, .purchase_drop_down {
        width: 200px;
    }
}

.Noteinput {
    width: 60%;
    border-radius: 5px !important;
    border: 1px solid #606060;
    background: #fff;
    margin: 5px 10px 0 0;
    height: 55px;
    padding: 10px;
    font-size: 14px !important;
}

.Notesbtn {
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    background: linear-gradient(#3880bf, #022e94);
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 0px;
    cursor: pointer;
}

.Erasebtn {
    color: #fff;
    border: none;
    font-size: 15px;
    border-radius: 5px;
    background: linear-gradient(#F08F8F, #E12222);
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 12px;
    cursor: pointer;
}

#Message_Update {
    vertical-align: -webkit-baseline-middle;
    font-size: 12px;
}

#footerip {
    float: right;
    margin: 20px 0 0 10px;
}

.red {
    color: indianred;
}

.color_original {
    color: black;
}

.right_align {
    text-align: right !important;
}

table#DataTableViewer td {
    text-align: center;
}


@media screen and (max-width: 410px) {

    .gallery .desc, .gallery .full {
        max-width: 230px;
        min-height: 230px;
        max-height: 230px;
    }

    .previews {
        max-height: 220px;
    }

    .dropdown_top {
        padding: 0 2px !important;
    }

    .part_search_icon {
        padding: 0px 6px !important;
    }

    .second_menu .submenu_btn {
        margin: 4px 8px !important;
    }

    .featuredPostSlider img, .featuredPostSlider_new img, .featuredPostSlider_unit img, .featuredPostSlider_unit_home img, .featuredPostSlider_get_unit_home img {
        max-width: 230px !important;
    }

    .featuredPostSlider img, .featuredPostSlider_new img, .featuredPostSlider_unit img, .featuredPostSlider_unit_home img, .featuredPostSlider_get_unit_home img {
        margin-left: -38% !important;
    }

    .product_info_block {
        width: 45% !important;
        top: 5% !important;
    }
}


@media print {
    #Invoice_Panel {
        width: 100%;
    }

    #ShoppingParttypeList {
        position: relative;
        display: table;
        table-layout: fixed;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
        height: auto;
    }

    .purchase_decoupler_grid th {
        background: #dedede;
        text-align: center;
    }

    #Tbl_ShoppingCart_tbody_Invoice tr td {
        text-align: center;
    }

        #Tbl_ShoppingCart_tbody_Invoice tr td.right_align {
            text-align: right;
        }

    .border_bottom_dashed, h4, .order_details_head {
        border-bottom: 1px dashed #c2c2c2 !important;
    }

    body {
        background-color: white;
    }

    * {
        background: initial;
    }

    .note-txt-hist {
        color: #ff1414;
    }

    .note-txt {
        color: #ff1414;
    }
}

@page {
    background: initial;
    size: auto; /* auto is the current printer page size */
    margin: 20px; /* this affects the margin in the printer settings */
    border: none;
}


/*opticat*/

@media screen {
    .printable {
        display: none;
    }

    .non-printable {
        display: block;
    }
}

@media print {

    section, .alert-popup, .header, .footer, .printable, .main-header, .footer_area, .text-center {
        display: none;
    }

    .search_part_main {
        display: none;
    }

    .order-status-div {
        display: none;
    }

    .panel-heading {
        display: none;
    }

    .panel-default {
        border: 0px solid transparent;
    }

    .non-printable {
        display: none;
    }

    .panel-body-title {
        border-bottom: 0px solid transparent;
    }

    .invoice_logo {
        border: 0px solid transparent;
    }

    .panel-collapse {
        position: absolute;
        max-width: none;
        width: 100%;
        margin: auto;
        top: 0px;
    }

    .note-txt-hist {
        color: #ff1414;
    }

    .note-txt {
        color: #ff1414;
    }

    .print-div {
        display: none;
    }
    /*.printable { display: block;}*/

}

.home_billing_adress .input_cart_address {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 15px;
    padding: 1px 6px;
    margin: 1px 0px;
}


/*Muruganandham Css*/


.label-text {
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.login_header_reset {
    margin: 20px 0;
    text-align: center;
}


.resetpassword {
    width: 600px;
    margin: 20px auto;
    box-shadow: 0 0 5px #ccc;
    padding: 25px;
}

    .resetpassword p {
        margin-bottom: 10px;
    }

.button-div {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 10px;
    font-size: 0.9375rem;
    line-height: 1;
    border-radius: 1px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.button-submit {
    color: #fff;
    background-color: #0f6cb2;
    border-color: #0f6cb2;
}

    .button-submit:hover {
        color: #fff;
        background-color: #0f6cb2;
        border-color: #0f6cb2;
    }

.inline-div {
    display: inline-block;
}

.inlineblock_100 {
    display: inline-block;
    width: 100%;
}

.red-text {
    font-weight: bold;
    color: red;
    font-size: 12px;
}

.single_product_newproduct .add_out_of_stock, .single_product_newproduct .add_stock_in {
    text-align: center;
    float: none;
}

.add_stock_in {
    background-color: #66c309;
    text-align: center;
    padding: 3px 10px;
    float: right;
    font-size: 14px;
    width: auto;
    color: #fff;
    /* font-weight: 600; */
    line-height: 19px;
    border-radius: 3px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}


.add_out_of_stock {
    background-color: #ff3535;
    text-align: center;
    padding: 3px 10px;
    float: right;
    font-size: 14px;
    width: auto;
    color: #fff;
    /* font-weight: 600; */
    line-height: 19px;
    border-radius: 3px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/*jplist*/
/*.jplist .order-accordion .list{
    margin:0;
}

@media (max-width:768px){
    .payment-box{
        width:100%;
    }
    .jplist .list .list-item{
    padding:0;
}
}

.jplist .list{
    background:transparent!important;
}

  .jplist .list .list-item{
        margin-top:0!important;
    }
  .jplist-panel {
    color: #27252a;
    
    margin-left: 52px;
}*/
/*.jplist-panel.box.panel-top {display:none!important;}*/



.header-title {
    color: #3e3e3e;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

    .header-title:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #ff4f07;
        position: absolute;
        bottom: -10px;
        left: 5px;
    }

.ml-15 {
    margin-left: 15px;
}

.grd-ttl_hle {
    display: inline;
}



.right-side-notes {
    display: inline-block;
    float: right;
}


.note-txt-big {
    color: #ff1414;
    font-size: 16px;
    font-weight: 600;
}

.note-txt {
    color: #ff1414 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    padding: 0 10px;
}

.note-txt-hist {
    color: #ff1414 !important;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-flex;
    float: right;
}

#loader_mail #divProcessMessage {
    background-color: #444;
    opacity: .6;
}


#loader_mail #divProcessMessage {
    background-color: #444;
    opacity: .6;
}




.loader_mail_txt {
    width: 800px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.2em;
    z-index: 99999;
}

#loader_mail:after {
    content: '';
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.9;
    height: 100%;
    z-index: 9999;
}


.loader_mail_txt::before, .loader_mail_txt::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    -webkit-animation: load .7s infinite alternate ease-in-out;
    animation: load .7s infinite alternate ease-in-out;
}

.loader_mail_txt::before {
    top: 0;
}

.loader_mail_txt::after {
    bottom: 0;
}

@-webkit-keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 800px;
        height: 30px;
        width: 15px;
    }
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }

    50% {
        height: 8px;
        width: 40px;
    }

    100% {
        left: 800px;
        height: 30px;
        width: 15px;
    }
}


.banner .owl-item .item img {
    /*width:100%;*/
    vertical-align: top;
}

.home-footer {
    background: url(../images/newimages/home-contact.png) no-repeat center bottom;
    background-size: contain;
    padding: 30px 0 0 0;
    display: inline-block;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    background-color: #fbfbfb;
}


.home-contact-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.home-contact-title {
    font-size: 30px;
    font-style: normal;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

    .home-contact-title:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #ff4f07;
        position: absolute;
        bottom: -10px;
        left: 5px;
    }


.home-contact-sub-title {
    font-size: 23px;
    font-style: normal;
    margin-bottom: 20px;
    /*font-family: 'Poppins', sans-serif;*/
    position: relative;
    font-weight: 600;
    color: #f56228;
}

.home-contact-icon {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    font-size: 23px;
    color: #f56228;
}

.home-contact-text {
    display: inline-block;
    vertical-align: top;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

    .home-contact-text p a {
        color: #000;
    }

.mail-text a {
    color: #000;
}
.home-contact-text .mail-text a, .home-contact-text p a {
    display: block;
}
.contact-us-phone{
    margin-top:10px;
}
.contact-us-phone-text {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    /*font-weight: 600;*/
    display: inline-block;
    margin-right: 15px;
    width: 90px;
}

.contact-us-phone-number {
    display: inline-block;
    vertical-align: top;
}
.contact-us-phone-number-mail{
    margin-left:-43px;
}

.contact-us-phone-number a {
    display: block;
    line-height: 1.5;
}

.note_section {
    position: relative;
    margin: 0px 0 0 0;
}



    .note_section h2 {
        background: #2474a9;
        font-size: 18px;
        color: #fff;
        border-right: none;
        padding: 8px 6px;
    }



    .note_section .table_scroll {
        padding: 10px;
        line-height: 22px;
    }


.header-phone {
    float: right;
    padding: 18px 0;
    text-align: left;
    width: 300px;
}

    .header-phone .phone-icon-wrapper {
        width: 40px;
        margin-left: 50px;
        display: block;
        height: 42px;
        font-size: 30px;
        position: relative;
        float: left;
    }

    .header-phone .phone-info-wrapper > span:nth-last-child(1) {
        font-weight: 600;
        padding-top: 4px;
        display: block;
        color: #000;
        font-size: 15px;
    }

.home-details-tab .card-tabs .tabs li {
    display: inline-block;
    text-align: center;
    padding: 0;
    margin-right: 15px;
    text-transform: uppercase;
}


.home-details-tab .card-tabs {
    height: auto;
    line-height: 30px;
    padding: 0 10px;
}

.home-details-tab .tabs .tab a {
    color: #000;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

    .home-details-tab .tabs .tab a:hover, .home-details-tab .tabs .tab a.active {
        text-decoration: none;
        /*color: #d80704;*/
        font-weight: 600;
    }

    .home-details-tab .tabs .tab a:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #fff;
        display: block;
        margin: 0px auto;
    }

    .home-details-tab .tabs .tab a.active:after, .home-details-tab .tabs .tab a:focus.active:after, .home-details-tab .tabs .tab a:hover:after {
        content: '';
        background: #226233;
    }



.home-details-tab .card-content {
    display: inline-block;
    width: 100%;
    padding: 10px;
    /*margin-top: 10px;*/
}

#tblheader {
    background-color: #e8e8e8;
}

.promotion_desc {
    text-align: left;
    color: #105898;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: bolder;
    word-break: break-word;
}

.display_block {
    display: block;
}

.multi-location {
    background: #ec2f38;
    font-size: 16px;
    font-weight: 800;
    padding: 6px 10px 6px 10px;
    margin: 3px 0px;
    display: inline-block;
    color: #fff;
}

a.multi-location:hover {
    color: #fff;
    text-decoration: none;
}

.multi_location_text {
    margin-bottom: 7px;
    line-height: 22px;
}

    .multi_location_text span {
        font-weight: bold;
    }

.bg_color_dark {
    background: #226233;
}







.stock-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

    .stock-popup:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 6;
        background-color: #444;
        opacity: .4;
    }

.stock-popup-dialog {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: none;
    overflow: hidden;
    max-width: 600px;
    margin: 5% auto;
    z-index: 999;
    top: 30%;
}

.stock-popup-content {
    padding: 20px;
}

.stock-popup-title {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

.stock-popup-button-div {
    text-align: center;
    margin-top: 15px;
}

.stock-popup-button {
    color: #fff;
    padding: 6px 10px 6px 10px;
    margin: 5px 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #2a8fc4;
    cursor: pointer;
}

    .stock-popup-button:hover {
        color: #fff !important;
        text-decoration: none;
    }

.stock-popup-body-content {
    margin-bottom: 18px;
    font-size: 16px;
    text-align: center;
    color: #000;
}

    .stock-popup-body-content label {
        margin-right: 20px;
    }

        .stock-popup-body-content label span {
            margin-left: 5px;
        }

        .stock-popup-body-content label:last-child {
            margin-right: 0px;
        }

@media (max-width:650px) {
    .stock-popup-dialog {
        width: 95%;
        top: 25%;
    }
}

@media (max-width:560px) {
    .stock-popup-body-content label {
        display: block;
        margin-bottom: 15px;
    }
}

[data-title] {
    position: relative;
    cursor: help;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: -46px;
        padding: 10px;
        background: #000;
        color: #fff;
        font-size: 14px;
        white-space: normal;
        width: 325px;
        word-wrap: break-word;
        z-index: 9999;
        overflow: auto;
        max-height: 90px;
        font-size: 12px;
    }

    [data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 8px;
        border: 8px solid transparent;
        border-bottom: 8px solid #000;
        font-size: 12px;
    }

.roboto_font {
    font-family: cursive !important;
    font-size: 12px;
}
.form_main_part form {
    display: flex;
}
button.input_submit_search.futura_font.bg_color_blue {
    white-space: nowrap;
}
.part_drop_head h1 {
    white-space: nowrap;
}
.over_scroll {
    margin: 0px;
    height: auto;
}
body.user-logged-in .main-header:before {
    display: none;
}
.order-status-select-field {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0px;
}
.hopko-primary-btn {
    height: 30px;
    border: none;
    padding: 0px 20px;
    line-height: 30px;
    background: #226233;
    color: #fff;
}
.hopko-secondary-btn {
    height: 30px;
    border: none;
    padding: 0px 20px;
    line-height: 30px;
    background: #666666;
    color: #fff;
}

@media(max-width:991px) {
    .part_drop_head {
        flex-direction: column;
    }
    body.user-logged-in .menu_right {
        flex: 1 0 100%;
    }
}
_
/* ----- Static page ----- */
h2.static-page-title {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0px 20px;
    color: #226233;
}

h2.static-page-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid #226233
}
.static_page h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0px 15px;
}

.static_page h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0px 10px;
}

.static_page p {
    margin-bottom: 8px;
}

.static_page b {
    font-weight: 800;
}

.static_page ul {
    margin: 15px 0px;
}

.static_page ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px
}
.static_page ul li:before {
    content: '';
    background-image: url(../../Image/hopko-images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
}
