.elementor-11 .elementor-element.elementor-element-cb9bf66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-57555a8{font-family:"nunito-sans-regular", Sans-serif;font-size:16px;font-weight:400;color:#666666;}.elementor-11 .elementor-element.elementor-element-57555a8 p{margin-block-end:5px;}.elementor-11 .elementor-element.elementor-element-57555a8 a{color:#7195B7;}.elementor-11 .elementor-element.elementor-element-57555a8 a:hover, .elementor-11 .elementor-element.elementor-element-57555a8 a:focus{color:#000000;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-fbfb63a{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-11 .elementor-element.elementor-element-fbfb63a .elementor-heading-title{font-family:"nunito-sans-black", Sans-serif;font-size:36px;font-weight:400;text-transform:uppercase;color:#293856;}@media(max-width:1024px){.elementor-11 .elementor-element.elementor-element-cb9bf66{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-57555a8 p{margin-block-end:0px;}.elementor-11 .elementor-element.elementor-element-fbfb63a .elementor-heading-title{font-size:24px;line-height:1.2em;}}/* Start custom CSS for text-editor, class: .elementor-element-57555a8 */.elementor-11 .elementor-element.elementor-element-57555a8 a{
    text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for wc-elements, class: .elementor-element-3d03d92 *//* ===== WooCommerce My Account Page Styling ===== */

/* General font + text color */
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content li,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation a {
    font-family: 'Nunito Sans', sans-serif !important;
    color: #000 !important;
    font-size: 16px;
    line-height: 1.6;
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-navigation h2,
.woocommerce h2 {
    font-family: 'nunito-sans-bold' !important;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

/* Navigation links */
.woocommerce-MyAccount-navigation a {
    color: #293856 !important;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation a:hover {
    color: #7095B7 !important;
    text-decoration: none;
}

/* Account content links */
.woocommerce-MyAccount-content a {
    color: #293856 !important;
    text-decoration: underline;
}
.woocommerce-MyAccount-content a:hover {
    color: #7095B7 !important;
    text-decoration: none;
}

/* Info boxes and messages */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
    border: 1px solid #7095B7 !important;
    background: #f8fafc !important;
    color: #000 !important;
    font-family: 'nunito-sans-regular' !important;
    padding: 15px;
    margin-bottom: 20px;
}

/* Table cleanup */
.woocommerce table {
   font-family:  'nunito-sans-regular' !important;
    color: #000;
    border-collapse: collapse;
    width: 100%;
}
.woocommerce table th,
.woocommerce table td {
    border: 1px solid #e0e0e0;   /* light grey borders for table */
    padding: 10px;
}

/* === Add Borders for Each Part === */
.woocommerce-MyAccount-navigation {
    border: 1px solid #e0e0e0;
    padding: 15px;
    background: #fff;
}

.woocommerce-MyAccount-content {
    border: 1px solid #e0e0e0;
    padding: 20px;
    background: #fff;
}




/* My Account - Browse Products Button Styling */
.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content .woocommerce-Button,
.woocommerce-MyAccount-content a.button {
    background-color: #293856 !important;   /* dark blue background */
    color: #fff !important;                 /* white text */
     font-family:  'nunito-sans-regular' !important;
    font-weight: 800 !important;            /* bold */
    font-size: 19.2px;
    padding: 10px 20px;
    border-radius: 3px;                     /* slight rounded corners */
    border: none !important;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover effect */
.woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.woocommerce-MyAccount-content a.button:hover {
    background-color: #7095B7 !important;   /* lighter blue on hover */
    color: #fff !important;
}

.woocommerce-info {
    border-top-color: #1e85be !important;
}


.woocommerce-info, .woocommerce-message, .woocommerce-error{
        padding: 1em 2em 1em 3.5em;
}




/* === My Account Form Text === */
.woocommerce-account form label,
.woocommerce-account form .form-row,
.woocommerce-account form .woocommerce-form__label {
  color: #000; /* black text */
  font-size: 16px;
  margin-bottom: 8px; /* spacing under labels */
   font-family:  'nunito-sans-regular' !important;
}

.woocommerce-account form .form-row {
  margin-bottom: 18px; /* spacing between rows */
}

/* === Login & Register Buttons === */
.woocommerce-account form .button,
.woocommerce-account form button.button,
.woocommerce-account form input.button {
  background-color: #293856;
  color: #fff !important;
  font-size: 19.2px;          /* as requested */
  font-weight: 800;            /* bold */
  text-transform: uppercase;   /* uppercase text */
  padding: 12px 28px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.woocommerce-account form .button:hover,
.woocommerce-account form button.button:hover,
.woocommerce-account form input.button:hover {
  background-color: #7095B7;
  color: #fff !important;
}

/* === Forgot Password Link === */
.woocommerce-account form .lost_password a {
  color: #293856 !important;     /* link color from your brand */
  font-size: 14px;
  text-decoration: underline;
}
.woocommerce-account form .lost_password a:hover {
  color: #293856 !important;     /* darker on hover */
  text-decoration: none;
}

.elementor-11 .elementor-element.elementor-element-3d03d92 a{
  color: #293856 !important;     /* link color from your brand */
  text-decoration: underline;
}
.elementor-11 .elementor-element.elementor-element-3d03d92 a:hover {
  color: #293856 !important;     /* darker on hover */
  text-decoration: none;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'nunito-sans-regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://urnenhimmel.com/wp-content/uploads/2025/08/200210123102Nunito-Sans-Regular.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'nunito-sans-black';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://urnenhimmel.com/wp-content/uploads/2025/08/200210122454Nunito-Sans-Black.woff2') format('woff2');
}
/* End Custom Fonts CSS */