


.klb-search-results { 
    position: absolute; 
    left: 0; 
    top: 100%; 
    background-color: #ffffff; 
    padding: 0; 
    margin: 0; 
    box-sizing: border-box; 
    border: 1px solid #f3f4f7; 
    border-radius: 3px; 
    width: 100%; 
    z-index: 9999999;
} 
 

.klb-search-results ul  { 
    padding: 0; 
    margin: 0;
} 

.klb-search-results ul li  { 
    display: flex; 
    flex-direction: row; 
    padding: 8px; 
    align-items: center;
} 

.klb-search-results .search-content  { 
    display: flex; 
    justify-content: space-between; 
    width: 100%; 
    align-items: center;
} 

.klb-search-results .search-img img  { 
    background: #fff; 
    border: 1px solid #e8e8e8; 
    border-radius: 3px; 
    max-width: 42px; 
    margin-right: 10px;
} 



.klb-search-results h1.product-title  { 
    font-size: .875rem; 
    font-weight: 500; 
    line-height: 1.4; 
    margin-bottom: 0; 
    margin-right: 10px;
} 

.price { 
    font-family: var(--font-secondary); 
    font-size: 1.125rem; 
    font-weight: 600;
} 

@media screen and (min-width: 75rem){ 
  .price { 
    font-size: 1.625rem;
  } 
}     

.klb-search-results span.price  { 
    text-align: right; 
    font-size: 15px;
} 

.klb-search-results h1.product-title a  { 
    color: var(--color-text);
} 

.klb-search-results h1.product-title a:hover {
  border-bottom: solid 1px black;
  display: block;
}
.price del  { 
    font-size: 85%; 
    color: var(--color-info);
} 

.klb-search-results span.price > * { 
    display: block; 
    margin: 0;
} 

.price ins  { 
    text-decoration: none; 
    margin-left: .3125rem;
} 

.price .amount  { 
    color: var(--color-price);
} 

.price del .amount  { 
    color: var(--color-info);
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-gB58y.style-gB58y {  
   display: none;  
}  





#select1{
  position: relative;
  width: 100%;
  span{
    padding: 3px;
    background-color: #fff;
    cursor: pointer;
  }
}
input{
  width: 200px;
  &:focus + #list{
    display: block;
  }
}
#list{
  display: none;
  position: absolute;
  width: 200px;
  &:hover{
    display: block;
  }
  &:c{
    display: none;
  }
  a{
    display: block;
    background: grey;
    color: white;
    text-decoration: none;
    padding: 2px 5px;
  }
}
    
.price ins span.woocommerce-Price-amount.amount {
        background-color: #ff000000 !important;
    
}    


