.product-search {
    position: relative;
}
 .catn
 {
     width:230px;
     height:61px;
 }
.search-results {
    display: none;
    position: absolute;
    width: 200%;
    background: #ffffff;
    padding:0px 0px;
    border: 1px solid #ccc;
    z-index: 15;
    top: 100%;
}
 
.search-results.active {
    display: block;
    width: 100% !important;
    max-height:230px;
    overflow-y: scroll;
}
 
.search-results ul {
    list-style: none;
    margin:0 !important;
    padding: 0 !important;
}
 
.search-results ul li {
    display: block;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
}
 
.search-results ul li:last-child {
    border-bottom: none;
}
 
.search-results ul li a {
    display: table;
    width: 100%;
    color:black;
}
 
.search-results ul li a > * {
    display: table-cell;
    vertical-align: top;
}
 
.search-results .product-image {
    width: 72px;
    max-width: 72px;
    padding-bottom:15px;
}
 .product-image {
   
    padding-bottom:15px!important;
}
 
.search-results h3 {
    display: block;
    font-size:16px;
}
 
.product-data div:not(.product-categories) {
    display: inline-block;
    vertical-align: middle;
}
 
.product-data .product-price {
   
    margin-top: -25px;
    right: 0;
}
 
.product-data .product-stock {
    padding: 4px 8px;
    background: #eeeeee;
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    right: 0;
}
 
.product-categories > span {
    display: inline-block;
    margin-right: 4px;
}
 
.product-categories > span:after {
    content: ",";
}
 
.product-categories > span:last-child:after {
    content: "";
}
 
.product-categories > span:last-child {
    margin-right:0;
}
.product-search{ position: relative;}
.product-search select {
    width: 100%;
}
 
.product-search select,
.product-search input {
    background: #ffffff;
    border:1px solid #e0e0e0;
}
 
.search-wrapper {
    position: relative;
}
 
.search-wrapper input {
    padding-right: 35px !important;
}
.search-loading {
    z-index: 1;
    width: 20px;
    right: 70px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.search-loading svg {
    position: relative;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill:#bdbdbd;
    animation:loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}
 
.search-wrapper.loading svg {
    opacity:1;
}
 
@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}



.ajax-search-result li.ajax_result_item{ list-style: none; border-bottom: 1px solid #ccc; overflow: hidden; margin: 0px; position: relative;}
.ajax-search-result li.ajax_result_item:hover{background: #f5f5f5;}
.ajax-search-result li a{ display: flex; flex-direction: row; cursor: pointer; padding: 10px 8px; height: 100%; overflow: hidden; text-decoration: none;    border: 0;}
.ajax-search-result li .product-image { width: 60px; height: 100%; padding: 0 10px 0 0; flex: 1 0 auto;}
.ajax-search-result li .product-image img{ width: 100%; height: auto; box-shadow: none;}
.ajax-search-result li .product-data {display: flex; flex-direction: row; flex-direction: column; overflow: hidden;  flex: 1 1 100%;}
.ajax-search-result li .product-data h3{ color: #192d35; font-size: 13px; font-weight: 500; line-height: 18px;}
.ajax-search-result li .product-data .product-excerpt, .ajax-search-result li .product-data .product-excerpt p{ color: #777d82; font-size: 12px; line-height: normal;}
.ajax-search-result li .product-data .product-price {  color: #192d35; font-size: 16px; font-weight: 600; margin-top:7px; line-height: normal;}