/*----------------------------------------*/
/* MAIN FIXES */
/*----------------------------------------*/
body{
  letter-spacing: 0.025em;
}


#header{
  padding: 25px 10px;
}

div.top-area{
  min-height: inherit;
}

/*-----------------------*/
/* SEARCH */
/*-----------------------*/
.search-wrapper{
  margin-top: 7px
}

.search{
  width: auto;
  margin-right: 0px;
}

.search input[type="text"]{
  height: auto;
}

.search input[type="submit"]{
    width: 20px;
    height: 20px;
}
/*-----------------------*/
/* SEARCH END */
/*-----------------------*/

.account-links{
  margin-top: 0px;
}

/*-----------------------*/
/* CATEGORY NAVIGATION */
/*-----------------------*/
.category-navigation .container ul.level-0{
  text-align: center;
  border-bottom: 1px solid #bbbbbc;
  margin-bottom: 10px;
  border-top: 1px solid #BBBBBC;
}
/*-----------------------*/
/* CATEGORY NAVIGATION END */
/*-----------------------*/

a.edit-shipping, a.edit-payment, a.edit-budget, a.edit-custom-data-collection{
  color:#FFF!important;
}

/*----------------------------------------*/
/* FONTS */
/*----------------------------------------*/
ul.main-nav.navigation-menu > li > a, a.cart, a.phone,
.category-navigation .container ul.level-0 > li > a{
  font-family: 'Merriweather', serif;
  letter-spacing: 1.25px;
  text-transform: uppercase;
	font-size: 13px;
}

.account-links a{
  font-family: 'Varela Round', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*----------------------------------------*/
/* MEDIA QUERIES */
/*----------------------------------------*/
@media (max-width: 1200px){
  #category-navigation {
      padding: 0px;
  }
	
  .fixed {
    width: 100%;
  }
}

@media (max-width: 660px){
  .category-navigation .container ul.level-0 > li {
      box-shadow: rgba(0,0,0,0.5) 0px 4px 7px -4px;
  }
}