/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.addtocart_produk form.cart{
	flex-direction: column !important;
}

.qty-custom-wrapper{
	display: flex;
    flex-direction: row;
	margin-bottom:10px;
}
.qty-custom-wrapper .single_add_to_cart_button{
	width: 100%;
    background: #E86036 !important;
    opacity: 1 !important;
}

.button_order_wa{
	background: #25D366 !important;
    color: white !important;
    padding: 15px 20px !important;
    text-align: center !important;
    border-radius: 50px !important;
}

.button_order_wa_2{
	background: #25D366 !important;
    color: white !important;
    padding: 15px 20px !important;
    text-align: center !important;
    border-radius: 50px !important;
    display: block;
    width: 100%;
    border: 0px;
}

.other_action_cta{
	text-align: center;
    line-height: 0;
    font-size: 12px;
    margin: 5px 0px 15px;
    color: #b2b2b2;
}
.woo-resend-whatsapp{
	border-radius: 5px;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    padding: 15px;
	margin-bottom: 15px;
}
.woo-resend-whatsapp a{
	color: #fff !important;
}
.woocommerce-order .woocommerce-order-details,.woocommerce-order .woocommerce-customer-details,.woocommerce-order .woocommerce-order-overview,.woocommerce-order > p{
	display:none !important;
}

.detail_order_sug{
	border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 20px;
    background: white;
    box-shadow: 0 3px 12px -8px;
    margin-bottom: 50px;
}

.woocommerce-checkout button.button{
	background: #E86036 !important;
    width: 100%;
    padding: 15px;
	border-radius: 50px;
}
.woocommerce-checkout-payment .wc_payment_methods,.woocommerce-terms-and-conditions-wrapper{
	display:none !important;
}

.notif-harga-kalkulasi{
	background: #ffefbe;
    padding: 10px;
    border-radius: 10px;
    color: #535353;
	font-size:13px !important;
}



/* Gaya untuk popup */
.popup-wa {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
	overflow: auto; 
}

.popup-wa-content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
	width: 40%;
    min-height: 400px;
	max-height : 685px;
	overflow: auto; 
}
.pop_container_content{
	overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    max-height: 365px;
}
.isi_konten_popup{
	padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup-wa-close {
	position: absolute;
    top: 22px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
}

.input_form_orderr{
	display: flex;
    flex-direction: row;
}
.input_form_orderr > .form-row{
	width:100% !important;
}

@media (max-width: 767px) {
    .popup-wa-content {
        width: 90% !important;
/* 		margin: 80px 0px; */
   }
	.input_form_orderr{
		flex-direction: column !important;
		gap: 0px;
	}
	.book_wa_product h6{
		margin: 0px;
	    margin-top: 8px;
	}
	.produk_title_popup{
		font-size:1.2rem;
	}
	
}
#ui-datepicker-div{
		box-shadow: 0px 1px 58px 0px rgba(0,0,0,0.4);
		-webkit-box-shadow: 0px 1px 58px 0px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 1px 58px 0px rgba(0,0,0,0.4);
	}

.add_to_cart_button:hover{
	background:#4CB032;
}

.elementor-397 .elementor-element.elementor-element-be906fd .elementor-button--checkout {
	background:#E86036;
}

.elementor-397 .elementor-element.elementor-element-be906fd .elementor-menu-cart__product-name a {
	color:#E86036;
}

.add_to_cart_button:disabled,
.add_to_cart_button[disabled]{
    border: 0px;
    background-color: #cccccc;
    color: #666666;
    cursor: progress;
}
.button_order_wa_2:disabled,
.button_order_wa_2[disabled]{
    border: 0px;
    background-color: #cccccc !important;
    color: #666666 !important;
    cursor: progress;
}

.ui-datepicker .ui-datepicker-title,.ui-datepicker-buttonpane{
	display:flex !important;
}

/* Ukuran dan padding tombol cart (ikon) */
.add_to_cart_button {
    padding: 5px !important;
    width: 20%;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background: #E86036;
    border-radius: 5px;
    color: transparent;
}

/* WRAPPER FLEX HORIZONTAL */
.woocommerce ul.products li.product .whatsapp-button-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
}

/* TOMBOL WHATSAPP */
.woocommerce ul.products li.product .whatsapp-button {
    flex-grow: 1;
    background: #25D366;
    color: #fff !important;
    text-align: center;
    padding: 12px !important;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    height: 44px;
	width:80%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* TOMBOL ADD TO CART */
.woocommerce ul.products li.product .add_to_cart_button {

    padding: 0 !important;
    background: #E86036 !important;
    color: transparent !important;
    font-size: 0 !important;
    border-radius: 5px;
    display: inline-block !important;
    align-items: center;
    min-width: 0 !important;
	height:40px;
}

/* IKON DI DALAM TOMBOL CART */
.woocommerce ul.products li.product .add_to_cart_button i {
    font-size: 18px !important;
    color: white !important;
}

.woocommerce ul.products li.product .whatsapp-button-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap; /* ✅ Tambahan ini penting */
}

.woocommerce ul.products li.product .whatsapp-button {
    flex: 1 1 auto; /* ✅ biar fleksibel */
    min-width: 0;   /* penting jika teks panjang */
}


