				
/* mobile first default */
:root {
	--brand-primary-color:#cc0c00;
	--brand-secondary-color: #000000;
	--brand-tertiary-color: #ffffff;
	--site-background-color: #fefefe;
	--text-color: #444444;
	--text-font: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
	--text-weight: normal;
	--headline-color: #444444;
	--headline-font: var(--text-font);
	--headline-weight: bold;
	--font-size: 16px;
	--line-height: 24px;
	--item-width: 50%;
	--padding-margin: 7px;
	--default-inner-max-width: 1444px;
	--highlight-background-color: #444444;
	--highlight-text-color: #fff;
	--headline-padding: 7px 0;
	--name-size: 29px;
	--description-size: 24px;
	--left-nav-width:100%;
}

/* overrides by screensize */
@media (min-width: 666px) and (max-width: 888px) {
	:root {
		--font-size: 17px;
		--line-height: 25px;
		--item-width: 33.33%;
		--headline-padding: 10px 0;
		--padding-margin: 10px;
		--name-size: 34px;
		--description-size: 28px;
		--results-margin-left:0;
		--left-nav-width:190px;
	}
}

@media (min-width: 889px) and (max-width: 1023px) {
	:root {
		--font-size: 18px;
		--line-height: 26px;
		--item-width: 33.33%;
		--padding-margin: 15px;
		--headline-padding: 15px 0;
		--name-size: 40px;
		--description-size: 32px;
		--left-nav-width:210px;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
	:root {
		--font-size: 19px;
		--line-height: 27px;
		--item-width: 25%;
		--padding-margin: 20px;
		--headline-padding: 20px 0;
		--name-size: 44px;
		--description-size: 36px;
		--left-nav-width:230px;
	}
}

@media (min-width: 1280px) {
	:root {
		--font-size: 20px;
		--line-height: 28px;
		--item-width: 25%;
		--padding-margin: 25px;
		--headline-margin: 25px 0;
		--name-size: 48px;
		--description-size: 39px;
		--left-nav-width:250px;
	}
}
.is_locked {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
}
.is_locked body {
	height: 100%;
	overflow: hidden;
}
.is_rendering #cat_result_wrap,
.is_rendering #cat_desc,
.is_rendering #related_cat_blogs,
.is_rendering #ContainerFooter{
	visibility:hidden;
}
#new_cat_crumb {
	padding-left:0;
}
#new_cat_crumb a {
	color: #a7a7a7;
	text-decoration: none !important;
	margin-right: 10px;
	font-size: 15px;
}
#Container, body, #Wrapper {
	background:#f3f3f3;
	padding: 0;
}
#new_cat_main {
	text-align: left;
	position: relative;
	padding: var(--padding-margin);
	padding-right: 0;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	/* padding-left: calc(var(--left-nav-width) + var(--padding-margin) + 20px); */
	width: calc(100% - var(--left-nav-width));
}

#cat_header_top {
	padding-right:50px;
	position:relative;
}
#cat_header_top #title {
	display:inline-block;
	vertical-align:top;
	padding-right:0;
}
#cat_header_top #expand_vid {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #a6a6a6;
	font-size: 14px;
	border-radius: 30px;
	text-transform: uppercase;
	height: 27px;
	line-height: 26px;
	cursor: pointer;
	border: solid 1px #ddd;
	letter-spacing: 1px;
	padding: 0 8px;
	padding-right: 25px;
	background: #fff;
	margin-left: 10px;
	margin-top: 10px;
	position:relative;
}
#cat_header_top #expand_vid:after {
	position: absolute;
	right: 0;
	width: 25px;
	color: #777;
	text-align: center;
	line-height: 27px;
	content:"\f215";
	display: inline-block;
	font-family: Ionicons;
}
#cat_header_top #expand_vid:hover {
	color: #cc0c00;
}
#new_open_h1_menu {
	position: absolute;
	right: 12px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #777;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	margin-top: 4px;
}
#new_h1_menu_overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 3;
}
#new_cat_menu {
	display: none;
	background: #fff;
	width: auto;
	box-shadow: 0 4px 8px #0000001a;
	position: absolute;
	top: 35px;
	right: 15px;
	z-index: 3;
	transition: max-height 2s ease-in-out;
}
.h1menu_isOpen #new_cat_menu {
	display: block;
}
.h1menu_isOpen #new_h1_menu_overlay {
	display: block;
}
#new_cat_menu a {
	padding: 8px 15px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	letter-spacing: .7px;
	display: block;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	line-height: 30px;
	text-decoration: none !important;
	text-align: left;
}



#new_subs {
	margin-top:var(--padding-margin);
}
#new_subs a {
	border: solid 1px #eee;
	overflow: hidden;
	transition: ease .1s all;
	text-align: center;
	width: calc(25% - 20px);
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	box-shadow: 0 1px 4px rgba(127, 127, 127, .11);
	text-decoration:none;
	padding-bottom: 60px;
	height: 210px;
}
#new_subs a:hover {
	box-shadow: 0 4px 4px rgb(247 187 187 / .4);
}
#new_subs img {
	padding:15px;
	max-height:150px;
}
#new_subs span {
	color: #cc0c00;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; 
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	padding: 8px;
	padding-top: 0;
	letter-spacing: .6px;
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 1099px) {
	#new_subs a {
		width: calc(25% - 15px);
		margin-right: 15px;
		margin-bottom: 15px
	}
}

@media screen and (max-width: 960px) {
	#new_subs a {
		width:calc(33.333% - 15px);
		font-size: 17px;
		line-height: 23px
	}
}

@media screen and (max-width: 622px) {
	#new_subs a {
		width:calc(50% - 15px);
		font-size: 16px;
		line-height: 21px
	}
}

@media(max-width: 500px) {
	#new_subs {
		margin-top:10px;
	}
	#new_subs a {
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px
	}
}

@media(max-width: 363px) {    
	#new_subs a {
		font-size: 15px;
		line-height: 19px
	}
}

.ion-plus-round:before {
	content: "\f217";
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#left_wrap {
	padding: var(--padding-margin);
	padding-bottom: 0;
	padding-top:0;
	width: var(--left-nav-width);
	padding-right: 0;
	display: inline-block;
	text-align: left;
	/* z-index:2;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	overflow: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	max-height: 100vh; */
}
.fixed_left_nav #left_wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	z-index: 2;
}

#toggle_mobile_filter {
	display:none;
}
#left_nav {
	width: 100%;
	font-size:21px;
	left:auto!important;
	padding-top:var(--padding-margin);
}
.filter_wrap {
	margin-bottom:var(--padding-margin);
}
#left_nav .filter_wrap:last-child {
	margin-bottom: 0;
}
.filter_header {
	padding:4px 10px;
	font-size: 18px;
	border: solid 1px #eee;
	line-height:38px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	background: #fbfbfb;
	color: #333;
	margin-bottom: 0;
	letter-spacing: .3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	cursor:pointer;
	position:relative;
}
.filter_header i {
	position: absolute;
	right: 16px;
	top: 5px;
}
.filter_label {
	font-size: 17px;
	font-weight: 500;
}
.filter_items {
	position:relative;
	overflow-x:visible!important;
	background: #fff;
	border: solid 1px #eee;
	border-top: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-bottom: 7px;
}
.filter_wrap.is_collapsed, .filter_wrap.is_collapsed .filter_header {
	border-radius:5px;
}
.filter_wrap.is_collapsed .filter_items {
	display:none;
}
.filter_item {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	letter-spacing: .4px;
	text-decoration: none !important;
	padding: 6px 10px;
	color: #555;
	overflow: hidden;
	position: relative;
	transition:.1s ease all;
	cursor:pointer;
}
.filter_item.currently_selected {
	color:#cc0c00;
	padding-right: 40px!important;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.filter_item.currently_selected:after {
	font-family: Ionicons; 
	content:"\f374";
	width: 33px !important;
	top: 50%;
	right: 4px;
	text-align: center;
	position: absolute;
	color: #cc0c00;
	font-size: 24px;
	transform: translateY(-50%);
}
/* #brand_choice {
	background:white;
	/* left:50%;
	transform:translateX(-50%); */
	white-space:nowrap;
	z-index:2;
	font-size:0;
	border-bottom:solid 1px #eee;
} */
.all_brand, .feat_brand {
	display:inline-block;
	padding:4px 10px;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	width:50%;
}
.all_brand {
	/* border-top-left-radius:30px;
	border-bottom-left-radius:30px; */
	/* border:solid 1px #eee; */
	border-right:solid 1px #eee;
}
.feat_brand {
	/* border-top-right-radius:30px;
	border-bottom-right-radius:30px; */
	/* border:solid 1px #eee; */
}
.filterApply {
	position:relative;
}
.filterApply.USA:after {
	position: absolute;
	border-radius: 30px;
	padding: 4px 9px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	content: "USA";
	top: 7px;
	right: 7px;
	color: #000;
	background: #fff;
	border: solid 1px #eee;
}
@media (max-width: 767px) {
	#new_subs, #cat_result_wrap {
		padding-left: var(--padding-margin);
	}
	#new_cat_crumb {
		padding:var(--padding-margin);
		padding-bottom:0;
	}
	#cat_header_wrap {
		padding: var(--padding-margin);
		padding-bottom:0;
	}
	#cat_desc {
		padding: var(--padding-margin);
	}
	#left_wrap {
		display: none;
		position: fixed;
		z-index: 5;
		background: #f0f0f0;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		max-height: 60%;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		z-index: 99999;
		overflow-x: hidden;
		overflow-y: auto;
		padding: 10px;
		padding-top: 0;
		padding-bottom: 75px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	}
	.filter_items {
		background: none;
		border: 0;
		padding-bottom: 0;
	}
	.filter_header {
		border: 0;
		pointer-events: none;
		background: none;
		padding-left: 0;
	}
	.filter_header i {
		display:none;
	}
	.filter_label {
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.filter_item {
		display: inline-block;
		vertical-align: top;
		margin-right:10px;
		margin-bottom:10px;
		border:solid 1px #eee;
		border-radius:5px;
		background:white;
	}
	.mob_filter_open #left_wrap {
		display:block;
	}
	#new_cat_main {
		padding-left:0!important;
		width:100%!important;
	}
	#toggle_mobile_filter {
		/* height:50px;
		width:50px; */
		display: block;
		line-height: 33px;
		background: white;
		position: fixed;
		bottom: 10px;
		right: 15px;
		z-index: 4;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
		border: solid 1px #ccc;
		text-transform: uppercase;
		letter-spacing: 1.4px;
		font-size: 18px;
		padding: 4px 10px;
		cursor: pointer;
		border-radius: 5px;
		padding-right:36px;
	}
	#toggle_mobile_filter svg {
		position:absolute;
	}
	#toggle_mobile_filter #filter_count {
		display:none;
		background: #cc0c00;
		color: #fff;
		border-radius: 50%;
		position: absolute;
		top: -12px;
		right: -4px;
		line-height: 22px;
		width: 22px;
		height: 22px;
		text-align: center;
		font-size:13px;
	}
	#show_these_mobile {
		padding:20px;
		background: #cc0c00;
		color: #fff;
		text-align:center;
		font-size:18px;
		text-transform:uppercase;
		letter-spacing:1px;
		cursor:pointer;
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
	}
}

#cat_result_top {
	margin-right:var(--padding-margin);
	margin-bottom: calc(var(--padding-margin) - 15px);
	position:relative;
	min-height:44px;
	padding-right:88px;
	display:none;
}

#cat_items_count {
	font-size:18px;
	font-style:italic;
	position:absolute;
	right:0;
	top:0;
	line-height:44px;
}

#currently_chosen {
	
}

#currently_chosen span {
	text-transform: uppercase;
	font-size: 17px;
	display: inline-block;
	background: #fff;
	padding: 4px 15px;
	border-radius: 6px;
	line-height: 38px;
	border: solid 1px #eee;
	letter-spacing: 1px;
	position: relative;
	padding-right: 40px;
	cursor: pointer;
	text-decoration: none!important;
	margin-right:10px;
	margin-bottom:10px;
}

#currently_chosen span svg {
	position: absolute;
	top: 9px;
	right: 4px;
	width: 33px
}

#currently_chosen span:hover svg path {
	fill: #cc0c00
}

.result_items {
	clear:both;
}

.result_item {
	display: inline-block;
	vertical-align: top;
	/* padding:var(--padding-margin); */
	margin-right: var(--padding-margin);
	margin-bottom: var(--padding-margin);
	width: calc(var(--item-width) - var(--padding-margin));
	text-align:left;
	background:white;
	border:solid 1px #ddd;
	text-decoration: none!important;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:.1s ease all;
	box-shadow:0 2px 4px rgba(0,0,0,0.04);
	user-select:none;
}
.result_item:hover {
	box-shadow:0 3px 6px rgba(0,0,0,0.06);
}
.result_item .top_msg {
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 6px 10px;
	top: 8px;
	left: 8px;
	background: white;
	position: absolute;
	z-index: 2;
	border: solid 1px #ddd;
	border-radius: 5px;
}
/* .result_item.desktop_hover {
	overflow:visible;
}
.result_item.desktop_hover .result_item_inner {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index: 98;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	background:#f5f5f5;
} */
.result_item .item_details {
	position:relative;
	/* background:#f5f5f5; */
	border-top:solid 1px #ddd;
	/* padding:0 var(--padding-margin); */
	padding:0 12px;
	z-index:2;
	padding-bottom:28px;
	background:white;
}
.item_details .brand_match {
	position: absolute;
	top: -53px;
	left: 9px;
	max-height: 43px !important;
	max-width: 110px !important;
	width: auto;
}
.item_details .multi_brand_match {
	position:absolute;
	top:-53px;
	background:white;
	padding:4px 10px;
	border-radius:5px;
}
.result_item .item_addcart,
.result_item .item_returningsoon {
	position: absolute;
	bottom: 8px;
	right: 8px;
	cursor: pointer;
	background: white;
	width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #ddd;
	display: none;
	z-index: 3;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.result_item:hover .item_addcart,
.result_item:hover .item_returningsoon {
	display:block;
}
.result_item .item_addcart i,
.result_item .item_returningsoon i {
	font-size:22px;
	display:block;
	color:#777;
	line-height:44px;
	transition: transform 0.1s ease-in-out;
}
.result_item:hover .item_addcart i,
.result_item:hover .item_returningsoon i {
	color:#cc0c00;
}
.result_item .item_number {
	font-size: calc(var(--font-size) + 1px);
	line-height: calc(var(--line-height) + 1px);
	letter-spacing: 2px;
	border-radius: 30px;
	padding: 4px 15px;
	background: white;
	color: #444;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: var(--padding-margin);
	border: solid 1px #ccc;
}
/* .result_item:hover .item_number {
	color:#cc0c00;
} */
.result_item .item_label {
	white-space:normal;
	font-size: calc(var(--font-size));
	line-height: calc(var(--line-height));
	height: calc(var(--line-height) * 4);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/* padding-top: var(--padding-margin); */
	margin-top: 12px;
	margin-bottom:20px;
	text-decoration: none;
}
.result_item:hover .item_label {
	color:#cc0c00;
	text-decoration:underline;
	text-underline-position:under;
	text-decoration-color:#555;
}
.result_item .item_image {
	position:relative;
	padding-bottom:75%;
	overflow: hidden;
	background:white;
	display:block;
}
.result_item .item_image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.result_item .item_stars {
	position: absolute;
	bottom: 50px;
	left: 12px;
	height: 40px;
	max-width: 50%;
	overflow: hidden;
}
.result_item .final_msg {
	position: absolute;
	bottom: 7px;
	left: 12px;
	height: 20px;
	max-width: 50%;
	overflow: hidden;
	line-height: 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.result_item .item_price {
	padding-top: 8px;
	line-height: 26px;
	font-size: 21px;
	font-weight: 500;
}
.result_item .item_price span {
	font-size:16px;
	text-decoration: line-through;
	font-weight:400;
	padding-left:4px;
	color:#888;
}
.result_item .product_star {
	margin-right:4px;
	display:inline-block;
	vertical-align:top;
}
.result_item .product_star i {
	font-size:22px;
	color:gold;
	line-height:40px;
}
.result_item .review_count {
	display:none;
}
.result_item .item_description {
	display:none;
	font-size: calc(var(--font-size) - 4px);
	line-height: calc(var(--line-height) - 4px);
	overflow-wrap: anywhere;
	text-decoration:none;
}
.result_item.desktop_hover .item_details {
	height:auto;
	padding-bottom:15px;
	position:relative;
}
.result_item.desktop_hover .item_description {
	display:block;
	max-height:calc(100vh - 100px);
}
.result_item mark {
	font-weight: 500;
}
.left_arrow {
	left:0;
}
.right_arrow {
	right:0;
}	
.left_arrow, .right_arrow {
	width: 44px;
	height: 44px;
	text-align: center;
	position: absolute;
	top: 0;
	height:100%;
	line-height: 44px;
	cursor: pointer;
	color:#777;
	font-size: 29px;
	z-index: 1;
	border: solid 1px rgba(255,255,255,0);
	transition:.1s ease all;
}
.result_item:hover .left_arrow,
.result_item:hover .right_arrow {
	background: rgba(255, 255, 255, .33);
	border: solid 1px rgba(255,255,255,0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	color: #cc0c00;
}
.left_arrow i, .right_arrow i {
	display:block;
	margin-top:77px;
}
@media (max-width: 499px) {
	.left_arrow i, .right_arrow i {
		margin-top: 55px;
	}
}
#load_more {
	padding:20px;
	cursor:pointer;
	background:#cc0c00;
	text-align:center;
	color:white;
	display:block;
	width:280px;
	margin:0 auto;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-radius:5px;
	margin-bottom:10px;
}
#mob_filter_overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99998;
	cursor:pointer;
	background:rgba(255,255,255,0.2);
}
.mob_filter_open #mob_filter_overlay {
	display:block;
}
#quick_menu {
	right:auto;
	left:10px!important;
}
.blog_snip {
	padding:0 15px 15px 15px!important;
	min-height:530px!important;
	border-top:0!important;
}
#prodMenu.left_is_close {
	right: -100px;
}

#video_overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.6);
	z-index: 5;
	cursor: pointer
}

#embed_container {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 94%;
	margin: 0 auto;
	width: 768px;
	transform: translate(-50%,-50%);
	z-index: 6
}

#embed_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#embed_container::before {
	content: "";
	display: block;
	padding-top: 56.25%
}
