/*======================================================================== ++++ Variables ++++ */
:root {
	--color-primary: #E60000;
	--color-primary-alt: #BC0202;
	--color-secondary: #232323;
	--color-secondary-alt: #EDEDED;
	--color-grey: #707070;
	--color-border-grey: #DFDFDF;
	--font-heading: "Archivo", Times, serif;
	--font-body: "Helvetica", Times, serif;
	--font-alt: "IBM Plex Sans", Times, serif;
}

input[name="neto-version"],
input[name="review_name"] {
    display: none
}

/*======================================================================== ++++ Colour Schemes ++++ */
.color-scheme-light {
	color: var(--color-secondary);
}
.color-scheme-dark {
	background: var(--color-secondary);
	color: #ffffff;
}
.color-scheme-primary {
	background: var(--color-primary);
	color: #ffffff;
}
.color-primary {
	color: var(--color-primary);
}

/*======================================================================== ++++ Badges ++++ */
.badge {
	color: #2C3643;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 0;
}
.badge::before {
	margin-right: 8px;
}
.badge.instock::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19'%3E%3Cg transform='translate(-915 -391)'%3E%3Cellipse cx='9' cy='9.5' rx='9' ry='9.5' transform='translate(915 391)' fill='%2300ce8b'/%3E%3Cpath d='M6.27,11.7,3.646,9.077l.707-.707L6.27,10.287l4.64-4.64.707.707Z' transform='translate(916.45 392.342)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); 
}
.badge.soldout::before {
/* 	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.627' height='22.627' viewBox='0 0 22.627 22.627'%3E%3Cg transform='translate(-912.686 -523.686)'%3E%3Ctext transform='translate(923.293 543.485) rotate(-45)' fill='%23232323' font-size='19' font-family='Helvetica-Light, Helvetica' font-weight='300'%3E%3Ctspan x='0' y='0'%3E+%3C/tspan%3E%3C/text%3E%3Cpath d='M9,1A8.271,8.271,0,0,0,1,9.5,8.271,8.271,0,0,0,9,18a8.271,8.271,0,0,0,8-8.5A8.271,8.271,0,0,0,9,1M9,0a9.26,9.26,0,0,1,9,9.5A9.26,9.26,0,0,1,9,19,9.26,9.26,0,0,1,0,9.5,9.26,9.26,0,0,1,9,0Z' transform='translate(915 526.313)' fill='%23232323'/%3E%3C/g%3E%3C/svg%3E"); */ 
	
	content: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23f43e3e' stroke='%23f43e3e'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ecross-circle%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set-Filled' sketch:type='MSLayerGroup' transform='translate(-570.000000, -1089.000000)' fill='%23ec4141'%3E%3Cpath d='M591.657,1109.24 C592.048,1109.63 592.048,1110.27 591.657,1110.66 C591.267,1111.05 590.633,1111.05 590.242,1110.66 L586.006,1106.42 L581.74,1110.69 C581.346,1111.08 580.708,1111.08 580.314,1110.69 C579.921,1110.29 579.921,1109.65 580.314,1109.26 L584.58,1104.99 L580.344,1100.76 C579.953,1100.37 579.953,1099.73 580.344,1099.34 C580.733,1098.95 581.367,1098.95 581.758,1099.34 L585.994,1103.58 L590.292,1099.28 C590.686,1098.89 591.323,1098.89 591.717,1099.28 C592.11,1099.68 592.11,1100.31 591.717,1100.71 L587.42,1105.01 L591.657,1109.24 L591.657,1109.24 Z M586,1089 C577.163,1089 570,1096.16 570,1105 C570,1113.84 577.163,1121 586,1121 C594.837,1121 602,1113.84 602,1105 C602,1096.16 594.837,1089 586,1089 L586,1089 Z' id='cross-circle' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/*======================================================================== ++++ Defaults ++++ */
body {
	font-family: 'Helvetica', sans-serif;
	color: var(--color-secondary);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.locked {
	overflow: hidden;
}


/*======================================================================== ++++ Headings ++++ */
.archivo{ font-family: var(--font-heading); }
.helvetica{ font-family: var(--font-body); }

h1, .h1 {
	font-family: var(--font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.375rem;
	font-size: clamp(2.375rem, 1.8673780487804879rem + 2.195121951219512vw, 4.0625rem); /* 65px - 38px */
	margin-bottom: 0;
	line-height: 104%;
}
h2, .h2 {
	font-family: var(--font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-size: clamp(1.75rem, 1.3363821138211383rem + 1.788617886178862vw, 3.125rem); /* 50px - 28px */
	margin-bottom: 0;
	line-height: 104%;
}
h3, .h3 {
	font-family: var(--font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.75rem;
	font-size: clamp(1.75rem, 1.524390243902439rem + 0.975609756097561vw, 2.5rem); /* 40px - 28px */	
	margin-bottom: 0;
	line-height: 104%;
}
h4, .h4 {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.0995934959349594rem + 0.6504065040650406vw, 1.75rem); /* 28px - 20px */
	text-transform: none;
	margin-bottom: 0;
	line-height: 125%;
}
h5, .h5 {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.1935975609756098rem + 0.24390243902439024vw, 1.4375rem); /* 23px - 20px */
	text-transform: none;
	margin-bottom: 0;
	line-height: 145%;
}
h6, .h6 {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem); /* 20px - 20px */
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 104%;
}
.h7 {
	font-family: var(--font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 104%;
}

img {
	max-width: 100%;
}

a {
	color: inherit;
}

hr {
	opacity: 1;
	border-color: var(--color-border-grey);
}


/*======================================================================== ++++ Heading - Special ++++ */
.special {
	position: relative;
}
.special:before,
.special:after {
	content: '';
    background: var(--color-primary);
    -webkit-clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    display: inline-block;
    width: 10px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.special.before:before {
	display: block;
	left: -30px;
}
.special.after:after {
	right: auto;
    display: inline-block;
    margin-left: 20px;
}
.special.inside.before {
	padding-left: 30px;	
}
.special.inside.before:before {
	left: 0;
}


/*======================================================================== ++++ Buttons ++++ */
/* Button - Primary */
.btn {
	border-radius: 0;
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	font-family: var(--font-heading);
	font-weight: 700;
	padding: 10px 30px;
	font-size: 15px;
	-webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	border: 0;
	text-transform: uppercase;
	position: relative;
}
.btn-primary {
	background: var(--color-primary);
	border: none !important;
	color: #ffffff;
}
.btn-primary:hover {
	background: var(--color-primary-alt);
}

/* Button - Seconadary */
.btn-secondary {
	background: var(--color-secondary-alt);
	border: none !important;
	color: #000 !important;
}
.btn-secondary:hover {
	background: #DDDDDD;
}

/* Button - Secondary White */
.btn-secondary.white {
	background-color: #fff;
}
.btn-secondary.white:hover:before {
	content: '';
	background: var(--color-primary);
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-secondary.white:hover span {
	z-index: 1;
	position: relative;
	color: #fff;
}

/* Button - Outline Primary */
.btn-outline-primary {
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
}
.btn-outline-primary:before {
	content: '';
	background: var(--color-primary);
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.btn-outline-primary span {
	z-index: 1;
	position: relative;
}

/* Button - Link */
.btn-link {
	text-transform: uppercase;
    padding: 0;
    color: inherit;
    text-decoration: none;
	display: inline-flex;
    align-items: center;
    clip-path: none;
    -webkit-clip-path: none;
    font-family: var(--font-body);
    font-weight: 700;
    line-height: 1;
}
.btn-link svg {
	position: relative;
	left: 0;
	transition: 0.5s;
	margin-left: 10px;
}
.btn-link:hover {
	color: var(--color-primary);
}
.btn-link:not(.portal):hover svg {
	left: 5px;
}
.btn-link:hover svg path {
	fill: var(--color-primary);
}

/* Button - Link - Primary Colour */
.btn-link.primary-color {
	color: var(--color-primary);
}
.btn-link.primary-color svg path {
	fill: var(--color-primary);
}


/*======================================================================== ++++ Form ++++ */
.form-control {
	padding: 10px 20px;
	border: 1px solid #707070;
	border-radius: 0;
}
.form-control.validation-failed{
	border-color:#fe0000;
} 
.fake-input {
	background-color: #707070;
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	border-radius: 0;
	width: 100%;
	position: relative;
	margin-right: -11px;
}
.fake-input input {
	background-color: #fff;
    -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(9.5px 0%, 100% 0%, calc(100% - 9.5px) 100%, 0% 100%);
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: auto;
    border-radius: 0;
    border: 0;
}
.clipped-input {
	background-color: #fff;
    -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    clip-path: polygon(9.5px 0%, 100% 0%, calc(100% - 9.5px) 100%, 0% 100%);
    width: auto;
    border-radius: 0;
    border: 0;
}
select {
	flex-grow: 1;
	height: auto;
    padding: 12px 15px;
    border-radius: 0;
    border-color: var(--color-border-grey);	
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)' fill='%23232323'/%3E%3C/svg%3E");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;  
    background-color: transparent; 
}


/*======================================================================== ++++ Flickity ++++ */
.flickity-page-dots {
	padding: 0;
	margin: 0;
	display: flex;
}
.flickity-page-dots li.dot {
	border: 0;
    padding: 0;
    margin: 0 5px 0 0;
    background: #FFFFFF;
    width: 20px;
    height: 4px;
    border-radius: 0;
    opacity: 0.78;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
	background: var(--color-primary);
}
.flickity-button {
	border: 0;
    background-color: transparent !important;
    padding: 0;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 1;
    top: 50%;
	color: var(--color-primary);
	box-shadow: none !important;
}


/*======================================================================== ++++ Section ++++ */
section,
div.section {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 130px;
}
section.small,
div.section.small {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Container - Large */
.container-large > .row {
	margin-left: -100px;
	margin-right: -100px;
}

.container-right {
	max-width: unset;
	width: auto;
	margin-right: 0;
	margin-left: calc(50vw - 660px);
}
.contain {
	max-width: 1500px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}


/*======================================================================== ++++ Image Holder ++++ */
.imageHolder {
	overflow: hidden;
	height: 100%;
}
.imageHolder.cover img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.imageHolder.bg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;	
}
.imageHolder.overlay:before {
	content: '';
    background: var(--color-secondary);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    mix-blend-mode: multiply;
}


/*======================================================================== ++++ Announcement ++++ */
.announcement {
	background: var(--color-secondary);
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.announcement .col-12 > * {
	margin-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-family: var(--font-heading);
    font-weight: 700;
}
.announcement .col-12 > * > a {
	text-decoration: none;
}
.announcement .col-12 > * > a:after {
	content: url(../images/icons/icon-arrow.svg);
    filter: invert(1) brightness(100);
	position: relative;
	left: 10px;
	transition: 0.5s;
}
.announcement .col-12 > * > a:hover:after {
    left: 15px;
}


/*======================================================================== ++++ Header ++++ */
header {
	z-index: 9;
	background-color: #fff;
	width: 100%;
    padding: 15px 0;
	left: 0;
    position: sticky;
    top: 0;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);
}
header .container {
	max-width: 1450px;
}


header.active {
	background-color: #fff !important;
}
header.active img.logo {
	filter: unset !important;
}
header.active nav > ul > li > a:not(.btn),
header.active .utils {
	color: #000 !important;	
}
header.active svg path {
	fill: currentColor;	
}

/* Home */
/*
#n_home header:not(.fixed) {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background-color: transparent;
}
#n_home header:not(.fixed) img.logo {
	filter: grayscale(1) invert(1) brightness(130%);
}
#n_home header:not(.fixed) .bar {
	background-color: #fff;
}
#n_home header:not(.fixed) nav > ul > li > a,
#n_home header:not(.fixed) .utils {
	color: #fff;	
}
#n_home header:not(.fixed) svg path {
	fill: currentColor;	
}
#n_home header:not(.fixed) .cart_items {
	color: #000;
}
*/


/*======================================================================== ++++ Nav ++++ */
nav > ul > li {
	font-size: 15px;
    text-transform: uppercase;
    font-family: var(--font-heading);
    font-weight: 700;
    margin:0px 20px;
}
nav ul li a {
	text-decoration: none;
	transition: 0.5s;

}
nav ul li a > .icon {
	position: relative;
    top: -1px;
    margin-left: 5px;
    width: 12px;
}
nav > ul > li:hover > a:not(.btn) {
	opacity: 0.35;
}
nav > ul.pagination  > li{
	margin: 0px;
}
.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #dc3545;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(158, 39, 39, 0.688);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #dc3545;
    --bs-pagination-active-border-color: #dc3545;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex
;
    padding-left: 0;
    list-style: none;
}


/*======================================================================== ++++ Sub Menu ++++ */
.sub_menu {
	position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #fff;	
    overflow: hidden;
}
.sub_menu.categories {
	height: 774px;
	border-top: 1px solid var(--color-border-grey);
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 10px 0 rgba(0,0,0,0.15);
	padding-top: 65px;
/* 	transition: 0.4s; */
	opacity: 0;
	visibility: hidden; 	
}
.sub_menu.categories > li {
	width: 25%;
    padding: 25px 0 25px 110px;
    font-size: 18px;
    font-weight: 700;
/*     opacity: 0; */
}
/*
.sub_menu.categories > li:nth-child(1){ transition-delay: 0.1s; }
.sub_menu.categories > li:nth-child(2){ transition-delay: 0.2s; }
.sub_menu.categories > li:nth-child(3){ transition-delay: 0.3s; }
.sub_menu.categories > li:nth-child(4){ transition-delay: 0.4s; }
.sub_menu.categories > li:nth-child(5){ transition-delay: 0.5s; }
.sub_menu.categories > li:nth-child(6){ transition-delay: 0.6s; }
.sub_menu.categories > li:nth-child(7){ transition-delay: 0.7s; }
.sub_menu.categories > li:nth-child(8){ transition-delay: 0.8s; }
.sub_menu.categories > li:nth-child(9){ transition-delay: 0.9s; }
.sub_menu.categories > li:nth-child(10){ transition-delay: 1s; }
.sub_menu.categories > li:nth-child(11){ transition-delay: 1.1s; }
.sub_menu.categories > li:nth-child(12){ transition-delay: 1.2s; }
.sub_menu.categories > li:nth-child(13){ transition-delay: 1.3s; }
.sub_menu.categories > li:nth-child(14){ transition-delay: 1.4s; }
.sub_menu.categories > li:nth-child(15){ transition-delay: 1.5s; }
*/

.sub_menu.categories > li > a {
	position: relative;
    display: block;
    padding: 0;
    transition: 0.5s;
}
.sub_menu.categories > li > a:before {
	content: '';
    background: var(--color-primary);
    -webkit-clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    display: inline-block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.sub_menu.categories.active > li:hover > a,
.sub_menu.categories.active > li.active > a {
	padding: 0 0 0 35px;
}
.sub_menu.categories.active > li:hover > a:before,
.sub_menu.categories.active > li.active > a:before {
	opacity: 1;
}

.sub_menu.products {
	width: 75%;
    left: 25%;
    display: flex;
    flex-wrap: wrap;
    top: 0;	
    border-left: 1px solid var(--color-border-grey);
/*     transition: 0.4s; */
	opacity: 0;
	visibility: hidden;
	height: 100%;
    overflow: auto;
}
.sub_menu.products > li {
	width: 33.3333%;
    border-right: 1px solid var(--color-border-grey);
    border-bottom: 1px solid var(--color-border-grey);
}
.sub_menu.products > li > a {
	display: flex;
    flex-direction: column;
    padding: 10px 20px 20px;
    font-size: 18px;
}
.sub_menu.products > li > a > img,
.scale_hover img {
	transform: scale(0.9);
	transition: 0.5s;
	margin: auto;
}
.sub_menu.products > li > a > span {
	transition: 0.5s;
	opacity: 0.18;
	position: relative;
    top: -20px;
}
.sub_menu.products > li > a > span > svg {
	position: relative;
	left: 0;
	transition: 0.5s;
	opacity: 0;
}
.sub_menu.products > li > a:hover > img,
.scale_hover:hover img {
	transform: scale(1.0);
}
.sub_menu.products > li > a:hover > span {
	opacity: 1;
    top: 0;
}
.sub_menu.products > li > a:hover > span > svg {
	left: 20px;
	opacity: 1;
}

ul.sub_menu.categories.active {
	opacity: 1;
	visibility: visible;
}
ul.sub_menu.categories.active > li {
	opacity: 1;
}

ul.sub_menu.categories.active > li:hover ul.sub_menu.products,
header.active ul.sub_menu.categories.active > li.active ul.sub_menu.products {
	opacity: 1;
	visibility: visible;
}


/*======================================================================== ++++ Scale Image ++++ */
.scale_hover {
	text-align: center;
	display: block;
	text-decoration: none;
}


/*======================================================================== ++++ Search ++++ */
.search_holder {
	position: relative;	
}
.search_trigger {
	position: relative;
	right: 0;
	transition: 0.5s;
	z-index: 1;
	cursor: pointer;
	display: block;
    width: 20px;
}
/*
.search_holder:hover .search_trigger {
	right: 195px;
}
*/
.search_trigger .icon-search-close {
	display: none;
}

.search_box {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 30px;
    
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}
.search_box .close {
	position: absolute;
    top: 50px;
/*     background-color: red; */
    right: 50px;
    width: 50px;
    aspect-ratio: 1;
    cursor: pointer;
}
.search_box .close:before, 
.search_box .close:after {
	content: '';
    background-color: #000;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
.search_box .close:after {
	 transform: translate(-50%, -50%) rotate(-45deg);
}



.search {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 600px;
    position: relative;
/*
	position: absolute;
    transition: 0.5s;
    transition-delay: 0.1s;
    top: -10px;
    opacity: 0;
    visibility: hidden;
    right: 100%;
    width: 215px;
    padding: 0 14px;
*/
}


/*
.search:before {
	content: '';
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
	transform: skew(-5deg, 0deg);
	box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.13);
}
*/
.search .nsearchinput-pl.well{
	margin-top: 44px !important;
	left: 0px !important;
	min-width: 300px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.13);
}
.search input {
	position: relative;
    border-radius: 0;
    background: transparent !important;
    z-index: 1;
    padding: 10px 30px 10px 0;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 30px;
    color: var(--color-secondary) !important;
    box-shadow: none !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.search input:focus {
	border-color: #000 !important;
}
.search input::placeholder {
	font-family: var(--font-body);
	font-weight: 300;
    font-size: 30px;
	color: var(--color-secondary);
	opacity: 0.35;
}
.search input::-ms-input-placeholder {
	font-family: var(--font-body);
	font-weight: 700;
    font-size: 15px;
	color: var(--color-secondary);
	opacity: 0.35;
}
.search .btn {
	position: absolute;
    right: 0;
    top: 12px;
    padding: 15px 5px 15px 10px;
}


.search_box.active {
	visibility: visible;
    opacity: 1;
    pointer-events: all;
}

/* .search_holder:hover form, */
.search_holder.form_active form  {
	opacity: 1;
	visibility: visible;
}
.search_holder:hover svg path {
/* 	fill: #000 !important; */
}




.cart_holder {
	position: relative;
    width: max-content;
    top: -1px;
}
.cart_holder:hover svg path {
	fill: var(--color-primary);
}
.cart_items {
	top: calc(50% + 3px);
    left: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-heading);
}


/*======================================================================== ++++ Search Form ++++ */
.search_form {
	position: relative;
	background: var(--color-grey);
	transition: 0.5s;
	transition-delay: 0.1s;
	padding: 0 123px 0 0;
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	max-width: 330px;
    width: 100%;
}
.search_form:before {
	content: '';
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);  
	background: #fff;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}
.search_form input {
	position: relative;
	border-radius: 0;
	background: transparent !important;
	z-index: 1;
	padding: 10px 5px 10px 25px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 15px;
	color: var(--color-secondary) !important;
	border: 0 !important;
	box-shadow: none !important;
}
.search_form input::placeholder {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 15px;
	color: --color-secondary;
	opacity: 0.35;
}
.search_form input::-ms-input-placeholder {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 15px;
	color: --color-secondary;
	opacity: 0.35;
}
.search_form .btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 25px;
}


/*======================================================================== ++++ Hero ++++ */
.hero {
	height: 550px;
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
	font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.3363821138211383rem + 1.788617886178862vw, 3.125rem);
    margin-bottom: 0;
    line-height: 104%;
}
.hero p {
	font-size: 1rem;
	font-size: clamp(1rem, 0.923469387755102rem + 0.326530612244898vw, 1.25rem);
	font-weight: 700;
}

/* Small */
.hero.small {
	height: 290px;
}

/* Home */
.hero.home {
	margin-top: -96px;
	height: calc(100svh - 51.5px);
	display: flex;
	align-items: center;
}


.support-scroller.home-hero {
	height: 70vh;
}

.support-scroller.home-hero > .container-fluid,
.support-scroller.home-hero > .container-fluid > .row,
.support-scroller.home-hero .slider,
.support-scroller.home-hero .flickity-viewport,
.support-scroller.home-hero .flickity-slider,
.support-scroller.home-hero .slide {
	height: 100%;
}


.support-scroller.home-hero .slide {
	width: 23%;
}


.support-scroller.home-hero .custom_card .contentHolder {
	height: auto;
}


/*======================================================================== ++++ Intro ++++ */
.intro p {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.intro br {
	display: none;
}


/*======================================================================== ++++ Tabbed ++++ */
.tabs {
	overflow: hidden;
}
.tabs_nav {
	padding-right: 140px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--font-heading);
    margin: 0 0 25px 0;
    font-size: 15px;
}
.tabs_nav .slide {
	width: 25%;
}
.tabs_nav .slide span {
	position: relative;
    padding-bottom: 10px;
    display: block;
    width: max-content;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s;
}
.tabs_nav .slide span:after {
	content: '';
    height: 4px;
    position: absolute;
    bottom: 0;
	left: -100%;
    width: 100%;
    background: var(--color-primary);
    transition: 0.5s;
}
.tabs_nav .slide.slick-current span:after,
.tabs_nav .slide.is-selected span:after {
	left: 0;
}
.tabs_nav .slide:not(.slick-current):hover span,
.tabs_nav .slide:not(.is-selected):hover span {
	opacity: 0.35;
}
.tabs .contentHolder {
	padding-right: 6%;
}
.tabs .contentHolder p {
	max-width: 320px;
}
.tabs .btn {
	position: absolute;
	bottom: -1px;
	border: 0;
	left: 11px;
	background: #fff;
	font-size: 17px;
	padding: 13px 40px 13px 25px;
	-webkit-clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 100%, 0% 100%);
}
.tabs .btn svg {
	position: relative;
	left: 0;
	top: -2px;
	transition: 0.5s;
	margin-left: 10px;
}
.tabs .btn:hover svg {
	left: 14px;
}


/*======================================================================== ++++ Features ++++ */
.features .slide {
	width: 100%;
}
.features .imageHolder.overlay:before {
    opacity: 0.35;
}
.features .container {
	height: calc(100svh - 95px);
    padding-bottom: 19svh;
    padding-top: 60svh;
	position: relative;
}
.features p {
	max-width: 400px;
}
.features .slick-dots,
.features .flickity-page-dots {
	padding: 0 10px;	
	max-width: 1320px;
    margin-top: -60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}


/*======================================================================== ++++ Featured Product ++++ */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.featured-product .details {
	display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.featured-product .details .priceHolder {
	flex-grow: 1;
    position: relative;
    top: -11px;
}
.featured-product .details .btn-link {
	margin-right: 30px;		
}
.price {
    font-weight: 700;
    font-size: 1.25rem;
	font-size: clamp(1.25rem, 1.211734693877551rem + 0.163265306122449vw, 1.375rem);
}
.price .small {
	display: block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -12px;
    font-weight: 400;
    color: #888;
}

.rrp,
.dealer_price {
    font-weight: 700;
    margin: 10px 0;
}
.rrp label,
.dealer_price label {
	width: 70px;
}




/*======================================================================== ++++ CTA ++++ */
.cta {
	padding-left: 12px;
    padding-right: 12px;
}
.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta h6 {
	margin-bottom: 20px;
}
.cta p:last-child {
	margin-bottom: 0;
}
.cta a {
	border-radius: 0;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 10px 30px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    border: 0;
    text-transform: uppercase;
    position: relative;	
    background: var(--color-primary);
    border: none !important;
    color: #ffffff;
    text-decoration: none;
}


/*======================================================================== ++++ Product Card ++++ */
section.popular .slider .slide {
	width: 33.3333%;
}
.product-card-row {
	position: relative;
}
.product-card-row:before {
	content: '';
    background-color: #fff;
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.product-card-row:after {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product-card {
	padding: 50px;	
	display: block;
	text-decoration: none;
	height: 100%;
	
	display: flex !important;
    flex-direction: column;
    justify-content: end;
}
.product-card:not(.simple) {
	border-right: 1px solid var(--color-border-grey);
	border-bottom: 1px solid var(--color-border-grey);
	margin-left: calc(-1* var(--bs-gutter-x)* .5);
	margin-right: calc(-1* var(--bs-gutter-x)* .5);
}
.product-card a {
	text-decoration: none;
}
.product-card .product-image img {
	max-width: 100%;
	transform: scale(0.9);
    transition: 0.5s;
}
.product-card .product-details {
    padding-top: 50px;
}
.product-card .product-details p {
	margin-bottom: 0;
}

.product-card .product-details .priceHolder,
#accessories.popular  .product-card .product-details .price {
	min-height: 30px;
	font-size: 0;
}
#accessories.popular  .product-card .product-image {
   	min-height: 330px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}






section.popular .flickity-button {
	top: 27%;	
}
.tiny-text {
	font-size: 11px;
    font-weight: 300;
}
.product-card .product-details .top {
	display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 10px 10px 10px;
}
.product-card .product-details hr {
	margin: 0 10px;
}  
.product-specs-icons {
	display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s;  
}
.product-specs-icons .spec:not(:last-child) {
	margin-right: 15px;
}
.product-specs-icons svg {
	margin-right: 5px;
    max-height: 19px;
}
.product-name {
    top: 0;
    left: 10px;
    transition: 0.5s;
}
.product-card .product-details .bottom {
	display: flex;
    justify-content: space-between;
    padding: 10px 15px 8px 10px;
    position: relative;
}
.product-card .product-details .sku {
	text-transform: uppercase;
}
.product-card .product-details .buttons {
	display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    top: -40px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    align-items: center;
}
.product-card .product-details .buttons .btn {
	font-size: 14px;
    padding: 7px 15px;
    width: 50%;
}
.product-card .product-details .buttons .btn:first-child {
	margin-right: -5px;
}
.product-card .product-details .buttons .btn:last-child {
	margin-left: -5px;
}
.product-card .product-details .category-button-holder {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	transition-delay: 0.2s;
}
.slick-center .product-details .category-button-holder,
.slide.is-selected .product-details .category-button-holder {
	opacity: 1;
	visibility: visible;
}
.product-card.part .product-details .buttons {
	position: relative;
    opacity: 1;
    visibility: visible;
    top: -10px;
    left: auto;
    right: -10px;
    width: 50%;
}
.product-card.part .product-details .buttons .btn {
	width: 100%;
}

/* Product Hover */
.product-card:hover .product-image img {
	transform: scale(1);
}

/* With Hover */
.product-card.with_hover .h5 {
	font-size: 20px;
}
.product-card.with_hover .product-name {
	position: absolute;
    max-width: 65%;
    line-height: 1;
    top: 5px;
}
.product-card.with_hover:hover .product-name {
	top: -36px;
}
.product-card.with_hover:hover .product-specs-icons {
    opacity: 1;
}
.product-card.with_hover:hover .bottom > p {
	opacity: 0;
	visibility: hidden;
}
.product-card.with_hover:hover .buttons {
	opacity: 1;
    visibility: visible;
    top: 0;
}


/* Portal Cards */
.product-card.alt {
	padding: 20px;
}
.product-card.alt .h6 {
	transition: 0.5s;
    opacity: 0.18;
    position: relative;
    top: -20px;
    text-transform: uppercase;
}
.product-card.alt svg {
	position: relative;
    left: 0;
    transition: 0.5s;
    opacity: 0;
}
.product-card.alt:hover .h6 {
    opacity: 1;
    top: 0;
}
.product-card.alt:hover svg {
    left: 20px;
    opacity: 1;
}
.product-card.alt img {
	max-height: 300px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

/* Parts Cards */
.partsfinder .product-card .product-image {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.partsfinder .product-card .product-image img {
	max-height: 330px;
}









/*======================================================================== ++++ Card ++++ */
.support-scroller .slide {
	width: 25%;	
}
.custom_card {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding-top: 40svh;
}
.custom_card .contentHolder {
	padding: 100px 40px 50px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: end;
	position: relative;
	width: 100%;
}
.custom_card .contentHolder .h3 {
	max-width: 390px;
}
.custom_card .contentHolder .btn-link svg path {
	fill: #fff;
}
.custom_card .contentHolder .btn-link:hover svg path {
    fill: var(--color-primary);
}


/*======================================================================== ++++ Latest News ++++ */
.post {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post .imageHolder {
	height: 245px;
}


/*======================================================================== ++++ Newsletter ++++ */
.newsletter .imageHolder {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
	height: 360px;
}
.newsletter form {
	max-width: 663px;
}
.newsletter form input#name {
	width: 45%;
}
.newsletter form input#email {
	width: 55%;
}


/*======================================================================== ++++ Footer ++++ */
footer {
	padding: 85px 0;
}
footer .order-6 {
	order: 6;
}
footer .h6 {
	font-family: var(--font-alt);
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
footer ul {
	margin: 0;
    list-style: none;
    padding: 0;
}
footer ul li {
	font-size: 14px;
    margin: 15px 0;
}
footer ul li a {
	text-decoration: none;
}
footer .copyright {
	font-size: 14px;
}
footer .social {
	width: 130px;
}
footer .social li a {
	background-color: var(--color-primary);
    width: 30px;
    display: block;
    text-align: center;
    aspect-ratio: 1;
    border-radius: 30px;
    line-height: 30px;
}


/*
**************************************************************************
**************************************************************************
About Page
**************************************************************************
**************************************************************************
*/
.about#store-finder-results {
	position: relative;
	height: 700px;
}
.about#store-finder-results .contentSection {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.about#store-finder-results .contentSection:before {
	content: '';
    background-color: var(--color-secondary);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50px 100%);
}
.about#store-finder-results .contentSection .container {
	position: relative;
    z-index: 1;
}
.about#store-finder-results .contentSection .container .contentHolder {
	padding: 30px 25px 80px 170px;
}
.about .cta {
	margin-top: -100px;
}
  

/*
**************************************************************************
**************************************************************************
Category Page
**************************************************************************
**************************************************************************
*/
.sort select {
    border: 0;
    padding: 0;
    outline: none !important;
    min-width: 140px;
}
.btn.sorters {
	padding: 10px 14px;
}

.btn.sorters.active svg rect,
.btn.sorters.active svg path {
	fill: var(--color-primary);
}

.contentSection .contentHolder {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.contentSection .contentHolder h1,
.contentSection .contentHolder h2,
.contentSection .contentHolder h3,
.contentSection .contentHolder h4,
.contentSection .contentHolder h5 {
	margin-bottom: 40px;
	position: relative;
}
.contentSection .contentHolder h6 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 50px 0;
	max-width: max-content;
}
.contentSection .contentHolder.with-special h1:not(:first-of-type),
.contentSection .contentHolder.with-special h2:not(:first-of-type),
.contentSection .contentHolder.with-special h3:not(:first-of-type),
.contentSection .contentHolder.with-special h4:not(:first-of-type),
.contentSection .contentHolder.with-special h5:not(:first-of-type) {
	margin-top: 80px;
}
.contentSection .contentHolder.with-special h1:before,
.contentSection .contentHolder.with-special h2:before,
.contentSection .contentHolder.with-special h3:before,
.contentSection .contentHolder.with-special h4:before,
.contentSection .contentHolder.with-special h5:before {
	content: '';
    background: var(--color-primary);
    -webkit-clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    display: inline-block;
    width: 10px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.contentSection .contentHolder a:not(.btn-link) {
	background: var(--color-primary);
    border: none !important;
    color: #ffffff;
    text-decoration: none;
    
    border-radius: 0;
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 10px 30px;
    font-size: 15px;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
    text-transform: uppercase;
    position: relative;
    margin: 40px 0 0 0;
    display: inline-block;
}
.contentSection .contentHolder a:not(.btn-link):hover {
	background: var(--color-primary-alt);	
}
.category .cta {
	margin-bottom: -110px;
    z-index: 1;
    position: relative;
}
.category .cta + .section {
	padding-top: 260px;
}


/*
**************************************************************************
**************************************************************************
Product Page
**************************************************************************
**************************************************************************
*/
/*======================================================================== ++++ Breadcrumbs ++++ */
.breadcrumb {
	font-size: 12px;
}
.breadcrumb li a {
	text-decoration: none;
}


/*======================================================================== ++++ Product Image ++++ */
.main-image {
	border: 1px solid #E8E8E8;
	text-align: center;
}

.slide a {display: block;}


/*======================================================================== ++++ Product Details ++++ */
.product-details .slider-nav .slide {
	width: 20%;
}
.product-details .search_form_holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.product-details .search_form_holder p {
	margin: 0;
}
.product-details .options .option {
	border-top: 1px solid var(--color-border-grey);	
	padding: 20px 0;
	display: flex;
}
.product-details .options .option label {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-right: 50px;
    width: 115px;
}
.product-details .options .option ul {
	margin: 0;
    padding: 0 0 0 15px;
    columns: 2;
}
.product-details .options .option ul li {
	max-width: 200px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.product-details .options .option a {
	text-decoration: none;
}
.product-details .specific {
	display: flex;
}
.product-details .specific ._itmspec_listitm:not(:last-child) {
	margin-right: 10px;
}
.product-details .specific ._itmspec_lnk  {
	display: block;
	width: 20px;
}
.product-details .specific ._itmspec_lnk img {
	display: block;
}
.product-details .specific ._itmspec_selected {
	border: 1px solid #000;
}
.product-details .specific ._itmspec_selected img {
	border: 2px solid #fff;
}
.product-details .stats {
	font-weight: 300;
}
.product-details .stats > *:first-child {
	border-right: 1px solid var(--color-border-grey);
}
.product-details .stats > p {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	margin: 0;
}
.product-details .stats > p > span  {
	margin-right: 20px;
}
.product-details .stats > p > span:first-child {
	font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.524390243902439rem + 0.975609756097561vw, 2.5rem);
    margin-bottom: 0;
    line-height: 104%;
    color: var(--color-primary);
}
.product-details .notes span {
	text-transform: uppercase;
}
.product-details .notes span:not(:last-child) {
	margin-right: 15px;
}

.buying-options {
	border-top: 1px solid var(--color-border-grey);
	padding: 25px 0;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}

/* Components */
.components {
	height: 514px;
    overflow: scroll;
    padding-right: 30px;
}
.components .h6 {
	font-size: 18px;
}
.components > .h6 {
	color: var(--color-primary);
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}
.component {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E8E8E8;
    padding: 20px 0;
}
.component .count {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 18px;
}
.component .sku {
	text-transform: uppercase;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 300;
}
.component .break {
	flex-basis: 100%;
	height: 8px;
}
.product-quantity {
	display: flex;
	align-items: center;
}
.product-quantity label {
	font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
}
.quantity-field {
	display: flex;
    align-items: center;
    position: relative;
    max-width: 114px;
}
.quantity-field .quick_items {
	position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    top: 0;
}
.quantity-field input {
	border-radius: 0;
    padding: 6px 10px;
    text-align: center;
    border-color: #E7E7E7;
}
.quantity-field input::-webkit-outer-spin-button,
.quantity-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantity-field input[type=number] {
	-moz-appearance: textfield;
}
.quantity-field .qty-button {
	background-color: #E7E7E7;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    padding: 0;
    min-width: 38px;
    font-size: 19px;
    cursor: pointer;
}
.component_bottom {
	border-top: 1px solid #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 0 0;
}
.component_bottom .total {
	flex-grow: 1;
}
.component_bottom .track_total {
	margin-right: 30px;
    font-size: 15px;
}
.component_bottom .kit_total {
	flex-grow: 1;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}


/*======================================================================== ++++ Sticky Tabs ++++ */
.product-tabs {
	position: sticky;
	top: 74px;
	z-index: 2;
}
.product-tabs ul li {
	flex: 1 0 0%;
	font-weight: 600;
	position: relative;
	font-family: var(--font-heading);
}
.product-tabs ul li a.btn-primary {
	font-weight: 600;
	padding: 18px 20px;
	min-width: 200px;
}
.product-tabs ul li a:not(.btn-primary) {
	text-decoration: none;
	display: block;
	color: #fff;
	text-transform: none;
	font-weight: 600;
	padding: 0;
	letter-spacing: 0.5px;
}
.product-tabs ul li span {
	position: relative;
	padding: 18px 10px;
	display: inline-block;
}


/*======================================================================== ++++ Overview ++++ */
#overview .left > * {
	font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 1.0995934959349594rem + 0.6504065040650406vw, 1.75rem);
    text-transform: none;
    line-height: 125%;
}


/*======================================================================== ++++ Specifications ++++ */
#specifications .sliderRow {
	margin-left: -40px;
    margin-right: -40px;
}
#specifications .slider .slide {
	width: 50%;
	padding: 0 40px;
}
#specifications .flickity-prev-next-button.previous {
	left: -50px;
}
#specifications .flickity-prev-next-button.next {
	right: -50px;
}


/*======================================================================== ++++ Specifications Table ++++ */
table {
	width: 100%;
}
table thead th {
	color: var(--color-primary);
	background-color: transparent;
	text-align: left;
	padding: 13px 0;
}
table tbody tr th,
table tbody tr td {
	padding: 12px 0px;
	border-bottom: 1px solid var(--color-border-grey);
	text-align: left;
}
table tbody tr td:last-child {
	text-align: right;
}


/* Table - Alternative */
.table_alt .with-special h1,
.table_alt .with-special h2,
.table_alt .with-special h3,
.table_alt .with-special h4,
.table_alt .with-special h5 {
	position: relative;
	margin-bottom: 50px;
}
.table_alt .with-special h1:before,
.table_alt .with-special h2:before,
.table_alt .with-special h3:before,
.table_alt .with-special h4:before,
.table_alt .with-special h5:before {
	content: '';
    background: var(--color-primary);
    -webkit-clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    display: inline-block;
    width: 10px;
    height: 35px;
    margin-right: 30px;
}
table.alt thead th:empty,
.table_alt table thead th:first-child {
	background-color: transparent;
}
table.alt thead th:nth-child(2),
.table_alt table thead th:nth-child(2) {
	clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);	
}
table.alt thead th,
.table_alt table thead th {
	padding: 13px 10px;
	background-color: var(--color-secondary);
	color: #fff;
	text-align: center;
}
table.alt tbody tr th,
.table_alt table tbody tr th {
	padding: 20px;
	border-bottom: 1px solid var(--color-border-grey);
}
table.alt tbody tr td,
.table_alt table tbody tr td {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid var(--color-border-grey);
}
table.alt tbody tr *:nth-child(even),
.table_alt table tbody tr *:nth-child(even) {
	background-color: rgba(245,245,245,0.93);
}


/*======================================================================== ++++ Gallery ++++ */
#gallery {
	overflow: hidden;
}
#gallery .flickity-viewport {
	overflow: visible;
}
#gallery .flickity-button {
	-webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	background-color: #fff !important;
	width: 76px;
	height: 56px;
	border-radius: 0;
}
#gallery .flickity-button svg {
	max-width: 20px;
    margin: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;	
}
#gallery .flickity-prev-next-button.previous {
	left: -25px;
}
#gallery .flickity-prev-next-button.next {
	right: -25px;
}
#gallery a {
	height: 800px;
}
#gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


/*======================================================================== ++++ Resources ++++ */
.resources li {
	border-bottom: 1px solid var(--color-border-grey);
}
.resources li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}


/*======================================================================== ++++ Disclaimer ++++ */
.disclaimer {
	font-size: 10px;
    line-height: 1.8;
}


/*======================================================================== ++++ Support ++++ */
.support_categories a {
	text-decoration: none;
	padding: 20px 15px;
}
.support_categories a img {
    max-width: 100%;
    transform: scale(0.9);
    transition: 0.5s;
}
.support_categories a:hover img {
	transform: scale(1);
}
.supports .row {
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
}
.supports .row > * {
	border-right: 1px solid var(--color-border-grey);
}
.supports .row > *:last-child {
	border-right: 0;
}
.supports .row a {
	text-decoration: none;
	padding: 15px 40px 50px;
}
.supports .row .h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.supports .row p {
	margin: auto;
    max-width: 300px;
}
.iconHolder {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.iconHolder img {
	max-width: 40px;
    max-height: 49px;
}


/* FAQS*/
.faqs h1,
.faqs h2,
.faqs h3,
.faqs h4,
.faqs h5,
.faqs h6 {
	font-size: 18px;
	margin-top: 20px;
    margin-bottom: 20px;
}

.faqs h1:not(:first-of-type),
.faqs h2:not(:first-of-type),
.faqs h3:not(:first-of-type),
.faqs h4:not(:first-of-type),
.faqs h5:not(:first-of-type),
.faqs h6:not(:first-of-type) {
    margin-top: 40px;
}


/* Tabs */
.tabs-container {
	display: flex;
}
.tabs-container .tabs {
	width: 25%;
}
.tabs-container .tab {
	padding: 15px 0;
    cursor: pointer;
    font-family: var(--font-heading);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.tabs-container .tab.active {
	color: red;
}
.tabs-container .tab-content {
	width: 75%;
}
.tabs-container .content {
	display: none;
}
.tabs-container .content.active {
	display: block;
}


/*======================================================================== ++++ Accordion ++++ */
.accordion-flush {
	color: inherit;
	background-color: transparent;
}
.accordion-flush > .accordion-item {
	color: inherit;
	background-color: transparent;
	border-color: var(--color-border-grey);
}
.accordion-flush > .accordion-item .accordion-header {
	background-color: transparent;
	color: inherit;
}
.accordion-flush > .accordion-item .accordion-header .accordion-button {
	background-color: transparent;
	color: inherit;
	padding: var(--bs-accordion-btn-padding-y) 0;
	box-shadow: none;
}
.accordion-flush > .accordion-item .accordion-button::after {
	filter: invert(1) brightness(200%);
}
.accordion-flush > .accordion-item .accordion-body {
	padding: var(--bs-accordion-body-padding-y) 0;
}


/*
**************************************************************************
**************************************************************************
Store Finder
**************************************************************************
**************************************************************************
*/
.form_holder {
	border-bottom: 1px solid var(--color-border-grey);
	padding: 60px 80px;
} 
#geo_search {
	min-width: max-content;
}	
#geo_map {
	height: 100%;
}
#geo_list {
	overflow-y: auto;
    font-size: 12px;
    padding: 0 80px;
    height: 690px;
}
#geo_list .resultmsg {
	margin-left: -80px;
    margin-right: -80px;
    padding: 10px 80px;
}
.geo_loc_item {
	border-bottom: 1px solid var(--color-border-grey);
	padding: 35px 0;
}
.geo_loc_item .h6 {
	margin: 0 0 20px 0;
}
.geo_loc_item .h6 a {
	text-decoration: none;
}
.geo_loc_item .address {
	font-size: 15px;
    margin: 0;
}
.geo_loc_item .distance {
	display: none;
}
.geo_loc_item .contact {
	font-size: 15px;
    margin: 0;
}
.geo_loc_item .view {
	font-size: 16px;
    font-weight: 900;
    color: var(--color-primary);
    font-family: var(--font-heading);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0 0 0;
}


/*
**************************************************************************
**************************************************************************
Latest News
**************************************************************************
**************************************************************************
*/
.news.index .featured .imageHolder {
	height: 550px;
}
.news_categories > .container > .row > * {
	overflow: scroll;
	padding-left: 30px;
}
.news_categories ul {
	list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}
.news_categories ul li {
	padding: 0 5px 10px;
    margin: 0 25px 0 0;
    position: relative;
    cursor: pointer;
}
.news_categories ul li.active:after {
	content: '';
    background-color: var(--color-primary);
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}


/*
**************************************************************************
**************************************************************************
Single News
**************************************************************************
**************************************************************************
*/
.back {
	text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin: 0 0 50px 0;
    display: inline-block;
}
.back svg {
	transform: rotate(180deg);
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.back svg path {
	fill: #fff;
}

.news.single img {
	height: auto;
}


/*
**************************************************************************
**************************************************************************
Contact Page
**************************************************************************
**************************************************************************
*/
.contact .details h1,
.contact .details h2,
.contact .details h3,
.contact .details h4,
.contact .details h5,
.contact .details h6 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 40px;
}
.contact .details table {
	max-width: 300px;
} 
.contact .details table tbody tr td {
	border: 0;
    padding: 5px 0;
    text-align: left;
}
.contact .details a {
	color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.contact .details a img {
	margin-left: 10px;
}
.contact .form h1:first-of-type,
.contact .form h2:first-of-type,
.contact .form h3:first-of-type,
.contact .form h4:first-of-type,
.contact .form h5:first-of-type,
.contact .form h6:first-of-type {
	position: relative;
	margin-bottom: 20px;
}
.contact .form h1:first-of-type:before,
.contact .form h2:first-of-type:before,
.contact .form h3:first-of-type:before,
.contact .form h4:first-of-type:before,
.contact .form h5:first-of-type:before,
.contact .form h6:first-of-type:before {
	content: '';
    background: var(--color-primary);
    -webkit-clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0% 100%);
    display: inline-block;
    width: 10px;
    height: 35px;
    position: relative;
    left: 0;
    margin-right: 25px;
}


/*
**************************************************************************
**************************************************************************
Terms Pages
**************************************************************************
**************************************************************************
*/
.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
	margin: 40px 0 20px 0;
}
.address {
	max-width: 250px;
}


/*
**************************************************************************
**************************************************************************
	Parts Finder
**************************************************************************
**************************************************************************
*/
.years {
	border-top: 1px solid var(--color-border-grey);
    display: block;
}
.years li {
	margin: 15px 0;
}
.years li a {
	text-decoration: none;
}


/*
**************************************************************************
**************************************************************************
Portal
**************************************************************************
**************************************************************************
*/
.portal .image_download {
	position: relative;
    max-height: 250px;
    overflow: hidden;
    padding-top: calc(var(--bs-gutter-x)* .5);
    padding-bottom: calc(var(--bs-gutter-x)* .5);
}
.portal .image_download a.download {
	opacity: 0;
    position: absolute;
    top: 10px;
    left: 25px;
    transition: 0.5s;
}
.portal .image_download:hover a.download {
	opacity: 1;
}
.portal .image_download img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


/*
**************************************************************************
**************************************************************************
	Login/Register
**************************************************************************
**************************************************************************
*/
.terms-text {
	font-size: 12px;
}
a.close[data-dismiss="alert"] {
	position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    padding: 6px 9px;	
}


/*
**************************************************************************
**************************************************************************
	Cart
**************************************************************************
**************************************************************************
*/
.cartTable tr td {
	vertical-align: middle;
}
.cartTable .cartTable--heading-quantity {
	width: 150px;
}
.cartTable .cartTable--heading-remove {
	width: 150px;
}
.cartTable img {
	max-width: 75px;
}
.cartTable .contentHolder {
	padding: 15px 15px;
}
.cartTable .product-name {
	font-weight: 600;
}
.cartTable .product-name a {
	text-decoration: none;
}
.shipping-calculator {
	border: 1px solid #efefef;
    padding: 25px 30px;
}


/*
**************************************************************************
**************************************************************************
	Account
**************************************************************************
**************************************************************************
*/
.account .links a {
	display: flex;
    text-decoration: none;
    border: 1px solid var(--color-border-grey);
    padding: 20px 10px 20px 25px;
    color: inherit;
}
.account .links a:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}

.account .links a.special-portal {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
.table-responsive table {
	min-width: max-content;
}


/*
**************************************************************************
**************************************************************************
	Neto Default
**************************************************************************
**************************************************************************
*/
[name="google_conversion_frame"] {
    pointer-events: none;
    position: absolute;
}
.successaddmessage {
    padding: 0 !important;
    width: auto !important;
}
.successaddmessage .header {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.successaddmessage .body {
    padding: 5px;
    margin-bottom: 10px;
}
.successaddmessage .body .image {
    width: 20%em;
    float: left;
    height: 3em;
}
.successaddmessage .body .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.successaddmessage .body .description {
    float: left;
    width: 75%;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
}
.successaddmessage .footer {
    display: flex;
}
.successaddmessage .footer .btn {
    padding: 7px 20px;
    font-size: 12px;
    background-color: var(--color-primary);
}
.successaddmessage .footer .left {
    display: flex;
}
.successaddmessage .footer .left .btn {
    background-color: #efefef;
}
.successaddmessage .footer .right {
    flex-grow: 1;
    text-align: right;
}
.successaddmessageclear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.anpopup {
    position: fixed !important;
}
.modal-header {
	justify-content: space-between;
}
.npopup {
    display: none;
    position: relative;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 500px !important;
    margin: 0;
    z-index: 10000;
}
.npopup-body {
    height: auto;
    overflow: auto;
    width: auto;
    padding: 10px;
}
.npopup-btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png);
}
.npopup-continue {
    margin-right: 10px;
}
.nactivity {
    display: none;
}
.search_loading_icon {
    position: absolute;
    display: none !important;
}
.nsearchinput-pl.well {
    position: absolute;
    z-index: 100001;
    padding: 0;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-top: 35px !important;
}
.nsearchinput-pl.well ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nsearchinput-pl.well li,
.nsearchinput-pl.well li a {
    position: relative;
    display: block;
}
.nsearchinput-pl.well li a {
    padding: 10px 15px;
}
.nsearchinput-pl.well li a:focus,
.nsearchinput-pl.well li a:hover {
    background: #ebebeb;
}
.nsearchinput-pl.well li img {
    margin-right: 10px;
}
.ajaxloader {
    background: #ccc url(//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif) no-repeat 50% 50%;
    border-radius: 5px;
    opacity: 0.7;
}
.urler {
	display: none;
}

/* Notification */
.notificationHolder {
	
}
.notificationHolder .notification {
	display: flex;
    align-items: start;
    gap: 20px;
    background-color: var(--color-primary);
    border-radius: 6px;
    color: #fff;
    padding: 20px;
}

.notificationHolder .notification svg {
	width: 25px;
	height: 25px;
}
.notificationHolder .notification svg path {
	fill: #fff;
}

  
  
.kitties {
	background-color: #f6f6f6;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 0 16px 0;
    font-size: 14px;
}
.kitties p {
	font-weight: 600;
    margin: 0 0 8px 0;
}
.kitties ul {
	padding-left: 0;
    margin: 0;
    list-style: none;
} 
.kitties ul li:not(:last-child) {
	border-bottom: 1px solid #dad9d9;
}
.kitties a {
	display: flex;
	align-items: center;
	text-decoration: none;
}    

.kitties a img {
	max-width: 95px;
	margin-right: 20px;
}
  
.kitties p.name {
	font-weight: 600;
    margin: 0;
}
.kitties p.sku {
	font-weight: 400;
    margin: 0;
} 
.kitties .category {
	font-weight: 400;
    margin: 0;
    color: var(--color-primary);
} 




@media screen and (min-width: 768px) {
	
	.tabs_nav .flickity-slider {
		-webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    transform: none !important;
	}
		
}

@media screen and (max-width: 1600px) {

	/*======================================================================== ++++ Support Scroller ++++ */
	.support-scroller .slide {
		width: 30%;	
	}
	
	.support-scroller.home-hero .slide {
		width: 30%;
	}

}

@media screen and (max-width: 1460px){	

	/*======================================================================== ++++ Container Right ++++ */
	.container-right {
		margin-left: calc(50vw - 570px);
	}
	
}

@media screen and (max-width: 1399px) {

	.logo {
		max-width: 200px;
	}
	
	nav > ul > li {
	    margin: 0 15px;
	}	

	/*======================================================================== ++++ Features ++++ */
	.features .slick-dots,
	.features .flickity-page-dots {	
		max-width: 1140px;
	}
	
	
	/*
	**************************************************************************
	**************************************************************************
		Category Page
	**************************************************************************
	**************************************************************************
	*/
	.product-details .stats > p {
	    align-items: start;
	    justify-content: start;
	    flex-direction: column;
	}
	
	
	/*
	**************************************************************************
	**************************************************************************
		Store Finder
	**************************************************************************
	**************************************************************************
	*/
	.form_holder {
	    padding: 58px 30px;
	}
	#geo_list {
	    padding: 0 30px;
	}
		
}

@media screen and (max-width: 1200px){

	/*======================================================================== ++++ Container Right ++++ */
	.container-right {
		margin-left: calc(50vw - 480px);
	}
	
	.logo {
        max-width: 180px;
    }
	
	nav > ul > li {
        margin: 0 10px;
    }
	
	
	/*======================================================================== ++++ Tabbed ++++ */
	.tabs_nav {
		padding-right: 0;
	}
	.tabs_nav .slide {
		width: 200px;
	}

	.tabs h2 {
        font-size: 40px;
        line-height: 1;
    }
    
	
	/*======================================================================== ++++ Support Scroller ++++ */
	.support-scroller .slide {
		width: 45%;	
	}
	
	.support-scroller.home-hero .slide {
		width: 45%;
	}
    
    
	/*======================================================================== ++++ Features ++++ */
	.features .slick-dots,
	.features .flickity-page-dots {	
		max-width: 960px;
	}
	
	
	/*======================================================================== ++++ Popular ++++ */
	.product-card .product-details .category-button-holder {
		opacity: 1;
		visibility: visible;
	}
	
	/*
	**************************************************************************
	**************************************************************************
		Category Page
	**************************************************************************
	**************************************************************************
	*/
	.product-card-row > *:nth-child(even) > .product-card:not(.simple) {
	    border-right: 0 !important;
	}
	.product-card-row > *:nth-child(3n) > .product-card:not(.simple) {
	    border-right: 1px solid var(--color-border-grey);
	}		

}

@media screen and (max-width:992px){

	/*======================================================================== ++++ Container Right ++++ */
	.container-right {
		margin-left: calc(50vw - 360px);
	}
	
	
	header {
		padding: 10px 0 10px 10px;
	}
	
	header.active {
		background-color: var(--color-secondary) !important;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	header.active img.logo {
		filter: grayscale(1) invert(1) brightness(130%) !important;
	}
	header.active .bar {
		background-color: #fff;
	}
	header.active nav > ul > li > a:not(.btn),
	header.active .utils {
		color: #fff !important;	
	}


	/* Menu */
	.menu {
		height: 42px;
	    width: 42px;
	    top: 3px;
		position: relative;
		margin: auto;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		cursor: pointer;
	}
	.bar {
		height: 3px;
		width: 22px;
		display: block;
		margin: 5px auto;
		position: relative;
		background-color: #232323;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		position: absolute;
		right: 9px;
	}
	.menu .bar:nth-of-type(1) {
		top: 7px;
		width: 20px;
		-moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
		-o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
		-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
		-webkit-transition-delay: 0.3s, 0.1s;
		transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
	}
	.menu .bar:nth-of-type(2) {
		top: 14px;
		width: 15px;
		-moz-transition: ease 0.3s 0.3s;
		-o-transition: ease 0.3s 0.3s;
		-webkit-transition: ease 0.3s;
		-webkit-transition-delay: 0.3s;
		transition: ease 0.3s 0.3s;
	}
	.menu .bar:nth-of-type(3) {
		top: 21px;
		width: 23px;
		-moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
		-o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
		-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
		-webkit-transition-delay: 0.3s, 0.1s;
		transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
	}
	
	header.active .menu .bar {
		width: 23px;
	}
	header.active .menu .bar:nth-of-type(1) {
		top: 15px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
		-o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
		-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
		-webkit-transition-delay: 0.1s, 0.5s;
		transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
	}
	header.active .menu .bar:nth-of-type(2) {
		opacity: 0;
	}
	header.active .menu .bar:nth-of-type(3) {
		top: 15px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
		-o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
		-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
		-webkit-transition-delay: 0.1s, 0.5s;
		transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
	}
	@-moz-keyframes mrotr {
		0% {
	    	-moz-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-moz-transform: translateY(15px) rotate(0);
	    	transform: translateY(15px) rotate(0);
		}
		100% {
	    	-moz-transform: translateY(15px) rotate(45deg);
	    	transform: translateY(15px) rotate(45deg);
		}
	}
	@-webkit-keyframes mrotr {
		0% {
	    	-webkit-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-webkit-transform: translateY(15px) rotate(0);
	    	transform: translateY(15px) rotate(0);
		}
		100% {
	    	-webkit-transform: translateY(15px) rotate(45deg);
	    	transform: translateY(15px) rotate(45deg);
		}
	}
	@keyframes mrotr {
		0% {
	    	-moz-transform: translateY(0px) rotate(0);
	    	-ms-transform: translateY(0px) rotate(0);
	    	-webkit-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-moz-transform: translateY(15px) rotate(0);
	    	-ms-transform: translateY(15px) rotate(0);
	    	-webkit-transform: translateY(15px) rotate(0);
	    	transform: translateY(15px) rotate(0);
		}
		100% {
	    	-moz-transform: translateY(15px) rotate(45deg);
	    	-ms-transform: translateY(15px) rotate(45deg);
	    	-webkit-transform: translateY(15px) rotate(45deg);
	    	transform: translateY(15px) rotate(45deg);
		}
	}
	@-moz-keyframes mrotl {
		0% {
	    	-moz-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-moz-transform: translateY(-15px) rotate(0);
	    	transform: translateY(-15px) rotate(0);
		}
		100% {
	    	-moz-transform: translateY(-15px) rotate(-45deg);
	    	transform: translateY(-15px) rotate(-45deg);
		}
	}
	@-webkit-keyframes mrotl {
		0% {
	    	-webkit-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-webkit-transform: translateY(-15px) rotate(0);
	    	transform: translateY(-15px) rotate(0);
		}
		100% {
	    	-webkit-transform: translateY(-15px) rotate(-45deg);
	    	transform: translateY(-15px) rotate(-45deg);
		}
	}
	@keyframes mrotl {
		0% {
	    	-moz-transform: translateY(0px) rotate(0);
	    	-ms-transform: translateY(0px) rotate(0);
	    	-webkit-transform: translateY(0px) rotate(0);
	    	transform: translateY(0px) rotate(0);
		}
		50% {
	    	-moz-transform: translateY(-15px) rotate(0);
	    	-ms-transform: translateY(-15px) rotate(0);
	    	-webkit-transform: translateY(-15px) rotate(0);
	    	transform: translateY(-15px) rotate(0);
		}
		100% {
	    	-moz-transform: translateY(-15px) rotate(-45deg);
	    	-ms-transform: translateY(-15px) rotate(-45deg);
	    	-webkit-transform: translateY(-15px) rotate(-45deg);
	    	transform: translateY(-15px) rotate(-45deg);
		}
	}
	@-moz-keyframes fade {
		from {
	    	opacity: 1;
		}
		to {
	    	opacity: 0;
		}
	}
	@-webkit-keyframes fade {
		from {
	    	opacity: 1;
		}
		to {
	    	opacity: 0;
		}
	}
	@keyframes fade {
		from {
	    	opacity: 1;
		}
		to {
	    	opacity: 0;
		}
	}
	
	.nav_holder {
		position: fixed;
	    top: 92px;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: var(--color-secondary);	
	    color: #fff;
	    opacity: 0;
	    visibility: hidden;
	    display: none; 
	    padding-bottom: 150px;
		overflow: scroll;
	}
	header.active .nav_holder {
		opacity: 1;
		visibility: visible;
		display: block;
	}
	header.fixed .nav_holder {
		height: calc(100svh - 62px);
        top: 60px;
	}
	
	nav > ul > li {
        margin: 0;
    }
	nav > ul > li:first-child > a {
		display: none;
	}
	nav > ul > li > a {
		display: block;
		padding: 20px;
		opacity: 1 !important;
	}
	
	.sub_menu {
		position: relative;
		background: var(--color-secondary);	
	}
	.sub_menu.categories {
	    height: auto;
	    border-top: 0;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    padding-top: 0;
	    top: 0;
	    transition: unset;
	    opacity: 1;
	    visibility: visible;
	}
	.sub_menu.categories > li {
	    width: 100%;
	    padding: 0;
	    font-size: 15px;
	    opacity: 1;
	}
	.sub_menu.categories > li:last-child {
		display: none;
	}
	.sub_menu.categories > li > a {
		padding: 20px !important;
	}
	.sub_menu.categories > li > a:before {
		display: none !important;
	}
	.sub_menu.products {
		display: none !important;
	}
	

	header .portal {
		margin: 0 !important;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff !important;
        width: 50%;
        padding: 25px 15px;
        opacity: 0;
        visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-secondary) !important;
        clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
	}
	header.active .portal {
		opacity: 1;
        visibility: visible;	
	}
	header.active .portal svg path {
		fill: var(--color-secondary) !important;
	}
	header.active nav > ul > li:last-child {
		position: fixed;
	    bottom: 0;
	    right: 0;
	    width: 50%;	
	}
	header.active nav > ul > li:last-child > a {
		clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
		width: 100%;
		padding: 24px 15px;
	}

	header.fixed {
		padding: 10px 0;	
	}


    /* Search */
    .search_box .close {
	    top: 40px;
	    right: 25px;
	    width: 35px;
	}
	.search {
		flex-direction: column;
	}
	.search .btn {
        background-color: var(--color-primary);
        color: #fff;
        padding: 15px 30px;
        position: relative;
        top: 0;
        margin: 10px 0 0 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
	.search .btn img,
	.search .btn svg {
		display: none;
	}
	
	
	/*
	**************************************************************************
	**************************************************************************
		Home Page
	**************************************************************************
	**************************************************************************
	*/
	/*======================================================================== ++++ Tabbed ++++ */
	.tabs .top .container-right {
		padding: 0;
	}
	.tabs_nav {
        padding-left: 30px;
        padding-right: 30px;
    }
    .tabs_nav:after {
	    content: '';
	    opacity: 0.1;
        z-index: -1;
        background-color: #000;
        height: 1px;
        position: absolute;
        bottom: 1px;
        left: 30px;
        right: 0;
    }
    .tabs_nav .slick-list,
	.tabs_nav .flickity-viewport {
	    overflow: visible;
    }
    .tabs_nav .slide span:after {
	    transition: unset;
    }
	.tabs h2 {
		font-size: 28px;
	}
	.tabs .imageHolder {
		padding-left: 18px;
	}
	.tabs .contentHolder {
		padding-right: 30px;
	    padding-left: 60px;
	    padding-top: 40px;
	}
	.tabs .contentHolder p {
	    max-width: unset;
	}
	.tabs .btn {
	    position: relative;
	    bottom: 0;
	    left: 0;
	    font-size: 14px;
	    padding: 13px 57px 13px 2px;
	    -webkit-clip-path: unset;
		clip-path: unset;
	    text-align: left;
	}


	/*======================================================================== ++++ Features ++++ */
	.features .slick-dots,
	.features .flickity-page-dots {	
		max-width: 720px;
	}
	
	
	/*======================================================================== ++++ Popular ++++ */
	section.popular .slider .slide {
		width: 50%;
	}
	
	.product-card {
	    padding: 20px;
	}


	/*======================================================================== ++++ Support Scroller ++++ */
	.support-scroller .slide {
		width: 45%;	
	}
	
	.support-scroller.home-hero .slide {
		width: 45%;
	}


	/*======================================================================== ++++ Footer ++++ */
	footer {
		padding-top: 20px;
	}


	/*======================================================================== ++++ Newsletter ++++ */
	.newsletter .imageHolder {
		-webkit-clip-path: none;
		clip-path: none;
		height: 280px;
	}
	.newsletter form {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0 0 60px 0;
		width: 100%;
		max-width: 700px;
	}

	
	/*======================================================================== ++++ Products ++++ */
	/* With Hover */
	.product-card.with_hover .top {
		background-color: transparent;
		flex-wrap: wrap;
	}
	.product-card.with_hover .product-name {
		position: relative;
		background: transparent;
		top: 0 !important;
		left: 0;
	}
	.product-card.with_hover .product-specs-icons {
		opacity: 1 !important;
		width: 100%;
		order: 3;
		position: absolute;
		bottom: -28px;
	}
	.product-card .product-details .bottom {
/* 	    padding: 0 5px 8px 10px; */
	}
	.product-card.with_hover .bottom > p {
		display: none;
	}
	.product-card.with_hover .buttons {
		opacity: 1;
		visibility: visible;
		top: 0;
		position: relative;
		padding-left: 50%;
	}
	.product-card.with_hover .buttons .btn.btn-secondary {
		display: none;
	}
	.product-card.with_hover .buttons .btn.buy-now {
		width: 100%
	}


	/*
	**************************************************************************
	**************************************************************************
		About Page
	**************************************************************************
	**************************************************************************
	*/
	.about#store-finder-results .contentSection .container .contentHolder {
	    padding: 35px 12px 40px 85px;
	}
	

	/*
	**************************************************************************
	**************************************************************************
		Product Page - Kit
	**************************************************************************
	**************************************************************************
	*/
	.component_bottom {
	    align-items: end;
	    padding: 25px 0 0 0;
	}
	.component_bottom .total {
	    flex-direction: column;
	}	

}

@media screen and (max-width:768px){

	/*======================================================================== ++++ Container Right ++++ */
	.container-right {
		margin-left: calc(50vw - 270px);
	}
	
	.clipped-input {
		-webkit-clip-path: none;
		clip-path: none;
	}
	
	
	.fake-input {
	    background-color: transparent;
        -webkit-clip-path: unset;
        clip-path: unset;
        border-radius: 0;
        width: 100%;
        position: relative;
        margin-right: 0;
	}
	.fake-input input {
	    background-color: #fff;
        -webkit-clip-path: unset;
        clip-path: unset;
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        border: 1px solid #707070;
	}
		
	
	
	/*======================================================================== ++++ Header ++++ */
/*
	#n_home header:not(.fixed) {
		background-color: var(--color-secondary);
	}
*/
	
	.search_holder.active .search_box {
        top: 60px;
    }
	
	header .portal {
		width: 52%;
		padding: 24px 15px;
	}
	header.active nav > ul > li:last-child {
        width: 52%;
    }

    .nav_holder {
        top: 62px;
	}

	
	/*
	**************************************************************************
	**************************************************************************
		Home Page
	**************************************************************************
	**************************************************************************
	*/
	/*======================================================================== ++++ Hero ++++ */
/*
	.hero.home {
		margin-top: -62px;
		height: 100svh;
		padding-top: 270px;	
	}
*/
	
/*
	.support-scroller.home-hero {
		margin-top: -62px;
		height: 100svh;
	}
*/


	/*======================================================================== ++++ Intro ++++ */
	.intro p {
	    margin-bottom: 15px;
	}
	.intro br {
		content: '';
		margin-bottom: 15px;
		display: block;
	}
	

	/*======================================================================== ++++ Features ++++ */
	.features .container {
	    padding-bottom: 100px;
	    padding-top: 55svh;
	}
	.features .container > .row > .col-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.features .slick-dots,
	.features .flickity-page-dots {	
		max-width: 540px;
        padding-left: 27px;
        padding-right: 27px;
        position: absolute;
        margin: 0;
        bottom: 40px;
        left: 0;
	}

	
	/*======================================================================== ++++ Featured Products ++++ */
	.featured-product .details .priceHolder {
	    top: 0;
	    display: flex;
	    align-items: center;
	}
	.featured-product .details .priceHolder .small {
		text-transform: lowercase;
		margin-right: 5px;
		font-size: 12px;
	}
	.featured-product .details .priceHolder .small .priced {
		text-transform: capitalize;
	}

	
	/*======================================================================== ++++ CTA ++++ */
	.cta .container > .row .col-12 {
		padding-left: 30px;
	    padding-right: 30px;
	}
	.cta {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	
	/*======================================================================== ++++ Popular ++++ */
	section.popular .slider .slide {
		width: 100%;
		padding: 0 30px;
	}
	.popular .h2 {
		font-size: 25px;
	}
	.product-card {
     	padding: 35px 0;
    }
	
	.slick-arrow.slick-prev {
	    left: -5px;
	}
	.slick-arrow.slick-next {
	    right: -5px;
	}
	
	
	/*======================================================================== ++++ Support Scroller ++++ */
	.support-scroller .slide {
		width: 80%;
	}
	.custom_card {
		padding-top: 80px;	
	}
	.custom_card .contentHolder {
        padding: 100px 40px 0;
    }
	.support-scroller .slick-slide a,
	.support-scroller .slide a {
        padding: 20px 40px;
        margin: 0 -40px;
		color: #fff !important;
	}
	.support-scroller .slick-current.slick-active a,
	.support-scroller .slide.is-selected a {
		background-color: var(--color-primary);
	}
	
	
	.support-scroller.home-hero .slide {
		width: 80%;
	}
	

	/*======================================================================== ++++ Latest News ++++ */
	.post .imageHolder {
	    height: 180px;
	}
		
	
	/*======================================================================== ++++ Newsletter ++++ */
	.newsletter .formHolder {
		padding-left: 30px;
		padding-right: 30px;
	}
	.newsletter form {
		max-width: 516px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		padding: 0 0 60px 0;
	}
	.newsletter form input#name,
	.newsletter form input#email {
		width: 100%;
		margin: 5px 0;
	}
	
	
	/*======================================================================== ++++ Footer ++++ */
	footer {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	footer ul li {
		font-size: 13px;
	}
	footer ul li:not(.email):not(.address) a {
		display: block;
	    max-width: 127px;
	}
	footer .phone {
		font-size: 16px;
		font-weight: 700;
	}
	footer .col-12.order-6 ul {
		display: flex;
		flex-wrap: wrap;
	}
	footer .col-12.order-6 ul li {
		width: 50%;
		margin: 7px 0;
	}
	footer .copyright {
		font-size: 11px;
		border-top: 1px solid rgba(255, 255, 255, .5);
		color: rgba(255, 255, 255, .63);
		padding: 10px 0;
	}
	footer .copyright p {
		display: flex;
        flex-direction: column-reverse;
        text-align: center;	
	}
	footer .copyright p span {
		margin: 10px 0;
	}

	
	/*
	**************************************************************************
	**************************************************************************
		About Page
	**************************************************************************
	**************************************************************************
	*/
	.contentSection .contentHolder.with-special {
		padding-left: 66px !important;
	}
	.contentSection .contentHolder.with-special h1:not(:first-of-type),
	.contentSection .contentHolder.with-special h2:not(:first-of-type),
	.contentSection .contentHolder.with-special h3:not(:first-of-type),
	.contentSection .contentHolder.with-special h4:not(:first-of-type),
	.contentSection .contentHolder.with-special h5:not(:first-of-type) {
	    margin-top: 50px;
	}

	#store-finder-results.about .contentSection {
		position: relative;
	}
	#store-finder-results.about .contentSection .container .contentHolder {
	    position: relative;
	    padding-top: 0;
		padding-bottom: 60px;
	    padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
	}
	#store-finder-results.about .contentSection:before {
	    width: 100%;
	    position: absolute;
	    -webkit-clip-path: unset;
	    clip-path: unset;
	}
	#geo_map {
		height: 400px;
	}
	

	/*
	**************************************************************************
	**************************************************************************
		Category Page
	**************************************************************************
	**************************************************************************
	*/
	.sort {
	    flex-grow: 1;
	    text-align: right;
	}
	.product-card-row > * .product-card:not(.simple) {
	    border-right: 0 !important;
	}
	

	/*
	**************************************************************************
	**************************************************************************
		Single Product Page
	**************************************************************************
	**************************************************************************
	*/
	.product-details .search_form_holder {
		flex-direction: column;
		align-items: start;	
	}
	.product-details .stats > p {
		flex-direction: column;
		align-items: start;
		justify-content: start;
		padding: 0;
		line-height: 145%;
	}
	.product-details .stats > p:not(:first-child) {
		padding-left: 20px;
	}
	.product-details .stats > p > span {
        font-size: 15px;
        margin-right: 0;
    }
	.product-details .options .option:not(.stats):not(.notes) {
	    flex-direction: column;
	}
	.product-details .options .option.notes {
		flex-wrap: wrap;
	}
	.product-details .options .option.notes label {
	    margin-right: 0;
	    width: 100%;
	}
	.product-details .notes span {
		font-size: 12px;
	}
	
	
	/* Accessory */
	.product-details.accessory .buying-options .badge {
		width: 100%;
		margin-bottom: 10px;
	}
	.product-details.accessory .buying-options .product-quantity label {
		display: none;
	}
	
	
	/* Product Tabs */
	.product-tabs {
	    top: 61px;
	    overflow: scroll;
	    -ms-overflow-style: none;
		scrollbar-width: none;
	}
	.product-tabs::-webkit-scrollbar {
		display: none;
	}
	.product-tabs .col-12 {
		padding-left: 0;
	}
	.product-tabs ul {
		min-width: max-content;
        padding-right: 15px;
	}  
	.product-tabs ul li span {
		min-width: max-content;
	}
	.product-tabs ul li a.btn-primary {
    	clip-path: polygon(0 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
	}

	
	/* Specifications Table */
	#specifications .sliderRow {
	    margin-left: 0;
        margin-right: calc(-.5* var(--bs-gutter-x));
	}
	#specifications .slider .slide {
        width: 90%;
        padding: 0 20px;
    }
    
	.tableHolder {
		overflow: scroll;
	}
	table.alt,
	.table_alt table {
		display: flex;
		border-collapse: collapse;
		min-width: max-content;
	}
	table.alt thead tr,
	.table_alt table thead tr {
		display: inline-flex;
		flex-direction: column;
	}
	table.alt thead tr th,
	.table_alt table thead tr th {
		padding: 5.5px;
		font-size: 12px;
		clip-path: unset;
		background-color: unset;
		color: var(--color-secondary);
	}
	table.alt thead th:empty,
	.table_alt table thead th:first-child {
		background-color: var(--color-secondary);
		clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
		height: 28.5px;
	}
	table.alt thead th:nth-child(2),
	.table_alt table thead th:nth-child(2) {
	    clip-path: unset;
	}
	table.alt thead tr td,
	.table_alt table thead tr td {
		padding: 5px;
		font-size: 12px;
	}
	table.alt tbody,
	.table_alt table tbody {
		display: flex;	
	}   
	table.alt tbody tr,
	.table_alt table tbody tr {
		display: inline-flex;
		flex-direction: column;
	}
	table.alt tbody tr th,
	.table_alt table tbody tr th {
		padding: 5px;
		font-size: 12px;
		background-color: var(--color-secondary);
		color: #fff;
	}
	table.alt tbody tr td,
	.table_alt table tbody tr td {
		padding: 5px;
		font-size: 12px;	
		flex: 1;
	}
	
	
	/* Gallery */
	#gallery a {
		height: 300px;
	}
	#gallery .flickity-prev-next-button.previous {
	    left: 0px;
	}
	#gallery .flickity-prev-next-button.next {
	    right: 0px;
	}
	
	
	/* Resources */
	.resources li a {
	    padding: 25px 0;
	    font-size: 16px;
	}
		
	
	/* Components */
	.components {
	    height: auto;
	    overflow: hidden;
	    padding-right: 0;
	}
	.component .count {
		order: 1;
	}
	.components .h6 {
		order: 2;
		flex-grow: 1;
	}
	.component .sku {
		order: 4;
		width: 100%;
	}
	.component .break {
	    order: 5;
	}
	.component .badge {
		order: 3;
	}
	.component .price {
		order: 6;
	}
	.component .product-quantity {
		order: 7;
	}
	

	/*
	**************************************************************************
	**************************************************************************
		Support Page
	**************************************************************************
	**************************************************************************
	*/
	.support_categories {
		padding-left: 30px;
        padding-right: 30px;
	}
	.support_categories > .container {
		position: relative;
	}
	.support_categories > .container:after {
		content: '';
        background-color: #fff;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
	}
	.support_categories a {
		border-bottom: 1px solid var(--color-border-grey);
	}
	.support_categories a:nth-child(odd) {
		border-right: 1px solid var(--color-border-grey);
	}
	.supports .row {
		margin: 0 20px;
	}
	.supports .row > * {
		border-right: 0;
		border-bottom: 1px solid var(--color-border-grey);
	}
	.supports .row > *:last-child {
		border-bottom: 0;
	}
	

	/*======================================================================== ++++ Tabs ++++ */

	.tabs-container {
	    flex-direction: column;
	}

	.tabs-container .tabs {
		display: flex;
        flex-direction: row;
        overflow: scroll;
        margin-right: -35px;
        width: auto;
	}
	.tabs-container .tab {
	    min-width: max-content;
        padding: 7px 17px 7px 0;
        font-size: 14px;
	}
	.tabs-container .tab-content {
	    width: 100%;
	}


	/*
	**************************************************************************
	**************************************************************************
		Portal
	**************************************************************************
	**************************************************************************
	*/
	.portal .image_download {
	    max-height: 180px;
	}

	
	/*
	**************************************************************************
	**************************************************************************
		Latest News Page
	**************************************************************************
	**************************************************************************
	*/
	.news_categories > .container > .row > .col-12 {
	    -ms-overflow-style: none;
		scrollbar-width: none;
	}
	.news_categories > .container > .row > .col-12::-webkit-scrollbar {
		display: none;
	}

	    
	/*
	**************************************************************************
	**************************************************************************
		Cart Page
	**************************************************************************
	**************************************************************************
	*/  
	.cart-form {
		overflow: scroll;
		margin-right: -35px;
	}
	.cart-form table {
		width: 600px;
	}
	
	
	/*
	**************************************************************************
	**************************************************************************
		Account Pages
	**************************************************************************
	**************************************************************************
	*/
	.account .links a {
	    padding: 20px 10px 20px 20px;
	}
	.account .links a .h6 {
		font-size: 16px;
	}

	
	/*
	**************************************************************************
	**************************************************************************
		Popup
	**************************************************************************
	**************************************************************************
	*/
    .npopup {
        width: auto !important;
        max-width: 80%;
    }
    .npopup-checkout,
    .npopup-continue,
    .npopup-view {
        display: block;
        width: 100%;
        margin: 0;
    }
    .npopup-continue,
    .npopup-view {
        margin-bottom: 10px;
    }
    .npopup .footer.modal-footer .left,
    .npopup .footer.modal-footer .right {
        width: auto;
        display: block;
        float: none;
    }
    .npopup .footer.modal-footer .btn {
        display: block;
        width: 100% !important;
        margin: 0 0 10px;
        float: none !important;
    }	
	
}

@media screen and (max-width: 576px){

	section,
	div.section {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	
	/*======================================================================== ++++ Container Right ++++ */
	.container-right {
		margin-left: 0;
	}	

	section > .container > .row > .col-12,
	div.section > .container > .row > .col-12 {
		padding-left: 35px;
        padding-right: 35px;
	}

}

@media screen and (max-width: 346px) {

	/*======================================================================== ++++ Featured Products ++++ */
	.featured-product .details .priceHolder {
        align-items: start;
        flex-direction: column;
        line-height: 1.2;
    }

}

/*BLOG UI*/
.image-gallery{
	margin: 1rem 0px;
}
.page_12 .image-containers{
	display: flex;
	width: 100%;
	margin: 1rem 0px;
	text-align: center;
	align-items: center;
	flex-wrap: wrap;
}
.page_12 .image-containers > img{
	margin-bottom: 6px;
	margin-right: 6px;
	width: calc(25% - 6px);
}
.blog-content p{
	width: 100%;
	margin-bottom: 1rem;
}
.page_12 .image-containers > img:nth-child(4){
	margin-right: 0px;
}
.blog-content h3,.blog-content h2{
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.alignnone {
    display: block;
    margin: 10px 0;
    clear: both;
}
.size-large{
	margin: 10px 0;
    clear: both;
	width: 100%;
	height: auto !important;
}

.image-containers > .gallery_item{
	position: relative;
	position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
	background-color: #f1f1f1;
	padding: 5px;
	-webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.image-containers > .gallery_item:hover{
	background-color: #f3d8d8;
}
.image-containers > .gallery_item span{ 
	font-size: 12px;
    font-style: italic;
    padding: 5px;
}
.image-containers > .gallery_item img{	
    clear: both;
	width: 100%;
	height: auto !important;
	opacity: 0;
	
}
.image-containers > .gallery_item .img-gallery{
	opacity: 0;
}
.image-containers > .gallery_item a{
	display: flex;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center center;
}
img.size-medium{
	margin: 10px 27px 0px 0px;
    clear: both;
    width: 30%;
    height: auto !important;
    float: left;
}
.image-containers.total_item_5 > .gallery_item{
	margin-bottom: 6px;
	margin-right: 6px;
	width: calc(20% - 6px);
}
.image-containers.total_item_3 > .gallery_item{
	margin-bottom: 6px;
	margin-right: 6px;
	width: calc(33.33% - 6px);
}
.image-containers.total_item_2{
	display: flex;
}
.image-containers.total_item_2 > .gallery_item{
	margin-bottom: 6px;
	margin-right: 6px;
	/*width: calc(50% - 6px); */
}
.image-containers.total_item_1 > .gallery_item{
	margin-bottom: 6px;
	margin-right: 6px;
	width: 100%;
}
img.size-medium.aligncenter {
	clear: both;
	display: flex; 
}
.image-containers > .gallery_item{
	margin-bottom: 6px;
	margin-right: 6px;
	width: calc(25% - 6px);
}
.components.sale-item-n .component .product-quantity{
	display: none;
}