/* CSS CUSTOMIZADO POR CENTRO INFORMÁTICO MILLENIUM */
.uk-navbar-right ul.uk-navbar-nav {
    gap: 14px;
}
.millenium-oferta {
    background-color: black !important;
    padding: 2px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}
.on-sale {
	display: none !important;
}
p.stock.in-stock {
    display: none !important;
}
.woocommerce-message {
    background-color: bisque !important;
}
.woocommerce-message a {
    font-weight: 700 !important;
}
body.woocommerce-cart span.wc-block-components-button__text {
    font-weight: 700;
    font-size: 1.2em;
    color: #F44336;
}
p.woocommerce-thankyou-order-received {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: bisque !important;
    background-color: black !important;
    padding: 8px !important;
}
body.wp-singular h2.wp-block-heading {
    font-size: 18px !important;
}