/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: Eldo
Theme URI: https://www.eldo.co.uk
Author: Eldo
Author URI: https://www.eldo.co.uk
Description: The best bespoke build, by Eldo Web Design Ltd.
Version: 6
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/
body {
	margin: 0;
	background: #fff;
	font-family: "Open Sans", sans-serif;
	color: var(--body-colour);
	font-weight: 400;
	font-size: 16px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
}
section {
	position: relative;
	/* overflow-x: hidden; */
}
/*--------------------------------------------------------------
## Colour Scheme
--------------------------------------------------------------*/
:root {
	
	/* General Colours */
	--pink: #0085AD;
	--primary-colour: #0085AD;
	--old-green: #88a316;
	--accent-colour: #0085AD;

	/* Backgrounds */
	--dark-bg: #0085AD;
	--green-bg: #0E928E;
	--light-bg: #f5f5f5;
	--box-bg:  #fff;

	/* Text */
	--body-colour: #000;
	--headings-colour: #000;
 
	/* Buttons */
	--primary-button: #0085AD;
	--primary-button-text: #fff;
	--primary-button-hover: #000;
	--primary-button-text-hover: #fff;

	--secondary-button: #0085AD;
	--secondary-button-text: #0085AD;
	--secondary-button-hover: #000;

	/* YITH */
	--yith-wcan-filters_colors_titles: var(--primary-colour);
    --yith-wcan-filters_colors_background: #FFFFFF;
    --yith-wcan-filters_colors_accent: var(--accent-colour);
    --yith-wcan-filters_colors_accent_r: 167;
    --yith-wcan-filters_colors_accent_g: 20;
    --yith-wcan-filters_colors_accent_b: 76;
    --yith-wcan-color_swatches_border_radius: 100%;
    --yith-wcan-color_swatches_size: 30px;
    --yith-wcan-labels_style_background: #FFFFFF;
    --yith-wcan-labels_style_background_hover: #0085AD;
    --yith-wcan-labels_style_background_active: #0085AD;
    --yith-wcan-labels_style_text: #434343;
    --yith-wcan-labels_style_text_hover: #FFFFFF;
    --yith-wcan-labels_style_text_active: #FFFFFF;
    --yith-wcan-anchors_style_text: #434343;
    --yith-wcan-anchors_style_text_hover: #0085AD;
    --yith-wcan-anchors_style_text_active: #0085AD;

	/* Links */
	--link: #0085AD;
	--link-hover: #000;

	--menu-link: #000000;
	--menu-link-hover: #0085AD;
}

.is-dark {
	/* General Colours */
	/* --accent-colour: #32b3a0; */

	/* Links */
	/* --link: #32b3a0; */
	--link-hover: #fff;

	--menu-link: #fff;
    /* --menu-link-hover: #32b3a0; */

	/* Text */
	--headings-colour: #fff;
	--body-colour: rgb(255 255 255 / 100%);

	/* Buttons */
	/* --primary-button: #32b3a0; */

	/* --secondary-button: #32b3a0; */
    --secondary-button-text: #fff;
	/* --secondary-button-hover: #32b3a0; */

	--primary-button-hover: #fff;
	--primary-button-text-hover: #0085AD;

	/* Backgrounds */

	--box-bg: rgb(255 255 255 / 8%);
}
.green-bg.is-dark {
	/* General Colours */
	/* --accent-colour: #32b3a0; */

	/* Links */
	/* --link: #32b3a0; */
	--link-hover: #000000;

	--menu-link: #000000;
    /* --menu-link-hover: #32b3a0; */

	/* Text */
	--headings-colour: #000000;
	--body-colour: rgb(0, 0, 0);

	/* Buttons */
	/* --primary-button: #32b3a0; */

	/* --secondary-button: #32b3a0; */
    --secondary-button-text: #fff;
	/* --secondary-button-hover: #32b3a0; */

	--primary-button-hover: #fff;
	--primary-button-text-hover: #0085AD;

	/* Backgrounds */

	--box-bg: rgb(255 255 255 / 8%);
}
 .pink-bg {
	background-color: var(--pink);
 }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-colour);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  clear: both;
  line-height: 1.3;
  text-transform: uppercase;
}
h1, h2, h3 {
	/* font-family: como, sans-serif; */

font-weight: 600;
font-style: normal;
}
h1 {
	font-size:2.0em;
	color: var(--headings-colour);
}
h2 {
	font-size:1.6em;
	color: var(--headings-colour);
}
h3 {
	font-size:1.2em;
	color: var(--headings-colour);
}
h4 {
	font-size:1.1em;
	color: var(--headings-colour);
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
.remove-title-margin .layout-title .co {
	margin-bottom: 0;
}
.remove-title-margin .layout-title  h2 {
	margin-bottom: 0;
}
p {
	margin-bottom: 1.5em;
	color: var(--body-colour);
}
p.bigger {
	font-size: 1.37em;
}
h4.pt {
    margin-bottom: -7px;
    font-size: 0.9em;
    color: #0083ad;
    font-weight: 600;
}

#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/* Font Awesome */
.fa-icon:before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
i {
	font-weight: 900 !important;
}
.feature .icon i {
	font-weight: 300 !important;
}
.wc-block-components-quantity-selector {
	width:125px !important;
}
.wc-block-cart__submit-container {
    background: var(--pink);
    border-radius: 5px;
}
.wc-block-cart__submit-container a {
    color: #fff !important;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
  	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}
a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, input[type="submit"]:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
.variations .reset_variations {
	background: var(--primary-button);
	color: var(--primary-button-text);
	border-radius: 4px;
	font-weight: 500;
	/* padding: 4px 24px; */
	padding: 6px 24px 4px 24px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	border: 1px solid var(--primary-button);
	position: relative;
	display: inline-block;
	text-transform: none;
	text-align: center;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	margin:5px 0;
	/* font-family: como, sans-serif; */
	font-family: "Open Sans", sans-serif;
    font-weight: 600;
	font-size: 1.1em;
	line-height: 1.5;
}
button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, a.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.variations .reset_variations:hover {
  	background: var(--primary-button-hover);
  	color: var(--primary-button-text-hover);
	border-color: var(--primary-button-hover);
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce-variation.single_variation {
	display: none;
	padding: 0 20px;
}
.single_variation_wrap {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.woocommerce .quantity .qty {
	width: auto;
    max-width: 80px;
	padding: 12px 15px !important;
}
.variations_button {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	margin: 0px 0;
	padding: 0 20px;
}
#shop-page.singular {
	padding: 0;
}
details.product-features.float h4 {
    margin: 20px 0;
}
details.product-short-description h4 {
    margin: 20px 0;
}
.woocommerce div.product {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin: -30px auto;
	max-width: 1260px;
	clear: both;
	position: relative;
	margin-top: 0px;
	padding-top: 60px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.woocommerce div.product div.summary {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%;
	position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
}
.woocommerce div.product form.cart .button {
    padding: 12px 36px;
    line-height: 1;
}
.woocommerce div.product form.cart {
	margin-bottom: 0;
	padding-top: 20px;
}
.product-cta {
	margin-top: 50px;
	margin-bottom: 50px;
}
.image-right.full-width.product-cta .text .inner {
	padding: 40px;
	max-width: 750px;
}
.single-product .related.products {
    max-width: 1240px;
    margin: -30px auto;
    float: none;
    clear: both;
    padding: 0 20px;
    margin-bottom: 40px;
}
.woocommerce .left {
	padding: 0 30px;
}

.woocommerce div.product form.cart .variations th  {
	text-align: left;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.co.col-12.col-lg-auto.spec-sheet {
    padding: 0;
}

.co.col-12.col-lg-auto.spec-sheet ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    margin: 20px 0;
    gap: 10px;
}

.co.col-12.col-lg-auto.spec-sheet ul li {
    background: #0085AD;
    padding: 12px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.co.col-12.col-lg-auto.spec-sheet ul li a {
    color: #fff;
    font-weight: 700;
}
 
.woocommerce div.product form.cart div.quantity {
	margin-right: 10px;
}
.woocommerce div.product form.cart .button {
	margin: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
	background: var(--primary-colour);
}

.cart_totals {
	width: 30% !important;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    float: none !important;
}
 
.cart_totals th {
	width: auto !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: 0;
}
.cart_totals h2 {
	margin: 0;
	margin-bottom: 20px;
}
.wc-proceed-to-checkout {
	padding: 0 !important;
}
 
#customer_details, #order_review {
    width: 50%;
    float: left;
	padding: 0 20px;
}
#customer_details .form-row {
	margin: 15px 0 !important;
}
.woocommerce-billing-fields h3 {
    margin-top: 0;
}
form.woocommerce-checkout {
    float: left;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
#enquiry-form .submit-enquiry {
	padding: 12px 40px;
}
.wc-proceed-to-checkout  .button {display: block;}

a.button.white {
	background: #fff;
	color: var(--primary-button);
	border-color: #fff;
}
a.button.white:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
/* Secondary button */
a.button.secondary {
	background: none;
	color: var(--secondary-button);
	border-color: var(--secondary-button);
}
a.button.secondary:hover {
	background: var(--secondary-button-hover);
	color: #fff;
	border-color: var(--secondary-button-hover);
}
/* Secondary button */

.menu-description p {
    font-size: 0.95em;
}
/* Ghost button */
a.button.ghost {
	background: none;
	color: #fff;
	border: 1px solid #fff;
}

a.button.ghost:hover {
	background: #fff;
	color: var(--primary-colour);
}
 

a.button.big {
	padding: 15px 40px 12px 40px;
}
.button.big.ghost {
	border: 2px solid #fff;
}
/* Text Link */
a.text-link {
	font-weight: bold;
	border-bottom: 1px solid var(--link);
	display: inline-block;
}
a.text-link:hover {
	border-bottom-color: var(--link-hover);
	color: var(--link-hover);
}

/* Button Link */
a.button-link, span.button-link {
	background: none;
    color: var(--primary-button);
    border: none;
    border-bottom: 1px solid var(--primary-button);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 5px;
}
a.button-link:after, span.button-link:after {
	float: right;
    margin-right: 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 10px;
    position: relative;
	padding-bottom: 5px;
    top: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f138";
}
a.button-link:hover, span.button-link:hover {
	border-color: var(--link-hover);
	color: var(--link-hover);
}
/*--------------------------------------------------------------
# Yith Updates
--------------------------------------------------------------*/
/* YITH WooCommerce Ajax Product Filter Premium */
	/* Archive Page - Active Filter */
	.yith-wcan-active-filters .active-filter .active-filter-label {
		border: 1px solid var(--primary-colour);
	}

	.yith-wcan-active-filters .active-filter .active-filter-label:after {
		background-color: var(--primary-colour);
	}


/* YITH WooCommerce Color, Image & Label Variation Swatches Premium */
	/* Product Page - Gallery Override */
	.col-md-5.left > .col-md-5.left {
		padding: 0;
		-ms-flex: unset;
		-webkit-box-flex: unset;
		        flex: unset;
		max-width: 100%;
	}

	/* Variation Image override */
	.flex-viewport {
		height: auto!important;
	}


	/* Archive Page - Tool Tip colour */
	.yith-wcan-filters .yith-wcan-filter .filter-color .with-tooltip .yith-wcan-tooltip:before {
		border-top: 5px solid var(--primary-colour);
	}

	.yith-wcan-filters .yith-wcan-filter .yith-wcan-tooltip {
		background-color: var(--primary-colour);
	}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: right;
}
#top-bar {
	background: var(--light-bg);
	padding: 3px 0;
}
#top-bar .head-info {
	text-align:right
}
#top-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  display: none;
}
#menu-toggle i {
  width: 18px;
}
header span.header-link {
	margin: 5px;
    display: inline-block;
}
span.header-link i {
  color: var(--accent-colour);
}

button.wc-block-mini-cart__button {
    padding: 0;
    background: transparent;
}
button.wc-block-mini-cart__button svg {
    height: 24px;
    width: 24px;
}
button.wc-block-mini-cart__button svg path {
    -webkit-transition: ease fill .3s;
    -o-transition: ease fill .3s;
    transition: ease fill .3s;
	fill:#000;
}
button.wc-block-mini-cart__button svg:hover path {
    fill: var(--primary-colour);
}
.wc-block-mini-cart__button .wc-block-mini-cart__icon {
	margin-top:2px;
}
/*-----------------------
# MEGA MENU
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
    padding-right: 10px;
	text-align: center;
}
ul.mega li {
    text-transform: uppercase;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
/* 	background: rgba(14, 50, 228, 0.95); */
  background: #f5f5f5;
  padding: 40px 0;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: calc(100% - 1px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
  margin-bottom: 10px;
	font-size: 1.2em;
}
.sub .with-link a {
    color: #fff;
}
.sub .with-link a:hover {
	color: var(--menu-link-hover);
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
	display: inline-block;
}
a.has-sub:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/3994355_arrow_bottom_down_downward_navigation_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 10px;
    height: 15px;
    width: 15px;
    top: 17px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	    transform: rotate(180deg);
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    font-weight: 600 !important;
    font-size: 1.1em !important;
    font-family: como, sans-serif;
}
.menu-description {
	margin: 20px 0;
}
.mega a.current-page {
  color: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
	display: inline-block;
	margin: 5px 0;
}
ul.menu-items a.current-page {
	color: var(--menu-link-hover);
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}


/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg);
}
#banner {
	padding: 40px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height:250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
  height:100%
}
#banner .row {
	height:100%
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	display: none;
}
#banner h1 {
    display: inline-block;
    padding: 10px 20px;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner .text {
  float: left;
  width: 100%;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0;
}
#nobanner {
	padding: 0 0 20px 0;
	float: left;
	/* background-color: #eee; */
	width: 100%;
}
#nobanner .inner {
	padding-top: 40px;
}
#nobanner h1 {
    font-weight: 900;
    color: #000000;
    font-size: 36px;
    text-align: center;
}
#nobanner .icon img {
	width: 100px;
}
header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #f5f5f5;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 10px 0;
}
header#full #header-menu-desktop, header#full ul.mega {
	text-align: center;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 20px 0;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 4;
	border-bottom: solid 1px #e5e5e5;
}
#loginform label {
	display: block;
	margin-bottom: 5px;
}
.login-icon {
	width: 80px;
	display: block;
	margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_show_password {
	margin:0 !important;
}
.gform_wrapper select {
    border: 1px solid #c4c4c4;
    background-color: #eee;
}
.logged-in .woocommerce-variation.single_variation {
	-ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
	        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
	padding: 0 20px;
	min-width: 100%;
}
.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .cart-total,
.woocommerce-checkout .order-total {	
	display: none;
}
.product-addon-totals {
	display: none !important;
}
.woocommerce-order-overview {
	display: none;
}
.woocommerce-checkout section.woocommerce-order-details {
	display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: 1.3em;
	font-weight: 600;
}
.woocommerce-checkout .woocommerce-customer-details {
	display: none;
}
.gform_wrapper select:hover {
	border-color: var(--pink);
}
#login .text .inner {
    border-left: 2px solid #000;
    padding-left: 40px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#loginform input[type="text"], #loginform input[type="password"] {
	width: 100%;
	max-width: 100%;
}
.admin-bar #left-header {
	top: 32px;
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}

a.acc-link {
	margin-left: 0px;
	display: inline-block;
	color: #000;
	width: 40px;
	background: #fff;
	padding: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.acc-text {
	display: inline-block;
	padding: 5px 0;
	color: var(--menu-link);
}
a.acc-text:hover {
	color: var(--menu-link-hover); 
}
a.acc-text span {
	display: inline-block;
	margin-left: 5px;
}

a.cart {
	position: relative;
}
a.cart svg path {
	-webkit-transition: ease fill .3s;
	-o-transition: ease fill .3s;
	transition: ease fill .3s;;
}
a.cart:hover svg path {
	fill: var(--primary-colour);
}
.cart-count {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: var(--accent-colour);
	font-size: 0.75em;
	display: none;
}
.show-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/*--------------------------------
# Enquiry Template
--------------------------------*/
.enquiry-items .box {
    margin-bottom: 40px;
}
.enquiry-items .box.your-items {
	padding: 0;
	border: 0;
}
.enquiry-items .box h2 {
	margin-top: 0;
	margin: 0;
}

.enquiry-items .cart-heading h4 {
	margin-bottom: 0;
	margin-top: 0;
}
.enquiry-items .your-items .title-row {
	margin-bottom: 20px;
}
.your-details textarea {
	resize: none;
}
.enquiry-items  .total-price .title-row {
	margin-top: 20px;
	margin-bottom: 0;
}
.enquiry-items .enquiry-total {
	margin: 0;
}

.enquiry input[type="text"], .enquiry input[type="tel"], .enquiry input[type="email"] {
	width: 100%;
}

.cart-contents-wrap .item  {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.cart-contents-wrap .item img {
    display: block;
    border-radius: 5px;
}
#enquiry-form .submit-enquiry {
	margin-top: 20px;
}
#enquiry-form h4 {
    margin-bottom: 10px;
}
.your-items .total-price p {
    margin: 0;
}



/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}

.search-submit {
  width: auto;
  text-align: center;
  padding: 12px;
  margin: 0;
  margin-left: 5px;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
	margin-bottom: 10px;
}
#breadcrumbs i {
	font-size: 0.8em;
	color: var(--body-colour);
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 50px 0;
}
#single-post {
  padding: 20px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side h4 {
    border-bottom: 1px solid #ccc;
	margin-top: 0;
    padding-bottom: 5px;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
	margin-bottom: 20px;
}
.search-row .search-field {
	width: 100%;
}
.search-row .search-wrap {
	margin: 10px 0;
}
.search-row .cat-wrap {
	margin: 10px 0;
}
.wc-pao-addon-select, .sf-input-select, .gfield_select, .form-field select, .orderby, .ginput_container_date select, .select:not(.filter-item), .woocommerce div.product form.cart .variations select {
  color: #444;
  line-height: 1.3;
  padding: 0.6em 3.4em 0.5em 0.8em;
  min-width: 220px;
  max-width: 100%;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
	background: #fff;
  background-color: #fff;
  border: 1px solid #000;
  background-image: -o-linear-gradient(
45deg
,transparent 50%,gray 50%),-o-linear-gradient(
315deg
,gray 50%,transparent 50%),-o-linear-gradient(left,#ccc,#ccc);
  background-image: linear-gradient(
45deg
,transparent 50%,gray 50%),linear-gradient(
135deg
,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  background-repeat: no-repeat;
  width: 100%;
}

.filter input.sf-input-text {
  width: 100%;
}
.wc-pao-addon-select:hover, .sf-input-select:hover, .gfield_select:hover, .form-field select:hover, .orderby:hover, .ginput_container_date select:hover, .select:not(.filter-item):hover, .woocommerce div.product form.cart .variations select:hover {
  border-color: var(--dark-bg);
}
.wc-pao-addon-select:focus, .sf-input-select:focus, .gfield_select:focus, .form-field:focus, .orderby:focus, .orderby:focus, .ginput_container_date select:focus, .select:not(.filter-item):focus {
  border-color: var(--dark-bg);
}
.wc-pao-addon .wc-pao-addon-wrap select {
	min-width: 200px;
	max-width: 221px;
}
.search-pop {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
	-o-transition: max-height 0.3s ease, opacity 0.3s ease;
	transition: max-height 0.3s ease, opacity 0.3s ease;
  }
    .search-pop.active {
	max-height: 500px;
	opacity: 1;
  }
  
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:15px 0;
	background: var(--box-bg);
	padding:30px 60px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	position:absolute;
	top:10px;
	left:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10d";
	font-size:30px;
}
blockquote:after {
	content:"\f10E";
	position:absolute;
	bottom:10px;
	right:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10e";
	font-size:30px;
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
hr {
	background-color: var(--primary-colour);
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 10px 0;
}
#sidebar .inner {
	background: var(--box-bg);
	padding: 15px;
}
.toggle-sidebar {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid var(--primary-colour);
	color: var(--primary-colour);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 10px;
}
.toggle-sidebar i {
	color: var(--primary-colour);
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.pages .parent-page a {
	font-weight: bold;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: var(--primary-colour);
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: bold;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: var(--primary-colour);
}
ul.pages li.current a.parent {
	border-left-color: var(--accent-colour);
	color: var(--primary-colour);
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
	padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
	padding-left: 25px;
}
ul.child-pages li:before {
	content: "";
	margin-right: 10px;
	font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
	top: 0;
	left: 0;
	display: inline-block;
}
/*--------------------------------
# Isotope
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -10px;
	margin-right: -10px;
}
.grid-item {
	width:33.33%;
	padding: 0 10px;
	display:inline-block;
	margin:10px 0
}
/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# Modal
--------------------------------*/
.fancybox-infobar {
  display: none !important;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: var(--primary-colour);
}
.fancybox-thumbs__list a:before {
	border-color: var(--primary-colour);
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: var(--primary-colour);
}
.fancybox-navigation .fancybox-button div {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #c4c4c4;
	background: #eee;
	border-radius: 2px;
	padding: 8px 12px !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: var(--primary-colour);
	background: #fff;
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
	width: 8px;
	position: absolute;
	right: -2px;
	top: 50%;
	}
.sm-clean a.has-submenu {
	padding-right: 12px;
}
textarea {
	width: 100%;
	max-height: 150px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 5px;
}
.aligncenter, .aligncenter img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  text-align: center;
  margin-right: 0px;
  font-weight: 300;
  padding: 4px;
  position: relative;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.9em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.95em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 20px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}
/* Lists */
ul, ol {
	color: var(--body-colour);
}
ul li::marker, ol li::marker {
	color: var(--accent-colour);
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #f5f5f5;
  height:500px;
  min-height: 500px;
}
.error-404 .container,
.error-404 .row {
	height:100%
}
.error-404 {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/* top bar */

.top-bar {
    background: #0083ad;
    color: #fff;
    z-index: 1;
    padding: 5px 10px;
}
.top-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between	;
}
.top-bar-socials a i, #menu-top-bar-menu li a {
	color: #fff;
}
#menu-top-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	margin: 0;
}
#menu-top-bar-menu li {
	margin-right: 10px;
    list-style: none;
}
.wishlist a {
    color: #000;
}
.wishlist svg {
    margin-left: 10px;
    margin-bottom: -3.5px;
}
.woocommerce-variation-add-to-cart .tinv-wraper.tinv-wishlist {
    text-align: left;
}
.top-bar-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
}
.search-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5px;
    padding-right: 10px;
}
.wishlist svg path {
    -webkit-transition: stroke ease .3s;
    -o-transition: stroke ease .3s;
    transition: stroke ease .3s;
	fill: #FFF;
}
.wishlist svg:hover path {
	fill: #FFF;
}

@media (max-width: 1024px) {
	.wishlist svg path	{
		stroke: #fff;	
	}
	button.wc-block-mini-cart__button svg path {
		fill:#fff;
	}
}
/*--------------------------------------------------------------
# Featured Products
--------------------------------------------------------------*/

  .swiper-slide .product img {
    width: 284px;
    height: 284px;
    -o-object-fit: contain;
       object-fit: contain;
  }

.swiper-container.products {
  width: 100%;
  overflow: hidden;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	font-size: 20px;
	color: rgb(196, 196, 196);
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #0083ad;	
}
@media (min-width: 1024px) {
  .swiper-container.products {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.swiper-container.products li {
  list-style:none;
}

h2.woocommerce-loop-product__title {
    font-size: 16px;
    text-align: center;
}

.tinv-wraper.tinv-wishlist {
	text-align: center;
}
.tinv-wishlist .tinv-wishlist-clear {
	margin-bottom:10px;
}

ul.products.columns-4 li.product .tinv-wraper.tinv-wishlist {
    text-align: center;
}
.swiper-pagination {
	margin-top: 20px;
	z-index: 3 !important;
}
span.swiper-pagination-bullet {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #0083ad;
            box-shadow: inset 0 0 0 2px #0083ad;
    height: 12px;
    width: 12px;
    opacity: 1;
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	-webkit-box-shadow: inset 0 0 0 40px #0083ad;
	        box-shadow: inset 0 0 0 40px #0083ad;
	-webkit-transition: ease all .3s;
	-o-transition: ease all .3s;
	transition: ease all .3s;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation-link--dashboard {
	display: none;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul a {
	display: block;
	padding: 10px 20px;
	color: #444;
	border-bottom: 1px solid #eee;
	font-size: 1em;
	font-weight: 500;
}
.cart_item dl.variation dt {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}
.wc_payment_methods {
	display: none !important;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff !important;
}
.woocommerce-MyAccount-navigation ul a:hover {
	background: var(--light-bg);
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	border-left: 5px solid var(--accent-colour);
}
.shop-header {
	padding: 0;
	position: relative;
}
.shop-header .inner {
	padding-top: 40px;
}

 
.shop-header h1 {
	margin: 0;
	text-align: center;
}
.woocommerce .woocommerce-result-count {
	font-weight: bold;
}
.term-description {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	--headings-colour: var(--primary-colour);
}
/* Single Product */
.woocommerce div.product div.images {
	margin-bottom: 40px;
}
.single-product .related-products {
	margin-top: 0;
}
.product-features .image {
	max-width: 185px;
	margin: 10px 0;
}
.product-features {
	margin-bottom: 40px;
}
.product-features img {
	display: block;
    width: auto;
    height: auto;
	aspect-ratio: 16 / 8;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
}
.product-features p {
	margin-bottom: 0;
}
details.float.spec-rows.specifications {
	padding-top: 20px;
}
.single-product .specifications {
/*     margin-bottom: 20px; */
    border-bottom: solid 1px #c4c4c4;
}
.single-product .certificates h4 {
    margin: 0;
}
.product-cta .image-wrap img {
max-height: 420px;
}
.single-product .certificates img {
	display: block;
	width: auto;
	max-height: 60px;
	max-width: 150px;
}
.spec-rows.shipping {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: solid 1px #c4c4c4;
}
.single-product .certificates {
    margin: 20px 0;
}
.spec-description p {
    margin-top: 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 58%;
}
.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	color: var(--primary-colour);
	display: inline-block;
	padding-top: 10px;
}
p.price:empty {
    margin: 0;
}
.woocommerce div.product .product_title {
    color: #000000;
    font-size: 1.6em;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations {
	display: block;

}
.woocommerce-product-details__short-description {
    float: left;
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations td {
	display: block;
}
span.sku_wrapper_under_title {
	color: #000;
}
a.button.spacious {
	padding: 12px 36px;
	line-height: 1;
}

.single-product .product-features  {
	color: var(--primary-colour);
	margin:0;
}

.product_meta.product_meta_under_title {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	display: none !important;
}
.spec-rows h4 {
	color: var(--primary-colour);
	margin: 0;
	margin-bottom: 15px;
}
.spec-rows .item {
	float: left;
	width: 100%;
	padding: 10px 15px;
}
.spec-rows .item:nth-child(even) {
	background-color: #F1f1f1;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.float.product-downloads {
    margin-bottom: 10px;
    border-bottom: solid 1px #c4c4c4;
    border-top: solid 1px #c4c4c4;
    padding-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    margin-bottom: 10px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-right: 10px;
	margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
}
.woocommerce div.product div.images img {
	border: 1px solid #a8a8a8;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper div {
 
}

.single-product .certificates h4, .product-downloads h4, .spec-rows h4, .product-features h4, .related-products h4, .product-short-description h4 {
    text-transform: none;
    color: #007ca4;
}
details.product-short-description, details.product-features.float {
    border-top: solid 1px #c4c4c4;
}
.woocommerce-product-details__short-description, summary + div {
    border-bottom: solid 1px #c4c4c4;
}
summary::-webkit-details-marker {
	display: none;
}
   
summary {
	list-style: none;
	position: relative;
}
details[open] summary svg path {
    stroke: #0083ad;
}
details:not([open]).product-short-description {
    border-bottom: solid 1px #c4c4c4;
}
summary svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: ease all .3s;
    -o-transition: ease all .3s;
    transition: ease all .3s;
}
#shop-page {
	/* padding: 0; */
	position: relative;
	padding: 20px 0;
	z-index: 1;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 0 10px;
	margin: 10px 0 !important;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	text-align: center;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	        flex: 0 0 50%;
	max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
	-webkit-box-flex: 0;
	        flex: 0 0 33.33%;
	max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
	-webkit-box-flex: 0;
	        flex: 0 0 25%;
	max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	margin:auto;
}
.woocommerce ul.products li.product .button {
	-ms-flex-item-align: baseline;
	    align-self: baseline;
	margin: 0 auto;
	margin-top: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 10px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 100%;
	-webkit-box-flex: 0;
	        flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	/* margin-left: -20px; */
	/* margin-right: -20px; */
	width: calc(100% + 40px);
}
.promo-box .inner {
	background: #fff;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
 .promo-box .inner:before {
	content: '';
    position: absolute;
    background-color: #000;
    height: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: none;
}
.promo-box .inner:hover {
	border-color: var(--primary-colour);
	-webkit-transform: translateY(-10px) scale(1.05);
	    -ms-transform: translateY(-10px) scale(1.05);
	        transform: translateY(-10px) scale(1.05);
}
.woocommerce ul.products li.product a:hover:before, .promo-box .inner:hover:before {
	/* opacity: 1; */
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.9em;
    font-weight: 500;
    text-transform: none;
    text-align: center;
}

.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1;
	-o-object-fit: contain;
	   object-fit: contain;
	margin: auto;
}

.woocommerce ul.products li.product a img {
    width: 284px;
    height: 284px;
}


/*
.woocommerce ul.products li.product a picture {
	width: 100%;
    max-width: 284px;
	position: relative;
	overflow: hidden;
}

.woocommerce ul.products li.product a picture:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.woocommerce ul.products li.product a picture * {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	left: 50%;
	top: 50%;
	object-position: center center;
	transform: translateX(-50%) translateY(-50%);
}
*/

.woocommerce ul.products li.product .price {
	color: var(--accent-colour);
	font-size: 1.2em;
	margin-top: auto;
	text-align: left;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: left;
	font-size: 1.1em;
	padding: 0;
}
.woocommerce-product-details__short-description ul {
    padding-left: 20px;
}
picture.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
picture.attachment-full.size-full,
.woocommerce-placeholder {
	position: relative;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	height: 100%;
}
li.filter-item.color.level-0.no-color.filter-has-6-column.label-hide {
    display: none;
}

.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}
td.product-thumbnail picture, .pi picture {
	border: none !important;
	margin: 0 !important;
}
td.product-thumbnail:before,  .pi:before {
	display: none;
}
.woocommerce ul.products li.product a:hover picture {
	border-color: var(--primary-colour);
}
.woocommerce ul.products li.product a:hover picture:before,
.woocommerce ul.products li.product a:hover .woocommerce-placeholder:before {
	opacity: 1;
	}
.woocommerce div.product div.images img {
	aspect-ratio: 1 / 1;
	-o-object-fit: contain;
	   object-fit: contain;
}

.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid var(--primary-colour);
    padding: 30px;
    float: left;
    width: 100%
}
.woocommerce ul.products li.product.product-category a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 / 0.9;
    height: 300px;
}
.product-categories-layout .products.product-cats {
	display: -ms-grid;
	display: grid;
	width: 100%;
	-ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	padding: 0;
	list-style: none;
  }
  span.cat-count {
    color: #bbbbbb;
    font-size: 15px;
}
.product-color-swatches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-top: 10px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.product .primary-category {
    color: #a7a7a7;
    font-size: 14px;
    text-align: center;
    display: block;
}
.product-color-swatches .swatch {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e7e7e7;
}

.product-color-swatches .more-colors {
    background: transparent;
	border: none;
	width: auto;
    color: #333;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
	margin-top: 0;
}
h2.woocommerce-loop-product__title {
	margin-bottom: 0;
	text-transform: none;
	font-weight: 500;
}
span.tinvwl_add_to_wishlist-text {
	font-size: 13px;
}
.woocommerce ul.products.product-cats li.product h2.woocommerce-loop-category__title {
    padding-bottom: 0;
    font-size: 18px;
    margin: 0;
}
  .woocommerce ul.products.product-cats li.product, .woocommerce-page ul.products.product-cats li.product {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
  .woocommerce .products.product-cats::before, .woocommerce ul.products.product-cats::after {
	display: none !important;
  }

  @media (max-width: 1200px) {
	.product-categories-layout .products {
	  -ms-grid-columns: (1fr)[4];
	  grid-template-columns: repeat(4, 1fr);
	}
  }
  
  @media (max-width: 768px) {
	.product-categories-layout .products {
	  -ms-grid-columns: (1fr)[2];
	  grid-template-columns: repeat(2, 1fr);
	}
  }

	@media (max-width: 991px) {
		.product-gallery-container {
			width: 100% !important;	
		}
	}
  
  @media (max-width: 480px) {
	.product-categories-layout .products {
	  -ms-grid-columns: 1fr 8px 1fr;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 8px;
	}
  }
  
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after. .woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none!important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none!important
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 36px;
	/* border: 1px solid var(--primary-colour); */
	border: none;
    position: relative;
	color: var(--primary-colour);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 7px;
    background: #fff;
    bottom: -7px;
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #000
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0;
    overflow: visible;
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: var(--primary-colour);
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color:  var(--primary-colour);
}


.woocommerce div.product .woocommerce-tabs .panel :first-child {
    margin-top: 0
}

.woocommerce div.product .woocommerce-tabs .panel :last-child {
    margin-bottom: 0
}

.tag {
    position: absolute;
    top: 10px;
    padding: 10px 24px;
    line-height: 1;
    color: #fff;
    left: 10px;
    background-color: rgb(255 255 255 / 60%);
    color: var(--primary-colour);
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.tag.on-offer {
	background: #D5B802;
}
.tag.recycled {
    border: 2px solid #1C917E;
    border-radius: 3px;
}
.tag.organic {
	border: 2px solid #075246;
	border-radius: 3px;
}

.pswp--open {
	z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 100px;
}
#customer_details .col-2 {
    /* display: none; */
} 
body:not(.logged-in).woocommerce-cart .text-box .container {
    /* max-width: 900px; */
}
#order_review_heading {
	display: none;
}
section.related.products {
	padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: -10px;
	padding: 10px 0 10px 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--accent-colour);
}

/* WC Pagination */
.woocommerce nav.woocommerce-pagination ul li {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin: 0 2px;
}
.woocommerce nav.woocommerce-pagination ul li a {

}
.woocommerce nav.woocommerce-pagination {
	margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--primary-colour);
	color: #fff;
}

.product-downloads h4 {
	margin-bottom: 10px;
}

.float.product-downloads {
    margin-bottom: 10px;
}
.wc-pao-addons-container {
	min-width: 100%;
	padding: 0 20px;
}
.wc-pao-addon label.wc-pao-addon-name {
	font-weight: normal;
	margin-bottom: 5px;
	color: var(--pink);
}
.wc-pao-addon .wc-pao-addon-wrap {
	padding: 0 !important;
	margin-top: 5px;
}

/* Yith Search */
.search-bar {
	padding: 10px 0;
	background: var(--accent-colour);
	position: relative;
	display: none;
}

.search-result-item__inline_group span {
    display: none !important;
}
.wp-block-yith-search-block .ywcas-classic-search .ywcas-input-field-wrapper .ywcas-submit-wrapper {
	margin-top: 5px;
}
.search-result-item .wp-block-button {
	display: none !important;
}
.search-result-item__price, .search-result-item__stock {
	display: none !important;
}
.search-result-item__summary {
	display: none !important;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__inline_group span {
	display: none !important;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results.list {
	margin-top: 0 !important;
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-item__thumbnail img {
	border: 1px solid #000 !important;
}
/* YITH FIlters */
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border:none;
}
.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
	margin-left: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color.label-right {
	padding-left: 5px;
}
ul.filter-items.filter-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-weight: 600;
    font-size: 1.2em;
    color: #000;
}
a.show-more.initialized {
    font-weight: 600;
}
.yith-wcan-filters .yith-wcan-filter .filter-title:after {
    content: '';
    width: 10px;
    height: 1px;
    background: var(--primary-colour);
    position: absolute;
    right: 0;
    top: 10px;
    bottom: auto;
	display: none;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 20px 0;
}
h2.lt::after {
    content: "";
    background: #000;
    left: 0;
    bottom: 13px;
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: -1;
}
h2.lt span::after {
    content: "";
    height: 5px;
    background: #0085ad;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -11px;
}
h2.lt span {
    position: relative;
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.layout-title .title-wrap {
    /* margin-bottom: 0; */
}
a.title-button {
	position: absolute;
	right: 0;
	top: 50%;
	color: #adadad;
	text-decoration: underline;
	font-size: 14px;
	display:none;
}
.light-bg {
  background-color: var(--light-bg);
}
.dark-bg {
  background-color: var(--dark-bg);
}
.green-bg {
  background-color: #d9f6ff;
  color: #000;
  /* --headings-colour: #000; */
}

ul.list {
	list-style: none !important;
	padding-left: 0px;
	line-height: normal !important;
	line-height: 1.5;
	margin-left:0;
	color: var(--body-colour);
}
ul.list li {
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
ul.list li:before {
	color: var(--accent-colour);
	display: inline-block;
	font-size: 1em;
	position: absolute;
	top: 2px;
	line-height: normal;
	left: 0;
	width: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
ul.list.standard li:before {
	content: "\f068";
}
ul.list.ticks li:before {
	content: "\f058";
}
#page-sections {
	float: left;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}
#page-sections .background-image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
	margin: 20px 0;
}
.box {
	background: var(--box-bg);
	padding: 30px;
	border: 1px solid var(--dark-bg);
	float: left;
	width: 100%;
}
.hb {
	background: var(--box-bg);
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.light-bg .box {
	background:#fff
}
.one-third-two-third h1 {
	font-size: 2em;
}
.one-third-two-third h2:first-child {
    margin-top: 12px;
}
.one-third-two-third h4 {
    color: #0083ad;
    font-weight: 600;
}
.inner-section.one-third-two-third .col.co {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0;
}
.image-left.full-width .text .inner {
	padding: 60px 40px;
}
.image-right.full-width .text .inner {
	padding: 60px 40px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* new filter styles */

.filter-content {
    max-height: 300px;
    overflow-x: hidden;
}
/*--------------------------------
# Slider
--------------------------------*/
.slider .container {
	position: relative;
}
.slider-wrap {
	background: var(--primary-colour);
}
.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}
.slider .inside  {
	position: relative;
	z-index: 4;
	text-align: left;
}
.slider .text-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider .text-wrap .inner {
    position: relative;
    z-index: 2;
    max-width: 460px;
}
 .flickity-resize .slide {
	min-height: 100%;
 }
 .slide .image-wrap img {
	aspect-ratio: 16 / 7;
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 600px;
 }
.slider .slide {

	/* min-height: 500px; */
	width: 100%;
}
.flickity-page-dots {
	bottom: 20px;
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 14px;
	width: 14px;
	margin: 0 4px;
	background: var(--primary-colour);
	opacity: 0.3;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.is-dark .flickity-page-dots .dot {
	background: #fff;
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:10px 0
}
.slide h3, .slide h2 {
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}
.slide h3 {
	margin: 0;
	font-weight: 300;
	font-size: 1.8em;
	letter-spacing: 1px;
}
.slide h2 {
	margin-top: 0;
	font-size: 2.8em;
}
.slide .button {
    font-weight: 600;

}
/* .slide h2, .slide p, .slide .button {
	visibility: hidden;
	animation-name: fadeOut;
	animation-duration: 0.5s;
}

.slide.is-selected h2 {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected p {
	animation-name: fadeInLeft;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected .button {
	animation-name: fadeIn;
	animation-duration: 1s;
	visibility: visible;
} */
.slider .flickity-page-dots {
	text-align: left;
	bottom: 30px;
}

.slider .dot {
	background: none !important;
	border: 2px solid #fff;
	opacity: 1;
}

.slider .dot.is-selected {
	background: #fff !important;
}

/* fade in image when loaded */
.slide .image-wrap img {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: 0;
  }
  
  .slide .image-wrap img.flickity-lazyloaded,
  .slide .image-wrap img.flickity-lazyerror {
	opacity: 1;
  }
/*-----------------------
# Background Video
------------------------*/
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index:1
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.background-video video {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}
.background-video .text-wrap {
    padding: 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video .text {
	max-width: 620px;
}
/* Banner slider updates */

.banner-slider img {
    display: block;
    max-height: 450px;
	width:100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb .image-wrap img {
    /* aspect-ratio: 1 / 1;
    object-fit: cover; */
}
/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
	width: 100%;
}
.promo-box.col {
	/* min-width: 33.33%; */
	/* max-width: 50%; */
} 
.promo-box .inner {
	/* padding: 10px; */
	width: 100%;
	position: relative;
	text-align: center;
}
.inner-section.promo-boxes {
    padding: 50px 0 0 0;
}
.promo-box .float.description {
    text-align: left;
    font-size: 14px;
}
.promo-box .float.description p {
    margin: 0;
}
.promo-box .float.text {
    text-align: left;
}
.promo-box .float.text h3 {
    margin-bottom: 10px;
    color: #0083ad;
    font-weight: 600;
}
h2.promo-title {
    text-align: center;
    margin: 10px;
    color: #0083ad;
}
.promo-box .inner picture {
    border: solid 1px #b4b4b4;
    display: block;
    line-height: 0;
	margin-bottom: 20px;
}
.promo-box .image img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 350px;
    aspect-ratio: 25 / 32;
    -o-object-fit: cover;
       object-fit: cover;
}
.promo-box .inner .row {
    height: 100%;
}
 
.promo-box .inner *:not(.button) {
  /* color: #fff; */
}
.promo-box h3 {
  margin-top: 0;
  font-weight: 400;
}
.promo-box div {
  z-index: 2;
  position: relative;
}
/*-----------------------
# Child Pages
-----------------------*/
.child-page .inner {
	width: 100%;
}
.child-page.current {
	opacity: 0.5;
	pointer-events: none;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.parent-page {
	margin: 20px 0;
}
.no-block {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding: 40px;
	border: 2px dashed #ccc;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
	font-size: 0.7em;
	margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
	font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin: 25px 0;
}
.contact-info .detail h3 {
	margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
.contact-info .label {
	font-weight: bold;
}
.contact-details .email-wrap {
    margin-bottom: 10px;
}
/*-----------------------
## Call to action
-----------------------*/
.calltoaction {
	padding: 10px 0;
}
.cta-link {
	text-align:left;
}
.calltoaction .container.tc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #0083ad;
    padding: 0;
}
.col-lg-8.col-12.call-to-action-image {
    padding: 0;
	position: relative;
    overflow: hidden;
}
.col-lg-8.col-12.call-to-action-image img {
    height: 100%;
}
.col-lg-8.col-12.call-to-action-image picture {
	display: block;
    line-height: 0;
}
.col-lg-8.col-12.call-to-action-image picture img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.calltoaction .container.tc .col-lg-4 {
	padding: 60px 40px;
	text-align: left;
}
.calltoaction h2.lt {
	text-transform: none;
}
/*-----------------------
## Pricing Tables
-----------------------*/
.product .bottom {
    padding-top: 20px;
}
.product .header {
	background: var(--dark-bg);
	padding: 20px;
	position: relative;
	top: -20px;
	text-align: center;
	left: -20px;
	width: calc(100% + 40px);
}
.product .header h3 {
	margin: 0;
}
.product .header h4 {
	margin: 0;
}
.product .inner {
	background: var(--box-bg);
    width: auto;
    text-align: left;
    padding: 20px;
	overflow: hidden;	
}
.product .icon {
	  color: var(--accent-colour);
	  font-size: 1.5em;
}
.product .feature {
	padding: 5px 10px;
	border-radius: 5px;
	/* border-bottom: 1px solid #eee; */
}
.product .features-wrap .feature:nth-child(even) {
	/* background: #fff; */
}
.product .icon.cross {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
}
h2.ribbon {
	background: var(--primary-colour);
	color: #fff;
	text-align: center;
	margin-top: 0;
	padding: 20px 40px; 
    -webkit-clip-path: polygon(100% 0, calc(100% - 30px) 50%, 100% 100%, 0% 100%, 30px 50%, 0% 0%); 
            clip-path: polygon(100% 0, calc(100% - 30px) 50%, 100% 100%, 0% 100%, 30px 50%, 0% 0%);
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 0;
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature h4 {
	margin: 0;
}
.feature p {
	margin: 0;
}
.features .feature .icon i {
  position: relative;
  top: 0;
}
.features .feature  .row {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.features .feature .icon i {
	/* top: 2px; */
}
.features .feature .icon {
  max-width: 55px;
	color: var(--accent-colour);
	font-size: 2.5em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
.member {
	text-align: center;
}
 
.member img {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	border-radius: 50%;
}
.modal-team img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 8px 20px 8px 20px;
	border-radius: 0;
	border: 1px solid var(--primary-button);
	margin-top: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
	color:var(--primary-button);
	font-weight: 600;
	font-size: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion-toggle:hover {
	background:var(--primary-button);
	color: #fff;
}
.accordion-toggle.active {
	background: var(--primary-button);
	color: #fff;
}
.accordion-content {
	overflow: hidden;
	display: none;
	padding: 20px;
	margin-bottom: 20px;
	border-top: none;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
	display: block;
}
.accordion-toggle .fa {
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	   transition-duration: 0.5s;
	font-size:30px!important;
	margin-left: 10px;
	color: #fff;
}
fieldset {
    padding: 20px;
	border: 1px solid #000;
}
fieldset legend {
	padding: 10px;
}
.rotate180 {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.full-container .carousel-wrap {
	padding: 0;
}
.logo-carousel .flickity-page-dots {
	bottom: 0;
	position: relative;
}
.is-dark .carousel-image img, .is-dark .logo-wrap img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
	opacity: 0.9;
}
.logo-row .logo-wrap img {
    max-height: 70px;
    min-width: 50px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;


	/* max-height: 100px;
    min-width: 60px;
    max-width: 200px; */
}
.logo-row .logo-wrap  {
	margin: 20px 0;
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
}

/*--------------------------------
# Links section
--------------------------------*/
.link-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-description {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-image img {
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
	display: block;
	margin-bottom: 20px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.tabs li{
	background: none;
	color: var(--primary-button);
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
	font-weight: 600;
}
ul.tabs li:hover {
	color: var(--link-hover);
}
ul.tabs li.current{
	background: var(--box-bg);
	color: var(--body-colour);
	pointer-events: none;
}
.tab-content {
	display: none;
	background: var(--box-bg);
	padding: 15px;
}
.tab-content.current{
	display: inherit;
	-webkit-animation-name: fadeIn;
	        animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
	display: block;
}
.gallery-item .gallery-caption {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 10px;
}
.gallery-item {
	padding: 0 10px;
	margin: 10px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
}
.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f03e";
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	/* opacity: 1; */
}
.gallery-image img, .gallery-icon img {
	display: block;
	width:100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.gallery-image:hover img, .gallery-icon:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
div.gallery {
  position: relative;
  float:left;
}
body.single-post div.gallery {
	left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    margin:20px 0
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	        flex-grow: 1;
/*
	min-width:250px;
	max-width: 610px;
*/
}
.gallery-image img {
	width:100%;
	display:block;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/
.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin: 20px 0;
}
.gallery-main .image img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery-thumbs img {
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 20%;
	margin: 0 10px;
	cursor: pointer;
}
.gallery-thumbs .thumb img {
	display: block;
}
.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
}
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.excerpt-page img {
	aspect-ratio: 16 / 10;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-o-object-fit: cover;
	   object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
}
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 2;
}
.excerpt-page .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}
.excerpt-page .inner:hover:before {
	opacity: 0.7;
}
.excerpt-page .inner:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
 
.excerpt-page .button-link {
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
}
.excerpt-page .inner:hover .button-link {
	visibility: visible;
	opacity: 1;
}
.excerpt-page .content .text {
	position: relative;
	text-align: center;
}
.excerpt-page .content h3 {
	margin: 0;
	font-size: 1.8em;
}
.excerpt-page .view {
	font-weight: bold;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-page {
	margin: 20px 0;
}
.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3 {
	font-size:3em;
	margin: 0;
}
.number-counter .counter {
  font-weight: bold;
}
.number p {
	margin: 0;
	margin-top: 10px;
}
/*-----------------------
## Galleries (Pages)
-----------------------*/
.gallery-image {
	min-width:25%
}
.gallery.count-5 .gallery-image,
.gallery.count-6 .gallery-image {
	min-width: 33.33%;
	max-width: 50%;
}
.gallery.count-5 .gallery-image:nth-child(1),
.gallery.count-10 .gallery-image:nth-child(-n+2) {
	min-width:50%;
	max-width:50%;
}
.gallery.count-7 .gallery-image:nth-child(-n+3),
.gallery.count-11 .gallery-image:nth-child(-n+3),
.gallery.count-13 .gallery-image:nth-child(-n+9),
.gallery.count-14 .gallery-image:nth-child(-n+6),
.gallery.count-15 .gallery-image:nth-child(-n+3) {
	min-width:33.33%
}
.gallery.count-9 .gallery-image {
	min-width:33.33%;
	max-width:33.33%;
}
/*--------------------
## Galleries (Posts)
---------------------*/
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.gallery-item .gallery-caption {
	display:none
}
/*--------------------------------
# Testimonials
--------------------------------*/
.testimonials {
	text-align:center;
	padding: 20px 0;
	float: left;
	width: 100%;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
	position: relative;
	bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
  font-style: italic;
  margin-bottom: 20px;
  color: var(--body-colour);
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: var(--accent-colour);
}
.testimonials .flickity-viewport {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-style:italic
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
.testimonial-grid i {
	color:var(--accent-colour)
}
/*--------------------------------
# Videos
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------
# USPs
--------------------------------*/
.usps {
	padding: 15px 0;
}
.usp {
	margin: 10px 0;
	line-height: 1;
	font-size: 1.1em;
	text-align: center;

}
.usp .inner {
	padding-right: 40px;
}
.usps .usp .inner {
	border-right: 2px solid var(--primary-colour);
}
.usps .usp:last-child .inner {
	border: none;
	padding: 0;
}
/*--------------------------------
# Multiple CTA
--------------------------------*/
.cta .inner {
	position: relative;
  width: 100%;
	background: none;
	padding: 0;
	border: 0;
}
.cta p {
	/* font-size: 1.2em; */
}

.cta .inner .float {
    max-width: 400px;
    margin: 0 auto;
}
 
.four-columns .cta .box {
	padding: 20px 0;
}
.cta:not(.intro) .inner {
	text-align: center;
}
.cta-title {
	margin-bottom: 5px;
	font-size: 1.37em;
}
.cta-image {
	min-height: 95px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.cta-image img {

	display: inline-block;
	vertical-align: middle;
	max-height: 140px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
	width: 140px;
	height: 140px;
	-o-object-fit: contain;
	   object-fit: contain;
}
.cta-icon {
	font-size: 91.5px;
	line-height: 1;
	color: var(--accent-colour);
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt:not(#tinymce) {
    border: 1px solid #efefef;
	background: #fff;
	position: relative;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt.standard .excerpt-thumb {
	position: relative;
	overflow: visible;
	border-bottom: 1px solid var(--dark-bg);
}
.excerpt-thumb::after {
    content: "";
    position: absolute;
    background: #0083ad;
    height: 20px;
    width: 50%;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.excerpt.standard .excerpt-thumb img {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	aspect-ratio: 16 / 12;
    -o-object-fit: cover;
       object-fit: cover;
}

header.excerpt-header.float.clear .excerpt-title {
		color: #000;
		text-transform: none;
		text-align: center;
}
header.excerpt-header.float.clear .excerpt-title a {
    color: #000;
    font-size: 21px;
    font-weight: 500;
}
.post-meta.d-flex.align-items-center {
    text-align: center;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	font-size: 14px;
}
.post-meta.d-flex.align-items-center span, .post-meta.d-flex.align-items-center a {
    color: #c9c9c9;
}
.post-meta.d-flex.align-items-center svg path {
   stroke: #c9c9c9;
}
span.comments-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
}
span.share-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 26px;
            flex: 0 1 26px;
}
.continue-reading {
    text-align: center;
    text-transform: uppercase;
}
.continue-reading a {
    color: #85b72d;
    text-align: center;
    font-weight: 600;
}
span.author-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
    background: #ebebeb;
    height: 22px;
    width: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5px;
}
header.excerpt-header.float.clear {
    text-align: center;
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
}
.excerpt .categories {
	margin-top: 10px;
}
div.categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.categories a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1;
    color: #444;
    background: #f3f3f3;
}
div.categories a:hover {
    color: #000;
}
div.categories a:hover {
    background: #e6e6e6;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.meta span {
	display: inline-block;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	background: var(--light-bg);
	padding: 60px 0;
}
 #related-posts {
	float:left;
	width:100%;
	position:relative;
}
#post-nav {
	padding: 40px 0;
	float:left;
	width:100%;
	position:relative;
}
.prev-post, .next-post {
	margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
.excerpt-thumb span.date .day {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
}
.excerpt-thumb span.date {
    background: #fff;
    position: absolute;
    inset: 10px auto auto 10px;
    padding: 6px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #515151;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
.meta {
	margin-bottom: 5px;
  color: var(--body-colour);
  /* font-size: 0.9em; */
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
	max-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.excerpt-archive.classic .excerpt {
	margin: 20px 0;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}
p.gform_required_legend {
	display: none;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 600 !important;
	font-size:1.1em!important;
	font-family: como, sans-serif;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_confirmation_wrapper {
	border: 2px solid #7fb567;
	font-size: 1.1em;
	padding: 20px;
	margin: 20px 0;
	position: relative;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	   transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
section {
	padding: 30px 0;
}
/*-----------------------
# Menu Toggle
------------------------*/
.toggle-wrap {
	position: relative;
	cursor: pointer;
	display: inline-block;
	/*disable selection*/
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -ms-touch-action: manipulation;
	      touch-action: manipulation;
	  width:34px;
	  float:right
  }
  .toggle-bar {
	  width: 34px;
	  position: relative;
	  display: block;
  }
  .toggle {
	  width:34px;
	  height:4px;
	  float:right;
	  background:#fff;
	  margin:3px 0;
	  border-radius: 8px;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
  }
  .toggle-wrap:hover .toggle.two {
	  width:26px
  }
  .toggle-wrap:hover .toggle.three {
	  width:18px
  }
  .toggle-wrap:hover .toggle {
	  /* background:var(--dark-bg) */
  }

/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	max-width: 210px;
}
#left-header .logo img {
	width: 210px;
}
#mobile-header {
	padding: 10px 0;
	width:100%
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom:0;
	overflow-y: scroll;
	padding: 0;
	display:none;
}
#mobile-menu .current_page_item > a {
	color: var(--link);
}


body.menu-open,
html.menu-open {
  height: 100vh;
  overflow-y: hidden;
}
#mobile-menu-overlay .sm-clean a {
	padding-right: 0;
}
#mobile-menu-overlay .sm-clean li {
  border-top: 1px solid rgb(255 255 255 / 15%);
}
#mobile-menu-overlay .sm-clean > li:first-child {
  border-top: 0;
}
#mobile-menu-overlay .menu-logo img {
	display: block;
	height: auto;
	height: auto;
	max-width: 210px;
}
#mobile-menu-overlay .close-button-wrap {
	min-width: 74px;
	text-align: center;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.close-menu {
	color: #fff;
	font-size: 26px;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	display: inline-block;
}
#mobile-main {
	padding-top:30px;
	padding-bottom:30px;
}
#mobile-main .container {
	max-width:600px
}
.mobile-center {
	min-height:calc(100vh - 86px);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
.mobile-center .float {
	min-width:100%
}
#mobile-menu-overlay .social {
	text-align:center;
	padding-top:30px;
}
.mob-ctas {
	padding-top:30px
}
@media screen and (max-width: 600px) {
	.mobile-center {
		min-height:calc(100vh - 180px);
	}
}
#mobile-menu-wrap {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: var(--pink);
	padding: 60px 0 30px 0;
	position: relative;
	overflow: hidden;
}
#footer, #copyright {
	--link: #fff;
	--menu-link-hover: #dedede;
	--link-hover: #dedede;
}
#footer .logo img {
	max-width: 250px;
	margin-bottom: 40px;
}
#footer .co {
	margin: 20px 0;
}
#footer h3 {
	margin: 0 0 20px 0;
	/* color: var(--primary-colour); */
}
.footer-menu {
	margin: 0 !important;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
}
.footer-menu li a {
	position: relative;
	display: inline-block;
	margin: 5px 0;
}
#footer .logo p {
    margin: 10px 0;
}
.footer-menu li:before 	{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 0.7em;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #c1c1c1;
	display: none;
}
#copyright {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 0.85em;
	padding: 30px 0 0px 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
#copyright .credit {
	text-align: right;
}
 
#copyright a {
  white-space: nowrap;
}

p.copyright {
	margin: 0;
}
p.website-by {
	margin-top: 10px;
	margin-bottom: 0;
}
 
.legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.legal-menu li {
	display: inline-block;
}
.legal-menu li a {
	font-size: 1em;
	display: inline-block;
	margin: 10px 20px 10px 0;
}
/* Back To Top */
.fab-container {
	margin: 1em;
	position: fixed;
	bottom: -72px;
	right: 0;
	z-index: 4;
}
.to-top {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	position: relative;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: var(--primary-colour) url(images/up.svg) center no-repeat;
	background-size: 15px;
}
.to-top:hover {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
	        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.x, a.social-link.x:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
}
a.social-link.tiktok, a.social-link.tiktok:visited {
	color:#000;
} */
.social-link {
	color: var(--link);
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: var(--link);
}
a.social-link:hover, .social-link:hover {
	color: var(--link-hover);
}


.two-cols-row .inner-section .container {
	padding: 0;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.two-cols-row .inner-section {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.cart_totals table {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	} 
	.two-cols-row.no-horizontal-layout-gap {
		margin-left: 0;
		margin-right: 0;
	}
	.two-cols-row.no-horizontal-layout-gap .inner-section {
		padding-left: 0;
		padding-right: 0;
	}

	.two-cols-row.narrow-horizontal-layout-gap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.two-cols-row.narrow-horizontal-layout-gap .inner-section {
		padding-left: 10px;
		padding-right: 10px;
	}

	.two-cols-row.standard-horizontal-layout-gap {
		margin-left: -20px;
		margin-right: -20px;
	}
	.two-cols-row.standard-horizontal-layout-gap .inner-section {
		padding-left: 20px;
		padding-right: 20px;
	}


	.two-cols-row.wide-horizontal-layout-gap {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-horizontal-layout-gap .inner-section {
		padding-left: 40px;
		padding-right: 40px;
	}

	 
	.two-cols-row.standard-gutters-only .inner-section {
		padding-left: 20px; 
		padding-right: 20px;
	}

	.two-cols-row.wide-only {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-only .inner-section {
		padding-left: 40px; 
		padding-right: 40px;
	}
	.two-cols-row {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.row.wide {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -40px;
		margin-left: -40px;
	}
	.wide > .col,
	.wide > [class*="col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}
	.next-post {
		text-align: right;
	}
	.modal {
		max-width:900px;
		margin:0 10px;
	}
	.image-left.full-width .text {
		max-width: 620px;
	}
	.image-right.full-width .text .inner {
		max-width: 620px;
	}
}
@media screen and (min-width: 768px) {
	.search-row .search-wrap {
		max-width: 300px;
	}
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
  .slide .image-wrap img {
	aspect-ratio: 16 / 9;
  }
	.inner-section.one-third-two-third .col.co {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media screen and (max-width: 1024px) {
  .top-bar {
		display:none;	
	}	
  #left-header {
	    background: #0083ad !important;	
	}
   #left-header .logo img {
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
    }
   .search-nav {
		display:none;
	}
	.product-categories-layout .products.product-cats {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);	
	}
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px;
	}
	.co.col.logo-wrap {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	#customer_details, #order_review {
		width: 100%;
	}
	.slider .text-wrap .inner {
		background-color: rgba(228, 13, 124, 0.729);
		padding: 30px;
	}
	.usp {
		font-size: 1em;
		padding: 0 10px;
	}
	.usp .inner {
		padding-right: 20px;
	}
	.usps .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	#left-header {
		overflow: hidden;
	}
	#footer .logo {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	
	.image-left .image-wrap img, .image-right .image-wrap img {
		display: block;
		margin: 0 auto;
	}
 
	.flickity-page-dots .dot {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
	.slider .inside {
		max-width:100%
	}
	.contact-info .detail {
		margin-bottom:40px
	}
	.col.download {
		min-width: 50%;
		max-width: 50%;
	}
	#copyright .credit {
		text-align: left;
		margin-top: 20px;
		min-width: 100%;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  -webkit-box-flex: 0;
		        flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

 
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 0;
    width: 40px;
    text-align:center
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .head-info span.header-link {
    display: none;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

 

@media screen and (max-width: 768px) {
	 
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  -webkit-box-flex: 0;
		        flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
    	min-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.carousel-image {
		padding: 20px;
	}
	.single_variation_wrap {
		display: block;
	}
	.cart-contents-wrap .subtotal {
		font-weight: bold;
		margin-top: 10px;
	}
	nav.woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}
	.slider .text-wrap {
		display: block;
		height: auto;
		position: relative;
	}
	.slider .text-wrap .inner {
		max-width: 100%;
		padding: 40px 0;
	}
	.slide .image-row {
		display: block !important;
	}
	.slider .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.slider .flickity-page-dots {
		bottom: 15px;
	}
	.side h3 {
		font-size: 1.4em;
	}
	.slide h2 {
		font-size: 1.8em;
	}
	.slider .text-wrap {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
 
	a.acc-text {
		font-size: 1.1em;
	}
	#login .text .inner {
		border: none;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        background: #fceaf4;
        text-align: center;
        padding: 20px;
	}
	#login .text .inner p:last-child {
		margin-bottom: 0;
	}
	.login-icon {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.one-third-two-third p.bigger {
		margin-bottom: 0;
	}
	h2.ribbon {
		font-size: 1.5em;
	}
	.spec-rows .name {
		font-weight: bold;
	}
	.cart_totals {
		width: 80% !important;
	}
	.spec-description p {
		margin-bottom: 0;
	}
	.tabbed ul.tabs li {
		width: 100%;
		margin: 0;
		border-left: 5px solid transparent;
	}
	.tabbed ul.tabs li.current {
		border-left-color: var(--primary-colour); 
	}
	.tabbed ul.tabs {
		border: 1px solid var(--box-bg);
		margin-bottom: 20px;
	}
	.col.post-wrap {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	#single-post .side {
		margin-top: 0;
	}
	.post-wrap {
		margin-bottom: 0;
	}
	.gallery .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.gallery > .col, .gallery > [class*="col-"], .gallery .co {
		padding-right: 10px;
		padding-left: 10px;
	}
	.image-right .co.image-wrap, .image-left .co.image-wrap {
		margin-bottom: 0;
	}

	#single-post .side {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.modal-team img {
		margin-bottom: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px
	}
	section {
		padding:30px 0;
	}
	h1 {
		font-size:36px
	}
	.slider .slide {

	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		        flex: 0 0 50%;
		max-width: 50%;
	}
	.error-404 #icon {
		min-width: 100%;
		border: none;
	}
	.error-404 {
		text-align: center;
	}
	.carousel-wrap {
		padding: 0;
	}
	.slider .inside {
		width: 100%;
	}
	.grid-item.post {
		width: 100%;
	}
	.excerpt-archive {
		min-width: 100%;
		max-width: 100%;
	}
	.accordion-toggle {
		font-size: 1.05em;
	}
	#sidebar {
		max-width: 100%;
		min-width: 100%;
	}
	/* .tab-content {
		display: block !important;
		background: none;
		padding: 0;
	}
	ul.tabs {
		display: none;
	} */
	.tab-title {
		display: block;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.alignright {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	ul, ol {
		margin: 0 0 1.5em 0em;
		-webkit-padding-start: 30px;
	}
	.three-text {
		min-width: 100%;
	}
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
		-webkit-box-ordinal-group:4;
		    -ms-flex-order:3;
		        order:3;
	}
	.video-container {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.container {
		padding: 0 20px;
	}
	.co.col.logo-wrap {
		min-width: 50%;
		max-width: 50%;
	}
	.single-product .certificates h4 {
		margin-bottom: 10px;
	}
	.product-features .image {
		max-width: 170px;
	}
	.product-features img {
		max-height: 40px;
	}
	.promo-box .text {
		padding: 0 10px;
	}

	.promo-box h3 {
		font-size: 1.1em;
	}
	.single-product p.price {
		margin-bottom: 0;
	}
	.cart_totals {
		width: 100% !important;
	}
	#nobanner .icon {
		min-width: 100%;
	}  
    .acc-col {
        border-top: 1px solid #fff;
        padding-top: 20px;
        margin-top: 20px;
    }
	#left-header {
		position: relative;
	}
	.admin-bar #left-header {
		top: 0;
	}
	#left-header .logo img {
		margin: 0 auto;
	}
	#nobanner .icon img {
		width: 75px;
	}
	.footer-menu {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	.co {
		margin: 10px 0;
	}
	.title-button .col-auto {
		min-width: 100%;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px 20px;
	}
	.slider .slide {

	}

	body {
		font-size:16px
	}
	.gallery-thumbs .thumb {
		width: 30%;
	}
	.woocommerce-form-coupon .form-row {
    	width: 100% !important;
    	padding: 0 !important;
	}
	.woocommerce-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.col.download {
		min-width: 100%;
		max-width: 100%;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		-ms-flex-item-align: baseline;
		    align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 10px;
	}

	.grid-item {
		width: 100%;
	}
	blockquote {
		width: 100%;
		margin: 15px 0;
		padding: 50px 20px;
	}

	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.gallery.count-5 .gallery-image:first-child,
	.gallery.count-7 .gallery-image:first-child,
	.gallery.count-9 .gallery-image:first-child,
	.gallery.count-11 .gallery-image:first-child,
	.gallery.count-13 .gallery-image:first-child,
	.gallery.count-15 .gallery-image:first-child {
		min-width: 100% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.promo-box.col {
		min-width: 50%;
		max-width: 50%;
	}
	.feature {
		min-width: 100%;
	}
	.map iframe {
		width:100%!important;
		height:340px;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #151515;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}



/* Overrides for Product Filter (Hiding Weights) */
#filter_8074_8 .filter-item.checkbox label input,
#filter_8074_8 .filter-item.checkbox label a {
    display: none;
}

#filter_8074_8 #filter_8074_8_152,
#filter_8074_8 #filter_8074_8_152 ~ a,
#filter_8074_8 #filter_8074_8_154,
#filter_8074_8 #filter_8074_8_154 ~ a,
#filter_8074_8 #filter_8074_8_153,
#filter_8074_8 #filter_8074_8_153 ~ a,
#filter_8074_8 #filter_8074_8_189,
#filter_8074_8 #filter_8074_8_189 ~ a,
#filter_8074_8 #filter_8074_8_343,
#filter_8074_8 #filter_8074_8_343 ~ a,
#filter_8074_8 #filter_8074_8_343,
#filter_8074_8 #filter_8074_8_343 ~ a,
#filter_8074_8 #filter_8074_8_348,
#filter_8074_8 #filter_8074_8_348 ~ a {
    display: inline;
}


/* Product SINGLE Login */
.ps-login {
	margin-left: 20px!important;
}

@media screen and (max-width: 1030px) {
	.ps-login {
		margin-left: 0!important;
		clear: both;
		margin-top: 20px!important;
	}
}

@media screen and (max-width: 767px) {
	.ps-login {
		margin-left: 20px!important;
		clear: unset;
		margin-top: unset!important;
	}
}

@media screen and (max-width: 600px) {
	.ps-login {
		margin-left: 0!important;
		clear: both;
		margin-top: 20px!important;
	}
}



/* Cookie Table */
.cky-show-desc-btn {
	color: #0085AD!important;
}

.table-cookie {
	margin: 5rem 0;
	display: table;
	width: 100%;
}

.table-cookie p {
	display: none;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	padding: 1rem;
	border-right: 1px solid #e8e8e8;
	line-height: 1.8rem;
}

.table-cell:last-of-type {
	border-right: 0;
}

.table-title .table-cell {
	background-color: #eee;
}

@media (max-width: 850px) {
	/* Table */
	.table-cookie {
		margin: 3rem 0;
	}

	.table-cookie, .table-row {
		display: block;
	}

	.table-row {
		padding: 20px 0;
	}

	.table-row:last-child {
		border-bottom: 0;
	}

	.table-title {
		display: none;
	}

	.table-cell {
		padding: 0;
		display: flex;
		width: 100%;
		margin-bottom: 10px;
	}

	.table-cell:last-of-type {
		margin-bottom: 0;
	}

	.table-cell:before {
		display: block;
		font-weight: 700;
		min-width: 90px;
		width: 90px;
		margin-right: 10px;
	}

	.cell-cookie:before {
		content: 'Cookie:';
	}

	.cell-domain:before {
		content: 'Domain:';
	}

	.cell-type:before {
		content: 'Type:';
	}

	.cell-description:before {
		content: 'Description:';
	}

	.cell-duration:before {
		content: 'Duration:';
	}
}





/* NEW PRODUCT GALLERY */
.woocommerce-product-gallery {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	width: 40%!important;
}

    .woocommerce-product-gallery .flex-viewport {
        width: 100%;
		margin-bottom: 15px;
    }

	    .woocommerce-product-gallery .flex-viewport img {
	        border: 0!important;
	    }

    .woocommerce-product-gallery .flex-control-thumbs {
        width: 100%;
		display: grid!important;
	    grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
		flex: unset!important;
		margin: 0!important;
    }

	    .woocommerce-product-gallery .flex-control-thumbs li {
			float: unset!important;
			margin: 0!important;
	    }

		    .woocommerce-product-gallery .flex-control-thumbs li img {
				border: 0!important;
		    }


@media (max-width: 991px) {
	.woocommerce-product-gallery {
		width: 100%!important;
		max-width: 500px;
	}

	.woocommerce div.product div.summary {
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%!important;
		flex-basis: unset;
	}

	.co.col-12.col-lg-auto.spec-sheet ul {
		flex-direction: column;
	}

    .woocommerce-product-gallery .flex-control-thumbs {
	    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}