.module {
  all: unset;
}/*RESET ALL ELEMENTS~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,img,strong,sub,sup,fieldset,form,label,legend,th,ul,ol,li{
    font-weight:inherit;font-style:inherit;font-size:100%;line-height:1;font-family:inherit;
    text-align: left;vertical-align: baseline;margin:0;padding:0;border:0;box-sizing: border-box;
}
a img,:link img,:visited img{
    border:0;
}
table{
    border-collapse:collapse;border-spacing:0;
}
q:before,q:after,blockquote:before,blockquote:after{
    content:"";
}
div{
	box-sizing: border-box;
}

a:link, a:visited{
	text-decoration:none;
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

img{
	display:block;
	width:100%;
	height:auto;
}

/* COLORS */

:root {
  	--hnBackgroundDark: #1b1b1b;
	--hardntuzCol: #65e9d9;
	--hardntuzColDark: #0f8378;
}


/* FONTS */

body{
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Default: auto */
	margin:0;
	max-width:100%;
	overflow-x:hidden;
}

input,select,textarea,body{
	font-family: 'Roboto', sans-serif;
}

#contentArea p, #contentArea li{
	font-size:18px;
	line-height: 24px;
	margin-bottom:10px;
	color:#565656;
}

#contentArea a:link,
#contentArea a:visited{
	color:var(--hardntuzColDark);
}

#contentArea .woocommerce  a.checkout-button:link,
#contentArea .woocommerce  a.checkout-button:visited{
	color:#FFF;	
}

#contentArea ul{
	padding:10px;
}

#contentArea h3{
	font-size:18px;
	line-height:26px;
	margin:20px 0 10px 0;
	color:#000;
}

#contentArea h2{
	font-size:20px;
	line-height:28px;
	margin:20px 0 10px 0;
	font-weight: 400;
	color:#000;
}

input, select, button{
	box-sizing:border-box;
}

/* ALL CONTAINERS */

.container1OCM{
	max-width:1497px;
	margin:auto;
	position:relative;
	width:95%;
}

#header .container1OCM{
	max-width:1500px;
}

@media screen and (max-width:1000px){
	#navigationContainer .container1OCM{
		max-width:3000px;
		width:100%;
	}
}


.hideAll{
		display:none;	
	}

/* HEADER | LOGO CONTAINER */

#header{
	padding:0px 0;
	background-color:var(--hnBackgroundDark);
	background-size:cover;
	background-position:center center;
}

#logoContainer a{
	display:block;
	max-width:543px;
	height:auto;
	margin:auto;
	position:relative;
	z-index:2;
}

@media screen and (max-width:1260px){
	#logoContainer a{
		max-width:443px;
	}	
}

@media screen and (max-width:1000px){
	#logoContainer a{
		display:block;
	/*	max-width:161px; */
		height:auto;
		margin:auto;
	}	
}

/* MAIN NAVIGATION */

.main-nav ul li.navMobile{
	display:none;
}

@media screen and (min-width: 1000px) {	
:root { --navStick: 0px;}
	
	#mainNavigation{
		background-color:#fff;
		position: -webkit-sticky; /* Safari */
		position: sticky;
		top: var(--hnBackgroundDark);
		z-index:999;
		border-top: 1px solid var(--hnBackgroundDark);
		border-bottom: 1px solid var(--hnBackgroundDark);
	}

	.main-nav ul{
		display: flex;
		justify-content:space-between;
		max-width:1341px;
		margin:auto;
	}

	.main-nav ul li{
		display:block;
		text-align:center;
		overflow:visible;
		position:relative;
	}
	.main-nav ul li:after{
		content: "";
		display: none;
		height: 18px;
		width:2px;
		background-color:var(--hnBackgroundDark);
		position:absolute;
		top:21px;
	}

			

	.main-nav ul li a:link,
	.main-nav ul li a:visited{
		display:block;
		text-align:center;
		padding:20px 0;
		text-transform:uppercase;
		color:var(--hnBackgroundDark);
		font-weight:500;
		font-size:22px;
		letter-spacing: 0;
		position:relative;
	}
	
	.main-nav ul li a:hover{
		color:grey;
	}
	
	
	
	.main-nav ul li.current-menu-item a:after{
		content: "";
		display: block;
		height: 3px;
		width:100%;
		background-color:var(--hardntuzCol);	
		position:absolute;
		bottom:15px;
		left:0;
		}

	
}

#navMainOuter{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0px;
	z-index:999;
}

div#responsiveNavigation{
		display:none;
		background-color:#fff;
		z-index:999;
		border-top:1px solid #a0a0a0;
		border-bottom:1px solid #a0a0a0;
	}	

a#hamburger{
	min-width:58px;
	height:58px;
	box-sizing:border-box;
	display:block;
	border-right:1px solid #a1a1a1;
	background-repeat:no-repeat;
}


.hamburgerClose{
	background-color:var(--hnBackgroundDark);
}	

#basketLinkMobile{
	display:none;
	min-width:58px;
	height:58px;
	box-sizing:border-box;
	border-left:1px solid #a1a1a1;
}

@media screen and (max-width:1000px){
	
	.main-nav ul li.navMobile,
	.main-nav ul li{
		display:block;
	}

	#mobileSearch{
		padding-top:15px;
		position:relative;
	}
	
	#mobileSearch form{
		display:block;
		text-align:left;
	}
	
	#mobileSearch form input{
		width:82%;
		display:inline-block;
		border:0px solid var(--hnBackgroundDark);
		padding:7px 15px;
		margin-top:0px;
		font-size:18px;
		background: rgba(76, 175, 80, 0.0);
		vertical-align:middle;
		border-bottom:0px solid #d7d7d7;
	}
	
	#mobileSearch form input:focus{
		outline: none;
	}
	
	#mobileSearch button{
		padding:10px 10px;
		display:inline-block;
		vertical-align:middle;
		position:absolute;
		top:9px;
		right:9px;
		border:0px solid var(--hardntuzCol);
		background-color:var(--hardntuzCol);
		color:#FFF;
		cursor:pointer;
		border-radius:3px;
		z-index:10;
		font-size:16px;
		text-transform:uppercase;
		
	}
	
	#mobileSearch button img{
		display:block;
		width:20px;
		height:20px;
	}
	
	#mobileSearch{
		width:100%;
	}
	#basketLinkMobile{
	display:block;
	}
	
	div#navigationContainer .container1OCM {
    width: 100%;
	}


	div#responsiveNavigation{
		display:flex;
	}	
	
	div#navigation{
		position:absolute;
		left:-1000px;
		top:0;
		background-color:var(--hnBackgroundDark);
		width:100%;
		z-index:999;
		padding-left:10px;
	}
	
	.responsiveOpen{
		top:0 !important;
		left:0 !important;
		transition: all .5s;
	}
	
	.responsiveClose{
		transition: all .8s;
	}
	
	div#navigation ul{
		display: flex;	
		flex-wrap: wrap;
		border-bottom:0 solid #fff;
		padding-bottom:30px;
		padding-top:30px;
	}
	
	div#navigation ul li{
		border-bottom:0px solid #a7a7a7;
		width:50%;
		padding-right:10px;
	}
	
	.main-nav ul li a:link,
	.main-nav ul li a:visited{
		display:block;
		padding:10px 0 16px 10px;
		text-transform:uppercase;
		color:#FFF;
		font-weight:600;
		letter-spacing: 0px;
		line-height:20px;
		font-size:15px;
		margin:0;
	}
	
	.main-nav ul li a:hover{
		color:var(--hardntuzCol);
		background-color:var(--hnBackgroundDark);
	}

}

@media screen and (max-width:1000px){
	#contentArea{
		margin:30px 0;
	}
}

@media screen and (min-width:1000px){
	#contentArea{
		margin:50px 0 100px 0;
	}	
}
/*WOOCOMMERCE OVERIDE PRODUCT PAGE*/


@media screen and (min-width: 1000px) {	
	.summary{
		max-width:35%;
	}
}
.woocommerce div.product .product_title{
	font-size:36px;
	line-height:42px;
	margin:0 0 5px 0;
	font-weight:600;
	text-transform:uppercase;
}



@media screen and (max-width: 400px) {	
	.woocommerce div.product .product_title{
		font-size:20px;
		line-height:30px;
		margin:20px 0 20px 0;
	}
}

.woocommerce div.product p.price{
	color:var(--hnBackgroundDark);
	font-weight:400;
	font-size:24px;
	margin:0 0 20px 0;
}

.priceB{
	font-size:16px;
}




.woocommerce table.shop_attributes {
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid var(--hnBackgroundDark);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes{
	border-top:0;
}

.woocommerce table.shop_attributes th,
#contentArea .woocommerce-product-attributes p{
	font-size:16px;
	line-height:16px;
	margin:0;
	padding:6px 0;
	font-weight:normal;
}

#contentArea .woocommerce-product-attributes p{
	font-style: italic;
}

.woocommerce-product-attributes::before {
  content: 'Helmet Specifications:';
  font-size:18px;
  font-weight:600;
  margin-bottom:10px;
  display:inline-block;
  width:100%;
  white-space:nowrap;
}

.woocommerce table.shop_attributes th {
    width: 150px;
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    line-height: 1.5;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 0;
    border-top: 0;
    border-bottom: 1px solid #dddddd;
    margin: 0;
    line-height: 1.5;
	text-decoration:none;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: #FFF;
}



.woocommerce .woocommerce-product-attributes-item__value p a{
	color:black;
	text-decoration:none;
}

.woocommerce .input-text{
	padding:3px;
	font-size:18px;
	margin-bottom:20px;
}

@media screen and (min-width:766px){
	.woocommerce-page div.product div.summary {
		float: right;
		width: 40%;
		clear: none;

	}

	.woocommerce-page div.product div.summary {
	max-width: 40%;
	}
}

.woocommerce .cart button.single_add_to_cart_button{
	display:block;
	width:100%;
	font-size:29px;
	padding:22px 0;
	background-color:#000;
	border-radius:0;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 2px;
}

.woocommerce button.single_add_to_cart_button:hover, .woocommerce button.button:hover{
	background-color:var(--hnBackgroundDark) !important;
}

.quantity::before {content: "Qty: ";}

.pDescTitle{
	font-size:18px;
	margin-bottom:10px;
	font-weight:600;
}

p#singleProductTechDescription{
	font-weight:200;
	font-size:16px;
	line-height:22px;
	margin-bottom:7px;
	color:#686868;
}

span.sku_wrapper{
	display:block;
	margin-top:20px;
	font-size:14px;
}


.posted_in{
	display:block;
	margin-top:10px;
	font-size:14px;
}

.woocommerce .related{
	clear:both;
	display:block;
	width:100%;
	margin-top:100px;
}

div.wpgs-nav{
	margin-top:20px;
}


div.wpgs-nav .slick-slide{
	border:1px solid #dfdfdf;
}

.related{
	padding-top:50px;
}

#contentArea .related > h2{
	margin-bottom:20px;
	font-size:20px;
	padding-bottom:10px;
	color:#000;
	text-transform:uppercase;
	font-weight:600;
}

#contentArea .related > h2::after{
	content:' ...';
}

.woocommerce-result-count{
	font-size:14px;
}

select.orderby{
	padding:5px;
	display:inline-block;
	margin-top:-10px;
}





#contentArea .woocommerce ul.products li.product .woocommerce-loop-product__title,
#contentArea h2.woocommerce-loop-product__title{
	text-align: center;	
	font-size:18px;
	line-height:26px;
	font-weight:600;
	padding:0 5px;
	display: block;
	color:#494949;
	
	margin:20px auto 0 auto;
}

.woocommerce ul.products li.product .price{
	color:#7d7d7d;
	display:block;
	text-align: center;
	margin-top:10px;
	font-weight: 600;
	font-size:20px;
}

.woocommerce span.onsale {
	background-color: var(--hardntuzCol);
}


.priceB{
	
}

.woocommerce ul.products li.product .price del{
	margin-right:10px;	
}

.woocommerce ul.products li.product .price ins{
	text-decoration: none;	
	display: inline-block;
	color:var(--hardntuzCol);
}

.woocommerce a.button{

	
}

.woocommerce-product-details__short-description{
	margin-bottom:20px;
	margin-top:20px;
	font-size:16px;
	line-height: 20px;
}

.woocommerce-product-details__short-description p {
	font-size:14px;
	line-height: 20px;

	
}

.description{
	margin-bottom:20px;
	margin-top:20px;
	position: relative;
	border-radius: 0px;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4;
	padding-bottom:20px;
	padding-top:20px;
}

#contentArea .description ul{
	columns:2;
	padding:10px 30px 10px 30px;
}


#contentArea .description ul li{
	font-size:14px;
	line-height: 20px;
	width:94%;
	margin-bottom:10px;
}

#contentArea .description h2{
	color: var(--hnBackgroundDark);
	font-size:16px;
	font-weight:600;
	margin:0 0 20px 0;
	background-color:#fff;
	display:inline-block;
}


#contentArea .description ul {
  list-style: none; /* Remove default bullets */
}

#contentArea .description ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--hardntuzCol); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

#productIcons{
	display:flex;
	justify-content: space-between;
}

#productIcons a:link,#productIcons a:visited{
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
	color:#969696;
	display:block;
	box-sizing: border-box;
}

#productIcons a:hover{
	color:var(--hnBackgroundDark);
}

#productIcons a img{
	height:23px;
	margin:-3px 5px 0 0;
	display:inline-block;
	vertical-align: middle;
}

#productIcons a#fitGuide img{
	width:33px;
}

#productIcons a#shareSocial img{
	width:21px;
}

#productIcons #delReturns img{
	width:32px;
}




#fitGuide{
	max-width:146px;
}

#delReturns{
	max-width:200px;
}

#shareSocial{
	max-width:85px;
}

#productIcons br{
	display: none;
}

@media screen and (min-width:750px) and (max-width:1400px) {
	#productIcons br{
		display: inline;
	}
	
	#productIcons a span{
		display:block;
		
	}
	
	#productIcons a img{
		display:block;
		float:left;
		margin:3px 5px 0 0;
	}
	
	
	
	#fitGuide{
	max-width:inherit;
		width:32%;
}

	#delReturns{
		max-width:inherit;
		width:43%;
	}

	#shareSocial{
		max-width:inherit;
		width:25%;
	}
	
	#shareSocial span{
		margin-top:7px;	
	}
	
	
}

@media screen and (max-width:475px) {

	
	#productIcons br{
		display: inline;
	}
	
	#productIcons a span{
		display:block;
		
	}
	
	#productIcons a img{
		display:block;
		float:left;
		margin:3px 5px 0 0;
	}
	
	
	
	#fitGuide{
	max-width:inherit;
		width:30%;
}

	#delReturns{
		max-width:inherit;
		width:37%;
	}

	#shareSocial{
		max-width:inherit;
		width:23%;
	}
	
	#shareSocial span{
		margin-top:7px;	
	}

}


@media screen and (max-width:360px) {
	#productIcons a:link,#productIcons a:visited{
		font-size:12px;
		font-weight:600;
	}
	#productIcons a img{
		display:block;
		float:left;
		margin:1px 5px 0 0;
	}
}


.woocommerce div.product form.cart .variations select {
	padding:10px 5px;
	width:100%;
	font-size: 16px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 10px;
	padding-top:3px;
	width:0%;	
}


.woocommerce div.product p.price, .woocommerce div.product .woocommerce-variation-price span.price{
	display:block;
	margin:0 0 20px 0;
}

.woocommerce ul.products li.product a.button {
    display: none;
}

.woocommerce div.product span.price {
	color: var(--hardntuzCol);
	font-size: 20px;
}

.xoo-wsc-subtotal {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
	margin-bottom:4px;
}

a.xoo-wsc-remove {
    color: var(--hardntuzColDark);
}

.xoo-wsc-footer a.button {
    background-color:var(--hardntuzColDark);
	color:#FFF;
}

.xoo-wsc-shiptxt {
    padding: 0 15px;
    display: block;
    font-size: 13px;
	line-height: 17px;
	text-align: center;
}

.xoo-wsc-content {
    position: relative;
    font-size: 14px;
	line-height: 18px;
}

.xoo-wsc-price {
    font-weight:bold;
}

.woocommerce a.button.alt{
	background-color:#000;
	color:#FFF;
}

.woocommerce a.button.alt:hover{
	background-color:var(--hnBackgroundDark);
}

.woocommerce-checkout h3{
	font-size:20px;
	margin-bottom:20px;
	color:var(--hardntuzCol);
}

#order_review_heading{
	margin-top:20px;	
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text{
	font-size:16px;
	background-color:#ececec;
	border:0px solid var(--hnBackgroundDark);
	padding:10px;
	box-sizing: border-box;
}

.woocommerce form .form-row textarea {
    font-size:16px !important;
	padding:10px;
}

.woocommerce-checkout textarea::placeholder {
  font-size:14px;
	padding:10px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
	font-size:16px;
	color:#5a5a5a;
}

#billing_address_1_field{
	margin-top:20px;	
}

.select2-container--default .select2-selection--single {
    background-color:#ececec;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}


element {

}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 60%;
}

.woocommerce-info,
.woocommerce-info::before {
    color: var(--hardntuzColDark);
    border-top-color: var(--hardntuzColDark);
}

.woocommerce-message {
    border-top-color: var(--hardntuzColDark);
}
.woocommerce-message::before {
    color: var(--hardntuzColDark);
}


.xoo-wsc-basket {
    border-radius: 5px;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img{
	width:150px;	
}



/* homeCategories.inc */

.homeCatContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 50px 0;
	margin-top:30px;
}

a.catItemsHome {
    position: relative;
    width: 24%;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
	min-height:250px;
	background-color:var(--hnBackgroundDark);
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
}

.homeCatContainer a.catItemsHome h2{
	position:relative;
	z-index:2;
	color:#fff;
	text-align:center;
	margin-top:115px;
	text-transform:uppercase;
	font-weight:600;
	font-size:20px;
	line-height:24px;
}

.homeCatContainer a.catItemsHome img.mainCatsplat {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
	opacity:0.7;
}

.homeCatContainer a.catItemsHome:hover img.mainCatsplat {
	opacity:1.0;
}

@media only screen and (max-width: 1000px) {

	a.catItemsHome {
			width: 31%;
			min-height:100px;
		}
	.homeCatContainer a.catItemsHome h2{
		margin-top:43px;
		font-size:16px;
		line-height:20px;
		}
}

@media only screen and (max-width: 380px) {

	a.catItemsHome {
			width: 48%;
			min-height:120px;
			border-top-left-radius:0px;
			border-bottom-right-radius:0px;
			border-radius:5px;
		}
.homeCatContainer a.catItemsHome h2{
		margin-top:52px;
		font-weight:600;
		font-size:18px;
		line-height:20px;
		}
	.homeCatContainer a.catItemsHome img.mainCatsplat {
		position: absolute;
		top: -10px;
		left: -5px;
		object-fit: cover;
		height: 120%;
		width: 120%;
		display: block;
		z-index: 2;
		opacity:0.7;
	}
}


@media only screen and (max-width: 350px) {

		a.catItemsHome {
				width: 48%;
		}
}
.homeCatContainer a.catItemsHome img.mainCatImg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
	transition:all .2s;
}
.homeCatContainer a.catItemsHome:hover img.mainCatImg{
	height: 105%;
    width: 105%;
	transition:all .2s;
	top: -4%;
    left: -4%;
	opacity:0.8;
}


/* homeHero.inc*/


.headingWidthContain{
	max-width:1000px;
	margin:auto;
}

.paragraphWidthContain{
	max-width:800px;
}

#heroHeadContainer{
	position:absolute;
	width:100%;
	text-align:center;
}


	
#homeHero p{
		display:inline;
		margin:0 auto 0 auto;
		text-align:center;
		color:#e8e8e8;
		padding:5px;	
}


#homeHero{
	background-position:center;
	background-size:cover;
	color:#fff;
}

#homeHelmetsHero{
		max-width:950px;
		max-height:241px;
	}
@media screen and (max-width:10000px){
	#homeHero{
		
	}
	

	
	#homeHelmetsHero{
		margin:auto;
	}
	
	#homeHero .container1OCM{
		height: 500px;
	}
	
	#heroHeadContainer{
		top:125px;
	}
	
	#homeHero h1{
		display:inline;
		margin:0 auto 0 auto;
		text-align:center;
		padding:5px;
		background: rgba(0,0,0,0.6);
		font-size:50px;
		line-height:70px;
		font-weight:600;
		text-transform:uppercase;
	}
	
	.paragraphWidthContain{
		background: rgba(0,0,0,0.6);
		margin:30px auto 0 auto;
	}


	#homeHero p{
		font-size:28px;
		line-height:40px;
		font-weight:400;
	}

}



@media screen and (max-width:600px){
	#homeHero{
		height:325px;
		margin-bottom:60px;
	}
	
	#heroHeadContainer{
		top:75px;
		padding:0 25px;
	}
	
	#homeHero .container1OCM{
		height: 325px;
		width:100%;
		background: rgba(0,0,0,0.6);
	}
	
	#homeHero h1{
		margin:0 auto 0 auto;
		text-align:center;
		color:#FFF;
		font-size:22px;
		line-height:28px;
		font-weight:600;
		text-transform:uppercase;
		background: rgba(0,0,0,0.0);
	}
	
	.paragraphWidthContain{
		margin:20px auto 0 auto;
		background: rgba(0,0,0,0.0);
	}
	
	#homeHero p{
		font-size:18px;
		line-height:24px;
		font-weight:200;
	}
	
	#homeHelmetsHero{
		margin:20px auto 0 auto;
	}
}



@media screen and (max-width:350px){
	#homeHero{
		margin-bottom:100px;
	}
	
	#homeHero .container1OCM{
		height: 360px;
	}
	
	#homeHelmetsHero{
		margin:20px auto 0 auto;
	}
}

#headerExtraContainer{
	position: absolute;
	top:0;
	width:100%;
}

div#headerPhone{
	position: absolute;
	left:25px;
	top:130px;
}



@media screen and (max-width:1260px){
	div#headerPhone{
		left:15px;
		top:110px;
	}	
}

div#headerPhone a{
	position:relative;
	display: block;
	font-size:27px;
	font-weight:600;
	color:#fff;
}

@media screen and (max-width:1260px){
	div#headerPhone a{
		font-size:20px;
	}	
}

#callPhone{
	color:var(--hardntuzCol);
}

div#headerPhone a img{
	width:18px;
	height:auto;
	position: absolute;
	left:-22px;
	top:-2px;
}

#deliveryInformation{
	max-width:270px;
	height:auto;
	position:absolute;
	top:20px;
}

@media screen and (max-width:1260px){
	#deliveryInformation{
		max-width:200px;
		top:25px;
	}	
}

@media screen and (max-width:1000px){
	#deliveryInformation{
		display:none;
	}	
}

@media screen and (max-width:1000px){
	#headerExtraContainer{
		position: fixed;
		bottom:0;
		top:inherit;
		width:100%;
		background-color:var(--hnBackgroundDark);
		z-index: 12;
		border-top:1px solid #959595;
	}
	
	div#headerPhone{
		position: relative;
		top: inherit;
		left: inherit;
	}
	
	div#headerPhone a{
		padding:10px;
		text-align: center;
	}
	
	div#headerPhone a img{
		position: inherit;
		display:inline-block;
		vertical-align: middle;
		left: inherit;
		top: inherit;
	}
	
	#spPhone{
		display:inline-block;
		vertical-align: middle;
		margin-left:3px;
		font-weight:400;
		font-size:20px;
	}
	
}

#desktopSearch{
	position:absolute;
	right:80px;
	top:110px;
}

@media screen and (max-width:1260px){
	#desktopSearch{
		top:94px;
	}	
}


	
#desktopSearch form{
	display:block;
	text-align:left;
}

#desktopSearch form input{
	width:240px;
	display:inline-block;
	border:0px solid var(--hnBackgroundDark);
	padding:10px 15px;
	margin-top:0px;
	font-size:16px;
	font-weight:400;
	background-color:#FFF;
	vertical-align:middle;
	border-bottom:0px solid #d7d7d7;
	height:40px;
}

@media screen and (max-width:1260px){
	#desktopSearch form input{
		width:180px;
		padding:10px 10px;
		height:30px;
	}	
}



#desktopSearch form input:focus{
	outline: none;
}

#desktopSearch button{
	position: absolute;
	top:0;
	right:0;
	padding:5px 10px;
	display:block;
	height:40px;
	box-sizing: border-box;
	background-color:var(--hardntuzCol);
	border:0px solid var(--hardntuzCol);
	border-radius: 0;
	cursor:pointer;
}

@media screen and (max-width:1260px){
	#desktopSearch button{
		padding:5px 5px;
		display:block;
		height:30px;
	}	
}

#desktopSearch button img{
	disply:block;
	width:80%;
	height:auto;
	margin: auto;
}


#HNbasket{
	position: absolute;
	top:125px;
	right:20px;
}

@media screen and (max-width:1260px){
	#HNbasket{
		top:100px;
		right:30px;
	}	
}

/* cart css*/

.cart-contents-count {
	color: var(--hardntuzCol);
	border:2px solid var(--hardntuzCol);
	font-weight: bold;
	border-radius: 5px;
	padding: 3px 6px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size:16px;
}

#HNbasketBB{
	position: relative;
}

#basketLinkDekstop{
	position:absolute;
	top:-6px;
	left:-27px;
	width:29px;
	height:27px;
}

.cart-contents{
	position:absolute;
	top:5px;
	right:-28px;	
}

@media screen and (max-width:1000px){
	#HNbasket{
		display:none;	
	}
}

#topNavigation{
	position: absolute;
	right:0;
	top:46px;
	z-index:2;
}

@media screen and (max-width:1260px){
	#topNavigation{
		right:-15px;
		top:36px;
	}	
}

@media screen and (max-width:1000px){
	#topNavigation{
		display:none;
	}	
}

nav.top-menu{
	
}

nav.top-menu ul li{
	display:inline-block;
	padding:0 15px 0 15px;
	border-left:2px solid #FFF;
}

@media screen and (max-width:1260px){
	nav.top-menu ul li{
		padding:0 7px 0 10px;
	}	
}

nav.top-menu ul li:first-child{
	border-left:0px solid #646464;
}

nav.top-menu ul li a:link,
nav.top-menu ul li a:visited{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#FFF;
}


.woocommerce button.button{
	background-color:var(--hardntuzColDark);
	color:#FFF;font-weight:400;
	
}

.woocommerce button.button:hover{
	background-color:var(--hnBackgroundDark);
	color:#FFF;
}

xoo-wsc-footer a.button {
    background-color: var(--hardntuzCol);
    color: #FFF;
}

.xoo-wsc-container .button{
	background-color: var(--hardntuzCol);
    color: #FFF;
	margin: 4px 0;
	width: 100%;
	text-align: center;
	font-size: 100%;
	display: block;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	border: 0;
}

/* INNER PAGES */


#internalPages .splitColumnContainer{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#internalPages .column1{
	width:60%;
}

#internalPages .column2{
	width:33%;
}

.contactPage .column1,
.contactPage .column2{
	width:48% !important;
}

@media screen and (max-width:1000px){
	#internalPages .column1,
	#internalPages .column2{
		width:100%;
	}
	
	.contactPage .column1,
	.contactPage .column2{
		width:100% !important;
	}
}

#internalPages h1{
	font-size:30px;	
	line-height: 36px;
	margin:0 0 20px 0;
}

#internalPages h2{
	font-size:24px;	
	line-height: 30px;
	margin:30px 0 7px 0;
}


#internalPages h3{
	font-size:20px;	
	line-height: 26px;
	margin:30px 0 7px 0;	
}

#internalPages ul,
#internalPages ol{
	padding:20px 10px 20px 30px;	
}

#internalPages ul li,
#internalPages ol li{
	margin:0 0 3px 0;
}

@media screen and (max-width:600px){
	#internalPages h1{
		font-size:24px;	
		margin:0 0 20px 0;
	}	
}

#internalPages strong{
	font-weight:600;	
}

/*CONTACT FORM*/

.wpcf7{
	
}

.wpcf7 form{
	
}

.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea{
	padding:7px;
	font-size:16px;
	width:100%;
	box-sizing: border-box;
}

.wpcf7 form .wpcf7-list-item{
	margin:0;
}

.wpcf7 form .wpcf7-list-item input{
	width:inherit;
	padding:20px 0;
}
/* HOME PAGE */




#homePageContent .wc-block-grid__product-onsale{
	display:none;	
}


#homePageContent .wc-block-grid__product-price{
    color: #7d7d7d;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
	font-weight:600;
}

#homePageContent .wc-block-grid__product-price del{
    color: #b4b4b4;
	margin-right:10px;
}

#homePageContent .wc-block-grid__product-price ins{
    color: var(--hardntuzCol);
	text-decoration: none;
}


#homePageContent .wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    width: 80%;
	margin:auto;
}

.woocommerce ul.products li.product .onsale {
		display:none;
	}

@media screen and (min-width:1300px){
	.woocommerce ul.products li.product a img {
		width: 80%;
		margin:auto;
	}
	
	.woocommerce ul.products li.product .onsale {
		top: 0;
		right: 50px;
	}
}

@media screen and (max-width:480px){
	
	#homePageContent .wc-block-grid {
    width:95%;
	margin:0 auto 20px auto;
	}
	
	#homePageContent h2{
		font-size:18px;	
		line-height: 24px;
		margin-top:30px;
		margin-bottom:30px;
	}
	
	#homePageContent .wc-block-grid.has-4-columns .wc-block-grid__products{
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin: 0 -8px 16px;
		background-clip: padding-box;
	}
	
	#homePageContent .wc-block-grid.has-4-columns .wc-block-grid__product {
		margin-left: auto;
		margin-right: auto;
		flex: 1 0 100%;
		max-width: 49%;
		padding: 0;
	}
	
	#homePageContent .wc-block-grid__products .wc-block-grid__product-image img {
		height: auto;
		width: 100%;
		margin: auto;
	}
	
	#homePageContent .wc-block-grid__product .wc-block-grid__product-title {
    	font-size: 12px;
    	line-height: 16px;
 
	}
}

.sku_wrapper{
	margin-bottom:20px;
}

.sku_wrapper .sku{
	font-weight:600;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    box-shadow: none;
    max-width: 150px;
}


@media only screen and (max-width: 770px) {
.woocommerce-page table.shop_table_responsive tr.woocommerce-shipping-totals td::before{
	content: 'Shipping: ';
	clear: right;
	float:inherit;
    display: block;
    text-align:left;
    margin-bottom:10px;
}  
}

/* FOOTER*/
#footerContainer{
	padding:50px 0;
	position:relative;
	z-index:1;
}

#footerContact{
	margin-top:-20px;
}

#footerContactContainer p{
	text-align:center;
	max-width:380px;
}

#footerContactContainer{
	width:400px;
	margin-top:-30px;
}

@media screen and (max-width: 1000px) {
	#footerContainer{
		padding:10px 0;
	}
}


#HNfooter{
	background-color:var(--hnBackgroundDark);
	border-top:2px solid #000;
	padding:40px 20px 0 20px;
	position:relative;
	background-size:cover;
	background-position:center center;
}

@media screen and (min-width: 1000px) {
	#HNfooter{
		min-height:400px;
	}	
}

#footImage{
	max-width:593px;
	position:absolute;
	left:100px;
	bottom:0;
}

@media screen and (max-width:1000px){
	#footImage{
		display:none;
	}	
}

#footerLogo{
	display:block;
	max-width:380px;
}


#footerContact p{
	line-height:24px;
}

#footerContact p:last-child{
	margin-top:20px;
}

@media screen and (max-width: 1200px) {
	#footerContactContainer{
		display:none;
	}
}

#footerColumns{
	display:flex;
	justify-content:space-between;
	flex-flow:row;
}

@media screen and (max-width: 800px) {
	#footerColumns{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-around;
	}
}

#footerColumns > div{
	flex-grow:1;
}


@media screen and (max-width: 800px) {
	#footerColumns > div{
		width:40%;
		margin-bottom:40px;
		padding-left:40px;
	}	
}

@media screen and (max-width: 600px) {
	#footerColumns > div{
		width:100%;
		padding-left:30px;
		margin-bottom:40px;
		padding-bottom:10px;
		border-bottom:1px solid #d8d8d8;
	}	
	
	#footerColumns > div:last-child{
		border-bottom:0px solid #d8d8d8;
	}
}

#footerColumns > div h2{
	font-size:24px;
	line-height:normal;
	border-bottom:2px solid var(--hardntuzCol);
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	margin:0 0 30px 0;
	font-weight:600;
}

#footerColumns > div ul{
	padding:0;
}

#footerColumns > div ul li{
	display:block;
}

#footerColumns > div ul li a:link,
#footerColumns > div ul li a:visited{
	text-decoration:none;
	margin:0 0 15px 0;
	display:inline-block;
	font-weight:600;
	text-transform:uppercase;
}

#footerColumns > div ul li a:hover{
	text-decoration:underline;
}

#footerColumns > div ul li,
#footerColumns > div ul li a:link,
#footerColumns > div ul li a:visited,
#footerContact p,
#footerContact a:link,
#footerContact a:visited{
	color:#bebebe;
}

#openingTimes li{
	margin-bottom:5px;
}

#openingTimes li span{
	display:inline-block;
	width:70px;
}



#paymentMethods{
	background-color:#000;
	text-align:center;
	padding:40px 0;
}

@media screen and (max-width: 1000px) {
	#paymentMethods{
		padding:40px 0 60px 0;
	}	
}

#paymentMethods a{
	display:inline-block;
	max-height:30px;
}

#paymentMethods a img{
	width:auto;
	max-height:30px;
}

@media screen and (max-width: 500px) {
	#paymentMethods a img,
	#paymentMethods a{
		max-height:25px;
	}	
}
#siteInfo{
	margin-top:20px;
}
#siteInfo,
#siteInfo a{
	color:#656565;
	line-height:30px;
}
/* END FOOTER */

/* PROODUCT PAGE IMAGE */
.onsale{
	display:none;
}

.container1OCMb,
.woocommerce .related{
	max-width:1323px;
	width:95%;
	margin:auto;
}

.woocommerce div.product div.images .flex-control-thumbs {
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  max-width:60px;
	  position:absolute;
	  left:-80px;
	  top:0;
}	

@media screen and (max-width:766px){
	.woocommerce div.product div.images .flex-control-thumbs {
		position:relative;
		left:0;
		max-width:100%;
		display:flex;
		gap:10px;
		margin-top:10px;
	}	
}

	.woocommerce div.product div.images .flex-control-thumbs li {
	  width: 100%;
	  float: none;
	  margin: 0;
	  margin-bottom: 0px;
	  list-style: none;
	  padding:3px;
	  border:1px solid #dbdbdb;
	}
	
@media screen and (max-width:766px){
	.woocommerce div.product div.images .flex-control-thumbs li {
		  width: inherit;
		  float: none;
		  flex-grow:1;
	}	
}

@media screen and (min-width: 765px) {

    .woocommerce div.product div.images .flex-control-thumbs {
        overflow: hidden;
        margin: 0;
        padding: 0;
        max-width: 100px;
        position: absolute;
        left: -110px;
        top: 0;
		display:flex;
		flex-wrap:wrap;
		gap:7px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 45%;
        float: none;
        margin: 0;
        margin-bottom: 0px;
        list-style: none;
        padding: 3px;
        border: 1px solid #dbdbdb;
    }
}




@media screen and (max-width: 500px) {
    .woocommerce-product-gallery #videoIcon{
       bottom: 121px; 
    }
    
	.woocommerce div.product div.images .flex-control-thumbs {
		gap:7px;
		flex-wrap: wrap;
		width:100%;
    }

	
	.woocommerce div.product div.images .flex-control-thumbs li {
		max-width: 40px;
	}
}

@media screen and (min-width:766px){
	.woocommerce-page div.product div.images {
		width: 47%;
		margin-left: 80px;
	}
}


#contentArea .summary .price{
	font-size:30px;
	font-weight:600;
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
	text-decoration:none;
	color:var(--hardntuzCol);
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 18px;
  text-transform:uppercase;
  font-weight:600;
  color: #767676;
  display: block;
  margin: auto;
  color:#fff;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #b0b0b0;
}

#breadCrumbContainer{
	padding:26px 0;
	background-color:#000;
}

@media screen and (max-width:766px){
	#breadCrumbContainer{
		display:none;
	}	
}

.breadArrows{
	display:inline-block;
	margin:0 5px;
}

.woocommerce button.button.alt.disabled{
	background-color:#c7c7c7;
}

#woocommerceTopDesription{
	margin:20px 0;
}

#productInfoContainer{
	background-color:#337972;
	clear:both;
	padding:100px 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

@media screen and (max-width:1400px){
	#productInfoContainer{
		padding:100px 20px;
	}	
}

@media screen and (max-width:1000px){
	#productInfoContainer{
		padding:40px 10px;
	}	
}

#productInfoContainerB{
	display:flex;
	gap:55px;
}

@media screen and (max-width:1000px){
	#productInfoContainerB{
		display:block;
	}
}

.productInfoContainerCol{
	flex-grow:1;
}

#productInfoContainer #videoContainer video{
	max-width:776px;
	min-width:500px;
	height:auto;
	width:100%;
}

@media screen and (max-width:1000px){
	#productInfoContainer #videoContainer video{
		max-width:100%;
		min-width:100px;
	}	
}

@media screen and (max-width:1000px){
	#productInfoContainer #videoContainer {
		margin-bottom:20px;
	}	
}

#moreInformation{
	max-width:453px;
}

@media screen and (max-width:1000px){
	#moreInformation{
		max-width:100%;
	}	
}

#moreInformation ul{
	padding:0;
	margin:0;
	display:block;
}

@media screen and (max-width:1000px){
	#moreInformation ul{
		display:flex;
		gap:20px;
		flex-wrap:wrap;
		justify-content:space-between;
		margin-top:40px;
	}	
}

#moreInformation p,
#moreInformation ul li{
	color:#fff;
	font-size:18px;
	line-height:24px;
	font-weight:400;
}

@media screen and (max-width:1000px){
	#moreInformation ul li{
		width:48%;
	}	
}

@media screen and (max-width:600px){
	#moreInformation ul li{
		width:100%;
	}	
}

#moreInformation p{
	margin:0 0 10px 0;
}

#moreInformation ul li{
	display:block;
	margin:0 0 10px 0;
}

#moreInformation ul li strong{
	color:var(--hardntuzCol);
	font-weight:600;
}

#productSKU{
	fint-size:16px;
	margin-bottom:20px;
}

#videoHelmetID{
	color:#fff;
	margin-top:10px;
	font-size:16px;
	text-align:center;
}

#certifiactionImg{
	max-width:307px;
	margin:20px 0 0 0;
}

#threeMsciencePanel{
	margin:60px 0 0 0;
}

@media screen and (max-width:600px){
	#threeMsciencePanel{
		margin:20px 0;
	}	
}



#sizeAndDetail{
	background-color:#1c1c1c;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;	
	margin-top:80px;
}

#sizeAndDetail > div{
	display:flex;
}

@media screen and (max-width:1100px){
	#sizeAndDetail > div{
		display:block;
	}	
}

#sizeAndDetail > div img{
	max-width:668px;
	width:100%;
	display:block;
	margin:auto;
}

@media screen and (max-width:1100px){
	#sizeAndDetail > div img{
		margin:0 auto 40px auto;
	}
}

.containerPorductListing{
	max-width:1500px;
	margin:auto;
	position:relative;
	width:90%;
}

.products,
.wc-block-grid__products{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding-left:1.2%;
	
}

#homePageContent .wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    width: 100%;
    margin: auto;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.wc-block-grid__products li{
	float:none;
	border:1px solid var(--hardntuzCol);
	padding:36px 20px;
	max-width:23.8%;
	width:23.8%;
	margin:0;
	
}





@media screen and (max-width:1420px){
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product,
	.wc-block-grid__products li{
		max-width:23%;
		width:23%;
	}	
}




@media screen and (max-width:1000px){
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product,
	.wc-block-grid__products li{
		padding:16px 10px;
		flex: 1 1 30%;
		max-width:inherit;
		width:inherit;
	}	
}

@media screen and (max-width:800px){
	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product,
	.wc-block-grid__products li{
		padding:16px 10px;
		flex: 1 1 48%;
	}	
}

#contentArea .containerPorductListing .products li,
.wc-block-grid__products li{
	margin:0;
}

@media screen and (max-width:400px){
    
    #contentArea h2.woocommerce-loop-product__title {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      padding: 0 5px;
      margin: 5px auto 0 auto;
      text-transform:uppercase;
    }
    
    #contentArea .pListingSKU {
      margin-top: 3px;
      margin-bottom: 4px;
      font-size: 14px;
      font-weight: 400;
    }
    
    .woocommerce ul.products li.product .price {
      font-weight: 400;
      font-size: 14px;
    }

    #contentArea .containerPorductListing .products li, 
    .wc-block-grid__products li {
        margin: 0;
        margin-bottom:20px;
    }


	.woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product,
	.wc-block-grid__products li{
		padding:16px 10px;
		flex: 1 1 100%;
	}	
}

@media screen and (max-width:400px){
    #contentArea ul.columns-4 {
        padding: 0;
    }
    
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product,
    .wc-block-grid__products li{
    	float:none;
    	border:0px solid var(--hardntuzCol);
    	padding:0 0;
    	max-width:45%;
    	width:45%;
    	margin:0;
    }    
}


.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display:none;
}



#contentArea .containerPorductListing .products ul,
.wc-block-grid__products{
	padding:0;
}

#shopBar{
	display:flex;
	background-color:#000;
	height:113px;
	width:100%;
	color:#FFF;
	justify-content:space-between;
	align-items: center;
	padding:0 40px;
	margin-bottom:60px;
}

#contentArea #shopBar p{
	color:#FFF;
	margin:0;
	font-weight:600;
	font-size: 18px;
	line-height: 24px;
}



.woocommerce  #shopBar .woocommerce-ordering{
	margin:0;
}

.woocommerce  #shopBar .woocommerce-ordering select.orderby{
	margin:0;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	background-color:#fff;
	border:none;
}

@media screen and (max-width:1000px){
	#shopBar{
		margin-bottom:30px;
	}
	
}

@media screen and (max-width:600px){
	#shopBar{
		flex-direction: column;
		padding:20px 0;
		margin-bottom:20px;
	}
	
}

#pCategoryHeroSection{
	background-color:#161616;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;	
	margin-bottom:67px;
}

@media screen and (max-width:1300px){
	#pCategoryHeroSection{
		margin-bottom:30px;
	}
}

#pCategoryHeroSectionB{
	display:flex;
	align-items: center;
}

@media screen and (max-width:800px){
	#pCategoryHeroSectionB{
		display:block;
	}	
}

#pCategoryImage{
	width:50%;
}

#pCategoryTxt{
	width:50%;
	margin-left:20px;
}


@media screen and (max-width:800px){
	#pCategoryImage{
		width:100%;
		margin:auto;
	}

	#pCategoryTxt{
		width:100%;
		margin:auto;
	}	
}

#pCategoryTxt{
	text-align:left;
	max-width:600px;
	padding:30px 0;
}

#pCategoryHeroSection .catPageTitle{
	font-size:40px;
	line-height:56px;
	text-transform:uppercase;
	color:var(--hardntuzCol);
	font-weight:600;	
	margin-bottom:0;
}

#pCategoryTxt p{
	color:#c5c5c5;
	font-size:28px;
	font-weight:300;
	line-height:40px;
}

@media screen and (max-width:1300px){
	#pCategoryHeroSection .catPageTitle{
		font-size:30px;
		margin-bottom:0;
		font-weight:600;	
	}

	#pCategoryTxt p{
		font-size:24px;
		line-height:30px;
	}
	
}

@media screen and (max-width:800px){
	#pCategoryHeroSection .catPageTitle{
		font-size:24px;
		line-height:36px;
		margin-bottom:10px;
		font-weight:600;
		text-align:center;		
	}

	#pCategoryTxt p{
		font-size:18px;
		line-height:26px;
		text-align:center;
	}
	
	#pCategoryTxt{
		padding:0 0 30px 0;
	}	
}

@media screen and (max-width:500px){
	#pCategoryHeroSection .catPageTitle{
		font-size:28px;
		line-height:36px;
		margin-bottom:10px;
		font-weight:600;		
	}

	#pCategoryTxt p{
		font-size:16px;
		line-height:22px;
	}
	
	#pCategoryImage{
		display:none;
	}
	
		#pCategoryTxt{
		padding:30px 0 30px 0;
	}	
	
}

/* HOME VIDEO*/

/* BASKET */

#ocmBasketContainer{
	display:flex;
	gap:40px;
}

@media screen and (max-width:1350px){
#ocmBasketContainer{
		flex-direction: column;
		align-items: flex-end;
		gap:0px;
	}	
}

#ocmBasketContainer .woocommerce-cart-form{
	display:block;
	flex-grow:1;
	width:100%;
}

#ocmBasketContainer .cart-collaterals{
	width:440px;
	min-width:440px;
}

@media screen and (max-width:770px){
	#ocmBasketContainer .cart-collaterals{
		width:100%;
		min-width:100%;
	}	
}

.woocommerce #ocmBasketContainer .cart-collaterals .cart_totals, 
.woocommerce #ocmBasketContainer .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce #ocmBasketContainer .cart_totals{
	background-color:#f7f7f7;
	padding:30px;
}

@media screen and (max-width:400px){
	.woocommerce #ocmBasketContainer .cart_totals{
		padding:10px 10px;
	}	
}

#contentArea .woocommerce #ocmBasketContainer .cart_totals h2 {
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #000;
  text-transform:uppercase;
}

.woocommerce .cart_totals table.shop_table th {
  font-weight: 400;
  padding: 9px 5px;
}

.cart_totals .order-total{
	font-size:20px;
	font-weight:600;
}

.woocommerce .cart_totals table.shop_table th::after{
	content:':';
}

#contentArea .woocommerce #ocmBasketContainer .cart_totals h2::after{
	content:':';
}

.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after{
	display:none;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin:0;
}

#contentArea .shop_table p,
#contentArea .shop_table label{
	font-size:16px;
	line-height:26px;
}

#contentArea .shop_table p strong{
	font-weight:600;
	margin-top:4px;
	text-transform:uppercase;
	font-size:16px;
}

#contentArea .woocommerce ul#shipping_method li input {
  margin: 0 7px 1px 0;
  vertical-align: middle;
}

.woocommerce-cart .cart-collaterals .cart_totals table th{
	max-width:80px;
	width:80px;
}

.woocommerce table.shop_table{
	border:none;
}

#ocmBasketContainer h1{
	font-size:40px;
	text-transform:uppercase;
	margin:20px 0 60px 0;
	font-weight:600;
}

@media screen and (max-width:400px){
	#ocmBasketContainer h1{
		font-size:30px;
		text-transform:uppercase;
		margin:0 0 20px 0;
		font-weight:600;
	}	
}

.pListingSKU{
	color:#b8b9b9;
	margin:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:4px;
	font-size:16px;
	font-weight:600;
}

.pListingCat{
	color:#494949;
	margin:auto;
	text-align:center;
	margin-top:4px;
	font-size:18px;
	font-weight:600;
}
/*BLOG*/

.uagb-post__text{
  font-size:16px;
  line-height:22px;
}

.uagb-post__title{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}

#contentArea a.uagb-post__link:link,
#contentArea a.uagb-post__link:visited{
	color:#fff;
}


a.viewAllBlogs:link,
a.viewAllBlogs:visited{
	font-size:16px;
	line-height:16px;
	background-color: var(--hardntuzColDark);
	padding:6px 15px;
	display:inline-block;
	color:#fff;
	margin-top:10px;
}

a.viewAllBlogs:hover{
	background-color: #000;
}

#blog{
	max-width: 1200px;
    margin: 60px auto;
    position: relative;
    width: 95%;
}

#blog #featuredImage{
	margin:0 0 20px 0;
}

#blog .wp-block-quote{
	display:block;
	border-left:10px solid #d2d2d2;
	padding:20px;
}

#blog .wp-block-quote p{
	font-style: italic;
}

#blog hr{
	height:1px;
	background-color:#d0d0d0;
	border:none;
	margin:30px 0;
}

#blog #blogColumns{
	display:flex;
	gap:60px;
}

@media screen and (max-width:800px) {	
	#blog #blogColumns{
		display:block;
		gap:60px;
	}
}

#blog #blogColLeft{
	flex-grow:1;
}

#blog #blogColLeft h1{
	font-size:40px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:20px;
}

#blog #blogColLeft h2{
	font-size:26px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:40px;
}

#blog #blogColLeft h3{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
}

#blog #blogColLeft p,
#blog #blogColLeft li{
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;
}

#blog #blogColLeft ul,
#blog #blogColLeft ol{
	padding:0 30px 0 30px;
	margin:30px 0;
}

#blog #blogColLeft li{
	margin-bottom:15px;
}

#blog #blogColRight{
	min-width:400px;
	border-left:1px solid #d5d5d5;
	padding:20px;
	box-sizing:border-box;
}

@media screen and (max-width:1300px) {
	#blog #blogColRight{
		min-width:300px;
	}	
}

@media screen and (max-width:800px) {
	#blog #blogColRight{
		min-width:100%;
		border-left:0px solid #d5d5d5;
		border-top:1px solid #d5d5d5;
		padding:40px 0;
		margin-top:20px;
	}	
}

#blog #blogColRight h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	text-transform:uppercase;
}

#blog #blogColRight ul,
#blog #blogColRight ol{
	
}

#blog #blogColRight li{
	margin:0 0 10px 0;
	line-height:20px;
	font-size:16px;
}

#blog #blogColRight li a:link,
#blog #blogColRight li a:visited{
	text-decoration:none;
	color: var(--hardntuzColDark);
}

#blog #blogColRight li a:hover{
	text-decoration:underline;
}

#blog small{
	margin:0 0 15px 0;
	display:block;
}


#blog small::before{
	content:'Posted On: ';
}




#contentArea p.out-of-stock{
    display:block;
    color:red;
    text-align:center;
    font-size:14px;
    margin:0;
}
