@charset "UTF-8";
/* CSS Document */

/* FIX FOR WHO KNOWS WHAT */

.ccm-ui label {
	display: inline-block;
	color: black;
	font-weight: normal;
}
:root{
	--white-color:#f2f2f2;
	--light-grey:#bdbdbd;
	--red-color:#bb261a;
	--black-color:#0d0d0e;
	--black-color-lighter:#1e1e21;
	--gold-color:#dba86d;
	--gold-color-lighter:rgba(246, 224, 177,1);
	--dark-grey: #313030;
	--paragraph-font: 'Poppins', sans-serif;

	--facebook-blue:#217ddf;
	--linkedin-blue:#0072b1;
	--gold-gradient:linear-gradient(90deg, rgba(204,147,83,1) 0%, rgba(233,187,129,1) 47%, rgba(204,147,83,1) 100%);
	--gold-gradient:linear-gradient(45deg, rgba(204,147,83,1) 0%, rgba(246, 224, 177,1) 30%, rgba(204,147,83,1) 100%);
	
}
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
img.lazy {
  opacity: 0;
  transition: all 2s;
}
img.lazy.in-viewport {
  opacity: 1;
}
.lazy-content {
  opacity: 1;
  transition: all 2s;
}
.lazy-content.outside-viewport {
  opacity: 0;
}
html{
	font-size:16px;
}
body {
	font-family: var(--paragraph-font);
	font-style: normal;
	background:var(--black-color-lighter);
	font-size:16px;
	color:#fff;
}

div.ccm-page {
	padding-top: 0 !important;
}

.blackout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition: all 0.7s;
}

hr {
	width: 100%;
	margin: 1.25em 0;
	border: none;
	height: 1px;
	background: #333;
	display:block;
}

#footer.fa-facebook-f:before,
#footer.fa-twitter:before,
#footer.fa-linkedin-in:before {
	color: var(--black-color);
	font-size:1.25em;
	font-family:'Font Awesome 5 Brands';
}


img.rsImg {
	filter: brightness(0.8);
}

h1 {
	font-size: 2.5em;
	margin: 0.5em 0;
	font-weight: 700;
	line-height: 1.25em;
}

h2 {
	font-size:2em;
	font-weight: 400;
	margin-bottom: 0.3em;
	letter-spacing: 0em;
	line-height: 1.25em;
}

h3 {
	font-size: 1.3em;
	margin-top: 0;
	font-weight: 400;
	margin-bottom:0.5em;
	line-height: 1.25em;
}
h4 {
	font-size: 1.125em;
	margin-top: 0;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom:0.5em;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 300;
	margin: 1em 0;
}
p.larger{
	font-size:1.25em;
}

p strong{
	font-weight:500;
}


a {
	transition: all 0.3s ;
	text-decoration:none;
	cursor: pointer;
	color:var(--gold-color);
}
a:focus, a:hover{
	color:initial;
	text-decoration:none;
	color:var(--gold-color-lighter);
}
a img {
	border: none;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

a.button, .store-btn-add-to-cart{
	padding: 1em 1.5em;
	color: var(--black-color);
	display: inline-block;
	background: var(--gold-gradient);
	transition: all 0.3s;
	border-radius: 1em;
	border: none;
	font-family: var(--paragraph-font);
	cursor: pointer;
	box-shadow:0 0 4px 1px var(--gold-color-lighter) inset;
	font-size:1.125em;
	background-size:calc(100% + 50px);
}

.button:hover,button:hover {
	background-position:-50px center;
}

a.small.button{
	padding: 0.5em 1em;
	font-size:1em;
	border-radius:5px;
}

.max-width {
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}


/* 10. access header */

#hc-header {
	width: 100%;
	position: fixed;
	height: 110px;
	top: 0;
	left: 0;
	z-index: 998;
}

div.logo {
	position: absolute;
	width: 150px;
	height: auto;
	left: 6%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	filter: drop-shadow(0 0 3px #000);
}

div.logo img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:600px){
	div.logo{
		width:120px;
	}
}
#upper-nav-area {
	background: rgb(204,147,83);
	background: var(--gold-gradient); 
	position: relative;
	width: 100%;
	padding: 0 6%;

}
#upper-nav-area .max-width{
	height: 35px;
	position:relative;
}
#lower-nav-area {
	background: rgba(13,13,14,0.7); 
	position: relative;
	width: 100%;
	padding: 0 6%;

}
#lower-nav-area .max-width{
	position:relative;
	height: 60px;
}


/* 20. Upper nav area*/

#upper-nav-area .max-width {
	display: flex;
	justify-content: flex-end;
}

ul#secondary-nav {
	display: flex;
	position: relative;
	align-items: center;
	margin:0;
}

#secondary-nav li{
	margin:0 2px;
}
#secondary-nav li a {
	font-size: 0.75em;
	font-weight: 600;
	display: block;
	color: #fff;
	padding: 5px 6px;
	border-radius: 5px;
	text-shadow:0 1px 0 var(--gold-color);
}

#secondary-nav li a:hover {
	background-color: var(--gold-color);
}

.login:before {
	content: '\f007';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.5em;
	position: relative;
	margin-right: 7px;
	color: #f9f9f9;
	top: -1px;
	display: inline-block;
	transition: all 0.7s;
	font-weight: 600;
}

.login:hover:before {
	color: #FFB076;
	transition: all 0.7s;
}

.login {
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	color: #f9f9f9;
	position: absolute;
	left: 0;
	align-items: center;
	top: 9px;
}

.login:hover {
	color: #FFB076;
}

/* 30. Lower nav area*/

a.logo {
	width: 170px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	transform: translateY(calc(-50% + 3px));
}

.logo .logo-C1,
.logo .logo-C2,
.logo .logo-E,
.logo .logo-S1,
.logo .logo-S2,
.logo .sub {
	transition: all 0.7s;
	fill:var(--orange-color);
}

.logo:hover .sub {
	fill:var(--orange-color-bright);
	transition: 2s all;
}

.logo:hover .logo-C1 {
	fill:var(--orange-color-bright);
	transition: 0.3s all;
}

.logo:hover .logo-C2 {
	fill:var(--orange-color-bright);
	transition: 0.6s all;
}

.logo:hover .logo-E {
	fill:var(--orange-color-bright);
	transition: 0.9s all;
}

.logo:hover .logo-S1 {
	fill:var(--orange-color-bright);
	transition: 1.2s all;
}

.logo:hover .logo-S2 {
	fill:var(--orange-color-bright);
	transition: 1.5s all;
}

#mobile-burger {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	cursor:pointer;
	transform:translateY(-50%);
	display:flex;
	flex-direction:column;
	justify-content: center;
}

#mobile-burger span {
	width: 100%;
	height: 4px;
	border-radius: 2px;
	display: block;
	background: #f9f9f9;
	margin: 4px 0;
	transition: all 0.7s;
}

#mobile-burger:hover span {
	background:var(--gold-color);
	transition: all 0.5s;
} 

#blackout{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left:0;
	z-index: 999;
	transition: all 0.3s;
	background-color:rgba(0,0,0,0);
	pointer-events:none;
}

#blackout.in {
	background-color:rgba(0,0,0,0.76);
	pointer-events:auto;
}

.closebtn {
	position: absolute;
	right: 1em;
	color:#fff;
	font-weight: 600;
	background: var(--gold-color);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 1.125em;
	line-height: 36px;
	transition: all 0.3s;
	display: block;
	text-align: center;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	top: 20px;
	z-index:500;
}

.closebtn:hover {
	color: #fff;
	transform:scale(1.25);
}

/* MAIN NAV WRAPPER WRAPS MAIN NAV AND THE ADDITIONAL CONTENT */
div#main-nav-wrapper{
	position: fixed;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 999;
	transform:translateX(100%);
	transition:all 0.3s;
	display: flex;
	justify-content:flex-end;
}

div#main-nav-wrapper div.main-nav {
	width: 100%;
	max-width: 400px;
	background: var(--black-color-lighter);
	border-left: 2px solid var(--gold-color);
	overflow: scroll;

	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}

div#main-nav-wrapper div.main-nav::-webkit-scrollbar {
	width: 0; /* Remove scrollbar space */
	background: transparent; /* Optional: just make scrollbar invisible */
}


div#main-nav-wrapper div.nav-content {
	width:400px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0 50px 50px 0 ;
}

div#main-nav-wrapper div.nav-content h4 {
	color: var(--white-color);
	margin-bottom: 0;
}

div#main-nav-wrapper div.nav-content p {
	color: var(--white-color);
	font-weight: 700;
	font-size: 2.25em;
	margin: 0;
	line-height: 1em;
}
div#main-nav-wrapper div.nav-content a:hover {
	color: var(--gold-color-lighter);
}

div#main-nav-wrapper.in{
	transform:translateX(0);
}
div.main-nav {
	
}

div.main-nav ul.nav{
	margin-top:60px;
}

div.main-nav ul li div.expand{
	display:block;
	position:absolute;
	top: 12px;
	right: 24px;
	cursor:pointer;
}

div.main-nav ul li div.expand .wrapper{
	position:relative;
	width: 24px;
	height: 24px;
}
div.main-nav ul li div.expand .wrapper:before, div.main-nav ul li div.expand .wrapper:after{
	content:'';
	width:70%;
	height:2px;
	background:var(--gold-color);
	position:absolute;
	top:50%;
	left:15%;
	transform:translateY(-1px);
	transform-origin:center center;
}

div.main-nav ul li div.expand:hover .wrapper:before, div.main-nav ul li div.expand:hover .wrapper:after{
	background:#fff;
	transition:all 0.3s;
}

div.main-nav ul li div.expand .wrapper:after{
	transform:translateY(-0.5px) rotate(90deg);
}

div.main-nav ul li div.expand.opened .wrapper:after{
	transform:translateY(-0.5px) rotate(0deg);
}

div.main-nav ul li div.expand span{
	position:absolute;
	top:50%;
}

div.main-nav li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

div.main-nav li:last-of-type {
}

div.main-nav li a {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	padding: 1em 20px;
	display: block;
	transition:all 0.3s;
}
div.main-nav li a:focus,
div.main-nav li a:hover
{
	background:transparent;
	color:var(--gold-color);
}

div.main-nav li a:hover {
	background-color:var(--orange-color);
}
/* Second Level */

div.main-nav ul ul{
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
div.main-nav ul.level1 li{
	border-bottom:none;
}
div.main-nav ul.level1 li a{
	color:var(--gold-color);
	padding:0.5em 40px;
	font-size:0.875em;
}

div.main-nav ul.level1 li a:hover{
	color:var(--gold-color-lighter);
}
@media screen and (max-width:1024px){
	div#main-nav-wrapper div.nav-content{
		display:none;
	}
}

/* Footer */

#footer:before {
	position: absolute;
	top: -3px;
	height: 3px;
	left: 0;
	width: 100%;
	background: linear-gradient(90deg, rgba(204,147,83,1) 0%, rgba(233,187,129,1) 47%, rgba(204,147,83,1) 100%);
}

#footer {
	background: var(--black-color-lighter);
	width: 100%;
	position: relative;
	height: auto;
	padding: 50px 6% 120px 6%;
	z-index: 10;
}

#footer span.pipe {
	color: var(--gold-color-lighter);
	margin: 0 0.5em;
	font-weight: 300;
}

#footer h3 {
	color: var(--gold-color);
	font-size:1em;
}

#footer p {
	color: var(--light-grey);
	line-height:1.75em;
	font-weight:400;
	font-size:0.875em;
	margin:0;
}
#footer p strong{
	color:#fff;
}

#footer a {
}

#footer a:hover {
	color: var(--gold-color);
}

#footer .top-footer {
	position: relative;
	height: auto;
	display: flex;
	width: 100%;
}

#footer .footer-address {
	margin-right: 60px;
}

#footer p.opening-times {
	display:grid;
	grid-template-columns: 90px 1fr;
	margin:0;
}

#footer .footer-links {
	position: relative;
	margin-top: 20px;
}

#footer .footer-links a {
	font-size: 0.75em;
	color:var(--light-grey);
}


#footer .credit {
	position: relative;
	margin-top: 20px;
}

#footer .credit p {
	font-size: 0.75em;
}

@media screen and (max-width:760px){
	#footer .top-footer {
		flex-direction:column;
	}
	#footer div.opening-times {
		margin-top:30px;
	}
	#footer .footer-address {
		margin-right: 0;
	}
	
}

#fixed-footer{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:var(--gold-gradient);
	padding:0 6%;
	z-index:800;
	transform:translateY(100%);
	transition:all 0.3s;
}
#fixed-footer.visible{
	transform:translateY(0);
}
#fixed-footer .wrapper{
	display:flex;
	justify-content:center;
}
#fixed-footer a.item{
	font-size: 1.375em;
	padding: 10px;
	color:var(--black-color);
	text-align:center;
	margin:0 0.5em;
}
#fixed-footer a.item .icon{
	display:flex;
	align-items:center;
	justify-content:center;
	height:36px;
	transition:all 0.3s;
}
#fixed-footer a.item:hover .icon{
	color:var(--gold-color)!important;
	text-shadow:1px 1px 0 var(--gold-color-lighter);
}
#fixed-footer a.item .action p{
	margin:0;
	font-size:0.5em;
	font-weight:500;
	text-transform:uppercase;
}
@media screen and (max-width:600px){
	#fixed-footer a.item .action{
		display:none;
	}
}



/* why choose */

#why-choose {
	position: relative;
	width: 100%;
	height: auto;
	padding: 45px 6%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	z-index: 10;
	text-align: center;
	margin:0;
	background:var(--dark-grey);
}
#why-choose .content-area{
	max-width:900px;
	margin:0 auto;
}
#why-choose h2 {
	color: var(--white-color);
	font-weight: 700;
}

#why-choose h4 {
	color: var(--white-color);
	font-weight: 400;
	font-size: 0.875em;
}

#why-choose p {
	color: var(--light-grey);
}


#why-choose #icons {
	display: flex;
	width: 100%;
	margin: 30px auto;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap;
	max-width:1000px;
}

#why-choose #icons li {
	position: relative;
	width: 14.666%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#why-choose .icon {
	background: transparent;
	border:3px solid var(--gold-color);
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
	padding: 6px;
}

#why-choose .icon img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1040px) {
	#why-choose #icons li {
		width:31.333%;
	}
	#why-choose .icon{
		width:80px;
		height:80px;
	}
}

@media only screen and (max-width: 700px) {
	#why-choose #icons li {
		width:48%;
	}
	
}

/* by Brand */

#by-brand {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 6%;
	z-index: 10;
	background: var(--black-color-lighter);
}

#by-brand .max-width {
	text-align: center;
}

#by-brand h2 {
	color:var(--white-color);
	font-weight: 700;
	font-size: 2em;
}

#by-brand ul {
	display: flex;
	flex-wrap:Wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 30px 0 0 0;
}

#by-brand ul li {
	width: 15%;
	margin: 0.5%;
	position: relative;
	transition: all 0.3s;
	outline: 2px solid transparent;
	outline-offset:2px;
}
#by-brand ul li:before{
	content:'';
	width:100%;
	height:100%;
	background:var(--gold-gradient);
	top:0;
	left:0;
	position:absolute;
	mix-blend-mode: luminosity;
	opacity:0.5;
	transition: all 0.3s;
}

#by-brand ul li:hover {
	transition: all 0.3s;
	outline: 2px solid var(--gold-color);
}
#by-brand ul li:hover:before{
	opacity:0;
}

#by-brand ul li:focus-visible {
	transition: all 0.7s;
	outline: 2px solid var(--gold-color);
}

#by-brand ul li img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
	filter:brightness(0.95) saturate(0);
}

#by-brand ul li:hover img {
	filter:brightness(1.1);
	transition: all 0.7s;
}

@media only screen and (max-width:1024px) {
	#by-brand ul li {
		width: 31%
	}
}

@media only screen and (max-width:769px) {
	#by-brand ul li {
		width: 48%
	}
}

/* BASIC GRID PAGE LIST */

section.basic-grid-list{
	padding:0 6%;
	margin:45px 0;
	
}
section.basic-grid-list ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -1%;
}
section.basic-grid-list ul li{
	width:48%;
	margin:1%;
	position:relative;
	
}
section.basic-grid-list ul li a{
	display:block;
}
section.basic-grid-list img{
	filter:brightness(0.7);
	transition:all 0.3s;
}
section.basic-grid-list ul li h3{
	padding:0.5em;
	background:rgba(0,0,0,0.5);
	margin:0 20px;
	display:block;
	width:fit-content;
	transition:all 0.3s;
}
section.basic-grid-list ul li h3 span{
	margin:0;
	padding:0.5em 1em;
	border:1px solid var(--gold-color);
	display:block;
}
section.basic-grid-list .description{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	pointer-events:none;
}
section.basic-grid-list ul li:hover img{
	filter:brightness(1);
}
section.basic-grid-list ul li:hover h3{
	background:rgba(0,0,0,0.75);
}
@media screen and (max-width:760px){
	section.basic-grid-list ul li{
		width:98%;
	}
}

/* Community Store Product */

div.product-container {
	width: 100%;
	padding: 0 6%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin:0 0 45px 0;
}
section.breadcrumb-trail{
	padding:0 6%;
}
.breadcrumb{
	padding:0;
	background-color:transparent;
	font-size:0.875em;
	margin:20px 0 0 0;
}
/* PRODUCT PAGE */
div.swatch-container{
	margin:10px 0;
}
div.swatch-container .wrapper{
	display:flex;
	flex-wrap:wrap;
}
div.swatch{
	margin:5px;
	cursor:pointer;
	width:48px;
}
div.swatch.selected{
	outline:1px solid var(--gold-color);
	outline-offset: 1px;
}
div.swatch img{
	width:100%;
	height:auto;
}
.product-hero-image,
.hero-image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	min-height: 400px;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
}

.product-hero-image:after,
.hero-image:after {
	content:'';
	background: linear-gradient(90deg, rgba(204,147,83,1) 0%, rgba(233,187,129,1) 47%, rgba(204,147,83,1) 100%);
	height: 4px;
	width: 100%;
	left: 0;
	bottom:0;
	position: absolute;
	z-index: 10;
}


.product .main-content-wrapper {
	padding: 0 ;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

form.store-product {
	position: relative;
	margin-top: 50px;
	width: 100%;
	display: flex;
}
form.store-product p{
	color:var(--light-grey);
}
form.store-product p.manufacturer-name{
	color:var(--white-color);
	font-weight:500;
	margin-top:0;
}
form.store-product > .row {
	display: flex;
	align-items: flex-start;
	margin:0;
}

.left-side {
	width: 49%;
	margin-right: 1%;
	position: sticky;
	top: 180px;
}

.right-side {
	width: 50%;
	padding-left: 2%;
	position: sticky;
	padding-left: 2%;
	top: 0;
}

/* PRODUCT IMAGE */
div.store-product-image{
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
div.store-product-image:before{
	content:'\f00e';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	font-family:'Font Awesome 5 Pro';
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:1.5em;
	pointer-events:none;
	opacity:0;
	transition:all 0.3s;
}
div.store-product-image:hover:before{
	opacity:1;
}

.store-product-name {
	color: var(--white-color);
	font-weight: 600;
	font-size: 1.75em;
	margin: 0 0 11px 0;
}

p.store-product-price {
	color: #fff !important;
	background: var(--gold-color);
	padding: 2px 12px;
	border-radius: 4px;
	display: inline-block;
	font-size: 1.125em;
	font-weight: 600;
	margin-top:0;
}
.store-product-list p.store-product-price {
	margin:0;
}

.store-product-price sup {
	font-size: 0.6em;
}

.store-product-detailed-description p {
	color: var(--white-color);
	font-size: 0.9em;
	line-height: 1.6em;
}

.store-product-option-group {
	margin: 0 0 10px 0;
}

.store-product-option-group-label {
	color: var(--gold-color);
	display: block;
	margin-bottom: 5px;
	font-weight: 400;
}

.store-product-option {
	width: 100%;
	padding: 8px 15px;
	background: #efede7;
	border: none;
	border-radius: 4px;
}

.store-product-option-entry,
div.measurements input {
	padding: 8px 15px;
	border: none;
	border-radius: 4px;
	display: block;
	margin: 5px 0 0 0;
	color:var(--dark-grey);
}
div.measurements h4{
	color: var(--gold-color);
	margin: 0.5em 0;
	font-size: 1em;
}
div.measurements p{
	color:var(--white-color);
	font-weight:500;
	margin-top:0;
}
div.measurements p#finalcost{
	font-weight: 600;
	font-size: 1.5em;
	margin-top:0;
}
div.measurements p small{
	color:var(--light-grey);
	font-weight:400;
}
div.dimensions-input{
	display:flex;
}

div.dimensions-input div.dimension{
	display:flex;
	flex-wrap:wrap;
	margin-right:30px;
	align-items:center;
}
div.dimensions-input div.dimension:last-of-type{
	margin-right:0;
}
div.dimensions-input div.dimension span{
	font-size:1em;
}
div.dimensions-input div.dimension input{
	width:90px;
	margin-left:15px;
}
@media screen and (max-width:1100px){
	div.dimensions-input{
		flex-direction:column;
	}
	div.dimensions-input div.dimension span{
		width:100px;
	}
}

.store-product-options {
	margin-top: 15px;
}

.store-product-customer-price-label {
	color:var(--gold-color);
	font-weight: 500;
	font-size: 0.9em;
}

.store-product-customer-price-entry-field {
	color: var(--white-color);
	background: none;
	border: none;
	padding: 6px 15px 8px 0;
	display: flex;
	border-radius: 4px;
	width: 130px;
	font-size: 1.2em;
	font-weight: 700;
}

.store-product-customer-price-entry-field:focus{
	outline: none;
}

.store-product-customer-price-entry {
	margin: 15px 0;
}

.store-product-detailed-description {
  margin: 0 0 30px 0;
}

.store-product-customer-price-entry em {
	font-size: 0.7em;
	color: var(--gold-color);
	display: block;
	margin-top: 15px;
}

/* Chrome, Safari, Edge, Opera */
.store-product-customer-price-entry-field::-webkit-outer-spin-button,
.store-product-customer-price-entry-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.store-product-customer-price-entry-field[type=number] {
  -moz-appearance: textfield;
}

.product-attributes {
	width: 100%;
	position: relative;
	height: auto;
	margin-top: 35px;
}

.product-attributes h4 {
	color: var(--gold-color);
	font-size: 1em
}

.product-attributes table {
	width: 100%;
	position: relative;
	border-collapse: collapse;
	border: none;
	margin: 15px 0 25px;
}

.product-attributes table tr:nth-of-type(odd) {
	background: var(--dark-grey);
}

.product-attributes table tr:nth-of-type(even) {
	background: var(--black-color-lighter);
}

.product-attributes table td {
	padding: 6px 15px;
	
}

.product-attributes table td p {
	color: var(--white-color);
	font-size: 0.8em;
	margin: 0;
}

.tick:after {
	content:'\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 1.3em;
	color: var(--white-color);
	position: relative;
}

.last-cell {
	text-align: right;
}

.store-product .feature-icons {
	position: relative;
	width: 100%;
	display: flex;
	margin: 10px 0 20px 0 ;
	flex-wrap: wrap;
	justify-content:center;
}

.store-product .feature-icons li {
	width: 18%;
	margin: 1%;
	position: relative;
	color:var(--gold-color);
	font-size:0.8em;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	line-height: 1.2em;
}

.store-product .feature-icons li img {
	width: 100%;
	height: auto;
	margin:0 0 0 0;
	
}

.call-to-action {
	position: relative;
	width: 100%;
	margin: 30px 0 50px;
	height: auto;
}

.call-to-action p {
	color: var(--white-color);
	font-size: 1em;
	margin-bottom: 0;
	line-height: 0.8em;
}

.call-to-action a {
	font-weight: 700;
	font-size: 2.5em;
	color: var(--white-color);
}

.call-to-action a:hover{
	color: var(--gold-color);
}


@media only screen and (max-width: 769px){
	.store-product > .row {
		flex-direction: column;
		align-items: center;
		align-items: center;
	}
	
	.left-side {
		width: 100%;
		margin: 0 0 30px 0;
		top: auto;
		position: relative;
	}
	
	.right-side {
		width: 100%;
		padding: 0;
		position: relative;
		top: auto;
	}
	
	.store-product-name {
		margin: 0 0 30px 0;
	}
}

/* aurora single column */

.single-column  h1 {
	color: var(--gold-color);
}

.single-column  h2 {
	color: var(--gold-color);
}
.single-column  h3 {
	color: var(--gold-color);
}

.single-column  h4 {
	color: var(--white-color);
}

.single-column  p {
	color: var(--white-color);
}

.single-column  a {
	color: var(--gold-color);
}

.single-column  a:hover {
	color: var(--white-color);
}

/* product list */

.store-product-list-block {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.store-product-list-block select.form-select {
	padding: 5px 10px;
	background: var(--gold-color);
	border: none;
	color: var(--black-color);
	font-family: var(--paragraph-font);
	border-radius: 5px;
}

.store-product-list-block .form-label {
	font-size: 0.9em;
	color: var(--gold-color);
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin: 0 0 5px 0;
}
div.sorting-filtering{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-end;
}
button.filtering{
	background: var(--gold-color);
	border: none;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 5px;
	color: var(--black-color);
}
button.filtering:hover{
	color:#fff;
}
.sort-options {
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
section.product-list{
	padding:0 6% 30px 6%;
}
.store-product-list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0%;
	justify-content: space-between;
	width: 100%;
	padding-top:10px;
}

.store-product-list .store-product-customer-price-entry-field {
	width: 80px;
}

.store-product-list-item {
	width: 32.333%;
	margin: 1% 0;
	display: flex;
	flex-direction: column;
	background:var(--dark-grey);
	border-radius: 5px;
	overflow: hidden;
	padding-bottom:40px;
	position:relative;
}
.store-btn-more-details-container{
	position:absolute;
	bottom:5px;
	left:15px;
}
.store-product-list-item .swatch-container{
	margin:15px 15px 0 15px;
}
.store-product-list-item .swatch-container div.swatch{
	width:32px;
	height:32px;
}
.store-product-list-thumbnail {
	width: 100%;
	height: auto;
	position:relative;
}

.store-product-list-thumbnail a {
	display: block;
	position:relative;
	overflow:hidden;
}

.store-product-list-thumbnail a img {
	width: 100%;
	height: auto;
}
.store-product-list-thumbnail a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	transition:all 0.3s;

}
.store-product-list-thumbnail a:after{
	content:'View Product';
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:fit-content;
	padding:10px;
	color:#fff;
	border:1px solid #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	opacity:0;
	transition:all 0.3s;
	white-space: nowrap;
}
.store-product-list-thumbnail a:hover:before{
	opacity:1;
}
.store-product-list-thumbnail a:hover:after{
	opacity:1;
}

.product-info {
	padding:15px 15px;
}

.store-product-list-name {
	font-size: 1.25em;
	color: var(--white-color);
	margin: 0 0 5px 0;
}
.store-product-list-manufacturer-name{
	font-size:0.75em;
	margin-top:0;
}

.store-btn-more-details {
	background: var(--gold-gradient);
	padding: 8px 18px;
	color: var(--black-color);
	font-size: 1em;
	border-radius: 4px;
	margin: 10px 0;
	font-weight: 500;
	background-size:calc(100% + 50px);
}

.store-btn-more-details:hover {
	background-position:-50px;
	transition: all 0.3s;
	color: var(--black-color);
}

.store-product-list-item  ul.product-attributes {
	width: 100%;
	display: flex;
	margin: 15px 0;
	flex-wrap:wrap;
}

.store-product-list-item  ul.product-attributes li {
	color: var(--white-color);
	font-size: 0.875em;
	line-height: 1.6em;
	margin-right:20px;
}

.store-product-list-item  .store-product-customer-price-entry {
	margin: 0 0 10px 0;
}

.store-product-list-item  .product-attributes li:before {
	content:'\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 0.875em;
	color: var(--gold-color);
	position: relative;
	margin-right: 8px;
}

@media only screen and (max-width: 1100px){
	.store-product-list-item {
		width: 48%;
	}
}
@media only screen and (max-width: 680px){
	.store-product-list-item {
		width: 100%;
	}
}

/* product list filtering */

.product-filters {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0 6%;
}

.filter-title {
	color: var(--gold-color);
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}

.store-product-filter-block {
	margin-bottom:20px;
}

.store-product-filter-block form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.store-product-filter-block .form-group {
	display: flex;
	margin: 5px 0;
	align-items: center;
	justify-content: space-between;
	width:180px;
}

h3.store-product-filter-block-option-title {
	color: var(--white-color);
	font-size: 0.875em;
	width:120px;
	margin:0;
	line-height:1em;
}

.store-product-filter-block-option {
	color: var(--white-color);
}

.store-product-filter-block-option label {
	margin: 0 0 0 10px;
}

.store-product-filter-block-count {
	color:var(--gold-color);
	font-size: 0.875em;
}

.filter-buttons {
	margin: 20px 0 0 0;
}

.filter-buttons p {
	margin: 0;
}
.filter-buttons button{
	background-color:var(--gold-color);
	border:1px solid transparent;
}
.filter-buttons button:hover{
	background-color:var(--gold-color);
	border:1px solid var(--gold-color-lighter);
}

.store-btn-filter-clear {
	margin-top: 10px;
}

/* FAQS */

.ccm-faq-container {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 6%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ccm-faq-block-links {
	max-width: 1024px;
	width: 100%;
	position: relative;
}

.ccm-faq-block-links a:hover {
	color: var(--white-color);
}

div.ccm-faq-entry-content {
  margin-bottom: 20px;
  border-bottom: 1px solid #51504e;
  padding-bottom: 10px;
 }
 
 div.ccm-faq-entry-content:last-of-type {
	 border: none;
 }

.ccm-faq-block-entries {
	max-width: 1024px;
	width: 100%;
	position: relative;
}

.ccm-faq-entry-content h3 {
	font-size: 1.125em;
	color: var(--gold-color);
}

.ccm-faq-entry-content p {
	color: var(--white-color);
	font-size: 0.875em;
}

/* Two Column Layout */
section.two-column-content{
	padding:0 6%;
	margin:45px 0;
}
section.two-column-content .aurora-row{
	display:flex;
	justify-content: space-between;
}
section.two-column-content .lhs{
	width:220px;
}
section.two-column-content .lhs .sticky{
	position:sticky;
	top:170px;
}
section.two-column-content .rhs{
	width:calc(100% - 260px);
}

/* CONTACT PAGE */

div.contact-details{
	display:flex;
	flex-wrap:wrap;
}

div.contact-details div.col{
	margin-right:40px;
}
div.contact-details h3{
	margin-bottom:0.25em;
}
div.contact-details p{
	margin-top:0;
}
div.contact-details a{
	color:#fff;
}
div.contact-details a:hover{
	color:var(--gold-color);
}

/* MODAL */
div.aurora-modal{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1000;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:6%;
	pointer-events:none;
	opacity:0;
	transform:translateX(-100%);
}
div.aurora-modal.opened{
	opacity:1;
	pointer-events:auto;
	transform:translateX(0);
}
div.aurora-modal .wrapper{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
	width:fit-content;
	padding:20px;
	background:var(--dark-grey);
	max-height:75vh;
	overflow:scroll;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
}
div.aurora-modal .store-product-filter-block{
	margin:20px;
}

.no-scrollbar::-webkit-scrollbar {
	width: 0; /* Remove scrollbar space */
	background: transparent; /* Optional: just make scrollbar invisible */
}