.navigation_v3 .all_navigation_v3 ul li {
    margin-right: 15px !important;
    padding-left: 5px !important;
}

li.brands .brands-menu {
    position: absolute;
    opacity: 0;
    display: block;
    transform: translate(0,20px);
    transition: all .4s cubic-bezier(.25,.46,.45,.94) 0s;
    visibility: hidden;
    z-index: 1043;
    margin-top: 0;
    box-shadow: 0 1px 15px 2px rgba(0,0,0,.1);
    background: #fff;
    padding: 10px 15px;
    width: 250px
}

    li.brands .brands-menu .no-results {
        font-family: MouseMemoirsRegular;
        font-size: 20px;
        color: #e4022d
    }

        li.brands .brands-menu .no-results.is-hidden {
            display: none
        }

@media (min-width:1101px) {
    li.brands:hover .brands-menu {
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }
}

li.brands:hover > a {
    color: #e4022d !important
}

li.brands .brands-menu .form-group {
    line-height: initial;
    margin-bottom: 10px;
    background: url(../../Images/search-icon.svg) left 8px center no-repeat,url(/Images/bg_input_search_sm.png) left no-repeat;
    background-size: 16px,100%
}

li.brands .brands-menu input {
    width: 100%;
    height: 40px;
    outline: 0 !important;
    box-shadow: none !important;
    font: 600 18px 600 18px MouseMemoirsRegular;
    text-transform: uppercase;
    color: #384551;
    background: 0 0;
    border: none;
    padding: 3px 10px 0 30px
}

li.brands .brands-menu ul {
    display: block;
    width: 100%;
    max-height: 200px;
    overflow-y: auto
}

    li.brands .brands-menu ul > li {
        display: block;
        float: none;
        width: 100%;
        text-align: left;
        line-height: initial;
        padding: 0
    }

        li.brands .brands-menu ul > li a {
            color: #384551;
            font-size: 20px;
            text-transform: none;
            line-height: 30px;
            padding: 0
        }

.logo_v3 img {
    width: 390px
}

.toggle_button {
    display: none
}

@media only screen and (max-width:1100px) {
    .logo_v3 {
        padding-left: 0 !important
    }

    .navigation_v3 .all_categories {
        width: 75%
    }

    .navigation_v3 .navigation {
        display: block;
        width: 25% !important;
        position: initial;
        float: left
    }

    .toggle_button {
        display: block;
        position: relative;
        z-index: 500;
        font: 400 36px MouseMemoirsRegular;
        text-transform: uppercase;
        background: #384551;
        border: none;
        outline: 0 !important;
        margin: auto;
        line-height: initial;
        width: 100%;
        border-radius: 10px;
        color: #384551;
        padding: 25px 15px
    }

        .toggle_button i {
            font-size: 24px;
            margin-right: 3px
        }

    .toggle_menu {
        position: absolute;
        width: 100%;
        left: 0 !important;
        top: 100% !important;
        background: #fff;
        margin-top: 10px !important;
        padding: 15px !important;
        border-radius: 10px;
        border: 2px solid #62788d
    }

        .toggle_menu.collapsein {
            display: none
        }

    .navigation_v3 .navigation ul li {
        display: block;
        width: 100%;
        text-align: left;
        line-height: initial;
        padding: 0;
        margin: 0
    }

        .navigation_v3 .navigation ul li a {
            color: #384551;
            line-height: 32px;
            padding: 0;
            font-size: 16px
        }

    .all_categories .categories_container {
        width: 100%;
        float: left;
        background: #384551;
        border-radius: 10px;
        padding: 5px
    }

        .all_categories .categories_container > a {
            display: block !important;
            width: 100%
        }

    .navigation_v3 {
        background: 0 0
    }

        .navigation_v3 .all_categories {
            position: initial
        }

            .navigation_v3 .all_categories ul {
                top: 100% !important;
                left: 0;
                background: #fff;
                display: none;
                width: 100%;
                box-shadow: none;
                margin-top: 10px;
                border-radius: 10px;
                border: 2px solid #62788d
            }

                .navigation_v3 .all_categories ul > li {
                    border-bottom: solid 2px #e2e2e2;
                    float: left;
                    width: 100%
                }

                    .navigation_v3 .all_categories ul > li:last-child {
                        border: none
                    }

                .navigation_v3 .all_categories ul.active {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                    padding: 10px 15px;
                    -moz-transform: translate(0,0);
                    -webkit-transform: translate(0,0);
                    -o-transform: translate(0,0);
                    -ms-transform: translate(0,0);
                    transform: translate(0,0)
                }

            .navigation_v3 .all_categories a.dropdown-toggle_v3:before, .navigation_v3:before {
                display: none
            }

    .toggle_button_cat {
        position: relative;
        z-index: 3000;
        line-height: initial !important;
        padding: 20px !important
    }

    .toggle_button_container {
        position: relative;
        width: 100%;
        float: left
    }

        .toggle_button_container:before {
            content: '';
            position: absolute;
            top: 35px;
            right: 18px;
            background: url(../images/header/down_categories.png) no-repeat;
            width: 10px;
            height: 8px
        }

        .toggle_button_container:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 1px dashed #fff;
            left: 0;
            top: 0;
            border-radius: 10px
        }


        .toggle_menu > li:last-child {
            border: none
        }

    li.brands .brands-menu {
        position: initial;
        width: 100%;
        max-width: 100%;
        display: none;
        opacity: 1;
        visibility: visible;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        box-shadow: none
    }

        li.brands .brands-menu .form-group {
            width: 230px
        }
}

@media (max-width:600px) {
    .toggle_button {
        font-size: 26px;
        padding: 22px
    }

    .navigation_v3 .all_categories {
        width: 65% !important
    }

    .navigation_v3 .navigation {
        width: 100% !important
    }
}

@media only screen and (max-width:665px) and (min-width:600px) {
    .logo_v3 {
        top: 36px;
        left: 5px
    }
}

@media only screen and (max-width:599px) {
    .logo_v3 {
        padding-left: 10px !important
    }

        .logo_v3 img {
            width: 72%
        }
}

@media only screen and (max-width:321px) {
    .toggle_button {
        font-size: 22px
    }
}

@media only screen and (min-width:1200px) {
    .navigation_v3 .all_categories ul {
        display: block !important;
        width: 100%;
        border-radius: 10px;
        padding: 15px;
        border: none
    }
}

@media (max-width: 1100px) {
    /* Mejora contraste y visibilidad del buscador de marcas en mobile */
    li.brands .brands-menu,
    .brands-menu {
        background: #fff !important;
        color: #222 !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.08);
        border-radius: 8px;
        padding: 12px 10px !important;
    }

    .brands-menu-list li,
    .brands-menu-list li a,
    .filter-item a,
    .filter-item2 a {
        color: #222 !important;
        font-size: 18px !important;
        background: transparent !important;
        padding: 6px 0 !important;
        border-radius: 4px;
        display: block;
    }

        .brands-menu-list li a:hover,
        .filter-item a:hover,
        .filter-item2 a:hover {
            background: #f0f0f0 !important;
            color: #e4022d !important;
        }

    .brands-menu input[type="text"] {
        background: #f9f9f9 !important;
        color: #222 !important;
        border: 1px solid #ccc !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        padding: 8px 10px !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .brands-menu .no-results {
        color: #e4022d !important;
        font-size: 16px !important;
        padding: 8px 0;
    }
}
/* ===== categories-scroll-wrapper: single line with custom scroll ===== */
.categories-scroll-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
    width: 100%;
}

    .categories-scroll-wrapper .toggle_menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center;
        overflow-x: auto;
        overflow-y: visible;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        position: static !important;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
    }

        .categories-scroll-wrapper .toggle_menu::-webkit-scrollbar {
            display: none;
        }

        .categories-scroll-wrapper .toggle_menu > li {
            display: inline-flex !important;
            align-items: center;
            flex-shrink: 0;
            float: none !important;
            width: auto !important;
            border-bottom: none !important;
            padding: 0 !important;
            margin: 0 !important;
            position: relative !important;
        }

.cat-scroll-btn {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #384551;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0.85;
    transition: opacity 0.2s, background 0.2s;
    padding: 0;
    line-height: 1;
}

    .cat-scroll-btn:hover {
        background: #e4022d;
        opacity: 1;
    }

    .cat-scroll-btn.left {
        margin-right: 4px;
    }

    .cat-scroll-btn.right {
        margin-left: 4px;
    }

    .cat-scroll-btn.hidden {
        opacity: 0;
        pointer-events: none;
    }


