@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-SemiBold.eot');
  src: url('/data/fonts/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-SemiBold.woff') format('woff'),
      url('/data/fonts/SourceSansPro-SemiBold.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-Black.eot');
  src: url('/data/fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-Black.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-Black.woff') format('woff'),
      url('/data/fonts/SourceSansPro-Black.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-Regular.eot');
  src: url('/data/fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-Regular.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-Regular.woff') format('woff'),
      url('/data/fonts/SourceSansPro-Regular.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-ExtraLight.eot');
  src: url('/data/fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-ExtraLight.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-ExtraLight.woff') format('woff'),
      url('/data/fonts/SourceSansPro-ExtraLight.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight') format('svg');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-Bold.eot');
  src: url('/data/fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-Bold.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-Bold.woff') format('woff'),
      url('/data/fonts/SourceSansPro-Bold.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/data/fonts/SourceSansPro-Light.eot');
  src: url('/data/fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
      url('/data/fonts/SourceSansPro-Light.woff2') format('woff2'),
      url('/data/fonts/SourceSansPro-Light.woff') format('woff'),
      url('/data/fonts/SourceSansPro-Light.ttf') format('truetype'),
      url('/data/fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
}

#scrollTopBtn {
  position: fixed;
  right: 20px;
  bottom: 0%;
  padding: 0px 12px;
  border-radius: 10px 10px 0 0;
  background: #353535;
  font-size: 26px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  color: #fff;
  z-index: 10000;
  border: 1px solid #3c3c3c;
  border-bottom: none;
}

#scrollTopBtn.show {
  opacity: 1;
  cursor: pointer;
}

#topHeader {
  background:#abae39;
  width:100%;  
}

#topHeaderCenter{
  width:100%;  
  max-width:1250px;
  margin:0 auto;
  padding:0 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#middleHeader a img{
	margin-top:15px;
	padding:15px 0 25px 0;	
}

#leftHeader{
  width:100%;
  color:#fff;
  max-width: 700px;
}

#leftHeader a{
  padding:12px 0px;
  text-transform: uppercase;
  font-weight: 500;
  color:#fff;
  font-size:13px;
  text-align: center;
}

#leftHeader .purpleButton{
  background:#8b2e5e;
  padding:12px 19px;
  margin-right:5px;
  font-weight:bold;
  font-size:12px;
}
#leftHeader p{
  font-size:13px; 
  font-family:"Source Sans Pro", sans-serif;
  margin:0;
  margin-right:5px;
}
#leftHeader p i{
	margin-left:5px;
	font-size:6px;
}

#leftHeader ul{
  padding:0;
  font-size:13px;
  margin:0;
  font-family:"Source Sans Pro", sans-serif;
}

#leftHeader ul li:nth-child(2){
  margin-left:15px;
}

#rightHeader{
	max-width:350px;
}
#rightHeader a{
  color:#fff;
  font-size:12px;
  font-family:"Source Sans Pro", sans-serif;	
}

#bottomHeader{
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
}
#bottomHeader #mobileNavigationLinkBox{
  display:none;
}

#bottomHeader #navigationLinkBox{
  width:100%;
  margin:0 auto;
  max-width:1150px;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#bottomHeader #navigationLinkBox #navList{
  width:100%;
  max-width: 870px;
  margin:0 auto;  
  list-style-type: none;  
  padding-left:0
}  
#bottomHeader #navigationLinkBox #navList .dropBox{
  display:none;
} 

#bottomHeader #navigationLinkBox #navList .shopNow{
  background:#8b2e5e;
  padding:6px 18px!important;
  border-radius: 2px;
  border-top:none!important;
  -webkit-transition: ease-in 0.1s!important;
  -o-transition: ease-in 0.1s!important;
  transition: ease-in 0.1s!important;
}
.shopNow a{
    font-size: 12px!important;
  font-family:'PT Sans'!important;
  color:#fff!important;
  font-weight:bold;
}
#bottomHeader #navigationLinkBox #navList .shopNow:hover{
  border:none!important;
  background-color:#23282d;
    -webkit-transition: ease-in 0.1s!important;
    -o-transition: ease-in 0.1s!important;
    transition: ease-in 0.1s!important;
  
}

#bottomHeader #navigationLinkBox #navList .navTab{
  position: relative;
  font-size:15px;
  font-family:'Open Sans';
  text-transform: uppercase;
  padding-top:10.5px;
  padding-bottom:10px;
  border-top:3px solid #fff;
  -webkit-transition:ease-in 0.5s;
  -o-transition:ease-in 0.5s;
  transition:ease-in 0.5s
}

#bottomHeader #navigationLinkBox #navList .navTab:hover{
  border-top:3px solid #abae39;
  -webkit-transition:ease-in 0.5s;
  -o-transition:ease-in 0.5s;
  transition:ease-in 0.5s
}

#bottomHeader #navigationLinkBox #navList .navTab a{
    color:#595959;
    padding:5px 0;
    -webkit-transition:ease-in 0.2s;
    -o-transition:ease-in 0.2s;
    transition:ease-in 0.2s;
     
}
#bottomHeader #navigationLinkBox #navList .navTab a:hover{
  color:#abae39;
  -webkit-transition:ease-in 0.2s;
  -o-transition:ease-in 0.2s;
  transition:ease-in 0.2s
}


#bottomHeader #navigationLinkBox #navList .navTab:hover > .dropBox{  
  display:-webkit-box;  
  display:-ms-flexbox;  
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding-left:0;
  position: absolute;
  top:40px;
  width:200px;
  background:#fff;
  border-top:3px solid #abae39;
  -webkit-box-shadow: -3px 3px 18px 1px rgba(0,0,0,.1);
          box-shadow: -3px 3px 18px 1px rgba(0,0,0,.1)
}

#bottomHeader #navigationLinkBox #navList .navTab:hover > .dropBox li{
  padding:4px 10px ;
  border-bottom:1px solid #dcdadb   
}

#bottomHeader #navigationLinkBox #navList .navTab:hover > .dropBox li:hover{
  background:#f8f8f8
}

#bottomHeader #navigationLinkBox #navList .navTab:hover > .dropBox li a{ 
  font-size:13px;
  margin-left:10px;
  text-transform:none;
  padding-bottom:0;
  width:100%;
  color:#333!important;
  font-weight:300;
  font-family:"Source Sans Pro"
}

#bottomHeader #searchbar{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

#bottomHeader #searchbar input{
  padding:5px 12px;
  width:160px;
  border:1px solid #dadada
}
#bottomHeader #searchbar input::-webkit-input-placeholder{
	font-style:normal;
	color:#b9bdc8;
	opacity:1
}
#bottomHeader #searchbar input::-moz-placeholder{
	font-style:normal;
	color:#b9bdc8;
	opacity:1
}
#bottomHeader #searchbar input:-ms-input-placeholder{
	font-style:normal;
	color:#b9bdc8;
	opacity:1
}
#bottomHeader #searchbar input::-ms-input-placeholder{
	font-style:normal;
	color:#b9bdc8;
	opacity:1
}
#bottomHeader #searchbar input::placeholder{
	font-style:normal;
	color:#b9bdc8;
	opacity:1
}
#bottomHeader #searchbar button{
  border:none;
  background:#000;
  color:#fff;
  font-size:15px;
  padding:0 8px;
}

#bottomBanner{
  background:#fff;
}

#bottomBannerFlex{
	margin:0 auto;
	width:100%;
	max-width:1030px;
	text-align:center;
	padding:15px 0
}
#storeHours{
  color:#4f4f4f;
font-weight:500;
}
#bottomBannerText{
  font-family: "Source Sans Pro";
  font-size:15px;
  color:#4f4f4f;
  line-height:23.1px;
  font-weight:normal
}
#bottomBannerText .left p{
	color:#4f4f4f;
	font-weight:300
}
#bottomBannerText .right{
	max-width:561px;
}
#bottomBannerText .right p{
	padding-bottom:10px;
}
#bottomBannerButton{
	background:#8b2e5e;
	padding:10px 20px;
	font-size:12px;
	text-align:left;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition:0.2s ease;
	-o-transition:0.2s ease;
	transition:0.2s ease;
}

#bottomBannerButton:hover{
	background:#222222;
	-webkit-transition:0.2s ease;
	-o-transition:0.2s ease;
	transition:0.2s ease
}
.hamburger {
	display: none;
}
.hamburger.active .top-bar {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.hamburger.active .middle-bar {
	opacity: 0;
}
.hamburger.active .bottom-bar {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
}
.top-bar ,
.middle-bar, 
.bottom-bar {
	width: 22px;
	height: 2px;
	background-color: #abb8c3;
	position: absolute;
	right: 50%;
	-webkit-transition-delay: 0.1s,0.2s;
	     -o-transition-delay: 0.1s,0.2s;
	        transition-delay: 0.1s,0.2s;
	-webkit-transition-duration: 0.1s,0.1s;
	     -o-transition-duration: 0.1s,0.1s;
	        transition-duration: 0.1s,0.1s;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	left: calc(50% - 11px);
	border-radius: 5px;
}
.top-bar {
	top: calc(50% - 7px);
	-webkit-transform-origin: 11px 1px;
	    -ms-transform-origin: 11px 1px;
	        transform-origin: 11px 1px;
}
.middle-bar {
	top: 50%;
}
.bottom-bar {
	top: calc(50% + 7px);
}


#topFooter{
  width:100%;
  background-color:#433626;
  border-top:10px solid #8b2e5e;
  padding-top:43px;
  padding-bottom:40px;
}

#topFooterCenter{
  width:100%;
  max-width:1170px;
  margin:0 auto;
}

.footCol{
  color:#8c8989;
  font-size:15px;
  width:270px;
  line-height: 25.1px;
  padding-right:30px;
}
.footCol #signUp{
	text-align:center;
}

.footCol:nth-child(4){
  font-size:15px;
}
.footCol address{
  font-style: normal;  
}

.footCol h4{
  color:#fff;
  text-transform: uppercase;
  font-weight:300;
  font-size:13px;
}
.footCol p{
  font-family:"Source Sans Pro";
  font-weight:400;    
}
.footCol a{
  color:#bfbfbf;
}
.footCol #footNavLinks{
  list-style-type: none;
  padding-left:0;
}

#footLogo{
  padding-top:45px;
}

#signUp a{
  font-family:'Source Sans Pro';
  font-weight:300;
background-color: #e8e8e8;
border: solid 1px #5b5b5b;
color: #5b5b5b;
display: inline-block;
padding: 8px 10px;
text-shadow: none;
}
#signUp p{
  margin:0;
  font-size:10px;
}

#footNavLinks li{
  font-family:'Source Sans Pro';
  font-weight:400;
  border-bottom:1px solid #505152;
  padding: 10px 0;
  font-size:13px;
}

#footNavLinks li a{
  color:#bfbfbf
}

#footNavLinks li a:hover{
  color:#abae39
}

.fa-chevron-right {
    font-size:11px;
    padding-right:5px
}

#footSocialIcons a{ 
    color: #ffffff;
  background-color: #abae39;
  border-color: #abae39;
  padding:5px 8px;
  width:20px;
  height:30px;
    margin:0 5px;
  font-size:16px;
  border-radius: 4px;
  
}

.footCol:nth-child(3){
  padding-right:65px;
}
#bottomFooter{

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  padding:25px 0;
  color:#8c8989;  
  background:#160900;  
}

#bottomFooter #copyright{
  font-family:"Source Sans Pro";
  width:100%;
  max-width:1170px;
  margin:0 auto;
}
@media screen and (max-width:910px){
  #topHeaderCenter{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  } 
  #middleHeader{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin:0 2%;
    position: relative;
  }
  
  #leftHeader{
	  -webkit-box-pack:center;
	      -ms-flex-pack:center;
	          justify-content:center;
  margin: 0 auto;
    border-bottom:1px solid #fff;
  padding-bottom:10px;
	  width:100%;
	  max-width:100%;
  }
  #leftHeader ul{
    width:335px;
    
  }
  #leftHeader a{
    padding: 13px 15px;
  }
  #leftHeader p{ 
		
  }
  #rightHeader{
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;    
  }
  
  #rightHeader a{
    padding:15px;
  }
  
  #navList{
    display:none!important;
  }
  #navigationLinkBox{
    display:none!important;
  }
  
  #mobileSearchHolder{
    margin-top:10px;
  }
  #mobileSearchHolder, #mobileSearchbar{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
  }
  
  #mobileSearchbar input{
    width:100%;
    height:20px;
    padding:2px 15px
  }
  
  #mobileSearchbar button{
   background:#000;
  border:none;
    font-size:12px;
    padding:0 10px;
    color:#fff;
  }
  #searchbar input{
    width:100%!important;
  }
  #bottomHeader #mobileNavigationLinkBox{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width:100%;
  }
  #bottomHeader #mobileNavList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width:100%;
    padding-left:0;
    list-style-type: none;
    margin:0
  }

  
  #bottomHeader #mobileNavList .mobileDropBox{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style-type: none;
    padding-left:0px;
  }
  
  #bottomHeader #mobileNavList .mobileDropBox li{
    padding:15px 0
  }
  
  .mobileDropTab{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #mobileNavList{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    background:#f9f9f9;     
  }
  
  #mobileNavList .mobileNavTab{  
    padding:15px 0px;
    text-transform: uppercase;
    width:100%;

  }
  .mobileNavTab{
    width:100%;
    border-bottom:1px solid #Dadada    
  } 
  .mobileNavTab:nth-child(1){
    border-top:1px solid #Dadada
  }
  .mobileNavTab a{
    padding: 0;
    margin-left:25px;
    
  }
  .mobileDropBoxTab{
    border-bottom:1px solid #Dadada
  }
  .mobileDropBoxTab a{
    padding-left:15px;
  }
    .mobileDropBoxTab:first-child{
    border-top:1px solid #dadada;
    margin-top:15px;
  }
  .mobileDropBoxTab:last-child{
    border-bottom:0      
  }

  #mobileNavList .mobileNavTab img{
    width:19px;
    position: absolute;
    right:10px;
  }
  
  #mobileNavList .mobileNavTab a{
    font-family:'source sans pro'!important;
    color:#333!important;
    font-weight:300
  }
  
  .hamburger {
		display: inline-block;
		cursor: pointer;
		padding: 20px;
	  right: 11px;
	  position: absolute;
    top:13px;
	}  

	#topFooter{
		padding-top:5px;
	}

	.footCol:nth-child(3){
		padding-right:0
	}
	.footCol{
		padding:0
	}
	#topFooterCenter{
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
		width:100%;
		padding:0 2%
	}
	.footCol{
		padding-top:30px;
		width:100%;
	}
	#signup p{
		font-family:'arial'!important;
		color:#999999!important;
		font-size:10px!important;
	}
	#copyright{
		text-align:center;
	}
  #bottomBannerFlex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;   
  }
  
  #bottomBanner{
    padding-top:35px;
    padding-bottom:20px;
  }
  #bottomBannerText{
	  -webkit-box-orient:vertical;
	  -webkit-box-direction:normal;
	      -ms-flex-direction:column;
	          flex-direction:column;	  
  }	
  #bottomBannerText .right{
	max-width:561px;
	margin:0 auto;
   }
}

@media screen and (max-width:392px){  
  
  #leftHeader{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;    
    width:100%;
    max-width: 380px;
    padding-top:10px;

  }
  #leftHeader a{
padding: 11px 23px;
    width:80px;
  }
  #leftHeader p{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin:0!important;
  }
  #leftHeader ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top:0
  }
  #bottomBannerButton{
    margin-top:45px;
  }
}
@media screen and (max-width:322px){
  #bottomBannerFlex{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
  #bottomBannerText{
    padding:0
      
  }
  #bottomBannerButton{
    margin-top:35px;
  }
}