@charset "utf-8";
body{ margin:0; padding:0; font-family:Helvetica;; font-size:12px;}
#container { margin: 0px auto;}
ul,li{ margin:0; padding:0; list-style:none;}
img{ border:none;}
.clear{ clear:both; width:100%; height:1px}
.cleara{ clear:both; height:5px; width:100%}
.clearb{ clear:both; height:10px; width:100%}
.l{ float:left}
.r{ float: right}

h1,h2,h3,h4,h5,h6{ font-size:12px; font-weight:100; padding:0px; margin:0px}
html,  div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,input{ padding:0px; margin:0px; list-style:normal}


input[type="button"], input[type="submit"], input[type="reset"],input[type="reset"],input[type="text"] {
-webkit-appearance: none;border-radius:0px
}
textarea,select{ -webkit-appearance: none;border-radius:0px} 

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
outline: none;
}
*:not(input,textarea) { 
-webkit-touch-callout: none; 
  -webkit-user-select: none; 
}




.index_product {
    padding: 20px 0px 30px;
}
.inner, .section {
    position: relative;
}
.index_product ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.index_product ul li {
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    width: 50%;
    text-align: center;
}
.index_product ul li a {
    display: block;
    margin: 0 auto;
    width: 90%;
    background: #fff;
    text-align: center;
    font-size: 0;
}
.index_product ul li img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
}
.index_product ul li h2 {
    margin: 0px;
    padding: 8px 10px;
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

body > header {
  *zoom: 1;
  position: relative;
  color: #fff;
  background-color: #25323d;
}
body > header:after {
  content: "";
  display: table;
  clear: both;
}
body > header h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  line-height: 60px;
  font-size: 2.4em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.header-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALQAAAA8CAQAAABlJ1gMAAABfElEQVR42u3ZsU7CUBhA4U6Iib5IITigOzMzzwUMmNA3MRofwMSRCDB1MPIAOoDBHAch0VhUCb2Ecr4uBJb23Oa/FKJIkiRJkiRJkiRJygENElJSEhpEmxz6W+Z7Vu43S71PlxvTZsiMGQ+0iTe7szY6EuCOmJg7IClwaEr0eOOzN/ocBwqdwnJhYyAtbGhK3ACQcEGZMhckANxSChIayHxduNCXwISzL6deYQT0Chma3+RzmRUWQO3b+2fAgkrOgbd0vfsQurN2A0qATgFD72hwDIHzzNM/B4YBRkbW6Chg6DlwlHn6R8Dc0PmHPgWeA22C//lsT2f0+tFRBwaGDrMZdgsYekejo7rm610NWFA1dIgHlqtgDyoHEXr1CN6nTokT6vQBgAktZ/Q2j6wfla6ZAOMcUx9g6I9h0WXEKy8M6FIlosU419SHNjp+WPp8Uxs6UGpDZ6Y2dJDUedzRTz/uSFP/nN3WAjaZrs38SNPQkiRJkiRJkiRJKoB36w+U2Cj/A/EAAAAASUVORK5CYII=");
  border: none;
  cursor: pointer;
}

#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #bc0023;
}

#toggle-search {
  float: right;
  background-position: -60px 0;
}
#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #e1e4e7;
  border-style: solid;
  border-width: 8px 8px 12px;
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: 0;
	z-index: 999;
  overflow: hidden;
  background-color: rgba(0,0,0,.8);
}
#search-form.open {
  max-height: 60px;
	
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;    
  color: #ffffff;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #516270;
  background: #c6cacd;
  border: none;
  cursor: pointer;
}