.product_id_row tr
{
	height: 50px;
    color: #36304a;
    background: #F8F8F8;
}
html body .product_id_row tr td
{
	border: 0px;
    padding: 17px 7px;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
}
.eb_bulk_buy_products_wrapper .table-bordered>tbody>tr>td, .eb_bulk_buy_products_wrapper .table-bordered>tbody>tr>th, .eb_bulk_buy_products_wrapper .table-bordered>tfoot>tr>td, .eb_bulk_buy_products_wrapper .table-bordered>tfoot>tr>th, .eb_bulk_buy_products_wrapper .eb_bulk_buy_products_wrapper .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #F6F6F6;
}

.eb_bulk_buy_products_wrapper .table-bordered {
    border: 1px solid #F6F6F6;
}
html body .product_id_row
{
    border-bottom: 2px solid #36304a;
}

.eb_bulk_buy_products_wrapper .product_id_style .bulk_button {
    text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 0;
    background: #636B59;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    width: 35px;
    font-weight: bold;
    border: 0;
    height: 35px;
    line-height: 35px;
	margin-bottom: 10px;
}
.product_id_style .bulk_button:hover
{
	background: #F69220 !important;
	color:#ffffff;
}
.product_id_style .fa-stack {
	width: 11px;
    height: 11px;
    line-height: 11px;
    vertical-align: middle;
}

.product_id_style .rating .fa-star-o {
    font-size: 10px;
}
.product_id_style .column_stock
{
    color: #4CAF50;
    font-weight: bold;
    font-size: 15px;
}
.product_id_style .categories_text_color 
{
    font-size: 14px;
    color: #b52a9a;
}
.product_id_style .price
 {
    font-size: 14px;
}

.product_id_style .bulik_products_input input
{
    width: 4.235801032em;
    text-align: center;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border: 0;
	margin-bottom:0px;
}



.eb_bulk_buy_products_wrapper .form-control
{
	text-align: left;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border: 0;
}

.eb_bulk_buy_products_wrapper  .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #F6F6F6;
}

.eb_bulk_buy_products_wrapper .btn-primary
{
	text-shadow: none;
    background-image: none;
    background-repeat: repeat-x;
    display: inline-block;
    padding: 9px 15px;
    background: #636B59;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
    border: 0;
    margin-bottom: 10px;
} 
.eb_bulk_buy_products_wrapper .btn-primary:hover
{
	background:#2899fc;
	color:#ffffff;
}