/* =====================================================
   COLOR DEL CARRITO EN HEADER
===================================================== */

#header .header-nav .cart-preview,
#header .header-nav .cart-preview.active {
    background-color: #B5B5B5 !important;
    border-color: #B5B5B5 !important;
}


/* =====================================================
   ETIQUETA "NEW" EN PRODUCTOS
===================================================== */

.product-flags .new,
.product-flag.new {
    background-color: #B5B5B5 !important;
    color: #ffffff !important;
}


/* =====================================================
   DESACTIVAR QUICKVIEW
===================================================== */

.quickview,
.quickview .modal,
.quickview-button,
.quick-view {
    display: none !important;
}


/* =====================================================
   ELIMINAR EFECTO HOVER EN MINIATURAS
===================================================== */

.product-miniature .thumbnail-container:before,
.product-miniature .thumbnail-container:after {
    display: none !important;
    background: transparent !important;
}

.thumbnail-container .product-description {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.product-miniature .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container .highlighted-informations {
    display: none !important;
}


/* =====================================================
   COLOR PRINCIPAL DE LA TIENDA
===================================================== */

/* Precio del producto */

.product-price,
.current-price,
.price {
    color: #6E6A6A !important;
}


/* =====================================================
   BOTONES PRINCIPALES
===================================================== */

.btn-primary:not(.bootstrap-touchspin-up):not(.bootstrap-touchspin-down) {
    background-color: #6E6A6A !important;
    border-color: #6E6A6A !important;
}

.btn-primary:not(.bootstrap-touchspin-up):not(.bootstrap-touchspin-down):hover {
    background-color: #5a5757 !important;
    border-color: #5a5757 !important;
}


/* =====================================================
   CAMPOS DE PERSONALIZACIÓN
===================================================== */

.product-customization input,
.product-customization textarea {
    border-color: #6E6A6A !important;
}


/* =====================================================
   LINKS DE LA WEB
===================================================== */

a {
    color: #6E6A6A;
}

a:hover,
a:focus {
    color: #918D8D !important;
}


/* Links del header */

#header a:hover {
    color: #918D8D !important;
}


/* Breadcrumb */

.breadcrumb a:hover {
    color: #918D8D !important;
}


/* =====================================================
   BOTÓN SAVE CUSTOMIZATION
===================================================== */

.product-customization .btn {
    background-color: #6E6A6A !important;
    border-color: #6E6A6A !important;
}


/* =====================================================
   SELECTOR DE CANTIDAD
===================================================== */

.bootstrap-touchspin .btn {
    background-color: #ffffff !important;
    border-color: #dcdcdc !important;
    color: #000000 !important;
}

.bootstrap-touchspin .btn:hover {
    background-color: #f2f2f2 !important;
}


/* =====================================================
   MINIATURAS DE GALERÍA (BORDE)
===================================================== */

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #6E6A6A !important;
}


/* =====================================================
   TABS DE PRODUCTO
===================================================== */

.tabs .nav-link.active {
    color: #6E6A6A !important;
    border-bottom: 3px solid #6E6A6A !important;
}

.tabs .nav-link:hover {
    color: #918D8D !important;
}

.tabs .nav-tabs {
    border-bottom: 1px solid #dcdcdc !important;
}


/* =====================================================
   INPUT FOCUS (ELIMINAR AZUL)
===================================================== */

input:focus,
textarea:focus,
select:focus {
    border-color: #6E6A6A !important;
    box-shadow: none !important;
}

/* =====================================================
   MINIATURAS DE PRODUCTO (QUITAR AZUL PRESTASHOP)
===================================================== */

.product-images .thumb {
    border: 2px solid transparent !important;
}

.product-images .thumb:hover {
    border: 2px solid #918D8D !important;
}

.product-images .thumb.selected {
    border: 2px solid #6E6A6A !important;
}