/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2025 | 01:57:05 */
/* remove footer copyright*/
#colophon > div > div > span > span:nth-child(2){ display: none;}

.site-info{
	display: none;
}
#block-10{margin-bottom: 0px;}

/* remove search icon from nav bar */
#sb-search{ display: none !important; }

/* remove header */
.entry-header{ display: none !important; }
.entry-content { 
	margin: 0px 0px !important; 
	max-width: none !important;
/* 	padding-bottom: 35px !important;  */
}

body{ background-color: var(--primary) !important; }
.navbar{padding: 5px !important;}


/* force footer to bottom */
html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.site-content-contain {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

.site-footer {
  padding: -10px;
  text-align: center;
}

/* hide store elements */
.product_meta, .woocommerce-breadcrumb, .input-text.qty.text, .tabs.wc-tabs, .woocommerce-product-gallery__trigger{
	display: none !important;
}
/* hide store img zoom */
.woocommerce-product-gallery__image{ pointer-events: none !important; }