.side-search-bar {
      width: 400px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
         border-radius: 15px;
    padding: 24px;
    position: fixed;
    right: 56px;
    top: 121px;
    z-index: 999;
    display: none;
    }
    .search-input {
        border-radius: 6px;
    border: 1px solid #e5e5e5;
    padding-left: 10px !important;
    font-size: 14px;
    position: relative;
    width: 315px;
    height: 40px;
    }
    .search-icon-left{
            position: absolute;
        z-index: 9;
        right: 50px;
        top: 8px;
    }
    .search-icon {
      position: absolute;
      left: 18px;
      top: 14px;
      font-size: 18px;
      color: #a5a5a5;
    }
    .category-chips button {
          margin: 6px 6px 6px 0;
    border-radius: 5px;
    background: #f3f7fa;
    color: #166fb6;
    font-size: 13px;
    border: 1px solid #166fb6;
    padding: 2px 6px;
    }
    .recommended-title {
          font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 7px 0px;
    color: #0a214e;
    }
    .recommend-card {
      background: #f5f7fa;
      border-radius: 13px;
      overflow: hidden;
      margin-right: 12px;
      display: inline-block;
      width: 150px;
      vertical-align: top;
      padding: 10px 8px 8px 8px;
    }
    .recommend-card img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 8px;
    }
    .star-rating {
      color: #f5b90b;
      font-size: 14px;
    }
    .star-rating span {
        color: #0a214e;
    }
     .recommend-footer span img {
        width: 14px !important;
        margin-top: 5px;
     }
    .recommend-title-text {
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 3px;
      color: hsl(213, 70%, 27%);
    }
    .header-input-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .recommend-desc-text {
      font-size: 13px;
      color: #555;
    }
    .recommend-footer {
      font-size: 14px;
      color: #454545;
    }
    .popular-searches {
        font-size: 13px;
        /* margin-left: 10px; */
        font-weight: 500;
        color: #0a214e;
    }
    .side-search-bar-open {
        display: block;
    }
    @media (max-width: 768px) {
      .side-search-bar { left: 11px;
        width: 90%;
        border-radius: 0;}
    }