/* search input start*/
.woof_quick_search_wraper.woof_qs_3_col {
    text-align: center;
}
#woof_quick_search_form {
    font-size: 22px;
    border-radius: 0px !important;
    border: 1px solid #ccc !important;
    line-height: 32px;
    padding: 10px 15px 10px 15px;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#woof_quick_search_form:focus {
  outline: none;
}
/* search input end*/

/* search results start*/
.tableFixHead {
  display: inline-block;
  width: 100%;
  /*height: 61vh;
  overflow-y: auto;*/
}
.tableFixHead thead th {
  position: sticky;
  top: 0;
}
table {
  border-collapse: collapse;
  width: 100%;
}
th, td {
  padding: 8px 16px;
}
th {
  background:#eee;
}

#hidden-content-search {
  padding-bottom: 100px;
  height: 800px !important;
}

.search-holder {
    display: inline-block;
    width: 100%;
    /* overflow: hidden; */
    height: 100%;
}

.wooqt_pagination {
    /*position: absolute;
    bottom: 44px;*/
    margin-bottom: 18px;
}

.woof_qs_table_list_1 img {
    border-radius: unset !important;
    height: 60px !important;
    width: auto !important;
    margin-top: 0px !important;
}
.woof_qs_img {
    width: 60px !important;
}

.woof_qs_table_list_1 .qs_title{
    min-width: 75px;
}
.woof_qs_table_list_1_header {
    background-color: var( --e-global-color-b55b966 );
    color: white;
    font-size: 1.5em;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
}
.woof_qs_table_list_1  img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.woof_qs_table_list_1 {
    border-radius: 3px;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.woof_qs_table_list_1 table {
    width: 100%;
}
.woof_qs_table_list_1 table td, .woof_qs_table_list_1 table th {
    color: #000000;
    padding: 10px;
}
.woof_qs_table_list_1 table td {
    text-align: center;
    vertical-align: middle;
}
.woof_qs_table_list_1 table td:last-child {
    font-size: 0.95em;
    line-height: 1.4;
    text-align: left;
}
.woof_qs_table_list_1 table th {
    font-weight: 300;
    text-align: center;
}
.woof_qs_table_list_1 table tr:nth-child(2n) {
    background-color: var(--e-global-color-2a8c626);
}
.woof_qs_table_list_1 table tr:nth-child(2n+1) {
    background-color: var(--e-global-color-d3357e4);
}
.woof_qs_list_1_img{
    width: 60px
}
.woof_qs_table_list_1 .woof_qs_list_1_title a{
  font-weight: 400 !important;
  color: #000000;
  font-size: 16px !important;
}
.woof_qs_table_list_1 .woof_qs_list_1_key_words{
    min-width: 200px;
    max-width: 250px;
}
.woof_qs_table_list_1 .woof_qs_list_1_price{
  text-align: center;
  font-size: 16px !important;
}
.woof_qs_table_list_1 .woof_qs_list_1_sku{

}
.woof_qs_table_list_1 table th.qs_price{
    min-width: 75px;
}

.woof_qs_table_list_1 .woof_qs_price{
    min-width: 70px;
}

.woof_qt_pagination_item.qt_current {
    background-color: #0274be !important;
    color: #000;
}

.woof_qt_pagination_item {
    padding: 10px !important;
    line-height: 10px !important;
    background: var(--e-global-color-2a8c626) !important;
    color: #000;
}

.woof_qt_pagination_item:hover {
    color: #000;
    background-color: #0274be !important;
}
/* search results end*/
