/* .category-view .sidebar .block.filter {} */
.product-item .price-container {
    color: #B3261E !important;
}
.product-item .price-container {
    [data-price-type="oldPrice"]{
        color: #676666 !important;
        font-size: 16px;
        text-decoration: line-through;
    }

}

.sidebar-main::-webkit-scrollbar {
    display: none;
}
.filter-content {
    overflow: auto;
}
.filter-content{
    @media (max-width: 767px) {
        max-height: calc(-100px + 90vh) !important;
    }
    scrollbar-width: thin;
    scrollbar-color: #004472 #ffffff;
}
:focus-visible {
    outline: none;
    box-shadow: none;
}
.filter{
    overflow: hidden !important;
   @media(min-width: 1306px){
       top: 166px !important;
       border-radius: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.00), 0px 0px 4px 0px rgba(0, 0, 0, 0.01), 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 3px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
   }
    @media(min-width: 1024px) and (max-width: 1305px){
       top: 220px !important;
        border-radius: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.00), 0px 0px 4px 0px rgba(0, 0, 0, 0.01), 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 3px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
   }
    @media(min-width: 768px) and (max-width: 1023px){
       top: 84px !important;
        border-radius: 10px;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.00), 0px 0px 4px 0px rgba(0, 0, 0, 0.01), 0px 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 0px 3px 0px rgba(0, 0, 0, 0.09), 0px 0px 1px 0px rgba(0, 0, 0, 0.10);
   }
    @media(max-width: 767px){
       top: 53px !important;
        position: sticky;
        left: 0;
   }

}

.columns{
    @media(max-width: 1480px){
        padding : 8px !important;
    }
    @media(min-width: 1481px){
        padding : 0px !important;
    }
}
[x-cloak] {
    display: none !important;
}
