html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background-color: #fff;
  background-size: 3px 3px;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  transition: all 0.4s ease;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover, a:focus, a:active {
  outline: none;
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
li > ul,
li > ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
figure {
  margin: 1em 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.5em;
}
td, th {
  padding: 0;
}
body,
button,
input,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  transition: all 0.4s ease;
}
p {
  margin: 0;
  line-height: 24px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
[hidden],
template {
  display: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-transform: none;
  cursor: pointer;
  line-height: 1;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  width: 100%;
}
.section {
  padding: 60px 0;
  position: relative;
}
.section-large {
  padding: 120px 0;
  position: relative;
}
.section-checkout {
  padding: 60px 0 0 0;
  position: relative;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
  .section-checkout {
    padding: 30px 0 0 0;
  }
}
.slicknav_menu {
  display: none;
}
