
/* ***************************************
******************************************
BODY / CONTAINER STYLES

******************************************
******************************************
*/

/* electrolize-regular - latin - Added after fork! */
@font-face {
  font-family: 'Electrolize';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/electrolize-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Electrolize'), local('Electrolize-Regular'),
       url('../fonts/electrolize-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/electrolize-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/electrolize-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/electrolize-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/electrolize-v5-latin-regular.svg#Electrolize') format('svg'); /* Legacy iOS */
}   

/* link style one */
.n21links{

  color:#EF6c00;
  text-transform:uppercase;


}
/* Page Container */
.container {
  margin: 0 auto;
  max-width: 1520px;
  width: 90%;
  padding-top: 5%;
}


#basecontainer {
  margin: 0 auto;
  max-width: 1280px;
  width: 80%;
  padding-top: 5%;
}


body {
  min-height: 100vh;
  background-image: url("../bg.jpg");
  font-family: "Electrolize", Arial, sans-serif;-webkit-appearance:none !important;
}

main {
/* Keeps footer pinned to bottom */
  min-height: calc(100vh - 91px - 91px);  
}

/* BUTTON FONT */

button, input, optgroup, select, textarea {
  font-family: Electrolize,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}


/* BACK/RETURN BUTTON */
.return {
	background:#b0bec5;
	padding:5px;
	border-radius:5px;
	color:white;
}


/* ***************************************
******************************************
SIDEBAR CSS 

******************************************
******************************************
*/




/* Sidebar Search */
#sidenavsearch input {
  Width: 200px !important;
  border-left: solid 0px rgba(235, 235, 235, 0.3);
  padding: 3px;
  margin:auto;
  margin-top: 12px;
  height: 1.3rem;
  background-color: #b0bec5;
  border-radius: 2px;
  border: 2px solid white;
  margin-bottom:18px;
}





::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #263238;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #263238;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #263238;
}



 .sidenav li {

  color:#fff!important;
  border-bottom:1px solid #5a5a5a;
}

.sidenav a {

  color:#fff!important;
  
}










/* BASE CONTENT BOX / CHECKOUT/CART/SINGLE PRODUCT */
.contentbox {
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
min-height: 300px!important;
border:2px solid #e4e4e4;
-webkit-box-shadow: 0.2px 1px 2px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0.2px 1px 2px 0px rgba(0,0,0,0.35);
box-shadow: 0.2px 1px 2px 0px rgba(0,0,0,0.35);
}
.actionbox {
  border: solid 0px #EF6C00;
  border-left: solid 1px rgba(235, 235, 235, 0.3);
  border-bottom:0;
  height:40px;
  border-top-right-radius:2px;
  
}
.actionbox nav {
height:37px!important;	
}
.sitename {
  height:40px;
  border: solid 0px #EF6C00;
  border-bottom:0;
  border-right:0;
  border-top-left-radius:2px;
}

/* Product Description / Single Product Page */
.description {
  text-align:justify!important;
  margin-top:10px;
}

#thedrop p {
    padding:0;
    margin:0;
  }
#thedrop:first-child:first-letter {
    color: #64848e;
    float: left;
    text-transform:uppercase;
    font-size: 45px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 3px;
  }

.excerpt {
  position:relative;
  top:-10px;
  text-transform:uppercase;
  font-size:10pt;
}
 

/* Login to Continue */
#login2continue {
  background-color:#263238;
    color: #fff;
  font-size: 12pt;
  text-transform: uppercase;
  padding:10px;
  border-radius:5px;
   
  }
  
  #login2continue a {
  
    color: #e65c00;
  font-size: 13pt;
  text-transform: uppercase;
  }




/* Media Query */
@media only screen and (max-width: 993px) {
  .sitename  {
    text-align:center;
  }

  .actionbox {
    text-align:center;
  }


  #allorders td, th {
    padding: 15.5px 5px!important;
}


} 





/* ***************************************
******************************************
MAIN TOP HEADER & NAVIGATION BAR CSS 

******************************************
******************************************
*/




/* Padding for div containing logo on Navbar */
#logo {
    padding-left:20px;   
}
 


/* Main Nav bar padding */
.navbarpad {

  padding-left:20px!important;
}

/* Main Nav bar Arrow Color */
.arrow {

  color:#EF6C00;
}

/* Border for links on main navbar */
#topheader .links ul li {
    border-left: solid 1px rgba(235, 235, 235, 0.3);
  
     
}


/* Border for "last" links on main navbar  */
#topheader .links ul li:last-child  {
  border-right: solid 1px rgba(235, 235, 235, 0.3);
}

/* Div right below main navbar */
#navbarlogin {
  border-top: solid 1px rgba(235, 235, 235, 0.3);
  padding:7px;
  height:35px;
  border-bottom:3px solid #EF6C00;
  padding-left:20px;
}


/* Navbar Login or Register Link */
.login {
  position: relative;
  top: -3px;
  font-size: 10pt;
}

.login a{
  color:#f1f1f1;
}

/* Navbar Login or Register Icons */
.lognico {
  position:relative;
  top:3px;
  color:#ef6c00;
  padding-right:5px;
}


/* Shopping Cart Icon */

.shopico {
  position:relative;
  top:3px;
  color:#ef6c00;
}

/* ViewCart Link */
.viewcart {
  position: relative;
  top: -2px;
  font-size: 10pt;
}

.viewcart a{
 color:white;
}

/* Search Input Field on Navbar */
#topheader input {
    Width:200px!important; 
    border-left: solid 0px rgba(235, 235, 235, 0.3);
    padding:3px; 
    margin-top:12px;
    height: 1.3rem;
    background-color: #b0bec5;
    border-radius: 2px;
    border:2px solid white;
    display:none;
}




/* Border for Icons on right side of main navbar */
.navrighticons {
    border-left: solid 1px rgba(235, 235, 235, 0.3);
    padding-left: 20px;
}

.searchicon {
    padding-right:5px;
}



 

 /* View Cart / User account and Login link CSS */
 #hdruseracc {
  text-transform: uppercase;
  position:relative;
  top:-3px;
color:white;
font-size:9pt;
right:10px;
}
#hdruseracc a {
 color:#f1f1f1;
}

#hdruseracc .dropdown-content li > a, .dropdown-content li > span {
  font-size:12pt!important;
  line-height: 39px!important;
  color: #000; 
  padding:5px;
}



 
#hdrlogout {
  text-transform: uppercase;
   
  color:#000;
padding-left:20px;
}

#hdrlogout a {
  color:white;
  }
   





















/* ***************************************
******************************************
PRODUCT BOXES/CARDS 

******************************************
******************************************
*/



/* Border around product image */

.imgbrdr {
  border: 2px solid black;

}


/* Add to Cart on Prodcut Card */

.addtocart {
  Width:100%;

}


/* Add to Cart on Card */
.pricetext {
  margin-bottom: 10px!important;
  font-size: 200%;
  line-height: 32px;
}


/* TABLE DATA IN PRODUCT BOX */
.prodmeta td, th{

  padding: 3px 3px;
  border-top: solid 1px rgba(235, 235, 235, 0.3);
}
 
/* Product Box / Padding below last table row */
#productrow .card .card-content {

  padding-bottom:0;
}
 
 
#productname {
margin-bottom:0;
} 

#productname a {
	font-size:1.2em;
	color:white;
}





/* Pagination buttons */

.paginate {
  user-select: none;
  background:#263238;
  background-clip: border-box;
  display: inline-block;
  font-size: 14px;    
  padding: 5px 18px;
   
    
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #000;
  transform: scale(1);
  overflow: visible;
  white-space: nowrap;
  color: #f1f1f1; 
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .4), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .5);

}


.paginate:hover {
   
  background:#EF6c00;
   
  border: 1px solid #EF6c00;
   
 

}



.pagnumbs {
       user-select: none;
    background: #263238;
        background-clip: border-box;
    background-clip: border-box;
    display: inline-block;
    font-size: 12px;
    padding: 0px 5px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #000;
    transform: scale(1);
    overflow: visible;
    white-space: nowrap;
    color: #f1f1f1;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4), 0 2px 2px -1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .4) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .5);
    margin-bottom:25px
}



 
.tableHeader {
	width:120px;

}















.floatleft {
    float: left;
}

.none {
    display: none !important;
}



/* ***************************************
******************************************
CART PREVIEW STYLE

******************************************
******************************************
*/

.cartpreviewtitle {

  height:35px;padding-top:3px; font-size:19px;  
}

.cartpreview {
min-height:150px;
}

.toppreviewpanel {
  width:95%;
  margin: 0 auto;
}


.cartcaticon {
    width: 25px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}


#bordleft {
	max-width:90px;
	width:100%;
	 border-left: solid 1px #d2d2d2; 
	 padding-left:3px;
	  border-radius:1px;
	 background-color:#fcfcfc;
	 line-height:30px;
	 padding-right:5px;
	 
	 
	box-shadow: inset 0 0 .4px;
}

.count{

  font-size:11px; 
  text-transform: uppercase;
  position: relative;
  top:-5px;
  left:2px;
}



#cartundo input {
  cursor: pointer;
  padding:3px;
  font-size:5pt;
  text-transform:uppercase;
  width:100%;
  margin-right:20px;
  background-color: white;
color: #263238;
border: 1px solid #f1f1f1;
border-top: 0;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  position:relative;top:-10px; 
}

#cartundo .expand:after {
    
  border-bottom: 0px!important;
}
/* ***************************************
******************************************
FOOTER

******************************************
******************************************
*/



.foot {
  border-top:3px solid #EF6C00;
min-height:100px;
-webkit-box-shadow: 10px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    10px rgba(50, 50, 50, 0.75);
box-shadow:         10px rgba(50, 50, 50, 0.75);
padding-top:30px;
}


footer a {
 color:white;
  padding:10px;
}

/* Footer Links Icons CSS */
.dwn {
  color:#EF6C00;
  position:relative; top:6px;
  margin-left:5px;
}






/* ***************************************
******************************************
SHOPPING CART

******************************************
******************************************
*/

#checkoutbuttons{
  
  margin-right:5%;
}

#checkoutbuttons input {

  border-radius:3px;
  background:#000!important;
  cursor: pointer;
    padding: 10px;
    border: none;
   
 
color:white;
}

#checkoutbuttons input:hover {

   
  background:#EF6c00!important;
    border: none!important;
 
   
 

}
 


/* #productpageadd2{
  
  position:relative;
  top:10px;left:15px;
  margin-right:5%;
   

} */

#productpageadd2 span {
  position:relative;
  top:10px;
}

#productpageadd2 button {

  border-radius:3px;
   
  cursor: pointer;
    
    border: none;
   width:250px;
   
   padding-left: 13px;
color:white;
margin-right:5%;
 
}

/*  Single product page <hr> Hidden*/
.trans {
  margin-bottom:30px;
  padding-bottom:20px;
 background:rgba(255,255,255,0.0);
 color:transparent;
 opacity:0;
}

.raise5{
  line-height: 1.5;
 
}

.continueshopping {

  display:block;
  
}




/* Table Row bettwen last item and Total USD */

.darkbordertop {

  border-top: 2px double #000!important;
  border-top: 2px double rgb(83, 83, 82)!important;
  padding-top:35px!important;
  margin-top:35px!important;
}


/* Total BTC Total USD Owed */
.paddrit {
  font-weight:bold;
  padding-right:20px;
  color:#263238;
  font-size:11pt;
   
}


.nopad {

  padding:0!important;
}



#cartcontinue a {

  margin-left:15px;
}

#pricetab td {
  border-right: 1px solid #ececec;
}


#viewcartd {
  width:80%!important;
}



.botpad {

  margin-bottom:30px!important;
}


.contshop {
color:#EF6c00;
position:relative;
left:-8px;
margin-bottom:15px!important;
}
/* ***************************************
******************************************
LOGIN / REGISTER / CONTACT FORM-PAGE

******************************************
******************************************
*/

#viewlogin{
	width:60%;
	margin:auto;
	padding-top:0px;
}
 
 #viewlogin input{
	 border: solid 1px rgba(160, 160, 160, 0.3);
border-radius: 0;
color:#000;
display: block;
outline: 0;
padding: 5px;
text-decoration: none;
width: 100%;
}
   
#viewlogin a{
  
  color:#ef6c00;
 
}
#viewcategory a{
  
  color:#ef6c00;
 
}   
 

 /* Register - Login Button */
.lognico2 {
  position:relative;
  top:6px;
  color:#ef6c00;
  padding-right:5px;
}


  
   #regbutton input {

    border-radius:3px;
    background:#263238!important;
    cursor: pointer;
      padding: 10px;
      border: none;
     margin-bottom:40px;
     margin-left:5px;
   
  color:white;
  }
  
  #regbutton input:hover {
  
     
    background:#EF6c00!important;
     
    border: 1px solid #EF6c00;
     
   
  
  }
















  #nextStep {

    border-radius:3px;
    background:#263238!important;
    cursor: pointer;
      padding: 10px;
      padding-right:0;
      border: none;
     margin-bottom:0px;
     margin-left:5px;
   width:100%;
  color:white;
  }
  
  #nextStep:hover {
  
     
    background:#EF6c00!important;
     
    border: 1px solid #EF6c00;
     
   
  
  }







/*  LOGIN PAGE FORM   */


  #nextLoginStep {

    border-radius:3px;
    background:#263238!important;
    cursor: pointer;
      padding: 10px;
      padding-right:0;
      border: none;
     margin-bottom:0px;
     margin-left:5px;
   width:100%;
  color:white;
  }
  
  #nextLoginStep:hover {
  
     
    background:#EF6c00!important;
     
    border: 1px solid #EF6c00;
     
   
  
  }

/* ***************************************
******************************************
SEARCH PAGE / RESULTS

******************************************
******************************************
*/

.searchpgimg {

  width:100%;
  border:1px solid #000;
  
}
 
/* Search Image Table Data  */
.srchimgtd {
width:110px;

}


.searchtable a {
color:#EF6c00;

}

#frmship input.shippy {
  border: solid 1px rgba(160, 160, 160, 0.3);
  border-radius: 0; color:#000;
  display: block; outline: 0;
  padding: 5px;
  text-decoration: none;
}

#frmship input {
  border: solid 1px rgba(160, 160, 160, 0.3);
  border-radius: 0; color:#000;
  display: block; outline: 0;
  padding: 5px;
  text-decoration: none;
}












/* ***************************************
******************************************
Confirm Order

******************************************
******************************************
*/

.bld {
  font-weight: bold;
}


.editlink {
  color:#EF6c00;
  font-size:10px;
}


.posdown {
  position:relative;
  top:2px;
  padding-right:5px;
  color:#263238;
}

#viewCartd {
  width:80%!important;
  margin:auto;
  padding-top:40px;
  padding-bottom:50px;
}

#viewCartd hr{
  margin-top:13px; 
  margin-bottom:13px;
  opacity:.1;
}




.imagebox img {
width:49.5%

}




/* ***************************************
******************************************
Single Product Page

******************************************
******************************************
*/
.productnamesgl {
  line-height: 90%!important;     
}

.prdtitle {
	display:block;
	width:100%;
	padding-top:30px;
	 
}


.prdtitle a{
 
    color:#EF6c00;
    position: relative;
    top: -13px;
    font-size:130%;
}

 .margbot5 {
	 
	 margin-bottom:0!important;
 }
 

 .caty {
     display:block;
     text-align:right;
     width:100%;
     position:relative;
     top:13px;
     text-transform:uppercase;
     font-size:8pt;
 }



 .caticon {
     
    float:right;
    width:20px!important;
    padding:5px;
    text-align:right;
    position: relative;
    top: -14px;
}
 
 


 .divy { 
     border:none;
  height: 20px;
 	width:100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 5px -20px #333;
  margin: -50px auto 10px; 
}



.saledif {
	 
	background-color: #2EBAAD!important;
	 
}

.sale {
	font-size: 70%;
	position:relative; top:-17px;  left:10px;
	background-color: rgb(230, 29, 29)!important;
	color:#fff!important; 
	padding:3px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
      
}

.saledif2 {
	font-size: 70%;
	position:relative; top:-17px;  left:10px;
	background-color: rgb(230, 29, 29)!important; 
	color:#fff!important; 
    padding:3px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
     
      
}

.saledifdiv {
	font-size: 100%;
	position:relative; top:-16px!important;  left:10px;
	 
	color:#000!important; 
	padding:0px;
      
      
}

.salenotice {
    float:right;
     
    font-size:2em;
}





.collapsible {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.0),0 0px 0px 0px rgba(0,0,0,0.0),0 0px 0px 0 rgba(0,0,0,0.0)!important;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.14),0 0px 0px 0px rgba(0,0,0,0.0),0 0px 0px 0 rgba(0,0,0,0.0)!important;
}




















/* ***************************************
******************************************
ADMIN PAGE TABS

******************************************
******************************************
*/



 
/* ADMIN PAGE TABS CSS */

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #263238;
    border-bottom:3px solid #EF6c00;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    padding:7px;
    transition: 0.3s;
    font-size: .9em; 
    color:#fff;
    border-left: solid 1px#626a6e;
    border-right: solid .5px#292b2c;
	text-transform: uppercase;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #222d32;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #222d32;
}

/* Style the tab content */
.tabcontent {
   /* display: none; */
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
    border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
background:rgba(0,0,0,0.2);
}

/* Custom CSS for Materialize tabs in the menu */
    
/* Styles for the tabs container */
.tabs {
  /* Your custom styles for the tabs container */
  background-color:#263238;
}

 
 



.tabs .tab a {
  color: #FFF;
  background-color: transparent;
  padding:5px;
} /* Black color for the text */

.tabs .tab a:hover {
  background-color: transparent;
  color: #2ebaad;
} /* Text color on hover */

.tabs .tab a.active {
  background-color: transparent;
  color: #2ebaad;
} /* Background and text color when a tab is active */

.tabs .indicator {
  background-color: #ef6c00;
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
} /* Color of the underline */

.tabs .tab.active {
  /* Your custom styles for the active tab */
  /* Example: Custom background color */
  background-color: #263238;
}


/* Override Materialize CSS for tabs */
.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: transparent !important;
}

.tabs .tab {
  margin-right: 0px; /* Adjust the right margin to reduce space between tabs */
  padding: 0px 0px; /* Adjust the padding to make tabs narrower or wider */
}









.nopad {
    padding:0;
    border:0;
    border-top: solid 1px#626a6e;
    border-bottom:2px solid #EF6c00;
}

.checkPmt{
	font-size:.7em;
	text-transform:uppercase;
	 
	
}


.exitadm {
     
	margin-top:5px;
	float:right;
	padding-left:0px;
	padding-right:5px;
}
.exitadm a{
     color:#f1f1f1;
	padding-left:9px;
	padding-right:5px;
}
.exitadm input{
    background:transparent;
    color:#f1f1f1;
    border-radius:5px;
    font-size:8pt;
    cursor: pointer;
    position:relative;top:2px;
}


















 
/* responsive table ( Profile Page) */




#profiletable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 0px;
}
#profiletable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#profiletable table tr {
   
  border: 1px solid #ddd;
  padding: .35em;
}
#profiletable table th,
#profiletable table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
}
#profiletable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  #hideth {
    display:none!important;
  }
#profiletable  table {
  border: 0px solid black;
  }
#profiletable  table caption {
    font-size: 1.3em;
  }
#profiletable  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#profiletable  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    

    border-bottom: 13px solid #ddd;
    border-top: 10px solid #ddd;
    display: block;
    margin-bottom: 2em;
   
    background-image: linear-gradient(#ddd, white, white);
  }
 #profiletable table td {
  border: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    background:white;
  }
#profiletable  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
 #profiletable table td:last-child {
  border-bottom: 1px solid #ddd;
  }
}































 
/* responsive table ( Recent Orders Tab) */

#recent_orders table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
#recent_orders table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#recent_orders table tr {

  border: 1px solid #ddd;
  padding: .35em;
}
#recent_orders table th,
#recent_orders table td {
 /* padding: .625em; */
  text-align: center;
  border: 1px solid #ddd;
  overflow-wrap: break-word!important;
	word-break: break-all!important;
}
#recent_orders table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
#recent_orders  table {
    border: 0;
  }
#recent_orders  table caption {
    font-size: 1.3em;
  }
#recent_orders  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#recent_orders  table tr {
    border-bottom: 13px solid #ddd;
    border-top: 10px solid #ddd;
    display: block;
    margin-bottom: 2em;
   
    background-image: linear-gradient(#ddd, white, white);
  }
 #recent_orders table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    background-color: #fff;
  }
#recent_orders  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
 #recent_orders table td:last-child {
    
  }
}



































/* responsive table ( manage_inventory Tab) */

#manage_inventory table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 0px;
}
#manage_inventory table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#manage_inventory table tr {
   
  border: 1px solid #ddd;
  padding: .35em;
}
#manage_inventory table th,
#manage_inventory table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
}
#manage_inventory table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
	#hideth {
		display:none!important;
	}
#manage_inventory  table {
  border: 0px solid black;
  }
#manage_inventory  table caption {
    font-size: 1.3em;
  }
#manage_inventory  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#manage_inventory  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    

    border-bottom: 13px solid #ddd;
    border-top: 10px solid #ddd;
    display: block;
    margin-bottom: 2em;
   
    background-image: linear-gradient(#ddd, white, white);
  }
 #manage_inventory table td {
  border: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    background:white;
  }
#manage_inventory  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
 #manage_inventory table td:last-child {
  border-bottom: 1px solid #ddd;
  }
}





 




























#user_manage table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 0px;
}
#user_manage table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#user_manage table tr {
   
  border: 1px solid #ddd;
  padding: .35em;
}
#user_manage table th,
#user_manage table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
}
#user_manage table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  border:0;
}
#user_manage thead tr th:first-child,
#user_manage tbody tr td:first-child {
  width: 20em;
  min-width: 20em;
  max-width: 20em;
  word-break: break-all;
}
@media screen and (max-width: 600px) {

  #user_manage  table {
  border: 0px solid black;
  }
  #user_manage  table caption {
    font-size: 1.3em;
  }
  #user_manage  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #user_manage  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    

    border-bottom: 2px solid #ddd;
    border-top: 10px solid #ddd;
    display: block;
    margin-bottom: 0em;
   
    background-image: linear-gradient(#ddd, white, white);
  }
  #user_manage table td {
    word-wrap: break-word;
    font-size: .8em;
    text-align: center;
    background:#fff;
    width:100%;
  }
  #user_manage table td:first-child {
    
     
    max-width:125px;
    padding:1px;
    padding-top:0;
    }


    #user_manage table td:nth-child(2) {
     
      width:110px!important;
      max-width:110px;
      padding:3px;
      padding-top:0;
      }

#user_manage thead tr th:first-child,
#user_manage tbody tr td:first-child {
  width: 12em;
  min-width: 12em;
  max-width: 12em;
  word-break: break-all;
}
  #user_manage  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  #user_manage table td:last-child {
  border-bottom: 1px solid #ddd;
  }
}


























/* responsive table ( manage_inventory Tab) */

#add_product table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 0px;
}
#add_product table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
#add_product table tr {
   
  border: 1px solid #ddd;
  padding: .35em;
}
#add_product table th,
#add_product table td {
  padding: .625em;
  text-align: center;
  border: 1px solid #ddd;
}
#add_product table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}




#add_product input { 
    border: solid 1px rgba(160, 160, 160, 0.3);
    border-radius: 0;
    color: #000;
    display: block;
    outline: 0;
    padding: 5px;
    text-decoration: none;
 
margin: 0 auto;
}
#frminputs {
	padding-left:20px;
	padding-right:20px;
}



@media screen and (max-width: 600px) {
	#hideths  {
		display:none!important;
	}
#add_product  table {
  border: 0px solid black;
  }
#add_product  table caption {
    font-size: 1.3em;
  }
#add_product  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
#add_product table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    

    border-bottom: 13px solid #ddd;
    border-top: 10px solid #ddd;
    display: block;
    margin-bottom: 2em;
   
    background-image: linear-gradient(#ddd, white, white);
  }
#add_product table td {
  border: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    background:white;
  }
#add_product table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
#add_product table td:last-child {
  border-bottom: 1px solid #ddd;
  }
}












 /*
    Admin Page all orders + Misc
    */


table.responsive-table tr {
    border-bottom: none;
    padding: 0;
}


table.striped > tbody > tr > td {
     border: 1px solid #ddd !important;
}

.tableHeader{
	font-weight:bold;
}


#allorders td, th {
    padding: 7px 5px;
}

#allorders {
    top:-17px; 
}
 /*
    Admin Page Title and Logout button
    */


#viewTitle{
    padding-left:3%;
    padding-top:5px!important;
    text-transform:uppercase;
    font-size:10pt;
}

#logoutr input {

     
    background:#EF6c00!important;
    cursor: pointer;
      padding: 4px;
      border: none;
     text-transform:uppercase;
   font-size:8pt;
  color:white;
  position:relative;
  top:-3px;
  }








#add_product input.text {
     
    background: #EAF0f2;
}

#add_product .inputArea {
    
    background: #EAF0f2;
}









/*   ADMIN MANAGE / RECENT ORDERS               */

#mtable{
  
  margin-right:5%;
}

#mtable a{
  
color:#EF6c00!important;
}
#mtable a:hover{
  
  color:#2EBAAD!important;
  }

#mtable input {

  border-radius:3px;
  background:#EF6c00!important;
  cursor: pointer;
    padding: 5px;
    border: none;
   font-size: .7em;
 
color:white;
}

#mtable input:hover {

   
  background:#2EBAAD!important;
   
  border: 0px solid #EF6c00;
   
  

}


#mtable th {
  font-weight: bold!important;
  text-transform: uppercase!important;
  font-size:10pt; 
  color:#505050;
}





/*   ORDERS.PHP / All ORDERS PAGE      */


 input.orders {

  border-radius:3px;
  background:#EF6c00!important;
  cursor: pointer;
    padding: 5px;
    border: none;
   
 
color:white;
}


a#orderscheckpay {
  color: #EF6c00 !important;
}

a.orders:hover {
  color:#2EBAAD!important;
  }






/* Page View Stats page  mini left navbar */


#whoButton, #howMuchButton, #whowhere {
  /* Your styles here */
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #ccc;
  border-left:0;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}

#whoButton:hover, #howMuchButton:hover, #whowhere:hover {
  /* Styles for hover state */
  background-color: #ddd;
}

.arrow {
  /* Styles for the arrow span */
  /* Add styles as per your requirement */
}

.fa {
  /* Styles for the font-awesome icons */
  /* Add styles as per your requirement */
}


#sortlatest {
  /* Your styles here */
  background-color: #f2f2f2;
  color: #333;
  border: 1px solid #ccc;
  border-left:0;
  padding: 10px 3px;
  font-size: 16px;
  cursor: pointer;
}




/* Page View Stats page  Form, Search bar and Select Input  */


#pageviewSearch {
  display: flex;
  width: 270px;
  float:right;
  margin-bottom:20px;
   
}

#pageviewSearch select,
#pageviewSearch input[type="submit"] {
  flex-grow: 0;
  flex-basis: 90px; /* Set max width to 20px for select input */
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ef6c00;
  margin-right: -1px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#pageviewSearch input[type="text"] {
  flex-grow: 1;
  flex-basis: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ef6c00;
  margin-right: -1px;
  height: 40px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#pageviewSearch select {
  background-color: #ef6c00;
  color: white;
}

#pageviewSearch input[type="text"] {
  border-color: #ef6c00;
  width: 100%;
}

#pageviewSearch input[type="submit"] {
  flex-basis: 36px; /* Set max width to 36px for submit input */
  background-color: #ef6c00;
  color: white;
  border: none;
  border-radius: 0;
  padding-top:0;
}

/* The options in the select box when you choose what you want to search for on page view stats.php  */
.left-aligned-select {
  text-align: left;
  text-align-last: left;
}


#pageviewSearch option {
    webkit-tap-highlight-color: transparent;
}









/* page_stats_view.php(table) is now reponsive  */

 #pstatstable table thead {
  background-color: #263238;
  border: 1px solid #ccc;
  border-top:3px solid #EF6c00;
}

#pstatstable table thead th {
  border: 1px solid #ccc;
}

#pstatstable table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#pstatstable table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

#pstatstable table tr {
  
  border: 1px solid #ddd;
  padding: .35em;
}

#pstatstable table th,
#pstatstable table td {
  padding: .625em;
  text-align: center;
}

#pstatstable table th {
  font-size: .80em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
	
.tableheader { 
display:none!important;
}	
	
 #pstatstable table {
    border: 1px solid #ddd;
  }

#pstatstable table caption {
    font-size: 1.3em;
  }
  
 #pstatstable table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
 #pstatstable table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
 #pstatstable table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
 #pstatstable table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
 #pstatstable table td:last-child {
    border-bottom: 0;
  }
}




/* Table header (thead) link colors   */


#pstatstable a{
  
color:#fff!important;
font-weight: normal;
}
#pstatstable a:hover{
  
  color:#f1f1f1!important;
  }
  
  
  
  
  
  
  
  
  
  
   
  /* Pagination link colors for page_view_stats   */
  .pagination li.active {
  background-color: #ef6c00;
}





/* CSS TO CONTROL FORMS ON CONTACT US PAGE */


/* Reset styles for submit button on contact us page */
.contactbtn {
  all: initial; /* Reset all properties to their initial values */
}

.contactbtn {
border-radius: 3px;
background: #263238 !important;
cursor: pointer;
padding: 10px;
border: none;
margin-bottom: 60px;
margin-left: 0px;
color: white;
width:100%;
text-align:center;


}

.contactbtn:hover {
 
background: #ef6c00 !important; 


}


#contactus textarea {
  
  height: 7rem;
  margin-bottom:25px;
 margin-top:5px;
}


#contactus textarea, select {
  width: calc(100% + 15px); /* Adjust the value as needed */
  box-sizing: border-box;
}

 
 
 #formhouse.center {
  text-align: left!important; /* Override style for the div with id="formsh" */
}


 textarea.message::placeholder {
  /* Add your desired styles for the placeholder text */
  color: #999999;
   
 
}

input.paddlef::placeholder {
  /* Add your desired styles for the placeholder text */
  color: #999999;
   
 
}

/* CSS TO CONTROL Message After submit button is pressed */

 #message-container.center {
  text-align: left!important; /* Override style for the div with id="formsh" */
}

#message-container {
	margin-top:20px;
}

 
 
 
 
 
 
 
 /* ACTIVATE.PHP  */
 
 
 #activatedbox {

    margin-top:50px;	 
 }	 
 
 .activated {
	
	font-weight: bold;
	color:#6B8E23!important; 
 }
 
 
    .uemail {
        color: black;
        font-weight: 400;
    }

    .brackets {
        font-weight: bold;
    }
 
	.addresscard {
		color:#ef6c00;
		 
	}
	
 
 
 
 
 
 
 
 
 
 
 
 
 /* Registration Form Password Rules and Password Strength Meter */
 
 
 
  .strength-meter {
        height: 4px;
        background-color: red;
        transition: background-color 0.3s;
    }

    .checkmark {
        color: red;
    }

    .checkmark.valid {
        color: green;
    }

    .hidden {
        display: none;
    }
	
/* Show password Icons inside password input fields */	
	.password-wrapper {
  position: relative;
  display: inline-block;
  width:100%;
}

.password-wrapper input {
  padding-right: 35px; /* Adjust the value to leave space for the icon */
}

.show-password-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

	
	
	
	.autoCheckpay {
		background: #EF6c00;
		margin-bottom:0px;
		margin-left: 10px;
		
		Border:none;
		color: white;
		cursor: pointer;
		border-radius: 3px;
		padding:3px;
		font-size:.9em;
	    text-transform:uppercase;
	}
	
	.autoCheckpay:hover{
		background: #2ebaad;
	 
	}
	







/* BIG TOOL TIP MODAL */
.modal {
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  max-height: 70%;
  width: 50%;
  will-change: top, opacity;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #263238;
  padding: 4px 6px;
  height: 60px;
  width: 100%;
  text-align: right;
}

.mody {
	padding-left:5px;
	color:#ef6c00;
}

.txtblack {
	
	color:#263238;
}

.modalform {
display:inline;	
}
	
	 /* Unread messages counter for header.php */
	
.unread-counter {
  background-color: transparent;
  color: white;
  padding-left: .5px;
  padding-right:.5px;
  border-radius: 5%;
  margin-left:5px;
  margin-right:5px;
}	   













/* Admin Notification Dashboard   */
.sendnotice {
border-radius: 3px;
background: #263238 !important;
cursor: pointer;
padding: 10px;
border: none;
margin-bottom: 60px;
margin-left: 0px;
color: white;
width:100%;
text-align:center;
margin-top:15px;

}

.sendnotice:hover {
 
background: #ef6c00 !important; 


}



/* Message Center for Notifications */

 .collapsible-header {
    display: flex;
    align-items: center;
  }

  .header-text {
    flex-grow: 1;
  }

  .header-date {
    margin-left: auto;
	float:right!important;
  }

.right-align {
    margin-left: auto; /* Pushes the element to the right */
  }
  
.left-align {
    margin-left: auto; /* Pushes the element to the right */
  }  
  
  .sentby {
	font-size:.9em;
	text-transform:uppercase;
}

.floatyl {
	float:left;
}

.floatyr {
	float:right;
}

.productimg {
	width:42px;
	height:42px;
}

 
 #notification-modal {
   background-image: url("../bg.jpg");
  }

  #notification-modal .collapsible-body {
  background: rgba(255, 255, 255, 0.7)!important;
}

/* Message Center Modal In Mobile PHONES */
@media (max-width: 480px) {
  #notification-modal.modal {
    min-height: 90% !important;
    max-height: 100% !important;
    width: 100% !important;
  }

  .modal {
    width: 100% !important;
  }

 #notification-modal .modal-content .row,
#notification-modal .modal-content .col {
  padding: 0!important;
}

#notification-modal .modal-content {
  padding: 0 !important;
}

}




/* Message Center Modal In Mobile IPAD */
@media (max-width: 810px) {
  #notification-modal.modal {
    min-height: 90% !important;
    max-height: 100% !important;
    width: 100% !important;
  }

  .modal {
    width: 100% !important;
  }

 #notification-modal .modal-content .row,
#notification-modal .modal-content .col {
  padding: 0!important;
}

#notification-modal .modal-content {
  padding: 0 !important;
}

}




/* Message Center mark all AS read button */

.notification-modal-button {
  border-radius: 3px;
  background: #EF6c00 !important;
  cursor: pointer;
  padding: 5px;
  border: none;
  font-size: .7em;
  color: white;
  text-transform: uppercase;
  margin-right: 11px!important;
}

.notification-modal-button:hover {
   
  background: #2ebaad !important;
   
}

#msgcentertitle h6 {
margin:0;
padding:0;
float: left;
margin-left: 20px;
}

.messagecentertitle {
margin-left:25px;

}




/* Message Center Collapsible body  */

.collapsible-body .event-duration {
    display: flex;
    justify-content: flex-start;
}

.collapsible-body .event, .collapsible-body .duration {
    font-size: 0.9em;
    text-transform: uppercase;
}

.collapsible-body .message-image {
    display: flex;
    padding-top: 10px;
}

.collapsible-body .product-img {
    margin-right: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border: 0px solid rgba(105,105,105, 0.7);
    border-radius: 5px;
}

.collapsible-body .product-url {
    padding-top: 20px;
}

.collapsible-body .coupon-code {
    padding-top: 20px;
    text-align: center;
}





/* Message Center Coupon Code CSS  */

 .coupon-code {
    text-align: center;
    padding-top: 20px;
}

.coupon-input {
    cursor: pointer;
    border: 1px dashed #000 !important;
    background: transparent;
    text-align: center;
    outline: none;
}







/* Profile Page */

.profileico {
color:#263238;
position:relative;
top:3px;
}

.colored-brackets {
        color: black;
    }
	
	
	
	
	
	
	
	
	
	
	
	
/* Custom CSS for the responsive grid */
.catcontainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* Custom styling for the category-cards */
.category-card {
  position: relative;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 100px;
  background-image: url("../images/bricks.jpg");
  background-size: cover; /* Update to 'cover' for better image display */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Style for the word span */
.category-card .word-span {
  position: absolute;
  top: 50%; /* Move the element 50% from the top */
  left: 50%; /* Move the element 50% from the left */
  transform: translate(-50%, -50%); /* Center the element both vertically and horizontally */
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.9); /* White background with 90% opacity */
  border-radius: 5px;
  font-weight: bold;
}




/* Hide things  */
.hidden {  
  display: none;  
}



 /* Single Page Gallery ( Product page )  */
        .gallery {  
            width: 1140px;  
            margin-left: -0.75rem !important;    /* Negates the left padding */
            margin-right: -0.75rem !important;   /* Negates the right padding */
            margin-bottom: 0.75rem !important;   /* Adds spacing before the text below */
            width: calc(100% + 1.5rem) !important; /* Accounts for 0.75rem on each side */ 
        }  
        .main-image {  
            width: 100%;  
            height: 400px;  
            object-fit: cover;  
            margin-bottom: 10px;  
        }  
        .thumbnails {  
            display: flex;  
            overflow-x: auto;  
            gap: 10px;  
        }  
        .thumbnail {  
            width: 100px;  
            height: 100px;  
            object-fit: cover;  
            cursor: pointer;  
            border: 2px solid transparent;  
        }  
        .thumbnail.active {  
            border-color: #007bff;  
        }  
 