table.product-search {
  width           : 100%;
  margin-bottom   : 10px;
  border-collapse : collapse;
  background      : #fff;
  box-shadow      : 0 2px 6px rgba(0,0,0,0.1);
  margin-top:60px!important;
}

.product-search th {
  font-weight        : 400;
  color              : #fff;
  background:#2b3c8f;
}

.product-search td {
  font-weight: 400;
}

.product-search td, .product-search th {
  padding     : 10px 10px;
  font-size   : 15px;
  line-height : 32px;
}

.product-search tbody tr:nth-child(even) {
  background: rgb(240, 240, 240);
}

/* Table Sorting */
th.table-sort {
  padding-right : 36px;
  text-align    : left;
  cursor        : pointer;
}

th.table-sort:hover {
 
}

.table-sort-field {
  position: relative;
}

.table-sort-control {
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.0));
  height    : 32px;
  width     : 16px;
  position  : absolute;
  top       : 0;
  right     : -36px;
}

.table-sort-up,
.table-sort-down {
  border  : 3px solid transparent;
  position: absolute;
  right   : 6px;
}

.table-sort-up {
  border-bottom-color: rgba(255,255,255,0.3);
  top                : 8px;
}

.table-sort-down {
  border-top-color: rgba(255,255,255,0.3);
  top             : 19px;
}

.table-sort-order-asc .table-sort-up {
  border-bottom-color: rgba(255,255,255,1);
}

.table-sort-order-des .table-sort-down {
  border-top-color: rgba(255,255,255,1);
}

/* Table Sort Search */
.table-sort-search-container {
  position         : relative;
  width:100%;
  padding-top:10px;
}

.table-sort-search-input {
  -webkit-appearance : none;
  width              : 100%;
  padding            : 10px 10px;
  border             : 1px solid #ccc;
  font-size          : 15px;
  line-height        : 30px;
  background         : #fff;
  height:40px;
  position:relative;
  bottom:40px;
}

.table-sort-search-input:focus,.table-sort-search-input:hover {
  outline    : none;
  background : #fff;
}

.table-sort-highlight {
  color      : #fff;
  background : #1B4F9D;
}

.table-sort-search-count {
  position         : absolute;
  top              : 10px;
  right            : 11px;
  padding          : 0 7px;
  border-radius    : 3px;
  line-height      : 19px;
  color            : #fff;
  background-image : -webkit-linear-gradient(bottom,rgb(94,108,117), rgb(145,162,177) );
  background-image : -moz-linear-gradient(bottom,rgb(94,108,117), rgb(145,162,177) );
  background-image : -ms-linear-gradient(bottom,rgb(94,108,117), rgb(145,162,177) );
  background-image : linear-gradient(bottom,rgb(94,108,117), rgb(145,162,177) );
}

.product-search.table-sort.table-sort-search tbody tr:hover,
.product-search.table-sort.table-sort-search tbody tr:hover a {
	background:#6E97A1;
	color:#fff;
}
.product-search.table-sort.table-sort-search tbody a {
	color:#2b3c8f;
}
.product-search thead {
	position:relative;
	top:10px;
}

@media (max-width:600px) {
	.product-search td {
		font-weight: 300;
	}
	.product-search td, .product-search th {
		padding     : 10px 5px;
		font-size   : 13px;
		line-height : 32px;
	}
	.product-search td:nth-child(2) {
		max-width:120px;
		inline-size: 120px; 
		overflow-wrap: break-word;
	}
}

.product-search tbody td:nth-child(3),
.product-search tbody td:nth-child(4),
.product-search tbody td:nth-child(5),
.product-search tbody td:nth-child(6),
.product-search tbody td:nth-child(7) {
	width:12%;
	text-align:center;
}
.product-search th:nth-child(3),
.product-search th:nth-child(4),
.product-search th:nth-child(5),
.product-search th:nth-child(6),
.product-search th:nth-child(7) {
	text-align:center;
}