/*media query mobil screen  */
@media (min-width: 991px) and (max-width: 1100px) {
    .dash-box p {
        font-size: 16px;
    }

    .support-ticket-main>.card-body {
        max-height: 423px;
    }
}

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

@media (max-width: 1199px) {
    .seller-one {
        margin-top: 20px;
    }

    .store {
        gap: 10px;
    }

    .delivery {
        height: 100%;
    }

    .delivery {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .custom-table .card-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .app-main .container-fluid {
        padding: 95px 30px 10px 30px;
    }

    .product-detail p {
        width: 50%;
    }

    .edit-border .row {
        gap: 20px;
    }

    .edit-disbale {
        margin-bottom: 20px;
    }

    .welcome-img img {
        width: 100%;
    }

    .seller-one {
        margin-top: 20px;
    }

    .all-personal-detail .col-md-8 {
        gap: 20px;
    }

    .seller-one {
        margin-top: 20px;
    }

    .all-deteils .order-box {
        width: 100%;
        max-width: initial;
    }

    .order_all_boxes {
        flex-direction: column;
    }

    .all-deteils .order-bx {
        width: 100%;
    }

    ul.slick-dots {
        width: 100%;
        height: 100px;
        overflow-x: scroll;
    }

    .slick-prev,
    .slick-next {
        bottom: 78px;
    }

    .slick-prev {
        left: -12px;
    }

    .slick-next {
        right: -12px;
    }

    .icon__cnt {
        height: 50%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .store .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .refund-product-view h2 {
        font-size: 18px;
    }

    .delivery {
        height: auto;
    }

    .page-title h1 {
        font-size: 18px;
    }

    .mob_gap {
        gap: 15px;
    }

    .edit-btn {
        max-width: 125px;
    }

    .order_detail_boxes {
        padding: 0;
    }

    .refund-product-view .row .col-md-6 {
        padding: 0;
    }

    .refund-product-view .row .col-md-12 {
        padding: 0;
    }

    .dragbtn-box {
        width: 100%;
        justify-content: space-around;
    }

    .all-deteils .row .order-bx {
        width: 100%;
        max-width: initial;
    }

    .all-deteils .row {
        gap: 20px;
    }

    .edit-border .row {
        gap: 20px;
    }

    .app-main .container-fluid {
        margin-bottom: 30px;
    }

    .layout {
        padding: 20px 20px 20px 20px;
    }

    .welcome-img img {
        width: 100%;
        max-width: 250px;
    }

    .welcome-back h2 {
        margin-top: 12px;
    }

    .welcome-back h1 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .custom-table .card-header {
        flex-direction: column;
        gap: 18px;
    }

    .app-main .container-fluid {
        padding-bottom: 0;
        padding-top: 82px;
    }
    .disable-btn .disable {
        margin: 0 ;
    }
    .custom-table select.form-control:not([size]):not([multiple]) {
        width: 100%;
    }

    .custom-table .btn-wrap .btn {
        width: 50%;
    }

    .custom-table .row .col-xxl-12 {
        padding: 0;
    }

    .responsive_category {
        width: 100% !important;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .custom-table .page-link {
        padding: 8px;
        margin-bottom: 10px;
    }



    .btn-wrap {
        width: 100%;
    }

    .btn-wrap>.d-flex {
        width: 100%;
    }

    .form-group {
        width: 100%;
    }

    .detail {
        padding: 0 !important;
        margin-top: 20px;
    }

    .all-personal-detail .col-md-8 {
        gap: 20px;
    }

    .seller-one {
        margin-top: 20px;
    }

    .store {
        gap: 10px;
    }

    ul.slick-dots {
        width: 100%;
        height: 100px;
        overflow-x: scroll;
    }

    .pagination {
        justify-content: center;
    }

    .slick-prev,
    .slick-next {
        bottom: 78px;
    }

    .slick-prev {
        left: -12px;
    }

    .slick-next {
        right: -12px;
    }

    .icon__cnt {
        height: 50%;
        width: 100%;
    }

    .all-deteils .row .order-bx {
        width: 100%;
        max-width: initial;
    }

    .all-deteils .row {
        gap: 20px;
    }

    .edit-border .row {
        gap: 20px;
    }

    .all-deteils .order-box {
        width: 100%;
    }
}






/* slick slider media Query */

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }

}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}