html {
  box-sizing: border-box;
  font-size: 16px;
}

body {
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.container {
  padding: 0 15px;
}

.columns {
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 15px;
}

.section--column-swap .column:last-child {
  order: 1;
}

.section--column-swap .column:first-child {
  order: 2;
}

input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

@media screen and (min-width: 769px) {
  .columns {
    display: flex;
  }
  .columns.columns-halves,
  .columns.columns--full-width,
  .columns.columns--eight-four,
  .columns.columns--four-eight {
    flex-flow: row wrap;
  }
  .columns.columns--full-width .column {
    flex: 1 100%;
  }
  .columns.columns-halves .column {
    width: 50%;
  }
  .columns--four-eight .column:first-child {
    flex: 0 0 23%;
  }
  .columns--four-eight .column:last-child {
    flex: 0 0 77%;
  }
}

/* Form Styles*/

.form__field {
  margin-bottom: 40px;
}

.form__field-input,
.form__field-textarea {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  -webkit-appearance: none;
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  padding: 7px 10px;
}

.form__field-textarea {
  resize: none;
}

.form__field-input::placeholder,
.form__field-textarea::placeholder {
  color: #b3aeae;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.48px;
}
.form__field-textarea::placeholder {
  line-height: 335px;
}

.form__field--end {
  text-align: right;
}

.btn {
  padding: 8px 15px;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
}

.btn--black {
  background-color: #191712;
  color: #fff;
}

.quantity input[type="number"] {
  width: 70px;
  text-align: center;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: 1px solid #d3d3d1;
}

.quantity {
  display: flex;
  width: 95px;
}

.quantity-button {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-left: 0;
  width: 25px;
  text-align: center;
}

.quantity-button:first-child {
  border-bottom: 0;
}

.mob-menu-toggle {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 50%;
  transform: translateY(-30%);
  z-index: 9980;
  width: 30px;
  min-height: 24px;
  left: 0;
}

.mob-menu-toggle span,
.mob-menu-toggle span::before,
.mob-menu-toggle span::after {
  background: #191712;
}

.mob-menu-toggle span,
.mob-menu-toggle span::before,
.mob-menu-toggle span::after {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #191712;
  transition: all 0.2s ease;
  width: 30px;
}

.mob-menu-toggle span::before,
.mob-menu-toggle span::after {
  content: "";
  width: 100%;
}

.mob-menu-toggle span::before {
  top: -10px;
}

.mob-menu-toggle span::after {
  bottom: -10px;
}

.mob-menu-toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mob-menu-toggle.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.mob-menu-toggle.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.for-desktop {
  display: block;
}

.for-mobile {
  display: none !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mob-menu-toggle {
    top: -35px;
    transform: none;
    left: 015px;
  }
  .for-desktop {
    display: none !important;
  }
  .for-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 52px;
  right: auto;
  background: transparent;
  height: 50px;
  width: 50px;
  left: -8px;
}

#nav-toggle {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  border-radius: 3px;
}

#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
