#search-input-list{
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    
       .product-title-list{
        font-size: 16px !important;
    }


.custom-dropdown-container {
      position: relative;
      width: 100%;
      max-width: 300px;
      /*margin: 20px;*/
      margin-left: 10px;
    }

 .custom-dropdown-input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24'><path fill='%23333' d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
      cursor: pointer;
    }

 .custom-dropdown-input:focus {
      border-color: #007bff;
      outline: none;
      box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    }

 .custom-dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border: 1px solid #ccc;
      border-radius: 4px;
          padding: 5px 10px;
      max-height: 200px;
      overflow-y: auto;
      display: none; /* Hidden by default */
      z-index: 10;
      margin-top: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

 .custom-dropdown-menu.custom-show {
      display: block;
    }

 .custom-select-option-item {
          padding: 5px 0px;
      cursor: pointer;
      font-size: 15px;
      font-weight: 400;
    }

 /*.custom-select-option-item:hover {*/
 /*     background-color: #f0f0f0;*/
 /*   }*/

 .card{
     border-radius: 2px !important;
 }
 .card img{
     border-radius: 2px;
 }
        
.search-container-list {
    width: 350px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}
.search-input-list {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    background: transparent;
    cursor: pointer;
}
.search-input-list:focus {
    outline: none;
}
.detect-option {
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
}
.dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 5;
}
.dropdown-list div {
    padding: 8px;
    cursor: pointer;
}
.dropdown-list div:hover {
    background: #f1f1f1;
}
.search-container-list.active .dropdown-list {
    display: block;
}

.search-input-list{
    padding: 10px;
}

.search-input-list {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 14px;
}
.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #666;
}

.main_input_search_part{
    justify-content: center;
}
.search-input-list{
    padding: 0px 10px !important; 
}
.fa-location-crosshairs{
    margin-right: 10px
}

.detect-item{
    color: #7070ff;
}

.box_icon_two p{
  min-height: 85px;
}

.product-title-list{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
        min-height: 55px;
}

.search-input-list{
    border-left: 1px solid #dadada !important;
}
.img-style-listing {
    width: 100%;
    /* background: rgb(255 255 255 / 25%); */
    height: 100%;
    justify-content: center;
    border: 5px solid #ffffff14;
    display: flex;
    border-radius: 8px;

padding: 20px;
    /* background-color: #ffffff52; */
    background: rgb(255 255 255 / 69%);
}

.brand-card {
    text-align: center;
    /*padding: 20px;*/
    border-radius: 2px;
    transition: transform 0.2s;
}
    .brand-card:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    .brand-logo {
      max-width: 100px;
      height: auto;
      /*margin-bottom: 10px;*/
    }
    .viewallBtn{
        color: #e52727;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 2px;
    }
    
    @media (max-width: 767px){
        .custom-loc-input-box{
            height: 45px !important;
        }
        
    .main_input_search_part input, .main_input_search_part input:focus {
        height: 44px !important;
    }
    }
    
    .dropdown-bike, .dropdown-list {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.search-container-bike.active .dropdown-bike,
.search-container-list.active .dropdown-list {
    display: block;
}

.dropdown-bike div,
.dropdown-list div {
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-bike div:hover,
.dropdown-list div:hover {
    background-color: #f1f1f1;
}

.product-title-list{
    border-bottom: 1px solid #dadada;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


@media (max-width: 576px){
     .main_popular_categories h3{
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .product-title-list{
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .brand-card img{
                padding: 15px !important;
        padding-bottom: 0px !important;
    }
    
    .home_main_search_part {
        height: 760px !important;
    }
}


.custom-loc-container {
      position: relative;
      width: 100%;
    }

    .custom-loc-input-box {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 5px;
      padding: 10px 12px;
      cursor: pointer;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    }

    .custom-loc-input-box i {
      margin-right: 8px;
      color: black;
    }

    .custom-loc-input-box input {
      border: none;
      outline: none;
      width: 100%;
      font-size: 14px;
      color: #555;
    }

    .custom-loc-input-box input::placeholder {
      color: #888;
    }

    .custom-loc-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      border-radius: 5px;
      /*box-shadow: 0 2px 8px rgba(0,0,0,0.15);*/
      margin-top: 2.5px;
      list-style: none;
          padding: 5px 10px;
              max-height: 200px;
    overflow: auto;
      display: block;
      z-index: 10;
    }
    .custom-loc-input-box input{
        height: auto !important;
        line-height: 26px !important;
    }

    .custom-loc-dropdown li {
      display: flex;
      align-items: center;
      padding: 5px 0px;
      font-size: 15px;
      cursor: pointer;
    }

    .custom-loc-dropdown li i {
      margin-right: 8px;
      color: black;
      width: 16px;
      text-align: center;
    }
    
    @media (min-width: 992px){
        .service-center-form{
            width: 50%;
        }
    }
    
    @media (max-width: 992px){
        .custom-loc-input-box input{
            padding: 0 !important;
            box-shadow: 0 1px 3px 0px rgb(255 255 255 / 8%) !important;
        }
    }
    
    .brand-card img {
            padding: 20px 0px;
    padding-bottom: 5px;
    width: 100%;
    }
    
    @media (max-width: 576px) {
    .brand-card p {
        font-size: 13px;
        line-height: 20px;
    }
}
    
    
    .brand-card p{
        margin-bottom: 10px;
    }
    
    @media (min-width: 768px) and (max-width:991.98px){
        .w-100-tab{
            width: 100% !important;
        }
        .product-title-list{
            font-size: 14px !important;
        }
        .brand-card img{
                padding: 0px;
        }
        .brand-card p{
            margin-bottom: 0px;
        }
        .product-title-list
    }