/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2026 | 11:22:43 */
.woocommerce-MyAccount-content
 {
    padding-top: 2px !important;
}

.woocommerce .elementor-jet-myaccount-addresses .woocommerce-Address .title .edit

 {
 background-color: #222f57;
   font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #222f57;
    border-radius: 0px 0px 0px 0px;
	 padding-top: 8px;
	 padding-bottom: 8px;
	 padding-left: 20px;
	 padding-right: 20px;
}

.woocommerce-Address-title h3 { 
font-family: font-family: "Inter", sans-serif;
	font-size: 25px;
    font-weight: 500;
    text-transform: normal;
    line-height: 25px;
}

.extra-buttons 
{display: none;}

.woocommerce-order-overview 
{display: none;}

/* Hide card containing woocommerce-quick-links category */
div[class*="woocommerce-quick-links__category"]:parent {
    display: none !important;
}

/* Alternative - hide the entire card wrapper */
.components-card:has(.woocommerce-quick-links__category) {
    display: none !important;
}

/* Hide dashboard heading and screen options */
.wrap h1,
.wrap > h1,
.wp-heading-inline,
#dashboard-widgets-wrap h1 {
    display: none !important;
}

/* Hide Screen Options and Help */
#screen-meta,
#screen-meta-links,
#screen-options-link-wrap,
#contextual-help-link-wrap,
.screen-meta-toggle {
    display: none !important;
}

/* Hide payment methods in My Account */
.woocommerce-MyAccount-navigation-link--payment-methods {
    display: none !important;
}

.stock.in-stock { display:none !important; }