/* =========================================
   IGNITEDECO OVERRIDE TOTAL
   ========================================= */

/* ETIQUETAS NOU */
.product-flag,
.product-flags li,
li.product-flag,
.product-miniature .product-flag {
    background: #444444 !important;
    color: #ffffff !important;
    border: none !important;
}

/* BOTONES */
.btn-primary,
.btn,
button,
input[type="submit"],
.add-to-cart,
.btn-add-to-cart,
.cart-toogle-btn {
    background: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

/* HOVER BOTONES */
.btn-primary:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.add-to-cart:hover,
.btn-add-to-cart:hover {
    background: #444444 !important;
    border-color: #444444 !important;
}

/* NUMAI ONLINE */
.highlighted-informations,
.product-description .highlighted-informations,
.product-miniature .highlighted-informations,
.online-only,
.product-miniature .online-only {
    background: #444444 !important;
    color: #ffffff !important;
}

/* PRECIOS */
.price,
.product-price-and-shipping,
.current-price,
.current-price-value {
    color: #111111 !important;
    font-weight: 700 !important;
}

/* MENÚ */
#top-menu a,
.top-menu a {
    color: #333333 !important;
}

#top-menu a:hover,
.top-menu a:hover {
    color: #000000 !important;
}

/* ENLACES */
a {
    color: #333333 !important;
}

a:hover {
    color: #000000 !important;
}

/* CARRITO */
.cart-summary,
.cart-detailed-totals,
.blockcart {
    border-color: #dddddd !important;
}

/* BOTÓN FINALIZAR PEDIDO */
.checkout a,
.checkout button,
.btn-primary.checkout,
button[name="confirm-addresses"],
button[name="confirmDeliveryOption"],
button[name="confirmOrder"] {
    background: #222222 !important;
    border-color: #222222 !important;
    color: #ffffff !important;
}

/* FOOTER */
.footer-container a {
    color: #444444 !important;
}

.footer-container a:hover {
    color: #000000 !important;
}