/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Single Product Page - Main Image */
.woocommerce-product-gallery__wrapper img.wp-post-image {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

/* Post ID 42 Styling */
#post-42 .entry-content-wrap {
    background-color: #F2ECE9;
    border: 15px solid white;
    border-radius: 15px;
}


.custom-first-last-name{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}


.custom-product-thumbnail{
   height:256px !important; 
}

#reg_message{
    width:490px !important;
}
.custom-details-name{
       display:flex;
    justify-content:space-between;
    align-items:center; 
    gap:20px;
}


.woocommerce-account .account-navigation-wrap li a:hover {
    color: #374151 !important;
    
}

.enquiry-table th, 
.enquiry-table td {
    border: 1px solid #ddd;
    padding: 12px 15px;
    text-align: left;
    /* font-weight: 600; */
    font-family: 'Inter';
    font-size: 16px;
}


/* My Account Page - General Typography */
.woocommerce-account .woocommerce-MyAccount-content {
    font-family: 'Cormorant Garamond';
}

.woocommerce-account .account-navigation-wrap li a {
    font-family: 'Cormorant Garamond';
    font-size: 18px;
    font-weight: 400;
}

/* WooCommerce Form Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border: 0.5px solid #B6B6B6;
    border-radius: 10px;
}

/* Active Account Menu Item */
.woocommerce-account .account-navigation-wrap li.is-active a,
.woocommerce-account .account-navigation-wrap li.is-active a:hover {
    border-left: 5px solid #6B4B3E !important;
}

/* Order Table Typography */
.woocommerce table.shop_table td {
 font-family: 'Inter', sans-serif;
 font-size: 16px !important;
}

/* WooCommerce Form Labels */
.woocommerce form .form-row label {
    color: #5C5C5C;
    font-family: 'Inter', sans-serif;
}

/* Account Navigation Wrapper */
.woocommerce-account .account-navigation-wrap {
    font-family: 'Inter', sans-serif !important;
}

/* Customer Name */
.woocommerce-account .account-navigation-wrap .kadence-account-avatar .kadence-customer-name {
    text-transform: capitalize;
    color: #0A0A0A;
}

/* My Account Orders Button */
.woocommerce table.my_account_orders .button {
    background-color: #6B4B3E !important;
    color: #FFFFFF;
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    gap: 20px;
    margin-left: 10px;
}

/* Fieldset Styling */
fieldset {
    border-radius: 20px;
}


.woocommerce form .form-row label{
    margin-bottom:5px !important;
    font-size:13px !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
        font-family: 'Inter', sans-serif !important;

}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th a {
    color:#6B4B3E !important;
}

