/* Media Query Start Here */

@media (max-width:1700px) {}

@media (max-width:1399.98px) {}

@media (max-height: 868.98px) {}

@media (max-width:1199.98px) {}

@media (max-width:991.98px) {
    .filter-items-wraps {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 0.5rem;
    }
    .change-password-items >div {
        flex-direction: column;
    }

    .reseller_left_column.login-lft {
        background: url(../../images/loginbg.jpg) no-repeat top center;
        background-size: cover;
    }

    .reseller_right_column.login-rht {
        max-width: 991px;
        margin: 0 auto;
    }

    .reseller_main_wraper,
    .user_main_sign_up_wraper {
        grid-template-columns: 1fr;
    }

    .dashboard_main_login .logo_universal img,
    .user_main_pic img {
        width: 60%;
    }

    .reseller_main_log_wrap .tab-content {
        width: 100%;
        margin-top: 2rem;
    }

}

@media (max-width:767.98px) {
    .filter-items-wraps {
        grid-template-columns: repeat(2, 1fr);
    }
    .fastshop_main_btn_wrap {
        flex-direction: column !important;
    }
}

@media (max-width:575.98px) {
    .filter-items-wraps {
        grid-template-columns: repeat(1, 1fr);
    }
    .edit-inventory-top-wrap.justify-content-end {
        justify-content: flex-start !important;
    }

    .fastshop_remember_password {
        flex-direction: column;
        gap: 10px;   
    }
}

@media (max-width:435px) {}

@media (max-width:400px) {}

/* Media Query End Here */