html, body{height: 100%;min-height: 100%;
}
body{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	text-decoration-skip-ink: auto;
	font-family: futura-PT, sans-serif;
	font-style: normal;
	font-weight: 400;


}

html {margin: 0; padding: 0;overflow-x: hidden;}

img, a, h1, h2, h3, h4, h5, tr, td, .feature-txt, .category-txt {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color:white;
}

select option:nth-child(1) {
    background-color: yellow;
    color: black;
}

.flex{display: flex; flex-wrap: wrap;}

.master-width {width: 90%; max-width: 1300px; margin: 0 auto; padding: 0; }

.homepage {width: 100%; /*max-width: 1675px;*/ margin: 0 auto; padding: 0; }

.master-width-narrow {width: 70%; max-width: 1000px; margin: 0 auto; padding: 0; }

#header_left {float: left;  margin: 8px 0 8px 0; }
#header_right {float: right; text-align: right; margin: 8px 0 8px 0; display: flex; align-items: center;  max-height: 43px;}

#cart_container{display: grid;align-items: center; justify-items: center;}
#cart_container span{grid-column: 1;grid-row: 1;font-weight:bold;color:#a3a3a3;font-size:12px;margin-right: 6px;}
#cart_container a {grid-column: 1; grid-row: 1;}
#cart-img{width: 35px; margin-top: 6px; margin-right: 10px;}
#cart-img:hover{opacity: 0.66}

#header-top{
	display: flex; 
	align-items: center; 
	justify-content: center;
	padding: 30px 0;
}

#header-top  > .col {margin-top: 0 !important;
					margin-bottom: 0 !important;
}

#logo {width: 30vw; padding-bottom: 15px; height: auto; border: 0; float: left; }
#logotype {display: none;	}

#logo-container{display: flex;
			justify-content: center;
}
#new-logo{width: 45%; max-height: 250px; max-width: 425px;}
#small-logo{
	margin-left: 25px;
	
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height:30px;
	letter-spacing: 3.7px;
	color: black;
	opacity: 1;
}


p, ul, ol {
	font-size: 22px;
	line-height: 26px;
}


a:link {text-decoration: none; color: #A4A4A4; }
a:visited {text-decoration: none; color: #A4A4A4; }
a:hover {text-decoration: none; color: #111; text-decoration: underline; }

a:link.black {text-decoration: none; color: #000000; }
a:visited.black {text-decoration: none; color: #000000; }
a:hover.black {text-decoration: none; color: #A4A4A4; text-decoration: underline; }

a:link.btn-tearsheet 		{cursor: pointer; text-decoration: none; font-size: 14px; color: #FFF; background-color: #a3a3a3; padding: 8px 16px 8px 16px; font-weight: 800; text-align: center;  }
a:visited.btn-tearsheet 	{text-decoration: none; color: #FFF;}
a:hover.btn-tearsheet 		{text-decoration: none; color: #FFF; opacity: 0.8; filter: alpha(opacity=80);    }

a:link.btn-shop-by-style 		{cursor: pointer; text-decoration: none; 
								font-size: 14px; color: #FFF; background-color:#c0c0c0; 
								padding: 2px 4px; font-weight: 600; text-align: center; 
								display: inline-block; line-height: 2.0;}
a:visited.btn-shop-by-style  	{text-decoration: none; color: #FFF;}
a:hover.btn-shop-by-style  		{text-decoration: none; color: #FFF; opacity: 0.8; filter: alpha(opacity=80);    }


.feature-img2{    transition: background-color 0.3s ease, filter 0.2s ease;}

.feature-img:hover{text-decoration: none;}
.feature-img2:hover{    filter: brightness(70%);}

b {font-weight: 700;}

img {border: none; }

.disclaimer {font-size:13px; font-style:italics;}

hr {border-bottom: 1px solid #e7e7e7; width:100%; height: 1px; border-top: none; border-right: none; border-left: none;}

h1 {font-family: futura-pt-bold, sans-serif;font-size: 26px; font-weight: 700; margin-bottom: 5px; margin-top: 22px;}
h2 {font-size: 20px; font-weight: 800; margin: 50px 0 15px 0; color: #ababab; }
h3 {
	font-size: 60px; 
	line-height: 60px;color: #fff; 
	text-transform: uppercase;
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	display: block;	
	margin:0;
	padding-top: 94px;
	padding-bottom: 50px;

}

.int-header {width: 100%; height: 250px; background-size: cover;background-position: center center;  }



.narrow {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: #181818;
	opacity: 1;
	font-style: normal;
}

.reg {
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
}

.clear {clear: both;}

.mobile-show {display: none;}

.subnav {	color: #333;
	text-decoration: none;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0px;
	color: #181818;
	text-transform: uppercase;
	padding: 10px 15px;
	}

.subnav:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	cursor: pointer;
	}	
	
a:link.subnav {
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	}	
		
a:visited.subnav {
	color: #333;
	text-decoration: none;	
	}	
		
a:hover.subnav {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	cursor: pointer;
	}	
	
	 @-moz-document url-prefix() { 
		 
		.subnav {	
			padding: 8px 10px 7px 10px;
			line-height: 19px;
			}
		
	
			
		a:link.subnav {
			padding: 8px 10px 7px 10px;
			line-height: 19px;	
			}	
				
	 
		 
	}
 
.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;

}

.zoom:hover {
  transform: scale(1.025); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
	
.responsive {width: 100%; height: auto;}

.opacity:hover {opacity: 0.85; cursor: pointer; }



#search-bar {margin: 0 3px 0 8px; display: none; }

#search-bar-2 {/*margin: 25px 3px 0 8px; border-radius: 3px;*/ border:1px solid #C0C0C0; }


input.searchBtn[type="image"] {
    height: 15px;
    width: 15px;
    border: 0;
    -webkit-appearance: none;
    opacity: 0.66;
    position: absolute;
    right: 0;
    bottom: 3.5px ;
    
}

a:link.chatmoss, a:visited.chatmoss {color: #fff; }
.chatmoss:hover {opacity: 0.5; }


input.searchBtn:hover[type="image"] {

    opacity: 0.33;
    cursor: pointer;
}

input.search-input[type="text"] {
	width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;

	height: 18px; 
	background-color: #FFF; 
	/*border-radius: 3px;*/
	border:none;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.45px;
	color: #8A8A8A;	
	position: relative; 
	margin: 0;
	padding: 10px 15px;
	
}


	
#home-bgnd-img {
	width: 100%; 
	height: 75vh; /* 75% of viewport */ 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center;
	}
	
#home-shade {
	width: 100%; 
	height: 75vh; 
	background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.45));
	text-align: center;
}

.slide-text-container{
	width: 100%; 
	height: 100%;     
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }

.slide-shade{
    background-image: url(/images/2024/slideshow-shade2.svg?ab);
    z-index: 99999999;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;}

.slide-header {
	font-size: 74px; 
	line-height: 93px;
	color: #fff; 
	text-transform: uppercase;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 3.7px;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	display: block;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
	/*position: absolute;*/
	 }
	 
.slide-txt {
	width: 60%;
	margin: 0 auto;
	color: #FFF;
	font-size: 30px; 
	line-height: 40px;
	font-family: futura-pt, sans-serif;
	letter-spacing: 1.5px;

	font-style: normal;
	font-weight: 400;
	text-align: center;
	padding-bottom: 50px;
	
}	 

#slippry li { background-size: cover; background-position: center center; height:100%; width: 100%; max-height: 80vh; }
#announce-bar {text-align: center; width: 90%; margin: 0 auto; }

#announce-bar h1 {	
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 25px;
	
	}
	
#announce-bar h2 {	
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	
	}	

.feature-img {
	background-size: cover; 
	background-position: center center;
	max-height: 40vh;
	min-height: 40vh;
	
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;

}
/*
.feature-img:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}*/

.category-img {
	background-size: cover; 
	background-position: center center;
	max-height: 17vw;
	min-height: 17vw;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	color: #fff !important;
}


.special-icon {
	/* new arrivals, quick ship, etc */
	filter: grayscale(100%);
	margin:5px 10px 0 10px;
	height:14px;
}

	
.feature-txt {
		color: #FFF;
		 letter-spacing: 2.75px;
		font-family: futura-pt, sans-serif;
		font-style: normal;
		font-weight: 400;
		/*position: absolute;
		left: 0;
		right: 0;
		/*font-size: 55px;
		font-size: 4em; <---- This is closest to design, but too big for div at smaller screen widths   */
		font-size: 3.4em;
		line-height: 93px;
		/*padding-top: 16vh;*/
		text-transform: uppercase;
}	


.feature-txt:hover {
		letter-spacing: 0.15em;

}	

.category-txt {
		color: #FFF;
		 letter-spacing: 2.75px;
		font-family: futura-pt, sans-serif;
		font-style: normal;
		font-weight: 400;
		/*position: absolute;
		left: 0;
		right: 0;
		font-size: 55px;
		font-size: 4em; <---- This is closest to design, but too big for div at smaller screen widths   */
		font-size: 3em;
		line-height: 93px;
		/*padding-top: 8.7vh;*/
		text-transform: uppercase;
}	


.category-txt:hover {
		letter-spacing: 0.15em;

}	


a:link.white-border {
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 0.08em;
	padding: 8px 40px 8px 40px;
	text-align: center;
	border: 1px solid #FFF;
	text-transform: uppercase;
}

a:visited.white-border {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	border: 1px solid #FFF;
	text-transform: uppercase;
}

a:hover.white-border {
	text-decoration: none;
	color: #333;
	text-align: center;
	border: 1px solid #FFF;
	text-transform: uppercase;
	background-color: #FFF;
}


#news_container{/*padding: 50px 0;*/ padding: 40px 0; flex-wrap: nowrap;}

#news-border{
	border-left: 1px solid #DDDDDD; 
}
#newsletter {/*padding: 50px 10px 100px;*/ padding: 40px 10px 80px; margin: 0 auto; text-align: center; width: 50%; }

#newsletter h4{
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 1.35px;
	margin-top: 0;
}


#newsletter-link{
	border: 1px solid #707070;
	display: inline-block; 
	padding: 9px 24px; 
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.75px;
	color: #333333;
}
/*
#newsletter-link a:link{color: #333333;}
#newsletter-link a:visited{color: #333333;}*/

#newsletter-link:hover{background-color: #333333; color: #FFFFFF;}

.gray-bgnd {background-color: #e7e7e7;}

.bordered-box {
  
    
    background-color: #FFF;
    border: 3px solid black;
    
    padding:15px;
}

#footer {background-color: #e7e7e7; /*padding: 10px 0 8px 0; margin-top: 50px;*/ width: 100%; 
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 1.0px;
	color: #333333;
	text-decoration: none;
}
#wrap {min-height: 90vh; }

a:link.footer-link {
	text-decoration: none;
	padding: 6px;
	border: 1px solid #e7e7e7;
	white-space: nowrap;
	color: #333;
}

a:visited.footer-link {
	color: #333;
	text-decoration: none;
		border: 1px solid #e7e7e7;
}

a:hover.footer-link {
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
}

/*
a:link.footer-link:last-of-type { border: 1px solid #333; margin-left: 15px; }
a:visited.footer-link:last-of-type { border: 1px solid #333;}
a:hover.footer-link:last-of-type { border: 1px solid #333; background-color: #333; color: #e7e7e7}
*/
.copyright {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.65px;
	color: #FFFFFF;

}


.social-icon {width: 40px; height: 40px; border: none; opacity: 1; text-align: right; position: relative; bottom: 1px; margin: 19px 0 19px 10px; }

.social-icon:hover {opacity: 0.66;}

.social-icon:after {clear: both;}

.big-social{width: 60px; height: 60px; margin: 0; }
/*.big-social:first-child{margin-right: 10px;}
.big-social:last-child{padding-left: 15px;}*/
.big-social-container{padding-bottom: 0 !important;}
.big-social-container h4{margin-bottom: 0.29em;}
.big-social-container .flex{justify-content: center;}

.pageTitle{font-family: futura-pt, sans-serif; font-size:19px; font-weight:500; letter-spacing: 0.38px;color: #181818;}

.breadcrumbs {text-transform: capitalize; font-size: 19px; font-weight: 400; letter-spacing: 0.38px; color: #8A8A8A; padding: 15px 0 15px 0;}

a:link.bcrumb {text-transform: capitalize; font-size: 19px; font-weight: 700; letter-spacing: 0.02em; color:#656565; padding: 15px 0 15px 0; text-decoration: none; }
a:visited.bcrumb {text-transform: capitalize; font-size: 19px; font-weight: 700; letter-spacing: 0.02em; color:#656565; padding: 15px 0 15px 0; text-decoration: none; }
a:hover.bcrumb {text-transform: capitalize; font-size: 19px; font-weight: 700; letter-spacing: 0.02em; color:#111111; padding: 15px 0 15px 0; text-decoration: none; }

a:link.white {color: #FFF; text-decoration: none;}
a:visited.white {color: #FFF; text-decoration: none;}
a:hover.white {color: #FFF; cursor: pointer; text-decoration: none; opacity: 0.8;}

.info-grid{ display: grid;
  grid-template-columns: auto auto;
 }
.info-grid-item{width: 50%; }
.info-grid-item:nth-child(even){border-left: 1px solid;}


.spec {
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}

.spec-tr{line-height: 30px;}
.spec-tr:nth-child(odd) {background: #efefef;}
.spec-tr td {width: 25%; padding-left: 10px;}
.spec-tr td:nth-child(odd){font-weight: 500;}

.spec ul{display: flex; flex-wrap: wrap; list-style: none; padding: 0; justify-content: space-between; 	font-weight: 300;font-size: 16px;line-height: 20px; margin: 0;}
.spec ul li{line-height: 30px; width: calc(50% - 15px); display: flex; justify-content: space-between; align-items: center;padding-left: 10px}
.spec ul li:nth-child(4n+1), .spec ul li:nth-child(4n+2){background: #efefef;}
.spec ul li span{width: 50%;}
.spec ul li span:nth-child(odd){font-weight: 500;}

.spec_desc tr td:nth-child(odd){font-weight: 300;}


.title-block {border-bottom: 1px solid #e7e7e7; width:100%; padding-bottom: 10px;}

.prod-img {width: 100%; height: 70vh;  background-position:center top; background-size: contain; background-repeat: no-repeat; text-align: right; margin-top: 40px; cursor:pointer; cursor:hand;}

.icon {width: 24px; height: 24px; border: 0; z-index:1000;}
.icon:hover {opacity: 0.8; cursor: pointer; }


	
.tn {
	width: 22%; 
	position: relative; 
	float: left;
	background-position:center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	margin-right: 1.5%; 
	margin-bottom: 1.4%;
	cursor:pointer;
	cursor:hand;
}

.tn:last-of-type { margin-right: 0; } /* all browsers except IE6 and lower */
.tn:after {
	content: "";
	display: block;
	padding-bottom: 90%;
}

#prop-detail-header {border-bottom: 1px solid #e7e7e7; border-top: 1px solid #e7e7e7; width: 100%;}
/*
.sidebar {position: relative; float: left; width: 16.72%;	margin: 1% 5.6% 1% 0; }

.gridview {position: relative; float: left; width:77.68%; margin: 1% 0 1% 0;}

a:link.sidebar-link {
	text-decoration: none;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	display: block;
}
a:visited.sidebar-link {
	text-decoration: none;
	color: #111;
	display: block;
}
a:hover.sidebar-link {
	text-decoration: none;
	font-size: 14px;
	line-height: 21px;
	color: #A4A4A4;
	display: block;
}

*/

.grid-margin a{margin-top: 50px !important;}

.grid-tn {width: 100%; background-position:center center; background-size: cover; background-repeat: no-repeat; border: 0; text-align: left; color: #333; text-decoration: none; /*background-size: auto calc(100% - 5px);*/ background-size: contain; }

.grid-tn:hover {opacity: 0.9; text-decoration: none; }


.grid-tn:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.grid-txt {			
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.75px;
		color: #181818;	
		font-size: 15px;
		line-height: 20px;
		position: absolute;
		left: 0;
		right: 0;
		padding-top: 105%;
		text-align: center;
}

.grid-link {font-size: 15px;border-top: 1px solid #DDDDDD; padding-top: 15px;}

.splide-txt{font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.75px;
		color: #181818;	
		font-size: 15px;
		line-height: 20px;
}
.splide_pic{background-size: contain; background-repeat: no-repeat; background-position: center center;height: 17.5vh;}
.splide{border-top: 1px solid #e7e7e7; padding: 0 3em;}

.orderform {border:none;}

.orderform-grid {
	font-size: 15px; 
	color: #A4A4A4; 
	padding-top:30px;
	text-align:center;
	} /* for order-form.cfm */

.orderform-grid-qty {
	font-size: 15px; 
	color: #A4A4A4; 
	padding-top:27px;
	text-align:center;
	} /* for order-form.cfm */

.shop-btn {
	width: 80%; 
	border: 1px solid #666;
	color: #666;
	padding: 10%;
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
}

.shop-btn div { 
	text-transform: uppercase;
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	color: #666;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 10%;
	
}




.shop-btn a:link {text-decoration: none;font-weight: 800; color: #A4A4A4; text-transform: uppercase; display: block; margin-top: 10%; }
.shop-btn a:visited {text-decoration: none;font-weight: 800; color: #A4A4A4; text-transform: uppercase; }
.shop-btn a:hover {text-decoration: none;font-weight: 800; color: #111; text-transform: uppercase; }



.shop-btn-2 {
	width: 90%; 
	border: 1px solid #666;
	color: #666;
	padding: 5%;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
	min-height: 136px
}

.shop-btn-2 div { 
	text-transform: uppercase;
	font-family: "Chronicle Cond A", "Chronicle Cond B";
	font-style: normal;
	font-weight: 800;
	color: #666;
	font-size: 32px;
	line-height: 30px;
	margin-bottom: 5%;
	
}



.shop-btn-2 a:link {text-decoration: none;font-weight: 800; color: #A4A4A4; text-transform: uppercase; display: block; margin-top: 5%; }
.shop-btn-2 a:visited {text-decoration: none;font-weight: 800; color: #A4A4A4; text-transform: uppercase; }
.shop-btn-2 a:hover {text-decoration: none;font-weight: 800; color: #111; text-transform: uppercase; }

a:link.back-btn {
	width: 100%; 
	margin-top: 10px; 
	text-align: center; 	
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-size: 15px;
	font-weight: 700;	
	color: #666;
	padding-top: 25px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	}
	
a:link.back-btn {
	width: 100%; 
	margin-top: 10px; 
	text-align: center; 	
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-size: 15px;
	font-weight: 700;	
	color: #666;
	padding-top: 25px;
	padding-bottom: 25px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border: 1px solid #FFF;
	margin: 0 0 -38px 0;
	}

a:visited.back-btn {
	color: #666;
	text-decoration: none;
	}

a:hover.back-btn {
	color: #666;
	text-decoration: none;
	border: 1px solid #666;
	}	

	

#page-num {
	width: 100%; 
	border-top: 1px solid #ddd; 
	margin-top: 10px; 
	text-align: center; 	
	font-family: futura-pt, sans-serif;
	font-size: 24px;
	line-height: 50px;
	letter-spacing: 1.2px;	
	padding-top: 30px;
	padding-bottom: 70px;
	}

#page-num span {
	background: #8A8A8A 0% 0% no-repeat padding-box; 
	background-clip: border-box;
	padding: 4px 13px 5px 13px;
	border-radius: 50%;
	border: 2px solid #8A8A8A;
	opacity: 1;
	color: #ffffff;
}

#page-num a:link {text-decoration: none; padding: 4px 13px 5px 13px; color: #8A8A8A; border: 2px solid #8A8A8A; border-radius: 50%;}
#page-num a:visited {text-decoration: none; padding: 4px 13px 5px 13px; color: #8A8A8A; border: 2px solid #8A8A8A;border-radius: 50%;}
#page-num a:hover {text-decoration: none; padding: 4px 13px 5px 13px; color: #8A8A8A; border: 2px solid #8A8A8A;border-radius: 50%;}

#left-arrow {
	display:inline-block;
	/*background-size: cover; 
	background-position:0 0; 
	background-image: url(../images/l-r-sprite.svg); 
	background-repeat: no-repeat;
	top: 3px;*/
}

#right-arrow {
	display:inline-block;
	/*background-size: cover; 
	background-position: -10px 0; 
	background-image: url(../images/l-r-sprite.svg); 
	background-repeat: no-repeat;
	position: relative;
	top: 3px;*/
}

.grid-icon {
	width: 30px; height: 30px; 
	position: relative; top: 10px; 
	border: 0;
	cursor:pointer;
	cursor:hand;}

.off {opacity: 0.5;}
.on {opacity: 1.0;}

.store-logo {width: 75%; text-align: center;}


input {
  padding: 8px;
  margin: 0;
  color: #333;
  font-size: 13px; 
  border: 1px solid #7f7f7f; 
  /*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
  font-style: normal;
  font-weight: 400;
}

input[type=submit] {
  background-color: #666;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
  font-size: 13px; 
 /* /*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/*/
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* added John F */
input[type=button] {	
  background-color: #a3a3a3;
  border: none;
  color: white;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 16px 8px 16px;
  font-size: 13px; 
  /*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

input.btn-other {
	background-color:#666;
}

input.btn-shop-by-style {
	background-color:#C0C0C0;
	padding:2px 8px 2px 8px;
	font-size: 12px;
}

input[type=button]:hover,input[type=submit]:hover {
	opacity: 0.8;
  	filter: alpha(opacity=80);
}

/* /your-order.cfm - this alternates table row background color from white to #f2f2f2  */
#shipping-destinations tr:nth-child(even) {
	background-color: #f2f2f2;
}

/* end John F */

.catalog {width: 120px; margin-top: 0; position: relative; top: -15px;}


/* MOVING TYPE */


div.slide-up {
  width:100%;
  height: 75vh;
  overflow:hidden;
  position: absolute;  
}

div.slide-up .move {
  animation: 2s slide-up;
  margin-top: 32vh;
  }

@keyframes slide-up {
  from {
    margin-top: 75vh;
  }

  to {
    margin-top: 32vh;
  }
}



/*** FORM STYLES ***/
	
.frm-fld-1 {
	position: relative;
	float: left;
	width: 91.5%; 
	padding: 8px 2% 8px 2%;
	margin-top: 20px;
	color: #333;
	font-size: 13px; 
	border: 1px solid #7f7f7f; 
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 400;
	
	}	

	
.frm-fld-1:first-of-type {
	margin-top: 0;
	
	}		

.frm-fld-2 {
	position: relative;
	float: left;
	width: 41%; 
	padding: 8px 2% 8px 2%;
	margin-right: 4%;
	margin-top: 20px;
	color: #333;
	font-size: 13px; 
	border: 1px solid #7f7f7f; 
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 400;
	}
	

.frm-fld-3 {
	position: relative;
	float: left;
	width: 24%; 
	padding: 8px 2% 8px 2%;
	margin-right: 4%;
	margin-top: 20px;
	color: #333;
	font-size: 13px; 
	border: 1px solid #7f7f7f; 
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 400;
	}	
	

.frm-txt-area {
	position: relative;
	float: left;
	width: 91.5%; 
	padding: 8px 2% 8px 2%;
	color: #333;
	font-size: 13px; 
	border: 1px solid #7f7f7f; 
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
	height: 150px;
	min-height: 50px;
	resize: vertical;
	}			





/*** MENU STUFF ***/
#mobile_menu{display: none;}

.slicknav_menu {
	display:none;
}

.js .slicknav_menu {
		display:block;
	}

.menu_highlight{width: 100%;border-top:6px solid transparent; position: absolute; top: 44px;}	

#menu {
	position: relative;
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 10px 0 0 0;*/
    left: 0;
    clear: both; 
    top: 0;   
    border: 1px solid #DDDDDD;
    padding-inline-start:0;

}

#menu li {position: relative; display: inline-block;  list-style: none; margin-right: 10px;  padding: 10px 0 10px 0; }

#menu li:last-child {
	margin-right: 0;
 } /* all browsers except IE6 and lower */

#menu li a:link 	{
	cursor: pointer; 
	text-decoration: none; 
	/*padding: 20px 0 7px 0;  
	padding: 21px 0 0 0;*/
	text-transform: uppercase;
	font-style: normal;	
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #181818;

 }
#menu li a:visited 	{text-decoration: none; color: #181818; }

#menu li:hover > ul {
	display: block; 
	visibility: visible;
	opacity:1;
    filter:alpha(opacity=100);border-top:10px;
}

#menu li:hover > .menu_highlight{
	border-top:6px solid #DDDDDD;
	border-radius: 6px 6px 0 0;
}

#menu li ul {
    position: absolute;
	visibility: hidden;    
	opacity: 1;

    z-index: 99;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;

	padding-inline-start:0;
}

#menu li ul li {
	position: relative;
	width: max-content;
	/*border-bottom: 1px solid #ddd;*/
	color: #333; 
	padding: 0;
	margin-right: 0;
	display: block;
 }

#menu li ul.last {right: 0;}

#menu li ul:last-of-type   {border-bottom: none;}

#menu li ul li a:link {
	display: block;
	
	font-family: futura-pt, sans-serif;
	letter-spacing: 2px;
	font-weight: 300px;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none; 
	text-transform: capitalize;
	color: #444;
	font-style: normal;	
	text-transform: uppercase;
	padding: 0 0;

	
 }
 
#menu li ul li a:visited {
	text-decoration: none; 
	display: block;
	color: #333;
	text-transform: uppercase;
 }
 
#menu li ul li a:hover {
	color: #333;
	text-decoration: underline; 	
	width: auto;
	display: block; 
	cursor: pointer;
	background-color: #FFF;
	border-bottom: none;

	
}

#menu .submenu_right ul {opacity: 1;
	visibility: visible;
	top:0;
}

#menu li ul li ul{
    position: relative;
	visibility: visible;    
	background-color: #FFF; 
	border-bottom: 1px solid #ddd;
	border-right:  1px solid #ddd;
	border-left:  1px solid #ddd;
    z-index: 99;
    opacity:1;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
   /* width:250px;
    max-width:250px;*/
    top: 0;
    left: 0;
	line-height: 29px;
	text-align: left;
	margin-left: 200px;
}

#menu .submenu_right li a:link{
	letter-spacing: 2.2px;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	text-transform: capitalize;
}

#menu .submenu_right li a:hover{
	text-decoration: underline;
}

#menu li ul li ul li a:visited{
	letter-spacing: 2.2px;
	font-family: futura-pt, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
}

#menu li ul li ul li a:hover{
	font-weight: 800;
}




.submenu_container{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    
    
    top: 26px;
	line-height: 29px;
	text-align: left;
	background-color: #FFF; 
	border: 1px solid #DDDDDD;
	/*border-top: 0;*/
	border-radius: 0px 0px 8px 8px;

}

.submenu_left{padding: 20px 40px; }
.submenu_right{margin: 20px 40px 20px 0; padding-left: 20px;border-left: 1px solid #DDDDDD; display: none;}
.submenu_right:first-of-type{display: block}



.formTitle{font-size: 20px; }
/* styles added by J Franck */

.stretchy {width: 90%;width: -moz-available;  /* WebKit-based browsers will ignore this. */ width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */width: fill-available; height: 30px; font-size:15px; padding-left:5px;}
.btn-action { margin-top:20px;  }
.btn-other { margin-top:20px;  }
.btn-small { margin-top:20px; padding:3px 8px 3px 8px; font-size:12px;}

.equal td{overflow: hidden;}

.tablegrid {border-top:1px solid #C0C0C0; border-left:1px solid #C0C0C0;}
.tablegrid td {border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0;}

.tablegrid-small {border-top:1px solid #C0C0C0; border-left:1px solid #C0C0C0;}
.tablegrid-small td {border-right:1px solid #C0C0C0; border-bottom:1px solid #C0C0C0;font-size:12px;}

.tablegrid tr:last-child tr {
    border-left: none;
}

p.no-space {margin: 12px 0 1px 0; }

textarea {font-family:arial; font-size:13px; padding:3px;}

.hide-me {display:none;}
.show-me {display:inline;}

.order-form-text {		
	/*font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";*/
	font-style: normal;
	font-weight:300;
	font-size: 12px;
	line-height: 18px;
}

.newsletterInput {height:26px; width:97%; font-family: 'futura-pt', sans-serif; font-size: 17px; line-height: 40px;letter-spacing: 0.85px; background-color:#e9e9ed; color: #000;}
.newsletterButton {height: 44px;width:97%;background-color: #666;}
.customerTypeInputSelect{height: 44px; width: 97%;font-family: 'futura-pt', sans-serif; font-size: 17px; line-height: 40px;letter-spacing: 0.85px; margin-right:10px; color: #181818; font-weight:400; }

::placeholder {
  color: #2e2e2e;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #2e2e2e;
}

/* added by D Franck */



.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 19px 0 19px 23px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: url('../../images/2024/chevron_down.svg');
  color: #777;
  font-weight: bold;
  float: right;
  margin-right: 20px;
}

.active:after {
  content: url('../../images/2024/chevron_up.svg');
}

.panel {
  padding: 0;
  background: #E7E7E7 0% 0% no-repeat padding-box;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.85px;
  color: #181818;
  opacity: 1;

}

.panel_inside{padding: 24px;}

#sortSelect{height: 44px; width: 275px;font-family: 'futura-pt', sans-serif; font-size: 17px; line-height: 40px;letter-spacing: 0.85px; color: #181818;padding-left: 23px; border: 1px solid #DDDDDD; text-transform: uppercase;
}

#businessType{height: 44px; width: 97%;font-family: 'futura-pt', sans-serif; font-size: 17px; line-height: 40px;letter-spacing: 0.85px; color: #181818; border: 1px solid #7f7f7f; }

#sortSelect select{-webkit-appearance:none;
-moz-appearance:none;
appearance:none;}

#closeFilters{margin-top: 15px; flex-direction: column;}
#closeFilters div{width: fit-content; padding: 5px 5px 5px 0; font-weight: 500; color: #111; 
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;}
#closeFilters input{
    box-sizing: border-box;
    border: none;
    position: absolute;
    opacity: 0;
    inset: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0px;
}
#closeFilters div a{display: grid; margin-right: 5px;}
#closeFilters div a img{width: 14px;}

#filter-flex{display: flex; margin-bottom: 16px; align-items: center;}
#filter-btn {display: flex; align-items: center;}
#filter-title{
	margin-left: 10px;
	text-align: left;
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #181818;
	text-transform: uppercase;
	opacity: 1;
}

#item-count{
	margin-left: auto;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.75px;
	color: #181818;
	opacity: 1;
}

.filters{
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 17px;
	/*line-height: 40px;*/
	letter-spacing: 0.85px;
	color: #181818;
	opacity: 1;
	margin-top: 2px;
}

.switch-container{display: flex;justify-content: flex-end;align-items: center;}

.switch-label{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.38px;
	color: #181818;
	opacity: 1;
	margin: 0 9px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* JMF added the following 2/27/2025 to change default style of all checkboxes */

input[type="checkbox"] {
    appearance: none; /* Remove default styling */
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: white; /* Change background color when checked */
    border-color: #333;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: #333; /* Foreground color */
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* End JMF Changes */

/* These styles are used by /designer-trade-program.cfm - JMF - 3/13/2025 */
	
.dtp-h1 {font-size:32px;}
.dtp-h2 {font-size:28px; color:#000; padding:0; margin:0;}
.dtp-p {font-size:28px; line-height:32px;}
.dtp-list li {font-size:26px;line-height:36px;}
.discount-table td {
	text-align:center;
	font-size:26px;
}

/* end /designer-trade-program.cfm styles */


/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:  #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;

}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
    border-radius: 50%;

}

input:checked + .slider {
  background-color: #111111;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/*Similar Product Slider on details.cfm*/
.pslider {
  width: 100%;
  height: 300px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.pslider::-webkit-scrollbar {
  display: none;
}

.pslider .pslide {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}

.pslider .item {
  margin-right: 40px;
}

.pslider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding: 20px 20px;
  min-width: 50px;
  background: none;;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;

  position: absolute;
  top: 50%;
  margin-top: -27.5px;
}

.ctrl-btn.pro-prev {
  left: 0;
  background-image: url('/images/2024/left.svg?bustd');
  background-repeat: no-repeat;
  
}

.ctrl-btn.pro-next {
  right: 0;
  background-image: url('/images/2024/right.svg?bust');
  background-repeat: no-repeat;

}

.ctrl-btn:hover{opacity: 0.75;}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
 /* color: red;
  
  -webkit-transform:rotate(-10deg);
  -moz-transform:rotate(-10deg);
  -ms-transform:rotate(-10deg);
  -o-transform:rotate(-10deg);
  transform:rotate(-10deg);*/
}


	.pdf-foot{font-family: Tahoma, sans-serif;  text-align: center; font-size: 12px;}



/*FAQ Page*/

.question{
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #181818;
	/*background-color: #F8F8F8;*/
	background-color: #FFFFFF;
	padding: 40px 30px;
	
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
	
.question_container{width: 75%;}	
	
.answer_container{/*background: #FFFFFF 0% 0% no-repeat padding-box;*/
border: 1px solid #DDDDDD;background-color: #F8F8F8;
}

.answer{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.3px;
	color: #181818;
	padding: 40px 50px 50px 50px;
}


/* Style the header */
.header {
  padding:  0;
  width: 100%;
  min-height: 30px;
  background: white;
  z-index: 999;
}

/* Page content */
.content {
  padding-top: 0;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 135px;
}

.sticky > div > div > a > #new-logo{width:30%;}
.sticky > #menu > li > ul>li>ul {top: 139px;}
.sticky > #header-top {padding: 20px 0;}
.sticky > .slicknav_menu > .slicknav_btn{margin: 13.5px 5px !important;}
 .sticky > .slicknav_menu > .slicknav_nav{   top: 77px !important;}
@media only screen and (min-width: 1024px) and (max-width: 1225px) {
	
	.feature-txt{font-size: 2.6em}
	.category-txt{font-size: 2.6em}
}



@media only screen and (min-width: 1024px) and (max-width: 1167px) {
	#menu li{margin-right: 41px; }
	}