header > div {
	background: #3a61ab!important;
	color: white!important;
}
header h1 {
	color: white!important;
}
header h1.has-primary-color {
		color: white!important;
}
@media (max-width: 599px) {
	.wp-block-site-logo.is-default-size img {
		width: 100px;
	}
}
footer ul {
	list-style-type: none;
  padding-inline-start: 0;
}
footer ul a {
	color: #929ba8;
}
.wp-block-navigation__submenu-container {
	background-color:#bfd0e9!important;
}
.wp-block-navigation__submenu-container a span, .wp-block-navigation__submenu-container a:link span, .wp-block-navigation__submenu-container a:hover span, .wp-block-navigation__submenu-container a:selected span, .wp-block-navigation__submenu-container a:visited span {
	color:#2c407c!important;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		color:#2c407c!important;
}
footer {
	margin-block-start: 0!important;
}
.home .wp-block-cover {
	margin-block-start: 0!important;
}
.home p.is-style-no-margin {
    margin-left: calc(-1 * var(--wp--custom--spacing--outer))!important;
    margin-right: calc(-1 * var(--wp--custom--spacing--outer))!important;
}
.product_title {
	  background: #3a61ab;
    color: white!important;
    padding: 0 5px!important;
    display: inline-block;
}
.product h3 {
    background: #3a61ab;
    color: white!important;
    padding: 0 5px!important;
    display: inline-block;
    font-size: var(--wp--preset--font-size--large);
}
.woocommerce-tabs .tabs {
	display:none!important;
}
.single-product .product h2 {
	display:none!important;
}
.product .wp-block-columns hr {
    width: 100%;
    border: 1px solid!important;
		border-color: black;
		color: black;
	  float: left;
    margin-block-end: var( --wp--style--block-gap );
}
.wp-block-comments-query-loop {
	display:none!important;
}
.table-75 table {
	width:75%!important;
}
.table-66 table {
	width:66%!important;
}
.table-50 table {
	width:50%!important;
}
.table-33 table {
	width:33%!important;
}
.table-25 table {
	width:25%!important;
}
@media (max-width: 767px) {
.table-75 table {
	width:100%!important;
}
.table-66 table {
	width:100%!important;
}
.table-50 table {
	width:100%!important;
}
.table-33 table {
	width:100%!important;
}
.table-25 table {
	width:100%!important;
}
}
.woocommerce iframe {
	max-width:100%;
}
<!--
.product .wp-block-table td, .product .wp-block-table th, .product .wp-block-table tr, .product .wp-block-table.is-style-stripes td, .product .wp-block-table.is-style-stripes th, .product .wp-block-table.is-style-stripes tr {
	border:none!important;
}
-->