/* CSS CUSTOMIZADO POR CENTRO INFORMÁTICO MILLENIUM */

li.menu-item.fkcart-custom-menu-link {
    list-style: none !important;
}
.uk-navbar-item {
   	column-gap: 1em !important;    
}
/* Contenedor principal de confirmación de pedido
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    position: relative;
    max-width: 100%;    
    padding: 32px 32px 32px 88px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    font-size: 17px;
    line-height: 1.6;
    color: #1f2937;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}*/

/* Icono
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
    content: "";
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
    height: 40px;
    background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/icons/check-circle-fill.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/

/* Resaltado sutil
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
    background: linear-gradient(
        135deg,
        rgba(34, 197, 94, 0.06),
        rgba(34, 197, 94, 0.02)
    );
} */

/* Responsive
@media (max-width: 600px) {
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        padding: 28px;
        padding-top: 72px;
        text-align: center;
    }

    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
    }
} */

body.woocommerce-order-received h2 {
    font-size: 18px !important;
}
figure figcaption {
    font-size: 12px !important;
    padding-top: 6px !important;
    border-bottom: 1px solid #efefef !important;
    padding-bottom: 6px !important;
    color: #5b5b5b !important;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    padding: 26px !important;
    background-color: #f2756a !important;
    color: black !important;
    font-weight: 500 !important;
    border-left: 10px solid #CDDC39 !important;
}
section.woocommerce-order-details, section.woocommerce-customer-details {
    padding: 26px !important;
    border: 1px solid #e3e3e3 !important;
}
/* CUSTOM MENÚ PRINCIPAL */
body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1 {
    background-color: transparent !important;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;    
}
body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open {
    background-color: transparent !important; 
}
body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover, body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open {
    background-color: transparent !important;
}
body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1 .quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
    color: #ffffff !important;
}
body.home :not(.millenium-mobile-dialogo) #quadmenu.quadmenu-custom_theme_1.quadmenu-is-horizontal.quadmenu-divider-show .quadmenu-navbar-nav > li > a:after {
    background-color: rgba(255, 255, 255, 0) !important;
}
/* Anular SOLO dentro del diálogo móvil */
body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1 {
  background-color: initial !important;
  font-family: inherit !important;
}

body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1
.quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open,
body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1
.quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link:hover,
body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1
.quadmenu-navbar-nav > li:not(.quadmenu-item-type-button).quadmenu-has-link.open {
  background-color: initial !important;
}

body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1
.quadmenu-navbar-nav > li:not(.quadmenu-item-type-button) > a > .quadmenu-item-content {
  color: inherit !important; /* vuelve al color normal para fondo blanco */
}

body.home .millenium-mobile-dialogo #quadmenu.quadmenu-custom_theme_1.quadmenu-is-horizontal.quadmenu-divider-show
.quadmenu-navbar-nav > li > a:after {
  background-color: initial !important;
}

/* FIN CUSTOM MENÚ PRINCIPAL */