/* hide search bar */
.site-header .site-search {
	display: none;
}

.site-branding {
	width: 100%!important;
	margin-right: 0!important;
	margin: auto!important;
}

.custom-logo {
	margin: auto!important;
	max-width: 700px!important;
}

/* hide header divider */
.site-header {
	border-bottom: none;
}

/* hide breadcrumbs */
.woocommerce-breadcrumb {
	display:none;
}

/* hide unused mobile icons */
.my-account{
	display: none!important;
}
.search{
	display: none!important;
}

/* hide footer dividers */
.footer-widgets{
	border:none;	
}

/* hide mobile menu */
.menu-toggle {
	display: none!important;
}

/* full width mobile cart */
.storefront-handheld-footer-bar ul.columns-3 li {
	width: 100%!important;
}

/* hide product SKU/category */
.product_meta {
	display:none;
}

/* change price size */
.price {
	font-weight:900!important;
	color:#5ec1ec;
	font-size:2em!important;
	line-height:0!important;
	margin-top:0em!important;
}

/* hide sale message */
.onsale {
	display: none;
}

/* change button colors */
button.alt{
	background:#0000ff!important;
}
button.alt:hover{
	background:#4848ff!important;
}

/* image grid */
.image-grid-container {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem;
	margin-bottom: 1em;
	font-size: 0.85em;
}

.image-grid-element img {
	margin: auto;
	margin-bottom: 1.3em!important;
}

.image-grid-element {
	margin: 0.5rem;
	flex-grow: 1;
	width: 25%;
	line-height: 1.6em;
}
@media only screen and (max-width: 600px) {
	.image-grid-container {
		margin: 0;
		margin-bottom: 1em;
	}
  .image-grid-element {
    width: 100%;
		margin: 0 0.1rem 2em 0;
  }
}

/* mobile breakpoint */
@media only screen and (max-width: 767px) {
	.site-branding {
		border-bottom: none;
	}
	.site-header {
		margin-bottom: 2em!important;
	}
}

/* respace product page */
.summary {
	margin-bottom:0!important;
}

/* hide comment checkbox */
.comment-form-cookies-consent { 	visibility: hidden;
	display: none!important;
}

.grid-title {
	font-size:1.3em;
	margin-bottom:0.6em;
}