.elementor-kit-74{--e-global-color-primary:#FFB380;--e-global-color-secondary:#F98D00;--e-global-color-text:#7A7A7A;--e-global-color-accent:#7A7A7A;--e-global-color-40c8e4b6:#7A7A7A;--e-global-color-2dde063c:#7A7A7A;--e-global-color-71f0dfca:#F8F3EF;--e-global-color-353e9019:#F2E7DF;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:400;color:var( --e-global-color-text );}.elementor-kit-74 e-page-transition{background-color:#FFBC7D;}body.e-wc-message-notice .woocommerce-message, body.e-wc-message-notice .wc-block-components-notice-banner.is-success{background-color:var( --e-global-color-71f0dfca );}body.e-wc-message-notice .woocommerce-message .button, body.e-wc-message-notice .wc-block-components-notice-banner.is-success .button{background-color:var( --e-global-color-primary );background-image:var( --e-global-color-primary );}body.e-wc-info-notice .woocommerce-info, body.e-wc-info-notice .wc-block-components-notice-banner.is-info{background-color:var( --e-global-color-71f0dfca );}body.e-wc-info-notice .woocommerce-info .button, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button{background-color:var( --e-global-color-primary );background-image:var( --e-global-color-primary );font-family:"Lato", Sans-serif;}body.e-wc-info-notice .woocommerce-info .button:hover, body.e-wc-info-notice .wc-block-components-notice-banner.is-info .button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-info .woocommerce-Button:hover, body.e-wc-info-notice .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-block-components-notice-banner.is-info .woocommerce-Button:hover{background-color:var( --e-global-color-secondary );background-image:var( --e-global-color-secondary );}.elementor-kit-74 a{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.e-wc-message-notice .woocommerce-message, .e-wc-message-notice .wc-block-components-notice-banner.is-success{--message-message-icon-color:var( --e-global-color-primary );--message-buttons-normal-text-color:#FFFFFF;--message-border-type:none;}.e-wc-info-notice .woocommerce-info, .e-wc-info-notice .wc-block-components-notice-banner.is-info{--info-message-text-color:#000000;--info-message-icon-color:#FFB380;--info-buttons-normal-text-color:#FFFFFF;--info-buttons-hover-text-color:#FFFFFF;--info-border-type:none;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Normal (unselected) submenu items */
.elementor-widget-woocommerce-my-account {
  --tabs-normal-color: #7a7a7a !important; /* Unselected text color */
  --links-normal-color: #7a7a7a !important; /* Normal links inside widget */
  font-family: 'Lato', sans-serif !important; /* Font for all submenu items */
}

/* Active (selected) submenu item text color and hover color */
.elementor-widget-woocommerce-my-account {
  --tabs-active-color: #FFB380 !important; /* Selected tab text color */
}

/* Hover state text color */
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #FFB380 !important;
  font-family: 'Lato', sans-serif !important;
}

/* Ensure headings in Address section use Lato */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-family: 'Lato', sans-serif !important;
}

/* Set font and color for Add Address links */
.woocommerce-MyAccount-content .edit {
    font-family: 'Lato', sans-serif !important;
    color: #7a7a7a !important; /* Default text color (adjust if needed) */
}

/* Change Add Address link color on hover */
.woocommerce-MyAccount-content .edit:hover {
    color: #FFB380 !important; /* Your hover color */
}

/* Style for a.button links (Add Address Buttons) */
.woocommerce-MyAccount-content a.button {
    border: none !important;
    color: #ffffff !important;          /* White text */
    background-color: #FFB380 !important; /* Background color */
    font-family: 'Lato', sans-serif !important;
    text-decoration: none !important;
}

/* Hover state for buttons */
.woocommerce-MyAccount-content a.button:hover {
    background-color: #f98d00 !important; /* Hover background color */
    color: #ffffff !important;             /* Keep text white on hover */
    border: none !important;
}


h4 a {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
}

.home-slider-block {
  position: relative; /* Make slide container positioned for absolute children */
}

.home-slider-block-inner {
  position: absolute !important;
  left: 50% !important;
  top: 5% !important;            /* Move text up vertically */
  transform: translateX(-50%) !important; /* Center horizontally */
  width: 80%;                    /* Optional: constrain width of text block */
  z-index: 10;                   /* Ensure text sits on top */
  margin: 0 !important;          /* Remove margin auto conflict */
  pointer-events: none !important;
}

/* Target WooCommerce Edit Account Save Changes button */
form.woocommerce-EditAccountForm button.woocommerce-Button.button {
    background-color: #FFB380 !important;        /* Desired background */
    color: #ffffff !important;                   /* White text */
    border: none !important;                      /* Remove border */
    padding: 12px 24px !important;                /* Button size */
    border-radius: 4px !important;                /* Rounded corners */
    font-family: 'Lato', sans-serif !important;  /* Font family */
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

/* Hover effect */
form.woocommerce-EditAccountForm button.woocommerce-Button.button:hover {
    background-color: #f98d00 !important;        /* Hover background */
    color: #ffffff !important;                   /* Hover text color */
}

/* Hide sidebar on WooCommerce Shop, Cart, and Checkout pages */
.post-type-archive-product #secondary,
.woocommerce-cart #secondary,
.woocommerce-checkout #secondary {
    display: none !important;
}

/* Expand main content area to full width (adjust .elementor-kit-74 as needed) */
.post-type-archive-product .content-area,
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area {
    width: 100% !important;
}

.home-slider-block-bg h3,
.home-slider-block-bg p {
    text-shadow: none !important;
}/* End custom CSS */