@charset "utf-8";
/* CSS Document */

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

/* YouTube Responsive CSS  */
.hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.hs-responsive-embed-youtube iframe, .hs-responsive-embed-youtube object, .hs-responsive-embed-youtube object embed {
position: absolute;
width: 98%!important;
height: 98%!important;
}


body.SFNT {margin:0; background-color:#ffffff;}
h1 {font-size:18px;}
h2 {font-size:14px;}
#top-bar {
    min-width: 300px;
}
nav ul li {
	border: none;
	width: auto;
}
.navbar-default {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    }
.navbar-default .navbar-nav>li>a {
 	padding-top: 0;
 	padding-bottom: 0;
 	color: #2f292b;
 	font-weight: bold;
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-size: 12px;
 	padding: 3px 4px;
}
.navbar-default .navbar-nav li.second a {
    font-weight: 500;
}
#top-nav-wrapper { /* pull when live - duplicated on stylesheet.css 2023 */
	margin-top:0; 
	margin-bottom:0;
	border-top:none;
	border-bottom:none; 
	padding-top:5px;
/*	height:60px; */
}
.navbar-default .navbar-toggle {
    background-color: #3f3f3f;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #3f3f3f;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#checkout-nav {
	margin-right:0px;
	padding: 10px 0 0 0;
	float:right; 
	width:auto;
	text-align:right;
}
#checkout-nav a, #checkout-nav a:visited {
	color:#2f292b;	
	font-family: 'Whitney SSm A', 'Whitney SSm B';
	font-size:12px;
	padding:0 7px;
	text-decoration:none;
	font-weight:bold;
}
.search-wrapper {
	border:1px solid #7c7879;
	width:100%;
	padding:7px;
	float:right;
	margin-top:15px;
}
.basket-heading th {
	background-color:#efefef;
	color:#949190;
	text-align:center !important;
	font-size:14px;
	padding:10px;
	text-transform:uppercase;
	border:none !important;
	font-weight: normal;
}
.search-again {
    float: none;
    width: 100%;
    font-family: "Gotham SSm A","Gotham SSm B";
}
.mailchimp #newsletter {
    width: auto;
}
.mailchimp #mailchimp_email {
    width: auto;
}
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}



@media only screen and (max-width: 400px) {
.home-quote {
	font-size:14px;
}
.thumbnails li {
    margin: 2px 2px 0px 0px;
    height: auto;;
}
#ship-to, #bill-to {
    width: 100%;
}
#tb-main-nav {padding:0 15px;}
.navbar-nav {margin:0 !important;}
}



@media only screen and (min-width: 768px) {
 	#tb-main-nav {padding: 0;}
	#top-nav-wrapper {
		margin-top:30px; 
		margin-bottom:20px;
		border-top:1px solid #7c7879;
		border-bottom:1px solid #7c7879;
		padding-top:9px;
		height:60px;
	}
	#checkout-nav a, #checkout-nav a:visited {
		font-size:12px;
		padding:0 10px;
	}
	.search-wrapper {
		border:1px solid #7c7879;
		width:280px;
		padding:7px;
		float:right;
		margin-top:18px;
	}
}


@media only screen and (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
	 	padding: 5px 8px;
	 	font-size: 14px;
 	}	
 	#tb-main-nav {padding: 0;}
	#main-content .account-nav a.global-button {padding:5px 15px; margin-right:3px; font-size:13px; font-weight:normal;}
}


@media only screen and (min-width: 1200px) {
	/* Desktop styles go here */

#footer-wrapper, #footer-wrapper a, #footer-wrapper a:visited {
	font-size:16px;
}
top-nav ul li a, top-nav ul li a:visited {
	font-size:15px;
}

top-nav ul li.second a, top-nav ul li.second a:visited {
	font-size:14px;
	font-weight:500;
}
.home-quote {
	font-size:18px;
	line-height:22px;
	width:95%;
}
.navbar-default .navbar-nav>li>a {
	padding: 5px 15px;
}
#main-content .account-nav a.global-button {padding:7px 20px; margin-right:6px; margin-top:5px; font-size:14px; font-weight:normal;}


}







