/* Seidor - v20250110 */

/* fondo top bar */
#top {
    background: #1A1F39;
}
/* enlaces top */
#top a, #top ul.menu > li a, #languageForm label {
    color: #f0f3ed;
}
#top ul.menu > li + li:before {
    color: #f0f3ed;
}
/* logo top */
.navbar-brand .logo{
    max-height: 50px
}
/* pie */
#copyright {
    background: #1A1F39;
    color: #f0f3ed;
}
/* heading novedades */
#hot h2 {
    color: #1A1F39;
}
/* pelotillas novedades*/
#hot .product-slider .owl-controls .owl-page.active span, #hot .product-slider .owl-controls.clickable .owl-page:hover span {
    background: #1A1F39;
}
/* enlaces */
a, a:hover, a:focus {
    color: #1A1F39;
}
a.white-link {
    color: #ffffff;
}
a.white-link:hover, a.white-link:focus {
    color: #bcc5c2;
}
/* puntuaciones */
.punts_nom {
    background-color: #1A1F39;
    color: #f0f3ed;
}
.punts_pts {
    background-color: #f0f3ed;
    color: #1A1F39;
}
.circulo {
    background-color: #1A1F39;
    color: #f0f3ed;
}
/* botones */
button.btn {
    background: #1A1F39;
    color: #ffffff;
}
.bootstrap-select > .dropdown-toggle {
    background:#ffffff;
    color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #1A1F39;
    border-color: #1e372e;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1A1F39;
    border-color: #1e372e;
}
/* filtros */
#scroll_filtres::-webkit-scrollbar-thumb {
    background-color: #1A1F39 !important;
}
/* popup catálogo inicio*/
.modal-header {
    background-color: #1A1F39;
}
/* mensaje error */
.error {
    background-color: #1A1F39;
}
/* menú catálogos */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1A1F39;
}
/* catálogo filtro búsqueda */
.catalogo-filtro-busqueda {
    background-color: #f5fffb; border: solid 1px #1A1F39; padding-bottom: 15px; margin-bottom: 20px;
}
/* catálogo paginación */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1A1F39;
    border-color: #1A1F39;
}
/* modal */
.modal-header {
    background-color: #1A1F39;
 }
 /* búsqueda */
 .navbar #search {
    border-top: solid 1px #1A1F39;
 }
 /* focus forms */
 .form-control:focus {
    border-color: #1A1F39;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(34,62,52,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(34,62,52,.6);
}
/* catálogos */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1A1F39;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #1A1F39;
}
.filtres-catalegs {
    background-color: #e8ebea;
    border: solid 1px #1A1F39;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
/* paginación */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #1A1F39;
    border-color: #1A1F39;
}

a.login-link {
    color: #dd8989 !important;
}

button.btn:focus, button.btn:active, button.btn.active {
    background-color: #AEBCC4;
}

button.btn:focus { outline: 0; opacity: 0.6; background: #AEBCC4; color: #1A1F39; }

button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #AEBCC4; color: #1A1F39; }

::selection { background: #AEBCC4; color: #1A1F39; text-shadow: none; }
