
.search-list{
    max-height: 10em;
    overflow-y:scroll;
    min-height: 5em;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none;
}

.search-list::-webkit-scrollbar{
    display: none;
}

/* .cs-products-item-1 .image-div img {
    max-height: 23em;
    margin: 0 auto;
    min-height: 5em;
} */

div.product-loader-icon{
    position: absolute;
    top: 2.4em;
    left: 2em;
    z-index: 9;
}
div.product-loader-icon img{
    height: 5em;
    width: 5em;

}
.cs-product-item-row .cs-pr-btn-div-1{
    position: relative;
}
.fc-daygrid-day-number.active {
    color: #4ECDC4 !important;
    border: 1px solid #4ECDC4;
    border-radius: 50%;
}

.cs-search-area-1 .search-r-area .blog-searches li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #242424;
    display: inline-flex;
    border-radius: 30px;
    height: 33px;
    align-items: center;
    justify-content: center;
    padding: 4px 25px;
    transition: all .3s;
}
.cs-search-area-1 .search-r-area .blog-searches {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-height: 20em;
    overflow-y: scroll;
}

.cs-search-area-1 .search-r-area .blog-searches li {
    margin-bottom: 15px;
    margin-right: 8px;
}
.cs-cart-pr-item-1 .gift-area .nav-tabs-menu-1 li a {
    white-space: nowrap;
}
.cs-download-menu-1 li img {
    max-height: 3.2rem!important;
}
.no-content{
    content: none;
}

