.copyright{
display:none;
}
.linkH{
 display:none !important; 
}

.parentSubcategoryCell img {
    object-fit: contain;
}
.underline {
 text-decoration:underline;
}

.promo-message{
  font-weight:bold;
  font-size:16px;
}
body {
  margin: 0 auto;
  height: 100%;
}
.error{
     width: 500px !important;
    background-color: transparent !important;
    border-radius: 4px !important; 
}
.notLoginPage{
    background-repeat: repeat;
  overflow-x: hidden;
  background-image: url("/user/images/ASAP/bg_pattern_new.jpg");
}
.loginPage {
    background: linear-gradient(45deg, #25b6c9, #21a6eb, #9687e8, #e158ad, #ef414e);
    background-size: 150% 150%;

    -webkit-animation: gradient 25s ease infinite !important;
    -moz-animation: gradient 25s ease infinite !important;
    animation: gradient 25s ease infinite !important;
}

@-webkit-keyframes gradient {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@-moz-keyframes gradient {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}
@keyframes gradient {
    0%{background-position:0% 87%}
    50%{background-position:100% 14%}
    100%{background-position:0% 87%}
}

.loginPage hr {
    display: none;
}

.login_table {
    padding: 12px;
}
table.login_support {
    background-color: #EEE;
    padding: 12px;
  border-radius: 0 0 4px 4px;
}

#bigbox div:first-of-type {
    width: 100%;
    background-color: #0e102b;
    border-radius: 4px 4px 0 0;
}
#theImg {
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    padding: 18px 12px;
    transform: scale(.75);
}
#bigbox table {
  width: 100% !important;
}
#mainContainerSF {
  min-height: 100%;
  width: 100vw;
}

#mainContentSF {
  padding: 0 !important;
  margin: 0 !important;
}

.BannerWrapper {
  background-color: #0e102b;
  width: 100vw;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.item_table button:focus {
  background: #1975bb;
  font-weight: 700;
  color: #fff;
}
#proceedToOrder #checkoutProceedButtonContainer {
  display: flex;
}
#checkoutProceedButtonContainer button {
  margin-left: 12px;
}
#catalogSearch {
  padding-right: 24px;
}

/* DEFAULT CSS */
div.grid a.anchor {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#products > .prodCell {
  padding: 8px;
}
div.grid h3 {
  font-family: "mr-eaves-xl-modern";
  font-size: 16px;
  font-weight: 700;
  padding: 12px;
}

.item_table button {
  background: #0e102b;
  color: white;
  transition: all 0.2s ease;
  font-weight: 600;
  width: 150px !important;
  font-family: "mr-eaves-xl-modern", sans-serif;
  font-size: 14px !important;
}
table.item_table button:hover {
  background-color: #004389 !important;
  color: white;
  font-weight: 600;
}
#QLmyLists,
#QLestimator,
#QLupload,
.linkE {
  display: none !important;
}

#menu li a {
  font-family: mr-eaves-xl-modern, sans-serif;
  font-weight: 700 !important;
  font-style: normal;
  color: #fff !important;
  margin: 0 4px;
}

#menu li a:hover {
  color: rgb(107, 204, 211) !important;
}

ul.TreeControl li {
  box-sizing: border-box;
}

li[data-subcategory="true"] {
  padding-left: 20px !important;
}
.TCbullet:hover {
  border-left: 3px solid #0e102b;
  transition: all 0.3s ease;
}

#show_userform table td {
  padding: 3px !important;
}
/*REQUIRED FOR FOOTER AT BOTTOM */
html,
body {
  height: 100%;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 12px;
}

#mainContainerSF {
  min-height: 100%;
}

#mainContentSF {
  overflow: auto;
  padding-bottom: 68px; /* Must match height of footer (compensate for MoreHTML Body and other spacing variation in screen height) */
}

/*** 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: 101% !important;
}



.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;
  background-color: transparent;
  padding: 8px 0 10px 10px;
  color: #000;
}

a.login {
  color: #444;
  text-decoration: none;
  font-weight: bold;
  padding-right: 8px;
  padding-left: 8px;
  text-transform: capitalize;
}

a.login:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.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: -32px; */
  z-index: 100;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0 30px;
  background-color: #FFF;
}

table.tableMain {
  /* position: relative; */
  /* top: -30px; */
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  background-color: white;
  padding: 15px 24px;
  /* padding-right: 24px; */
  margin: 0 auto;
}

table.tableSiteBanner {
  position: relative;
  height: 80px;
}

.tableSiteBanner img {
  z-index: 2;
  float: inherit;
  position: relative;
  height: 80px;
  margin: 8px 0;
}

.mainContentNB {
  color: #000000;
  padding-left: 15px;
  width: 745px;
}

a {
  color: #153b6b;
  text-decoration: none;
}

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 */
  /* height: 100%; */
}

#menu {
  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: 400;
  letter-spacing: 0.35px;
  color: #444;
  height: 52px;
  padding: 10px 14px 10px 15px;
  line-height: 25px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s ease;
}

#menu li a:hover,
#menu li.menuG a,
#menu li:hover > a {
  text-decoration: none;
  color: #000;
}

#menu li.menuG a {
  color: rgb(107, 204, 211) !important;
}

#menu li:last-child a {
  background: transparent;
}

/* END Main Navigation Menu */

/* LOGIN BOX*/
#bigbox {
  background-color: #fff;
  /* border: 1px solid #ededed; */
  /* border-radius: 10px; */
  box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 10%);
  width: 573px;
  /* height: 575px; */
  margin: 0 auto;
  border-radius: 4px;
}
/* END Login Box */

/*CATEGORY HEADER TEXT*/
div.source,
p.style1 {
  color: #0e102b;
  font-size: 50px;
  font-weight: 700;
}

/* FOOTER*/
.footerSections {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

#footerBottom {
  height: 68px;
}

.footerCoyright {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 12px;
  line-height: 68px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  text-align: left;
}

/* End Footer*/

.prodCell {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* 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;
}

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: #0e102b; /* 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.TCopen a {
  list-style: none;
  background: none;
  text-decoration: none;
  color: #fff;
}

ul.TreeControl li.TCclosed a {
  list-style: none;
  background: none;
  text-decoration: none;
  color: #fff;
}

ul.TreeControl li.TCbullet {
  padding: 4px 10px 4px;
  font-size: 20px;
  line-height: 18px;
  color: #333333;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  font-family: "mr-eaves-xl-modern";
  font-weight: 600;
}

ul.TreeControl li#active {
  border-left: 3px solid #0e102b;
}

ul.TreeControl li.TCbullet a {
  list-style: disc;
  background: none;
  color: #000;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 10px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: left;
}
ul.TreeControl li.TCbullet:hover a {
  color: #0e102b;
}

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;
}

/* cart image */
.tblImage {
  border: 1px solid #cccccc;
}

.tblImage td {
  background-color: #ffffff;
  padding: 0em;
  margin: 0em;
  text-align: center;
  vertical-align: middle;
}


.repInfo {
    width: 500px;
}

#PorCAddress, #addressBook {
    display: none;
}

p.promo-text {
    color: red;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

button#saveAddressBook {
    display: none;
}

div#deliveryFooter {
    background-color: #0e102b;
    padding: 12px;
    color: white;
}

input#promo-code {
    padding: 8px;
    width: 175px;
    margin: 6px;
}

label[for="promo-code"] {
    font-size: 14px;
}