@media screen and (max-width: 1380px) {
    .grid_standard.grid_accessori .w-grid-item {
        width: 12.5%!important;
    }
}
@media screen and (max-width: 1280px) {
    .single-product .box_qty .quantity input.qty {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 1024px) {
    header#page-header .w-search {
      border-radius: 8px;
      height: 40px;
    }
    header#page-header .w-search a {
        padding: 10px 15px;
    }
    header#page-header .w-search-form form input[type="text"] {
        border-radius: 0;
        height: 40px;
        min-height: 40px;
    }
    header#page-header nav.w-nav {
        margin-left: 0.8rem;
    }
    header#page-header nav ul li .w-nav-title {
        display: flex;
        column-gap: 0.8rem;
        align-items: center;
        color: #000;
        font-size: 16px;
        /* line-height: 22px; */
        text-transform: uppercase;
        text-align: center;
    }
    header#page-header nav ul li .w-nav-title:before,
    header#page-header nav ul li.icon_account a:before {
        filter: invert(1);
        height: 24px;
    }
    header#page-header nav ul li.icon_account a:before {
        display: none;
    }
    header#page-header nav ul li.icon_account .w-nav-title:before {
        background: url("img/icon_account.svg") no-repeat;
    }
    header#page-header nav ul li.icon_account .w-nav-title {
        display: flex;
    }
    .grid_standard.grid_accessori .w-grid-item {
        width: 16.66%!important;
    }
}

@media screen and (max-width: 900px) {
    form.w-filter {
        padding: 0;
    }
    .w-filter .w-filter-opener {
        width: 100%;
        padding: 20px;
        text-transform: uppercase;
    }
    .w-filter .w-filter-opener:before {
        content: "\f03a";
        font-family: "fontawesome";
        font-weight: 400;
        margin-right: 10px;
    }
    #features .w-hwrapper>.w-vwrapper.usg_vwrapper_1 {
        flex: 0%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    
    .grid_standard.grid_accessori .w-grid-item {
        width: 20%!important;
    }
    #prodotti_correlati .title_cat_related.g-cols.via_grid>.vc_column_container>.vc_column-inner {
        display: grid;
        column-gap: 0.5rem;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    header#page-header .w-search a:before {
        display: none;
    }
    .woocommerce ul.products li.product {
        width: 80%!important;
    }
    .grid_standard.grid_accessori .w-grid-item {
        width: 25%!important;
        padding: var(--gap,0px)!important;
    }
    .grid_accessori .w-grid-item {
        width: 50%!important;
        padding: 0.2rem!important;
    }
    #gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        width: 50%;
    }
    #gallery .repeater .repeater-row {
        width: 100%;
    }
    .woocommerce .shop_table.cart tr {
        padding: 10px;
    }
    .woocommerce-checkout .checkout .woocommerce-checkout-review-order#order_review {
        padding: 1rem 0;
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .woocommerce ul.products li.product {
        width: 90%!important;
    }
    .grid_standard.grid_accessori .w-grid-item {
        width: 33.33%!important;
        padding: 0.15rem!important
    }
    .grid_accessori .w-grid-item-h .w-btn-wrapper .button {
        padding: 0.5em;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .woocommerce a.button.add_to_cart_button:before {
        content: "";
        width: 18px;
        height: 20px;
        vertical-align: 0;
        background-size: 100%;
    }
    .um-page-user .us_custom_4d5733a7 {
        max-width: 100%!important;
    }
    .um-page-user nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
        margin: 0 0 0.5rem!important;
    }

    .widget.WOOF_Widget,
    .widget.widget-woof {
        top: 0;
    }
    .widget.widget-woof {
        background: #fff;
        padding: 0;
    }
    .widget.widget-woof h3.widgettitle {
       display: none;
    }
}
