@charset "UTF-8";
/* CSS Document */

h1 {
	font-weight: 800;
	font-size: 1.75em;
}

h2 {
	margin-top: 65px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 25px;
}

img {
	max-width: 100%;
	height: auto;
}

.row_pad {
	margin-left: -12px;
}

.prod_gallery {
/*	border: solid 2px black;*/
	padding: 40px 55px 30px;
	background-color: darkgoldenrod;
	position: relative;
	z-index: 5
}

.strongpatch .prod_gallery {
	background-color: #E7F3F2;
}

.maxpatch .prod_gallery {
	background-color: #FFF8E5;
}

.bulk .prod_gallery {
	background-color: #FFFAF2;
}

.prod_featimage {
	margin-bottom: 30px;
}

.prod_featimage img {
	width: 100%;
	height: auto;
/*	background-color: greenyellow;*/
}

.arrow-prev, 
.arrow-next {
	text-indent: -9999px;
	border: none;
	width: 35px;
	height: 35px;
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 50%;
}

.arrow-prev {
	background-image: url(../../../uploads/sites/6/2024/03/arrow-prev.webp);
	left: -45px;
}

.arrow-next {
	background-image: url(../../../uploads/sites/6/2024/03/arrow-next.webp);
	right: -45px;
}

.prod_featimage .slick-track,
.prod_thumbs .slick-track {
	display: flex;
}

.prod_featimage .slide,
.prod_thumbs .slide {
	display: flex;
  	height: auto;
  	align-items: center;
  	justify-content: center;
}


.prod_thumbs .slide {
	border: solid 3px #FFF;
	background-color: #FFF;
	padding: 5px;
	border-radius: 8px;
  	margin: 0 5px;
}

.prod_thumbs .slick-current {
	border: solid 3px #169CDC;
}

/* Product Info */

.overview {
/*	padding-left: 40px;*/
	align-self: center;
/*	margin-left: -12px;*/
}

.breadcrumbs {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

.breadcrumbs,
.breadcrumbs a {
	font-weight: bold;
	color: #C3081C;
	text-decoration: none;
	text-transform: uppercase;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

h1 {
	position: relative;
}

.product_details {
/*	padding-left: 2em;*/
}

.downloads {
	background-color: #F7F7F7;
	padding: 30px;
	border-radius: 8px;
}

.downloads ul {
	padding: 0;
}

.downloads li {
	background-image: none;
	padding: 0;
	position: relative;
}

.downloads .bgimage {
	max-width: 55px;
	margin: 0 auto;
	display: inline-block;

	background-color: rebeccapurple;
	content: '**';
}

.downloads li a {
	padding: 10px 10px 10px 60px;
	background-color: #FFF;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.downloads li a span {
	font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
}

.downloads li:before {
	display: block;
	width: 55px;
	height: 100%;
	/*background-color: lightcyan;*/
	content: '';
	position: absolute;
	background-image: url(https://dpwagner.com/products/wp-content/uploads/sites/6/2025/12/file-lines-sharp-regular-full.svg);
	background-size: contain;  /* or cover */
	background-repeat: no-repeat;
	background-position: center;	
}

/* Resources Page */

.resources.downloads {
	background-color: transparent;
}

.resources h2 {
	margin-bottom: 5px;
}

.resources h3 {
	margin-top: 0px;
	padding-top: 0;
}

/* Product Specs */

.specs_table .m_only span {
	display: block;
}

.model {
	font-weight: bold;
}

.label {
	padding: 15px 0 3.5px;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 500;
}

.specs_table .m_only hr {
	border: none;
	background-color: #50B5E5;
	height: 2px;
	opacity: 1;
}


/* How to Use */

.how_to_use > div {
	padding: 40px;
}

.how_to_use img {
	border-radius: 15px;
	margin-bottom: 15px;
}

/* FAQs */

.faqs h2 {
	margin-top: 0;
}

.faqs h3 {
	font-size: 1.2em;
}

@media(min-width:768px) {

	h1 {
		font-size: 3em;
	}

	h2 {
		margin-top: 65px;
		font-size: 2.25em;
	}	

	h3 {
		font-size: 1.75em;
	}

	.breadcrumbs {
		font-size: 1em;
	}

	/* Product Specs */

	.specs_table table {
		width: 90%;
	}

	.specs_table table th,
	.specs_table table td {
		padding: 20px;
	}

	.specs_table table th {
		font-size: 1.5em;
		margin-bottom: 25px;
		font-weight: bold;
		font-family: 'Roboto Slab',Arial,Helvetica,sans-serif;
	}
	.specs_table table td:first-child {
		background-color: #F3FAFD;
		border-left: 30px solid #F3FAFD;
	}

	.specs_table table td {
		border-bottom: solid 2px #50B5E5;
	}

	.specs_table table tr:last-child td {
		border-bottom: none;
	}	

}