.is-custom-product .product_meta{
    display: none;
}
.d-flex {
    display: flex;
}
.delivery_fields.delivery_field_date {
    margin-right: 20px;
}
.delivery_field_date input{
    max-width: 200px;
}
.woocommerce-checkout h2 {
    margin-bottom: 20px;
}

.woocommerce form.login {
    background: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info{
    display:none;
}
body.woocommerce-checkout:not(.logged-in) .woocommerce-checkout{
    display:none;
}

.page-template-custom-products .site-content .ast-container {
    display: block;
}

.page-template-custom-products .elementor-top-section .elementor-widget-wrap {
    text-align: center;
}

.page-template-custom-products .elementor-top-section-custom {
    margin-top: 50px;
    margin-bottom: 35px;
}
.page-template-custom-products .elementor-top-section .elementor-element-populated{
    justify-content: center;
}

.single-product .variations td.value > option {
    display: none;
}
.woocommerce-js div.product form.cart .variations{
    border-bottom:none;
}

.woocommerce-checkout .product-name{
    flex-wrap: wrap;
}
.woocommerce-checkout dl.variation {
    display: block;
    width: 100% !important;
}
dl.variation {
    font-style: italic;
}

.flavor-options {
    margin-bottom: 20px;
}
.flavor-options h4{
    margin-bottom: 10px;
}
.flavor-options > label {
    margin-right: 10px;
    display: flex;
}
.flavor-options label span.flavor-name {
    margin: 0 5px;
    min-width: 60px;
    display: inline-block;
}
.flavor-alert{
    color: red;
}
.d-none{
    display: none;
}
.flavor-options .mini_qty {
    height: 25px !important;
    min-height: 25px !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 25px;
    padding: 0;
    text-align: center;
}
.mini-arrow {
    color: #000!important;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ddd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.mini-arrow.mini-minus{
    border-right: none;
}
.mini-arrow.mini-plus{
    border-left: none;
}
.flavor-options .mini_qty::-webkit-outer-spin-button,
.flavor-options .mini_qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.flavor-options .mini_qties {
    display: none;
    margin-left: 20px;
    align-items: center;
}
.flavor_options:checked ~ .mini_qties {
    display: inline-flex;
}

.woocommerce-order-received .woocommerce-table--order-details .wc-item-meta{
    margin: 0;
}
.hr {
    border-bottom: 1px solid #ccc;
    width: 300px;
    margin: 10px 0;
}
.show-name-total{
    min-width: 92px;
    display: inline-block;
}
.disable-minus .minus{
    pointer-events: none;
}
.text-before-qty{
    float: left;
    font-size: 1.3333333333333rem;
    font-weight: 400;
    font-family: 'Noto Sans TC', sans-serif;
    margin-right: 20px;
}
.woocommerce-input-wrapper input[readonly="readonly"] {
    pointer-events: none;
}
.woocommerce-cart .product-price,
.woocommerce-cart .product-subtotal,
.woocommerce-cart .woocommerce-cart-form .actions{
    display: none;
}
@media (min-width: 768px) {
    .page-template-custom-products .elementor-element.elementor-element-51322c11 {
        width: 25%;
    }
    .page-template-custom-products .elementor-element.elementor-element-705eb4fc {
        width: 74.914%;
    }
}
@media (max-width: 767px) {
    .page-template-custom-products  .elementor-section.elementor-section-boxed > .hr-content-wrap {
        flex-direction: column-reverse;
    }
    .page-template-custom-products.woocommerce-page ul.products li.product {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }
}