html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

   

  .reallyhidden {
    visibility:hidden !important;
  }
  
  .cd-top {
    z-index:99999;
    border-radius: 1em;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
    background: rgba(153,204,51, 0.8) url(//static.myitworks.com/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #99cc33;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

  .breadcrumb-container .fade-left i {
    font-size: 1.3em;
    left:2px;
    top: calc(30%);
    color: #777;
  }
  
  .breadcrumb-container .fade-right i {
position: relative;
font-size: 1.3em;
top: calc(30%);
right: -28px;
color: #777;
  }  
  
  .stick .breadcrumb-container .fade-right i {
	  right:-8px;
  }
  
  .scrolling-tabs-container {
    position:relative;
  }
  
  
  
  .fade-left {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    /* bottom: 12px; */
    width: 40px;
    height: 100%;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    background: linear-gradient(to right, #fff 1%, rgba(255, 255, 255, 0.005));
    left: -10px;
  }
  
  .fade-left.scrolling {
    visibility: visible;
    opacity: 1;
    transition-duration: .3s
  }
  
  .fade-left i {
    position: relative;
    font-size: 1.6em;
    top: calc(35%);
    left: -13px;
    
    color:#ccc;
  }
  .fade-right i {
    position: relative;
    font-size: 1.6em;
    top: calc(35%);
    right: -13px;
    color: #ccc;
  }  
  
  
  .fade-right {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    /* bottom: 12px; */
    width: 40px;
    height: 100%;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    background: linear-gradient(to left, #fff 1%, rgba(255, 255, 255, 0.005));
    right: -10px
  }
  
  
  .fade-right.scrolling {
    visibility: visible;
    opacity: 1;
    transition-duration: .3s
  }
  
  

  



ul.thumbList {
	list-style: none outside none;
	/*display: flex;*/
	margin: 0;
	white-space: nowrap;
		overflow: hidden;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
	}

 li.imageThumbs {
text-align: center;

display: inline;
margin: 3px;
  }
  
 li.imageThumbs img {
	 width: 75px;
height: 75px;
border: 1px solid #ccc;
	 }

.breadcrumb {
	/*background-color: #fff; */
	background-color:rgba(255, 255, 255, 0.95);
	}
	
	
.breadcrumb-scroll {
	overflow: hidden;
overflow-x: auto;
-webkit-overflow-scrolling: touch;

	}	
 
#optionsModal .modal-footer {
	background-color: #fff;
	border-top: 0;
	text-align: left;
} 

#optionsModal .modal-header {
	padding: 9px 15px 0 15px;
} 

#optionsModal hr {
	margin:0;
	}
	
	
ul.breadcrumb {
white-space: nowrap;
width:100%;
padding: 15px 15px 15px 4px;

}	
 
ul.categoryList, ul.productList {
	list-style: none outside none;
	flex-wrap: wrap;
	display: flex;
	margin:0;
	 }
	 
li.categoryListItem, li.categoryItem {
width: calc(32% - 30px);
border: 1px solid #ccc;
margin: 5px;;
padding: 10px;
	}	 
 

li.categoryListItem:hover, li.categoryItem:hover {
	border-color:#99cc33;
}

  
  
.categoryListItem .categoryName {
	text-align: center;
	
	}
  
  .categoryName a {
	  display: block;
  }
  
  
  
 .categoryProductImage  {
	 overflow: hidden;
height: 193px;
display: block;
	 
 }
  
.categoryItem img {
/*max-height: 200px;*/
display: block;
margin: auto;
}
  
  .categoryItem hr {
    margin: 0;
  }
  
  
  
  .categoryItem .addToCartBlock {
    margin-top:10px;
  }
 .categoryItem .addToCartQty input {
    padding: 0;
  }
  
  .addToCartQty {
    
  }
  
  .categoryItem .addToCartBtn {
    font-size:90%;
    letter-spacing: 0px;
  }

.categoryItem .productName {
	font-size: 100%;
	margin-bottom: 0;
}

.categoryItem .retailPriceLabel {
	font-size: 75%;
}

.categoryItem .loyalPriceLabel {
	margin: 20px 0 1px 0;
}

.shopArea {
	margin-top: 90px;
}


  .productMainImage {
    text-align: center;
  }
  
  .productMainImage img {
	  cursor:pointer; 
  }
  
  .productImageThumbs {
    text-align: center;
    margin:1em 0em 1em 0em;
    
  }
  
  .productImageThumbs img {
    cursor:pointer;
  }
  
  .addToCartBtn a:hover {
    color:#fff;
  }
  
  
  .addToCartBlock {
    background-color: #99cc33;
    width:100%;
  }
  
  .addToCartBlock td:first-child {
    width: 2.0em;
    
    background-color: #fff;
    border: 1px solid #99cc33;
  }
  .addToCartQty input {
    border: 0 none;
    min-height: 30px;
    padding: 10px 1em;
    text-align: center;
    width: 2.0em !important;
    font-weight: 100;
  }
  
  .addToCartQty {
    
  }
  
  .addToCartBtn {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .addToCartBtn a {
    display:block;
    color:#fff;
  }
  
  
  .disabledAddToCart {
	font-weight: bold;
	margin-top: 10px;
	font-size:75%;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	background-color: #eee;
  }
  
  
  .productBody, .categoryBody {
    font-family: 'open sans';
    font-weight: 100;
    line-height: 26px;
  }
  .btn-succcess-flat {
    
    color:#fff;
    text-shadow:none;
    background-image: -moz-linear-gradient(top, #99cc33,#99cc33);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cc33), to( #99cc33));
    background-image: -webkit-linear-gradient(top, #99cc33, #99cc33);
    background-image: -o-linear-gradient(top, #99cc33, #99cc33);
    background-image: linear-gradient(to bottom, #99cc33, #99cc33);
    
  }
  .btn-succcess-flat:hover,
  .btn-succcess-flat:active,
  .btn-succcess-flat.active,
  .btn-succcess-flat.disabled,
  .btn-succcess-flat[disabled] {
    color: #ffffff;
    background-color: #99cc33;
    *background-color: #99cc33;
  }
  .btn-succcess-flat:active,
  .btn-succcess-flat.active {
    background-color: #99cc33 \9;
  }
  
  
  
  .quantityInput {
    width: 25px;
    text-align: center;
    padding: 5px;
  }
  .addToCartBlock {
    margin-top:25px;
  }
  
  .productName {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .retailPriceLabel {
    font-size: 85%;
  }
  
  .loyalPriceLabel {
    font-size: 2em;
    font-weight: 100;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 25px 0 10px 0
  }
  
  .skuLabel {
    font-size: 85%;
    letter-spacing: 1px;
    opacity: 0.5;
  }
  

  
  .productOptions {
    clear:both;
    padding-top: 10px;
  }
  
  .productOption{ 
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px 2px 5px 2px;
    padding: 5px 10px;
    min-width: 15px;
    font-size: 85%
  }
  
  .productOption:hover {
    border-color:#99cc33;
    color:#99cc33;
  }
  
  
  .productOption.selected { 
    color: #fff;
    background-color: #99cc33;
    border-color: #99cc33;
  }
  
  
  .fullDescription {
    text-align:left;
    text-transform:uppercase;
    font-size:95%;
    
    margin-top:6px;
  }  
  .fullDescriptionLink {
    color:#777;    
  }
  
  .lcSavingsSticker {
    width: 115px;
    height: 115px;
    background-color: #99CC33;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    top: -125px;
    left: 0px;
    position: relative;
    transform: rotate(-10deg);
    font-family: arial;
    margin-bottom: -130px;
  }
  .lcSavingsText {
    padding-top: 25px;
  }
  
  
  .buyBtn{width:200px;}
  
  
  .prodHeader .image, .prodHeader .related .relitem {border:none;box-shadow:none;}
  .prodHeader .related .relitem{float:right;}
  .prodHeader .related {text-align:right;}
  
  
  .tierTitle {
    text-align:center;
    color: #99cc33;
    font-size: 36px;
    font-family: 'BrandonGrotesqueBold';
  }
  
  
.supplymessage {
	text-align: center;
    color:#ff0000;
}
.delaymessage { 
    color:#ff0000;
    font-weight: bold;
}



  .accordion {
    margin:0;
  }
  .accordion-group {
    border:0;
    margin-bottom: 10px;
  }
  
  .accordion-heading .accordion-toggle {
    padding:0;
  }
  .accordion-inner {
    padding:0px 15px;
    border:0;
  }
  
  .greenproductname{
    padding-top:30%;    
  }
  
  
  .sideCategories {
    
  }
  
  ul.sideCategories {
    margin:0;
  }
  
  .sideCategories li {
    list-style: none;
    margin-bottom: 12px;
  }
  
  .sideCategories a {
    

    font-weight: bold;
    
    color: #000000;
    
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  
  
  .sideCategories a:hover {
    text-decoration: underline;
    color: #000000;
  }
  
  
  
  
@media (max-width:767px) {
	.shopArea {
		margin-top:0;
	}
}  
  
  
  
  
@media (max-width: 480px) {
    
    #sticky {
		width:100%;
    }
	#sticky.stick {
	    margin-top: 0; !important;
	    position: fixed;
	    top: 0;
	    z-index: 100;

	}    
	
	#sticky.stick .zbreadcrumb {
		margin-bottom: 0;
		padding-bottom:10px;

	}
    
    ul.breadcrumb {
	    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }
    
    li.categoryListItem, li.categoryItem {
      width: calc(49% - 30px);
      border: 1px solid #ccc;
      margin: 5px;;
        padding: 10px;
    }	 
    
    
    .categoryItem {
      width: 39%;
      margin: 0 10px 10px 0;
      padding: 10px;
    }	 
    .categoryItem img {
    }
    
    .shopArea {
      margin-top: 5px;
    }
  
  .productBody .optionsWrapper {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
        
  }
  .productBody .optionsWrapper .addToCartBlock {
	  margin-top: 0;
  }
  
  .productBody .optionsWrapper .productOptions {
	  padding-left: 5px;
	  border-top:1px solid #eee;
	  background-color:#fff;
	  padding-bottom: 25px;
  }
  
}
  
  
  
  
  
  
a.btn-flat, a.btn-flat-success {

text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
display: block;
padding:1em;
font-size: 120%;
font-weight: 800;
border: 1px solid #ccc;

border-radius: 0.3em;
}

a.btn-flat:hover {
background-color: #efefef;
}

a.btn-flat-success {
border:1px solid #99cc33;
background-color: #99cc33;
border:1px solid #99cc33;
color: #fff;
margin-bottom:1em;
}

a.btn-flat-success:hover {
opacity:0.8;
color: #fff;
}  