/* Banner Colour */
.header {
	background: url(''), linear-gradient(233deg, #e56420, #c22525, #3d9c31, #37bbde);
	width:100%;
	background-blend-mode: hard-light;
	animation: hue-rotate 3s linear infinite;
}

@keyframes hue-rotate {
	from {
		-webkit-filter: hue-rotate(0);
		-moz-filter: hue-rotate(0);
		-ms-filter: hue-rotate(0);
		filter: hue-rotate(0);
	}
	to {
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}


/* Template Colours */
:root1 {
  --cassiopeia-color-primary: #ff0000;
  --cassiopeia-color-link: #00ff00;
  --cassiopeia-color-hover: #0000ff;
}


/* Kunena */
#kunena > div.section > #section1 > table > tbody > tr:first-child {
  display: none !important;
}


/* Phoca Cart */
.ph-item-box {
	border: 1px solid #CED4DA !important;
	border-radius: 0.25rem;
}
.ph-category-header {
	text-align: center;
}