.product-add-container.mobileBulkOrder table.multi-add-product tr:first-child {
	width: 100%;
}


.product-add-container.mobileBulkOrder .scroll-items {
	height: auto;
	border: 0;
}

.product-add-container.mobileBulkOrder table.multi-add-product tr td input {
	height: 40px;
}

.product-add-container.mobileBulkOrder table.multi-add-product tr td input.qtt {
/* 	width: 70px; */
}

.product-add-container.mobileBulkOrder table.multi-add-product tr td input.product {
/* 	width: 140px; */
}

.mobileBulkOrder thead tr th {
	border: 0;
}

.mobileBulkOrder thead tr td {
	border: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border:0;
}

.site-search .table-responsive {
	border: 0;
}

.site-search .table-responsive .col-1-left{
	width: 20%;
}
.site-search .table-responsive .col-1-left input{
	width: 80%;
}
.site-search .table-responsive .col-2-center{
	width: 70%;
}
.site-search .table-responsive .col-2-center input{
	width: 100%;
}
.site-search .table-responsive .col-3-right{
	width: 10%;
	text-align: right;
}
.site-search .table-responsive .col-3-right input[type=button]{
	width: 100%;
}
.bulkOrderDiv ul.ui-autocomplete {
	background: #ffffff;
}
.bulkOrderDiv .ui-menu-item{
border-top: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding: 10px;
}
.bulkOrderDiv .ui-menu-item a{
display: table;
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.site-search .table-responsive .col-3-right a.cross-button {
	 background-image: url(../images/button/ico-cross.png);
	 height: 20px;
     width: 20px;
     padding: 0;
     display: block;
     margin-right: 18px;
     float: right;
}

.table-responsive .multi-add-product th.bulk_order_label.qty {
    width: 20%;
    min-width: 80px;
}

.table-responsive .multi-add-product th.bulk_order_label.product {
    width: 80%;
}

.product-add-container .prod_add_to_cart button#qoAddRow {
	float: right;
    background-image: url(../images/button/ico-add.png);
}