/* Vinay Reddy */
@font-face {
	font-family: 'Poppins';
	src: url('/LIB/CSS/Poppins-Regular.ttf');
	font-display: swap;
}
body {
	font-family: Poppins, sans-serif !important;
}
hr {
	margin: 15px;
}
textarea {
	font-size: 100% !important;
}
thead {
	background-color: var(--surface-variant) !important;
	color: var(--on-surface-variant) !important;
}
tr:first-child th:first-child {
	border-top-left-radius: .75rem;
}
tr:first-child th:last-child {
	border-top-right-radius: .75rem;
}
tr:last-child td:first-child {
	border-bottom-left-radius: .75rem;
}
tr:last-child td:last-child {
	border-bottom-right-radius: .75rem;
}
td a {
	color: var(--primary) !important;
}
header menu {
	margin-top: 45px;
}
menu li:hover {
	background: var(--surface-dim);
}
menu a i:nth-of-type(2) {
	position: absolute;
	right: 0;
}
summary h3 {
	display: inline;
}
summary:after {
	content: '\25BC';
	margin-left: 0.5rem;
}
details[open] summary:after {
	content: '\25B2';
}
fieldset li {
	margin-left: 1rem;
}
input, select {
	color: dimgrey !important;
}
/* iframe, embed {
	height: 350px;
	width: 100%;
} */
sup {
	vertical-align: super;
}
#div_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
#a_home {
	flex-basis: auto;
	flex-grow: 0;
	margin: auto;
}
#nav_links {
	flex-basis: 320px;
	flex-grow: 1;
	margin: 0 auto -7px auto;
}
#menu_new li a, #menu_blog li a, #menu_garage li a {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
#menu_new li a i, #menu_blog li a i, #menu_garage li a img {
	margin: 0 0.75rem 0 0;
}
#nav_path {
	overflow: hidden;
}
#div_start {
	display: flex;
	text-align: center;
	vertical-align: middle;
}
#div_start span {
	margin: auto;
}
#div_banner {
	margin: 0 auto -1.5rem auto;
	max-width: 1000px;
	max-height: 350px;
	overflow: hidden;
}
#a_banner, #img_banner {
	width: 100%;
}
#det_price {
	overflow: hidden;
}
.theme {
	background-image: linear-gradient(var(--primary), var(--primary-fade)) !important;
	color: var(--on-primary) !important;
}
.tiles {
	background-color: var(--surface-container-lowest);
}
#span_state {
	left: 5px;
}
#span_garage {
	right: 5px;
	max-height: 395px;
	overflow: auto;
}
#span_garage span {
	left: 22px;
	top: 12px;
}
#btn_compare {
	margin: 0 auto 25px 60px
}
#inp_search {
	font-size: small;
}
a, menu li, .pointer {
	cursor: pointer;
}
#head_main {
	padding: 0.5rem 1rem 0 1rem;
	z-index: 35;
}
#head_hover {
	z-index: 34;
}
#tab_prices td:last-child {
	white-space: nowrap;
}
/* Classes */
h1, h2, h3, h4, h5, h6 {
	color: var(--primary);
}
h1.tiny {
	font-size: 1.25rem;
}
h2.tiny {
	font-size: 1.125rem;
}
h3.tiny {
	font-size: 1rem;
}
h4.tiny {
	font-size: .875rem;
}
h5.tiny {
	font-size: .75rem;
}
h6.tiny {
	font-size: .625rem;
}
.sticky-header {
	position: sticky;
	top: 0;
}
.sticky-banner {
	position: sticky;
	top: 64px;
	z-index: 31;
}
.img-banner {
	height: 75px;
	width: 300px;
}
.img-load {
	height: 50px;
	width: 50px;
}
.logo-img {
	height: 50px;
	width: 200px;
}
.icon-img {
	float: left;
	height: 100px;
	width: 100px;
}
.sm-img {
	height: 35px;
	width: 35px;
	margin: 0.5rem;
}
.mi-img {
	width: 305px;
	border-top: 5px solid;
	border-image: linear-gradient(to right, orange 34%, white 34% 67%, green 67%) 5;
}
.car-img {
	margin: .5rem 0 !important;
	width: 100%;
	aspect-ratio: 3 / 2;
}
.blog-img {
	display: block;
	width: 100%;
	max-width: 600px;
}
.qr-code {
	float: right;
	height: 150px;
	width: auto;
}
.vs-bg {
	background-image: url(/LIB/IMG/vs.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
}
.load-bg {
	background-image: url(/LIB/IMG/load.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
}
.div-maxwidth {
	margin: auto;
	max-width: 920px;
	width: 100%;
}
.div-ad {
	overflow: hidden;
}
.div-ad::after {
	content: "Ad";
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 10px;
	text-shadow: 1px 1px #fff;
}
.tab-fixed {
	table-layout: fixed;
}
.desc-text {
	overflow: hidden;
	height: 125px;
}
.top-smargin {
	margin: .5rem 0 0 0;
}
.neg-margin {
	margin: -.5rem .5rem .5rem .5rem;
}
.neg-vmargin {
	margin: -.5rem 0;
}
.no-overflow {
	overflow: hidden !important;
}
.nowrap {
	white-space: nowrap !important;
}
.w-break th {
	word-break: break-all;
}
.flex-wrap {
	flex-flow: wrap;
}
.hidden {
	transform: scaleY(0) !important;
}
.dispnone {
	display: none !important;
}
.width-full {
	width: 100% !important;
}
.disp-inline {
	display: inline;
}
.disp-block {
	display: block;
}
.disp-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.disp-flex a {
	justify-content: left;
	padding: 0.5rem 0.25rem;
}
#art_prices a {
	min-width: 170px;
}
#art_links a {
	min-width: 180px;
}
.disp-flex a i {
	border-radius: 0;
	padding: 0 0.25rem 0 0;
}
.larger-text {
	font-size: 1.1rem;
}
.hilite-text {
	color: indianred;
}
.full-border {
	border: 1px solid var(--outline-variant);
}
.top-border {
	border-top: 1px solid var(--outline-variant);
}
.bottom-border {
	border-bottom: 1px solid var(--outline-variant);
}
.left-border {
	border-left: 1px solid var(--outline-variant);
}
.right-border {
	border-right: 1px solid var(--outline-variant);
}
.no-label {
	clip-path: none !important;
}
.no-list {
	list-style: none !important;
}
.opaque {
	opacity: 0.95 !important;
}
.align-bottom {
	position: absolute;
	left: 12px;
	bottom: 4px;
}
.bs-round {
	border-radius: 0 0 .75rem .75rem;
}
.tab-var tr td {
	padding: 0 0 0 0.25rem;
}
.art-price {
	margin: 0.5rem -0.5rem -0.5rem -0.5rem;
	padding: 0.75rem;
}
.col6 {
	font-weight: bold;
	width: 60%;
}
.col5 {
	width: 50%;
}
.col4 {
	font-weight: bold;
	width: 40%;
}
.col3 {
	width: 30%;
}
.col2 {
	width: 20%;
}
:is(img,svg,video).responsive.micro {
	inline-size: 100%;
	block-size: 6rem;
}
:is(img,svg,video).xlarge {
	object-fit: cover;
	object-position: center;
	block-size: 4.5rem;
	inline-size: 4.5rem;
}
:is(img,svg,video).xxlarge {
	object-fit: cover;
	object-position: center;
	block-size: 5rem;
	inline-size: 5rem;
}
.grid.t-space {
	---gap: 0.5rem;
}
.small-ribbon {
	--f: -1px;
	--r: 9px;

	position: absolute;
	top: -2px;
	right: 0;
	padding: 0 5px 0 15px;
	background-color: var(--surface-container);
	border-radius: 0;
	white-space: nowrap;
	clip-path: polygon(var(--r) 100%,100% 100%,100% var(--f),calc(100% - var(--f)) 0,
		calc(100% - var(--f)) var(--f),var(--r) var(--f),0 calc(50% + var(--f)/2));
}
.side-ribbon {
	--f: 6px;
	--r: 9px;

	position: absolute;
	bottom: -14px;
	right: -7px;
	padding: 3px;
	border-top: var(--f) solid #0005;
	border-left: var(--r) solid #0000;
	background: gold;
	color: brown;
	border-radius: 0;
	clip-path: polygon(var(--r) 100%,100% 100%,100% var(--f),calc(100% - var(--f)) 0,
		calc(100% - var(--f)) var(--f),var(--r) var(--f),0 calc(50% + var(--f)/2));
}
.top-ribbon {
	--f: 9px;
	--r: 9px;

	position: absolute;
	left: 18px;
	top: calc(0*var(--f));
	padding: 5px;
	border-left: var(--f) solid #0005;
	border-bottom: var(--r) solid #0000;
	background: var(--tertiary);
	color: var(--on-tertiary);;
	border-radius: 0;
	clip-path: polygon(var(--f) 0,100% 0,100% 100%,calc(50% + var(--f)/2) calc(100% - var(--r)), 
		var(--f) 100%,var(--f) var(--f),0 var(--f));
	text-align: center;
}
.chart-2 {
	height: 210px !important;
}
.chart-4 {
	height: 350px !important;
}
.chart-5 {
	height: 450px !important;
}
.chart-7 {
	height: 650px !important;
}
.chart-9 {
	height: 870px !important;
}
.lightgreen {
	background-color: lightgreen;
}
.lightgrey {
	background-color: lightgrey;
}
.lightsteelblue {
	background-color: lightsteelblue;
}
.lightblue {
	background-color: lightblue;
}
.steelblue-text {
	color: steelblue;
}
.d-green-text {
	color: darkgreen;
}
.silver-text {
	color: silver;
}
.switch-primary::before {
	background-color: var(--primary) !important;
	color: var(--on-primary) !important;
}
.switch-primary::after {
	background-color: var(--on-primary) !important;
	border-color: var(--on-primary) !important;
}
.i-fill {
	font-variation-settings: "FILL" 1;
}
.small-lineheight {
	line-height: 1.3;
}
.zigzag-l:after {
	background: linear-gradient(45deg, var(--background) 7px, transparent 0),
		linear-gradient(135deg, var(--background) 7px, transparent 0);
	background-repeat: repeat-y;
	left: 0px;
}
.zigzag-r:after {
	background: linear-gradient(-135deg, var(--background) 7px, transparent 0),
		linear-gradient(-45deg, var(--background) 7px, transparent 0);
	background-repeat: repeat-y;
	right: 0px;
}
.zigzag-l:after, .zigzag-r:after {
	background-size: 14px 14px;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 14px;
}
.inset-shadow {
	box-shadow: 0 -2px 3px rgb(0 0 0 / .32) inset !important;	
}
.elevate-full {
	box-shadow: 0 0 .35rem rgb(0 0 0 / .35);
}
.elevate-t {
	box-shadow: 0 -.125rem .125rem rgb(0 0 0 / .32);
}
.elevate-l {
	box-shadow: -.095rem .155rem .125rem rgb(0 0 0 / .25);
}
.elevate-r {
	box-shadow:  .095rem .155rem .125rem rgb(0 0 0 / .25);
}
#h_bot, #p_bot {
	color: var(--background);
}
#div_leftad, #div_rightad {
	position: absolute;
	width: calc(50% - 465px);
	min-width: 0;
	overflow: hidden;
	z-index: 5;
}
#div_leftad {
	top: 50%;
	left: 0;
}
#div_rightad {
	top: 175px;
	right: 0;
}