/* 
Theme Name: Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: ToffeeDev Team | Developer Name
Author URI: https://toffeedev.com/
Template: hello-elementor
Version: 1.0.1
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
*/

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row>span {
    color: #69727d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
    width: 100% !important;
}



@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

}

@media only screen and (max-width: 480px) {
	

}

/* ========= fadli======*/
/* Checkout Shipping Fields 2 Columns */
@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
    .woocommerce-checkout .woocommerce-shipping-fields .form-row-last {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .woocommerce-checkout .woocommerce-shipping-fields .form-row-last {
        margin-right: 0;
    }

    .woocommerce-checkout .woocommerce-shipping-fields .form-row-wide {
        width: 100%;
        float: none;
        margin-right: 0;
        clear: both;
    }
}

/* Spasi antar field */
.woocommerce-checkout .woocommerce-shipping-fields .form-row {
    margin-bottom: 15px;
}

/* Pastikan input/select mengisi kolom */
.woocommerce-checkout .woocommerce-shipping-fields .form-row input,
.woocommerce-checkout .woocommerce-shipping-fields .form-row select {
    width: 100%;
    box-sizing: border-box;
}

/* Tombol Pay For Order di halaman order-pay setelah checkout */
.order-pay-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  flex-wrap: wrap; /* biar mobile responsif */
}

.order-pay-wrapper .button {
  flex-shrink: 0;
}

.order-pay-note {
  font-size: 14px;
  color: #555;
  max-width: 320px;
  line-height: 1.4;
}

/* css*/

