@charset "utf-8";
/* CSS Document */

/* Top menu */
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li.active > a {
	background: #c5c0bd;
	color: #252525;
}
.sp-megamenu-parent > li.active:hover > a {
	color: #252525;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	transition: font-weight 400ms;
	font-weight: bold;
	color: #252525;
}
/*.sp-megamenu-parent .sp-has-child > a:hover {
	color: #ff0000;
}*/
/* END Top menu */
h1, h2, h3, h4, h5, h6 {
	color: #007073;
	margin-bottom: 20px;
}
/* Feature boxes */
/* Account for hover effects */
.feature-box img {
	border: 1px solid #ffffff;
	border-radius: 100px;
	margin-bottom: 8px;
}
.feature-box img:hover {
	transition: box-shadow 400ms;
	box-shadow: 0px 0px 5px 1px #424242;
}
.feature-box-2 {
	color: #ffffff;
	padding-top: 30px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.feature-box-2 img {
	margin-bottom: 20px;
}
.feature-box-2 h3 {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
/* END Feature boxes */
.welcome {
	color: #ffffff;
}
.welcome h2 {
	color: #ffffff;
}
.breadcrumb {
	font-size: 14px;
}
/* Resource Centre */
.rc {
	line-height: 45px;
}
.rc img {
	float: left;
	border: 1px #cccccc solid;
	margin-right: 5px;
	margin-bottom: 0;
}
.rc img:hover {
	transition: box-shadow 400ms;
	box-shadow: 0px 0px 4px 1px #c2c2c2;
}
/* END Resource Centre */
/* HikaShop custom CSS */
.hikashop_subcategories_listing .hikashop_category_image .hikashop_product_listing_image {
	/*float: left;*/
	margin: 0 auto;
}
/*.hikashop_subcategories_listing .hikashop_container .hikashop_category_name {
	width: 500px;
	display: block;
}*/
a.enquire-btn {
	padding: 10px 24px;
	margin: 10px 0;
	background: #007073;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
}
a.enquire-btn:hover,
a.enquire-btn:visited {
	background: #007bff;
	color: #ffffff;
}
/* Hide bottom pagination */
/*.hikashop_products_pagination {
	display: none;
}*/
/* END Hide bottom pagination */
.product-colour_white {
	background: #ffffff;
	border-radius: 100px;
	border: 1px solid #999999;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_blue {
	background: #18a7d9;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_red {
	background: #ed1c24;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_yellow {
	background: #fff278;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_green {
	background: #54a275;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_black {
	background: #000000;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_pink {
	background: #f8abad;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_orange {
	background: #faa74a;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_navy-blue {
	background: #485e88;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_grey {
	background: #bcbdc0;
	border-radius: 100px;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-colour_clear {
	background: #ececec;
	border-radius: 100px;
	border: 1px solid #999999;
	width: 15px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.product-features {
	width: 100px;
	padding: 0 20px 0 0;
	margin: 10px auto 0 auto;
	float: left;
	display: block;
}
.product-features_iso {
	width: 89px;
	padding: 0 20px 0 0;
	margin: 10px auto 0 auto;
	float: left;
	display: block;
}
.product-features p,
.product-features_iso p {
	font-size: 12px;
	font-weight: bold;
	color: #007073;
	text-align: center;
}
.product-features img,
.product-features_iso img {
	margin-bottom: 5px;
}
/* END HikaShop custom CSS */