.hideit { display: none !important; }

.customs_page_subtitle {
	text-align: left;
	max-width: 70%;
	margin: 0 auto 1em auto;
	font-weight: bold;
	line-height: initial;
}

.special_product_message { background: #ccc; padding: calc(1em + 1vw); }

.alt_source { font-size: 85%; margin:calc(.5em + .5vw); }
.icon-soraa-mr16 { height: 16px !important; width: 16px !important; vertical-align: baseline !important; margin-bottom: -4px !important; }

.sub_cats {
	width: 56.6%;
	text-align: center;
	margin: calc(1em + 1vw) auto;
	min-width: 258px;
}

.criticalnote {
	font-size: .85rem;
	color: #b61d22;
	text-align: center;
	padding: 0 1em 0 1em;
}

.vm-pagination-top { display: none; }

.invisible { opacity: 0; }

.product-fields {
	width: 70%;
	margin: auto;
	margin-bottom: calc(1em + 1vw);
	padding-left: calc(2em + 2vw);
	display: flex;
}

.productdetails h1 {
	display: block !important;
	width: 100%;
	margin-left: 15%;
	font-size: 150%;
	margin-top: 1em;
	position: relative;
	margin-bottom: -1em;
}

#djslider113  {
	height: 378px;
	width: 672px;
	max-width: 672px !important;
	opacity: 1;
	margin: 0px;
	margin-top: calc(1em + 1vw);
	padding: 0px;
	float: right;
}

.product-fields {
	width: 70%;
	margin: auto;
	margin-bottom: calc(1em + 1vw) !important;
	padding-left: calc(2em + 2vw);
	text-align: left;
}

.productdetails h1 {
	display: block !important;
	font-size: 200%;
	margin-top: calc(2em + 2vw);
	margin-bottom: -.5em;
	width: 100%;
	text-align: left;
}

.productjumpmenu {
	width: 100%;
	display: initial;
	padding-right: calc(2em + 2vw);
	font-size: initial;
	white-space: nowrap;
	margin-bottom: calc(1em + 1vw);
	margin-left: calc(1em + 1vw);
}

#techfeatures { margin-bottom: calc(1em + 1vw); }

#projects, #features, #customs { margin-bottom: 1em !important; }

.productbullets {
	width: 50%;
	display: block;
	float: left;
}

/* #mounting { margin-top: calc(1em + 1vw); } */

#leadtime, #mounting { margin-bottom: calc(1em + 1vw); }

.orderby-displaynumber { text-align: right; }

.product-container {
	text-align: center;
	margin: 2px;
	border: 1px solid silver;
}

.productdetails-view .product-description {
	width: 70%;
	margin: auto !important;
	text-align: left;
}

.jumps { text-align: left; }

.row {
	width: 98% !important;
	margin: auto !important;
}

.vm-col-3 {
	width: 33.3% !important;
	float: left;
}

.prev-button, .next-button { opacity: .5; }

.pagination-list {
	width: 100%;
	display: flex;
	padding: 0px;
	margin: 0px;
}

.disabled, .pagenav {
	border: 1px solid #ccc;
	padding: 1em;
	}

.vm-pagination-bottom { display: none; }


.orderlist { opacity: 0; display: none; }

/* CATEGORY PAGES */

.browseCategoryImage { width: 50%; padding: calc(1em + 1vw); }

.color-tune {
	list-style-type: none;
	background: url(/images/product_images/icon-color-tune.svg) no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: calc(.25em + .25vw);
	height: calc(.25em + .25vw);
	margin: 0em .0625em 0em .0625em;
	display: inline-flex;
	vertical-align: middle;
	line-height: 0;
	font-size: calc(2em + 2vw);
	max-width: 18px;
	max-height: 18px;
}

.rgb-abs {
	list-style-type: none;
	background: url(/images/product_images/icon-rgb-abs.svg) no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: calc(.25em + .25vw);
	height: calc(.25em + .25vw);
	margin: 0em .0625em 0em .0625em;
	display: inline-flex;
	vertical-align: middle;
	line-height: 0;
	font-size: calc(2em + 2vw);
	max-width: 18px;
	max-height: 18px;
}

.fix-colors-icons {
	margin-top: -10px;
}

/* OLD COLOR TUNE KEEP FLEX*/
.inline-flex { display: inline-flex; }

.category-view {
	width: 98%;
	margin: auto;
	margin-top: calc(1em + 1vw) !important;
	margin-bottom: calc(2em + 2vw) !important;
	
}

.width33 {
	width: 33.3%;
	float: left;
 }

/* 2X1 GRID STYLES FOR FULL SPEC SECTION PRODUCT PAGE */
/* grid-2x1 styles */

.specgridmodule { background: #ccc; color: #000; }

#fullspecifications, #features {
	margin-top: calc(1em + 1vw);
	margin-bottom: 1em;	
}

.grid-2x1 { }

.grid-2x1 > ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	/* changed grid-gap from 1rem to 1em; cleans up "features" on product pages; other effects unknown 7/2/2021 */
	grid-gap: 1em;
	padding: 0px;
	width: 100%;
	margin: 0px;
	margin-bottom: 1em;
}

.grid-2x1>ul>li {}

.grid-2x1>ul>li>figure {
	height: 100%;
	display: grid;
}

.grid-2x1>ul>li>figure>img {
	width: 100%;
}

.grid-2x1>ul>li>figure>figcaption {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
}

.grid-2x1>ul>li>figure>figcaption>h3 {
	color: white;
	padding: .75rem;
	font-size: 1.25rem;
}

.grid-2x1>ul>li>p {
	font-size: 1rem;
	line-height: 1.5;
	padding: 1rem .75rem;
	color: #666666;
}

.grid-2x1>ul>li>a {
	padding: .5rem 1rem;
	margin: .5rem;
}

.gridul {
	list-style: none;
}

.gridli {
	border: 0px dashed rgba(85, 85, 85, .08);
}

.grid-2x1-wrapper {
	margin-bottom: calc(1em + 1vw);
	background: #dcdddf;
	padding: calc(1em + 1vw);
}

.grid-p-bullet-list::before {
	content: "\2022 \00A0";
}

p.grid-p-bullet-list {
	margin: 0px;
	padding: 0px;
}

.whitebackground {
	background: #fff !important;
	padding: calc(-1em + -1vw);
}

.leadtime_table_details {
	margin-bottom: initial;
	margin-left: calc(1em + 1vw);
	width: 100% !important;
	background: none !important;
}
