/* NEW IMAGE GALLERY STUFF */
.product-main-image {
	overflow: hidden;
}
.detail-product-info button:focus, .detail-product-info button:visited, detail-product-info button:active{
    outline: none;
}
.extra-image {
	display:none;
}
.extra-image {
	height: 100%;
	display: flex;
	margin: auto;
	text-align: center;
	justify-content: center;
}
.extra-image a{
    display: block;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    height: calc(100% - 60px);
}
.extra-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-main-image a {
	cursor: zoom-in;
}
.product-main-image .slide-list .slick-track {
	display: flex;
	flex-flow: row;
	height:450px;
} 
.product-main-image {
	position: relative;
}
.featured img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product-main-image .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 1;
	opacity: 0;
	height: 100%;
	font-size: 45px;
	padding: 0.25em;
	color: #fff;
	text-shadow: 1px 1px 1px black;
	background: transparent;
}
.product-main-image .slick-arrow:hover {
	opacity:1;
}
.product-main-image .slick-arrow.slick-next{
	right: 0;
}
.product-gallery .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-gallery .slick-slide .thumbnail img {
	object-fit: cover;
}
.thumbnail-gallery button {
	width: 100%;
	height: 100%;
	background: transparent;
}
.thumbnail-list li {
	display: block !important;
	width: 33.33%;
	height: 100px;
	overflow: hidden;
	padding: 3px;
	position: relative;
}
.thumbnail {
	width: 100%;
	height: 100%;
	position: relative;
}
.thumbnail-gallery{
    max-height: 100px;
	overflow: hidden;
}
.thumbnail-list {
	padding: 0;
	display:none;
	margin: 0 auto;
	width: calc(100% - 100px);
}
.thumbnail-list.slick-initialized {
	display: block;
}
.thumbnail-list .slick-prev {
	left: -50px;
}
.thumbnail-list .slick-next {
	right: -50px;
}
.thumbnail-list li img {
	height: 100%;
	object-fit: contain;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2px;
}
.thumbnail-list .slick-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 1;
	width: 50px;
	font-size: 25px;
	padding: 0;
	background: transparent;
}
.product-main-image .slide-list {
	margin: 0;
	padding: 0;
	height:450px;
}
.product-main-image .slide-list li{
    height: 100%;
}
.product-main-image .slide-list li a{
    display: block;
    height: 100%;
}
.product-main-image .slide-list li a img{
    max-height: 100%;
    object-fit: contain;
}
.thumbnail a {
	pointer-events: none;
}
/** LIGHT BOX GALLERY */
.featherlight .featherlight-content {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal;
	width: 80%;
	height: 80vh;
	text-align: center;
}
.featherlight .featherlight-inner {
	display: block;
	margin: auto;
}
.featherlight .featherlight-image {
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: contain;
}
.featherlight-next span, .featherlight-previous span {
	color: var(--secondary-color);
}
/*------------------------------------*\
   Single Product Page / PRODUCT DETAIL PAGE
\*------------------------------------*/
.product-page .background-image {
	border-bottom: 1vw solid var(--primary-color);
	position: absolute;
	height: calc(100vw * 0.20);
	max-height:320px;
}

.checklist {
	padding: 0;
	margin: 0;
	list-style: none;
}
.checklist li {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 0.33em;
	list-style: none;
}
.checklist li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	position: absolute;
	left: 0;
	color: var(--primary-color);
}
.swatch-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.swatch {
	height: 45px;
	width: 45px;
	margin: 0.15rem;
	position: relative;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
.swatch-box {
	width: 25%;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-evenly;
}
.swatch-label {
	width: 50%;
}
.literature-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.literature-list ul li {
	padding-left: 32px;
	position: relative;
	margin-bottom: 0.33em;
}
.literature-list ul li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1c1";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: var(--primary-color);
}
.product-buttons .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
}
/* TABS */
.tabs {
	padding: 0;
	margin: 1em auto 0;
	border-bottom: 1px solid var(--border-color);
}
.tab {
	padding: 0.5em;
	border-bottom: 3px solid #000;
	cursor: pointer;
	color: var(--dark-gray);
}
.tab.slick-current {
	border-bottom: 3px solid var(--primary-color);
	font-weight: 800;
	color: #000;
}
.tab:nth-child(2n).slick-current {
	border-color:var(--secondary-color);
}
.tab:nth-child(3n).slick-current {
	border-color:var(--tertiary-color);
}
.tab-content {
	padding: 2em 0.5em;
}
/*Compare Image*/

/* Specifications */
.specifications-area ul {
	display: flex;
	flex-flow: wrap;
	margin: 0;
	padding: 0;
	border: 1px solid var(--border-color);
}
.specifications-area ul li > div {
	width: 50%;
	padding: 0.25em 0.5em;
}
.specifications-area li {
	width: 100%;
	display: flex;
	border-bottom: 1px solid var(--border-color);
}
.specifications-area li:last-child {
	border-bottom:none;
} 
.specifications-area li:nth-child(2n) {
	background: var(--light-gray);
}
.specifications-area li > div:first-child {
	border-right: 1px solid var(--border-color);
	font-weight: 600;
}

/* SPECS TABLES */
table.igsv-table {
   border-collapse: collapse;
   width:100%;
}
table.igsv-table, table.igsv-table th, table.igsv-table td {
   border: 1px solid var(--border-color);
}
table.igsv-table tr.odd {
	background-color: var(--light-gray);
}
table.igsv-table td, table.igsv-table th {
	text-align:center;
	padding:0.3em 1em;
}
table.igsv-table tr td.col-1 {
	font-weight:bold;
}
/* --- TWO COLUMN */
table.igsv-table .col-1 {
	width:30%;
	text-align:right;
}
table.igsv-table.two-col .col-2 {
	width:70%;
	text-align:left;
}
table.igsv-table.two-col tr th.col-2 {
	font-weight:normal;
}
/* --- THREE COLUMN */
table.igsv-table.three-col .col-2, table.igsv-table.three-col .col-3 {
	width:35%;
	text-align:center;
}
/* PRODUCT FEATURES */
.product-page .info-area {
	background: #fff;
	padding: 2rem 3rem 0;
	position: relative;
	border-radius: 25px;
	margin-top: 4rem;
}
.product-page .info-area .product-banner{
    position: absolute;
    width: 100%;
    top: auto;
    bottom: calc(100% - 0px);
    left: 0;
}
.product-page .info-area .product-banner .banner-text{
    text-align: center;
    color: #fff;
    background-color: var(--red);
    text-transform: uppercase;
    font-size: var(--medium-font);
    display: block;
    margin-left: 35px;
    margin-right: 35px;
    font-weight: bold;
    border: 2px solid #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.product-page .info-area .product-banner.all-offline{
	display: block;
}
.product-features .row {
	align-content: center;
	margin-bottom: 0.33em;
	align-items: center;
}
.product-features label {
	font-weight: 600;
}
.product-features label .tool-tip{
    display: inline-block;
}
.product-features .icon {
	width: 35px;
	margin-right: 15px;
}
.product-features .icon img {
	height: 23px;
	width: 23px;
}
.product-features .data {
	width: calc(100% - 85px);
}
.product-page .wp-caption{
    width: auto !important;
}
/* GIST */
.gist {
	margin: 1rem 0 0;
}
/* PRODUCT BUTTONS */
.product-buttons .btn {
	width: 100%;
	margin: 0.3rem 0;
	line-height:1.7vw;
}
.product-buttons img {
	height: 1.7vw;
	width: 1.2vw;
}
/* OVERVIEW SECTION */
.overview li {
	list-style-type:none;
	font-size:var(--medium-font);
	padding:0.3rem 0 0rem 30px;
	font-weight:bold;
	position:relative;
}
.overview li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00C";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: var(--green);
}
/* VIDEOS AND POPUPS */
.videobox, #subscription-box {
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,0.85);
	align-content: center;
	justify-content: center;
	height: 100%;
	z-index: 99999;
	padding: 20px 0;
	color:#fff;
}
#videoBox-popup{
    display: block;
}
.videobox .wrapper, #subscription-box .wrapper {
	position: relative;
    display: flex;
    max-height: 100%;
    align-content: center;
    justify-content: center;
}
.videobox .wrapper .popup-product-img{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}
.videobox .wrapper .popup-product-img img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
}
.videobox .video-container {
	box-shadow: 0 1vw 2vw 4px rgba(0,0,0,0.7);
}
.videobox .ytvideo{
    width: 100%;
}
.videobox iframe {
	height:80vh;
}
#subscription-box .wrapper{
    max-width: 600px;
}
#subscription-box .email-subscription{
    padding: 50px 20px;
    background: #fff;
    color: #000;
    position: relative;
    border-radius: 18px;
}
#subscription-box .email-subscription .close{
    position: absolute;
    right: 2px;
    top: 2px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.1s ease;
}
#subscription-box .email-subscription .close:hover{
    background: var(--primary-color);
}
#subscription-box .email-subscription img.subscription-img{
    position: absolute;
    max-width: 150px;
    right: 0;
    bottom: 0;
}
#subscription-box iframe{
    min-height: 150px;
}
.video-container > .ytvideo iframe {
	pointer-events:none;
}
.ytvideo::before {
	content: "Click to Watch";
	padding: 0.5em 1em;
	background-color: var(--primary-color);
	border-radius: 10px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	margin: auto;
	left: 50%;
	transform: translateY( -50% );
	transform: translateX(-50%);
	color: #fff;
	font-size: var(--small-font);
	z-index:2;
}
.ytvideo:hover::before {
	background-color:var(--dark-gray);
}
.videobox .ytvideo::before {
	display:none;
}
/* ACCORDIAN DROP DOWNS */
.accordian-area .expander::before {
	font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    content: "\f103";
    margin-right: 10px;
    width: 25px;
    height: 25px;
    padding: 3px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
}
.accordian-area .expander.expanded::before {
	content: "\f102";
}
.acc-content { 
	display:none;
}
.features.acc-content {
	display:block;
}
.accordian-area .expander {
	display: flex;
	background: var(--dark-gray);
	padding: 1rem;
	font-size: var(--large-font);
	color: white;
	border-top-right-radius:0.8rem;
	border-top-left-radius:0.8rem;
}
.accordian-area .expander:hover {
	background:#555;
	color: white;
	transition:all 0.1s ease;
}.expander {
	cursor:pointer;
}
.three-sixty .video-container {
	width: 1000px;
	margin: auto;
	max-width: 100%;
}
/* INQUIRY FORM */
.inquiry-area .nf-form-cont {
	border-left: 8px solid var(--red);
	padding: 0 4rem;
	min-height: 441px;
}
.form-image img {
	width: 100%;
	height: 100%;
}
/* PRODUCT APPLICATIONS */
.tabby-heading {
	display: inline-flex;
	padding: 0.5em 2em;
	justify-self: center;
	border-top: 1px solid var(--border-color);
	border-radius: 25px 25px 0 0;
	border-right: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	box-shadow: 0 -3px 5px rgba(0,0,0,0.1);
}
.product-applications {
	justify-content: center;
	text-align: center;
	list-style: none;
	margin: auto;
	padding: 0;

}
.product-applications li {
	padding: 1rem;
	justify-content: center;
	display: flex;
}
.product-applications li a{
    width: 100%;
}
.application-circle {
	position: relative;
	background: white;
	width: 175px;
	border-radius: 100%;
	height: 175px;
	overflow: hidden;
	border: 10px solid #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.application-circle img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	object-fit: cover;
}
.application-title {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 1.1;
	padding: 0.66em 0.5em;
	font-weight: 600;
	transform: translateY(-50%);
	font-size:var(--medium-font);
}
/*ToolTip Modal*/
.tooltip-modal{
	transition: opacity 0.5s ease;
    position: absolute; 
    margin-top: 20px;   
    opacity: 0;
}
.tooltip-modal.open{
	opacity: 1;
}
.tooltip-modal .toolip-content{
	position: relative;
    background: #3c3c3c;
    color: #fff;
    border-radius: 8px;
    margin-top: 27px;
    margin-left: -10px;
}
.tooltip-modal .toolip-content:before{
	position: absolute;
    content: "";
    width: 0;
    top: -20px;
    left: 10px;
    height: 0;
    border-bottom: 21px solid #3c3c3c;
    border-right: 8px solid transparent;
    border-left: 5px solid transparent;
}
.tooltip-modal .toolip-content p{
	padding: 10px;
	margin: 0;
}
@media only screen and (min-width: 769px) {
	.product-main-image {
		padding: 0 3rem 0 0;
	}
	.float-right .video-area {
		margin-left: 2rem;
	}
}
@media only screen and (max-width: 640px) {
    .thumbnail-gallery{
        max-height: 80px;
    }
    .thumbnail-list li{
        height: 80px;
        padding: 0 3px;
    }
    .thumbnail-gallery button {
        padding: 0 1em;
    }
	.product-main-image a {
	    display: block;
	    text-align: center;
	    margin: 2rem auto 0.5rem;
	    height: calc(100% - 2.5rem);
	}
	.product-main-image a img{
	    display: block;
        object-fit: contain;
        width: 100%;
        height: 100%;
	}
	.form-image {
		display: none;
	}	 
	.product-buttons img {
		height: 25px;
		width: 25px;
	}	
	.product-page .info-area {
	    margin-top: 0;
	}
	.product-page .info-area .product-banner {
        position: relative;
        top: 0;
        margin-bottom: 5px;
    }
	.inquiry-area .nf-form-cont {
		border-left: 3px solid var(--red);
		padding: 0px 0.5rem;
		min-height: 724px;
	}
	.form-image img {
		width: 100px;
	}
	.industry-circle {
		width: 100%;
		border-radius: 11px;
		height: 75px;
		border: 5px solid #fff;
	}
	.product-industries li {
		width: 100%;
		padding: 0.5em;
	}
	.product-main-image .slide-list .slick-track,
	.product-main-image .slide-list{
    	height:300px;
    }
}