/*--------------------------------------------------
:: Responsive Styles
-------------------------------------------------- */
@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .Digimall-dashboard {
        .Digimall-dash-sidebar,
        .Digimall-dashboard-content {
            float: none;
            width: 100%;
        }

        .Digimall-dash-sidebar ul.Digimall-dashboard-menu li {
            display: inline-block;
            border-right: 1px solid #454545;

            &.active:after {
                content: '';
                display: none;
            }

            a {
                padding: 12px 24px;
            }
        }

        .Digimall-dashboard-content {
            padding-left: 0;
        }
    }

    // store page
    .Digimall-single-store .profile-frame .profile-info-box {
        width: 60%;
    }
}

@media (max-width: 430px) {
    .Digimall-dashboard {
        .Digimall-dash-sidebar,
        .Digimall-dashboard-content {
            float: none;
            width: 100%;
        }
        
        .dashboard-content-area {
            .Digimall-announcement-widget {
                .Digimall-right {
                    float: right !important; 
                } 
                .Digimall-left {
                    float: left !important;
                }
            }
        }

        .Digimall-dash-sidebar ul.Digimall-dashboard-menu {
            .clearfix();

            li {
                float: left;
                width: 50%;

                a {
                    padding: 12px 18px;
                }
            }
        }

        // product listing
        .Digimall-product-listing .Digimall-product-listing-area {
            .product-listing-top ul.Digimall-listing-filter {
                width: 100%;
            }
        }

        .Digimall-right,
        .Digimall-left {
            float: none !important;
        }

        .Digimall-w6, .Digimall-w8, .Digimall-w4 {
            float: none;
            width: 100%;
        }

        //reports
        .Digimall-reports-content .Digimall-reports-area .Digimall-reports-wrap {
            .report-left,
            .report-right {
                width: 100%;
            }
        }

        // product edit
        .Digimall-product-edit-area {
            .Digimall-product-edit-left,
            .Digimall-product-edit-right {
                float: none;
                width: 100%;
            }
        }

        .content-half-part {
            float: none;
            width: 100%;
        }

        ul.Digimall_tabs {
            padding-left: 0;
            margin-right: 0;

            li {
                margin-bottom: 10px;
            }
        }
    }

    // store page
    .Digimall-single-store .profile-frame .profile-info-box {
        width: 100%;
    }
}
