@media screen and (max-width:480px) {
    .tablinks {
        width: auto;
    }

    .tab {
        display: flex;
    }

    input#ref {
        width: 100% !important;
        font-size: 16px !important;
    }

    #buscador-filtros button {
        width: 40%;
    }

    .accion-form {
        flex-direction: column;
    }

    #buscador-aplicaciones input#fabricante,
    #buscador-aplicaciones input#modelo {
        width: 100%;
        font-size: 16px;
    }

    #buscador-aplicaciones button {
        width: 40%;
    }


    li.item.product.product-item.producto-tipo-configurable .producto.details.producto-item-details {
        width: 100%;
    }

    .productos-asociados table th {
        display: table-cell;
    }

    li.item.product.product-item.producto-tipo-simple {
        width: calc((100%/2) - 10px);
        border-bottom: none !important;
    }

    ol.products.list.items.product-items strong.producto.name.producto-item-name {
        height: 50px;
    }

    .catalog-product-view.page-layout-1column .column.main .product-info-main {
        width: 100% !important;
    }

    .catalog-product-view.page-layout-1column .column.main .product.media {
        width: 100%;
    }

    .level0.nav-6.category-item.level-top.ui-menu-item {
        width: 100%;
    }

    .level0.nav-7.category-item.last.level-top.ui-menu-item {
        width: 100%;
    }

    li.item.product.product-item.producto-tipo-configurable a.producto.photo.producto-item-photo {
        width: 100%;
    }

    .item.product.product-item.producto-tipo-configurable .producto-item-inner {
        margin-top: 10px;
    }

    .toolbar.toolbar-products {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .pages {
        margin: 0 auto !important;
    }
}