/**
 * Custom css for Fuji Ecom Sites
 *
 * This file will be loaded after all other theme stylesheets.
 */

/** Global **/
.site-branding {
    width: 30% !important;
}

.woocommerce-active .site-header .site-search {
    width: 50%;
}

.storefront-sorting {
    /* display: none; */
}

.site-info a {
    display: none;
}

/** Products **/
ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
    display: none;
}

section.related.products {
    display: none;
}

/** Checkout **/
fieldset#payment-method {
    display: none;
}