html, body {
  margin: 5px;
  background: fff;
  font-family: sans-serif;
}

.main {
  margin: 0 5px 0 5px;
 
}

.mainbody {
  margin: 0 15px 0 15px;
 
}

/* Navigation (Mobile/Small Tablet)
================================================== */
 
  header{
    width:100%;
    float:left;
    padding:0;
    background: #fff;

  }
  
    .logo{
    display: inline;
    float: left;
    padding: 1em;
 
  }
 
  
 
  
  .toggle-background {background: #ccc;}
  .toggle-rotate {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  .toggle-search, .toggle-cart {
    float:left;
    width:1.5em;
    height:2em;
    text-align:center;
    font-size:1.5em;
    line-height:2em; 
    color:#86878B;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
    cursor: pointer;
	display: inline;
  }
  .toggle-cart {
  	margin-right: 10px;
  }
  .toggle-nav:hover,.toggle-search:hover{
    color:#afafaf;
  }
    .toggle-nav {
    display: inline;
    float:left;
    width:2em;
    height:2em;
    text-align:center;
    font-size:2em;
    line-height:2em; 
    color:#86878B;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
    cursor: pointer;
  }

  
  .mobile-nav{
    display:none;
    background:#FFFFFF;
    margin-top: 4em;
    width: 90%;
    z-index: 999;
    position:absolute;
    top:60;
    border:none;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
  }
  
    .mobile-search{
    display:none;
    background:#FFFFFF;
    margin-top: 4em;
    width: 100%;
    z-index: 999;
    position: absolute;
    top:60;
  }
  
  .mobile-search{padding: 2em 0 1em;}
  .mobile-search .search-form {
    margin: 1.5em 0 1em;
    padding: 0 2em;
    border-top:1px solid #E7E7E7;
  }
  .mobile-nav ul {
    margin: 0;
  }
  .mobile-nav li {
    list-style:none;
    position: relative;
  }
  .mobile-nav li a {
    padding:1em;
    color:#282828;
    text-decoration:none;
    font-weight:600;
    font-size:1em;
    border-top:1px solid #E7E7E7;
    display:block;
    text-transform:uppercase;
  }
  .mobile-nav .accordion-toggle {
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 1.8em;
    line-height: 2;
    right: 0;
    font-family: "FontAwesome";
    padding: 0 .5em;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
  .mobile-nav .accordion-toggle .fa {
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
  .mobile-nav li > ul {
    background: #fff;
    font-size: .8em;
    display:none;
    line-height: 2;
  }
  .mobile-nav li > ul a {
    padding-left: 2em;
    color:#484848;
    border-bottom:1px solid #E2E2E2;
  }
  .mobile-nav li > ul li:last-child a { 
    /*border: none;*/
  }
  .mobile-nav li > ul ul {
    display:none;
  }
 

  .mobile-nav .accordion-toggle1 {
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 1.8em;
    line-height: 2.2em;
    right: 0;
    font-family: "FontAwesome";
    padding: 0 .7em;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
  .mobile-nav .accordion-toggle1 .fa {
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
 
  .mobile-nav li > ul  > li > ul a {
    padding-left: 4em;
    color:#484848;
    border-bottom:1px solid #E2E2E2;
  }
 
  .mobile-nav .accordion-toggle2 {
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 1.8em;
    line-height: 2.28em;
    right: 0;
    font-family: "FontAwesome";
    padding: 0 .95em;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
     
  }
  .mobile-nav .accordion-toggle2 .fa {
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
 
  .mobile-nav li > ul  > li > ul > li > ul a {
    padding-left: 7em;
    color:#484848;
    border-bottom:1px solid #E2E2E2;
  } 
  
  .mobile-nav .accordion-toggle3 {
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 1.8em;
    line-height: 2.4em;
    right: 0;
    font-family: "FontAwesome";
    padding: 0 .5em;
    border: 1px solid #E7E7E7;
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
  .mobile-nav .accordion-toggle3 .fa {
    -webkit-transition: all 0.25s ease;
    transition:all 0.25s ease;
  }
 
  .mobile-nav li > ul  > li > ul > li > ul >li > ul a {
    padding-left: 9em;
    color:#484848;
    border-bottom:1px solid #E2E2E2;
  }

  
    
/* Input & Button Styles
================================================== */
.btn {
  display:inline-block;
  padding: 1em 2.5em;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
  border-radius: 0.313em;
  font-size:0.938em;
  cursor: pointer;
  margin-bottom: 1em;
  height: auto;
}
.btn:not(:last-of-type) {margin-right: 1em;}

.btn-red {
  text-decoration:none;
  text-transform: uppercase;
  font-weight:bold;
  background: #0077ff;
  color: #ffffff;
  border: 1px solid #0077ff;
}
.btn-red:hover {
  background: #0077ff;
  color: #ffffff;
}
.btn-red:active {
  background: #b00000;
  color: #ffffff;}

.btn-white {
  text-decoration:none;
  text-transform: uppercase;
  font-weight:bold;
  background: #ffffff;
  color: #666666 !important;
  border: 1px solid #ffffff;

}
.btn-white:hover {
  color: #333333 !important;
  background: #ffffff;
}
.btn-white:active {
  background: #cccccc;
}

.btn-field {position:relative;margin-bottom: 1em;float:left;width:100%;}
.btn-field input[type=text] {
  width:100%;
  padding: 1em 6em 1em 1em;
  margin: 0;
  font-size:0.938em;
  float:left;
  border:none;
  box-shadow: 0 2px 3px rgba(0,0,0,.15);
  border: 1px solid #cccccc;
  border-radius: 0.313em .5em .5em .313em;
  height: auto;
}
.btn-field input[type=submit] {
  cursor: pointer;
  position: absolute;
  top:0;
  right: 0;
  padding: 1em;
  /*font-size:0.938em;*/
  text-transform: uppercase;
  font-weight:bold;
  background: #ccc;
  color: #aaa;
  border: 1px solid #ccc;
  padding: 1em 1.25em;
  border-radius: 0 0.313em 0.313em 0;
  height: 100%;
}
.btn-field .icon {
  font-family: 'FontAwesome';
}
.btn-field input[type=submit]:hover {
  background: #efebe8;
}
.btn-field input[type=submit]:active {
  background: #b00000;
}