.bucket-title{
    font-weight: 500;
}

.bucket-list{
    border-bottom: 1px solid #06010114;
}

.bucket-list:last-child{
    border-bottom: none;
}

.product-search-image{
    width: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.tag-form-check{
    margin-top: 7px;
    margin-right: 5px;
}

.search-section{
    padding-top: 90px;
}

.dropdown-radius{
    border-radius: 4px!important;
}

.filter-dropdown{
    background: white;
    /* color: black; */
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
}

.loader-flex{
    display: flex;
}

.loader-flex .item1 {
    animation: glow 0.5s infinite; /* Adjust speed as needed */
}

.loader-flex .item2 {
animation: glow 1s infinite; /* Adjust speed as needed */
}

.loader-flex .item3 {
animation: glow 1.5s infinite; /* Adjust speed as needed */
}

.loader-flex .item4 {
animation: glow 2s infinite; /* Adjust speed as needed */
}

@keyframes glow {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.active>.page-link, .page-link.active {
    z-index: 3;
    background-color: #4ddbdd;
    border-color: #4ddbdd;
}

.page-link{
   color: #4ddbdd;
}

.page-item.disabled {
    pointer-events: none;
}

.bucket-title{
    cursor: pointer;
}