/*---------------------------------------------
    Basic Setup
/*---------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: -1px;
}

html {
    background-color: #fff;
    color: #192a56;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    min-width: 400px;
}

.row {
    max-width: 1500px;
    margin: 0 auto;
}

.container{
    width: 85%;
}
/*---------------------------------------------
    Header
/*---------------------------------------------*/

header {
   /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(img/background6.jpg);*/
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

body {
    color: #2e3092;
}
.first-line{
    position: absolute;
    width: 77%;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0px;
}

h1 {
    margin: 0;
    margin-left: 10px;
    font-size: 150%;
    color: #1B1464;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

h2 {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 135%;
    font-weight: 400;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #ff0000;
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

h3{
    margin-top: 20px;
    font-size: 100%;
    font-weight: 400;
    margin-left: 0px;
}
h4{
    margin-bottom: 10px;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
}
h4:after {
    display: block;
    margin: 0 auto;
    height: 2px;
    background-color: #ff0000;
    content: " ";
    width: 200px;
    margin-top: 5px;
}

h5 {
    font-size: 90%;
    margin-top: 5px;
    
}

h6{
    margin-top: 5px;
    font-size: 120%;
    font-weight: 400;
    margin-left: 0px;
}

p {line-height: 120%;}
/*---------------------------------------------
    Header - Logo & Nav
/*---------------------------------------------*/
.HM-Logo{
    height: 80px;
    width: auto;
    float: left;
    margin: 10px 0;

}


/*------------------------
    Main-Nav
/*---------------------*/
.main-nav{
    float: right;
    list-style: none;
    
}

.main-nav li {
    display: inline-block;
    margin-left: 30px;
    margin-top: 35px;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #2e3092;
    text-decoration: none;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #ff0000;
}

.form-inline {
	position: relative;
	right: 0px;
	margin-right: 51px;
	margin-top: 13px;
}

#searchItem {
	position: relative;
	/* margin-left: 0; */
	width: 250px;
	/* margin-left: auto; */
}

/*---------------------
    Mobile-nav
/*------------*/
.mobile-nav-icon{
    display: none;
    float: left;
    margin-left: 5px;
    color: #2e3092;
}
.mobile-nav-icon i{
    font-size: 125%;
}
/*------------------------
    Sticky-Nav
/*---------------------*/
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    -webkit-box-shadow: 0 2px 2px #efefef;
    box-shadow: 0 2px 2px #efefef;
}


.sticky li a:link,
.sticky li a:visited{
    padding: 8px 0;
}

/*------------------------
    Sticky-Nav - Non-transparent
/*---------------------*/
.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    
}


.sticky2 li a:link,
.sticky2 li a:visited{
    padding: 8px 0;
}
/*------------------------------------------
    Header - Slider
/*--------------------------------------*/
.slideshow {
  background: #d6d6d6;
  display:block;
  width:inherit;
  height:inherit;
}

iframe {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 5px;

}


#slideshow {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.0;
  background-color: rgba(255, 255, 255, 0.8);
  /* 
     set background images as `url(/path/to/image)` here, 
     separated by commas 
  */
  background-image: url("img/background6.jpg"), 
    url("../img/stores/Markham/store_front.jpg");
  background-size: cover, 0px, 0px, 0px;
  background-attachment: fixed;
  
  background-position: center;
  height: 100vh;

}

#slideshow-text{
  
  border-bottom-color: #ff0000;
  color: #2e3092;
  font-size: 120%;
  margin-top: 270px;
  margin-left: 10%;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  border: 3px solid rgba(255, 255, 255, 1);
  text-decoration: underline;
  -webkit-text-decoration-color: #ff0000;
  text-decoration-color: #ff0000;
  border-radius: 5px;
    font-weight: bold;
}

#screen-size{
    display: none;
    font-weight: bold;
    color: #fff;
    margin-left:100px;
    margin-top:20px;
}


/*---------------------------------------------
    Header - Buttons
/*---------------------------------------------*/

/* link = a at nomral state */
/* visisted = a linke after visited */
/*.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    margin-right: 10px;
    margin-top: 0px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin-bottom: 7px;
    margin-left: 10px;
    
}
*/



.btn-full:link,
.btn-full:visited,
input[type=submit]{
    background-color: #1B1464;
    color: #fff;
    border: 1px solid #1B1464;

}

.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #2e3092;
    color: #2e3092;
}


.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active{
    background-color: #2e3092;
    
}

.btn-full:hover,
.btn-full:active,
input[type=submit]:hover,
input[type=submit]:active{
    border: 1px solid #2e3092;
    color: #ff0000;
}   

.btn-ghost:hover,
.btn-ghost:active{
    border: 1px solid #2e3092;
    color: #ff0000;
}

#btnFindOutMore{
    margin-right: 40%;
    margin-left: 40%;
}

#searchResult {
	display: none;
	/*display: block;*/
	right: 0;
	position: fixed;
	width: 35%;
	background-color: #f9f9f9;
	margin-top: 0px;
}

#searchResult li {
	display: block;
	margin-top: 0;
	margin-left: 5px;
	width: 100%;
	font-size: 14px;

	/* word-break: break-word; */
}

.searchP {
	width: 75%;
	line-height: 100%;
	margin: 0;
	display: inline-block;
}

.showBox {
	display: block;
}

#searchContainer {
	position: fixed;
	right: 0;
	/* Z-INDEX: 1000; */
}

.searchResultImg {
	display: inline-block;
	width: 20%;
	margin-right: 8px;
	height: auto;
}

.srchClose {
	font-weight: 700;
	right: 0;
	position: fixed;
	margin-right: 5px;
}

/*---------------------------------------------
    Product - Buttons
/*---------------------------------------------*/

#products {
    margin-bottom: 2rem;
}

.col-md-9 nav{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
}

.col-md-3 {
   font-size: 100%;
}



.section-products {
    padding: 0;
    background-color: #fff;
    padding-top: 100px;
    
}


.section-products h3{
    margin-bottom: 10px;
    margin-left: 30px;
}
.product-desc {
    text-align: center;
}

.product-ShowGroup {
    margin-top: 40px;
    height: 100%;
}

.product-ShowGroup-items {
    list-style: none;
    
}
.product-ShowGroup-items > li{
    display: inline;
    width: 100%;
}

.products-showcase > li{
    
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 6px;   
}

.products-showcase {
    list-style: none;
    width: 100%;
    overflow: hidden;
    border-color: 1px solid #ddd;
    /* color:  #AAA; */
}



.cat_not_active{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top:0;
    background: black;
    opacity: 0.5;
    z-index: 9900;
}

.subcat_not_active {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	background: white;
	opacity: 0.5;
	z-index: 9900;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin-top: 15%;
    margin-bottom: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    border: 10px solid #000;
    width: 50%;
    height: auto;
    display: block; 
    
}

#modal-text{
    text-align: left;
    font-size: 95%;
    margin-bottom: 30px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 200%;
    font-weight: bold;
    margin-top: -10px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.col-md-9 {
    padding-left: 8px;
    z-index: 999;
}
.modal-ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 15px;       
    padding: 0;
    border: 1px solid #1B1464;
}

.modal-ul li{
      font-weight: 400;
      font-size: 90%;
      float: center;
      text-align: center;      
      margin-bottom: 20px;
}

.temp-contact-us{
    margin-top: 40px;
    margin-bottom: 20px;
}
.emailProductUpdateHead{
    float: right;
    margin-top: 8px;
}

.row.temp{
   margin-left: 40%;
   width: 50%;
    margin-right:40%;
      
}
#ProductUpdateSend{
   width:150px;
}


input[type=ProductSubmit] {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;    
    margin-top: 10px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    margin-bottom: 7px;
    text-align: center;
    
}

input[type=ProductSubmit]{
    background-color: #1B1464;
    color: #fff;
    border: 1px solid #1B1464;

}

input[type=ProductSubmit]:hover,
input[type=ProductSubmit]:active{
    border: 1px solid #2e3092;
    color: #ff0000;
}   


/*-----------------------------------
    Side Nav
/*---------------------------------------------*/
.category-title {
    color: #2e3092;
    font-weight: bold;
     }


 .category-selected{
	background-color: #2e3092;
} 

/*---------------------------------------------
    Supplier
/*---------------------------------------------*/

.section-brands {
    background-color: #fafafa;
    margin-top: 30px;
}

.section-brands h2{
   
}

.section-brands p {
    text-align: center;
    line-height: 150%;
    padding-bottom: 50px;
}

.suppliers-showcase-box{
   
    margin: 0 auto;
}
.suppliers-showcase {
    width: 100%;
    background-color: #fafafa;
    margin-left: 4.5%; 
    margin-bottom: 30px;
}

.suppliers-showcase li{
    display: inline-block;
    float: center;
    width: 9%;
    background-color: #fafafa;
}

.brands-photo {  
    width: 100%;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    
}

.brands-photo img {
    width: 90%;
    size: contain;
    vertical-align: middle;
}

.center-photo {
    margin-top: 20px;
    width: 100%;
}

#Humphrey_Logo {
    margin-top: 21px;
}

#Hettich_Logo {
    margin-top: -20px;
}

#bestway img{
    width: 50%;
}

/*---------------------------------------------
    Location
/*---------------------------------------------*/
.section-locations{
    margin-bottom: 30px;
}
.section-locations h3{
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.map {
    width:100%;
    height: 450px;
  
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    
}

.google-maps iframe{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 80%;
}

.location-box{
    display: block;
    text-align: center;
    margin-top: 20px;

}

.address {
    font-size: 90%;
    text-align: center;
    
}
.tel {
    font-size: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.address-note{
    font-weight: 400;
}


.location {
    padding: 5px;
}


i {
    padding-right: 20px;
    font-size: 150%;
    line-height: 0;
    vertical-align: middle;
}

.Op-Hour {
    background-color: #fafafa;
    border: 1px solid #fafafa;
    border-radius: 50px;
    padding: 0px;
}


.OpHours{
    text-align: center;
    font-weight: 300;
    font-size: 80%;
    line-height: 150%;
}

#OpHourNote{
    text-align: center;
    font-size: 70%;
    margin: 6px;
    font-weight: 700;
}

.email {
    text-align: center;
    font-size: 90%;
    line-height: 1.5;
    float: left;   
}
.Text__us {
    text-align: center;
    line-height: 1.5;
    float:right;
    font-size: 90%;
}

.contact-info{
    display: inline-block;
    width: 100%;
    
}
/*---------------------------------------------
    Contact US
/*---------------------------------------------*/

.section-Contact-us {
    background-color: #fafafa;
    padding-bottom: 30px;
}

.contact-form {
    width: 60%;
    margin: 0 auto;
}

.section-Contact-us h3{
    margin-left: 20%;
    margin-bottom: 30px;
    margin-top: 10px;
}


input[type=text],
input[type=email],
select, 
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox]{
    margin: 10px 10px 10px 0;
}

.row loacation-box{
    font-size: 100%;
}
/*---------------------------------------------
    About US
/*---------------------------------------------*/

.section-about-us{
    margin-bottom: 60px;
}

.about-us-list{
    display: BLOCK;
    margin: 0 50% 3% 30%;
    WIDTH: 50%;
}

.about-us-list li{
    padding-left: 10px;
}

.about-Markham{
    margin-left: 0;
}

.about-mobile{
    display: none;
}

.store-list{
    display: BLOCK;
    margin: 0 50% 0 30%;
    WIDTH: 50%;
     list-style: none;
}

.store-list li{
    padding-left: 10px;
}
.store-list i{
    font-size: 100%;
}


.store-showcase {
    list-style: none;
    width: 100%;
    height: 250px;
    margin-top: 3%;
    padding-left: 3%;
}



.store-showcase li{
    display: inline;
    float: left;
    width: 33%;
    margin-top: 6px;
}

.store-photo {
    width: 100%;
    margin: 0;
}

.store-photo img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
}

.store-photobox {
    display: inline-block
}

.form-messages {
    width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 20px;
    
}

.sent {
    background-color: rgba(38, 191, 62, 0.8);
    text-align: center;
}

.error {
    background-color: rgba(201, 41, 41, 0.88);
    text-align: center;
}
/*---------------------------------------------
    Footer
/*---------------------------------------------*/
footer {
    background-color: #2e3092;
    color: #fff;
    padding: 30px;
    font-size: 90%;
    text-align: center;
}

.footer-nav-box{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    
}

.footer-nav {
    list-style: none;
    color: #fff;
}

.footer-nav li {
    display: inline-block;
    margin-right: 20px;
    
}

.footer-nav li:last-child {
    display: inline-block;
    margin-right: 0;
    
}

.footer-nav li a:link,
.footer-nav li a:visited{
    text-decoration: none;
    border: 0;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s
}

.footer-nav li a:hover,
.footer-nav li a:active{
    color: #ff0000;
}

.copyright{
    font-size: 80%;
}

.item{
    position: relative;
    height:100%;
}

.item-title {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}

.partno {
    font-weight: bold;
    margin-top: 10px;
}

.highlight {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
    color: darkgreen;
}

.featurelist{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 85%;
}

.prodinclude{
    font-size: 80%;
    margin-top: -7px;
}

.item-thumb{
    min-height: 500px;
    height: 100%;
    
}

.tab-content{
    font-size: 85%;
}


/*---------------------------------------------
    Category thumbnail
/*---------------------------------------------*/
.cat-thumbs-group {
    padding-right: 3px;
    padding-left: 3px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    width: 19%;
    height: 215px;
}

.cat-thumb{
    height: 200px;
    margin-bottom: 0px;
    
}

.products-photo {
    position: absolute;
    min-height: 100%;
    width: auto;
    padding-right: 10px;
    padding-top: 0px;
}

.products-photo img {
    padding-bottom: 1px;
    border: 0px solid #aaa;
    min-width: 100%;
    height: auto;
  
    /* color:  #aaa; */
}

.products-photo figcaption {
    text-align: center;
    color: #2e3092;
    font-weight: 700;
    font-size: 78%;
    margin-top: 5px;
}

.products-photo figcaption: span{
    display: none;
}

.products-photo figcaption:hover span{
    
    border-bottom: 2px solid #ff0000;
    padding: 0px;
    
}

.subcat-thumb{
    height: 300px;
}

.cat-feature {
    color: darkgreen;
    font-size: 85%;
}

.caption > h6 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 100%;
    font-weight: 700;
}
.thumnail .caption {
    padding: 0px;

}

.cat-title {
    font-weight: 700;
    font-size: 110%;
}

.hero-feature {
    padding-right: 8px;
    padding-left: 8px;
    /* display: inline-block; */
}




.cat-center {
    text-align: left;
}



/*---------------------------------------------
    Product thumbnail
/*---------------------------------------------*/
.product-thumb{
   height: 320px;
  
}

.product-thumb p{
   line-height: 110%;
    color: darkgreen;
    font-size: 78%;
    /*margin-top: 20px;*/
    margin-top: 0px;
}

.product-thumb h6{
    height: 50px;
    text-align: center;
    font-size: 90%;
}



.product-thumb img{
    width: 213.75px;
    height: 213.75px;
}

.field-shorthand {
    display: none;
}

.table-itemTable th{
    text-align: Left;
}

.table-itemTable td{
    text-align: Left;
    padding: 1px;
}


/*---------------------------------------------
    Item thumbnail
/*---------------------------------------------*/
.item-thumb li{
    line-height: 1.5;
}

#Item-Feature{
    font-size: 120%;
    font-weight: bold;
}

.item-thumb hr{
    margin-top: 20px;
    margin-bottom: 20px;
}

.best-contact h3{
    text-align: center;
}

.prodinclude a:link, 
.prodinclude a:visited{
    font-weight: bold;
}

.prodinclude a:link{
    color: brown;
}

.prodinclude a:visited{
    color: brown;
}

.social-links {
    width: 100%;
}

.social-links img{
    width: 180px;

}

.instagram {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.g-recaptcha {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-table {
    margin-left: auto;
    margin-right: auto;
}
.table-thumb {
    border: 0px;
}


/*---------------------------------------------
    Covid19
/*---------------------------------------------*/

.covidpage {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.covid19wrapper{
    text-align: left;
}
.covid19ul{
    display: inline-block;
    list-style-type: disc;
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;
}
.covid19li{
   position: relative;
   
}

.gov-quote{
    margin-left: 50px;
    margin-right: 50px;
    
}

.covid19h4{
    font-weight: bold;
}

.covid19{
    text-align: justify;
}


/*---------------------------------------------
    text-us
/*---------------------------------------------*/

.img-texting{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    /* height: 100px; */
}

.texth4{
    font-size: 24px;
    font-weight: 600;
}

.apptexth4:after {
    display: block;
    margin: 0 auto;
    height: 2px;
    background-color: #ff0000;
    content: " ";
    width: 350px;
    margin-top: 5px;
}

.texth6{
    text-align: center;
    font-weight: 600;
}

.txtul{
    list-style: none;
    text-align: center;
/*    margin-left: 30px;*/
}

.txtp {
    text-align: justify;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.sm-font{
    font-size: 18px;
}

.wechat-icon{
    height: 33px;
    padding-right: 20px;
}


/*---------------------------------------------
    colour-thumb for catprod.php
/*---------------------------------------------*/
.radio-thumb-wrapper {
	/* display: inline-block; */
	background-color: #f3f3f3;
	padding: 5px;
	margin-left: -5px;
}

.color-thumb-wrapper {
	/* display: inline-block; */
	padding: 5px;
}

.single-option-radio__label {

	font-size: 0.6875em;
	color: #838383;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 4px;
	font-family: "IBM Plex Sans", sans-serif;
}

.label-extra:before {
	content: '|';
	text-decoration: none;
	color: #cacaca;
	margin-right: 4px;
}


.thumbimg {
	height: 30px;
	width: 30px;
}

.thumbimgcontainer {
	/* display:  block; */
	border-radius: 50%;
	border: 0px;
	background-color: transparent;
	outline: none;
}

.thumbimgSQcontainer {
	/* display:  block; */
	border-radius: 0%;
	border: 0px;
	background-color: transparent;
	outline: none;
}

.selectedThumb {
	border: 1px solid #606060;
}


.thumb-tag {
	display: none;
	position: absolute;
	overflow: hidden;
	clip: rect(10 10 10 10);
	font-size: 0.6em;
	color: black;
	font-weight: 600;
	background-color: lightyellow;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px;
	z-index: 999;
}

.showColorTag {
	display: block;
}

.subcat-thumb a > img {
	max-width: 90%;
}

.img-thumb{
	display: inline;
	max-width: 30%;
	margin-left: 2px;
	margin-right: 0px;
	border: #aaa 1px solid;
}

	
.img-magnifier-glass{
	position: absolute;
 	border: 1px solid #000;
	border-radius: 50%;
	cursor: none;
	width: 100px;
	height: 100px;
	z-index: 1000;
}

.img-50{
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}


.ol_num{
	list-style-type: decimal;
	margin-left: 30%;
}


#cat-notes {
	display: block;
	width: 90%;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 2rem;
	border: 3px solid #2e3092;
	border-radius: 12px;
}

#cat-notes p {
	color: black;
	padding-left: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0rem;
}

.H4_catnote {
	font-size: 180%;
	font-weight: bold;
}

.align-right {
	text-align: right;
	margin-right: 1rem;
}

/*Product PDF File Download */

.pdfFilesDownload {
	list-style-type: none;
	
	
}

.pdfFilesDownload li {
	display: inline-block;
	margin-right: 0.75rem;
	font-size: 90%;
}

.pdfFilesDownload li a{
	color: #2e3092;
}

.pdfFilesDownload li a:active, 
.pdfFilesDownload li a:hover {
	color: #2e3092;
}



.pdfIcon {
	color: #ca1919;
}

.table-itemTable .field-longhand{
    position: -webkit-sticky;
	position: sticky;
	top: 145px;
	z-index: 9997;
	width: 100%;
	background-color: rgba(218, 218, 218, 0.5);
	z-index: 9999;
	-webkit-box-shadow: 0 2px 2px #efefef;
	box-shadow: 0 2px 2px #efefef;
}

.table-itemTable .field-shorthand{
    position: -webkit-sticky;
	position: sticky;
	top: 145px;
	z-index: 9997;
	width: 100%;
	background-color: rgba(218, 218, 218, 0.5);
	z-index: 9999;
	-webkit-box-shadow: 0 2px 2px #efefef;
	box-shadow: 0 2px 2px #efefef;
}


.card{
	font-size: 0.8em;
}

.iTablePage th{
	padding-left: 5px;
	padding-right: 5px;
}

.iTablePage td{
	padding-left: 5px;
	padding-right: 3px;
	width: 3%;
}

.iTablePage .field-longhand {
	position: static;
}

.imgITable{
	height: 200px;
	margin-bottom: 15px;
}

.iCategoryBar{
	display: inline-block;
	list-style: none;
	width: 100%;
}

.iCategoryBar > li{
	display: inline-block;
	list-style: none;

}

.itemFeatures{
	margin-left: 30px;
	margin-top: 2%;
	/* overflow: auto; */
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}

.btn-head{
	font-weight: 700;
	font-size: 22px;
	width: 100%;
	text-align: left;
	background-color: #f6f5f5;
	border: 0;
	color: #2e3092;
}


.btn-head:hover,
.btn-head:focus{
	outline: 0;
	color: #2e3092;
}


.btn-head:hover{
	color: #ffffff;
	border: 0;
}

.card{
	margin-bottom: 0px;
}

.table-ItemGroup{
	width: 100%;
	max-width: 100%;	
}

.modelNum{
	white-space: nowrap;
	max-width: 0.1%;
}

.table-ItemGroup td{
	text-align: left;
}

.box-direction-up:before{
	content: " \23EB";
}

.box-direction-down:before{
	content: " \23EC";
}

.blink:before{
	content: " \23EC";
}

.blink{
	float: right;
	margin-right: 50px;
	margin-bottom: 10px;
	animation: blinker 1s step-start infinite;	
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.catName{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
}



.imgThumb{
	display: inline;
	max-width: 30%;
	height: auto;
	margin-left: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: #aaa 1px solid;
}

.imgThumbBox{
	width: 15%;
	display: inline-block;
	vertical-align: bottom;
}

.itemFeatures .highlight{
	text-align: Left;
	margin-bottom: 15px;
	margin-left: -10px;
	animation: blinker 1s step-start infinite;	
}

#catTitle .btn-head{
	font-size: 26px;
	background-color: #cccccccb;
}

#catTitle .btn-head:hover{
	
	color: #2e3092;
}

#catTitle .box-direction-up:before{
	/* content: " \290A"; */
	content: "\2B9D";
	background-color: green;
	color:white;
	border: solid green; 
	
	border-radius: 3px;
  	padding: 3px 7px 3px 7px;
	margin-right: 6px;
	
	
}

#catTitle .box-direction-down:before{
	/* content: " \290A"; */
	content: "\2B9F";
	background-color: green;
	color:white;
	border: 3px solid green; 
	border-radius: 3px;
	padding: 3px 7px 3px 7px;
	margin-right: 6px;
}

#category_items{
	display: inline-block;
	width: 100%;
}

.category_item{
	display: inline-block;
	height: 100%;
	border: 1px solid #cccccc;
	margin-left: 3px;
	width: 160px;
}

.catTitle{
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	padding: 5px;
	overflow-y: hidden;
	height: 3.5rem;
}

.imgCatItem{
	height: 130px;
	margin-bottom: 25px;	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.card-header{
	padding-top: 100px;
	margin-top: -100px;	
}

.subulList{
	margin-left: 1rem;
}

#collapseCat{
	height: fit-content;
}

.txtCenter{
	text-align: center;
}

/************************************************* PRINT **********************************/


@media print {
    a[href]:after {
        content: none !important;
    }
}

#printPage{
	position: relative;
	float: right;
	font-size: 16px;
}

.printPage-None{
	display: none;
}

.printPage-font-em{
	font-size: 1.1em;
}
.printPage-hide{
	color: white;
}

.printPage-Above{
	z-index: 10000;
}
.printPage-sticky{
	z-index: 1000;
}

.print-width{
	width: 100%;
}

.print-font{
	font-size: 12px;
}
