
@media (max-width: 992px) {
    .price-box {
        flex-direction: column !important; 
        align-items: flex-start !important; 
    }

    .price-box del {
        margin-right: 0 !important; 
        margin-bottom: 2px;         
        font-size: 0.85rem !important; 
    }

    .price-box p {
        margin-bottom: 0 !important;
    }
}/* reponsive  */
/* fillter */

        .filter-float {
            border: none;
            position: fixed;
            width: 40px;
            height: 40px;
            top: 460px;
            right: 0px;
            background-color: #0084ff;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            z-index: 10000;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
   
        }


/*end fillter */
