*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu,
ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li,
ul.breadcrumbs li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
ul.menu ul,
ul.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.gradient {
  background: #f29405;
  background: -moz-linear-gradient(top,#f29405 0%,#f9a72b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f29405),color-stop(100%,#f9a72b));
  background: -webkit-linear-gradient(top,#f29405 0%,#f9a72b 100%);
  background: -o-linear-gradient(top,#f29405 0%,#f9a72b 100%);
  background: -ms-linear-gradient(top,#f29405 0%,#f9a72b 100%);
  background: linear-gradient(to bottom,#f29405 0%,#f9a72b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f29405',endColorstr='#f9a72b',GradientType=0);
}
.revgradient {
  background: #f9a72b;
  background: -moz-linear-gradient(top,#f9a72b 0%,#f29405 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9a72b),color-stop(100%,#f29405));
  background: -webkit-linear-gradient(top,#f9a72b 0%,#f29405 100%);
  background: -o-linear-gradient(top,#f9a72b 0%,#f29405 100%);
  background: -ms-linear-gradient(top,#f9a72b 0%,#f29405 100%);
  background: linear-gradient(to bottom,#f9a72b 0%,#f29405 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9a72b',endColorstr='#f29405',GradientType=0);
}
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.eot");
  src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"), url("../fonts/flaticon.woff") format("woff"), url("../fonts/flaticon.ttf") format("truetype"), url("../fonts/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon"]:before,
[class*=" flaticon"]:before,
[class^="flaticon"]:after,
[class*=" flaticon"]:after {
  color: #a9771b;
  font-family: Flaticon;
  font-size: 1.5em;
  font-style: normal;
  margin-right: 8px;
  float: left;
  line-height: 1em;
}
body {
  font-size: 14px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #251a06;
  background: #fff;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5 {
  color: #251a06;
  margin-bottom: .7em;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #444;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
  margin-bottom: .5em;
  line-height: 1.1em;
  font-weight: 600;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
h6 {
  font-size: 12px;
  color: #251a06;
  line-height: 1.3em;
}
ul {
  list-style-type: circle;
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  margin: 0 0 1em;
}
strong {
  font-weight: 600;
}
a {
  color: #7cad00;
}
del {
  color: #888888;
  text-decoration: strike-trough;
}
blockquote {
  margin: 0 0 20px;
  padding: 10px 0 10px 20px;
  border-left: 5px solid #eaeaea;
}
blockquote cite img {
  margin-left: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
th {
  text-align: left;
  font-weight: 600;
  padding: 10px 20px;
  border-bottom: 2px solid #eaeaea;
}
td {
  padding: 10px 20px;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}
dl {
  margin: 0 0 30px;
  padding: 0;
}
dl dt {
  margin: 0 0 5px 0;
  font-weight: 600;
}
dl dd {
  margin: 0 0 10px 0;
  padding: 0;
}
.paging {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  text-align: right;
}
.paging > span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  width: 35px;
  text-align: center;
  font-weight: 600;
  background: #eaeaea;
  border-radius: 4px;
}
.paging > span.current {
  background: #7cad00;
  color: #fff;
}
.paging.hidden {
  display: none;
}
.loadMore {
  text-align: center;
}
.loadMore span {
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.loadMore span.fa {
  font-weight: normal;
  display: none;
}
.loadMore .loading.button {
  color: #e0e0e0;
  background: #f0f0f0;
}
.loadMore .loading span.fa {
  display: inline-block;
}
.loadMore p {
  color: #51390d;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
p.empty {
  text-align: center;
  padding: 50px 0;
  font-size: 1.2em;
  color: #d1d1d1;
  font-weight: bold;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 758px) {
  h1,
  h2,
  h3,
  input[type="submit"],
  button,
  .button {
    font-family: Open Sans Condensed;
    font-weight: 400;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    padding: 0;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  td {
    position: relative;
    border: 0;
  }
  td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-weight: bold;
    line-height: 0px;
    top: 5px;
  }
}
div.input {
  margin-bottom: 15px;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea,
select,
input[type='submit'],
.button,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea,
select {
  width: 100%;
  border: 1px solid #eaeaea;
  padding: .6em 1em;
  border-radius: 4px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  background: #fff;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  border-color: #251a06;
}
input[type='submit'],
.button,
button {
  display: inline-block;
  border: 1px solid #7cad00;
  background: #7cad00;
  color: #fff;
  padding: .8em 1.4em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  webkit-appereance: none;
  white-space: nowrap;
}
input[type='submit']:hover,
.button:hover,
button:hover {
  color: #fff;
}
input[type='submit'].light,
.button.light,
button.light {
  background: #eaeaea;
  color: #251a06;
  border-color: #eaeaea;
}
input[type='submit'].light:hover,
.button.light:hover,
button.light:hover {
  color: #251a06;
}
input[type='submit'] .fa,
.button .fa,
button .fa {
  vertical-align: middle;
  margin-right: 5px;
}
input[type='submit'].ar,
.button.ar,
button.ar {
  float: right;
}
input[type='submit'].green,
.button.green,
button.green {
  background: #73cf20;
  border-color: #73cf20;
}
input[type='submit'].orange,
.button.orange,
button.orange {
  background: #94c120;
  border-color: #94c120;
}
input[type='submit'].big,
.button.big,
button.big {
  font-size: 20px;
}
#paypalsubmit {
  background: url(../img/paypal.png) no-repeat 0 0;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -100em;
  overflow: hidden;
  width: 400px;
  height: 70px;
}
#paypalsubmit:hover {
  background-position: 0 -70px;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  float: none;
  width: auto;
  display: inline;
  font-size: .9em;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.required label:after {
  content: '*';
}
.radio input {
  vertical-align: text-bottom;
  margin-right: 10px;
  float: left;
}
.radio label {
  float: left;
  width: 70%;
}
.radio label:after {
  content: '';
  height: 10px;
  display: block;
}
#flashMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 10px;
  line-height: 40px;
  color: #fff;
  font-size: 1.1em;
  background: #7cad00;
  background: rgba(124,173,0,0.95);
  text-align: center;
  z-index: 200;
}
#flashMessage.error {
  background: #cd002a;
  background: rgba(205,0,42,0.95);
  text-align: center;
  box-shadow: 0 -2px 3px rgba(0,0,0,0.1);
}
#flashMessage a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #7cad00;
  font-weight: 600;
  font-size: 14px;
  padding: 0 1.5em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 20px;
}
#flashMessage a:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 5px;
  font-weight: normal;
}
#ReviewIndexForm label {
  color: #7cad00;
  font-size: 16px;
  font-weight: 600;
}
#ReviewIndexForm .productTitle span {
  text-transform: uppercase;
  color: #251a06;
  font-weight: 600;
  font-size: 20px;
}
.ratings span {
  display: block;
  height: 30px;
  line-height: 30px;
  opacity: .3;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}
.ratings span:hover,
.ratings span.active {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.ui-slider .ui-slider-handle {
  cursor: pointer !important;
}
.filter h5 {
  text-transform: uppercase;
  font-weight: normal;
}
.filter.price .inputGroup > div {
  display: inline-block;
  width: 31%;
  padding-right: 2%;
}
.filter.price .inputGroup > div.submit {
  width: 34%;
  padding: 0;
  text-align: right;
}
.filter.price .inputGroup input[type="submit"] {
  font-size: 12px;
  padding: .7em 1.3em;
}
.filter .uiSlider {
  margin: 0 5px 10px;
}
.roundButton {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  border-radius: 50%;
  background: #eaeaea;
  color: #251a06;
}
.roundButton span {
  line-height: 25px;
}
#popup {
  padding: 20px;
}
