/*
	Website Name: Euroline Auto Dismantling
	Designed by: Katherine Leonard, Car-Part.com
	Modified by: Katherine Leonard
	Last updated: 12 Feb 2025
*/

/* Eric Meyer's Reset CSS v2.0 - cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* "Beat THAT ClearFix!" by Thierry Koblentz - cssmojo.com */
.cpcm_btcf:after{content:"";display:table;clear: both}

/* "Frustration Fixes" by Katherine Leonard - kat-and-mouse.com */
#cpcm_body{height:100%;overflow:auto}#cpcm_body a{color:inherit}#cpcm_body strong,#cpcm_body b,#cpcm_body bold{font-weight:700}#cpcm_body em,#cpcm_body i,#cpcm_body italic{font-style:italic}.cpcm_left{float:left;text-align:left}.cpcm_center{display:block;float:none;margin:auto;text-align:center}.cpcm_right{float:right;text-align:right}.cpcm_noU{text-decoration:none}.cpcm_showU{text-decoration:underline}

/* OPTIONS */
#cpcm_airbag {
	display: none;
}

/* Core template */
#cpcm_body {
	background-color: #000;
	color: #fff;
	font-family: "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
}
#cpcm_body a, #cpcm_sidebarLinks a {
	color: inherit;
}
#cpcm_body a, #cpcm_sidebarLinks a:hover {
	color: #444;
}
#cpcm_etHeader {
	background-color: #a51126;
	color: #fff;
	padding: 2rem 0;
	text-align: center;
}
#cpcm_logo, #cpcm_info {
	display: block;
	margin: auto;
}
#cpcm_logo {
	display: block;
	max-width: 600px;
}
#cpcm_logo img {
	display: block;
		width: 100%;
		height: auto;
	margin-bottom: 1rem;
}
h1#cpcm_bizName {
	display: none;
	font-family: Goldman, "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: .5em;
}
h2#cpcm_slogan {
	display: none;
	font-family: "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: .5em;
}
#cpcm_location {
	font-weight: 700;
}
#cpcm_regNum  {
	margin-bottom: 1em;
	margin-top: .5em;
}
#cpcm_bizHours {
	background-color: #000;
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	display: block;
	margin: auto;
	padding: .75rem 0;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 1px rgba( 0,0,0,0.5 );
}
#cpcm_bizHours .cpcm_hours {
	font-weight: 700;
}
#cpcm_bizHours .cpcm_hours::after {
	content: ":";
	padding-right: 1em;
}
#cpcm_bizHours .cpcm_time::after {
	content: "\25aa";
	padding: 0 1em;
}
#cpcm_bizHours .cpcm_time:last-of-type::after, #cpcm_bizHours .cpcm_sat::after {
	content: "";
	padding: 0;
}
#cpcm_bizHours .cpcm_wknd {
	display: none;
}
/* If showing here, don't forgot to also show in mobile section! */

#cpcm_main {
	background-color: #a51126;
	padding: 1em;
	text-align: center;
}

#cpcm_partImages {
	display: block;
		max-width: 400px;
	margin: auto;
	margin-bottom: 1em;
}

#cpcm_partImages img {
	display: block;
		max-width: 100%;
		height: auto;
}

#cpcm_sidebar, #cpcm_content {
	display: inline-block;
		vertical-align: top;
	text-align: left;
}
#cpcm_sidebar {
	line-height: 1.25rem;
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
	width: calc( 450px - 4rem );		
}

.cpcm_part-info, .cpcm_content-area {
	background-color: #fff;
	border: 1px solid #000;	
	box-shadow: .1rem .1rem .1rem #333;
	color: #000;
	margin-bottom: 1.5rem;
	padding: 1rem;
}
h1#cpcm_partName {
	font-family: Oswald, "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}
#cpcm_sidebar .cpcm_label {
	font-weight: 700;
}
#cpcm_sidebar ul.cpcm_info-group li {
	margin-bottom: .25em;
}
#cpcm_sidebar ul.cpcm_info-group {
	padding-top: 1em;
}
#cpcm_sidebar .cpcm_btn {
	background-color: #000;
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	margin: 1.5rem 0;
	padding: 1rem;
	text-shadow: 1px 1px 1px rgba( 0,0,0,0.5 );
}
#cpcm_sidebar a:hover .cpcm_btn {
	background-color: #444;
}

#cpcm_content {
	max-width: 750px;
}

.cpcm_content-area {
	line-height: 1.25rem;
	padding-bottom: 1rem;
	position: relative;
}

.cpcm_content-area h1 {
	background-color: #000;
	color: #fff;
	font-family: Oswald, "Noto Sans", "Open Sans", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	margin: -1rem -1rem 1rem -1rem;
	padding: 1rem;
	text-shadow: 1px 1px 1px rgba( 0,0,0,0.5 );
}
.cpcm_content-area h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.5rem;
}
.cpcm_content-area h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: .75rem;
}

.cpcm_content-area ol, .cpcm_content-area p, .cpcm_content-area ul {
	padding: .75rem 0;
}
.cpcm_content-area ul {
	list-style-type: square;
}
.cpcm_content-area ul ul {
	list-style-type: disc;
}
.cpcm_content-area ul ul ul {
	list-style-type: circle;
}
.cpcm_content-area ol {
	list-style-type: decimal;
}
.cpcm_content-area ol ol {
	list-style-type: lower-roman;
}
.cpcm_content-area ul li, .cpcm_content-area ol li {
	margin-left: 3em;
	padding-bottom: .25em;
}
.cpcm_content-area dt {
	display: inline-block;
	font-weight: 700;
}
.cpcm_content-area dd {
	margin-bottom: 1em;
}
.cpcm_content-area .cpcm_def-table  {
	margin:  1em 3em;
}
.cpcm_content-area .cpcm_def-table td, .cpcm_content-area .cpcm_def-table th {
	border: 1px solid #999;
	padding: .25em;
}
.cpcm_content-area .cpcm_def-table th {
	background-color: #999;
	color: #fff;
	font-weight: 700;
}

#cpcm_footer {
	font-size: .8rem;
	padding: 2rem 0;
	text-align: center;
}
#cpcm_cmLogo {
	background-image: url( "https://templates.car-part.com/assets/graphics/checkmate_logo_dark.png" );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
		width: 200px;
		height: 40px;
		max-width: 100%;
	font-size: 0;
	margin: auto;
}

.cpcm_container {
	margin: auto;
	max-width: 1200px;
}
.cpcm_left {
	float: left;
	text-align: left;
}
.cpcm_center {
	float: none;
	text-align: center;
}
.cpcm_right {
	float: right;
	text-align: right;
}

@media screen and ( max-width: 1199px ) {
	#cpcm_sidebar, #cpcm_content {
		clear: both;
		display: block;
			min-width: inherit;
			width: auto;
			max-width: 100%;
		margin: 1em auto;
	}
	#cpcm_sidebar .cpcm_btn {
		margin: 3rem auto;
		text-align: center;
	}
	#cpcm_content .cpcm_content-area h1 {
		text-align: center;
	}
}
@media screen and ( max-width: 899px ) {
	h1#cpcm_bizName {
		font-size: 2rem;
	}
	#cpcm_bizHours {
		line-height: 1.25em;
	}
	#cpcm_bizHours .cpcm_block {
		display: block;
	}
	#cpcm_bizHours .cpcm_time::after, #cpcm_bizHours .cpcm_hours::after {
		content: "";
		padding: 0;
	}
	#cpcm_bizHours .cpcm_wknd {
		display: none;
	}	
}