/* DEFAULT CSS */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');
/*REQUIRED FOR FOOTER AT BOTTOM */
html, body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;

}

#mainContainerSF {
	min-height: 100%;
  width:100vw;
}

#mainContentSF {
	overflow: auto;
	padding-bottom: 68px; /* Must match height of footer (compensate for MoreHTML Body and other spacing variation in screen height) */
  width:100vw !important;
}

/*** FOOTER***/
footer {
	position: relative;
	width: 100%;
	margin-top: -68px; /* compensate as need for perfect fit with #mainContentSF */
	clear: both;
	/* Above CSS required for footer at bottom */
	padding: 0;
	background: #111;
	background-image: linear-gradient(5deg, #1e1e1e 0, #111 100%);
	height: 68px;
}

/* End Footer*/

#mainContentSF {
  width:100%;
  max-width: 1360px;
}

body {
	margin: 0 auto;
	height: 100%;
	background-color: #fff ;
	background-repeat: no-repeat;
	overflow-x: hidden;
    width:100vw;
}

.tag {
	color: #666666;
	font-size: 9px;
	line-height: 1.2em;
}

.boldbody {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

.smallbody {
	color: #666666;
	font-size: 10pt;
}

.login {
	font-size: 12px;
	font-style: 400;
	width: 100%;
	background-color: transparent;
	padding:8px 0 10px 10px;
	color: #FFF;
}

a.login {
	color: #000;
	text-decoration: none;
	font-weight:bold;
	padding-right: 8px;
	padding-left: 8px;
	text-transform: uppercase;
	background-color: #e4a12c;
	transition:all .25s ease;
}

a.login:hover {
	color: #000;
	text-decoration:none;
	background-color: #ad8234;
	transition:all .25s ease;
}

.loginWelcome, .loginLogout {
	background-color: transparent;
}

.loginWelcome span {
	float: right !important;
}

table.tableLogin {
	position: relative; /*absolute (Scroll With Page) fixed (Fixed In Upper Corner) */
	float: right;
	width: 100%;
	top: -15px;
	z-index: 100;
}

table.tableMain {
	position: relative;
	margin: 0 auto;
	z-index: 2;
	max-width: 1360px;
	background-color: transparent;
}

table.tableSiteBanner {
	position: relative;
	height: 80px;
}

.tableSiteBanner img {
	z-index: 2;
	float: inherit;
	position: relative;
	height: 150px;
}

.mainContentNB {
	color: #000000;
	padding-left: 15px;
	width: 745px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #1DAFEC;
	text-decoration: underline;
}

.anchor a{
	text-decoration: none;
}

.anchor a:hover {
	text-decoration: underline;
}

/******************************************************************************************
* DTSS ADDED - HTML for Menu, Footer, Checkout, Etc. *
*******************************************************************************************/

#headerInfoBar {
	position: relative;
	background: #1d78bf;
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.7px;
}

/* Main Navigation Menu */

#navWrapper {
	float: right;
	position: relative;
	top: -60px;
	margin: 0 0 0 135px; /* should match the width of the site logo */
}

#menu {
	width: 100%;
	background: transparent;
	position: relative;
}

#menu li {
	float: left;
	text-align: left;
	margin: 0 auto;
	position: relative;
	display: inline;
}

#menu li a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .35px;
	color: #000;
	height: 52px;
	padding: 10px 14px 10px 15px;
	line-height: 25px;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #e4a12c;
	margin-left: 20px;
	transition: all .25s ease;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover > a{
	text-decoration:none;
	background-color: #ad8234;
}

#menu li.menuG a:before {
	/* content: ''; */
	position: absolute;
	/* right: 15px; */
	/* left: 15px; */
	background-color: #e4a12b;
	/* top: 28px; */
	height: 2px;
	left: 20px;
	right: 0px;
	bottom: 0px;
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
	background-color: #fff;
	border: 1px solid #ededed;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source,
p.style1 {
	color: #000;
	font-size: 46px;
	font-weight: 600;
}

/* FOOTER*/
.footerSections {
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}

#footerBottom {
	height: 68px;
}

.footerCoyright {
	color: rgba(255,255,255,.45)!important;
	font-size: 12px;
	line-height: 68px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.7px;
	text-align: left;
}

/* End Footer*/

#catalogWrap,
.prodCell {
	border: 1px solid rgba(0,0,0,.06);
  background-color:white;
}

/* CHECKOUT HEADER*/

.tableCheckoutHeader {
	display: block;
	float: inherit;
	position: relative;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	z-index: 3;
}

.tableCheckoutHeader img {
	padding-left: 120px;
}
/* END Checkout Header*/

p.style1 {
	color: #444;
	font-size: 25px;
	font-weight: bold;
}

/******************************************************************************************
* PRODUCT SIDE MENU *
*******************************************************************************************/

#TCtable {
	background: none;
	padding: 0;
}

#TCtable td {
	background: none;
}

.TCCaption {
	color: #BDBDBD;
	font-style: italic;
}

ul.TreeControl {
	float: inherit;
	position:relative;
	padding: 10px;
}

ul.TreeControl {
	color: #ffffff;
  background-color:white;
}

ul.TreeControl li.TCopen div.anchorCatalog,
ul.TreeControl li.TCclosed div.anchorCatalog {
	float:inherit;
	position:relative;
	color:#fff;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	border: none;
	background: #e4a12c; /* Old browsers */
	/* margin-bottom: 5px; */
	text-align: left;
	height: 42px;
	line-height: 42px;
}

ul.TreeControl li {
	list-style: none;
}

ul.TreeControl,
ul.TreeControl ul,
ul.TreeControl li {
	/* margin-bottom: 5px; */
	padding: 0;
	font-size: 10pt;
}

ul.TreeControl li a  {
	cursor: pointer;
	text-decoration: underline;
	color: #000000;
}

ul.TreeControl li a:hover {
  cursor:pointer;
	text-decoration: underline;
	color: #224390;
}




ul.TreeControl li.TCopen a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #000;
}

ul.TreeControl li.TCclosed a {
	list-style: none;
	background: none;
	text-decoration: none;
	color: #fff;
}

ul.TreeControl li.TCbullet {
	padding: 6px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	text-shadow: 0 1px 1px
	rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
}

ul.TreeControl li#active {
	border-right: 5px solid #e4a12b;
}

ul.TreeControl li.TCbullet a {
	list-style: disc; background: none;
	color: #000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: left;
}
ul.TreeControl li.TCbullet a:hover {
	color: #000;
}

ul.TreeControl li.TCopen ul {
	display: block;
}

ul.TreeControl li.TCclosed ul {
	display: none;
}

/******************************************************************************************
* END DTSS ADDED - PRODUCT SIDE MENU *
*******************************************************************************************/

#cartContainer.floatClass {
	top: -60px;
}

.shopping_cart_icon path {
	fill: #456888;
}

#cartCountBadge {
	background: #456888;
}

.catalogTbl {
	background-color: transparent;
	padding: 0 !important;
}

/*******************************************************************************************
* Shopping Cart *
*******************************************************************************************/

#cartIcon {
	color: #fff;
	position: absolute;
	right: 4px;
	padding: 0;
	font-size: 24pt;
}

#cartCountBadge {
	background: #99C456;
	position: absolute;
	right: 0;
	margin: 0;
	border-radius: 100px;
	padding: 0px 2px;
	line-height: 19px;
	border: 1px solid #fff;
}

#cartDesc {
	display: none;
}

#cartCount {
	background: transparent;
	border: none;
}

#cartContainer.floatClass {
	top: -62px;
}

.checkoutProgress {
	/* top: -30px; */
	background-color: #fff;
	width: 100%;
	padding: 30px;
	border-radius: 10px;
	margin: 0 auto;
}

/* cart image */
.tblImage {
	border: 1px solid #CCCCCC;
}

.tblImage td {
	background-color: #FFFFFF;
	padding: 0em;
	margin: 0em;
	text-align: center;
	vertical-align: middle;
}

.BannerWrapper {
  padding: 16px 0;
}

#contactSalesInfo {
  display:none;
}
#contactCSRInfo td.body {
width: 5%;
  text-align:left;
}
.copyright {
  display:none;
}

table.login_support{
  display:none;
}
#bigbox div {
  border-radius:10px 10px 0 0;
}
#theImg{
 height:150px;
 padding:25px;
}

.login_table hr:first-of-type {
 margin-top:0px; 
}
#shipToCompany {
 display:none; 
}

.spriteContainer {
  height:175px !important;
    width:300px !important;
      margin:0 auto;
}
.spriteLayer{
  box-shadow: none !important;
  border:none !important;
  height:125px !important;
  width: 250px !important;
  background-repeat:no-repeat;
  background-size: contain!important;
  background-position: center !important;
}

#listbigger li, div#contactCSRInfo{
 background: #f0f0f0 !important; 
}

.login_table, .login_signup{
  background-color:#2d3838;
  color:white;
}

.login_table a, .login_signup a {
 text-decoration: none;
  color: #edd070;
}
.login_signup {
  border-radius: 0 0 10px 10px;
}

.prodCell h3 {
  font-size:16px;
  padding: 5px;
}

#editProfileTbl input {
 font-family: 'Arial'; 
}

.finishedGoodThmb {
  width: 100%;
  height:225px !important;
  object-fit: contain;
}

#shipToCompany, .linkH, #QLupload,#QLmyLists,#PorCAddress, #shipInstructions, #addressBook, #custPOBox, #quoteNameBox, #projectNameBox, #saveAddressBook{
 display:none; 
}

#editAddressBox tbody tr:nth-of-type(13){
 display:none; 
}

.prodCaption{
  font-size:14px;
  margin-top:5px;
  margin-bottom:15px;
}

body {
 background-image: url("../user/images/vicious-biscuit/BG2.png");
 background-repeat: repeat;
 background-color: rgb(45, 55, 54);
 background-size: contain;
 /* box-sizing: border-box !important; */
}


.crumbs li a, .crumbs li a:link, .crumbs li a:visited {
    color: #FFF;
}

#breadcrumb i, .ui-box i, #prodRadio i {color: #FFF;}

li.menuY.linkH {
    display: none !important;
}

div#shoppingCartTbl {
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

table#addressAccuracy, table#addressAccuracy a {
    color: #fff;
}

#searchbar input[type="text"]:focus {#searchbar
    input[type="text"]: focus {
    background: #fcfcfc;
    color: #6a6f75;
    outline: none;
    border: 1px solid #51c9ee !important;
    box-shadow: 0 0 5px rgb(81 203 238) !important;
};
    background: #fcfcfc;
    color: #6a6f75;
    outline: none;
    border: 1px solid #51c9ee !important;
    box-shadow: 0 0 5px rgb(81 203 238) !important;
}

#searchbar input[type="text"] {
    background: #f1f1f1;
    font: bold 12px Arial, Helvetica, Sans-serif;
    color: #6a6f75;
    padding: 5px;
    padding-left: 30px !important;
    border-radius: 20px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    transition: all 0.5s ease 0s;
    border: 1px solid #444;
}

td#sideBarNav {
    display: none;
}

.prodCell {
    margin: 5px;
}

#customizePager #show_userform{
  display:none;
}

.prodCell h3 {
}