﻿body{font-family: 'Arial',san-serif; margin:0;}/*for demo purposes only*/

.clear{clear:both;}

a:hover{color:none!important}
/***** Start of primary nav ******/

.border{
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.topnav {
  overflow: hidden;
	display:block;
	margin:0 auto;
	width:650px;
	text-align: center;
}
.header a.icon {display:none}
.topnav a {
float:left;
  color:#525252;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.header a .icon {
  display: none !important;
}

.header a .icon:hover {
  color:#525252;
}

.dropdown {
  float:left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 15px;    
  border: none;
  outline: none;
  color:#525252;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 360px;
  border:1px solid #eee;
  z-index: 1;
 margin: 3px;
}

.dropdown-content a {
  float: none;
  color:#797979;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #8e9b00;
}

.dropdown-content a:hover {
  color: #8e9b00;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.hs-btn.hs-highlighted {
	background: #8e9b00;
	color: #FFFFFF!important;
}

.product .markdown-percentage {
    background-color:#727272;
}

.product .product-in-cart {
	background-color:#8e9b00;
}

span.markdown-price{
	color: #727272!important;
}

.hs-highlighted-text {
    color:#8e9b00;
}
.hs-content-wrapper {
	z-index: -1;
}

.top {
  float: left;
  width: 33.33%;
}

.toprow:after {
  content: "";
  display: table;
  clear: both;
}

.social{padding:20px 0px 0px 25px}
.social a{color:#626262; font-size:20px; padding:0px 10px}
.social a:hover{color:#8e9b00}
@media screen and (max-width: 600px) {
  .topnav a,.dropdown .dropbtn {
    display: none;
  }
	.social a{display:none}
	.topnav{border:none}
  .header a.icon {
	  float:right;
	  display:block;
	  padding:10px 25px 0px 0px;
	  text-decoration:none !important;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	  display:block;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}