
:root {
	--font-base: "Montserrat", sans-serif;
	--font-heading: "Montserrat", sans-serif;
	/* Cart Styling */
	--cartColourAccent: #ddd; /* Lines, close button etc. */
	--cartColourBackground: #f9f9f9; /* Backgorund of Cart Forms */
	--cartColourBackgroundAccent: #efefef; /* Backgorund of Cart Forms */
	--cartColourText: #555;
	--cartColourTextLight: #888;
	--cartColourLink: #555;
	/* Drawer Menu */
	--drawerColourAccent: rgba(0,0,0,0.1); /* Lines, close button etc. */
	--drawerColourBackground: #fff;
	--drawerColourText: #666;
	--drawerColourLink: #555;
	--overlayColour: rgba(0,0,0,0.4); /* Background property for overlays */
    --product-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
    --product-border-radius: .2rem;
    --product-bg-color: #fff;	
}

/**
* Base Styling
*/

body,
html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-base);
	overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: var(--font-heading);
	text-transform: uppercase;
}

@media (max-width: 576px) {
	h1 {
		font-size: 2.4rem;
	}
}

a {
	transition: all .2s;
}

img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }

ul > li ul { list-style-type: circle; }
ol > li > ol { list-style-type: lower-alpha; }
ol > li > ol > li > ol	{ list-style-type: lower-roman; }

.breadcrumb {
	justify-content: end;
}


/* Simple Columns Helpers */

@media (min-width: 1200px) {
	.columns {
		columns: 2;
		column-gap: 2rem;
	}

	.columns p,
	.columns div {
		break-inside: avoid-column;
	}
}


/**
* Section Background Image
*/

.bg-image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/**
* Section Parallax Effect
*/

.bg-parallax {
	background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
	.bg-parallax {
		background-position: center;
		background-attachment: initial;
	}
}


/**
* Buttons
*/

.btn {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05rem;
	transition: all .2s;
	border-radius: 0.60rem;
}

.btn:hover,
.btn:focus {
	transform: scale(1.1);
	outline: 1rem solid var(--primary);
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.btn-secondary:hover,
.btn-secondary:focus {
	outline: 1rem solid var(--secondary);
}

.btn-danger:hover,
.btn-danger:focus {
	outline: 1rem solid var(--danger);
}

.btn-success:hover,
.btn-success:focus {
	outline: 1rem solid var(--success);
}

.btn-dark:hover,
.btn-dark:focus {
	outline: 1rem solid var(--dark);
}

.btn-light:hover,
.btn-light:focus {
	outline: 1rem solid var(--light);
}

@keyframes pulse-outline {
	0% {
		outline-width: 0;
	}
	80%, 100% {
		outline-color: transparent;
	}
}


/**
* Social Icons
*/

a.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	background-color: var(--secondary);
	color: var(--light);
	border-radius: 50rem;
}

a.social-icon:not(:last-child) {
	margin-right: .35rem;
}

a.social-icon:hover,
a.social-icon:focus {
	background-color: var(--primary);
	text-decoration: none;
	color: var(--light);
}


/**
* Site Header
*/

header.main {
	background-color: #fff;
}

header.main a.logo {
	display: inline-block;
}

header .header-link:hover{
	color: #e7e7e7 !important;
	text-decoration: none;
}

@media (min-width: 1200px) and (min-height: 800px) {
	header.main.sticky {
		position: sticky;
		top: 0;
		z-index: 10;
	}
}

.global-nav {
	color: #fff;
	/**border-bottom: 2px solid #e6e5e5;*/
	font-size: 1rem;
	background-color: #d81f28;
}

.global-nav a:not(:hover):not(:focus) {
	color: inherit;
}

.global-nav .icon-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	background-color: transparent;
	border-radius: .15rem;
	margin-right: 0;
}

.global-nav .icon-links a:hover,
.global-nav .icon-links a:focus {
	background-color: var(--primary);
	text-decoration: none;
	color: var(--light);
}

.global-nav .icon-links a:not(:hover):not(:focus) {
	background-color: transparent;
}

.global-nav + .container {
	padding: 30px 20px !important;
}

.top-search .btn-lg {
	padding: 0.9rem 1.5rem;
}

.top-search .form-control-lg {
	height: calc(1.5em + 1.2rem + 2px);
}

.top-search .btn-lg {
	padding: 0.6rem 1.5rem;
}

@media(max-width: 767px) {
	.global-nav + .container > .row {
		flex-direction: column;
	}
}

/**
* Cart in Menu
*/

.ddmenu .header-cart {
	margin-left: auto;
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .2rem 2rem;
	background-color: var(--gray-dark);
	color: #e4e4e4;
	font-weight: 600;
	position: relative;
	font-size: .7rem;
	line-height: 1;
	z-index: 2;
}

.ddmenu [data-squidytoggle] i,
.ddmenu .header-cart i {
	font-size: 1rem;
	margin-right: .5rem;
}

.ddmenu .header-cart:hover,
.ddmenu .header-cart:focus {
	text-decoration: none;
	background-color: var(--primary);

	transform: scale(1.1);
	outline: 1rem solid var(--primary);
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}


/**
* Main Dropdown Menu
*/

.ddmenu-outer {
	background-color: #f4f4f4;
	filter: drop-shadow(0 .5rem .5rem rgba(0,0,0,.1));
    position: relative;
    z-index: 9;	
}

/**
* Main Dropdown Menu
*/

.ddmenu {
	display: flex;
	align-items: stretch;
	justify-content: center;
	z-index: 12;
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .05rem;
	position: unset;
}

.ddmenu-outer .container {
	position: relative;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 500px) {
	.ddmenu .btn {
		font-size: .9rem;
	}
}

.ddmenu nav {
	display: none;
}

.ddmenu nav .btn {
	align-self: center;
}

.ddmenu nav ul {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ddmenu nav > ul {
	height: 100%;
}

.ddmenu nav li {
	display: inline-flex;
	align-items: stretch;
}

.ddmenu nav > ul > li > div > a:not(.btn) span {
	position: relative;
}

.ddmenu nav > ul > li:hover > div > a:not(.btn),
.ddmenu nav > ul > li > div > a.active,
.ddmenu nav > ul > li > div > a:not(.btn):hover {
	color: var(--primary);
}

.ddmenu [data-squidytoggle] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: 600;
	font-size: .7rem;
	border-radius: 0;
}

@media (min-width: 576px) {
	.ddmenu [data-squidytoggle] {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.ddmenu [data-squidytoggle] {
		display: none;
	}
}

.ddmenu nav a:not(.btn) {
	display: block;
	padding: .6rem .85rem;
	text-decoration: none;
	color: #303030;
	transition: color .2s ease, background-color .2s ease;
}

.ddmenu nav a:not(.btn):hover,
.ddmenu nav a:not(.btn):focus,
.ddmenu nav a:not(.btn).active {
	text-decoration: none;
}

.ddmenu nav > ul > li > div > a:not(.btn) {
	padding: .7rem 1rem;
	align-items: center;
}

.ddmenu nav > ul > li > div {
	display: flex;
}

/* Second Level */

.ddmenu nav > ul > li > ul {
	position: absolute;
	left: -100px;
	top: 50%;
	min-width: 250px;
	width: 100%;
	display: block;
	columns: 6;
	column-gap: 1.5rem;
	column-rule: 1px solid rgba(33,33,33,0.2);
	pointer-events: none;
	opacity: 0;
	transition: opacity .2s, top .2s, left 0s ease .2s;
	padding: 1.5rem 0;
	background-color: rgba(225,225,225,.95);
}

.ddmenu nav li:hover > ul {
	top: 100%;
	left: 0;
	transition: opacity .2s, top .2s, left 0s ease 0s;
	pointer-events: all;
	opacity: 1;
	z-index: 12;
}

.ddmenu nav > ul > li > ul::before,
.ddmenu nav > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(225,225,225,.95);
	top: 0;
}

.ddmenu nav > ul > li > ul::before {
	right: 100%;
}

.ddmenu nav > ul > li > ul::after {
	left: 100%;
}

.ddmenu nav > ul > li > ul > li {
	display: block;
	align-self: baseline;
	flex: 0 0 25%;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.ddmenu nav > ul > li > ul > li > div > a:not(.btn) {
	color: #232323;
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: .85rem;
}

.ddmenu nav > ul > li > ul > li > div > a:not(.btn) span {
	line-height: 1.2;
}

.ddmenu nav > ul > li > ul > li > div > a:not(.btn):hover,
.ddmenu nav > ul > li > ul > li > div > a:not(.btn):focus,
.ddmenu nav > ul > li > ul > li > div > a:not(.btn).active {
	color: var(--primary);
}

.ddmenu nav li > ul a:not(.btn) {
	font-size: .75rem;
	color: #323232;
	width: 100%;
}

.ddmenu nav li > ul a:not(.btn):hover,
.ddmenu nav li > ul a:not(.btn):focus,
.ddmenu nav li > ul a:not(.btn).active {
	color: #232323;
	text-decoration: none;
}

/* Third Level */

.ddmenu nav > ul > li > ul > li ul {
	display: block;
}

.ddmenu nav > ul > li > ul > li > ul {
	margin-bottom: 1rem;
}

.ddmenu nav > ul > li > ul > li > ul > li {
	display: block;
	align-self: baseline;
	flex: 0 0 100%;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.ddmenu nav > ul > li > ul > li > ul > li a:not(.btn) {
	padding: .2rem .85rem;
}

.ddmenu nav > ul > li > ul > li > ul > li a:not(.btn):hover,
.ddmenu nav > ul > li > ul > li > ul > li a:not(.btn):focus {
	color: #323232;
	background-color: transparent;
	text-decoration: underline;
}

/* 4th Level */

.ddmenu nav > ul > li > ul > li > ul > li > ul {
	padding-left: .8rem;
	margin-bottom: .6rem;
}

.ddmenu nav > ul > li > ul > li > ul > li > ul > li {
	display: block;
}

.ddmenu nav > ul > li > ul > li > ul > li > ul > li a:not(.btn) {
	font-size: 80%;
}


/* Responsive Menu Toggle Buttons */
.ddmenu-toggler,
.ddmenu .close-btn {
	visibility: hidden;
	pointer-events: none;
	font-size: 1.2rem;
	display: none;
	position: relative;
}

.ddmenu .submenu_toggler {
	margin-left: .5rem;
}

.submenu_toggler i:before {
	color: var(--primary);
}

@media (min-width: 1200px) {
	.ddmenu .submenu_toggler {
		font-size: 60%;
	}
}

@media (min-width: 1200px) {
	.ddmenu nav {
		display: block;
	}	
}


/**
* Carousel (Slideshow)
*/

.carousel {
	/* z-index: -1; */
	overflow: hidden;
}

.carousel-overlay {
	position: absolute;
	top: 5rem;
	left: 50%;
	transform: translate(-50%, -0%);
	z-index: 2;
}

.carousel-overlay-inner {
	max-width: 520px;
}

.carousel-overlay h1 {
	color: inherit;
	font-weight: 900;
	line-height: 1.1;
	font-size: 2.3rem;
}

.slideshow-vid {
    z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 200vh;
	/* transform: translate(-50%, -50%); */
	transform: translate(-50%, -58%);
	border: none;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.carousel-inner picture img,
.carousel-item,
.carousel-item picture {
	width: 100%;
    position: relative;
    z-index: -1;
    height: 182px;
	display: block;
}

.carousel .scr_down {
    position: absolute;
    left: 50%;
    bottom: 25px;
    width: 36px;
    height: 30px;
    margin: 0 0 0 -18px;
    z-index: 11;
	cursor: pointer;
}

.carousel .scr_down:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg)
}

.carousel .scr_down:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 15px;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg)
}

@media (max-width: 650px) {
	.slideshow-vid {
        top: 60%;
        left: 50%;
        width: 100vw;
        height: 76vh;
	}

	.carousel-inner picture img,
	.carousel-item,
	.carousel-item picture {
		height: 177px;
	}
}
@media (min-width: 760px) {
	.carousel-overlay {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.carousel-overlay h1 {
		font-size: 2.8rem;
	}

	.carousel-inner picture img,
	.carousel-item,
	.carousel-item picture {
		/* height: 77vh; */
		height: 370px;
	}

	.slideshow-vid {
		top: 56%;
		height: 680px;
	}


}

@media (min-width: 1200px) {
	.carousel-overlay h1 {
		font-size: 3.5rem;
	}
	.carousel-overlay-inner {
		max-width: 560px;
	}

	.slideshow-vid {
		height: 200vh;
	}
}

.carousel-control-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.carousel-control-prev,
.carousel-control-next {
	width: 35px;
	height: 42px;
	border: 0;
	background-color: #caccd0;
	color: inherit;
	border-radius: .2rem;
}

.carousel-control-prev {
	left: -4rem;
}

.carousel-control-next {
	right: -4rem;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
	background-color: var(--primary);
	transform: scale(1.1);
	outline: 1rem solid var(--primary);
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}


/**
* Main Section
*/

section.main > .container:not(:empty) {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

section.main > .container:last-child:not(:empty) {
	padding-bottom: 5rem;
}

section.main > .container.subpage-container {
	padding-top: 0;
}

@media (min-width: 1200px) {
	.container.narrow-container {
		max-width: 900px;
	}
	section.main .container.legal-container {
		max-width: 800px;
		background-color: #f8f8f8;
		padding: 4rem 3rem !important;
		margin-bottom: 6rem;
	}
}


/**
* Icons Banner Section
*/

section.icons {
	background-color: var(--secondary);
	color: #efefef;
	padding: .5rem 0;
}

section.icons a {
	display: flex;
	align-items: center;
	font-size: .8rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: .05rem;
	line-height: 1.1;
	padding: 1rem;
	height: 100%;
	border-radius: .25rem;
}

section.icons a img {
	transition: all .2s;
	max-width: 45px;
}

section.icons a span {
	padding-left: 1rem;
}

section.icons a:hover,
section.icons a:focus {
	color: #fff;
	background-color: var(--primary);
	transform: scale(1.1);
	outline: 1rem solid var(--primary);
	text-decoration: none;
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

section.icons a:hover img,
section.icons a:focus img {
	filter: brightness(10);
}

@media (min-width: 992px) {
	section.icons a {
		justify-content: center;
		font-size: 1.3rem;
	}
	section.icons a img {
		max-width: unset;
	}
}

/**
* Hire Banner Section
*/

section.parts {
	background-color: var(--secondary);
	color: #fff;
	padding: .5rem 0;
}

@media (min-width: 1200px) {
	section.parts img {
		margin-top: -2rem;
		margin-bottom: -4rem;
	}
}



/**
* Shop by Department Section
*/

section.categories,
.thirds,
.socials-resources-section,
.articles.blog {
	padding: 4rem 0;
}

section.categories h2,
.thirds h2,
.socials-resources-section h2,
.articles.blog h2 {
	padding-bottom: 0 !important;
	margin-bottom: 4rem;
}

.articles .lead {
	color: #303030;
	margin-top: 1rem;
	text-transform: none;
}

@media(max-width: 767px) {
	section.categories h2,
	.thirds h2,
	.socials-resources-section h2,
	.articles.blog h2 {
		font-size: 1.3rem;
	}
}

@media (min-width: 1200px) {
	.categories .col-xl-3,
	.categories.prod-list .col-xl-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/**
* Fieldset
*/

fieldset {
	padding: 1.5rem 1.5rem;
	min-width: 0;
	border-radius: .5rem;
	border: 2px solid #e4e4e4;
}

legend {
	width: auto;
	padding: 0 1rem;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05rem;
	color: var(--primary);
	padding: 0 .5rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

@media (min-width: 992px) {
	fieldset {
		padding: 1.5rem 3.5rem;
	}
	legend {
		font-size: 2.2rem;
		padding: 0 .5rem;
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
}

@media (min-width: 1200px) {
	fieldset {
		padding: 3rem 5.5rem;
	}
	legend {
		font-size: 2.2rem;
		padding: 0 1rem;
		margin-left: -3.5rem;
		margin-right: -3.5rem;
	}
}


/**
* Thirds Banner Section
*/

section.thirds {
	padding: 4rem 0;
}

.thirds .col-12 {
	padding: 10px !important;
}

.thirds a {
	display: block;
	position: relative;
}

.videooverlay {
    position: absolute;
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    background-color: rgb(48 48 48 / 80%);
    z-index: 1;
    margin-top: 0;
    text-align: center;
    -webkit-transition: all .45s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	top: 212px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    min-height: 2%;
    overflow: hidden;
	text-align: center;
	padding: 10px 0;
}

.videooverlay p {
    width: 93%;
    padding: 0 3.5%;
    text-align: center;
    font-size: 17px!important;
	color: #fff;
}

.videooverlay:hover {
    top: 0
}

.thirds a:hover > .videooverlay {
    top: 0;
	justify-content: center;
}


.videoheader h2 {
	font-size: 1.2em;
    line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}

@media(max-width: 991px) {
	.video-trigger img {
		height: 300px;
		width: 100%;
	}
	.videooverlay {
		top: 0;
		justify-content: center
	}
}


/**
* Repairs Banner Section
*/

section.repairs {
	background-color: var(--secondary);
	color: #efefef;
	padding: .5rem 0;
}

section.parts h2,
section.repairs h2 {
/**	font-size: 2.2rem;*/
/**	font-weight: 900;*/
	color: #fff;
/**	font-style: italic;*/
	letter-spacing: .05rem;
/**	text-shadow: .2rem .2rem 0 var(--primary);*/
	margin-bottom: .2rem;
}

@media (min-width: 1200px) {
	section.repairs img {
		margin-top: -4rem;
		margin-bottom: -1.3rem;
	}
}


/**
* Stockists of Logos Slider
*/

section.stockists {
	padding: 2rem 0;
}

section.stockists ul {
	margin: 0;
	padding: 0;
}

section.stockists img {
	--aspect-ratio: 1.5 / 1;
	aspect-ratio: 1.5 / 1;
	width: 100%;
	object-fit: contain;
}

body .slick-prev,
body .slick-next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	width: 35px;
	height: 42px;
	border: 0;
	background-color: #caccd0;
	color: inherit;
	border-radius: .2rem;
	transition: all .2s;
	z-index: 9;
}

body .slick-prev::before,
body .slick-next::before {
	font-family: 'Font Awesome 6 Free';
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	color: #303030;
	font-weight: 900;
	font-size: 1rem;
	opacity: 1;
	transition: all .2s;
}

body .slick-prev::before {
	content: "\f104";
}

body .slick-next::before {
	content: "\f105";
}

body .slick-prev:hover::before,
body .slick-prev:focus::before,
body .slick-next:hover::before,
body .slick-next:focus::before {
	opacity: 1;
	color: #fff;
}

body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
	background-color: var(--primary);
	transform: translate(0, -50%) scale(1.1);
	outline: 1rem solid var(--primary);
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}



/* IMAGE STYLING */

.outerpair1 { background: url("../../images/upperrightfade.png") no-repeat right top; }
.outerpair2 { background: url("../../images/lowerleftfade.png") no-repeat left bottom; padding-top: 8px; padding-left: 8px; }
.shadowbox { background: url("../../images/shadow.png") bottom right; }
.innerbox { position: relative; left: -8px; top: -8px; }
.shadowbox img { border: 1px solid #333; vertical-align: bottom; }

.pageimagecenter { text-align: center; margin: 0 auto; padding: 0; max-width: 100%; }
.pageimageright { float: right; margin: 5px 0 5px 5px; padding: 0; max-width: 100%; }
.pageimageleft { float: left; margin: 5px 5px 5px 0; padding: 0; max-width: 100%; }
.pageimagenone img { margin: 3px; padding: 0; }


/* SOCIAL SHARING BUTTONS */

#social {
	height: auto;
	padding: 20px 0;
	overflow: hidden;
}


/**
 * Page Gallery
 */

.pagegalleryheading {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.pagegalleryinner {
	display: flex;
	flex-wrap: wrap;
}

.pagegalleryimage {
	flex: 0 0 50%;
}

@media (min-width: 830px) {
	.pagegalleryimage {
		flex: 0 0 25%;
	}
}

.pagegalleryimage a {
	display: block;
	position: relative;
	padding-bottom: 90%;
	height: 0;
	overflow: hidden;
}

.pagegalleryimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(90%);
	transition: filter 1s, transform .5s;
}

.pagegalleryimage a:hover img,
.pagegalleryimage a:focus img {
	filter: brightness(100%);
	transform: scale(1.3);
}


/**
 * Sitemap
 */

#sitemap a { text-decoration: none; }
.sitemapL2:before,
.sitemapL3:before,
.sitemapL4:before,
.sitemapL5:before,
.sitemapL6:before { content: "\00BB"; display: inline-block; margin: 0 3px 0 0; }
.sitemapL1 { margin: 0 0 5px 0;  }
.sitemapL1 a { font-size: 16px; text-transform: uppercase; font-weight: bold; }
.sitemapL2 { margin: 10px 0 3px 10px; }
.sitemapL2 a { color: #333333; text-transform: uppercase; }
.sitemapL3 { margin: 0 0 3px 20px; }
.sitemapL4 { margin: 0 0 3px 30px; }
.sitemapL5 { margin: 0 0 3px 50px; }
.sitemapL6 { margin: 0 0 3px 60px; }



/**
* Subpages
*/

.categories .subpage-link {
	position: relative;
	display: block;
	margin-bottom: 2rem;
	background-color: #f4f4f4;
	color: #303030;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .05rem;
	font-weight: 600;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	border: #ebebeb solid .05rem;
}

.categories .subpage-link {
	margin-bottom: 20px;
	border-radius: 0;
}

.categories .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.subpage-link:hover,
.subpage-link:focus {
	text-decoration: none;
	background-color: rgba(48, 48, 48, 0.6);
	color: #fff;
	transform: scale(1.1);
	outline: 1rem solid var(--primary);
	animation: pulse-outline 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
	z-index: 3;
}

.categories .subpage-image img {
	--aspect-ratio: 1 / 1;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	transition: all .2s;
	border-radius: 0;
}

.subpage-image {
	position: relative;
}

.subpage-image:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.subpage-link:hover .subpage-image:after {
	/* background-color: rgba(48, 48, 48, 0.6); */
	background-color: var(--primary);
	z-index: -1;
}
.section-www .subpage-link:hover .subpage-image:after {
	background-color: rgba(48, 48, 48, 1);
	z-index: -1;
}

fieldset a.subpage-link:hover img,
fieldset a.subpage-link:focus img {
	/* transform: scale(1.4) translate(-10%, -13%); */
	transform: scale(1.4);
}

.categories .subpages .subpage-link .subpage-text,
.subpage-link .subpage-text {
	position: absolute;
    bottom: 1rem;
    left: 0;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    line-height: 1.1;
    transition: all .4s;
    height: auto;
    right: 0;
    font-size: 1.1rem;
	text-align: center;
    padding: 0 10px;
	transform: none;
	background-color: transparent;
	color: #303030;
}

.subpage-link {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    border-radius: 1rem;
    text-align: center;
    background-color: var(--light);
    z-index: 1;
}

.venues .subpage-link {
    margin-bottom: 2rem;
}

a.subpage-link:hover {
    text-decoration: none;
}

a.subpage-link:focus {
    outline: 3px solid var(--secondary);
    z-index: 3;
}

.subpage-image img {
    --aspect-ratio: 1.285 / 1;
    aspect-ratio: 1.285 / 1;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 1rem;
}

.venues .subpage-image img,.directory-list .subpage-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.subpages a.subpage-link .subpage-text {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    width: 80%;
    padding: .8rem 1rem;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: var(--secondary);
    border-radius: .75rem;
    color: #fff;
    transition: all .2s;
}

.venues a.subpage-link .subpage-text,.directory-list a.subpage-link .subpage-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1.7rem 2rem;
    transition: all .2s ease;
    width: 100%;
    color: #434344;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

section a.subpage-link:hover .subpage-text,section a.subpage-link:focus .subpage-text {
    background-color: var(--primary);
    color: #fff !important;
}

.venues a.subpage-link .subpage-text,.directory-list a.subpage-link .subpage-text {
    text-align: left;
}

.venues a.subpage-link .subpage-text h2,.directory-list a.subpage-link .subpage-text h2 {
    text-transform: initial;
    font-size: 1.5rem;
    margin-bottom: .4rem;
}

.venues a.subpage-link .subpage-text .btn,.directory-list a.subpage-link .subpage-text .btn {
    margin-top: 1.5rem;
}

.section-www {
	background-color: #f4f4f4;
}

.section-www.container {
	background-color: transparent;
}

.section-www a.subpage-link .subpage-text {
    top: 0;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-www a.subpage-link .subpage-text {
	color: #fff;
	font-weight: 700;
}

.section-www a.subpage-link {
	background-color: #fff;
}

.section-www a.subpage-link:hover, 
.section-www a.subpage-link:focus {
	background-color: rgba(48, 48, 48, 1);
}

.directoryimage {
	position: relative;
}

.directoryimage .gold-directory {
    position: absolute;
	top: -15px;
    right: -15px;
    z-index: 2;
    width: 90px;
    height: 90px;
    background: url(../../images/goldstar.png) no-repeat;
    background-size: contain;
    background-position: center;
}

/**
* Product List Options UI
*/

.product-options { text-align: right; }
.product-options div { display: inline-block; }
.product-options label:not(.view) { font-size: 13px; margin-left: 15px; }
.product-options label.view { font-size: 13px; padding: 5px 8px; display: inline-block; background-color: #eee; color: #333; border-radius: 3px; cursor: pointer; }
.product-options label.view:hover,
.product-options label.view:active { color: #f7941e; }
.product-options input.hidden { visibility: hidden; position: fixed; left: -9999px; }
.product-options input,
.product-options select { font-family: AvenirNextLTPro, Arial, sans-serif; font-size: 12px; padding: 4px; border-radius: 3px; border: none; background-color: #ece9e9; margin-bottom: 10px; text-align: left; }


/**
* Product List Cards
*/

@media (max-width: 992px) {
	.row.narrow-gap {
		margin-left: -7px;
		margin-right: -7px;
	}
	.narrow-gap .col-1, .narrow-gap .col-2, .narrow-gap .col-3, .narrow-gap .col-4, .narrow-gap .col-5, .narrow-gap .col-6, .narrow-gap .col-7, .narrow-gap .col-8, .narrow-gap .col-9, .narrow-gap .col-10, .narrow-gap .col-11, .narrow-gap .col-12, .col, .narrow-gap .col-auto, .narrow-gap .col-sm-1, .narrow-gap .col-sm-2, .narrow-gap .col-sm-3, .narrow-gap .col-sm-4, .narrow-gap .col-sm-5, .narrow-gap .col-sm-6, .narrow-gap .col-sm-7, .narrow-gap .col-sm-8, .narrow-gap .col-sm-9, .narrow-gap .col-sm-10, .narrow-gap .col-sm-11, .narrow-gap .col-sm-12, .narrow-gap .col-sm, .narrow-gap .col-sm-auto, .narrow-gap .col-md-1, .narrow-gap .col-md-2, .narrow-gap .col-md-3, .narrow-gap .col-md-4, .narrow-gap .col-md-5, .narrow-gap .col-md-6, .narrow-gap .col-md-7, .narrow-gap .col-md-8, .narrow-gap .col-md-9, .narrow-gap .col-md-10, .narrow-gap .col-md-11, .narrow-gap .col-md-12, .narrow-gap .col-md, .narrow-gap .col-md-auto, .narrow-gap .col-lg-1, .narrow-gap .col-lg-2, .narrow-gap .col-lg-3, .narrow-gap .col-lg-4, .narrow-gap .col-lg-5, .narrow-gap .col-lg-6, .narrow-gap .col-lg-7, .narrow-gap .col-lg-8, .narrow-gap .col-lg-9, .narrow-gap .col-lg-10, .narrow-gap .col-lg-11, .narrow-gap .col-lg-12, .narrow-gap .col-lg, .narrow-gap .col-lg-auto, .narrow-gap .col-xl-1, .narrow-gap .col-xl-2, .narrow-gap .col-xl-3, .narrow-gap .col-xl-4, .narrow-gap .col-xl-5, .narrow-gap .col-xl-6, .narrow-gap .col-xl-7, .narrow-gap .col-xl-8, .narrow-gap .col-xl-9, .narrow-gap .col-xl-10, .narrow-gap .col-xl-11, .narrow-gap .col-xl-12, .narrow-gap .col-xl, .narrow-gap .col-xl-auto, .narrow-gap .col-xxl-1, .narrow-gap .col-xxl-2, .narrow-gap .col-xxl-3, .narrow-gap .col-xxl-4, .narrow-gap .col-xxl-5, .narrow-gap .col-xxl-6, .narrow-gap .col-xxl-7, .narrow-gap .col-xxl-8, .narrow-gap .col-xxl-9, .narrow-gap .col-xxl-10, .narrow-gap .col-xxl-11, .narrow-gap .col-xxl-12, .narrow-gap .col-xxl, .product .narrow-gap .col-xxl-auto {
		padding-left: 7px;
		padding-right: 7px;
	}
}

.product-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -1rem;
	justify-content: flex-start;
	margin-right: -4rem;
}

.product-list .no-results {
	padding: 1rem;
}

.product-card {
	position: relative;
	display: flex;
	align-items: stretch;
	padding: .5rem;
	margin-bottom: 2rem;
	border-radius: .3rem;
	border: 1px solid #ebebeb;
	overflow: hidden;
}


.product-card {
	flex: 0 0 94%;
    max-width: 94%;
	margin: 10px;
}

@media(min-width: 768px) {
	.product-card.col-6 {
		flex: 0 0 47%;
		max-width: 47%;
	}
}

@media (min-width: 1001px) {
	.product-card.col-lg-4 {
		flex: 0 0 30%;
		max-width: 30%;
	}
}




.product-card > div {
    width: 100%;
	display: flex;
}

.product-card a {
	text-decoration: none;
}

.product-card-inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.product-card-img {
	margin-bottom: 1rem;
	background-color: #f2f2f2;
}

.product-card-img a {
	display: block;
}

.product-card-img img {
	--aspect-ratio: 1 / 1;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
}

.product-card-img img.bic-left {
	width: 70px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 10px;
	z-index:100;
}

.product-main-image img.bic-left {
	height: auto;
    width: 150px;
    top: 17px;
    object-fit: contain;
    position: absolute;
    left: 33px;
}

@media only screen and (max-width: 480px) {
  /* Styles for typical smartphones */
  	.product-card-img img.bic-left {
		width: 55px;
        top: 5px;
        left: 5px;
	}

	.product-main-image img.bic-left {
		width: 85px;
		left: 33px;
	}
}

.bic-right,
.bic-left {
	z-index: 8;
}

.product-card-img img.bic-right {
	width: 70px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 10px;
	z-index: 8;
}

.product-main-image img.bic-right {
	height: auto;
    width: 150px;
    top: 17px;
    object-fit: contain;
    position: absolute;
    right: 184px;
}


@media (min-width: 360px) {
  	.product-card-img img.bic-left {
		width: 25%;
        top: 10px;
        left: 10px;
	}
  	.product-card-img img.bic-right {
		width: 25%;
        top: 5px;
        right: 5px;
	}

	.product-main-image img.bic-left {
		width: 25%;
		left: 33px;
	}
	.product-main-image img.bic-right {
		width: 25%;
		right: 35px;
	}
}

@media (min-width: 576px) {
  	.product-card-img img.bic-left {
		width: 25%;
        top: 10px;
        left: 10px;
	}
  	.product-card-img img.bic-right {
		width: 25%;
        top: 5px;
        right: 5px;
	}

	.product-main-image img.bic-left {
		width: 25%;
		left: 33px;
	}
	.product-main-image img.bic-right {
		width: 25%;
		right: 35px;
	}
}

@media (min-width: 640px) {
  	.product-card-img img.bic-left {
		width: 25%;
        top: 10px;
        left: 10px;
	}
  	.product-card-img img.bic-right {
		width: 25%;
        top: 5px;
        right: 5px;
	}

	.product-main-image img.bic-left {
		width: 25%;
		left: 33px;
	}
	.product-main-image img.bic-right {
		width: 25%;
		right: 35px;
	}
}

@media (min-width: 768px) {
  	.product-card-img img.bic-left {
		width: 25%;
        top: 10px;
        left: 10px;
	}
  	.product-card-img img.bic-right {
		width: 25%;
        top: 5px;
        right: 5px;
	}

	.product-main-image img.bic-left {
		width: 20%;
		left: 5%;
	}
	.product-main-image img.bic-right {
		width: 20%;
        right: 5%;
	}
}

@media (min-width: 992px) {
  	.product-card-img img.bic-left {
		width: 25%;
        top: 10px;
        left: 10px;
	}
  	.product-card-img img.bic-right {
		width: 25%;
        top: 5px;
        right: 5px;
	}

	.product-main-image img.bic-left {
		width: 14%;
		left: 5%;
	}
	.product-main-image img.bic-right {
		width: 14%;
        right: 5%;
	}
}

.enquire-shortlist-btns {
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    align-items: stretch;
}

.enquire-shortlist-btns a {
	width: 45% !important;
}

.hire-before-buy{
	text-align: center;
    background-color: #000000;
    color: #ffffff;
    padding: 2rem;
}

.hire-before-buy .hbb-title{
	font-size: 2.5rem;
    font-weight: 600;
}

.hire-before-buy .hbb-text{
	font-size: 1.4rem;
    margin-bottom: 1rem;
}

/* .related-products .row{
	justify-content: center;
} */


.related-products .product-card .product-card-price a {
    text-decoration: none;
	color:#333333;
}

.related-products .product-card a.enquire-link {
    text-decoration: underline;
	color:#333333;
}

@media (min-width: 1200px) {
	.related-products .col-xl-2{
		flex: 0 0 20%;
		max-width: 20%;    
	}
}

.related-products h6{
	color: #333333;
}

ul.no-dots {
    list-style: none;
    padding-left: 15px;
}

li.checked::before {
    content: "✔";  /* Unicode checkmark */
    color: #d81f28;
    margin-right: 8px;
}



.product-card-text {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.product-card .tags {
	position: absolute;
	top: 5%;
	left: 0;
	pointer-events: none;
}

.product-card .tag {
	padding: .4rem .6rem;
	color: white;
	font-size: .8rem;
	font-weight: 600;
	border-radius: 0 .2rem .2rem 0;
	background-color: #6f6f6f;
	margin: 0 .2rem .2rem 0;
	pointer-events: all;
}

.product-card .tag.sale {
	background-color: var(--red);
}

.product-card .tag.new {
	background-color: var(--primary);
}

.product-card .tag.sold {
	display: inline-block;
	background-color: var(--red);
}

.product-card h5 {
	font-size: 1rem;
	text-transform: initial;
	color: #303030;
}

.product-card p {
	color: #7b7b7b;
	font-weight: 500;
	margin-bottom: 2rem;
	font-size: .7rem;
}
.product-card .product-card-price {
	display: flex;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
	background-color: var(--primary);
	border-radius: .25rem;
	color: #fff;
	padding: .4rem;
	margin-top: auto;
}

.product-card .product-card-price > a {
	font-weight: 600;
}

.product-card .product-card-price .price-now {
	font-size: 1rem;
	font-weight: bold;
	flex: 1;
	text-align: center;
	letter-spacing: .05rem;
	margin-bottom: 1rem;
}

.product-card .product-card-price .btn {
	padding: .4rem 1rem;
	width: 100%;

	display: flex;
    justify-content: center;
    align-items: center;
}

.feat-prods .product-card {
	padding: 0;
}


.feat-prods .product-card:hover .product-card-img img {
	scale: 1.4;
}

.feat-prods .product-card-img {
	margin: 1rem;
	overflow: hidden;
}
.feat-prods .product-card-img img {
	transition: .3s;
}

.feat-prods  .product-card-text > * {
	padding: 0 1rem;
}

.feat-prods .product-card .product-card-price {
	background-color: transparent;
	margin: 0;
	text-align: center;
}

.feat-prods .product-card-text {
	justify-content: space-between;
	background-color: #f2f3f8;
	padding-top: 15px;
}

.feat-prods .product-card p {
	font-size: .8rem;
}

.feat-prods .slick-next {
	right: -40px
}

.feat-prods .slick-prev {
	left: -40px;
}

.feat-bottom-btn {
	display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
	align-items: stretch;
}

.feat-bottom-btn a:first-child {
	background-color: var(--secondary);
}

.feat-bottom-btn a:last-child {
	background-color: var(--primary);
	padding: 10px 0 !important;
}

.feat-bottom-btn a {
	border-radius: 0;
	width: 50% !important;
	font-size: 12px;
    line-height: 1;
    padding: 5px 0;
    color: #fff;
	text-transform: uppercase;
}

.feat-prods .product-card .product-card-price {
	padding: 0;
}

.feat-prods .product-card .product-card-price .text-center a {
	color: #212024;
	text-decoration: none;
	font-weight: 700;
	padding: 15px 10px;
	font-size: 15px;
	display: block;
}


@media (min-width: 768px) {
	.product-card {
		padding: 1rem;
	}
	.product-card h5 {
		font-size: 1.4rem;
	}
	.product-card p {
		font-size: 1rem;
	}
	.product-card .product-card-price .price-now {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.product-card .product-card-price {
		flex-direction: row;
	}
	
	.feat-prods .product-card .product-card-price {
		flex-direction: column;
	}

	.product-card .product-card-price .btn {
		padding: .4rem 1rem;
		width: auto;
	}
}


/**
* Product Page Layout
*/

.product {
	margin-bottom: 3rem;
}

.available { color: var(--green); }
.outofstock,
.soldout { color: var(--red); }

@media (min-width: 576px) {
	.product h1 {
		font-size: 1.8rem;
	}
}

.product .price-label {
	font-weight: 300;
	font-size: .9rem;
}

.product .price-was {
	text-decoration: line-through;
	color: var(--danger);
	font-size: 1.3rem;
	font-weight: 500;
}

.product .price-now {
	font-weight: 600;
	letter-spacing: .05rem;
	font-size: 1.4rem;
}

/*.product-availability,
.product-type {
	font-size: .8rem;
	letter-spacing: .05rem;
	text-transform: uppercase;
	text-align: center;
}*/

/*.product-availability {
	font-weight: bold;
}*/

.product-spec {
	padding: 1rem;
	background-color: #e9e9e9;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}


/* Product Big Image */

@media (min-width: 1200px) {
	.product-right {
		position: -webkit-sticky;
		position: sticky;
		top: 1rem;
		align-self: flex-start; /* <-- this is the fix */
	}
}

.product-gallery {
	max-width: 1200px;
	margin: 0 auto;
	background: white;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
	gap: 20px;
	padding: 20px;
}

.product-main-image {
	flex: 2;
	position: relative;
	background: transparent;
	border-radius: 8px;
	overflow: hidden;
	max-width: 100%;
}

.product-info {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(46, 204, 113, 0.9);
	color: white;
	padding: 10px 20px;
	border-radius: 25px;
	font-weight: bold;
	font-size: 18px;
}

@media (max-width: 768px) {
	.product-gallery {
		flex-direction: column;
		padding: 15px;
	}

}

/* Product Tabbed Content */

.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-link {
	font-weight: 600;
	text-transform: uppercase;
	transition: all .2s;
	color: var(--secondary);
	border: 0;
	margin-right: .3rem;
	margin-bottom: -1px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	background-color: #efefef;
	color: var(--secondary);
}

.tab-content {
	background-color: #efefef;
}

.tab-content {
	padding: 2rem 1.5rem;
}

.tab-content > .tab-pane *:last-child {
	margin-bottom: 0;
}

.tab-content li {
	display: block;
	width: 100%;
	position: relative;
	list-style: none;
	padding: .4rem 1rem;
}

.tab-content li ul {
	padding-left: .5rem;
}

.tab-content li li {
	width: 100%;
}

.tab-content li::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url('../../images/li-tick.png') no-repeat;
	transform: translate(-150%, 15%);
}

.tab-content li li::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../../images/li-dot.png') no-repeat;
	transform: translate(-150%, 37%);
}

@media (min-width: 1200px) {
	.tab-content li {
		display: inline-block;
		width: 33%;
		vertical-align: top;
	}

	.tab-content li li {
		width: 100%;
	}
}

/* Product Specs Table */

.spec-tab .table:not(:last-child) {
	margin-bottom: 4rem;
}

.spec-tab th {
	max-width: 300px;
}

@media (min-width: 1200px) {
	.spec-tab th {
		width: 300px;
	}
}

@media (min-width: 1200px) and (min-height: 500px) { /* must match the query for the sticky header */
	.tab-content thead {
		position: sticky;
		top: 150p x10px; /* must factor in sticky header on site */
	}
}

/**
* Refinement Filters
*/

.refine-column {
	font-size: .9rem;
}

.refine > div {
    margin-bottom: 2.5rem;
    padding: 1rem;
    box-shadow: var(--product-box-shadow);
    border-radius: var(--product-border-radius);
    background-color: var(--product-bg-color)
}

.product-options label {
    font-weight: 700;
    padding: 5px 0 0 5px
}

.refine .filterHead {
    font-weight: 700;
    font-size: 1rem;
    padding: 5px 0 0 5px;
    background: #ece9e9
}

.refine .filterHead:after {
    content: '\2212';
    color: var(--primary);
    font-weight: 800;
    float: right;
    margin-right: 10px;
    font-size: 16px
}

.refine .filterHead.active:after {
    content: "\002B"
}

.refine .filterSect {
    margin-bottom: 2rem;
    border: 1px #cfcfcf solid
}

.refine .filterSect label {
    margin: 0;
    padding-left: .4rem
}

.refine .filterOpts {
    padding: 5px
}

.refine .filterSubmit {
    padding-top: .6rem;
    display: flex;
    align-items: center
}

.refine .button-filter-clear {
    margin-left: .6rem
}

.refine .button {
    font-size: .8rem;
    text-transform: uppercase;
    padding: .2rem 1rem
}

.refine .input-group {
    flex-wrap: nowrap;
    align-items: flex-start
}

.refine .input-group input {
    margin-top: .3rem
}

@media (min-width: 992px) {
    .refine-column {
        padding: 1rem;
        height: calc(100vh - 2rem);
        position: sticky;
        overflow-y: scroll;

		position: -webkit-sticky;
		top: 1rem;
    }
}

@media (min-width: 1000px) {
	.refine-btn,
	.refine-close {
		display: none;
	}
}

@media (max-width: 1000px) {
	.refine-overlay {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: -10000px;
		opacity: 0;
		background-color: rgba(0,0,0,0.9);
		transition: opacity .3s, left 0s ease .3s;
		z-index: 15;
	}
	.refine-overlay.visible {
		left: 0;
		opacity: 1;
		transition: opacity .3s, left 0s ease 0s;
	}
	.refine-btn {
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		text-transform: uppercase;
		z-index: 14;
		padding: 1rem;
		text-align: center;
	}
	.refine-btn .btn {
		font-weight: bold;
		letter-spacing: .05rem;
		width: 100%;
		max-width: 400px;
	}
	.refine {
		position: fixed;
		height: 100vh;
		width: 100vw;
		max-width: 90%;
		top: 0;
		left: -10000px;
		overflow: scroll;
		opacity: 0;
		padding: 1.5rem;
		background-color: rgba(255,255,255,0.95);
		transition: opacity .3s, left 0s ease .3s;
		z-index: 15;
	}
	.refine.visible {
		left: 0;
		opacity: 1;
		transition: opacity .3s, left 0s ease 0s;
	}
	.refine-close {
		position: absolute;
		top: 0;
		right: 0;
	}
}

@media (min-width: 1200px) {
	.refine-column {
		padding-top: 4.5rem;
	}
}



/* CART v2 STYLING */

.c_div			{/* overflow: hidden;*/ margin-bottom: 4rem; }
.c_div table	{ width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
.c_div > #shopping {
	display: none;
}
/* Cart Summary / List of Items */
.cart th {
	color: var(--cartColourTextLight);
	font-weight: inherit;
	font-size: .7rem;
}
.cart tr:nth-child(odd) td	{
	background: var(--cartColourBackground);
}
.cart tr:nth-child(even) td	{
	background: var(--cartColourBackgroundAccent);
}
.cart th		{ padding: 3px 5px; border-bottom: 1px solid var(--cartColourAccent); }
.cart td		{
	padding: .8rem .3rem;
	height: 70px;
	color: var(--cartColourText);
}
td.c_del		{ width: 20px; padding: 3px 5px 3px 10px; }
td.c_del a		{ background: url("../../images/remove.png") no-repeat top left; display: inline-block; width: 20px; height: 20px; }
td.c_del a:hover,
td.c_del a:focus	{ background-position: bottom left; }
.c_img			{ width: 70px; }
.c_img img		{ width: auto; max-width: 70px !important; height: auto; }
.c_part			{ display: block; color: #777777; font-size: 10px; }
.c_unit			{ width: 60px; text-align: center; }
.c_qty			{ width: 60px; text-align: center; }
.c_sub			{ width: 70px; text-align: right; }
.c_opt			{ width: 60px; text-align: center; }

/* Totals & Voucher/Shipping */
#c_total {
	text-align: right;
	background: none;
	border-top: 1px solid var(--cartColourAccent);
	padding: 1rem 0 0 0;
}

.c_box {
	flex: 0 0 50%;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	text-align: left;
	font-size: 1rem;
}
.c_box label {
	display: block;
	flex: 0 0 100%;
	font-size: 80%;
}
.c_box .form-control {
	max-width: calc(80% - .5rem);
	flex: 0 0 calc(80% - .5rem);
	margin-right: .5rem;
	font-size: 80%;
}
.c_box .btn {
	flex: 1;
	font-size: 80%;
}
.c_voucher		{ margin-bottom: .5rem; }
.c_shipping		{ margin-bottom: .5rem; }
.c_voucher input[type='text']	{ text-transform: uppercase; width: 200px; }
.c_totals		{
	display: inline-block;
	width: 350px;
	max-width: 100%;
	padding: 1rem;
	margin-bottom: 1rem;
	border-top: 1px solid var(--cartColourAccent);
	border-bottom: 1px solid var(--cartColourAccent);
}
.c_totals span {
	width: 95px;
	display: inline-block;
	vertical-align: top;
}
.c_freight span span {
	font-size: .7rem;
}
.c_total		{ display: block; font-size: 14px; font-weight: bold; color: #444444; }

.c_div input[type='checkbox'] + label { padding-left: .5rem; }

/* Buttons */

.c_qty .form-control,
.c_qty .btn {
	font-size: 80%;
}

.c_div > form:first-child > #c_ecBtn,
.c_div > div > #c_spBtn {
	float: right !important;
	margin-top: -4rem;
}

#c_coBtn,
#c_prBtn {
	float: right !important;
}

@media(max-width: 767px) {
	#c_prBtn {
		float: none !important;
		margin-bottom: 10px;
		padding: 0.6rem 1.2rem;
	}

	.c_div > form:first-child > #c_ecBtn {
		margin-top: -1rem;
        float: left !important;
	}
}

/* Float / Clearfix */
.c_div:after {
	content: "";
	display: table;
	clear: both;
}

/* Steps / Progress Indicator */
#c_steps {
	display: flex;
	margin: 1rem 0;
}
#c_steps span {
	flex: 1 1 auto;
	border-bottom: 6px solid #cfcfcf;
	text-align: center;
	color: #aaa;
	padding: 4px 0;
	margin-bottom: -6px;
}
#c_steps span.active {
	border-bottom: 6px solid #555;
	color: #333;
	font-weight: bold;
}
#c_steps span.done {
	border-bottom: 6px solid #eee;
	color: #ccc;
}

/* Messages */

#c_bigmsg {
    border: 2px dashed #13a6d9;
    width: 70%;
    padding: 10px;
    margin: 0 auto 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

#c_mainmsg {
    background: #efefef;
    width: 60%;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

#c_submsg {
    width: 50%;
    margin: 15px auto;
    text-align: center;
    color: #666666;
}

#c_errmsg {
    background: #db4848;
    color: #ffffff;
    padding: 10px 10px 8px 10px;
    margin: 15px auto;
    text-align: center;
}

#c_mainmsg table {
    text-align: left;
}

#c_mainmsg table td:first-child {
    width: 150px !important;
    font-weight: 600;
}

/* Form (Step 2) */
.c_table label.c_err	{ color: #990000; }

/* ------ NEW STUFF -------------------- */

/* Details Form */
.c_div h2 {
	margin-bottom: 2rem;
	border-bottom: 1px solid var(--cartColourAccent);
	padding-bottom: 1rem;
	text-align: center;
}

#form_detail,
#form_shipping,
#form_payment {
	width: initial!important;
	display: block!important;
	margin-left: 0!important;
	margin-bottom: 2rem;
	padding: 2rem 0;
	background-color: var(--cartColourBackground);
}

.c_table .form-control {
	margin-bottom: 2rem;
}

.c_table th	{
	font-weight: inherit;
	padding-top: .3rem;
}

.c_table tr {
	display: flex;
	flex-direction: column;
}

/* Payment Form Section */
#form_payment {
	margin-bottom: 3rem;
}

/* Payment Options Selection */
.orderPaymentType {
	display: inline-block;
	padding: 0 1rem;
	margin-bottom: .5rem;
}

.orderPaymentType label {
	padding-left: .5rem;
}

#form_payment > table {
	background-color: var(--cartColourBackgroundAccent);
	margin-bottom: 2rem;
}
#form_payment > table th {
	padding: 2rem 2rem 0;
}
#form_payment > table td {
	padding: 1rem 2rem 2rem;
}

/* Payment Detail Boxes */
.payment_detail_boxes {
	padding: 2rem;
	background-color: var(--cartColourBackgroundAccent);
}
.payment_detail_boxes th:empty {
	display: none;
}

/* Credit Card Form */
#c_cc label {
	margin: 0;
}
#c_cc tr {
	display: flex;
	flex-direction: column;
}
#c_cc tr:nth-child(4) td {
	display: flex;
	align-items: center;
}
#c_cc select[name='cart_submit[orderCardExpiryM]'] {
	margin-right: .6rem;
}
#c_cc select[name='cart_submit[orderCardExpiryY]'] {
	margin-left: .6rem;
}
#c_cc .c_table tr {
	display: flex;
	flex-direction: column;
}
/* CVV Help (Credit card help) */
#c_cvvhelp {
	padding-left: 8px;
}
#c_cvvhelp a {
	font-size: .8rem;
}
#c_cvvhelpbox {
	top: -140px;
	left: 60px;
	line-height: 0;
	z-index: 50;
	box-shadow: .4rem .4rem .9rem rgba(0,0,0,0.3);
	border-radius: .8rem;
	width: 250px;
}
/* Accepted Cards Images */
.c_cards img {
	vertical-align: middle;
	margin: 0 1px;
}

/* Payment Type Selection */

span.orderPaymentType {
    display: block;
    margin: 1px;
}

span.orderPaymentType input {
    vertical-align: text-top;
}

label.orderPaymentType {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    line-height: 2em;
    padding: 5px 10px;
}

label.orderPaymentType:hover {}

input.orderPaymentType:checked+label {}

span.orderPaymentType {
    display: block;
    margin: 0;
    border: 1px solid;
    background-color: #fff;
    border-color: #ccc;
    line-height: 2.2;
    padding: 8px;
    border-spacing: 0;
}

.c_table label {
    font-weight: bold;
}

#form_payment>.c_table {
    width: 100%;
    border: 0;
    background: none;
    padding: 0;
    margin-bottom: -5px;
}

.payment_detail_boxes {
    margin-left: 2px;
}

.payment_detail_boxes .c_table {
    background-color: #f5f5f5;
}

.selector {
    background: #efefef;
    padding: 1px 0 5px 10px;
}

.shippingmethod {
    position: relative;
    display: inline-block;
}

.shippingmethod select {
    font-size: 16px;
    padding: 5px;
}

.shippingmethod input[type='submit'] {
    background: #3bc131;
    color: #fff;
    box-shadow: none;
    display: inline;
    padding: 0 20px;
    font-size: 15px;
    height: 30px;
    border: 0;
}

.shippingmethod input[type='submit']:hover {
    background: #454545;
    box-shadow: none;
    display: inline;
    padding: 0 20px;
    font-size: 15px;
    height: 30px;
    border: 0;
}

.zipMoneyCartPaymentWidget {
    width: 100%;
    border: 1px solid;
    background-color: #f5f5f5;
    border-color: #ccc;
    padding: 5px;
}

.orderPaymentType .ZP img {
    height: 30px;
}

/* Styling for the table */
.DirectDepositTable {
    width: 100%; /* Takes the full width of its container */
    border-collapse: collapse; /* Removes the space between the cells */
	table-layout: fixed;
}

.DirectDepositRow {
    display: table-row!important; /* reset to default table row display property */
}

/* Styling for each row */
.DirectDepositRow td {
    padding: 8px; /* Adds some padding to each cell */
    vertical-align: top; /* Aligns content to the top of the cell */
}

/* Styling for the first column (td) of each row */
.DirectDepositRow td:first-child {
    width: 150px!important; /* Fixed width */
    font-weight: bold; /* Makes the text bold */
}

/* Styling for the second column (td) of each row */
.DirectDepositRow td:last-child {
    padding-left: 20px; /* Adds some extra space to the left of the content */
}

input[name="cart_submit[orderCardName]"],
input[name="cart_submit[orderCardNumber]"] {
    width: 350px !important;
}

#cart_main {
	display: none;
}

#cart_mobile {
	display: table;
}

@media(min-width: 800px) {
	#cart_main {
		display: table;
	}

	#cart_mobile {
		display: none;
	}	
}

/**
 * Lower Contact Message
 */

#contact { clear: both; width: auto; margin: 20px auto; color: #000000; font-size: 14px; text-align: center; }
#contact a { color: #ffffff; text-decoration: none; }


/**
 * Social Icons
 */

.social-icon {
	padding: .3rem;
}


/**
 * Contact Page
 */

#contactform #contact_thanks { padding: 15px; margin: 0 auto; width: 100%; text-align: center; border: 1px solid var(--cartColourBackgroundAccent); background: var(--cartColourBackground); }

#contactpage {
	/* background-color: var(--cartColourBackground); */
	margin-bottom: 4rem;
}

.maps {
	margin-top: 2rem;
	height: 300px;
}

.maps iframe {
	height: 100%;
}

iframe {
    width: 100%;
    border: none;
}

#contact-us iframe {
    height: 400px;
    padding-top: 40px;
}

/**
* Site Forms
*/

.form .error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.form {
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	background-color: var(--cartColourBackground);
	max-width: 700px;
	margin: 0 auto;
}

.form p {
	width: 100%;
}

.form .form {
	padding: 0;
}

.form > div {
	flex: 0 0 100%;
	margin-bottom: 1rem;
}

/* Submit button has a submit text label, hide it */
.form > div:last-of-type label {
	display: none;
	visibility: hidden;
	pointer-events: none;
}

.form .form-control {
	margin-bottom: 2rem;
}

#contactpage .form .form-control {
	margin-bottom: 0;	
}

#contactpage > form {
	padding-top: 25px;
	padding-bottom: 25px;
}

/* 
* Thirds Banner
*/


/* Socials & Resources Section Styles */
.socials-resources-section {
	background-color: #f4f4f4;
	padding: 60px 0;
}

.container {
	width: 100%;
/*	max-width: 1200px;*/
	margin: 0 auto;
	padding: 0 20px;
}

.section-title {
	text-align: left;
	margin-bottom: 40px;
	color: var(--primary);
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.socials-resources-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.socials-resources-column {
	flex: 1;
	min-width: 300px;
}

.resource-box {
	background-color: white;
	border-radius: 0;
	padding: 80px 20px;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.socials-resources-column .resource-box:first-child {
	background-color: var(--secondary);
}

.socials-resources-column .resource-box:last-child {
	background-color: var(--primary);
    background-image: url(../../images/Roo-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


#home_page_videos {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

#fb_likebox_container {
    width: 49%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: top;
}

#fb_likebox_container iframe {
    height: 579px!important;
}

#home_page_videos iframe {
	height: 631px !important;
}

.fb_feed_header {
    width: 375px;
    padding-left: 0;
    margin-left: 1px;
    margin-bottom: -75px;
    position: relative;
    z-index: 1;

}


.socials-resources-column .resource-box * {
	color: #fff;
}

.resource-title {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.resource-description {
	color: #666;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.resource-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ff0000;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition: all 0.3s ease;
	border: 2px solid #ff0000;
}

.resource-button:hover {
	background-color: white;
	color: #ff0000;
	border-color: #ff0000;
}

.social-box {
	background-color: white;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.social-icon {
	/* font-size: 50px; */
	/* margin-bottom: 20px; */
}

.youtube-icon {
	color: #ff0000;
}

.facebook-icon {
	color: #3b5998;
}

.social-title {
	color: #333;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

@media (max-width: 768px) {
	.socials-resources-column {
		flex: 100%;
	}

	#home_page_videos,
	#fb_likebox_container {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	

	.fb_feed_header {
		display: none;
	}
}


@media (max-width: 1025px) {
	.resource-box {
		padding: 80px 25px;
	}
}


/**
* Blog Sidebar
* Post List Categories, Tag Cloud, & Popular Posts List
*/

.post-list-categories,
.post-list-tag-cloud,
.post-list-popular-posts {
	margin-bottom: 3rem;
}

.post-list-category,
.post-list-tag {
	margin-right: .4rem;
	margin-bottom: .4rem;
}

.post-list-popular-post {
	display: block;
	margin-bottom: .4rem;
}


/**
* Blog Post List View
*/

.articles.blog {
	background-color: #fff;
	padding: 50px 0 4rem;
}

.post-list-item {
	padding: 1rem 1rem 0;
	display: flex;
	align-items: stretch;
}

.post-list-item a {
	position: relative;
	color: inherit;
	text-decoration: none;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	box-shadow: 0 0 .6rem rgba(0,0,0,0.15);
	border-radius: .35rem;
	overflow: hidden;
	transition: all .2s;
	z-index: 1;
}

.post-list-item a:hover,
.post-list-item a:focus {
	text-decoration: none;
	transform: scale3d(1.1,1.1,1.1);
	box-shadow: .35rem .35rem 1rem rgba(0,0,0,0.1);
	z-index: 3;
}

.post-list-item img {
	--aspect-ratio: 4.5 / 2.5;
	aspect-ratio: 4.5 / 2.5;
	width: 100%;
	object-fit: cover;
}

.post-list-item .post-item-text {
	padding: 1.5rem;
	font-size: .85rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.post-list-item h3 {
	color: #d81f28;
	/* font-family: var(--font-base); */
	font-size: 18px;
	font-weight: 600;
}

.post-list-item .post-item-read-more {
	font-weight: 600;
	color: var(--primary);
	margin-top: auto;
}


/**
* Blog Post Article View
*/

article.blog-post {
	margin-bottom: 1rem;
}

.post-image img {
	width: 100%;
	object-fit: contain;
	height: 600px;
}

.post-inner {
	margin: 0 auto;
	max-width: 60rem;
}

article.blog-post h1 {
	padding-top: 2rem;
	font-size: 25px;
}

.post-author {
	padding: 1.5rem 0;
	margin-bottom: 1rem;
/*	border-top: 1px solid var(--green);*/
	border-bottom: 1px solid var(--secondary);
`}

.post-share {
	padding-bottom: 1.5rem;
	padding-left: .3rem;
	margin-bottom: 2rem;
	vertical-align: middle;
	font-size: .9rem;
}

.post-share strong {
	padding-right: 1.5rem;
}

.post-share-end {
	border-top: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.post-next-article {
	padding-left: .3rem;
	font-size: 1.2rem;
/*	font-weight: bold;*/
}

.post-comments-link {
	padding-left: .3rem;
	padding-top: 1rem;
	font-weight: bold;
}

.post-article p {
	line-height: 1.7;
	margin-bottom: 1.65rem;
}

.post-article .full-width-image {
	margin-bottom: 3.5rem;
}

.post-article .full-width-image img {
	margin-left: -2rem;
	margin-right: -2rem;
	width: calc(100% + 4rem);
	max-width: initial;
}

article.blog-post blockquote {
	padding: .8rem 1.4rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 3.5rem;
	border-left: 10px solid #eee;
}

article.blog-post blockquote *:last-child {
	margin-bottom: 0;
}

/* Blog/Post Comments */
.post-comments {
	max-width: 60rem;
	margin: 0 auto;
	margin-bottom: 4rem;
	border-top: 4px solid var(--green);
	padding: .3rem;
	padding-top: 4rem;
}

.post-comment p {
	margin-bottom: .4rem;
}

.post-comment header {
	font-size: .9rem;
}

.post-comment-name,
.post-comment-name a {
	font-weight: bold;
	color: inherit;
}

.post-comment-date {
	color: #999;
}

.post-comment-avatar div {
	width: 45px;
	height: 45px;
	background-color: #ccc;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 50rem;
	line-height: 45px;
	margin-right: 1rem;
}

.post-comment-replies {
	color: #666;
	font-size: .9rem;
	margin-top: 1.5rem;
	margin-left: 1rem;
	flex: 0 0 auto;
}

@media (min-width: 1200px)
{
	.post-comment-replies {
		margin-left: 4rem;
	}
}

.post-comment-form {
	margin-bottom: 2rem;
	padding-bottom: 4rem;
	border-bottom: 4px solid var(--green);
}


/**
* Site Footer
*/

footer.main {
	background: #1a1a1a url('../../images/footer-bg.jpg') no-repeat;
	background-size: cover;
	padding: 6rem 0 6rem 0;
	color: #fff;
}

footer.main ul a {
	 text-transform: uppercase;
}

footer.main a:not(.btn):not(.social-icon):not(:hover):not(:focus) {
	color: inherit;
}

footer.main .contact-bar {
	background-color: #303030;
	padding: 2rem 0;
	margin-bottom: 6rem;
}

footer.main .contact-bar a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

footer.main .contact-bar i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border-radius: 50rem;
	margin-right: .8rem;
	background-color: var(--primary);
	color: #fff;
	transition: all .2s;
}

footer.main .contact-bar a:hover i,
footer.main .contact-bar a:active i {
	background-color: #fff;
	text-decoration: none;
	color: var(--primary);
}

.contact-bar strong {
	margin-right: .5rem;
}

footer.main h3 {
	font-size: 21px;
	text-transform: initial;
}

footer.main a:hover,
footer.main a:focus {
	color: var(--primary);
}

footer.main a.social-icon {
	background-color: #fff;
	color: #303030;
}

footer.main a.social-icon:hover,
footer.main a.social-icon:focus {
	background-color: var(--primary);
	text-decoration: none;
	color: var(--light);
}

/* Footer Quick Menu */

footer.main .quick-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer.main .quick-menu li {
	display: block;
	margin: 0 0 1rem 0;
	padding: 0;
	line-height: 1.2;
}

/* Horizontal Footer Quick Menu */

footer.main .quick-menu.horizontal ul {
	margin-left: -.8rem;
	margin-right: -1rem;
}

footer.main .quick-menu.horizontal li {
	display: inline-block;
	padding: 0 1rem 0 .8rem;
}

footer.main .quick-menu.horizontal li:not(:last-child) {
	border-right: 1px solid #777;
}

/* Footer Legal Notices */

footer.main .legal {
	font-size: .8rem;
	color: #a3a3a3;
}

footer.main .legal a:hover,
footer.main .legal a:hover {
	color: var(--primary);
}

.youtube-section {
	text-align: center;
}

.youtube-section .subtitle {
	margin: 40px 0 15px 0;
}

footer.main .youtube-section .description a {
	color: var(--primary) !important;
}


/* Refine Column */

a.filter-group-title {
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 0 1rem;
}

.filter-group:not(:first-child) a.filter-group-title {
	border-top: 1px solid #eee;
}

a.filter-group-title * {
	margin-bottom: 0;
}

a.filter-group-title h6 {
	font-size: .8rem;
	font-weight: 600;
}

a.filter-group-title:hover,
a.filter-group-title:focus {
	text-decoration: none;
}

a.filter-group-title:not(.collapsed) .fa-angle-down {
	transform: scaleY(-1);
}

.filter-group-feedback {
	margin-left: auto;
	padding: 0 .5rem 0 2rem;
	font-size: 80%;
	color: var(--gray);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.filter-options {
	padding: 1rem 0 2.5rem;
}



/* Checkbox Options */

.form-check-label {
	cursor: pointer;
	transition: all .2s;
}

/* Swatch Options */

.swatches {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.6rem;
	margin-right: -.6rem;
}

.swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #efefef;
	outline: 2px solid transparent;
	font-size: .8rem;
	line-height: 1.2;
	border-radius: .3rem;
	border: 1px solid #eee;
	overflow: hidden;
}

.swatches img {
	position: relative;
	display: block;
	object-fit: cover;
	width: 100%;
}

.swatches img:before { /* Positions the alt title if image fails */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.swatches .form-check {
	flex: 0 0 100%;
	padding: 0 .6rem 1.2rem;
}

.swatch:hover,
.swatch:focus {
	outline: 2px solid var(--primary);
}

.form-check-input:checked + .swatch,
.form-check-input:checked + .form-check-label .swatch {
	outline: 2px solid var(--danger);
}

/* Colour Swatches */

.colour-swatch {
	width: 100%;
	width: 2rem;
	margin-right: .5rem;
	flex: 0 0 2rem;
}

.colour-swatches .form-check {
	flex: 0 0 14.285714%;
	flex: 0 0 33.3333%;
}

.colour-swatches .form-check-label {
	display: flex;
	align-items: center;
	font-size: .8rem;
	line-height: 1.2;
}

/* Image Swatches */

.image-swatch {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.image-swatches .form-check {
	flex: 0 0 33.3333%;
}

.image-swatches img {
	position: relative;
	display: block;
	object-fit: contain;
	--aspect-ratio: 4 / 2;
	aspect-ratio: 4 / 2;
	width: 100%;
}


/* Range Slider Input */

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.separator {
	width: 40px;
	height: 100%;
	display: flex;
	font-size: 19px;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.range-slider-visual {
	height: 5px;
	position: relative;
	background: #ddd;
	border-radius: 5px;
}

.range-slider-visual .progress {
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 5px;
	background: var(--primary);
}

.range-slider {
	position: relative;
}

.range-slider input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	padding: 0;
	border: none;
	background: none;
	pointer-events: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
	height: 17px;
	width: 17px;
	border-radius: 50%;
	background: var(--primary);
	pointer-events: auto;
	-webkit-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
	height: 17px;
	width: 17px;
	border: none;
	border-radius: 50%;
	background: var(--primary);
	pointer-events: auto;
	-moz-appearance: none;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"].form-control:focus {
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
	outline: 3px solid #053a5f33;
}

input[type="range"]:focus::-moz-range-thumb {
	outline: 3px solid #053a5f33;
}

.range-slider-values {
	pointer-events: none;
}






















/* Drawer */

.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--overlayColour);
	background-color: var(--dark);
	opacity: 0;
	z-index: 91;
	transition: opacity .3s ease;
	visibility: hidden;
}

.drawer-overlay.visible {
	opacity: .8;
	visibility: visible;
}

.drawer {
	position: fixed;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	width: 500px;
	max-width: 95%;
	height: 100%;
	background-color: var(--drawerColourBackground);
	box-shadow: 0 0 2rem -1rem rgba(0,0,0,1);
	z-index: 92;
	overflow: hidden;
	transition: opacity .3s ease, transform .3s ease;
}

.drawer.left {
	left: 0;
	transform: translateX(-110%);
}

.drawer.right {
	right: 0;
	transform: translateX(110%);
}

.drawer.visible {
	transform: translateX(0);
}




.drawer-header {
	padding: 2rem 1.5rem;
	border-bottom: 1px solid #eee;
}

.drawer-title {
	line-height: 1;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.2rem;
}

.drawer-footer {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-top: 1px solid #eee;
}

.drawer-content {
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
	padding: 1.5rem 3rem;
}

.drawer-footer .btn {
	flex: 0 0 calc(50% - .5rem);
}

@media (min-width: 992px) {
	.drawer-header,
	.drawer-content,
	.drawer-footer {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}



/**
* Drawer Styling
* Menu, Fancy Cart, and other stuff
*//*

.drawer-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--overlayColour);
	opacity: 0;
	z-index: 91;
	transition: opacity .3s ease;
	visibility: hidden;
}

.drawer-overlay.visible {
	opacity: 1;
	visibility: visible;
}

.drawer {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	transform: translateX(-110%);
	width: 350px;
	max-width: 95%;
	height: 100%;
	background-color: var(--drawerColourBackground);
	color: var(--drawerColourText);
	box-shadow: 0 0 2rem -1rem rgba(0,0,0,1);
	z-index: 91;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: opacity .3s ease, transform .3s ease;
}

.drawer.visible {
	transform: translateX(0);
}

.drawer-header {
	border-bottom: 1px solid var(--drawerColourAccent);
	padding: .8rem .5rem;
	margin: 0 .5rem;
}

.drawer-header .drawer-title {
	margin: 0;
	color: var(--drawerColourText);
	font-weight: 300;
	letter-spacing: 1px;
}

.drawer-header .drawer-close {
	color: var(--drawerColourText);
	font-size: 130%;
	padding: 0 .8rem;
}

.drawer-content {
	overflow: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
	padding-bottom: 3rem;
}

*/
/**
 * Drawer Menu
 */

.drawer nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.drawer nav div {
	display: flex;
}

.drawer nav a {
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto;
	color: var(--drawerColourLink);
	border-bottom: 1px solid var(--drawerColourAccent);
	text-decoration: none;
	font-size: .9rem;
	letter-spacing: 1px;
}

.drawer nav > ul > li:last-child > div > a {
	border-bottom: 0;
}

.drawer nav a span {
	display: inline-block;
	padding: .8rem 1rem .8rem 0;
}

.drawer nav ul li .toggler {
	display: flex;
	align-items: center;
	padding: 0 1.2rem;
	font-size: 120%;
	border-left: 1px solid var(--drawerColourAccent);
	cursor: pointer;
}

.drawer nav ul li ul .toggler {
	border-left: transparent;
	background-color: transparent;
	font-size: 100%;
}

.drawer nav li ul li a span {
	padding: .8rem 0 .8rem 1.6rem;
}

.drawer nav li ul li ul li a span {
	padding-left: .8rem 0 .8rem 2.5rem;
}

/* Submenu (Closed State) */
.drawer nav li ul {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.5s ease-out, opacity .2s ease-out;
}

/* Submenu (Open State) */
.drawer nav li ul.visible {
	max-height: 3000px;
	opacity: 1;
}


/**
 * Debug
 */

#debug {
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background: #cfdaff;
    border-top: 12px solid #c4d2ff;
    border-bottom: 12px solid #c4d2ff;
}

#debug h1 {
    border: none;
    color: #001b51;
    text-transform: none;
    text-decoration: none;
}

#debug pre {
    color: #000d27;
}

#OzPostContainer {
	flex-direction: column;
}
#OzPostContainer h3 {
	width: 85%;
}

#OzPostContainer > .FormInput {
	width: 40%;
}

#SubmitQuoteForm,
#c_poBtn,
#c_frBtn {
	width: 179px;
    height: 40px;
}


.FormInput input, .FormInput select {
	width: 100% !important;
}

.FormInput label {
	margin-top: 15px;
}

@media(max-width: 1024px) {
	#OzPostContainer,
	.c_box {
		flex-direction: column;
		align-items: flex-start;
	}

	#OzPostContainer h3,
	#OzPostContainer > .FormInput {
		width: 100%;
		margin-bottom: 15px;
	}
	 
	#c_poBtn,
	#c_frBt {
		margin-top: 15px;
	}
}


@media(min-width: 1025px) {
	#PostCodeFormSubmit{
		margin-top: 15px;
	}
}

.prod-desc {
	padding: 50px 10px;
}


.video2 .video-target {
	width: 45%;
	position: relative;
}

.video2 .vidright {
	width: 70%;
	padding: 0px 20px 10px;
}

.video2.video-right .vidright {
	padding-left: 0;
}

.video2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
    margin: 20px 0;
	position: relative;
}

.video2.video-left {
    float: left;
    margin: 10px 20px 10px 0;
    clear: both;
}

.video2.video-right {
    flex-direction: row-reverse;
    margin: 10px 0 10px 0px;
    clear: both;
}

.video2.video-center {
    margin: 20px auto;
    justify-content: center;
}

.video2.video-left + p,
.video2.video-right + p {
    overflow: hidden;
}

.video2 h5 {
	color: #333;
	font-size: 1.1rem;
}

.vidDesc {
	font-size: .8rem;
}

.video-link img {
	max-height: 188px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video2.video-left,
    .video2.video-right {
        float: none;
        margin: 20px 0;
    }
}


.tab-pane#video {
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 0; /* Remove whitespace between inline-block elements */
    text-align: left; /* Ensure content aligns left */
}

.tab-pane#video::after {
    content: "";
    display: table;
    clear: both;
}

.categoryContainer.text-cat > div {
	display: flex;
}

.categoryContainer > div {
	display: none;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.tab-pane#video .video,
.categoryContainer .video {
    display: inline-block;
    vertical-align: top;
    width: calc(33.333% - 13.33px); /* Adjust for 3 items per row */
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px; /* Restore font size */
    background: white; /* Optional: styling */
    box-sizing: border-box;
}

.categoryContainer > h5 {
    cursor: pointer;
    padding: 10px;
    color: #303030;
    background: #f5f5f5;
    margin: 5px 0;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.categoryContainer > h5:hover {
    background: #e0e0e0;
}

.categoryContainer > h5.active {
    background: #d81f28;
    color: white;
    font-weight: bold;
}

.categoryContainer > h5:after {
    content: '▸';
    float: right;
    transition: transform 0.3s ease;
}

.categoryContainer > h5.active:after {
    content: '▾';
}

.video > div {
	position: relative;
}

.tab-pane#video .video,
.categoryContainer .video {
	border: 1px solid #fff;
	transition: .2s;
}

.tab-pane#video .video:hover,
.categoryContainer .video:hover {
	text-decoration: none;
	border: 1px solid var(--primary);
}

.tab-pane#video .video:hover img,
.categoryContainer .video:hover img {
	transform: scale(1.1);
}

@media(max-width: 767px) {
	.tab-pane#video .video, 
	.categoryContainer .video {
		width:100%;
	}
}

@media(min-width: 768px) {
	.categoryContainer > div {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.tab-pane#video .video, 
	.categoryContainer .video {
		width: calc(46% - 14px);
	}

}
@media(min-width: 1025px) {
	/* Remove right margin from every 3rd item */
	.tab-pane#video .video:nth-child(3n),
	.categoryContainer .video:nth-child(3n) {
		margin-right: 0px;
	}


	.tab-pane#video .video,
	.categoryContainer .video {
    width: calc(33.333% - 13.33px); /* Adjust for 3 items per row */
	}	
}

/* .categoryContainer,
.tab-pane#video {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	justify-content: left;
} */

.categoryContainer + h6 {
	margin: 40px 0 20px;
    font-size: 30px;
}

.video {
	width: calc(33% - 14px); /* 30% width minus gap compensation */
	min-width: 280px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	text-decoration: none;
	color: #333;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}

.video:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.video img {
	width: 100%;
	height: 235px;
	object-fit: cover;
	display: block;
	transition: .3s;
}

.videoPlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	z-index: 2;
	transition: all 0.3s ease;
}

.videoPlay::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 15px solid white;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.video:hover .videoPlay {
	background: rgba(255,0,0,0.9);
	transform: translate(-50%, -50%) scale(1.1);
}

.vt {
	padding: 15px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: #333;
	background: white;
	flex-grow: 1;
	display: block;
}

/* Responsive design */
@media (max-width: 1200px) {
	.video {
		width: calc(45% - 10px); /* 2 columns on medium screens */
	}
}

@media (max-width: 768px) {
	.video {
		width: 100%; /* 1 column on mobile */
		min-width: auto;
	}
	
	.categoryContainer {
		gap: 15px;
		padding: 15px;
	}

	
	.video img {
	/*	height: 105px; */
		height: 140px;
	}
}

/* .tab-content > .tab-pane {
    display: none;
}

.tab-pane.show {
	display: block;
} */


/* Guarantee Box */

#guarantee-box img {
	width: 70%;
	padding-bottom: 1rem;
}

#guarantee-box .g-title,
.no-dots li {
	font-size: 1rem;
	font-weight: 600;
}

.no-dots li {
	font-size: .9rem;
}

#guarantee-box .g-text {
	font-size: 0.8rem;
}


/* Add check icon to features */
#features td::before {
    content: "✔"; /* or use Font Awesome with ::before */
    color: #d81f28;
    margin-right: 8px;
    font-weight: bold;
}

/* #features td:first-of-type::before {
    display: none;
} */

a.document-card {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #e7e7e7;
    outline: 1px solid #fff;
    color: #333;
    padding: 1rem;
    border-radius: .7rem;
    text-decoration: none!important;
}

a.document-card .h6 {
    margin-bottom: 0;
    color: inherit;
}

a.document-card .text-muted {
    transition: all .2s;
    white-space: nowrap;
}

.document-card-icon.pdf {
    padding-right: 1rem;
}

.document-card .download {
    padding-left: 1rem;
    margin-left: auto;
}

.document-card .download i {
    display: inline-block;
    border: 1px solid #777;
    border-radius: 50rem;
    padding: .6rem;
    transition: all .2s;
}

a.document-card:hover,a.document-card:focus {
    text-decoration: none;
    background-color: var(--primary);
    color: #fff;
}

a.document-card:hover .text-muted,a.document-card:focus .text-muted {
    color: inherit!important;
}

a.document-card:hover .download i,a.document-card:focus .download i {
    border-color: #fff;
    background-color: #fff;
    color: #333;
}

.product-gallery-container {
	display: flex;
	gap: 15px;
	align-items: flex-start;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.product-shadow {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
}



.key-feats a {
	color: #000;
}
.key-feats i:before {
	content: "✓";
    color: var(--primary);
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
}

@media(max-width: 991px) {
	.key-feats {
		display: none;
	}
}

/* Slick slider customization for vertical layout */
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-vertical .slick-track {
	display: flex;
	flex-direction: column;
}

.slick-arrow {
	width: 100%;
	height: 30px;
	background: #fff;
	border: none;
	color: #333;
	font-size: 12px;
	z-index: 10;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.slick-left:before,
.slick-right:before {
	content: '';
	border: 0;
	display: inline-block;
	padding: 3px;
	color: #333;
}

.product-gallery-container {
	max-width: auto;
	margin: 0 auto;
	background: white;
	border-radius: 8px;
	padding: 0 20px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	align-items: center;
}

/* Main slider styles */
.product-main-slider {
	margin-bottom: 15px;
}

.product-main-slider .slick-slide {
	text-align: center;
}

.product-main-slider img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	background-color: transparent;
	border-radius: 4px;
}

.product-thumbnails-container .product-thumbnail-slider {
	display: none !important;
}

.product-thumbnail-slider {
	display: block !important;
}

/* Thumbnail slider styles */
.product-thumbnail-slider {
	margin-top: 10px;
}

.product-thumbnail-slider .slick-slide {
	padding: 0 5px;
}

.product-thumbnail-slider img {
	width: 100%;
	max-width: 120px;
	height: 120px;
	object-fit: cover;
	border-radius: 1px;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.3s ease;
	border-color: #c0c0c0;
	margin: 0 auto;
}

.product-thumbnail-slider:hover img {
	border-color: #efefef;
	opacity: 1;
}

.product-thumbnail-slider .slick-current img {
	border-color: #d81f28;
	opacity: 1;
}

.product-thumbnail-slider .slick-slide:not(.slick-current) img {
	opacity: 0.7;
}

/* Custom arrow styles */
.product-thumbnail-slider .slick-pre, .slick-nex {
	z-index: 1;
	width: 30px;
	height: 30px;
}

.product-thumbnail-slider .slick-pre:before, 
.product-thumbnail-slider .slick-nex:before {
	font-size: 20px;
	color: #333;
}

.product-thumbnail-slider .slick-pre,
.product-thumbnail-slider .slick-nex {
	background-color: transparent;
}

.product-thumbnail-slider .slick-pre {
	position: absolute;
	top: -32px;
	transform: rotate(-90deg);
	left: 38%;
}

.product-thumbnail-slider .slick-pre:hover {
	transform: rotate(90deg);
}

.product-thumbnail-slider .slick-nex {
	position: absolute;
	top: 98%;
	transform: rotate(90deg);
	right: 38%;
}
.product-thumbnail-slider .slick-nex:hover {
	transform: rotate(90deg);
}


.product-thumbnail-slider .slick-nex:hover,
.product-thumbnail-slider .slick-pre:hover {
	background-color: transparent;
	animation: none;
	color: #303030;
	outline: none;
}

.product-thumbnail-slider .slick-nex:before,
.product-thumbnail-slider .slick-pre:before {
	font-family: 'Font Awesome 6 Free';
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #303030;
    font-weight: 900;
    font-size: 1rem;
    opacity: 1;
    transition: all .2s;
	content: "\f105"	
}

/* Hide dots for main slider */
.product-main-slider .slick-dots {
	display: none !important;
}

/* Custom dots for thumbnail slider */
.product-thumbnail-slider .slick-dots {
	display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.product-gallery-container {
		margin: 10px;
		padding: 15px;
	}

}

@media(min-width: 769px) {
	.product-thumbnails-container .product-thumbnail-slider {
		display: block !important;
	}

	.product-thumbnail-slider {
		display: none !important;
	}

	.product-main-slider img {
		height: 550px;
	}
}


body .slick-right::before, 
body .slick-left::before {
    content: "\f105";
}

body .slick-left::before, 
body .slick-right::before {
    font-family: 'Font Awesome 6 Free';
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #303030;
    font-weight: 900;
    font-size: 1rem;
    opacity: 1;
    transition: all .2s;
}

.slick-left:before {
	transform: rotate(-90deg);
	margin-top: 2px;
}
.slick-right:before {
    transform: rotate(90deg);
    margin-bottom: 2px;
}



.slick-left:before, 
.slick-right:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.product-gallery-container {
		flex-direction: column;
	}
	

}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    position: relative;
	opacity: 1;
}

.lb-nav a.lb-next {
	left: 80px;
}

.lb-nav a.lb-prev {
	right: 80px;
}

.lightbox {
	top: 30% !important;
}


.ubcmapbox {
    height: 320px;
    margin-bottom: 20px;
}

.ubcmap {
    position: relative;
    overflow: hidden;
    background-color: #e5e3df;
    height: 300px;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
}

.ubcmap-big {
    position: fixed !important;
    top: 6% !important;
    margin: 0 10%;
    width: 80%;
    height: 600px !important;
    z-index: 10000;
}

.ubcmap-enlarge {}

.ubcmap img {
    max-width: none !important;
    height: initial !important;
}

.ubcmap .mappopup {
    display: flex;
    height: 100%;
}

.ubcmap .mapimage {
    flex-basis: 45%;
    padding-right: 1rem;
}

.ubcmap .mapimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ubcmap .mapcontent {
    flex-basis: 55%;
    font-size: .65rem;
	padding-top: 25px;
}

.ubcmap .mapcontent a {
    font-weight: 600;
}

.directoryInner,
.directoryimage img {
	width: 100%;
}

.directoryInner {
	flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
    border-radius: 1rem;
    text-align: center;
    background-color: var(--light);
    z-index: 1;
	border: 1px solid #c5c5c5;
}

.directoryInner.gold-star-badge {
	border: 1px solid #d5ad4b;
}

.directoryimage img {
	border-radius: 1rem 1rem 0 0;
    --aspect-ratio: 1.666 / 1;
    aspect-ratio: 1.666 / 1;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center 20%;
	object-fit: cover;
	padding: 25px;
}

.directoryInner .subpage-text {
	padding: 15px;
}

.gm-style-iw.gm-style-iw-c ,
.gm-style-iw-d,
.ubcmap .mappopup {
	max-height: 190px !important;
	overflow: hidden;
	padding-inline-end: 0;
}
.gm-style-iw.gm-style-iw-c {
	padding-inline-start: 0;
}
.gm-style-iw-chr {
	/* background-color: var(--primary); */
}

button.gm-ui-hover-effect {
	height: 13px !important;
}

.gm-ui-hover-effect>span {
	margin: 0px 12px !important;
}

.gm-style-iw-ch {
	padding-top: 13px;
}

.form {
	border: 1px solid #ced4da;
	border-radius: 0.5rem;
    padding: 20px;
}

.form h2 {
	text-transform:none;
	margin:0;
	color: #303030;
}

.form h2 span {
	color:#d81f28;
}

.form > div > label {
    width: 100%;
    float: left;
}

.form > div > div {
    width: 100%;
    float: left;
}

.form-calculator {
	border: 1px solid #ced4da;
	border-radius:  0.5rem;
    padding: 20px;
	background-color: #303030;
	display: flex;
	flex-wrap: wrap;
	max-width: 700px;
	margin: 0 auto;
}

.form-calculator h2 {
	text-transform:none;
	margin:0;
	color:#d81f28;
}

.form-calculator {
	color: #fff;
}

.form-calculator > div > label {
    width: 100%;
    float: left;
}

.form-calculator > div > div {
    width: 100%;
    float: left;
}

.form-calculator input[type='submit']:nth-child(1) {
    border-color: #e12f37!important;
	background:#e12f37!important;
    color: #fff!important;
}

#contacttext {
	display:none;
}

.form input[type='submit']:nth-child(1), 
.btn.red {
    border-color: #e12f37!important;
	background:#e12f37!important;
    color: #fff!important;
}

.subpages {
/*	display:none; */
}

#priceInput {
	border:0;
	font-weight: bold;
    color: #303030;
}

#shortlist {
    margin-bottom: 15px
}

.item {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    line-height: 100px
}

.item img {
    width: 100px;
    vertical-align: middle;
    margin-right: 10px
}

.item .data {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    width: 62%
}

.item .add {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    width: 20%;
    text-align: right
}

.item h3 {
    font-size: 16px;
    font-family: Arial,Helvteica,sans-serif;
    font-weight: 700;
    text-transform: none
}

.item h3,.item p {
    margin: 0;
    padding: 0
}

a.itemadd {
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101
}

#popup {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 600px;
    max-width: 100%;
    padding: 30px;
    margin: -150px 0 0 -300px;
    background-color: #eee;
    border: 10px solid #fff;
    box-shadow: 0 0 20px 0 #111;
    z-index: 102
}

#popup,#popup * {
    box-sizing: border-box
}

#popup .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    z-index: 1
}

#popup .close:hover {
    background-color: #1a1a1a
}

#popup h2 {
    margin: 0;
    padding: 0 0 13px 0
}

#popup p {
    font-size: 13px
}

#popup label {
    font-size: 15px;
    line-height: 35px
}

#popup input,#popup textarea {
    font-size: 15px;
    padding: 8px 10px;
	width: 100%;
}

#popup input.error,#popup textarea.error {
    border-color: #900
}

#popup textarea {
    height: 90px
}

#popup .btns {
    text-align: right
}

#popup .notice {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
    text-align: center;
    background-color: rgba(49,51,143,.9);
    color: #fff
}

#popup .notice * {
    color: #fff
}

@media (min-width: 1025px) {
	.hire-loc .col-xl-3 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}	
}

.directory-search-input + input  {
	width: 100%;
	margin-bottom: 50px;
}

@media (min-width: 768px) {
	.directory-search-input {
		width: 80%; 
		float: left;
	}
	.directory-search-input + input {
		width: 20%;
		float: left;
	}
}

.addtoshortlist {
	display: flex;
	align-items: center;
	justify-content: center;
}