@import url('./all.css');
/* BANNER IKLAN */
/* ORDER MENU MOBILE */
/* Rating*/
.button{
	width: 100%;
    height: 40px;
    color: var(--white);
    font-size: 5px;
}
.isi_box_rate_product {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_rate_product span {
    width: 1px;
    background-color: var(--border-grey);
    margin: 0 13px;
}

.isi_box_rate_product h5 {
    font-size: 17px;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 1px;
    color: var(--orange);
}

.isi_box_rate_product i {
    font-size: 17px;
    color: var(--orange);
}

.isi_box_rate_product h4 {
    font-size: 17px;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 1px;
    color: var(--black);
}

.isi_box_rate_product p {
    font-size: 17px;
    font-weight: 400;
    margin-right: 5px;
    margin-top: 1px;
    color: var(--semi-black);
}

/* Rating*/

.mo_order_menu {
    width: 100%;
    /* background-color: red; */
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-grey);
    display: none;
}

/* ORDER MENU MOBILE PROFILE */
.box_mo_order_menu_prof {
    width: 100%;
    display: grid;
    grid-template-columns: 0fr 1fr 0fr 1fr;
}

.isi_mo_order_menu_prof {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.isi_mo_order_menu_prof img {
    height: 30px;
}

.isi_mo_order_menu_prof p {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 500;
    color: var(--semi-black);
}

/* END ORDER MENU MOBILE PROFILE */
/* FORM TAMBAH KEGIATAN */
.back_tp_adm {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: none;
    overflow: auto;
}
.back_tp_adm2 {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: none;
    overflow: auto;
}

.isi_tp_adm {
    width: 340px;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    margin: 30px auto;
}

.isi_tp_adm h1 {
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.form_isi_tp_adm {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.box_form_isi_tp_adm {
    width: 100%;
}

.box_form_isi_tp_adm2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.box_form_isi_tp_adm5 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.box_img_produk_tambah {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.isi_box_img_produk_tambah {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.isi_box_img_produk_tambah i {
    font-size: 30px;
    color: var(--grey);
}

.isi_box_img_produk_tambah img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.box_button_edit_akun {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.button_cancel_edit_akun {
    width: 130px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--border-grey);
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.button_confirm_edit_akun {
    width: 130px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--orange);
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.button_confirm_edit_akun img {
    height: 20px;
    display: none;
}

.jumlah_users_admin {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--orange);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.jumlah_users_admin h1 {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
}

.add_kategori_adm {
    width: 100%;
    padding: 15px 0;
    background-color: var(--white);
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--semi-black);
    transition: 0.2s;
}

.add_kategori_adm:hover {
    color: var(--orange);
}

.add_kategori_adm p {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
}

.add_kategori_adm i {
    font-size: 16px;
    font-weight: 500;
}

.ci_tp {
    display: none;
}

.list_produk_n {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px;
}

.isi_all_users_admin {
    width: 100%;
    padding: 15px 20px;
    background-color: var(--white);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_left_aua {
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_left_aua img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    object-fit: cover;
}

.isi_box_left_aua {
    margin-left: 15px;
}

.isi_box_left_aua h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.isi_box_left_aua p {
    font-size: 13px;
    font-weight: 500;
    color: var(--semi-black);
    margin-top: 2px;
}

.box_right_aua {
    flex: 1;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.isi_box_right_aua {
    /* background-color: blue; */
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.isi_box_right_aua h3 {
    color: var(--grey);
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

.isi_box_right_aua p {
    color: var(--semi-black);
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    text-align: right;
}

.bu_edit_aua {
    width: 35px;
    height: 35px;
    background-color: var(--orange);
    margin-left: 30px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--white);
}

.bu_delete_aua {
    width: 35px;
    height: 35px;
    background-color: var(--border-grey);
    margin-left: 15px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--semi-black);
}

.box_varian_produk_adm {
    width: 100%;
}

.varian_produk_adm {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.varian_produk_adm2 {
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.isi_varian_produk_adm {
    width: 100%;
}

.isi_varian_produk_adm2{
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 3fr;
    gap: 5px;
}

.v_warna_adm {
    display: none;
}

.box_varian_produk_adm h5 {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
}

.box_varian_produk_adm p {
    font-size: 13px;
    color: var(--grey);
    font-weight: 500;
    margin-top: 5px;
}

.add_warna_varian_adm {
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    border: 1px solid var(--orange);
    cursor: pointer;
    color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
}
/* FORM TAMBAH KEGIATAN */

/* pencil*/
.change_img_pro {
    width: 25px;
    height: 25px;
	margin-bottom:170px;
    border-radius: 25px;
    background-color: var(--orange);
    border: 2px solid var(--white);
    position: absolute;
    right: 0px;
    bottom: 0;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.change_img_pro i {
    font-size: 15px;
    margin-left: 1px;
}

/* BOX USER */
.profile {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: start;
}

.user_info {
    width: 320px;
    padding: 20px;
    padding-bottom: 1px;
    background-color: var(--white);
    box-sizing: border-box;
    margin-right: 30px;
}

.info_user {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--semi-grey);
}

.info_user img {
    width: 35px;
    height: 35px;
    border-radius: 45px;
    object-fit: cover;
}

.box_data_qr {
margin-top:10px;
}

.box_data_qr p {
    font-size: 12px;
    color: var(--grey);
    margin-top: -10px;
    margin-left: 4px;
}

.box_data_user {
    margin-left: 20px;
    margin-right: 36px;
}
.box_data_user h3 {
	color:green;
    font-size: 15px;
    font-weight: 500;
}

.box_data_user p {
    font-size: 12px;
    color: var(--grey);
    margin-top: 1px;
}
.box_data_user_garis {
    margin-left: -16px;
    margin-right: 36px;
}
.box_data_user_garis h1 {
    font-size: 35px;
    font-weight: 200;
    color: var(--black);
}

.box_data_user_garis1 {
    margin-left: 16px;

}
.box_data_user_garis1 h1 {
    font-size: 35px;
    font-weight: 200;
    color: var(--black);
}

.box_data_user_koin {
    margin-right: -36px;
    margin-left: -16px;
}
.box_data_user_koin h3 {
	color:#e3cb00;
    font-size: 14px;
    font-weight: 500;
}

.box_data_user_koin p {
    font-size: 12px;
    color: var(--grey);
    margin-top: 1px;
}

/* BOX USER */

.banner_iklan {
    width: 100%;
    margin-top: 30px;
}

.banner_big_iklan {
    width: 100%;
}

.img_banner_big_iklan {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

/* KATEGORI */

.kategori {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.isi_kategori {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid var(--white);
    transition: 0.2s;
    border-radius: 35px;
}

.isi_kategori:hover {
    border: 2px solid var(--orange);
    border-radius: 3px;
}

.isi_kategori img {
    height: 70px;
}

.isi_kategori p {
    font-size: 14px;
    margin-top: 15px;
    color: var(--black);
    text-align: center;
    line-height: 20px;
}

/* FLASH SALE */

.flash_sale {
    width: 100%;
    margin-top: 30px;
}

.title_flash_sale {
    background-color: var(--white);
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_title_flash_sale {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_title_flash_sale i {
    font-size: 20px;
    font-weight: 600;
    color: var(--orange);
    margin-right: 5px;
    margin-top: -3px;
}

.box_title_flash_sale p {
    font-size: 25px;
    font-weight: 600;
    color: var(--orange);
}

.countdown_flash_sale {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    align-items: center;
}

.countdown_flash_sale div {
    width: 32px;
    height: 30px;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
}

.countdown_flash_sale span {
    margin: 0 5px;
    font-weight: 600;
    color: var(--black);
    font-size: 16px;
}

.box_lihat_semua {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--orange);
    font-size: 16px;
    font-weight: 400;
}

.box_lihat_semua i {
    margin-top: 1px;
}

.box_iklan_flash_sale {
    width: 100%;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

.iklan_flash_sale {
    width: 100%;
    background-color: var(--white);
    position: relative;
}

.box_persen_flashsale {
    background-color: var(--orange);
    position: absolute;
    text-align: center;
    margin-top: 10px;
    padding: 5px 8px;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 0;
}

.iklan_flash_sale img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    float: left;
}

.text_iklan_flash_sale {
    width: 100%;
    padding: 13px 15px 15px 15px;
    float: left;
    box-sizing: border-box;
}

.text_iklan_flash_sale h1 {
    font-size: 20px;
    font-weight: 500;
    color: var(--orange);
    text-align: center;
}

.text_iklan_flash_sale span {
    font-size: 15px;
}

.total_barang_flash_sale {
    width: 100%;
    height: 20px;
    margin-top: 15px;
    background-color: var(--semi-orange);
    border-radius: 20px;
    position: relative;
}

.persen_barang_flash_sale {
    height: 100%;
    background-color: var(--orange);
    border-radius: 20px;
    position: absolute;
}

.text_barang_flash_sale {
    width: 100%;
    height: 100%;
    position: absolute;
}

.text_barang_flash_sale p {
    font-size: 12px;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    line-height: 20px;
}

.box_fs_res {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* PRODUK TERLARIS */

.box_title_produk_terlaris {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_title_produk_terlaris p {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
}

.box_judul_ptl {
    width: 100%;
    height: 43px;
}

.box_judul_ptl p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--black);
    font-size: 14px;
}

.box_harga_ptl {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
}

.box_harga_ptl h1 {
    font-size: 15px;
    color: var(--orange);
    font-weight: 500;
}

.box_harga_ptl span {
    font-size: 13px;
}

.box_harga_ptl p {
    font-size: 11.5px;
    color: var(--black);
}

/* RESPONSIVE */

@media only screen and (max-width: 900px) {
	.isi_box_rate_product h5 {
        font-size: 13px;
    }
    .isi_box_rate_product i {
        font-size: 13px;
    }
    .isi_box_rate_product h4 {
        font-size: 13px;
    }
    .isi_box_rate_product p {
        font-size: 13px;
    }
	
    .profile {
        margin-top: 0;
    }
    .user_info {
        width: 100%;
        /* background-color: red; */
        margin-right: 0;
        /* display: none; */
    }
    .info_user {
        border-bottom: 1px solid var(--border-grey);
    }
    .banner_big_iklan {
        width: 100%;
        height: auto;
    }
    .img_banner_big_iklan {
        height: 90px;
    }
    .banner_small_iklan {
        display: none;
    }
    .box_kategori {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .box_kategori::-webkit-scrollbar {
        display: none;
    }

    .box_user {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .box_user::-webkit-scrollbar {
        display: none;
    }

    .box_iklan_flash_sale_1 {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .box_iklan_flash_sale_1::-webkit-scrollbar {
        display: none;
    }
		 .mo_order_menu {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .banner_iklan {
        margin-top: 15px;
    }
    .banner_big_iklan {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .box_kategori {
        width: 100%;
    }
    .kategori {
        width: 850px;
        box-sizing: border-box;
        padding: 0 15px;
        grid-gap: 10px;
        margin-top: 15px;
    }
    .isi_kategori {
        /* background-color: red; */
        padding: 10px 0;
    }
    .isi_kategori img {
        height: 50px;
    }
    .isi_kategori p {
        font-size: 11px;
        line-height: 16px;
    }
    .box_lihat_semua {
        display: none;
    }
    .flash_sale {
        margin-top: 15px;
        background-color: var(--white);
    }
    .title_flash_sale {
        padding: 15px;
    }
    .box_title_flash_sale {
        justify-content: space-between;
    }
    .countdown_flash_sale {
        float: right;
    }
    .box_title_flash_sale i {
        font-size: 15.5px;
    }
    .box_title_flash_sale p {
        font-size: 18px;
    }
    .countdown_flash_sale div {
        width: 27px;
        height: 24px;
        font-size: 12px;
    }
    .countdown_flash_sale span {
        font-size: 12px;
        margin: 0 4px;
    }
    .box_iklan_flash_sale {
        width: 800px;
        padding: 0 15px;
        /* background-color: red; */
        margin: 0;
        grid-gap: 10px;
        padding-bottom: 15px;
    }
    .iklan_flash_sale img {
        height: 120px;
    }
    .iklan_flash_sale h1 {
        font-size: 15px;
    }
    .iklan_flash_sale span {
        font-size: 13px;
    }
    .total_barang_flash_sale {
        height: 18px;
    }
    .text_barang_flash_sale p {
        font-size: 10px;
    }
    .iklan_flash_sale {
        /* background-color: red; */
        border: 2px solid var(--semi-grey)
    }
    .box_persen_flashsale p {
        font-size: 13px;
    }
    .title_flash_sale p {
        font-size: 17px;
        font-weight: 600;
    }
    .grid_terlaris {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        box-sizing: border-box;
    }

        /* USER BOX*/

    .box_user {
        width: 100%;
    }
    .nametag {
        width: 150px;
        box-sizing: border-box;
        padding: 0 15px;
        grid-gap: 20px;
        margin-top: 25px;
    }
    .isi_nametag {
		border-radius: 10px;
        background-color: white; 
        padding: 10px 0;
    }
    .isi_nametag img {
        height: 50px;
    }
    .isi_nametag p {
        font-size: 11px;
        line-height: 16px;
    }
}