@import url("../all.css");

.setting_lokasi {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.isi_setting_lokasi {
    width: 450px;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
}

.isi_setting_lokasi h1 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
}

.form_provinsi_kota {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.alamat_lengkap {
    margin-top: 20px;
}

.simpan_lokasi {
    margin-top: 20px;
}

.batal_lokasi {
    margin-top: 10px;
    background-color: var(--border-grey);
    color: var(--grey);
}

.batal_lokasi p {
    color: var(--semi-black);
}

.isi_form_provinsi_kota {
    width: 100%;
}

#loading_lokasi {
    display: none;
}

.ubah_ongkir {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: none;
    overflow: auto;
}

.ubah_ongkir_isi {
    width: 450px;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
    margin: 30px auto;
    position: relative;
}

.ubah_ongkir_isi h1 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-align: center;
}

.loading_ubah_ongkir {
    height: 35px;
    margin: 80px 0 50px 0;
}

.res_ubah_ongkir {
    width: 100%;
    margin-top: 30px;
    display: none;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.close_ubah_ongkir {
    width: 23px;
    height: 23px;
    border-radius: 3px;
    position: absolute;
    background-color: var(--red);
    right: 5px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.close_ubah_ongkir i {
    color: var(--white);
    font-weight: bold;
}

.checkout {
    width: 100%;
    margin-top: 30px;
}

.alamat {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
}

.box_alamat {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.alamat h1 {
    font-size: 17px;
    font-weight: 600;
    color: var(--orange);
}

.box_alamat h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    cursor: pointer;
}

.alamat p {
    font-size: 15px;
    font-weight: 500;
    color: var(--semi-black);
    margin-top: 15px;
}

.detail_checkout {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 15px;
    background-color: var(--white);
}

.detail_checkout h1 {
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.box_detail_checkout {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-grey);
    overflow: hidden;
    display: block;
}

.rincian_checkout {
    width: 100%;
    overflow: hidden;
}

.rincian_checkout img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    float: left;
}

.judul_rincian_checkout {
    width: calc(100% - 100px);
    float: right;
}

.judul_rincian_checkout h1 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.judul_rincian_checkout p {
    font-size: 13px;
    font-weight: 500;
    color: var(--grey);
    margin-top: 3px;
}

.judul_rincian_checkout p span {
    color: var(--orange);
}

#subtotal_produk {
    text-align: right;
}

/* .box_harga_satuan_checkout {
    flex: 1;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.harga_satuan_checkout {
    text-align: center;
    margin-left: 50px;
} */

.box_harga_satuan_checkout {
    width: 100%;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid var(--border-grey);
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
}

.harga_satuan_checkout {
    width: 100%;
    /* background-color: red; */
    margin: 0;
    /* margin-top: 8px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.harga_satuan_checkout p {
    font-size: 14px;
    font-weight: 500;
    color: var(--semi-black);
}

.harga_satuan_checkout h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--semi-black);
    /* margin-top: 10px; */
}

.opsi_pengiriman {
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid var(--border-grey);
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.assf_opsi_pengiriman {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.isi_opsi_pengiriman_1 {
    flex: 1;
}

.isi_opsi_pengiriman_1 h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.box_isi_opsi_pengiriman {
    display: flex;
    flex-direction: row;
}

.isi_opsi_pengiriman {
    margin-left: 40px;
}

.isi_opsi_pengiriman h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.isi_opsi_pengiriman h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
    cursor: pointer;
}

.isi_opsi_pengiriman p {
    font-size: 13px;
    color: var(--semi-black);
    margin-top: 5px;
}

.total_pesanan {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.total_pesanan p {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.total_pesanan_harga {
    font-size: 19px;
    font-weight: 500;
    color: var(--orange);
}

.total_pesanan_harga span {
    font-size: 15px;
}

.status_pembayaran {
    width: 100%;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--border-grey);
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.status_pembayaran p {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.status_pembayaran h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--orange);
}

.tpdssd {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--border-grey);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tpdssd p {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.tpdssd h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--semi-black);
}

.button_bayar {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.box_bayar {
    width: 200px;
}

.back_transfer_manual {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
}

.transfer_manual {
    width: 450px;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
}

.transfer_manual h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.box_transfer_manual {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
}

.isi_box_transfer_manual {
    width: 100%;
}

.isi_box_transfer_manual h5 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.isi_box_transfer_manual h6 {
    font-size: 17px;
    font-weight: 500;
    color: var(--orange);
    margin-top: 5px;
}

.isi_box_transfer_manual h4 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.isi_box_transfer_manual h2 {
    font-size: 23px;
    font-weight: 500;
    color: var(--orange);
    margin-top: 5px;
}

.alert_file_npng_bt {
    font-size: 13px;
    font-weight: 500;
    color: var(--red);
    margin-top: 5px;
    display: none;
}

#loading_ubt {
    display: none;
}

.p_mokf_manual {
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
}

.back_ubah_tipe_pembayaran {
    width: 100%;
    height: 100vh;
    background-color: var(--bg-transparent-black);
    z-index: 3;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
}

.ubah_tipe_pembayaran {
    width: 480px;
    padding: 25px;
    background-color: var(--white);
    border-radius: 3px;
    box-sizing: border-box;
}

.ubah_tipe_pembayaran h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
}

.box_ubah_tipe_pembayaran {
    width: 100%;
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.isi_box_ubah_tipe_pembayaran {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: var(--semi-grey);
    color: var(--black);
    cursor: pointer;
    transition: 0.2s;
}

.isi_box_ubah_tipe_pembayaran_active {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: var(--orange);
    color: var(--white);
    cursor: pointer;
    transition: 0.2s;
}

.n_utp_judul {
    font-weight: 600;
    font-size: 18px;
}

.n_utp_desc {
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px;
}

#pesan_skr_load {
    display: none;
}

#loading_p_cod {
    display: none;
}

.back_pv {
    width: 100%;
    height: 100%;
    background-color: var(--bg-transparent-black);
    z-index: 3;
    position: fixed;
    overflow: auto;
    display: none;
}

.voucher {
    width: 500px;
    background-color: var(--white);
    padding: 30px;
    margin: 50px auto;
    box-sizing: border-box;
    position: relative;
}

.close_voucher {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 23px;
    color: var(--orange);
    cursor: pointer;
}

.voucher h1 {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
}

.box_isi_voucher {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.isi_voucher {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.persen_voucher {
    width: 110px;
    height: 100%;
    background-color: var(--orange);
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 3px 0 0 3px;
}

.dot_voucher {
    height: calc(100% - 16px);
    border-left: 8px dotted var(--white);
    margin-left: -4px;
    position: absolute;
}

.isi_persen_voucher {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: var(--white);
    font-weight: 600;
    margin: 0 10px;
}

.content_voucher {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    border-left: 0px;
    border-radius: 0 3px 3px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.deskripsi_voucher {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    box-sizing: border-box;
}

.deskripsi_voucher_judul {
    flex: 1;
}

.deskripsi_voucher_judul h5 {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
}

.deskripsi_voucher_judul p {
    font-size: 13px;
    color: var(--semi-black);
    font-weight: 500;
    margin-top: 3px;
}

.deskripsi_voucher_waktu {
    width: 100%;
    margin-top: 15px;
}

.deskripsi_voucher_waktu h5 {
    font-size: 12px;
    font-weight: 500;
    color: var(--grey);
}

.button_voucher {
    width: 70px;
    border: 1px solid var(--orange);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
}

.button_voucher_dk {
    width: 70px;
    border: 1px solid var(--border-grey);
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey);
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    display: none;
}

.loading_voucher {
    width: 20px;
    display: none;
    margin-right: 15px;
}

.belum_kv {
    font-size: 16px;
    color: var(--semi-black);
    font-weight: 500;
}

.belum_kv a {
    color: var(--orange);
}

.box_ljam {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.isi_box_ljam {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.isi_box_ljam h1 {
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
}

.isi_box_ljam p {
    font-size: 15px;
    color: var(--semi-black);
    margin-top: 2px;
}

.box_acc {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -25px;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back_kode_reff {
    width: 100%;
    height: 100%;
    background-color: var(--bg-transparent-black);
    z-index: 4;
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
}

.isi_kode_reff {
    width: 400px;
    padding: 30px;
    background-color: white;
    position: relative;
    box-sizing: border-box;
}

.isi_kode_reff i {
    position: absolute;
    font-size: 20px;
    color: red;
    top: 10px;
    right: 10px;
}

#ubah_onkirrrr {
    padding: 5px 11px;
    border: 1px solid var(--border-grey);
}

@media only screen and (max-width: 900px) {
    .isi_kode_reff {
        width: 100%;
    }

    header {
        display: none;
    }

    .back_header {
        display: none;
    }

    .isi_setting_lokasi {
        width: calc(100% - 30px);
        padding: 20px;
    }

    .checkout {
        margin-top: 0;
    }

    .alamat {
        padding: 15px;
    }

    .alamat h1 {
        font-size: 15px;
    }

    .box_alamat h5 {
        font-size: 14px;
        font-weight: 600;
        color: var(--orange);
    }

    .alamat p {
        font-size: 13px;
        font-weight: 500;
        color: var(--semi-black);
        margin-top: 10px;
    }

    .detail_checkout {
        padding: 15px;
        margin-top: 10px;
    }

    .detail_checkout h1 {
        font-size: 15px;
    }

    .box_detail_checkout {
        display: block;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .rincian_checkout {
        width: 100%;
    }

    .rincian_checkout img {
        width: 68px;
        height: 68px;
    }

    .judul_rincian_checkout {
        width: calc(100% - 83px);
    }

    .judul_rincian_checkout h1 {
        font-size: 14px;
    }

    .judul_rincian_checkout p {
        font-size: 12px;
    }

    .box_harga_satuan_checkout {
        width: 100%;
        margin-top: 15px;
        padding-top: 5px;
        border-top: 1px solid var(--border-grey);
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    .harga_satuan_checkout {
        width: 100%;
        /* background-color: red; */
        margin: 0;
        margin-top: 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .harga_satuan_checkout p {
        font-size: 12px;
        font-weight: 500;
    }

    .harga_satuan_checkout h5 {
        margin: 0;
        font-size: 13px;
        font-weight: 500;
    }

    .opsi_pengiriman {
        /* background-color: red; */
        margin-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }

    .box_isi_opsi_pengiriman {
        flex: 1;
        /* background-color: red; */
        margin-top: 15px;
        /* align-items: center; */
    }

    .isi_opsi_pengiriman {
        margin: 0;
    }

    .isi_opsi_pengiriman_hg {
        flex: 1;
        /* background-color: green; */
        text-align: right;
    }

    .isi_opsi_pengiriman_uo {
        margin-right: 15px;
    }

    .isi_opsi_pengiriman_1 h5 {
        font-size: 14px;
    }

    .isi_opsi_pengiriman h5 {
        font-size: 13px;
    }

    .isi_opsi_pengiriman h4 {
        font-size: 13px;
    }

    .isi_opsi_pengiriman p {
        font-size: 11px;
    }

    .tpdssd {
        padding: 15px 0;
    }

    .tpdssd p {
        font-size: 14px;
    }

    .tpdssd h5 {
        font-size: 14px;
        color: var(--semi-black);
    }

    .total_pesanan {
        margin-top: 15px;
    }

    .total_pesanan p {
        font-size: 14px;
    }

    .total_pesanan_harga {
        font-size: 16px;
        font-weight: 600;
    }

    .total_pesanan_harga span {
        font-size: 13px;
    }

    .button_bayar {
        margin-bottom: 15px;
    }

    .box_bayar {
        width: 100%;
        padding: 0 15px;
    }

    .ubah_ongkir_isi {
        width: 90%;
        margin: 5% auto;
        padding: 20px;
    }

    .status_pembayaran {
        padding: 15px 0 0 0;
        margin-top: 15px;
    }

    .status_pembayaran p {
        font-size: 14px;
    }

    .status_pembayaran h5 {
        font-size: 14px;
    }

    .box_acc {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 500px) {
    .ubah_ongkir_isi {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .transfer_manual {
        width: 95%;
    }

    .ubah_tipe_pembayaran {
        width: 100%;
        margin: 0 15px;
    }

    .box_ubah_tipe_pembayaran {
        grid-template-columns: 1fr;
    }

    .voucher {
        width: 100%;
        margin-top: 0;
        padding: 15px;
    }

    .voucher h1 {
        font-size: 18px;
    }

    .box_isi_voucher {
        margin-top: 20px;
        gap: 10px;
    }

    .persen_voucher {
        width: 90px;
    }

    .isi_persen_voucher {
        font-size: 13px;
    }

    .deskripsi_voucher {
        padding: 10px;
    }

    .deskripsi_voucher_judul h5 {
        font-size: 14px;
    }

    .deskripsi_voucher_judul p {
        font-size: 12px;
    }

    .deskripsi_voucher_waktu h5 {
        font-size: 10px;
        font-weight: 500;
        color: var(--grey);
    }

    .button_voucher {
        width: 60px;
        font-size: 11px;
        padding: 4px 0;
        margin-right: 10px;
    }

    .button_voucher_dk {
        width: 60px;
        font-size: 11px;
        padding: 4px 0;
        margin-right: 10px;
    }

    .dot_voucher {
        height: calc(100% - 12px);
        border-left: 6px dotted var(--white);
        margin-left: -3px;
    }

    .back_pv {
        background-color: var(--white);
    }

    .loading_voucher {
        margin-right: 10px;
    }

    .isi_box_ljam {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
        align-items: flex-start;
    }

    .isi_box_ljam h1 {
        font-size: 13px;
        color: var(--black);
        font-weight: 500;
    }

    .isi_box_ljam p {
        font-size: 13px;
        color: var(--semi-black);
        margin-top: 2px;
    }
}
