@media (min-width: 768px) and (max-width: 1366px) {
    .jagodagang-auth {
        padding: 30px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1440px) {
    .dataTables_wrapper {
        overflow: unset;
    }
    .dataTables_wrapper table {
        display: block;
        overflow: auto;
        width: 100% !important;
    }
    .dataTables_wrapper table::-webkit-scrollbar {
        height: 5px;
    }
    /* Track */
    .dataTables_wrapper table::-webkit-scrollbar-track {
        background: #E4E4E4;
        border-radius: 5px;
    }
    /* Handle */
    .dataTables_wrapper table::-webkit-scrollbar-thumb {
        background: #2366B7;
        border-radius: 5px;
        cursor: pointer;
    }
    /* Handle on hover */
    .dataTables_wrapper table::-webkit-scrollbar-thumb:hover {
        background: #2366B7;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    /* Toko /admin/toko */
    .sidebar {
        min-width: 220px;
        padding: 50px 20px 30px;
    }
    
    .sidebar-menu-item a.sidebar-link {
        gap: 15px;
        padding: 16px 15px;
    }
    /* end Toko /admin/toko */
    .cari-flex > div:first-child {
        width: 60%;
    }
    .cari-flex > div:last-child {
        width: 40%;
    }
    .cari-flex > div:last-child > div {
        width: 70%;
    }
    .cari-flex > div:last-child > div:last-child {
        width: 30%;
    }
}

@media only screen and (min-width: 1px) and (max-width: 1200px) {
    /* Toko /toko */
    .prov-item {
        font-size: 12px;
        padding: 0 20px;
        text-align: center;
    }
    
    .prov-list {
        column-gap: 20px;
    }
    
    table.dataTable.datatable-custom-we tbody td {
        line-height: 18px;
    }
    /* end Toko /toko */
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {

    .sidebar,
    #dropdown-nav,
    .jualan-navbar,
    header,
    .dashboard-wrap .cari-produk-wrap,
    .saran-pencarian-wrap h2 {
        display: none;
    }

    .sidebar-menu-item:not(:last-child) {
        margin-bottom: 0px;
    }
    
    .sidebar-menu-item a.sidebar-link {
        position: relative;
        display: flex;
        gap: 16px;
        align-items: center;
        color: #98A2AE;
        font-size: 14px;
        font-family: Jost;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 15px 15px;
        border-radius: 10px;
        background-color: transparent;
        transition: all 0.3s ease;
        z-index: 2;
        border-top: 1px solid #ededed;
    }

    .head-product-search {
        width: unset;
        padding-right: 20px; 
    }

    .user-head-detail {
        width: unset;
        padding-left: 20px;
    }

    .cari-flex {
        gap: 0.625rem;
    }

    .cari-flex > div:first-child {
        width: 50%;
    }

    .cari-flex > div:last-child {
        width: 50%;
    }

    /* Single Toko */
    .toko .produk-detail-left .list-wrap .detail:last-child {
        padding-left: 0;
    }

    .produk-detail-left .list-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .toko .produk-detail-left .list-wrap .detail:first-child,
    .toko .produk-detail-left .list-wrap .detail:last-child {
        width: 100%;
        min-width: 100%;
    }

    .produk-detail-left .list-wrap .detail:last-child > ul {
        width: 100%;
    }

    .produk-top-detail ul li > span:first-child::before {
        right: 30px;
    }
    /* end Single Toko */

    

    .navigation-mobile-bottom {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 10;
        padding: 19px 25px 20px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border: 1px solid #E4E4E4;
        background: #FFF;
        z-index: 99;
    }

    .the-content {
        margin: 0 0 100px;
        padding: 0;
        border: 0;
        background-color: #D4E1F0;
        min-height: 100vh;
    }

    /* Top Bar Mobile */
    .top-page-mobile {
        display: block;
        padding: 40px 20px 38px;
    }

    .cari-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cari-flex > div:first-child {
        width: unset;
        flex: 1 0 100%;
    }
    .cari-flex > div:last-child {
        display: flex;
        width: unset;
        align-items: center;
        flex: 1 0;
        gap: 5px;
    }

    .top-page-mobile .info-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* end Top Bar Mobile */

    /* Hasil Riset Produk /riset/riset-produk */
    .hasil-riset-produk-wrap {
        padding: 31px 20px 23px;
        background-color: #FFF;
        border-radius: 25px 25px 0px 0px;
    }

    .hasil-riset-produk-wrap .info-top h2 {
        color: #242424;
        font-family: Jost;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .hasil-cari-product-item {
        padding: 20px;
    }

    .hasil-product-top .product-thumb img {
        border: 0;
    }

    .search-res-head p {
        margin: 0;
    }
    
    /* Hasil Riset Produk /riset/riset-produk */
    .top-page-mobile .cari-produk-wrap .btn-riset,
    .cari-produk-wrap select {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .thankyou-wrap {
        border-radius: 25px;
        background: #fff;
        width: 100%;
    }
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .dashboard-wrap.mobile .toko-group .toko-list table tbody tr td:nth-child(1) {
        width: 20%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
    .toko-loop-grid.search-result .toko-loop-detail ul li {
        font-size: 13px;
        line-height: 32px;
    }

    .hasil-product-top h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .hasil-cari-product-item .toko-loop-btn-wrap a {
        font-size: 13px;
    }

    .toko-loop-grid .toko-loop-btn-wrap {
        gap: 10px;
    }

    .hasil-product-top .product-thumb img {
        height: 290px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}


@media only screen and (min-width: 1px) and (max-width: 425px) {
    .top-page-mobile .cari-produk-wrap .cari_produk {
        height: 45px;
        padding: 2px 32px 2px 50px;
        border-radius: 10px;
        background: #FFF;
    }
    .top-page-mobile .cari-produk-wrap select {
        height: 38px;
        background: #FFF;
    }
    
    .top-page-mobile .cari-produk-wrap .btn-riset {
        height: 38px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 320px) {
    .single-toko-mobile .single-produk-toko-wrap .produk-button {
        flex-wrap: wrap;
    }

    .hasil-product-top .product-thumb img {
        height: 240px;
    }
    
    .toko-loop-grid.search-result .toko-loop-detail ul li {
        font-size: 10px;
        line-height: 26px;
    }
    
    .hasil-product-top h3 {
        font-size: 14px;
        line-height: 21px;
    }
    
    .hasil-cari-product-item .toko-loop-btn-wrap a {
        gap: 7px;
        font-family: 'Jost';
        font-size: 10px;
    }
}