.navbar-offscreen  a.nav-link.active {
    color: #ffa229;
    font-weight: 700;
}

@media (min-width: 768px) {
.product-list-item {
    height: 320px;
   }
}

.ajaxInstantSearchItem .name {
   display: flex;
   flex-direction: column;
}

.ajaxInstantSearchItem .name span {
   line-height: initial;
   padding: 2px 0;
}

.ajaxInstantSearchItem .name span.product_name1 {
   font-weight: 700 !important;
}

.ajaxInstantSearchItem .name span.product_name2 {
   text-transform: capitalize;
}

.ajaxInstantSearchItem .name span.product_code {
   text-transform: capitalize;
   font-size: 11px;
   display: none;
}

.list-items .product-name {
   display: flex;
   flex-direction: column;
}

.list-items .product-name2 {
   font-size: 14px;
   color: black;
   font-weight: 500;
   padding: 3px 0;
}
