@import url("../all.css");
/* SPEK PRODUK */

html {
    scroll-behavior: smooth;
}

.product {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    margin-top: 30px;
}

.detail_product {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.foto_product {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.left_foto_produk {
    width: 100%;
    display: flex;
}

.left_foto_produk a {
    width: 100%;
    display: flex;
}

.left_foto_produk img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.right_foto_produk {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.right_foto_produk a {
    width: 100%;
    display: flex;
}

.right_foto_produk img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.produk_habis {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: var(--bg-transparent-black);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produk_habis p {
    font-size: 23px;
    font-weight: 600;
    color: var(--white);
}

.box_ov_gambar_p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.box_wishlist {
    width: 40px;
    height: 40px;
    background-color: var(--semi-grey);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wishlist_active {
    font-size: 24px;
    margin-top: 1px;
    color: var(--orange);
    cursor: pointer;
}

.wishlist_nonactive {
    font-size: 24px;
    margin-top: 1px;
    color: #505050;
    cursor: pointer;
}

.wishlist_active_an {
    font-size: 24px;
    margin-top: 1px;
    color: var(--orange);
    cursor: pointer;
    animation: love_wishlist 0.2s;
}

@keyframes love_wishlist {
    50% {
        font-size: 30px;
    }
}

.wishlist_hidden {
    display: none;
}

.list_foto_product {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 3px;
}

.box_list_foto_product {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.box_list_foto_product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.deskripsi_product {
    flex: 1;
    /* margin-left: 30px; */
    margin-top: 30px;
}

.deskripsi_product h1 {
    font-size: 23px;
    font-weight: 600;
    color: var(--black);
    margin-top: -5px;
}

.in_box_rate_product {
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.imgstar {
    height: 35px;
}

.box_rate_product {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.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);
}

.harga_box {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 20px;
    background-color: var(--semi-grey);
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 3px dashed var(--orange);
}

.isi_harga_box {
    flex: 1;
}

.isi_harga_box h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 3px;
}

.isi_harga_box h3 span {
    font-size: 13px;
    font-weight: 500;
    color: var(--grey);
}

.isi_harga_box h2 {
    font-size: 25px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: 1px;
}

.isi_harga_box h2 span {
    font-size: 20px;
    font-weight: 600;
    color: var(--orange);
}

.isi_harga_flashsale {
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.isi_harga_flashsale i {
    font-size: 18px;
    color: var(--orange);
    margin-top: -1px;
}

.isi_harga_flashsale p {
    margin-left: 3px;
    font-size: 18px;
    font-weight: 500;
    color: var(--orange);
}

.rincian_product {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 13px;
}

.isi_rincian_product {
    width: 100%;
    /* background-color: blue; */
    display: flex;
    flex-direction: row;
}

.isi_rincian_product h5 {
    width: 120px;
    /* background-color: green; */
    font-size: 14px;
    font-weight: 400;
    color: var(--grey);
}

.isi_rincian_product p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.add_cart {
    /* width: 100%; */
    height: 50px;
    /* margin-top: 30px; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.add_cart_2 {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.jumlah_barang_beli {
    height: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_pm_jumlah {
    height: 28px;
    background-color: var(--semi-grey);
    display: flex;
    flex-direction: row;
}

.box_button_jumlah {
    width: 28px;
    height: 28px;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.box_button_jumlah img {
    width: 10px;
    height: 10px;
}

.box_hasil_jumlah {
    width: 50px;
    height: 28px;
}

.box_hasil_jumlah p {
    font-size: 15px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    line-height: 28px;
}

.box_hasil_jumlah input {
    font-family: "Poppins", sans-serif;
    outline: none;
    width: 100%;
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    line-height: 28px;
    border: 0;
    background-color: transparent;
}

.jumlah_barang_beli h5 {
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
    color: var(--black);
}

.button_box_cart {
    width: 100%;
    height: 100%;
    display: flex;
    font-display: row;
}

.masukan_keranjang {
    padding: 0 25px;
    height: 100%;
    box-sizing: border-box;
    margin-right: 15px;
    border: 2px solid var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.masukan_keranjang i {
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
    margin-right: 8px;
}

.masukan_keranjang p {
    font-size: 15px;
    font-weight: 600;
    color: var(--orange);
}

.masukan_keranjang img {
    width: 20px;
    height: 20px;
    margin: 0 65px;
}

#loading_keranjang {
    display: none;
}

#hapus_keranjang {
    display: none;
}

.wishlist_bn {
    width: 70px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
}

.beli_sekarang {
    width: 250px;
    height: 100%;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.beli_sekarang p {
    font-size: 15px;
    font-weight: 600;
    color: var(--white);
}

.beli_sekarang img {
    width: 20px;
    height: 20px;
}

#loading_beli_sekarang {
    display: none;
}

/* CONTENT VIEW */

.content_view {
    width: 100%;
    background-color: var(--white);
    margin-top: 30px;
}

.box_profile_penjual {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile_penjual {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile_penjual img {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    object-fit: cover;
}

.name_profile_penjual {
    flex: 1;
    margin-left: 20px;
}

.name_profile_penjual h1 {
    color: var(--black);
    font-size: 17px;
    font-weight: 600;
}

.name_profile_penjual p {
    color: var(--grey);
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.name_profile_penjual p span {
    color: var(--orange);
}

.box_chat_visit {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.isi_chat_visit {
    padding: 8px 15px;
    margin-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid var(--border-grey);
    cursor: pointer;
    color: var(--grey);
    transition: 0.2s;
}

.isi_chat_visit:hover {
    border: 2px solid var(--orange);
    color: var(--orange);
}

.isi_chat_visit i {
    font-size: 17px;
    margin-top: -2px;
}

.isi_chat_visit p {
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
}

.cv_title {
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 2px solid var(--semi-grey);
    justify-content: space-between;
}

.cv_title p {
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.isi_cv {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.isi_cv p {
    font-size: 15px;
    margin-top: -4px;
    color: var(--semi-black);
}

.back_add_card {
    display: none;
    width: 100%;
    height: 55px;
    margin-top: 15px;
}

#res {
    display: none;
}

.box_isi_rating {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.isi_user_rating {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.isi_user_rating img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
}

.text_isi_user_rating {
    flex: 1;
    margin-left: 15px;
}

.name_text_isi_user_rating {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.name_text_isi_user_rating h5 {
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
}

.name_text_isi_user_rating p {
    font-size: 12px;
    color: var(--grey);
}

.star_user_rating {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

.star_user_rating i {
    font-size: 13px;
    color: var(--orange);
}

.desk_rat_usr {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 400;
    color: var(--semi-black);
}
.back_varian_produk {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    background-color: var(--bg-transparent-black);
    display: none;
    overflow: auto;
    flex-direction: column;
}

.varian_produk {
    width: 450px;
    height: auto;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
    position: relative;
    margin: 50px auto;
}

.harga_varian_produk {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-grey);
}

.harga_varian_produk h1 {
    font-size: 18px;
    font-weight: 500;
    color: var(--orange);
}

.harga_varian_produk p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.varian_ukuran {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-grey);
}

.varian_ukuran h1 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.box_select_varian {
    width: 100%;
    overflow: hidden;
}

.isi_box_select_varian {
    float: left;
    padding: 5px 17px;
    background-color: var(--semi-grey);
    margin-right: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--black);
    cursor: pointer;
}

.isi_box_select_varian_active {
    float: left;
    padding: 5px 17px;
    background-color: var(--orange);
    margin-right: 15px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--white);
    cursor: pointer;
}

.box_button_varian {
    margin-top: 25px;
    display: none;
}

.close_varian_produk {
    font-size: 23px;
    color: var(--white);
    position: absolute;
    top: 0px;
    right: -30px;
    cursor: pointer;
}
#loading_masukan_keranjang {
    display: none;
}

#img_rat_vp {
    width: 70px;
    height: 65px;
    object-fit: cover;
    border-radius: 3px;
    margin-top: 6px;
}

.back_share_produk {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: var(--bg-transparent-black);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: none;
}

.share_produk {
    width: 450px;
    padding: 30px;
    box-sizing: border-box;
    background-color: var(--white);
    border-radius: 3px;
    position: relative;
}

.share_produk h1 {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.box_link_produk {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.isi_link_produk {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
}

.bg_lp_link {
    background-color: var(--orange);
    color: var(--white);
}

.bg_lp_wa {
    background-color: #25d366;
    color: var(--white);
}

.bg_lp_fb {
    background-color: #3b5998;
    color: var(--white);
}

.bg_lp_twitter {
    background-color: #1da1f2;
    color: var(--white);
}

#ico_selesai_copy_p {
    display: none;
}

.close_sp {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 23px;
    color: var(--orange);
    cursor: pointer;
}

.isi_slider_produk_serupa {
    width: 100%;
    height: 200px;
    background-color: red;
}

.box_detail_program {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
}

.isi_box_detail_program {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
}

.maskapai_transit {
    width: 100%;
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.box_maskapai_transit {
    width: 100%;
}

.box_maskapai_transit h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
}

.box_maskapai_transit p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    color: var(--black);
}

.isi_box_detail_program i {
    font-size: 30px;
}

.text_isi_detail_pro {
    margin-left: 13px;
}

.text_isi_detail_pro h3 {
    font-size: 13px;
    font-weight: 600;
    color: var(--black);
}

.text_isi_detail_pro p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    color: var(--black);
}

.binvaruk {
    height: 35px;
    margin-top: 15px;
}

.data_jamaah {
    width: 100%;
    height: 100%;
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    overflow: auto;
    display: flex;
}

.box_data_jamaah {
    width: 450px;
    padding: 30px;
    background-color: var(--white);
    margin: 50px auto;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
}

.cov_isi_box_jamaah {
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.isi_box_jamaah {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.isi_box_jamaah h2 {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.form_isi_box_jamaah2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 5px;
}

.hotel_dtl h1 {
    font-size: 16px;
    font-weight: 500;
}

.hotel_dtl h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.box_maps_htl {
    margin-top: 15px;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    box-sizing: border-box;
}

.box_maps_htl p {
    font-size: 14px;
    margin-top: 10px;
}

.maps {
    width: 100%;
    height: 300px;
}

.harga_barudd {
    width: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.bintang_hotel_new {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.bintang_hotel_new h1 {
    padding: 5px 18px;
    border-radius: 20px;
    background-color: #c4ffe3;
    font-size: 14px;
    font-weight: 600;
}

.icon_bintang_hotel_new {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    margin-top: -5px;
}

.icon_bintang_hotel_new i {
    font-size: 15px;
    color: gold;
}

.isadinsdf {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.isi_isadinsdf {
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.isi_isadinsdf i {
    font-size: 23px;
}

.isi_isadinsdf p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.info_pesanan_vp {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-grey);
}

.info_pesanan_vp h1 {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.aeifsdfkj {
    padding: 15px;
    border: 1px solid var(--border-grey);
    border-radius: 15px;
}

.aeifsdfkj h2 {
    font-size: 14px;
    color: var(--black);
    border-bottom: 1px solid var(--border-grey);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.grid_2_ukuran {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.isi_grid_2_ukuran {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* .isi_grid_2_ukuran input {
    border: 1px solid var(--orange);
}

.isi_grid_2_ukuran select {
    border: 1px solid var(--orange);
} */

.box_h_miusf {
    width: 100%;
    margin-top: 15px;
}

.box_h_miusf h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--orange);
}

.box_h_miusf p {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
}

.sisapersen {
    width: 50%;
    height: 40px;
    border: 1px solid var(--orange);
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px;
    justify-content: end;
    margin-top: 30px;
}

.bar_sisapersen {
    width: 90%;
    height: 100%;
    background-color: var(--orange);
    position: absolute;
    box-sizing: border-box;
    border: 5px solid var(--white);
    border-radius: 5px;
}

.sisapersen p {
    z-index: 1;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}

.cbl_beli_h_modal {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bhj_modal {
    background-color: #e67e22;
}

/* .box_menu_step {
} */

.menu_step {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.menu_step a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: none; /* pastikan tidak ada underline default */
    padding-bottom: 3px; /* agar garis tidak menempel ke teks */
    display: inline-block; /* agar border-bottom terlihat */
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}

.menu_step a:hover {
    border-bottom: 2px solid var(--orange);
}

.box_hari_ip {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
    background-color: var(--border-grey);
}

.l_hari_ip {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}

.l_hari_ip h1 {
    font-size: 20px;
}

.l_hari_ip h2 {
    font-size: 16px;
    background-color: var(--orange);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    font-weight: 500;
}

.d_hari_ip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
}

.l_d_hari_ip {
    flex: 1;
}

.l_d_hari_ip h3 {
    font-size: 20px;
}

.l_d_hari_ip p {
    font-size: 16px;
    margin-top: 15px;
}

.d_hari_ip img {
    width: 400px;
    border-radius: 10px;
}

.catatan_hip {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border-grey);
}

.catatan_hip h1 {
    font-size: 20px;
}

.catatan_hip p {
    font-size: 16px;
    margin-top: 10px;
}

.box_sk_v {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.l_sk_v {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sk_v {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    box-sizing: border-box;
}

.sk_v h1 {
    font-size: 16px;
    background-color: var(--orange);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
}

.sk_v ul {
    font-size: 15px;
}

.box_h_paket {
    width: 100%;
}

.box_h_paket h1 {
    font-size: 16px;
}

/* .box_kamar_h_paket {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}

.kamar_h_paket {
    height: 40px;
    padding: 0px 15px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.khp_active {
    border: 2px solid var(--orange);
}

.kamar_h_paket p {
    font-size: 14px;
    text-align: center;
} */

.box_kamar_h_paket {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.kamar_h_paket {
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.khp_active {
    border: 1px solid var(--orange);
}

.kamar_h_paket i {
    font-size: 23px;
}

.kamar_h_paket p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}

.box_h_paket h2 {
    font-size: 16px;
    margin-top: 20px;
}

.tipe_seat {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    margin-top: 15px;
}

.box_seat {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

.text_t_seat h4 {
    font-size: 15px;
    font-weight: 600;
}

.text_t_seat p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

.text_t_seat h3 {
    font-size: 18px;
}

.text_t_seat h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}

.plus_t_seat {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.btn_plus_t_seat_m {
    width: 25px;
    height: 25px;
    background-color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.number_plus_t_seat {
    font-size: 15px;
    font-weight: 500;
}

.box_total_h_paket {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.btn_thp {
    width: 160px;
    padding: 12px 0;
    background-color: var(--orange);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_thp p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    /* display: none; */
}

.btn_thp img {
    height: 24px;
    display: none;
}

.check_new {
    width: 100%;
    padding: 15px 0;
    background-color: #303030;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    z-index: 5;
}

.box_check_new {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.btn_show_detail {
    padding: 6px 20px;
    background-color: var(--orange);
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    color: #fff;
    top: -45px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.btn_show_detail p {
    font-size: 13px;
}

.btn_show_detail i {
    font-size: 13px;
}

.bcn_l {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.bcn_l p {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.bcn_r {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.bcn_l h1 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.check_pc {
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
    accent-color: var(--orange); /* Warna saat dicentang (misalnya merah) */
}

.box_komp_add {
    width: 100%;
}

.box_komp_add h1 {
    font-size: 16px;
}

.box_komp_add h2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.im_komp_add {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.komp_add_l {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.komp_add_r {
    flex: 1;
    gap: 15px;
    position: relative;
    overflow: hidden;
}

.komp_add_r img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 5px;
}

.s_komp_add {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
}

.s_komp_add {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.s_komp_add p {
    font-size: 16px;
    /* font-weight: 500; */
}

.t_harga_komp {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid var(--border-grey);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.t_harga_komp p {
    font-size: 16px;
    font-weight: 600;
}

.box_ako {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.akomo {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--border-grey);
    box-sizing: border-box;
}

.akomo img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.akomo h1 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.akomo h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

.akomo h3 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
}

.loop_star_htl {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.loop_star_htl i {
    font-size: 16px;
    color: gold;
}

.back_detail_check_n {
    width: 100%;
    height: calc(100% - 77px);
    background-color: var(--bg-transparent-black);
    position: fixed;
    z-index: 3;
    overflow: auto;
    display: none;
}

.detail_check_n {
    width: 500px;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    position: relative;
    margin: 30px auto 0 auto;
    bottom: 0;
}

.btn_detail_check {
    padding: 6px 20px;
    background-color: var(--orange);
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    color: #fff;
    top: -3px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
}

.btn_detail_check p {
    font-size: 13px;
}

.btn_detail_check i {
    font-size: 13px;
}

.detail_check_n h1 {
    font-size: 18px;
    margin-top: 20px;
}

.box_dif_cn {
    margin-top: 15px;
    width: 100%;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.list_box_dif_cn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.list_box_dif_cn h3 {
    flex: 1;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.list_box_dif_cn p {
    flex: 1;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}

.box_l_dff {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.list_box_l_dff {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list_box_l_dff p {
    font-size: 13px;
    font-weight: 400;
}

.txt_list_box_l_dff {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    padding: 8px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.txt_list_box_l_dff h3 {
    flex: 1;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

.txt_list_box_l_dff p {
    flex: 1;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
}

.box_2_content_view {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.co_box_2_content_view {
    flex: 1;
}

.img_ammw {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

/* RESPONSIVE */

@media only screen and (max-width: 900px) {
    .box_2_content_view {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .img_ammw {
        width: 130px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

    .back_detail_check_n {
        height: calc(100% - 78px);
    }

    .check_new {
        width: 100%;
        padding: 15px 15px;
        background-color: #303030;
        position: fixed;
        bottom: 0;
        box-sizing: border-box;
        z-index: 5;
    }

    .detail_check_n {
        width: 100%;
        padding: 15px;
        background-color: #fff;
        box-sizing: border-box;
        position: relative;
        margin: 20px auto 0 auto;
    }

    .bcn_l {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 3px;
    }

    .bcn_l p {
        font-size: 13px;
    }

    .box_ako {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .im_komp_add {
        flex-direction: column;
    }

    .menu_step {
        display: flex; /* Ganti grid jadi flex agar mudah scroll horizontal */
        gap: 15px;
        overflow-x: auto; /* Aktifkan scroll horizontal saat overflow */
        white-space: nowrap; /* Hindari line break */
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch; /* Smooth scroll di iOS */
        scrollbar-width: none; /* Firefox: hilangkan scrollbar */
    }

    .menu_step a {
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        padding-bottom: 3px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: 0.2s;
        white-space: nowrap; /* Pastikan text tidak pecah */
    }

    .box_sk_v {
        grid-template-columns: 1fr;
    }

    .d_hari_ip {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .d_hari_ip img {
        width: 100%;
        border-radius: 10px;
    }

    .sisapersen {
        width: 100%;
        height: 40px;
        border: 1px solid var(--orange);
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: border-box;
        border-radius: 5px;
        justify-content: end;
        margin-top: 30px;
    }

    .harga_barudd {
        width: 100%;
        /* background-color: red; */
        display: flex;
        /* flex-direction: column;
        align-items: start; */
    }

    .in_box_rate_product {
        width: 100%;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .imgstar {
        width: 150px;
        height: auto;
        margin-top: 20px;
    }

    .share_produk {
        width: 100%;
        margin: 0 15px;
        padding: 20px;
    }

    .product {
        margin-top: 0;
        padding: 0;
    }

    .detail_product {
        flex-direction: column;
    }

    .foto_product {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        box-sizing: border-box;
    }

    .left_foto_produk img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .right_foto_produk {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px;
    }

    .right_foto_produk img {
        width: 100%;
        height: 80px;
        object-fit: cover;
    }

    .deskripsi_product {
        margin: 0;
        padding: 15px;
    }

    .list_foto_product {
        display: none;
    }

    .back_add_card {
        display: block;
    }

    .add_cart {
        width: 100%;
        height: 0;
        margin-top: 0;
        position: absolute;
    }

    .jumlah_barang_beli {
        /* display: none; */
        /* background-color: blue; */
        flex: 1;
    }

    .box_pm_jumlah {
        height: 30px;
    }

    .box_button_jumlah {
        width: 30px;
        height: 30px;
    }

    .box_button_jumlah img {
        width: 10px;
        height: 10px;
    }

    .box_hasil_jumlah {
        width: 50px;
        height: 30px;
        /* background-color: red; */
    }

    .box_hasil_jumlah input {
        font-size: 13px;
        line-height: 30px;
    }

    .jumlah_barang_beli h5 {
        font-size: 13px;
    }

    .button_box_cart {
        /* width: 100%; */
        width: 100%;
        height: 53px;
        margin: 0;
        background-color: var(--white);
        /* background-color: red; */
        position: fixed;
        bottom: 0;
        box-sizing: border-box;
        margin-left: -15px;
        -webkit-box-shadow: 0px -1px 2px 0px rgba(237, 237, 237, 1);
        -moz-box-shadow: 0px -1px 2px 0px rgba(237, 237, 237, 1);
        box-shadow: 0px -1px 2px 0px rgba(237, 237, 237, 1);
        z-index: 2;
    }

    .bbc_modal_v {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .masukan_keranjang {
        padding: 0 15px;
        margin-right: 0px;
        border: 0;
    }

    .beli_sekarang {
        flex: 1;
        padding: 0;
    }

    .masukan_keranjang p {
        font-size: 14px;
    }

    .beli_sekarang p {
        font-size: 14px;
    }

    .deskripsi_product h1 {
        font-size: 17px;
    }

    .box_rate_product {
        /* background-color: red; */
        margin-top: 15px;
    }

    .box_rate_product span {
        margin: 0 10px;
    }

    .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;
    }

    .harga_box {
        margin-top: 20px;
    }

    .isi_harga_box h2 span {
        font-size: 15px;
    }

    .isi_harga_box h2 {
        font-size: 20px;
    }

    .isi_harga_box h3 {
        font-size: 15px;
    }

    .isi_harga_box h3 span {
        font-size: 12px;
    }

    .isi_harga_flashsale i {
        font-size: 16px;
    }

    .isi_harga_flashsale p {
        font-size: 16px;
    }

    .rincian_product {
        margin-top: 20px;
        grid-gap: 10px;
    }

    .isi_rincian_product h5 {
        font-size: 13px;
    }

    .isi_rincian_product p {
        font-size: 13px;
    }

    .content_view {
        margin-top: 15px;
    }

    .box_profile_penjual {
        padding: 15px;
        flex-direction: column;
    }

    .profile_penjual img {
        width: 45px;
        height: 45px;
    }

    .name_profile_penjual {
        flex: 1;
        margin-left: 15px;
    }

    .name_profile_penjual h1 {
        color: var(--black);
        font-size: 15px;
        font-weight: 600;
    }

    .name_profile_penjual p {
        color: var(--grey);
        font-size: 12px;
        font-weight: 500;
        margin-top: 1px;
    }

    .name_profile_penjual p span {
        color: var(--orange);
    }

    .box_chat_visit {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-top: 15px;
    }

    .isi_chat_visit {
        margin-left: 0;
        width: 100%;
        border: 1px solid var(--border-grey);
        justify-content: center;
    }

    .isi_chat_visit i {
        font-size: 17px;
        margin-top: -2px;
    }

    .isi_chat_visit p {
        font-size: 12px;
        font-weight: 600;
        margin-left: 8px;
    }

    .cv_title {
        padding: 0 15px;
        height: 53px;
    }

    .cv_title p {
        font-size: 15px;
    }

    .isi_cv {
        padding: 15px;
    }

    .isi_cv p {
        font-size: 13px;
    }

    .name_text_isi_user_rating h5 {
        font-size: 13px;
    }

    .name_text_isi_user_rating p {
        font-size: 10px;
        color: var(--grey);
    }

    .back_varian_produk {
        height: 100%;
        /* align-items: end; */
        justify-content: flex-start;
    }

    .varian_produk {
        width: 100%;
        border-radius: 30px 30px 0 0;
        margin: 50px 0 0 0;
        margin-top: auto;
    }

    .close_varian_produk {
        top: 20px;
        right: 20px;
        color: red;
    }

    .box_detail_program {
        width: 100%;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 15px;
    }

    .isi_box_detail_program {
        width: 100%;
        /* height: 80px; */
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .isi_box_detail_program i {
        font-size: 30px;
    }

    .text_isi_detail_pro {
        margin-left: 13px;
    }

    .text_isi_detail_pro h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .text_isi_detail_pro p {
        font-size: 13px;
        font-weight: 500;
        margin-top: 2px;
    }

    .data_jamaah {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: end;
    }

    .box_data_jamaah {
        width: 100%;
        padding: 25px;
        margin: 0;
        border-radius: 30px 30px 0 0;
    }

    .cbl_beli_h_modal {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bhj_modal {
        width: 100%;
        background-color: #e67e22;
        padding: 15px 0;
    }

    .bhj_jskjdf {
        width: 100%;
        padding: 15px 0;
    }

    .wishlist_bnmodl {
        width: 45px;
        height: 45px;
        position: fixed;
        bottom: 110px;
        right: 10px;
        border-radius: 45px;
        background-color: #c4ffe3;
    }

    .wishlist_bnmodl_akjsdn {
        width: 45px;
        height: 45px;
        position: fixed;
        bottom: 110px;
        right: 60px;
        border-radius: 45px;
        background-color: #c4ffe3;
    }

    .wishlist_bnmodl_s {
        width: 45px;
        height: 45px;
        background-color: #c4ffe3;
        margin-left: 2px;
    }

    .wishlist_bnmodl_akjsdn_s {
        width: 45px;
        height: 45px;
        background-color: #c4ffe3;
    }
}
