
/* KJA migrated from CSS Hero - header */

/* Hide Storefront product search in header */
.site-search .widget_product_search form input[type=search],
.site-header .widget form,
.site-header .widget form button,
.site-header .site-search,
.site-search .widget_product_search {
  display: none;
}

/* Logo positioning */
.site-header .custom-logo-link img {
  width: 30%;
  margin-left: 250px;
  margin-top: 0;
  padding-top: 0;
}

/* Widget image spacing */
.widget-area .widget a:not(.button) img {
  margin-top: 10px;
}
