/*
Theme Name: mnm-wpchild
Description: Child Theme to Customize WooCommerce Checkout Page
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
*/



p,
label,
td,
th {
    font-size: 16px !important;
    line-height: 1.6;
}

.mm-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 999;
}
header.wp-block-template-part {
    position: fixed;
    width: 100%;
    z-index:99999;
    top:0;
}
main {
    margin-top: 165px;
}


.woocommerce-checkout p,
.woocommerce-checkout label,
.woocommerce-checkout td,
.woocommerce-checkout th {
    font-size: 16px;
}

.woocommerce-page table.shop_table {
    width: 100% !important;
    border-collapse: unset !important;
}

/* .wp-block-post-title, 
.wp-block-query-title {
    display: none !important;
} */

/* Custom CSS for vertical alignment of product image and text in checkout */

/* .woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    font-size: 12px;
} */
.woocommerce-checkout-review-order-table tbody td.product-name {
    display: flex;
    align-items: flex-start;
    gap: 10px;     
}

/* Ensure the image doesn't get too large */
.woocommerce-checkout-review-order-table tbody td img {
    max-width: 50px;
    height: auto;
    margin-right: 0; 
    border-radius: 5px;
}










/* ==========================*/
/* Swatch                    */
/* ==========================*/

/* table.variations, .wp-block-woocommerce-product-price {
    display: none !important;
} */
.mm-swatch-radio {
    margin-bottom: 10px;
}
.mm-attribute-label {
    margin-bottom: 5px;
}
.mm-variable-swatch {
    font-size: 14px;
    cursor: pointer;
    /* width: 220px; */
}
.mm-variable-swatch:hover {
    color: #E6597C;
}
.wc-block-add-to-cart-form .quantity .qty {
    width: 5em;
    border: 1px solid #e6597c63 !important;
}
.wc-block-add-to-cart-form .input-text {
    font-size: var(--wp--preset--font-size--small);
    padding: 0.8rem 1.1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.wp-block-post-title {
    box-sizing: border-box;
    word-break: break-word;
    font-size: 28px;
}
a.reset_variations {
    padding: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 20px;
}
.single_add_to_cart_button {
    background: #E6597C;
    opacity: 1 !important;
}
.single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: inline !important;
}
.wp-element-button {
    background: #E6597C;
}