.block-social ul li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin: .125rem;
    cursor: pointer;
    background-color: #65aa43;
    background-repeat: no-repeat;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #000;
    vertical-align: middle;
}

#header .header-top a[data-depth="0"] {
    color: #000;
    text-transform: uppercase;
}

span.hidden-sm-down {
    color: black;
}

.product-miniature .product-title a {
    font-size: .875rem;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-top: 0 !important;
    text-align: center;
    background: #000000;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage {
    background-color: #000000;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #00687d;
    text-decoration: none;
}

input.btn.btn-primary.float-xs-right.hidden-xs-down {
    background-color: black;
}

span.cart-products-count {
    color: black;
}

#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    clear: both;
    font-weight: 500;
    color: #000;
}

.product-miniature .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #282727;
    text-decoration: line-through;
}

/* Botón de suscripción al newsletter - fondo negro */
input[name="submitNewsletter"].btn {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

/* Efecto al pasar el ratón */
input[name="submitNewsletter"].btn:hover {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

/* Texto del bloque newsletter (footer) en negro */
#blockEmailSubscription_displayFooterBefore,
#blockEmailSubscription_displayFooterBefore p,
#blockEmailSubscription_displayFooterBefore label,
#blockEmailSubscription_displayFooterBefore span,
#blockEmailSubscription_displayFooterBefore a {
  color: #000 !important;
}

/* Campo de búsqueda del header */
input.ui-autocomplete-input {
  color: #000 !important;                /* Texto introducido */
  background-color: #fff !important;     /* Fondo blanco */
  border: 1px solid #000 !important;     /* Borde negro */
}

/* Placeholder (texto “Búsqueda en catálogo”) */
input.ui-autocomplete-input::placeholder {
  color: #000 !important;
  opacity: 0.7; /* opcional: lo hace un poco más suave */
}

#wrapper .breadcrumb li:last-child {
    margin: 0;
    color: #000;
    content: "/";
}

.page-content.page-cms ul, p {
    font-size: .9375rem;
    font-weight: 400;
    color: #000;
}

nav.pagination {
    color: black;
}