.Quote_cont{
    padding-bottom: 2%;
    background: #fbfbfb none repeat scroll 0 0;
    border: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 40px;
    width: 320px;
    z-index: 200;
}
.quote_content {
    padding-top:25px;

}

.btn_quote, .btn-continue {
    margin-bottom: 15px!important;
}

.wkbttn.wkqty{
    width: 47px;
    height: 47px;
    text-align: center;
    font-weight:bold;
    color:#000;
}
.wkupdate{
    display: none ;
}
.quotepro {
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.wkfont {
    display: inline-block;
    width: 35%;
}
.wkha {
    display: inline-block;
    width: 43%;
}
.Quote_cont .wka{
   /* margin-left: 7%;
    margin-right: 7%;*/
}
.wkerr,.wksuccess{
    display: none;
}
.wkclose{
    position: absolute;
    right: 15px;
}
.cart_title{
    border-bottom: 1px solid lightblue;
    padding: 7px;
}
.product-view .add-to-cart-buttons .button {
    width: auto!important;
}
.wkextension{
    color:red;
}
.popover_quote {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    white-space: normal;
    width: 40%;
}
.popover_head {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    min-height: 40px;
    padding: 8px 14px;
}
.popover_foot {
    background-color: #f7f7f7;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ebebeb;
    min-height: 40px;
    padding: 8px 14px;
}
.popover_content {
    padding: 9px 14px;
}
.wkbullet-qty {
    font-size: 18px;
    font-style: oblique;
    position: absolute;
    right: 59px;
    top: 5px;
    z-index: 1;
}
.popover_title{
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
}
.popover_background{
    background-color: rgba(227, 227, 227, 0.59);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.quote_row{
    margin-bottom: 20px;
}

.quote_label{
    display: inline-block;
    text-align: left;
    width: 20%;
    color: #000;
    font-size: 16px;
}
.quote_input{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #cccccc inset;
    padding: 5px !important;
    width: 60% !important;
}
.submit_button{
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 6px 10px;
    width: 100px;
}
.submit_button:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}
.wk_qs_front_loader {
    background: none repeat scroll 0 0 rgba(255, 244, 232, 0.61);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.wk_qs_front_loader > div {
    background: url("../images/loader.gif") no-repeat scroll 0 0 transparent;
    border-radius: 18px 18px 18px 18px;
    height: 32px;
    left: 48%;
    position: fixed;
    top: 48%;
    width: 32px;
}
.wk_qs_status_decline{
    color: #F4101F;
    font-weight: bold;
}
.wk_qs_status_sold{
    color: #0FBE00;
    font-weight: bold;
}
.wk_qs_status_pending{
    color: #da9011;
    font-weight: bold;
}
.wk_qs_action_delete{
    background: url("../images/icon-trash.png") no-repeat scroll;
    display: inline-block;
    height: 21px;
    width: 20px;
}
.wk_qs_action_view{
    background: url("../images/icon-edit.png") no-repeat;
    display: inline-block;
    height: 21px;
    width: 24px;
}
.wk_qs_separator{
    border: 1px dashed #000;
    display: inline-block;
    height: 22px;
}
.wk_qs_row{
    margin-bottom: 10px;
}
.wk_qs_label{
    display: inline-block;
    margin-right: 13px;
    width: 15%;
}
.wk_qs_field{
    display: inline-block;
}

.wk_qs_message_container{
    clear: both;
    display: block;
}
.wk_qs_onereply {
    box-shadow: 2px 2px 5px;
    margin: 10px;
}
.wk_qs_onereply_customer {
    background: none repeat scroll 0 0 #B9CDF8 !important;
}
.wk_qs_onereply_head {
    background: none repeat scroll 0 0 #96c986;
    display: block;
    padding: 10px;
}
.wk_qs_onereply_cntnt_container {
    background: none repeat scroll 0 0 #dfe8e6;
    padding: 10px;
}
.wk_qs_onereply_cntnt {    
    font-family: tahoma;
    line-height: 25px;    
}
.wk_qs_onereply_head_left {
    color: #000000;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    width: 48%;
}
.wk_qs_onereply_head_right {
    color: #888888;
    display: inline-block;
    font-size: 11pt;
    font-weight: bold;
    text-align: right;
    width: 50%;
}
.wk_qs_message_container{
    clear: both;
    display: block;
}
.popover_close{
    color: #d21d1d;
    cursor: pointer;
    font-weight: bold;
    line-height: 11px;
    position: absolute;
    right: 12px;
    top: 15px;
}
.wk_qs_quote_button.button.btn-cart{
    padding-left: 5px;
}
.wk_file {
    /*float: left;*/
}
/*New css start here*/
.wk_refundtotal_td1{
    width: 88%;
    padding: 5px!important;
}
.wk_refundtotal_td2{
    width: 10%;
    padding: 5px!important;
}
.wk_refundtotal_container th,.wk_refundtotal_container td{
    border: none!important;
}
.wk_mp_design input[type=email], 
.wk_mp_design input[type=search], 
.wk_mp_design input[type=number], 
.wk_mp_design input[type=password], 
.wk_mp_design input[type=tel], 
.wk_mp_design input[type=text]{
    width:99%!important;
}
.wk_mp_design .form-list .input-box{
    width:100%;
    overflow: auto;
}
.wk_mp_design .mceLayout{
    width:100%!important;
}
.marketplace-marketplaceaccount-printorder{
    background: none!important;
}
.wk_mp_error_msg{
    color:#ff0000;
    font-weight:600
}
.questimg{
    padding: 0 10px;
    cursor: pointer;
}
.views{ background-color: #7F7F7F;
    border: 1px solid;
    color: #FFFFFF;
    display: none;
    margin-left: 32.7%;   
    position: absolute;
    width: 29%;
    border-left-color: #BCE8F1;
    border-width: 10px;
    overflow: hidden;
}
#wk_mp_print_order{
    text-align: left!important;
    border:1px solid #CCCCCC;
}
.wk_profile_alert{
    padding: 10px;
    border: 1px solid #faebcc;
    margin-bottom: 20px;
    border-radius: 4px;
    vertical-align: bottom;
    color: #8a6d3b;
    background: #fcf8e3;
    line-height: 1.42857143;
}
.wk_close:hover,
.wk_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.wk_profile_alert strong {
font-weight: 700;
}
.wk_txt_trans{
    text-transform: uppercase;
}
.wk_mp_body input[type=checkbox]{    margin-right: 5px;}
.wk_mp_body td{    
    text-align: center;    
    padding:5px 7px;    
    border-color: #FFFFFF;    
    border-style: solid;    
    border-width: 0 1px 1px 0;    
    background: url("../images/filter_row_bg.gif") repeat-x #e3eff1;
    border-bottom: none;
}
.page-title {
width: 100%;
display: inline-block;
}
#wk_mp_tr_heading{    
    background: url("../images/sort_row_bg.gif") repeat-x scroll 0 50% rgba(0, 0, 0, 0);
}
#wk_mp_tr_heading th {    
    border-color: #F9F9F9 #D1CFCF #F9F9F9 #F9F9F9;    
    border-style: solid;    
    border-width: 1px;    
    font-size: 0.9em;    
    font-weight: bold;    
    /*padding-bottom: 0;    
    padding-top: 1px;*/
    padding: 3px 9px;    
}
.wk_mp_list_table {
    width: 100%;
    border: 1px solid #CCCCCC;
}
#quote-cart-table .sub-text {
    font-size: 13px;
    padding-top: 7px;
    text-align: center;
}

.table .productcart-attr {
    font-size:12px;

}
.productcart-custom_attr  .attr_value {
    float:none!important;

}
.productcart-custom_attr .attr_label {
    float:left;

}
.table .attr_label {
font-weight: 700;
    width:80px;
    float: left;
}
td.center {
    text-align:center;

}
.pe-7s-trash {
    font-size:24px;
}
.table thead tr th{
    padding:7px!important;
}
.table tbody tr td {
    padding: 30px 7px!important;

    vertical-align: middle!important;
}
thead {
    text-transform: uppercase;
    font-size: 12px;

}
.wk_mp_list_table thead span{
    font-weight: bold;
}
.wk_mp_list_container_table{
    margin-top:15px;
    margin-bottom: 2px;
    border-bottom: none;
    clear: both;
}
.wk_mp_td_span{
    width: 50%;
    float: left;
}
.wk_mp_td_span input{
    width: 60%!important;
}
.wk_mp_label{
    background: none repeat scroll 0 0 #F18200;
    border: 1px solid #DE5400;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    margin: 2px 15px;
    padding: 1px 5px;
}
.wk_content th {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk_row_view td {
    border-left: 1px solid #ccc;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.wk_check_first_td{
    border-left: none!important;
    border-right: 1px solid #ccc;
}
.wk_first_td{
    width: 26%;
    border-left: none!important; 
}
.wk_last_tr{
   border-bottom: none!important; 
}
.wk_pro_divide1 {
width: 40%;
float: left;
overflow: hidden;
}
.wk_pro_divide2 {
width: 60%;
float: left;
overflow: hidden;
}
.wk_pro_divide2 a{
    text-decoration: none;
}
a:hover{
    color: #ea7900;
}
.wk_emptymsg{
    color: #DF2111;
    font-weight: 
    bold;font-size: 14px;
    text-transform: uppercase;
}
.wk_row_view .label .image { height: 55px; margin: 2px; width: 55px; border: 1px solid #ccc;}
.wk_row_view .label img { cursor: pointer; }

.wk_title_label{
    color: #6B6B63;
    font-size: 14px;
}
.wk_label{
    font-size: 14px;
}
.btn_quote {
    float:right;
}
.btn-default {

}
@media (max-width: 500px) {
.notes, .img {
    display:none;
}
    .table tfoot td {
        text-align:center;
    }
    .btn_quote {
        float:none;
        text-align: center;
    }
}