/*  */
.ico-txt i { margin-right:0.5rem; }
.hd2 { font-size:2rem; }
.doc-link > .btn-txt::before {
	font-family:"Font Awesome 6 Pro"; content:"\f019"; font-weight:900; margin-right:0.5rem;
}
/*  */
.site-header { position:relative; z-index:20; }
.header-top .cols {
	display:flex; justify-content:space-between; align-items:center;
	padding:0.5rem 0; color:#0066A6; font-weight:600;
}
.header-top .site-menu { display:flex; align-items:center; gap:2rem; }
.header-top .site-menu a[class*="fa-"]::before { margin-right: 0.25rem; }
.header-top .site-menu a.cart-count[count="0"]::before { font-weight:300 !important; }
.header-top .site-menu a.cart-count[count]::after {
	content: " (" attr(count) ")"; font-weight: 400;
}
.aws-container .aws-search-form {
	border:2px solid #0066A6; overflow:hidden; border-radius:50px; width:320px;
	transition-duration:0.4s; transition-property:border-color; gap:2px;
}
.aws-container .aws-search-form .aws-search-btn svg { color:#FFF; }
.aws-container .aws-search-field {
	border:0; padding-left:20px; font-size:16px; color:#0066A6;
}
.aws-container .aws-search-form .aws-form-btn {
	background-color:#0066A6; border:0; border-radius:50% !important;
	transition-duration:0.4s; transition-property:background-color;
}
.aws-container .aws-show-clear .aws-search-field { padding-right: 10px; }
/*  */
.header-btm { background-color:#029BCA; color:#FFF; position:relative; }
.header-btm a { color:#fff; }
.header-btm .cols {
	display:flex; justify-content:space-between; color:#0066A6;
}
.header-btm .cols > .col-l { padding:0.75rem 0; }
.header-btm .cols-r { display: flex; align-items: center; height: 100%; position: relative; }
.header-btm .cols-r > .col-l { height: 100%;  }
.header-btm .product-categories-link {
	height:100%; display:flex; align-items:center; padding:0 36px; font-weight:700;
	background-color:#0066A6; transform-origin:bottom; transform:skewX(45deg);
}
.header-btm .product-categories-link > .btn-txt {
	transform-origin:center; transform:skewX(-45deg);
}
.header-btm .mob-menus { display: none; align-items:center; gap:1.5rem; font-size:1.5rem; }
.header-btm .mob-menus a.mob-menu { padding: 0 0 0 var(--mb-button-size); }
.header-btm .site-menu { display:flex; align-items:center; gap:12px; font-weight:700; }
.header-btm .site-menu a {
	display:block; padding:0.25rem 12px; transition-duration:.4s; transition-property:background-color;
}
.header-btm .site-menu a:hover { background-color:#F9AE42; }
.header-btm img.site-logo { height:60px; }
.header-btm .nomob { display:none; }

/*  */
.cats-menu {
	position:absolute; top:100%; left:100vw; opacity:0; z-index: 20;
	background-color:#0066A6; width:calc(100% + ((100vw - 1200px) / 2)); transform-origin: top;  transform: skewX(45deg);  padding-right: calc((100vw - 1200px) / 2);
	transition-duration:0.4s; transition-property:opacity;
}
.cats-menu:hover,
.header-btm .product-categories-link:hover + .cats-menu {
	left:0; opacity:1;
}
.cats-menu > .main-cats > .main-cat:hover > .cat-item > .cat-link { color:#F9AE42 !important; }
.cats-menu > .main-cats {
	display:flex; transform-origin:bottom; transform: skewX(-45deg); 
	padding-right: 30px; justify-content: space-around;
}
.cats-menu > .main-cats > .main-cat > .cat-item > .cat-link {
	display:block; padding:0.5rem 0;
}
.cats-menu > .main-cats > .main-cat > .sub-cat {
	display:flex; background-color:#fff; color:#262626;
	position:absolute; top:100%; left:100%; opacity:0; z-index: 20;
	transition-duration:0.4s; transition-property:opacity; width: calc(100% + ((100vw - 1200px) / 2));
	box-shadow: 0 2px 2px #999; min-height: 300px;
}
.cats-menu > .main-cats > .main-cat:hover > .sub-cat { left:0; opacity:1; z-index: 50; }
.cats-menu > .main-cats > .main-cat > .sub-cat a {
	color:#262626; font-size:16px; white-space:nowrap;
}
.cats-menu > .main-cats > .main-cat > .sub-cat a:hover {  }
.cats-menu > .main-cats > .main-cat > .sub-cat a::before {
	font-family:"Font Awesome 6 Pro"; content:"\f0a9"; font-weight:900;
	margin-right:0.5rem;
}
.cats-menu > .main-cats > .main-cat > .sub-cat > .col-img { width:300px; }
.cats-menu > .main-cats > .main-cat > .sub-cat > .col-cat { padding:1rem; width: calc(100% - 300px); }
.cats-menu > .main-cats > .main-cat > .sub-cat .cat-name {
	color:#fff; background-color:#00A7D2; padding:0.25rem 1rem;
	display:inline-block; position:relative; z-index:20; left:-2rem;
}
.cats-menu > .main-cats > .main-cat > .sub-cat .cat-list {
	column-count:2; margin-top:1rem; column-gap:2rem;
}
.cats-menu > .main-cats > .main-cat > .sub-cat .cat-list > li + li { margin-top:0.25rem; }


/*  */
.footer-top { background-color:#797A7A; color:#fff; padding:0.5rem 0; font-weight:700; }
.footer-top .footer-menu { display:flex; align-items:center; justify-content:space-between; }
.footer-top .footer-menu a:hover { color:#00A7D2; }
.footer-top .footer-menu a::after {
	font-family:"Font Awesome 6 Pro"; content:"\e09f"; margin-left:0.25rem;
}
.footer-mid { background-color:#262626; color:#fff; }
.footer-mid .row-top .footer-menus { display:flex; justify-content:space-between; gap:1rem; }
.footer-mid .row-top .footer-menus .footer-menu { margin-bottom:-0.5rem; }
.footer-mid .row-top .footer-menus .footer-menu > li:first-child {
	font-size:1.5rem; font-weight:700; margin-bottom:1.5rem;
}
.footer-mid .row-top .footer-menus .footer-menu > li:first-child { margin-bottom:0.5rem; }
.footer-mid .row-top .footer-menus .footer-menu > li + li { margin-bottom:0.5rem; font-weight:500; }
.footer-mid .row-top .footer-menus .footer-menu a:hover { color:#00A7D2; }
.footer-mid .row-btm .cols { display:flex; justify-content:space-between; align-items:center; }
.footer-mid .row-btm .site-logo { height:80px; }
.footer-mid .row-btm .shortcut-links { display:flex; gap:120px; font-size:1.5rem; font-weight:700; }
.footer-mid .row-btm .shortcut-links > li { cursor:pointer; }
.footer-mid .row-btm .shortcut-links > li::before {
	font-size:3rem; vertical-align:middle; opacity:0.5; margin-right:1.5rem;
}
.footer-mid .row-btm .shortcut-links > li:hover { color:#00A7D2; }
.footer-btm {
	background-color:#029BCA; color:#FFF; padding:0.5rem 0; 
	border-top:0.25rem solid #fff;
}
.footer-btm .cols { display:flex; justify-content:space-between; align-items:center; font-weight:600; }
.footer-btm .legal-links { display:flex; align-items:center; }
.footer-btm .legal-links > li + li { margin-left:1rem; border-left:2px solid #FFF; padding-left:1rem; }

.footer-links .rows > .vc-col { display:none; padding:2rem 0; position:relative; }

.footer-links .close-footer-tabbed-content {
	position:absolute; top:0.25rem; right:0.25rem; cursor:pointer; text-align:center;
	background-color:transparent; width:30px; height:30px; line-height:30px;
	display:block; color:#262626; font-weight:900; font-size:0;
	border-radius:0.25rem; transition-duration:.4s; transition-property:color, background-color;
}
.footer-links .close-footer-tabbed-content:hover {
	background-color:#262626; color:#fff;
}
.footer-links .close-footer-tabbed-content::before { font-size:20px; }
/*  */
.home-header .cols { display: flex; justify-content: space-between; padding-top: 0.75rem; }
.home-header .cols > .col-slide { width: calc((100% - 0.75rem) * (2 / 3)); }
.home-header .cols > .col-video { width: calc((100% - 0.75rem) * (1 / 3)); }
.home-header .header-slider { height: 100%; }
.home-header .header-slider > .slick-list { height: 100%; }
.home-header .header-slider > .slick-list > .slick-track { height: 100%; }
.home-header .header-slider > .slick-dots {
	position:absolute; right:1rem; bottom: 100px;
	display: flex; gap: 1rem; z-index: 10;
}
.home-header .header-slider > .slick-dots > li > button {
	border:2px solid #FFF; background-color:transparent; font-size:0;
	padding:0; width:1.5rem; height:1.5rem; display: block; 
	transition-duration:.5s; transition-property:background-color;
}
.home-header .header-slider > .slick-dots > li.slick-active > button {
	background-color:#fff;
}
.home-header .slide-overlay {
	/*
	background:linear-gradient(to right,
	rgba(0, 102, 166, 0.9) 0%, 
	rgba(0, 102, 166, 0.7) 50%, 
	rgba(0, 102, 166, 0.1) 100%);
	*/
	height: 100%; display: flex; align-items: center; position: relative;
}
.home-header .slide-content {
	color:#fff; font-weight:400; background-color: #0066A6; z-index: 10;
	position: absolute;	bottom: 0; left: 0; width: 100%; padding: 1rem 170px 1rem 1rem;
}
.home-header .slide-content .read-more {
	position: absolute; right: 1rem; top: 1rem; z-index: 15;
}
.home-header .slide-title { margin-bottom:0; }
.home-header .slide-title > .hd-main { display:block; font-size:1.5rem; font-weight: 600; }

.home-header .video-title {
	background-color: #0066A6; color: #fff; padding: 1rem;
}
.home-header .video-title > .hd-before { display: block; font-size: 1.5rem; font-weight: 600; }
.home-header .video-title > .hd-main { display: block; font-size: 1rem; font-weight: 500; }
/*  */

.categorised-tile-links .cols {
	display:flex; margin:0 -1rem; /* position:relative; z-index:100; top:-4rem; */
}
.categorised-tile-links .cols > .vc-col {
	margin:0 1rem; width:calc((100% - 8rem) / 4); display:block;
	clip-path:polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
}
.categorised-tile-links .cols > .vc-col > .bg-img {
	padding-bottom:75%; background-color:#FFF; background-size:contain;
	position:relative;
}
.categorised-tile-links .cols > .vc-col > .bg-img::before {
	content:""; position:absolute; left:0; top:0; width:100%; height:100%;
	transition-duration:.5s; transition-property:background-color;
}
.categorised-tile-links .cols > .vc-col:hover > .bg-img::before {
	background-color:rgba(249, 174, 66, 0.7);
}
.categorised-tile-links .cat-name {
	font-weight:700; background-color:#029BCA; color:#FFF; text-align:center;
	padding:0.25rem 0.5rem;
}
/*  */
.related-websites .website-blocks {
	display: flex; margin: 0 -0.5rem; color: #FFF;
}
.related-websites .website-blocks > .vc-col {
	margin: 0 0.5rem; width: calc((100% - 5rem) / 5); display: flex; flex-direction: column;
}
.related-websites .website-blocks .logo-wrap {
	padding:0.5rem 0.25rem; height: 60px;
}
.related-websites .website-blocks .logo-wrap img {
	margin: 0 auto; height: calc(60px - 1rem);
}
.related-websites .website-blocks .intro-text {
	padding: 0.5rem 0.25rem; flex-grow: 1;
}
.related-websites .website-blocks .site-links {
	display: flex; border-top: 1px solid #fff;
}
.related-websites .website-blocks .site-links > li { flex-grow: 1; }
.related-websites .website-blocks .site-links > li + li { border-left: 1px solid #fff; }
.related-websites .website-blocks .site-links a.site-link {
	display: block; padding: 0.25rem;
} 
/*  */
.hd2-txt-content { text-align:center; }
.five-ico-label-links .cols {
	display:flex; justify-content:space-between; text-align:center;
}
/*
.five-ico-label-links .cols > .vc-col { position:relative; }
.five-ico-label-links .cols > .vc-col::after {
	content:"Learn more"; position:absolute; top:100%; left:0; width:100%;
	z-index:-1; opacity:0; transition-duration:.4s; transition-property:opacity;
}

.five-ico-label-links .cols > .vc-col:hover::after { opacity:1; z-index:1; }
.five-ico-label-links .cols > .vc-col:hover > .ico,
.five-ico-label-links .cols > .vc-col:hover > label {
	color:#00AFD7;
}
*/
.five-ico-label-links .cols > .vc-col > .ico { font-size:3rem; color:#0066A6; }
.five-ico-label-links .cols > .vc-col > label { font-weight:600; font-size:1.25rem; margin:1rem 0 0; }
.five-ico-label-links .cols > .vc-col > .ico,
.five-ico-label-links .cols > .vc-col > label {
	display:block; 
	/* transition-duration:.4s; transition-property:color; cursor:pointer; */
}
/*  */
.latest-news .latest-4-news { display:flex; justify-content:space-between; margin-top:2rem; }
.latest-news .latest-4-news > .news-item {
	width:calc((100% - 9rem) / 4);
}
.latest-news .latest-4-news .news-thumb { padding-top:100%; margin-bottom:1rem; }
.latest-news .latest-4-news .news-date { font-weight:600; }
.latest-news .latest-4-news .news-title {
	font-weight:600; color:#0066A6; margin:0.5rem 0 1rem; line-height: 1.35;
	height: calc(3 * 1.35rem); overflow: hidden;

}
/*  */
.hd-p-btn-blocks .cols {
	display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:-0.75rem; color:#FFF;
}
.hd-p-btn-blocks .cols > .vc-col { width:calc((100% - 0.75rem) / 2); margin-bottom:0.75rem; cursor:pointer; }
.hd-p-btn-blocks .cols .bg-overlay {
	background-color:rgba(0, 102, 166, 0.7); padding:2rem;
	transition-duration:.4s; transition-property:background-color; height: 100%;
}
.hd-p-btn-blocks .cols .bg-overlay:hover { background-color:rgba(0, 167, 210, 0.7); }
.hd-p-btn-blocks .cols .block-content { max-width:360px; }
.hd-p-btn-blocks .cols .hd > .hd-main { vertical-align:middle; }
.hd-p-btn-blocks .cols .hd > .hd-after { margin-left:2rem; font-size:3rem; vertical-align:middle; }
.hd-p-btn-blocks .cols .pg { margin:0.75rem 0 2rem; font-weight:500; }
.hd-p-btn-blocks .cols .bg-overlay:hover .btn.btn3 {
	color:#00A7D2; border-color:#FFF; background-color:#FFF;
}
/*  */
.page-header { display:flex; background-color:#0066A6; }
.page-header > .col-l {
	 color:#FFF; padding:4rem 0 4rem var(--size_3); width:60%;
}
.page-header > .col-l .hd { font-size:2rem; }
.page-header > .col-l .hd + .intro-text { margin-top:1rem; }
.page-header > .col-r { width:40%; }
.page-header > .col-r > .bg-img { height:100%; clip-path:polygon(0 0, 100% 0, 100% 100%, 50% 100%); }
.page-header .breadcrumb {
	display:flex; align-items:center; list-style-type:none; font-weight:600;
	padding-left:0; flex-wrap:wrap; margin-bottom:0.25rem;
}
.page-header .breadcrumb li { margin-bottom:0.25rem; }
.page-header .breadcrumb li + li { margin-top:0; margin-left:1rem; }
.page-header .breadcrumb li + li::before {
	font-family:"Font Awesome 6 Pro"; content:"\f054"; margin-right:1rem;
}
.page-header .breadcrumb a { color:#FFF; }
.page-header .breadcrumb a:hover { opacity:0.7; }

/*  */
.two-col-txt-blocks .cols { display:flex; justify-content:space-between; position:relative; }
.two-col-txt-blocks .cols::before {
	content:""; display:block; width:3px; top:0; height:100%; position:absolute;
	background-color:#00AFD7; left:calc(50% - 1px);
}
.two-col-txt-blocks .cols > .vc-col { width:calc((100% - (2 * var(--size_1)) - 3px) / 2); }
.two-col-txt-blocks .txt-blocks > .vc-col + .vc-col { margin-top:3rem; }
.two-col-txt-blocks .txt-blocks .hd {
	color:#0066A6; font-size:1.75rem; vertical-align:middle;
}
.two-col-txt-blocks .txt-blocks .hd > .hd-main { vertical-align:middle; }
.two-col-txt-blocks .txt-blocks .hd > .hd-after {
	color:#999; font-size:2.25rem; margin-left:1rem; vertical-align:middle;
}

/*  */
.faq-list header { display:flex; align-content:center; justify-content:space-between; align-items: center; }
.faq-list h2.hd { margin-bottom:2rem; }
.faq-list h2.hd:last-child { margin-bottom:0; }
.faq-list .faq {
	transition-property:color, background-color; transition-duration:400ms;
}
.faq-list .faq + .faq { margin-top:-1px; }
.faq-list .faq .qa { border-bottom:1px solid #ccc; }
.faq-list .faq:first-child .qa { border-top:1px solid #ccc; }
.faq-list .faq .answer {
	margin-bottom:2rem; border-radius:10px; color:#000;
}
.faq-list .faq .answer > .txt-content { max-width:1200px; }
.faq-list .faq .question { padding:1.25rem 0; position:relative; cursor:pointer; color:#0066A6; }
.faq-list .faq .question .hd {
	font-size:1.25rem; font-weight:600; padding-right:1.5rem; text-transform:none;
}
.faq-list .faq .question::before {
	content:"\f078"; font-family:"Font Awesome 6 Pro"; cursor:pointer;
	position:absolute; right:0; font-size:1.25rem; font-weight:900; line-height:1.5rem;
	text-align:center; display:block; margin:auto 0; height:1.5rem; width:1.5rem;
	top:0; bottom:0; transform-origin:50% 50% 0; transform:rotate(-180deg);
	transition-property:transform; transition-duration:.4s; color:#F9AE42;
}
.faq-list .faq.closed .question { color:inherit; }
.faq-list .faq.closed .question::before { transform:rotate(0deg); color:inherit; }


/*  */
.product-registration .cols { display:flex; justify-content:space-between; }
.product-registration .cols > .col-form { width:50%; }
.product-registration .cols > .col-text { width:calc(50% - var(--size_1)); }
/*  */
.news-archive .news-filter { display:flex; gap:2rem; align-items:center; margin-bottom:2rem; }
.news-archive .news-filter select { font-weight:700; color:#0066A6; }
.news-archive .news-list { display:flex; flex-wrap:wrap; margin:0 -1rem -4rem; }
.news-archive .news-list > .news-item {
	width:calc((100% - 8rem) / 4); margin:0 1rem 4rem;
}
.news-archive .news-list .news-thumb { padding-top:100%; margin-bottom:1rem; }
.news-archive .news-list .news-title {
	color:#0066A6; font-weight:600; margin:0.5rem 0 1rem; line-height: 1.35;
	height: calc(3 * 1.35rem); overflow: hidden;
}
.news-archive .news-list .news-date { font-weight:500; }
/*  */
.cat-ctn .cols { display:flex; justify-content:space-between; }
.cat-ctn .cols > .col-l { width:320px; }
.cat-ctn .cols > .col-r { width:calc(100% - 320px - 2rem); }
.cat-ctn .cat-menu > .main-cat {
	background-color:#0066A6; color:#fff; font-weight:600;
	padding:0.5rem 1rem;
}
.cat-ctn .cat-menu > .sub-cats {
	background-color:#fff; padding:0.75rem 1rem;
}
.cat-ctn .cat-menu > .sub-cats > .cat-list > li + li { margin-top:0.75rem; }
.cat-ctn .cat-menu > .sub-cats > .cat-list > li > a:hover { color:#0066A6; }
.cat-ctn .cat-blocks { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.cat-ctn .cat-blocks > .block {
	background-color:#fff; width:calc((100% - 6rem) / 3); margin:0 1rem 2rem;
	clip-path:polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
	display: flex; flex-direction: column;
}

.cat-ctn .cat-blocks .cat-title {
	background-color:#029BCA; color:#FFF; font-weight:600; text-align:center;
	color:#FFF; padding:0.25rem; flex-grow: 1;
}
.thumb-wrapper { padding:1rem; position:relative; background-color:#fff; }
.thumb-wrapper::before {
	content:""; position:absolute; left:0; top:0; width:100%; height:100%;
	transition-duration:.4s; transition-property:background-color; z-index:5;
	background-color:rgba(249, 174, 66, 0.0);
}
.thumb-wrapper:hover::before { background-color:rgba(249, 174, 66, 0.5); }
.thumb-wrapper > .cat-thumb.bg-img { padding-top:75%; background-size:contain; }

.products > .product .thumb-wrapper { box-shadow:0 0 0.5rem #999; }


.woocommerce ul.products > li .woocommerce-loop-product__title { font-weight:500; }
.woocommerce ul.products > li .no-price {
	padding:0.25rem 0.5rem; position: absolute; top: 50%; left: -1rem; transform: translateY(-50%);
}
.woocommerce ul.products > li .price {
	color:#FFF; font-size:1.25em; font-weight:600; background-color: #00A7D2;
	display: block; padding: 0 0.5rem 0.25rem; position: relative; left: -1rem;
	text-align: right;
}
.woocommerce ul.products > li .price::after {
	content: "Excluding GST"; font-weight: 300; font-size:14px; display: block;
	white-space: nowrap;
}
.woocommerce ul.products > li .price del { font-size: 16px; }
.woocommerce ul.products > li .brand-logo {
	max-height:30px; mix-blend-mode:multiply;
}
.woocommerce ul.products > li .cart-qty {
	display:flex; justify-content:space-between; gap: 0.5rem 0.5rem;
	align-items:center; margin-top: 0.5rem; flex-wrap: wrap;
}
.woocommerce ul.products > li .cat-thumb.bg-img {
	padding-top: 75%; background-size: contain; position: relative;
}
.woocommerce ul.products > li .cat-thumb.bg-img[ex-stock]::before {
	content: ""; width: 75px; height: 75px; position: absolute; z-index: 5;
	background-image: url(../img/emona-exstock.png); background-size: contain;
	right: 0; bottom: 0;
}
.woocommerce span.onsale { background-color: red; }
.woocommerce ul.products > li .onsale { padding:0; }
.woocommerce ul.products > li .product-meta { padding: 0.5rem; }
.woocommerce ul.products { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.woocommerce ul.products > li {
	width:calc((100% - 6rem) / 3); margin:0 1rem 2rem; position: relative;
	border: 1px solid #ccc; font-size: 16px;
}
.woocommerce .related-products ul.products > li { width:calc((100% - 8rem) / 4); }
.woocommerce ul.products > li > .box-top {
	background-color: #fff; padding: 0.5rem;
}
.woocommerce ul.products > li > .box-top > .price-brand {
	display: flex; justify-content: space-between; align-items: center;
}
.woocommerce ul.products > li > .box-top > .price-brand > .col-price { position: relative; }
.woocommerce ul.products > li > .box-btm { background-color: #eee; }
.woocommerce ul.products > li .woocommerce-loop-product__title {
	font-weight: 500; line-height: 22px; height: 44px; overflow: hidden;
}
.woocommerce ul.products > li .short-desc { 
	font-weight: 400; line-height: 20x; height: 40px; overflow: hidden;
	font-size: 14px;
}
.woocommerce nav.woocommerce-pagination { margin-top: 2rem; }

.qty-tuner { display:flex; }
.qty-tuner input[type="text"] {
	line-height:36px; font-size:1.25rem; font-weight:400; padding: 0 2px;
}
.qty-tuner > .col-tuner {
	background-color:#0066A6; color:#fff; width:36px; justify-content:center;
	cursor:pointer; font-size:1.5rem; display:flex; align-items:center;
}
.woocommerce ul.products > li .qty-tuner > .col-tuner { width: 32px; font-size: 1.25rem; }
.woocommerce ul.products > li .qty-tuner input[type="text"] {
	line-height: 30px; padding: 0 0.25rem; font-size: 1rem; font-weight: 400; color: #000;
}
.woocommerce ul.products > li .added_to_cart { display: none !important; }
.woocommerce .quantity .qty { width: 36px; }
.woocommerce ul.products > li .quantity .qty { width: 40px; text-align: center; }
.woocommerce ul.products > li .cart-qty a.btn {
	padding:7px; border-width: 1px;
}


/*  */
.product-filter { background-color:#FFF; margin-bottom:2rem; }
.product-filter header {
	background-color:#00A7D2; color:#FFF; font-size:1.25rem;
	cursor:pointer; padding:0.25rem 1rem; font-weight:500;
	display:flex; align-items:center; justify-content:space-between;
}
.product-filter main { padding:1rem; }
.product-filter .filter-item + .filter-item { margin-top:1rem; }
.product-filter .attr-label { color:#797A7A; font-weight:500; }
.product-filter .attr-items { display:flex; flex-wrap:wrap; margin:0.25rem -0.5rem -0.5rem; }
.product-filter .attr-items > .attr-item { width:calc((100% - 4rem - 1px) / 4); margin:0 0.5rem 0.5rem; }
.product-filter .attr-items > .attr-item > label { cursor:pointer; display:flex; gap:0.25rem; align-items:flex-start; }
.product-filter .attr-items > .attr-item > label > input[type="checkbox"] { margin-top:3px; }
.product-filter footer { padding:1rem; }

/*  */
body.single-product .product-cat-breadcrumb {
	background-color:#0066A6; color:#fff; padding:2rem 0; font-weight:600;
}

body.single-product .product-cat-breadcrumb ul {
	display:flex; flex-wrap: wrap; align-items:center; margin-left:-1rem;
}
body.single-product .product-cat-breadcrumb ul li { margin-top:0; margin-left:1rem; }
body.single-product .product-cat-breadcrumb a { color:#FFF;  }
body.single-product .product-cat-breadcrumb a:hover { opacity:0.7; }

body.single-product .woocommerce-notices-wrapper {
	background-color:#00A7D2; color:#FFF;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-error, 
body.single-product .woocommerce-notices-wrapper .woocommerce-info, 
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
	padding:1rem 0 1rem 2rem; margin:0;
	background-color:transparent; color:#FFF; border-top:0;
	list-style:none outside;
}
body.single-product .woocommerce-notices-wrapper .woocommerce-error::before, 
body.single-product .woocommerce-notices-wrapper .woocommerce-info::before, 
body.single-product .woocommerce-notices-wrapper .woocommerce-message::before {
	top:1rem; left:0; color:#FFF;
}
body.single-product .product-main .cols { display:flex; justify-content:space-between; }
body.single-product .product-main .cols > .col-img { width:500px; position: relative; }
body.single-product .product-main .cols > .col-txt { width:calc(100% - 500px - 3rem); }
body.single-product .product-main .cols > .col-img .woocommerce-product-gallery__wrapper { position: relative; }
body.single-product .product-main .cols > .col-img .ex_stock {
	width: 75px; height: 75px; position: absolute; right: 0; bottom: 0;
	transform: translate(25%, 25%); z-index: 10;
}
body.single-product div.product .product-main .product_title { font-size:2rem; color:#00AFD7; }
body.single-product div.product .product-main p.price, 
body.single-product div.product .product-main span.price {
	color:#0066A6; font-size:2rem; font-weight:600;
}
body.single-product div.product .product-main p.price::after {
	content: "(Excluding GST)"; color: #00AFD7; display: block; font-size: 12px; font-weight: 300;
}
body.single-product .woocommerce-product-details__short-description {
	font-weight:600; font-size:1.25rem;
}
body.single-product .product-main .brand-logo {
	max-height:50px; position: absolute; top: 0; left: 0; z-index: 5; left: 2rem;
}
body.single-product .product-main .product-details .product-description img { margin:1rem auto; max-width: none;}
body.single-product .product-main .product-details .product-description .yt-video-ctn {
	margin: 2rem auto; max-width: 768px; padding-top: 0;
}
.yt-video-ctn + .yt-video-ctn  { margin-top: 2rem; }
body.single-product .product-main .product-details .product-description .yt-video-ctn::after {
	content: ""; display: block; padding-top: calc((9 / 16) * 100%);
}
body.single-product .price + .product-enquiry { margin-top:1.5rem; }
body.single-product .faq-list .faq .question .hd { color:#0066A6; }
body.single-product .faq-list .faq.closed .question .hd { color:#00AFD7; }
body.single-product .doc-download .answer a.doc-link::before {
	font-family:"Font Awesome 6 Pro"; content: "\f019"; margin-right:1rem;
}
.woocommerce div.product form.cart::before,
.woocommerce div.product form.cart::after {
	content:normal;
}
.woocommerce div.product form.cart {
	display:flex; align-items:center; gap:4rem; margin:1rem 0;
	justify-content:flex-end; flex-direction:row-reverse;
}

/*  */
#qaModal .close,
#productEnquiry .close {
	padding:0; border:0; width:calc(1.5rem + 2px); height:calc(1.5rem + 2px); line-height:1.5rem; text-align:center; opacity: 1;
	position:absolute; z-index:5; border-radius:50%; font-size:1.25rem; color:#262626;
	border:1px solid #262626; background-color:#FFF; font-weight:700;
	right:0; top:0; transform:translate(50%, -50%)
}
#productEnquiry .modal-header .cols {
	display:flex; background-color:#00A7D2; color:#FFF; align-items:center; padding:0.5rem;
	justify-content:space-between;
}
#productEnquiry .modal-title > .hd-before { font-size:1.25rem; display:block; font-weight:600; }
#productEnquiry .modal-title > .hd-main,
#productEnquiry .modal-title > .hd-after {
	font-weight:400; display:block;
}
#productEnquiry .modal-title > .hd-main { font-size:0.8rem; }

/*  */
.woocommerce-page div.product div.images { float:none; width:auto; }
.woocommerce div.product div.images {
	margin-bottom:0; background-color:#FFF; padding:2rem;
}
.woocommerce div.product div.images img { width: auto; }

/*  */
.emona-product-support > header .cols { display:flex; gap:2rem; align-items:flex-end; }
.emona-product-support .field-label {
	font-weight:600; color:#0066A6; margin-bottom:0.25rem; font-size:1.25rem;
}
.emona-product-support .prod-intro {
	display:flex; margin-top:2rem; border-top:1px solid #ccc; padding-top:2rem;
	justify-content:space-between;
}
.emona-product-support .prod-intro > .col-img { width:350px; }
.emona-product-support .prod-intro > .col-txt { width:calc(100% - 350px - 4rem); }
.emona-product-support .prod-intro > .col-img .prod-thumb.bg-img {
	padding-top:100%; background-size:contain;
}
.emona-product-support .prod-intro .prod-excerpt { font-weight:500; font-size:1.25rem; }

/*  */
.vid-ctn .cols { display:flex; justify-content:space-between; }
.vid-ctn .cols > .col-l { width:320px; }
.vid-ctn .cols > .col-r { width:calc(100% - 320px - 2rem); }
.vid-ctn .vid-menu > .main-vid {
	background-color:#0066A6; color:#fff; font-weight:600;
	padding:0.5rem 1rem;
}
.vid-ctn .vid-menu > .sub-vids {
	background-color:#fff; padding:0.75rem 1rem;
}
.vid-ctn .vid-menu > .sub-vids > .vid-list > li + li { margin-top:0.75rem; }
.vid-ctn .vid-menu > .sub-vids > .vid-list > li > a.current { color:#F9AE42; }
.vid-ctn .vid-menu > .sub-vids > .vid-list > li > a:hover { color:#0066A6; }

.vid-ctn .related-video { margin-top:2rem; }
.vid-ctn .vid-blocks { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.vid-ctn .vid-blocks > .block {
	background-color:#fff; width:calc((100% - 6rem) / 3); margin:0 1rem 2rem;
	clip-path:polygon(0 0, 92% 0, 100% 8%, 100% 100%, 8% 100%, 0 92%);
}

.vid-ctn .vid-blocks .vid-title {
	background-color:#029BCA; color:#FFF; font-weight:600; text-align:center;
	color:#FFF; padding:0.25rem;
}
.vid-ctn .play-btn.playing::before { display:none; }
.play-btn::before {
	content:"\f04b"; position:absolute; margin:auto; width:128px; height:128px; border:1px solid #fff;
	border-radius:50%; display:block; font-family:"Font Awesome 6 Pro"; line-height:calc(128px - 2px);
	z-index:10; color:#fff; font-size:2.5rem; left:0; right:0; top:0; bottom:0; font-weight:900;
	text-align:center; background-color:rgba(0,0,0,0); cursor:pointer; 
	transition-property:background-color; transition-duration:400ms;
}
.vid-ctn .play-btn.playing::before { display:none; }
.vid-ctn .video-ctn {
	position:relative; padding-top:calc((9 / 16) * 100%);
	border-bottom:1rem solid var(--main_color);
}
.vid-ctn .vframe,
.vid-ctn .video-poster {
	display:block; width:100%; height:100%; position:absolute; top:0; bottom:0; left:0; right:0;
}
.vid-ctn .vframe { z-index:5; }
.vid-ctn .video-poster { z-index:5; }
.vid-ctn .video-ago { margin-bottom:0.25rem; display:inline-block; }
.vid-ctn .video-slide .video-title {
	color:var(--main_color); font-weight:500; font-size:1.25rem; line-height:1;
	padding-right:120px;
}
.vid-ctn .video-slide .video-desc { margin-top:1rem; }
.vid-ctn .video-list { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.vid-ctn .video-box { width:calc((100% - 6rem) / 3); margin:0 1rem 2rem; }
.vid-ctn .video-thumb {
	padding-top:calc((9 / 16) * 100% - 1px); position:relative;
}
.vid-ctn .video-thumb::before {
	position:absolute; content:"\f04b"; font-family:"Font Awesome 5 Pro"; color:#fff;
	font-size:2rem; display:block; z-index:10; left:0; right:0; top:0; bottom:0;
	font-weight:900; margin:auto; border:1px solid #fff; width:4rem; height:4rem;
	border-radius:50%; text-align:center; line-height:4rem; transition-duration:400ms;
	transition-property:color, border-color, background-color; cursor:pointer;
}
.vid-ctn .video-thumb:hover::before {
	color:#fff; border-color:var(--main_color); background-color:var(--main_color);
}
.vid-ctn .video-thumb::after {
	position:absolute; content:""; background-color:rgba(0,0,0,0.2);
	display:block; z-index:5; left:0; right:0; top:0; bottom:0; cursor:pointer;
	transition-property:background-color; transition-duration:400ms;
}
.vid-ctn .video-thumb:hover::after { background-color:rgba(0,0,0,0); }
.vid-ctn .video-info { color:#FFF; }
.vid-ctn .current-video .video-info { background-color:#0066A6; padding:1rem; }
.vid-ctn .related-video .video-info { background-color:#00A7D2; padding:0.5rem; }
.vid-ctn .video-box .video-title {
	color:#fff; font-weight:500; font-size:1rem; line-height:1.5rem;
	height:3rem; overflow:hidden; text-overflow:ellipsis; 
	-webkit-line-clamp:2; -webkit-box-orient:vertical; display:-webkit-box;
}

/*  */
.review-videos .cols { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.review-videos main .cols > .vc-col { width:calc((100% - 6rem) / 3); margin:0 1rem 2rem; }
.review-videos .video-info { background-color:#00A7D2; color:#fff; padding:0.5rem 1rem; }
.review-videos .video-info > .video-date { font-weight:600; font-size:0.9rem; }

/*  */
.review-docs .cols { display:flex; flex-wrap:wrap; margin:0 -1rem -2rem; }
.review-docs main .cols > .vc-col { width:calc((100% - 10rem) / 5); margin:0 1rem 2rem; }
.review-docs div.doc-thumb.bg-img { padding-top:100%; background-size:contain; }
.review-docs .img-wrap { position:relative; padding-top:100%; }
.review-docs .img-wrap > img {
	position:absolute; top:0; height:100%; left:0; right:0; margin:0 auto;
	box-shadow:1px 1px 3px #797A7A;
}
.review-docs .doc-info {
	margin-top:1rem; padding-top:0.75rem; border-top:2px solid #0066A6;
}
.review-docs .doc-info > .doc-date { font-weight:600; font-size:16px; color:#797A7A; }
.review-docs .doc-info > .doc-title { font-weight:400; margin:0.5rem 0; }
/*  */
.short-form-catalogue .vc-cols {
	display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:-4rem;
}
.short-form-catalogue .vc-cols > .vc-col {
	width:calc((100% - 4rem) / 2); margin-bottom:4rem;
}
.short-form-catalogue .cols { display:flex; justify-content:space-between; }
.short-form-catalogue .cols + .cols { margin-top:2rem; }
.short-form-catalogue .cols > .col-img { width:150px; }
.short-form-catalogue .cols > .col-txt { width:calc(100% - 150px - 1rem); }
.short-form-catalogue .hd { font-size:1.5rem; color:#00A7D2; margin-bottom:1rem; }
.short-form-catalogue .doc-link { margin-top:1.5rem; }
/*  */
.block-wrapper { border:1px solid #0066A6; border-radius:5px; background-color:#fff; padding:1rem; }
.woocommerce-account .addresses .title .edit { float:none; }
/* /my-account/ FROM Kava */
.woocommerce form.register { border:0; padding:0; margin:0; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display:block; margin-bottom:0.5rem;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
	margin-left:0; font-family:"Font Awesome 5 Pro";
	content:"\f070"; color:#0066A6; font-weight:900;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
	color:#F9AE42; content:"\f06e";
}
.add-to-cart-message { display:flex; flex-direction:row-reverse; justify-content:space-between; }

.woocommerce .woocommerce-order-summary {
	margin-bottom:2em; border:1px solid #0066A6; background-color:#fff; border-radius:5px;
	padding:1rem;
}
.landingpage_price  {
  margin-bottom:30px;
}
.landingpage_price .amount {
  font-size:1.5rem;
  font-weight:900;
}
.order-trackings h3 { font-size:1.25rem; margin-bottom:0.25rem; }
.order-trackings ul { margin-bottom:0; }
.woocommerce .col2-set .col-1 { margin-bottom: 2rem; }




.office-info .cols { display:flex; justify-content:space-between; }
.office-info .cols > .vc-col { width:calc((100% - 4rem) / 3); }


.training-sessions .cols {
	display:flex; border:1px solid #ccc; margin-left:41px; padding:1rem 1rem 1rem 0;
}
.training-sessions .cols + .cols { margin-top:2rem; }
.training-sessions .cols > .col-r { margin-left:auto; align-self:center; }
.training-sessions .circular-tag {
	color:#FFF; background-color:#FFF; width:82px; height:82px; border-radius:50%;
	text-align:center; font-size:1.25rem; border:1px solid #ccc; padding:5px; overflow:hidden;
	line-height:70px; position:relative; right:41px; z-index:5;
}
.training-sessions .circular-tag::after {
	content:""; position:absolute; left:5px; border-radius:50%;
	width:calc(100% - 10px); top:5px; height:calc(100% - 10px);
	background-color:#262626; z-index:-1;
}
.training-sessions .training-time::before {
	font-family:"Font Awesome 6 Pro"; content:"\f073"; 
	margin-right:0.25rem; font-weight:400; line-height:1.5;
}
.training-sessions .training-location::before {
	font-family:"Font Awesome 6 Pro"; content:"\f3c5"; 
	margin-right:0.25rem; font-weight:900; line-height:1.5;
}

.emona-slider .slick-slide { position:relative; }
.emona-slider .slide-info {
	background-color:#0066A6; color:#FFF; padding:1.5rem 1.5rem 2rem 1.5rem;
	position:absolute; left:0; width:100%; bottom:0;
}
.emona-slider .slide-title { font-weight:500; font-size:1.25rem; }
.emona-slider .bg-img { padding-top:calc((9 / 21) * 100%); display:block; }
.emona-slider .slick-dots {
	position:absolute; right:1rem; bottom:1rem; display:flex; gap:0.5rem; z-index:10;
}
.emona-slider .slick-dots > li { opacity:0.5; }
.emona-slider .slick-dots > li.slick-active { opacity:1; }
.emona-slider .slick-dots > li > button {
	font-size:0; padding:0; width:1rem; height:1rem; background-color:#fff;
	border:0;
}

.prod-list { display:flex; flex-wrap:wrap; margin:1rem -1rem -2rem; }
.prod-list > .vc-col { width:calc((100% - 8rem) / 4); margin:0 1rem 2rem; }
.prod-list a.bg-img { display:block; padding-top:calc((9 / 16) * 100%); }
.prod-list a.bg-img.bg-contain { background-size:contain; }
.prod-list .hd { font-size:1.25rem; font-weight:500; }
.prod-list .prod-item {
	padding:0.5rem; background-color:#0066A6; color:#FFF; text-align:center;
	height: 131px; overflow: hidden;
}

.two-cat-links { display: flex; justify-content: space-between; }
.two-cat-links > .col {
	background-color: #000; color: #FFF; width: calc((100% - 1.5rem) / 2); 
	font-size: 1.5rem; font-weight: 700;
}
.two-cat-links > .col.col-l { padding: 1rem 4rem 1rem calc((100vw - 1200px) / 2); }
.two-cat-links > .col.col-r { padding: 1rem calc(((100vw - 1200px) / 2) + 4rem) 1rem 1rem; }
.two-cat-links > .col .link-text { position: relative; }
.two-cat-links > .col .link-text::before {
	display: block; content: "SHOP"; color: #0066A6;
}
.two-cat-links > .col .link-text::after {
	font-family:"Font Awesome 6 Pro"; content:"\f105"; font-weight:400; margin-right:0.5rem;
	position: absolute; right: 0; font-size: 4rem; top: 50%; transform: translateY(-50%);
}
.two-cat-links > .col:hover { color: #00A7D2; }

#btn-ask-a-question {
	position:fixed; right:5px; bottom:5px; z-index: 100; font-weight: 500;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3); line-height:30px; max-width: calc(100vw - 20px);
}
#btn-ask-a-question br { display: none; }
#btn-ask-a-question:hover  { background-color:#d88e2c !important; border-color:#d88e2c !important; }
#btn-ask-a-question::before { margin-right: 0.5rem; font-size: 1.25em; }


/* Popup */
#qaModal .modal-header {
	display:flex; align-items: center; background-color: #00A7D2; color: #fff;
	justify-content: space-between; font-size: 1.25rem;
}
#qaModal .modal-header::before,
#qaModal .modal-header::after {
	display: none;
}
#qaModal .modal-header > .col-img img { width: 100%; }
#qaModal .modal-header > .col-img { width: 128px; }
#qaModal .modal-header > .col-hd { width: calc(100% - 130px); }
#qaModal .modal-header > .col-hd .hd { line-height: 1.1; }

/* Checkout */
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
	text-decoration: underline; color:#00A7D2;
}
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a:hover { color: #F9AE42; }
.wp-block-woocommerce-checkout-actions-block 
.wc-block-checkout__actions_row 
.wc-block-components-checkout-place-order-button {
	background-color: #0066A6; color: #fff; border: 0;
	transition-property:color, border-color, background-color; transition-duration:400ms;
	padding:0 1em !important; font-size: 1.5rem; font-weight: 400; min-height:0.5em;
}
.wp-block-woocommerce-checkout-actions-block 
.wc-block-checkout__actions_row 
.wc-block-components-checkout-place-order-button:hover {
	background-color: #F9AE42;
}

.checkout-form-cols { display: flex; justify-content: space-between; }
.checkout-form-cols > .col { width: calc((100% - 2rem) / 2);}
.checkout-form-cols .ctn { padding-left: 0; padding-right: 0; }
.woocommerce-checkout #payment ul.payment_methods li + li {
	margin-top: 1.5rem;
}
.woocommerce-checkout #payment ul.payment_methods li label {
	text-transform: uppercase; font-weight: 500;
}
#payment .checkbox input[type="checkbox"] { position: static; }
#payment .woocommerce-privacy-policy-text { margin-bottom: 1rem; }@media (min-width:1921px) {
	.header-btm .product-categories-link { padding:0 58px; }
	.header-btm .site-menu { gap:19px; }
	.header-btm .site-menu a { padding:0.25rem 19px; }

	.footer-mid .row-btm .shortcut-links { gap:192px; }

	.home-header .cols > .col-slide { box-shadow: calc((100vw - 1920px) / -2) 0 0 #0066A6; }
	.home-header .cols > .col-video { box-shadow: calc((100vw - 1920px) / 2) 0 0 #0066A6; }

	.page-header > .col-l { width:calc(100% - 768px); }
	.page-header > .col-r { width:768px;  }
}
@media (max-width:1680px) {
	.product-filter .attr-items > .attr-item { width:calc((100% - 4rem - 1px) / 4); }
}
@media (max-width:1550px) {
	.header-btm .cols-r { position:static; }
	.cats-menu { width:100%; transform:none; }
	.cats-menu > .main-cats { justify-content:space-evenly; transform:none; padding-right:0; }
	.cats-menu > .main-cats > .main-cat > .sub-cat {
		width:100%;
	}
	.cats-menu > .main-cats > .main-cat > .sub-cat > .col-cat { width:calc(100% - 300px); }
	.cats-menu > .main-cats > .main-cat > .sub-cat .cat-list { column-count:3; }
}
@media (max-width:1500px) {
	.woocommerce ul.products > li { width: calc((100% - 6rem) / 3); }
}
@media (max-width:1450px) {
	.review-docs main .cols > .vc-col { width:calc((100% - 8rem) / 4); }
}
@media (max-width:1350px) {
	.short-form-catalogue .vc-cols { display: block; }
	.short-form-catalogue .vc-cols > .vc-col {
		width: auto; position: relative;
	}
	.short-form-catalogue .hd { padding-left: calc(200px + 1rem); }
	.short-form-catalogue .cols > .col-img { margin-top: -2.5rem; }
}
@media (max-width:1300px) {
	.news-archive .news-list > .news-item {
		width:calc((100% - 6rem) / 3);
	}
}
@media (max-width:1200px) {
	.hd2 { font-size:1.75rem; }

	.cats-menu > .main-cats > .main-cat > .sub-cat .cat-list { column-count:2; }

	.categorised-tile-links .cols { margin:0 -10px; }
	.categorised-tile-links .cols > .vc-col {
		margin:0 10px; width:calc((100% - 80px) / 4);
	}

	.related-websites .website-blocks { flex-wrap: wrap; margin-bottom: -1rem; }
	.related-websites .website-blocks > .vc-col { width: calc((100% - 3rem) / 3); margin-bottom: 1rem; }
	.related-websites .website-blocks > .vc-col:nth-child(n + 4) { width: calc((100% - 2rem) / 2); }

	.latest-news .latest-4-news > .news-item { width:calc((100% - 60px) / 4); }

	.page-header > .col-l .hd { font-size:2.25rem; }

	.cat-ctn .cols > .col-l { width: 256px; }
	.cat-ctn .cols > .col-r { width: calc(100% - 256px - 1rem); }
	.cat-ctn .cat-blocks { margin: 0 -0.5rem -1rem; }
	.cat-ctn .cat-blocks > .block { width: calc((100% - 3rem) / 3); margin: 0 0.5rem 1rem; }

	.review-videos main .cols > .vc-col { width:calc((100% - 4rem) / 2); }
}
@media (max-width:1100px) {
	.aws-container .aws-search-form { width: 250px; }

	.header-btm .product-categories-link { transform:skewX(30deg); }
	.header-btm .product-categories-link > .btn-txt { transform:skewX(-30deg); }

	.header-btm img.site-logo { height: 50px; }

	

	.product-filter .attr-items > .attr-item { width:calc((100% - 3rem - 1px) / 3); }

	.review-docs main .cols > .vc-col { width:calc((100% - 6rem) / 3); }
}
@media (max-width:1050px) {
	.woocommerce ul.products > li { width: calc((100% - 4rem) / 2); }
}
@media (max-width:992px) {
	.hd2 { font-size:1.5rem; }

	.aws-container .aws-search-form { width: 320px; }
	.header-top .site-menu > li + li { display: none; }

	.header-btm .cols { align-items: center; }
	.header-btm .cols-r { display:none; }
	.header-btm .mob-menus { display: flex; }

	.footer-mid .row-btm .site-logo { height:60px; }
	.footer-mid .row-btm .shortcut-links > li > a::before { font-size:inherit; margin-right:0.5rem; }
	.footer-mid .row-top .footer-menus { flex-wrap:wrap; margin-bottom:-2rem; gap:normal normal; }
	.footer-mid .row-top .footer-menus > .vc-col { width:calc((100% - 2rem) / 2); margin-bottom:2rem; }



	.categorised-tile-links .cols { margin:0 0 -40px; flex-wrap:wrap; }
	.categorised-tile-links .cols > .vc-col { margin:0 20px 40px; width:calc((100% - 80px) / 2); }

	.latest-news .latest-4-news { flex-wrap: wrap; margin-bottom: -20px; }
	.latest-news .latest-4-news > .news-item {
		width:calc((100% - 20px) / 2); display: flex; 
		justify-content: space-between; margin-bottom: 20px;
	}
	.latest-news .latest-4-news .news-thumb {
		width: 150px; padding-top:0; margin-bottom: 0;
	}
	.latest-news .latest-4-news .news-meta { width: calc(100% - 150px - 20px); }

	.hd-p-btn-blocks .cols .bg-overlay { padding:2rem var(--size_1); }
	.hd-p-btn-blocks .cols .hd > .hd-after { margin-left:1rem; font-size:2.5rem; }

	.page-header { display: block; position: relative; background-color: transparent; }
	.page-header > .col-l {
		width:auto; background-color:rgba(0, 102, 166, 0.5); padding:2rem var(--size_2);
	}
	.page-header > .col-r {
		position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index:-1;
	}
	.page-header > .col-l .hd { font-size:2rem; }
	.page-header > .col-r > .bg-img { clip-path: none; }

	.two-col-txt-blocks .cols { display: block; }
	.two-col-txt-blocks .cols::before { content: normal; }
	.two-col-txt-blocks .cols > .vc-col { width: auto; }
	.two-col-txt-blocks .cols > .vc-col + .vc-col {
		border-top: 3px solid #00AFD7; margin-top: 3rem; padding-top: 3rem;
	}
	.two-col-txt-blocks .txt-blocks .hd { font-size:1.5rem; }
	.two-col-txt-blocks .txt-blocks .hd > .hd-after { font-size:1.75rem; }

	.product-registration .cols { display: block; }
	.product-registration .cols > .col-form { width:auto; margin-top: 2rem; }
	.product-registration .cols > .col-text { width:auto; }

	.cat-ctn .cols > .col-l { width: 320px; }
	.cat-ctn .cols > .col-r { width: calc(100% - 320px - 2rem); }
	.cat-ctn .cat-blocks { margin: 0 -1rem -2rem; }
	.cat-ctn .cat-blocks > .block { width: calc((100% - 4rem) / 2); margin: 0 1rem 2rem; }

	.product-filter .attr-items > .attr-item { width: calc((100% - 2rem - 1px) / 2); }

	body.single-product .product-main .cols > .col-img,
	body.single-product .product-main .cols > .col-txt {
		width: calc((100% - 2rem) / 2);
	}



	.emona-product-support > header .cols { flex-direction: column; gap: 1rem; align-items: flex-start; }



	.short-form-catalogue .vc-cols { margin-bottom:-3rem; }
	.short-form-catalogue .vc-cols > .vc-col { margin-bottom:3rem; }
	.short-form-catalogue .hd { padding-left: 0; }
	.short-form-catalogue .cols > .col-img { margin-top:0; }

	.office-info .cols { flex-direction: column; align-items: center; text-align: center; gap: 2rem; }
	.office-info .cols > .vc-col { width: auto; }

}
@media (max-width:900px) {
	.footer-mid .row-btm .site-logo { height:50px; }
	.footer-mid .row-btm .shortcut-links { gap:5vw; }

	.home-header .slide-title > .hd-before { font-size:1rem; }
	.home-header .video-title > .hd-before,
	.home-header .slide-title > .hd-main { font-size:1.25rem; }
	.home-header .cols { display: block; }
	.home-header .cols > .col-slide { width: auto; }
	.home-header .cols > .col-video { width: auto; }
	.home-header .slide-overlay { height: calc((9 / 21) * 100vw + 100px); }

	.news-archive .news-list > .news-item { width:calc((100% - 4rem) / 2); }

	.cat-ctn .cols > .col-l { width: 256px; }
	.cat-ctn .cols > .col-r { width: calc(100% - 256px - 1rem); }
}
@media (max-width:850px) {
	.categorised-tile-links { padding: 4rem 0; }
	.categorised-tile-links .cols { position: static; }

	.latest-news .latest-4-news {
		justify-content: space-around; margin-bottom: calc((100vw - (((850px - 40px) / 3) * 2)) / -3);
	}
	.latest-news .latest-4-news > .news-item { 
		display: block; width:calc(((850px - 40px) / 3) + 1px);
		margin-bottom: calc((100vw - (((850px - 40px) / 3) * 2)) / 3);
	}
	.latest-news .latest-4-news .news-thumb {
		width: auto; padding-top:100%; margin-bottom:1rem;
	}
	.latest-news .latest-4-news .news-meta { width: auto; }

	.cat-ctn .cat-blocks { margin: 0 -0.5rem -1rem; }
	.cat-ctn .cat-blocks > .block { width: calc((100% - 2rem) / 2); margin: 0 0.5rem 1rem; }
}
@media (max-width:800px) {
	.woocommerce ul.products { margin: 0 -0.5rem -2rem; }
	.woocommerce ul.products > li { width: calc((100% - 2rem) / 2); margin: 0 0.5rem 2rem; }
}
@media (max-width:768px) {
	.hd2 { font-size:1.25rem; }

	.footer-top .footer-menu { flex-wrap:wrap; margin-bottom:-0.5rem; }
	.footer-top .footer-menu > li { width:calc((100% - 2rem) / 3); margin-bottom:0.5rem; }
	.footer-mid .row-btm .cols { flex-direction:column; gap:2rem; }
	.footer-mid .row-btm .shortcut-links { gap:2rem; flex-direction:column; align-items:center; }
	.footer-mid .row-btm .shortcut-links > li::before { font-size: 2rem; margin-right: 1rem; }

	.home-header .slide-content .read-more { position: static; margin-top: 0.5rem; }
	.home-header .header-slider > .slick-dots { bottom: 1rem; }
	.home-header .slide-content { padding: 1rem 10px; position: relative; }
	.home-header .slide-overlay { height: auto; padding-top: calc((9 / 21) * 100%); }
	.home-header .header-slider { background-color: #0066A6; }

	.categorised-tile-links .cols { margin:0 0 -20px; }
	.categorised-tile-links .cols > .vc-col {
		margin:0 10px 20px; width:calc((100% - 40px) / 2);
	}

	.five-ico-label-links .cols > .vc-col > label { font-size: 1rem; }

	body.single-product .product-main .cols { display: block; }
	body.single-product .product-main .cols > .col-img {
		max-width: 480px; width: auto; margin:0 auto 1rem;
	}
	body.single-product .product-main .cols > .col-txt { width: auto; }

	.review-docs main .cols > .vc-col { width:calc((100% - 4rem) / 2); }

	.block-wrapper { padding: 0; border: 0; }
	.woocommerce-account .woocommerce-MyAccount-navigation > ul {
		display: flex; flex-wrap: wrap; gap: 0.5rem;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
		background-color: #f4f4f4; display: block; padding: 0.25rem 0.5rem;
		border-radius: 0.25rem;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a {
		background-color: #0066A6; color: #FFF;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 1rem; border-top: 1px solid #0066A6; padding-top: 1rem;
	}
}
@media (max-width:700px) {
	.news-archive .news-filter { flex-direction: column; gap: 1rem; align-items: flex-start; }

	.cat-ctn .cols { flex-wrap: wrap; }
	.cat-ctn .cols > .col-l { width: auto; margin-bottom: 1rem; }
	.cat-ctn .cols > .col-r { width: 100%; }
	.cat-ctn .cat-menu { position: relative; }
	.cat-ctn .cat-menu > .main-cat { cursor: pointer; }
	.cat-ctn .cat-menu > .main-cat::after {
		content:"\f078"; font-family:"Font Awesome 6 Pro"; margin-left: 0.25rem;
	}
	.cat-ctn .cat-menu > .main-cat.active::after { content:"\f077"; }
	.cat-ctn .cat-menu > .sub-cats {
		display: none; max-height: 80vh; overflow-y: auto;
		position: absolute; top: 100%; left: 0; width: 100%; z-index: 20;
	}
	.cat-ctn .cat-menu > .main-cat.active + .sub-cats { display: block; }
	.cat-ctn .cat-blocks { margin: 0 -0.5rem -1rem; }
	.cat-ctn .cat-blocks > .block { width: calc((100% - 3rem) / 3); margin: 0 0.5rem 1rem; }

	.woocommerce ul.products { margin: 0 -1rem -2rem; }
	.woocommerce ul.products > li { width: calc((100% - 4rem) / 2); margin: 0 1rem 2rem; }
}
@media (max-width:650px) {
	
	

	.related-websites .website-blocks { display: block; margin: 0 auto -1rem; max-width: 420px; }
	.related-websites .website-blocks > .vc-col { width: auto !important; margin: 0 0 1rem; }

	.review-videos .cols { display: block; margin: 0 0 -10px; }
	.review-videos main .cols > .vc-col { width:auto; margin: 0 0 10px; }
}
@media (max-width:600px) {
	.latest-news .latest-4-news { justify-content: space-between; margin-bottom: -1rem; }
	.latest-news .latest-4-news > .news-item { margin-bottom: 1rem; width:calc((100% - 1rem) / 2); }

	.faq-list header { flex-direction: column; gap:2rem; }

	.news-archive .news-list { display: block; max-width: 400px; margin:0 auto 4rem; }
	.news-archive .news-list > .news-item { width:auto; margin:0 0 4rem; }

	.cat-ctn .cat-blocks { margin: 0 0 -10px; justify-content: space-between; }
	.cat-ctn .cat-blocks > .block { width: calc((100% - 10px) / 2); margin: 0 0 10px; }

	.review-docs .cols { display: block; margin:0 auto -2rem; max-width: 400px; }
	.review-docs main .cols > .vc-col { width:auto; margin:0 0 2rem; }
}
@media (max-width:550px) {
	.five-ico-label-links .cols { flex-wrap: wrap; justify-content: space-evenly; margin-bottom: -3rem; }
	.five-ico-label-links .cols > .vc-col { margin-bottom: 3rem; width:50%; }
	.five-ico-label-links .cols > .vc-col > label { font-size: 1.25rem; }

	.hd-p-btn-blocks .cols { display: block; }
	.hd-p-btn-blocks .cols > .vc-col { display: block; width: auto; }

	.woocommerce ul.products { margin: 0 -0.5rem -2rem; }
	.woocommerce ul.products > li { width: calc((100% - 2rem) / 2); margin: 0 0.5rem 2rem; }

	.short-form-catalogue .hd { text-align: center; }
	.short-form-catalogue .cols { flex-direction: column; align-items: center; }
	.short-form-catalogue .cols > .col-txt { width: auto; text-align: center; margin-top: 1rem; }

	.training-sessions .cols {
		flex-direction: column; align-items: center; margin-left: 0;
		text-align: center; padding: 1rem; gap: 1.5rem;
	}
	.training-sessions .circular-tag { right: 0; }
	.training-sessions .cols > .col-r { margin-left: 0; }
}
@media (max-width:500px) {
	.aws-container .aws-search-form { width: 240px; }

	.footer-mid .row-top .footer-menus { display:block; text-align:center; }
	.footer-mid .row-top .footer-menus > .vc-col { width:auto; }
	.footer-btm .cols { flex-direction:column; gap:0.25rem; }

	.form-footer { flex-direction: column; gap: 2rem; }
	.field-groups > .field-group.col-half { width: 100%; }

	.woocommerce .woocommerce-result-count, 
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering, 
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}
}
@media (max-width:450px) {
	.categorised-tile-links .cols { display:block; }
	.categorised-tile-links .cols > .vc-col { width:auto; }

	.related-websites .website-blocks { margin-bottom: -10px; }
	.related-websites .website-blocks > .vc-col { margin-bottom: 10px; }

	.five-ico-label-links .cols { margin-bottom: -2rem; }
	.five-ico-label-links .cols > .vc-col { margin-bottom: 2rem; }
	.five-ico-label-links .cols > .vc-col > label { font-size: 1rem; }

	.latest-news .latest-4-news { display: block; max-width: 320px; margin: 0 auto -2rem; }
	.latest-news .latest-4-news > .news-item { width: auto; text-align: center; margin-bottom:2rem; }
	.latest-news .latest-4-news .news-title { line-height: normal; height: auto; }
	.latest-news .latest-4-news .news-thumb { padding-top:calc(100% * (9 / 16)); }

	.woocommerce ul.products { display: block; margin: 0 0 -2rem; }
	.woocommerce ul.products > li { width: auto; max-width: 360px; margin:0 auto 2rem; }
}
@media (max-width:400px) {
	.aws-container .aws-search-form { width: 100%; }
	.header-top .cols { position: relative; }
	.header-top .cols > .col-l {
		position: absolute; left: 0; top: 50%; transform: translateY(-50%);
		z-index: 1;
	}
	.header-top .cols > .col-r {
		margin-left: auto; width: 200px; position: relative; z-index: 10;
		transition-property: width; transition-duration: 0.4s;
	}
	.header-top .cols > .col-r.focused { width: 100%; }
	.header-top .site-menu > li { width: 100%; }

	.header-btm img.site-logo { height:40px; }

	.home-header .slide-content {  }
	.home-header .header-slider > .slick-dots { gap: 0.5rem; }
	.home-header .header-slider > .slick-dots > li > button {
		border-width: 1px; width: 1rem; height: 1rem;
	}

	#btn-ask-a-question { line-height: normal; padding: 0.25rem 1rem; display: flex; }
	#btn-ask-a-question br { display: inline; }

	#btn-ask-a-question { line-height: normal; padding: 0.25rem 1rem; display: flex; }
	#btn-ask-a-question br { display: inline; }
	#qaModal .modal-header > .col-hd .hd { font-weight: 600; font-size: 1rem; }
}
@media (max-width:350px) {
	.header-top .cols > .col-r { width: 170px; }
}
