header{
	 transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9998;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
header.d-flex{
	z-index: 9997;
}

.navbar-brand img{
	width: 225px;
	 transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.shrink .navbar-brand img{
	width: 115px;
	 transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.navbar .container{
	display: block;
}
@media (max-width: 600px) {
	h1{font-size: 1.5rem;}
	h2 .h1{font-size: 90%;}
	.h1{font-size: 1.5rem;}
	.h2{font-size: 1.5rem;}
}

.show {
	z-index: 9999;
}

body.modal-open div.modal-backdrop { 
    z-index: 0; 
}

.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert-100{width: 100%;}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

input:disabled+label {
  color: #ccc;
}

.home_slider_text_background{
	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 99px;
}

@media (max-width: 575px) {
  .home_slider_text_background {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

section.hero .lead{
	font-weight: 900;
	font-size: 1.4em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

section.hero .lead-small{
	font-weight: 900;
	font-size: 1.4em !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  section.hero .lead-small {
    font-weight: 900;
	font-size: .9em !important;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
}

.breadcrumb-item.text-white a {
  text-decoration: none !important;
  color: #FFFFFF;
}

.banner_rep_locator{
    background-image: url('/img/banners/find-rep.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}
.banner_execs{
    background-image: url('/img/banners/banner-execs3.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}
.banner_equity{
    background-image: url('/img/banners/banner-equity-line.png');
    background-repeat: no-repeat;
    background-position: center; 
    position: relative;
}
.news-lead {
  font-size: 1.25rem;
}
.float-right{
	padding: 10px;
}
.max-w-500{
	max-width: 500px;
}
.dropdown-item a:hover{
	color: #EB0029;
	background: #333333
}
.parallax-lead {
  font-size: 1.25rem;
  font-weight: 300;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 15px;
}
.table-66{
	width: 70%;
	align-self: center;
}
table.center {
    width:70%; 
    margin-left:auto; 
    margin-right:auto;
}
.text-white a:hover{
	color: #EB0029;
}

.quick-ref .image img {
  display: block;
  max-width:160px;
  max-height:185px;
  width: auto;
  height: auto;
}
.btn-template{
	margin-bottom: 10px;
}
.img-pad{
	padding: 5px;
}
.config-checks {
	margin: 0;
	padding: 0;
}
.config-checks input{
	width: 13px;
  padding: 0;
  margin:0;
  vertical-align: middle;
  position: relative;
	display: inline-block;
  
  *overflow: hidden;
}
.config-checks label{
	display: inline-block;
   vertical-align: middle;
 padding-left: 15px;
  text-indent: -15px;
}


.st-custom-button[data-network] {
   width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #bbb;
  color: #777;
	font-size: 0.9em;
}
   
.st-custom-button[data-network] :hover{
    width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #EB0029;
	font-size: 0.9em;
	color: #fff;
  background: #EB0029;
   }

form .website{
	opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
}
.chkLabel input {
	float: left;
	margin-top: 0.5em;
}
.chkLabel label {
	display: block;
	margin-left: 30px;
}

#drop_file_zone {
    background-color: #F8F8F8; 
    border: #ddd 2px dashed;
   	border-radius: 30px;
	width: 100%; 
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
    width:50%;
    margin:0 auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}

.notagborder{
	border: none;
border-color: transparent;
}

.bg-light-blue {
  background: #A7D7FF !important;
}

.v-align-middle {
	vertical-align: middle;
	padding-top: 15px;
}

.bollard-form {
	max-width: 120px !important;
}

.configure-pad {
	padding-top: 55px;
}

.icon-bugs {
	margin: 10px;
}

.navigation ul {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}
.navigation li {
	text-align: match-parent;
	padding-bottom: 3px;
	padding-right: 5px;
}
.megamenu strong {
	padding-bottom: 15px;
	border-bottom: 1px solid #D4D4D4;
}
.img-fluid-50 {
	max-width: 50%;
}
.uppercase {
	text-transform: uppercase;
}
.equity-copy{
	margin-left: 2.0em;
	margin-right: 2.6em;
}
.equity-item {
	margin: 0 auto;
	padding: 20px;
	display: flex;
	align-items: center;
	overflow: auto;
}

@media (min-width: 999px) {
	.equity-item {
		justify-content: center;
	}
}



.margin-10{
	margin: 10px;
}

.thin-font {
	font-weight: 400;
}

.carousel-indicators li {
    background-color: #AC8C8C;
	bottom: 14px;
}
.carousel-indicators .active{
    background-color: #EB0029;
	bottom: 14px;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23AC8C8C' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23AC8C8C' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	
}
.fa, .fab, .fad, .fal, .far, .fas {
    line-height: unset !important;
}

.fas-gray{
	color:gray;
}



.container-zoom {
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
	}
.container-zoom div {
		/*margin: 10px;*/
	}
.pictures {
		width: 64px;
	}
.picture {
		position: relative;
		width:450px;
	height: 450px;
		margin-left: 40px;
	}
.pictures img {
		margin-bottom: 5px;
	}

.pictures img, .picture img {
		width: 100%;
	}
	
.img-active {
		border: 1px solid red;
	}
	
.rect {
		position: absolute;
		margin: 0px!important;
		padding: 0;
		width: 200px;
		height: 150px;
		background-color: #78787c4d;
		transform: translate(-50%, -50%);
		pointer-events: none;
		opacity: 0;
	}
	
	
.zoom-box {
		position: absolute;
		z-index: 999;
		/*top: 20px;*/
		left: -100px;
		/*background-image: url("/img/products/<?php echo $default_img; ?>");*/
		box-shadow: 0px 0px 5px 1px black;
		opacity: 0;
		background-repeat: no-repeat;
		display: none;
		background-color:white;
	}
	
.rect-active {
		opacity: 1;
		display: block;
	}
@media only screen and  (min-width:1367px){
.mobile-friendly {
		display: none!important;
	}
.mobile-friendly-mod {
		display: none!important;
	}
}
@media only screen and  (min-width:1023px){
.mobile-friendly-mod {
		display: none!important;
	}
}

.browser-friendly {
		display: block;
	}
.browser-friendly-mod {
		display: block;
	}
 .breadcrumb-right {
		   display: flex;
	}


@media only screen and  (max-width:1023px){
	.mobile-friendly-mod {
			display: block;
		}
	.browser-friendly-mod {
			display: none;
		}
	
}
	
	
@media only screen and  (max-width:1367px){
	.mobile-friendly {
			display: block;
		}
	.browser-friendly {
			display: none;
		}
	.breadcrumb-right {
		   display: none;
	   }
	.video-size ul iframe{			
		max-height: 315px;
		max-width: 560px;
		width: auto;
		height: auto;
		}
		
	p {
			text-align: left;
		}
	.options-labels {
			margin-left: 0;
			text-align: left;
		}
	.video-size div div {
		justify-content: space-around;
		display: flex;
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.video-size div div iframe{
		max-height: 315px;
		max-width: 560px;
		height: auto!important;
		width: auto!important;
	}
		.video-size div iframe{
		max-height: 315px;
		max-width: 560px;
		height: auto!important;
		width: auto!important;
		padding: 15px;
		margin-top: 10px;
	}
		.video-size iframe{
		max-height: 315px;
		max-width: 560px;
		height: auto!important;
		width: auto!important;
		padding: 15px;
		margin-top: 10px;
	}
}
.options-checkbox {
			margin-top: 5px;
		}
.image-gallery {
		max-width: 400px;		
	}
.tab-content>.active {
		display: flex;
	}
/*
.modal-body {
		max-height: 315px;
		max-width: 560px;
		height: 300px;
		width: 498px;
	} */
.modal-body iframe {
		
		height: 100%;
		width: 100%;
	}
.vid-thumbnail {
		margin-bottom: 5px;
	}
.vid-thumbnail:hover {
	box-shadow: 0px 0px 1px 1px red;
	}
.thumb-file {
	box-shadow: 0px 0px 15px 2px #808080ab;
	margin-bottom: 10px;
	margin-top: 20px;
	max-height: 200px;
}
.thumb-file:hover {
	box-shadow: 0px 0px 15px 2px #808080;
	margin-bottom: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.doc-table {
	width: 30%;
}

.customer-profile-corners {
    border-radius: 1.25rem;
}



.square_btn3{
    display: inline-block;
    position: relative;
    padding: 0.5em 1.4em;
    text-decoration: none;
    background: lightgray;
    color: #FFF;
    border-bottom: solid 3px #777;
    border-right: solid 3px #555;
}

.square_btn3:before{    
    content: " ";
    position: absolute;
    bottom: -5px;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 6px 6px 0px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #FFF;
}

.square_btn3:after{   
    content: " ";
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-width: 0px 6px 6px 0px;
    border-style: solid;
    border-color: #FFF;
    border-bottom-color: transparent;
}

.square_btn3:active{
    border:none;
    -ms-transform: translate(6px,6px);
    -webkit-transform: translate(6px,6px);
    transform: translate(6px,6px);
}

.square_btn3:active:after,
.square_btn3:active:before {
    content: none;
}





.square_btn2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    color: rgba(0, 69, 212, 0.47);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    background-image: -webkit-linear-gradient(lightgray 0%, #999 100%);
    background-image: linear-gradient(lightgray 0%, #999 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #777;
    
}

.square_btn2:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.square_btn2 span {
  display:inline-block;
  transition: .5s}

.square_btn2:hover span{/*HoverEffect*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}



.square_btn {	
	padding: 0.3em 1em;
	text-decoration: none;
	color: lightgray;
	border: 1px solid #E3E3E3;
	border-radius: 4px;
	transition: .4s;
	background: white;
	width: 100%;
	display: flex;
	height: 45px;
	align-items: center;
	justify-content: center;
}

.square_btn:hover {
    background: #d3d3d3!important;
    color: white;
}
.square_btn span {
  display:inline-block;
  transition: .5s}

.square_btn:hover span{/*HoverEffect*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);

}

.walmart-table {
	border-bottom: #EB0029;
}



#detail2-accessories .accessories {
  padding-top: .25rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid #e9ecef;
	margin-left: 0;
}

#detail2-accessories .accessories:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}


.overstock-btn {
    font-weight: 500!important;
    text-decoration: none!important;
    background-color: #EB0029!important; 
}

.overstock-btn:hover {
    font-weight: 700!important;
    text-decoration: none!important;
    background-color: #ff1919!important;
}
.overstock-btn a:hover {
    text-decoration: none!important;
}

#slide-up { 
	overflow: hidden;
	height: 0px;
	background-color: #EB0029;
   	position: relative;
	margin-right:-15px;
	margin-left:-15px;
	animation: sign-up-slide 0.75s forwards;
	animation-delay: 0.75s;
	justify-content: center;
}
								
@keyframes sign-up-slide {
	0% {background: gray;
		opacity: 0; height: 0px;}
	100% {opacity: 1; height: 40px;}
}
.button-paper-plane {
	background: none;
	border: none;
	color: #999;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-newsletter-signup {
	background: none;
	padding: 7px 15px;
	border: 1px solid #999;
	outline: none;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-family: "Muli", sans-serif;
	font-weight: 300;
}
#nav-email-input {
	margin-bottom: 0px;
}
#nav-signup-form {
	margin-bottom: 0px;
}
@media (max-width: 1480px) {
	.button-paper-plane {top: 30%;}
}

@font-face {
	font-family: "Acumin-Variable-Concept";
	src:url("../fonts/Acumin-Variable-Concept.ttf");
	font-weight: bold;
	font-style: normal;
}
#litelogic-cta {
		display: none;
	}
@media (max-width:1100px){

#litelogic-cta {
		display: block;
	}
}
.nav-ref-guide-sm {
	display: none;
}
@media (max-width:1550px){

	.nav-ref-guide {
			display: none;
		}
	.nav-ref-guide-sm {
		display: block;
		font-weight: 500;
		color:black;
	}
}
.sign-up-form, .sign-up-form .form-group {
	margin-bottom: 0px;
}
.newsletter-line {
	padding-left:10px!important;
	border-left: 1px solid #555;
}
@media (max-width:1500px){
	.newsletter-line {
		padding-left:10px!important;
		border-left: none;
	}
}
.newsletter-input {
	padding-left:10px!important;
}
.newsletter-button:hover {
	background-color:#EB0029;
	color:#EDEDED;
}
@media(min-width:1250px){
ul.special-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
}

/* Positioning items in the grid */
ul.special-buttons li:nth-child(1) {
    grid-column: 1; /* First column */
    grid-row: 1; /* First row */
}

ul.special-buttons li:nth-child(2) {
    grid-column: 1; /* First column */
    grid-row: 2; /* Second row */
}

ul.special-buttons li:nth-child(3) {
    grid-column: 2; /* Second column */
    grid-row: 2; /* Second row */
}
	}
/* Ensure the Quick Ship button matches */
.quick-ship {
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    gap: 2px; /* Space between icon and text */
}

.quick-ship i {
    font-size: 1.5rem; /* Makes the icon bigger */
    color: green;
}
  #cookieConsent {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: #222; color: white; padding: 15px;
    text-align: center; font-family: Arial, sans-serif;
    z-index: 9999;
    display: none;
  }
  #cookieConsent button {
    margin-left: 15px; padding: 8px 15px;
    background: #4CAF50; color: white; border: none;
    cursor: pointer; font-weight: bold;
  }
/* nav menu solutions viewport: one visible row that can scroll horizontally */
/* viewport: one horizontal strip with snap */
.solutions-viewport {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}
.solutions-viewport::-webkit-scrollbar { height: 0; }
.solutions-viewport { scrollbar-width: none; }

/* track = single row */
.solutions-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
}

/* each col = fixed fraction; keep your Bootstrap col classes */
.solutions-card {
  flex: 0 0 25%;          /* 4 per view on desktop */
  max-width: 25%;
  scroll-snap-align: start;
  scroll-margin-inline: 16px; /* tweak snap position */
}

@media (max-width: 991.98px) {
  .solutions-card { flex: 0 0 50%; max-width: 50%; }  /* 2 per view */
}
@media (max-width: 575.98px) {
  .solutions-card { flex: 0 0 100%; max-width: 100%; } /* 1 per view */
}

/* arrows */
.solutions-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 22px;
  text-decoration: none;
  z-index: 5;
}
.solutions-prev { left: .5rem; }
.solutions-next { right: .5rem; }

/* pager */
.solutions-pager {
  display: flex; gap: 6px; justify-content: center; padding: 6px 0 0;
}
.solutions-pager a { text-decoration: none; font-size: 20px; color: #888; }
.solutions-pager a:hover, .solutions-pager a:focus { color: #fff; }
.carousel-indicators {
	bottom: -22px;
}
.mega-menu-box-thumbnail img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; /* centers the image */
}
@media (max-width: 991.98px) {
  .mega-menu-box-thumbnail img {
    display: none;
  }
  .mega-menu-box-thumbnail {
	height: 25px;
  }
}