.inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.minicart-product-list {
    max-height: 1000px; /* Set a maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
    margin: 0;
    padding: 0;
    list-style: none;
}

.head {
    flex: 0 0 auto;
}

.btn {
    flex: 0 0 auto;
}

#multiImges {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping */
    overflow-x: auto; /* Enable horizontal scrolling if necessary */
}

.single-product {
    margin-right: 10px; /* Adjust margin as needed */
}


/* For Search In Header Start By Radhe */
.searchmobile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchmobile input {
    color: #000 !important;
    font-size: 14px;
    padding: 9px 20px !important;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    width: 90%;
    border-radius: 0 3px 3px 0;
    border-left: none;
}
.searchmobile button i.icon-magnifier {
    font-size: 14px;

}
select.search-all {
    border: 1px solid #253563;
    /* font-size: 13px; */
    border-radius: 3px 0 0 3px;
    padding: 8px;
    background: #253563;
    color: #fff !important;
    font-size: 14px;
    width: 58px;
    height: 45px;
    min-width: 150px;
}
.ml_search{
margin-left: -26px;
}
/* For Search In Header Start By Radhe */