/*Cabecera*/
.header-top {
    background: #ff990c !important; /
}

#header .header-top>.container {
    position: relative;
    width: 90%;
}

div#_desktop_user_info {
    float: right;
}
div#_desktop_cart {
    float: right;
}

#header .header-top a[data-depth="0"],.user-info i.material-icons,i.material-icons.shopping-cart {
    color: white;
}

#header .mobile .top-menu a {
    color: #7a7a7a !important;
    font-weight: normal;
}

div#_desktop_cart,div#_desktop_user_info {
    padding: 10px;
}
@media only screen and (min-width : 901px) {
    #search_widget {
        margin-right: 30px;
    }
    nav.header-nav {
        display: none !important;
    }
}


#header .logo {
    width: 190px;
}
/*Banner Home*/
.carousel .carousel-item figure{
    width: 100%;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 0px;
    width: 100%;
    padding-left: 10px;
    background: black;
    max-width: 100%;
}

.carousel .carousel-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6); /* Fondo negro semi-transparente */
    color: #fff; /* Letras blancas */
    text-align: left;
    box-sizing: border-box;
}

.carousel .carousel-item .caption h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7); /* Mejor legibilidad sobre fondo */
}

.carousel .carousel-item .caption-description p {
    font-size: 1.2rem !important;
    margin: 0;
    color: #f0f0f0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
    .carousel .carousel-item .caption {
        padding: 15px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 1.8rem;
    }

    .carousel .carousel-item .caption-description p {
        font-size: 1rem;
    }
}

#manufacturer #main ul .brand-img::after {
content: "";
position: absolute;
bottom: 0;
left: 25%; /* empieza desde el 25% del ancho /
    width: 50%; / ocupa el 50% del ancho total */
    border-bottom: 1px solid grey;
}
#manufacturer #main ul .brand-img {
    border-bottom: 1px solid grey;
}
.brand-infos {
display: none;
}
#manufacturer #wrapper {
    background: #ffffff;
}

#manufacturer #wrapper .breadcrumb {
    text-align: center;
    padding: 0;
    background: #dad5d5;
    /* background: 0 0; */
    padding: 20px;
    font-size: 25px;
}

.block-social ul li {
    background-color: #979797;
    border-radius: 5px;
}

/* Ajustes en barra superior del menu principal */
#_desktop_top_menu #category-2 ul.top-menu > li > a {
    font-weight: bold;
}

#_desktop_top_menu #category-2 ul.top-menu  li li a {
    font-weight: normal;
}

#header #manufacturers .sub-menu {
    display: none;
}

#main .carousel-inner .caption {
    display: none;
}
