#product_list,
#adas_product_results {
    display: grid;
   grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px; 
}
#no-more-products {
    display: block !important;
    color: red; /* Make the message very visible for testing */
}

.adas-default-search-layout-section #product_list,
#adas_product_results {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
#adas_id_link{
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.kans-fuzzy-matching{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 5px;
    display: block;
}
    #adas_product_results .product-item{
 border: 1px solid #ddd; 
    }
.adas_search_div .add_to_cart_button{
        font-size: 11px;
    line-height: 19px;
    padding: 4px 10px;
}

#adas_product_results .product-item,
#product_list .product {
    border: 1px solid #dddddd91;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 7px rgb(0 0 0 / 7%);
    border-radius: 5px;
        min-width: 23%;
        margin-bottom: 10px;
}

#adas_product_results
{
  border: 1px solid #d8d8d8;
      overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; 
}
#adas_product_results .product-item img,
#product_list .product img {
    max-width: 100%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
}
.adas_badges_block ul li{
  list-style: none;

}
.adas_badges_block ul{
  margin: 0!important;
}
.adas_badges_block{
  text-align: center;
}

.adas_search_badges,
.adas_search_outofstock{
  padding: 8px;
}
.koalaapps_template_one_wide .adas-badge-one{
  position: absolute;
  top: -4px;
  left: 0;
}
.kl-title{
  cursor: pointer;
}
.koalaapps_template_one_wide .adas_search_badges,
.koalaapps_template_one_wide .adas_search_outofstock{
        padding: 2px 7px;
    font-size: 10px;
    border-radius: 2px;
    line-height: 15px;
    box-sizing: border-box;
    display: inline-block;
}
.koalaapps_template_one_wide .adas-badge-two{
  margin-left: 5px;
  padding-bottom: 5px;
}
#adas_price_class{
  display: flex;
  align-items: center;
      justify-content: center;
    margin-bottom: 6px;
}
.koalaapps_template_one_wide #adas_price_class{
  justify-content: flex-start;
}
.adas_search_thumbnail{
  position: relative;
  margin-bottom: 6px;
}
.adas_wide_search_button .adas_search_thumbnail{
  margin-bottom: 5px;
}
#adas_product_results .adas_search_badges, #adas_product_results .adas_search_outofstock {
    margin-bottom: 12px;
       font-size: 8px;
    line-height: 17px;
    padding: 3px 5px;
}
.adas-badge-sale{
  margin: 15px auto;
}
/*.adas_search_div {
    position: relative; 
}
*/

.adas_main_div::-webkit-scrollbar {
  width: 12px;               
}

.adas_main_div::-webkit-scrollbar-track {
  background: #f1f1f1;       
}

.adas_main_div::-webkit-scrollbar-thumb {
  background-color: grey;    
  border-radius: 20px;      
  border: 4px solid #f1f1f1;  
}
.adas-default-search-layout-section{
    display: inline-flex;
    width: 100%;
}
.adas-default-search-layout-section .default_dropdown{
  display: inline-block;
  margin:0px 3px;
  width: 12%;
}
.adas-default-search-layout-section .default_search_div{
  display: inline-block;
  margin:0px 3px;
  width: 64%;
}

.adas-default-search-layout-section .adas-search-btn-box{
  display: inline-block;
  margin:0px 3px;
  width: 12%;
}
/* Category dropdown styling */
.category-panel {
    margin-bottom: 15px;
}

select#adas_category {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

/* Product list styling */
#product_list {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;

}
.price .onsale{
  display: block !important;
  width: 35%;
  margin: 10px auto;
}

/* Loading image container */
.img_div {
    text-align: center;
}

.adas_gif {
    max-width: 100px;
    height: auto;
}

.adas_hiddenbox {
    display: none; 
}
.adas_message {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.adas_message.success {
    color: green;
    background-color: #e6ffe6;
}

.adas_message.error {
    color: red;
    background-color: #ffe6e6;
}
.adas_search_featured{
  padding: 5px;
}

/*====== Full Width Layout Classes =====*/

.adas-fullwidth-search-layout-section .adas_dropdown{
  display: inline-block;
  margin:0px 3px 10px;
}
.adas-search-form::before{
  content: none!important;
}

.adas-fullwidth-search-layout-section .adas_search_div{
  margin: 0 5px;
    width: 100%;
}

.adas-fullwidth-search-layout-section{
  width: 100%
}
.adas-search-form{
  text-align:left!important;
  position: unset!important;
  margin-bottom: 20px!important;
}

.adas_wide_search_button{
  width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.adas_dropdown select,
.default_dropdown select{
  height:40px;
  width: 100%;
}

.adas_search{
  width: 100%;
  border:1px solid rgb(133, 133, 133) !important;
  background-color: transparent !important;
  box-shadow: none !important;
  height: 40px !important;
  box-sizing: border-box;
}

.adas_excerpt_class{
  color:black!important;
}

.adas_button{
    background-color: #186e8a !important;
    color: white !important;
    height: 40px!important; 
    width: 100%!important;
    position: unset!important;
    padding: 5px 10px !important;
    font-size: 14px;
    cursor: pointer;
    min-width: 78px;
    line-height: 24px;
    margin: 0!important;
        clip-path: none!important;
    min-height: 40px!important;
}

.adas_title{
  padding-left:10px;
}

.adas_hiddenbox{
  display:none;
  position: absolute;
  z-index: 99999;
/*  max-width: 800px;*/
/*  width: 100% !important;*/
  padding: 0;
}
.adas_hiddenbox .adas_main_div, .adas_hiddenbox .adas-on-focus-product{
   background-color: #ffffff;
  background: #fff;
   border-radius: 8px;
  border: 1px solid #d8d8d8;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  margin-top: 9px;
}
.live-search-suggestions ul.search-category-suggestions{
  list-style: none;
  margin: 0;
  padding: 0;
}
.adas_gif, .adas-main-search-wrap .img_div{
    width: auto;
    height: 82%!important;
    position: absolute;
    right: 3px;
    top: 3px;
}
.adas_gif{
  display: none;
}
.woocommerce-Tabs-panel  .adas-default-search-layout-section .adas-search-btn-box{
  width: auto!important;
}
.search-category-suggestions li{
      display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    gap: 5px;
    padding-bottom: 10px;
}
.search-category-suggestions li strong{
  color: #000;
}
.adas-seprater-border{
     margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(151, 151, 151, 0.18);
    color: rgba(151, 151, 151, 0.18);
}
.adas_result_div_hide{
  display:none !important;
}
.kans-fuzzy-matching{
  color: #000;
}
.adas_link{
  text-align:center;
  text-align: center;
  padding: 10px 16px;
  background-color: #f9fafb;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.adas_search_categories{
  margin-left: 100px;
}
.adas_search_desc{
  background-color: yellow;
}

.adas_search:focus{
    outline: none;
}
.adas_cart_button{
  width:60%;
  height:25px;
  background-color: red;
  color:white;
  margin-top: 10px;
  padding-top: 4px;
}
.adas_row{
  padding:30px;
}

.col-lg-3{
  width:31%;
  float:left;
  border: 2px solid;
  border-color:#ebebeb;
  padding:30px;
  margin-right:20px;
  margin-top:40px;
}
.img{
  width:200px;
  height:210px;
  margin-left:20px;
  border-radius:20px;
}
.title{
  color:black;
  text-align:justify;
  font-size:1.2rem;
  margin-left: 5px;
   margin-right: 5px;
}

/*========= Full Width Template One ========*/

.adas_product_link{
  width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
        gap: 17px;
}

.koalaapps_template_one_default,
.koalaapps_template_one_wide,
.adas-right-content{
  box-sizing: border-box;
    overflow: hidden;
    padding: 4px 0px 7px;
    margin-bottom: 15px;
    
}

.adas_result_div a{
  text-decoration: none !important;
}

.adas_search_title{
  flex-grow: 4;
}
.adas_search_title span.kl-title{
  display: block;
}
.adas_pages_search_title{
  flex-grow: 10;
}

.adas_search_title .button{
      font-size: 10px!important;
    line-height: 19px!important;
    padding: 3px 8px !important;
/*    border-radius: 3px;*/
}

.adas_search_badges_block{
  flex-grow: 7;
}

.adas_search_badges_block ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.adas_search_badges_block ul li span{
  margin-right: 5px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 20px;
    padding: 0px 5px;
    display: block;
    text-align: center;
}

.greetings-pagination-col-md-12 p{
  font-size: .875em;
  color: #6d6d6d;
  line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

.greetings-pagination-col-md-12 .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .3342343017em .875em;
    background-color: rgba(0,0,0,.025);
    color: #43454b;
    list-style: none;
    margin: 0;
    text-decoration: none;
    
}

.greetings-pagination-col-md-12 .woocommerce-pagination a {
  text-decoration: none !important;
}

.greetings-pagination-col-md-12 a.page-numbers:hover{
  background-color: rgba(0,0,0,.05);
  text-decoration: none;
}

.greetings-pagination-col-md-12 .woocommerce-pagination .current{
  background-color: #e6e6e6;
    color: #636363;
}


/*=========== Widget Search =============*/

.widget-area .adas_product_link{
  width: 100%;
    display: block !important;
}
.widget-area .adas_search_badges_block ul li {
  flex-grow: 6; 
}

.widget-area .adas_search_badges_block ul li span{
  margin-top: 10px;
}
.widget-area .adas-fullwidth-search-layout-section{
  display: block !important;
}
.widget-area .adas-default-search-layout-section,
.widget_product_search .adas-default-search-layout-section{
    display: block !important;
}

.widget-area .default_dropdown,
.widget_product_search .default_dropdown,
.widget-area .adas_dropdown,
.widget_product_search .adas_dropdown{
  width: 45% !important;
  margin-bottom: 10px !important;
}

.widget-area .adas-default-search-layout-section .default_search_div,
.widget-area .adas-fullwidth-search-layout-section .adas_search_div{
  width: 64% !important;
}

.widget-area .adas-default-search-layout-section .adas-search-btn-box,
.widget-area .adas-fullwidth-search-layout-section .adas-search-btn-box,
.widget_product_search .adas-default-search-layout-section .adas-search-btn-box{
  width: 28% !important;
}

.adas_pages_class{
  object-fit: contain;
    height: 324px;
    width: 324px;
}

/*New Style*/
.adas-heading-main{
  padding: 10px 16px;
  background-color: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
}
.adas-heading-main h3, .adas_main_div.Template4 .adas-template-heading-main h3{
  text-transform: uppercase;
  font-size: 14px;
  color: #374151;
  line-height: 20px;
  letter-spacing: 0.35px;
  font-weight: 600;
  margin: 0;
}
.adas_main_div.Template4 .adas-template-heading-main h3{
  margin: 0!important;
  padding: 0!important;
  border-bottom: 0!important;
}
.adas-prodcut-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    gap:15px;
    border-bottom: 1px solid #eee;
}
.adas_search_thumbnail img {
    width: 60px;
    height: auto;
    border-radius: 6px;
    object-fit: contain;
}
.adas-content-wrap{
  flex: 1 1 0%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #000;
    cursor: pointer;
}
.product-short-description {
    font-size: 13px;
    color: #555;
    margin: 2px 0 4px!important;
    line-height: 1.4;
}
.product-price {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 2px;
}
.product-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 140px;
}
.adf-product-labels {
    display: flex;
    gap: 6px;
    margin-bottom: 5px;
}
.label {
    font-size: 11px;
    padding: 3px 8px;
    line-height: 14px;
    border-radius: 12px;
    background: #eee;
    color: #333;
    white-space: nowrap;
}
.label.featured { background: #ffe6cc; color: #b34700; }
.label.sale { background: #ffd6d6; color: #cc0000; }
.label.instock { background: #d6f5d6; color: #267326; }
.label.outofstock { background: #e6e6e6; color: #666; }

.product-add-to-cart .button, .product-add-to-cart a {
    background: #000;
    color: #fff;
    padding: 4px 11px!important;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px!important;
    line-height: 22px!important;
    transition: 0.2s;
    min-height: auto!important;
    text-align: center;
}
.product-add-to-cart .button:hover,
.product-add-to-cart a:hover{
    background: #005bb5;
}
.adas_pages_search_item{
      padding: 1rem;
}
.adas_pages_search_item h4{
  font-size: 15px;
  margin-bottom: 4px;
  margin-top: 0!important;
  line-height: 25px;
}
.adas_pages_search_item h4 a{
  color: #000;
  text-decoration: none!important;
  font-weight: 600;
}
.adas_pages_search_item p{
  color: #4b5563;
      font-size: 12px;
    line-height: 22px;
}

/*2 template css*/
.adas_main_div.Template4{
    padding: 20px;
}
.not-found{
  font-size: 14px;
  line-height: 24px;
}
.not-found.Template3{
      display: block;
    padding: 10px 17px;
}
.adas_main_div.Template4 .adas-heading-main, .adas_main_div.Template4 .adas-template-heading-main{
  padding: 10px 0;
  border-bottom: 1px solid #1f2022;
  background-color: #fff;
  margin-bottom: 5px;
}
.adas_main_div.Template4 .adas_link{
  border-top: 1px solid #1f2022;
  background-color: #fff;
  margin-top: 5px;
  padding: 10px 0 0;
}
.adas_main_div.Template4 .adas-prodcut-item{
  padding: 8px 0;
  border-bottom: none;
}
.adas_main_div.Template4 .label{
  font-size: 10px;
    padding: 3px 8px;
}
.adas_main_div.Template4 .product-add-to-cart .button,
.adas_main_div.Template4 .product-add-to-cart a{
    font-size: 11px;
    line-height: 19px;
    padding: 7px 15px;
}
.adas_main_div.Template4 .adas_pages_search_item{
  padding: 0;
}

/*3tempalte */
.adas_main_div.Template5, .adas-on-focus-product{
  padding: 16px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.adas-grid-left {
  width: 37%;
}
.adas_main_div.Template5 #adas-page-post-section, .adas-suggestion-template{
    margin-bottom: 20px;
}
.adas_main_div.Template5 .search-category-suggestions li{
    cursor: pointer;
    color: #333;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 24px;
}
.adas-template-heading-main h3{
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 8px 0;
  padding-bottom: 7px;
  margin-bottom: 4px;
}
.adas-grid-right{
    width: 61%;
}
.adas-not-found{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 8px;
}
.adas-grid-right #adas-products-section{
      display: flex;
    flex-flow: row wrap;
}
.adas-grid-right .adas-template-heading-main{
      flex: 1 100%;
    margin-bottom: 10px;
}
.adas-grid-right .adas-prodcut-item,
.adas-feature-product{
      flex: 0 0 33.33%;
    width: 33.33%;
    min-width: 116px;
    text-align: left;
    max-width: 173px;
    padding: 8px;
    margin: 0 0 9px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-bottom: none;
    display: block!important;
}
.adas-feature-product{
   max-width: none!important;
   flex: 0 0 25%;
    width: 25%;
}
.adas-feature-product img{
  width: 100%!important;
  height: auto!important;
}
.adas-grid-right .adas_search_thumbnail img{
  width: 100%;  
}
.adas-grid-right .adas-content-wrap, .adas-grid-right .product-side{
  display: block!important;
}
.adas-grid-right .product-title{
      font-size: 13px;
      line-height: 17px;
}
.adas-grid-right .adas-content-wrap .product-short-description{
      font-size: 12px;
       line-height: 17px;
}
.adas-grid-right .product-price {
    font-size: 14px;
    margin-top: 0px;
        line-height: 17px;
    margin-bottom: 5px;
}
.adas-grid-right .label{
      font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
}
.adas-grid-right .product-add-to-cart .button,
.adas-grid-right .product-add-to-cart a{
  padding: 5px 9px;
      font-size: 11px!important;
    display: inline-block;
    line-height: 15px;
}
 .product-add-to-cart a:first-child{
  margin-right: 5px!important;
 }
 .product-add-to-cart .button, .product-add-to-cart a.added_to_cart{
  margin-top: 6px;
 }
.adas-grid-left .adas_pages_search_item,
.adas-suggestion-template{
  color: #333;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 24px;
}
.adas-grid-left .adas_pages_search_item h4,
.adas-grid-left .adas_pages_search_item h4 a,
.adas-on-focus-product h4{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.adas-grid-left .adas_pages_search_item p{
  margin-bottom: 10px;
  line-height: 16px;
}
.adas_main_div.Template4 .adas-suggestion-template,
.adas_main_div.Template3 .adas-suggestion-template {
  padding: 0!important;
  margin-bottom: 10px!important;
}
.adas_main_div.Template3 .kans-fuzzy-matching{
    padding: 14px 17px;
}
.adas-on-focus-product{
  display: flex;
  flex-flow: row wrap;
}
.adas-on-focus-product h4{
  margin-top: 8px;
  margin-bottom: 2px;
}
.adas-on-focus-product .woocommerce-Price-amount{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    color: #333;
}
.adas-main-search-wrap{
  position: relative;
  box-sizing: border-box;
}
.first-not-found{
  padding: 20px;
}
@media screen and ( max-width: 750px ) {
   .adas_wide_search_button{
    display: flex;
   }
   .adas-fullwidth-search-layout-section .adas_search_div{
    width: 75%;
   }
   .adas_hiddenbox{
    width: 95%!important;
    margin-left: 2.5%;
   }
   #product_list, #adas_product_results, .adas_product_link{
    display: block;
  }
  #product_list .product {
    margin-bottom: 10px;
  }

  .product a{
    font-size: 14px;
  }
    .adas-default-search-layout-section{
    width: 100%;
   }
   .adas_button{
    width: auto;
    height: auto;
   }
   .adas-fullwidth-search-layout-section .adas_dropdown, .default_search_div{
    width: 50%;
   }
   .adas-default-search-layout-section .default_dropdown{
    width: 15%!important;
   }
   .adas-search-btn-box{
    width: 20%!important;
   }
   #product_list{
    display: block!important;
   }
   .product-item{
    margin-bottom: 10px;
   }
   .adas_main_div.Template5{
     display: block!important;
   }
   .adas-grid-col{
    width: 100%!important;
   }
  .adas-grid-right .adas-prodcut-item{
    display: flex!important;
    width: 100%!important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .adas-grid-right .adas-content-wrap, .adas-grid-right .product-side{
    display: flex!important;
  }
  .adas-grid-right .adas_search_thumbnail img{
    width: 60px!important;
  }
  .adas-feature-product {
      max-width: none;
      flex: 0 0 50%;
      width: 50%;
  }
}

