
/** Make the category home subcategories not go off the side of the page */

#subcategory-wrapper {
	width: calc(100vw - var(--scrollbar-width, 0px));
	overflow-x: auto;
}

/** Global */

table {
    caret-color: transparent;
}


#logo-text {
   line-height: 14px;
}

.gallery-widget .preview img {
    height: 150px;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.lightbox-target {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    display: none;
    z-index: 2;
}

.lightbox-target.visible {
    display: block;
    opacity: 1;
}

.lightbox-target img { 
    max-width: 100%;
    max-height: 100%;
	height: auto !important;
	width: auto !important;
	max-height: 80% !important;
	max-width: 80%!important;

    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}

a.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: white;
    color: black;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 1001;
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    cursor: pointer;
    z-index: 1001;
}

.lightbox-arrow.left {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.lightbox-arrow.right {
    right: 0;
    border-radius: 3px 0 0 3px;
}





/** Login */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/**************** General Classes *****************/
.clickable {
	cursor: pointer;
}

body {
	margin: 0px;
	font-size: 11px; /* Font Size */
	color: #666666; /* Global Gray */
	background-repeat: repeat-x;
	  touch-action: manipulation;
}

#page_render {
	font-size: 18px;
}

.quantity {
	width: 60px !important;
}

.button {
    background-color: rgba(34, 53, 202, 0.871);
    padding: 6px;
	font-size: 14px;
	color: white !important;
    border-radius: 4px;
	cursor: pointer;
}

.button-right {
    background-color: rgba(34, 53, 202, 0.871);
    padding: 6px;
	font-size: 14px;
	color: white !important;
    border-radius: 4px;
	cursor: pointer;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}



.search {
	margin-left: 18px;
	height: 20px;
}

.input {
	border-radius: 0;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	height: 30px;
}

.pagination {
    padding: 6px;
    color: white !important;
    border-radius: 25px;
	margin-top: 14px;
	margin-bottom: 14px;
	display: inline-block !important;
}

.itemname {
	color: black;

}

.stocklevel {
	color: black;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0;
}

.value {
	font-size: 14px;
}

.categories-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}


.product-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.product-list-single {
	flex-direction: column;	
}

.product-list-single img {
	width: 200px;
	height: 200px;
	object-fit: contain;	
}



#homePage {

}

#subPage {

}

#globalContainer {
	background-color: #FFFFFF; /* Global White */
	background-repeat: repeat-y
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4870AA; /* Accent 1 */
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #6699CC; /* Text Medium */
	margin: 0px 0px 5px 0px;			
}

h3 {
	font-size: 12px;
	color: #2170BD; /* Link */
	font-weight: bold;	
	margin: 0px 0px 5px 0px;			
}

a {
 color: #2170bd; /* Link */
 text-decoration: underline;
}

p {
	margin: 0px 0px 20px 0px;
}

p.noSpace {
	margin: 0px;
}

#homePage h1, #homePage h2, #homePage h3 {
  clear: none;
}

#footer {
  text-align: center;
	padding: 5px 13px 5px 13px;
	color: #666666; /* Global Gray */
}
#footer a {
  text-decoration: none;
}

#borderTop {
	height: 48px
}

#borderBottom {
	height: 9px
}

/**************** Header Classes *****************/

#logo img {
	height: 80px;
}

#homePage #header {
	background-repeat:no-repeat;
	height: 107px
}


#subPage #header {
	background-repeat:no-repeat;
}

#homePage #header h1 {
	color: #FFFFFF; /* Accent 7 */
	font-style:italic;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	padding: 90px 30px 0px 30px;
	margin: 0px;
}

#homePage #header p {
	padding: 8px 425px 0px 30px;
	color: #F1F0EE; /* Global Gray Light */
}

#subPage #header h1{
	color: #FFFFBF; /* Accent 7 */
	font-weight: bold;
	font-size: 18px;	
	padding: 30px 0px 0px 236px;
	text-transform:lowercase;
	line-height: 18px;
	margin: 0px;
}

/**************** Top Nav Classes *****************/
#topNav {
	padding-left:28px; padding-right:28px; padding-top:10px; padding-bottom:10px
}

#innerContainer {
	background-repeat:repeat-y;
}

#innerContainer #innerLeft {
	float: left;
}
#homePage #innerContainer #innerLeft {
	width: 190px;
}
#subPage #innerContainer #innerLeft {
	width: 160px;
}

#homePage #innerContainer #innerRight {
	margin-left: 190px;
}
#subPage #innerContainer #innerRight {
	margin-left: 170px;
}

/**************** Resources Classes *****************/
#resources {
	padding: 20px 5px 10px 10px;
}

#resources form {
	margin: 0px;
	padding: 0px;
}

#resources p {
	margin: 0px 0px 10px 0px;	 
}

#sideNav {
	padding: 0px 0px 10px 5px;
}

#homePage #sideNav a {
  text-decoration: none;		
}

#homePage #sideNav a {
	display: block;
}

#homePage #featured {
	padding: 0px 50px 10px 15px;
}

#homePage #featured .featuredLeft {
	width: 265px;
	float: left;
	padding-right: 15px;
}

#homePage #featured .featuredRight {
	margin-left: 280px;
	padding-left: 15px;
}

#homePage #featured a {
	font-weight: bold;
}

#homePage #featured h1 {
	margin-top: 0px;
}

#homePage #featured ul {
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#homePage #featured h3 {
	margin: 0px;
	font-size: 11px;
	text-decoration:underline;
}

#homePage #featured li {
	padding-bottom: 10px;
}
