.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: franklin-gothic-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.428;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2.63em;
  line-height: 1.4;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-size: 16px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.wrapper {
  position: relative;
}

.wrapper.bg-colour-ffffff {
  background-color: #fff;
}

.content {
  margin-top: 25px;
}

.content.content-checkout {
  margin-top: 186px;
}

.content.new {
  margin-top: 0px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.container.pad-0 {
  padding-top: 0px;
}

.container.mgn-b-16 {
  margin-bottom: 16px;
}

.container.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.h-100 {
  height: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.margin-30 {
  margin-bottom: 30px;
}

.row.pad-b16 {
  margin-bottom: 16px;
}

.row.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.mgn-b-16 {
  margin-bottom: 16px;
}

.row.centre-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row._2-column {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row._3-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row._4-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.row.flex--ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.d-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.d-flex.mb-3 {
  margin-bottom: 1rem;
}

.row.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.row.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.mb-3 {
  margin-bottom: 1rem;
}

.row.d-inline-flex.justify-content-between.h-100 {
  height: 100%;
}

.col-1-12 {
  width: 8.333333333333332%;
}

.col-2-12 {
  width: 16.666666666666668%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col-3-12 {
  width: 25%;
  padding: 16px;
}

.col-6-12 {
  width: 50%;
  padding: 16px;
}

.col-6-12.left-column {
  padding: 16px;
}

.col-6-12.right-column {
  padding: 16px;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-4-12 {
  width: 33.333333333333336%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 83.33333333333333%;
}

.col-12-12 {
  width: 100%;
  padding: 16px;
}

.col-12-12.no-padding {
  padding: 0px;
}

.col-12-12.no-padding.bg-dark {
  background-color: #000;
}

.col-11-12 {
  width: 91.66666666666667%;
}

.col-5-12 {
  width: 41.666666666666664%;
}

.col-7-12 {
  width: 58.333333333333336%;
}

.notes {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
}

.h1 {
  margin-top: 0px;
}

.h1._400 {
  font-weight: 400;
}

.h2 {
  margin-top: 0px;
}

.h3 {
  margin-top: 0px;
}

.h4 {
  margin-top: 0px;
}

.h5 {
  margin-top: 0px;
}

.lead {
  font-size: 115%;
}

.paragraph {
  font-size: 1em;
}

.paragraph.muted {
  background-color: transparent;
  color: #999;
}

.paragraph.primary {
  background-color: transparent;
  color: #3498db;
}

.paragraph.success {
  background-color: transparent;
  color: #38ce78;
}

.paragraph.info {
  background-color: transparent;
  color: #67b2e5;
}

.paragraph.warning {
  background-color: transparent;
  color: #f4a427;
}

.paragraph.danger {
  background-color: transparent;
  color: #e74c3c;
}

.small {
  font-size: 0.85em;
}

.cite {
  font-style: italic;
}

.text-center {
  text-align: center;
}

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

.text-left {
  text-align: left;
}

.header {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.section-tags {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-label {
  margin-top: 0px;
  margin-right: 20px;
  color: #999;
  text-align: right;
  text-transform: uppercase;
}

.section-heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.list-item {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colour {
  min-height: 50px;
  min-width: 20px;
}

.colour._000000 {
  background-color: #000;
}

.table-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  font-weight: 700;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.table-row.odd {
  background-color: #e5e5e5;
}

.table-wrapper.border {
  border-color: #ccc;
}

.headingcell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headingcell.items {
  width: 50%;
}

.headingcell.itemprice {
  width: 25%;
}

.headingcell.itemsquantity {
  width: 12.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headingcell.itemstotal {
  width: 12.5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.table-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-bottom: 1px solid #000;
}

.table-heading.hidden {
  display: none;
}

.field-label {
  font-weight: 400;
}

.field-label.checkbox.disabled {
  color: #999;
  text-decoration: line-through;
}

.field-label.checkbox.error {
  color: #e74c3c;
}

.field-label.checkbox.success {
  background-color: transparent;
  color: #38ce78;
}

.field-label.checkbox.warning {
  background-color: transparent;
  color: #f4a427;
}

.field-label.radio.disabled {
  color: #999;
  text-decoration: line-through;
}

.input {
  height: 50px;
  margin-bottom: 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.input:active {
  border-width: 1px;
  border-color: #000;
}

.input:focus {
  border-width: 1px;
  border-color: #000;
}

.input::-webkit-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #999;
  font-size: 1em;
  font-weight: 400;
}

.input:-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #999;
  font-size: 1em;
  font-weight: 400;
}

.input::-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #999;
  font-size: 1em;
  font-weight: 400;
}

.input::placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #999;
  font-size: 1em;
  font-weight: 400;
}

.input.group {
  height: 100%;
  border-style: none;
}

.input.disabled {
  background-color: #e5e5e5;
}

.input.field-small {
  width: 200px;
  margin-right: 25px;
}

.input.left {
  margin-right: 1rem;
  color: #999;
}

.input.right {
  margin-left: 1rem;
  color: #999;
}

.input.csv {
  width: 100px;
  margin-right: 25px;
}

.input-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.input-group-wrapper.error {
  border-color: #e74c3c;
}

.input-group-wrapper.success {
  border-color: #38ce78;
}

.input-group-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ccc;
  background-color: #e5e5e5;
}

.input-group-left.warning {
  border-right-color: #f4a427;
}

.input-group-left.success {
  border-right-color: #38ce78;
}

.input-group-left.danger {
  border-right-color: #e74c3c;
  color: #e74c3c;
}

.input-group-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ccc;
  background-color: #e5e5e5;
}

.input-group-right.danger {
  border-left-color: #e74c3c;
  color: #e74c3c;
  font-weight: 700;
}

.input-group-right.warning {
  border-left-color: #f4a427;
  color: #f4a427;
}

.input-group-right.success {
  border-left-color: #38ce78;
  color: #38ce78;
}

.background-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
}

.background-block.muted {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
}

.background-block.primary {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #3498db;
  color: #f7f7f7;
}

.background-block.success {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #cbf3dc;
}

.background-block.info {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #cde6f6;
}

.background-block.warning {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fce7c4;
}

.background-block.danger {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f9d3cf;
}

.muted {
  background-color: #e5e5e5;
}

.primary {
  background-color: #3498db;
}

.success {
  background-color: #cbf3dc;
}

.info {
  background-color: #cde6f6;
}

.warning {
  background-color: #fce7c4;
}

.danger {
  background-color: #f9d3cf;
}

.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #ccc;
}

.radio-button:hover {
  border-color: #3498db;
}

.switch-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.switch-button-block {
  width: 70px;
  height: 35px;
  padding: 2px;
  border: 1px solid #000;
  border-radius: 50px;
  cursor: pointer;
}

.switch-button {
  width: 29px;
  height: 29px;
  border-radius: 50px;
  background-color: #38ce78;
}

.button {
  height: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 3px;
  border-color: #222;
  background-color: transparent;
  color: #000;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #fff;
}

.button.info {
  background-color: #222;
  color: #fff;
}

.button.primary {
  color: #222;
}

.button.primary.large {
  height: 55px;
  padding-top: 18px;
}

.button.primary.small {
  height: 36px;
  padding-top: 10px;
}

.button.primary.extra-small {
  height: 23px;
  padding-top: 2px;
  padding-bottom: 0px;
}

.button.warning {
  background-color: #f4a427;
  color: #fff;
}

.button.success {
  background-color: #38ce78;
  color: #fff;
}

.button.danger {
  background-color: #e74c3c;
  color: #fff;
}

.button.pagination {
  border-style: none;
}

.button.pagination:hover {
  background-color: #e5e5e5;
}

.button.pagination:focus {
  background-color: #3498db;
  color: #fff;
}

.button.pagination.w--current {
  background-color: #3498db;
  color: #fff;
}

.button.pagination.right-border {
  border-right-style: solid;
}

.button.pagination.left-border {
  border-left-style: solid;
  background-color: #e5e5e5;
}

.button.pager {
  border-radius: 50px;
  color: #3498db;
}

.button.right-margin {
  margin-right: 10px;
}

.button.btn-block {
  display: block;
  width: 100%;
}

.button.large {
  height: 55px;
  padding-top: 18px;
}

.button.small {
  height: 36px;
  padding-top: 10px;
}

.button.extra-small {
  height: 23px;
  padding-top: 3px;
  padding-bottom: 0px;
  font-size: 85%;
}

.button.search {
  height: 30px;
  padding: 0px 24px 3px;
  border-style: none;
  border-color: #ccc;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.button.buttonlight:hover {
  background-color: #000;
  color: #f7f7f7;
}

.button.buttondark {
  border-color: #f7f7f7;
  color: #f7f7f7;
}

.button.buttondark:hover {
  color: #000;
}

.button.previous {
  width: 50px;
  border-right-style: none;
}

.button.previous:hover {
  background-color: #000;
  color: #fff;
}

.button.next {
  width: 50px;
}

.button.next:hover {
  background-color: #000;
  color: #fff;
}

.button.btn-block {
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #004225;
  border-radius: 5px;
  background-color: #004225;
  color: #f7ede4;
  cursor: pointer;
}

.button.btn-block:hover {
  background-color: #fff;
  color: #000;
}

.button.buttonsubmit {
  padding-right: 60px;
  padding-left: 60px;
  background-color: #000;
  color: #fff;
}

.button.buttonsubmit.complete {
  border-color: #23d36e;
  background-color: #23d36e;
}

.button.buttonlarge {
  height: 64px;
  padding: 12px 36px;
  font-size: 1.6em;
  font-weight: 400;
  text-transform: uppercase;
}

.drop-list {
  margin-top: 20px;
}

.drop-list.w--open {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
}

.drop-list.dropp-up.w--open {
  top: -158px;
}

.dropdown-button {
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.dropdown-list-2 {
  margin-top: -19px;
}

.dropdown-list-2.w--open {
  margin-top: -198px;
  border: 1px solid #000;
}

.drop-link {
  min-width: 180px;
  background-color: #fff;
  color: #222;
}

.drop-link:hover {
  background-color: #d1d1d1;
}

.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-group.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-menu {
  height: 44px;
}

.tab-content {
  padding: 20px;
}

.tab-link {
  height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  text-transform: uppercase;
}

.tab-link:hover {
  background-color: #e5e5e5;
}

.tab-link.w--current {
  height: 44px;
  border-style: solid solid none;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-right-width: 1px;
  border-right-color: #ccc;
  border-left-width: 1px;
  border-left-color: #ccc;
  background-color: #fff;
}

.tab-link.pill {
  margin-right: 2px;
  margin-left: 2px;
  border-style: none;
  background-color: #3498db;
}

.tab-link-pill {
  height: 44px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
  text-transform: uppercase;
}

.tab-link-pill:hover {
  background-color: #e5e5e5;
}

.tab-link-pill.w--current {
  background-color: #3498db;
  color: #fff;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
}

.breadcrumb-link {
  color: #3498db;
  text-decoration: none;
}

.breadcrumb-link.active {
  color: #707070;
  text-decoration: none;
}

.icon {
  margin-right: 5px;
  margin-left: 5px;
}

.label {
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 22px;
}

.label.default {
  background-color: #707070;
  color: #fff;
}

.label.primary {
  color: #fff;
}

.label.success {
  background-color: #38ce78;
  color: #fff;
}

.label.info {
  background-color: #67b2e5;
  color: #fff;
}

.label.warning {
  background-color: #f4a427;
  color: #fff;
}

.label.danger {
  background-color: #e74c3c;
  color: #fff;
}

.count-badge {
  display: inline-block;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3498db;
}

.count-badge.reverse {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
}

.div-block {
  height: 22px;
  margin-left: 10px;
}

.block {
  display: inline-block;
  line-height: 24px;
}

.count {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 50px;
  background-color: #5f5f5f;
  color: #fff;
  line-height: 24px;
}

.count.reverse {
  background-color: #fff;
  color: #3498db;
}

.alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 2px;
}

.alert.muted {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
}

.alert.primary {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #3498db;
  color: #f7f7f7;
}

.alert.success {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #38ce78;
  background-color: #cbf3dc;
  color: #38ce78;
}

.alert.info {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #3498db;
  background-color: #cde6f6;
  color: #3498db;
}

.alert.warning {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #f4a427;
  background-color: #fce7c4;
  color: #f4a427;
}

.alert.danger {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #e74c3c;
  background-color: #f9d3cf;
  color: #e74c3c;
}

.close {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
}

.progress-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  height: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3498db;
  color: #fff;
}

.progress-bar.red {
  width: 7%;
  background-color: #e74c3c;
}

.progress-bar.green {
  width: 15%;
  background-color: #38ce78;
}

.progress-bar.orange {
  width: 10%;
  background-color: #f4a427;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}

.panel.primary {
  border-color: #3498db;
}

.panel.success {
  border-color: #38ce78;
}

.panel.info {
  border-color: #67b2e5;
}

.panel.warning {
  border-color: #f4a427;
}

.panel.danger {
  border-color: #e74c3c;
}

.panel-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5e5e5;
  font-size: 18px;
  line-height: 44px;
}

.panel-title.primary {
  background-color: #3498db;
  color: #fff;
}

.panel-title.success {
  background-color: #38ce78;
  color: #fff;
}

.panel-title.info {
  background-color: #67b2e5;
  color: #fff;
}

.panel-title.warning {
  background-color: #f4a427;
  color: #fff;
}

.panel-title.danger {
  background-color: #e74c3c;
  color: #fff;
}

.panel-content {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  background-color: #fff;
}

.well {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  box-shadow: inset 2px 2px 7px -5px rgba(0, 0, 0, 0.57);
}

.modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  font-size: 18px;
  line-height: 44px;
}

.modal-title.primary {
  background-color: #3498db;
  color: #fff;
}

.modal-title.success {
  background-color: #38ce78;
  color: #fff;
}

.modal-title.info {
  background-color: #67b2e5;
  color: #fff;
}

.modal-title.warning {
  background-color: #f4a427;
  color: #fff;
}

.modal-title.danger {
  background-color: #e74c3c;
  color: #fff;
}

.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 66px;
  background-color: #fff;
}

.modal-footer {
  min-height: 44px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-top: 1px solid #ccc;
  background-color: #fff;
}

.modal-footer.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-wrapper {
  max-width: 768px;
  min-width: 40vw;
}

.modal-wrapper.primary {
  border-color: #3498db;
}

.modal-wrapper.success {
  border-color: #38ce78;
}

.modal-wrapper.info {
  border-color: #67b2e5;
}

.modal-wrapper.warning {
  border-color: #f4a427;
}

.modal-wrapper.danger {
  border-color: #e74c3c;
}

.modal-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 50px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mask {
  padding-top: 2px;
  padding-bottom: 2px;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.icon-2 {
  background-color: #999;
}

.text-block {
  padding: 12px 20px;
}

.brand {
  padding-left: 0px;
}

.container-fluid {
  width: 100%;
}

.container-fluid.mgn-b-16 {
  margin-bottom: 16px;
}

.navbar {
  border-bottom: 1px solid #000;
  background-color: transparent;
}

.navbar.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2001;
  background-color: #fff;
}

.square-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.media-asset {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-asset.absolute {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.media-asset.absolute.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.media-asset.absolute.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-link {
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.nav-link:hover {
  color: #e4be95;
  text-decoration: underline;
}

.nav-link.navlink--saleitems {
  color: #e4be95;
}

.nav-link.text-dark {
  color: #000;
}

.nav-link.text-dark:hover {
  text-decoration: underline;
}

.col-1-20 {
  width: 5%;
}

.col-2-20 {
  width: 10%;
}

.col-3-20 {
  width: 15%;
}

.col-4-20 {
  width: 20%;
}

.col-5-20 {
  width: 25%;
}

.col-6-20 {
  width: 30%;
}

.col-7-20 {
  width: 35%;
}

.col-8-20 {
  width: 40%;
}

.col-9-20 {
  width: 45%;
}

.col-10-20 {
  width: 50%;
}

.col-11-20 {
  width: 55%;
}

.col-12-20 {
  width: 60%;
}

.col-13-20 {
  width: 65%;
}

.col-14-20 {
  width: 70%;
}

.col-15-20 {
  width: 75%;
}

.col-16-20 {
  width: 80%;
}

.col-17-20 {
  width: 85%;
}

.col-18-20 {
  width: 90%;
}

.col-19-20 {
  width: 95%;
}

.col-20-20 {
  width: 100%;
}

.col-1-30 {
  width: 3.333333333333333%;
}

.col-2-30 {
  width: 6.666666666666667%;
}

.col-3-30 {
  width: 10%;
}

.col-30-30 {
  width: 100%;
}

.col-27-30 {
  width: 90%;
}

.col-24-30 {
  width: 80%;
}

.col-21-30 {
  width: 70%;
}

.col-18-30 {
  width: 60%;
}

.col-15-30 {
  width: 50%;
}

.col-12-30 {
  width: 40%;
}

.col-9-30 {
  width: 30%;
}

.col-6-30 {
  width: 20%;
}

.col-4-30 {
  width: 13.333333333333332%;
}

.col-5-30 {
  width: 16.666666666666668%;
}

.col-7-30 {
  width: 23.333333333333332%;
}

.col-8-30 {
  width: 26.666666666666668%;
}

.col-10-30 {
  width: 33.333333333333336%;
}

.col-11-30 {
  width: 36.666666666666664%;
}

.col-13-30 {
  width: 43.333333333333336%;
}

.col-14-30 {
  width: 46.666666666666664%;
}

.col-16-30 {
  width: 53.333333333333336%;
}

.col-17-30 {
  width: 56.666666666666664%;
}

.col-19-30 {
  width: 63.333333333333336%;
}

.col-20-30 {
  width: 66.66666666666667%;
}

.col-22-30 {
  width: 73.33333333333333%;
}

.col-23-30 {
  width: 76.66666666666667%;
}

.col-25-30 {
  width: 83.33333333333333%;
}

.col-26-30 {
  width: 86.66666666666667%;
}

.col-28-30 {
  width: 93.33333333333333%;
}

.col-29-30 {
  width: 96.66666666666667%;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media-asset-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.media-asset-wrapper.ratio-3-4 {
  padding-bottom: 133.33%;
}

.media-asset-wrapper.ratio-16-9 {
  padding-bottom: 56.25%;
}

.media-asset-wrapper.ratio-4-3 {
  padding-bottom: 75%;
}

.block-quote {
  font-size: 115%;
  line-height: 1.428;
}

.list-item {
  font-size: 1em;
}

.header-sitewide {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  background-color: #fff;
}

.navigationcontainer.bg-muted {
  background-color: #004225;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
}

.navigation-item.footer {
  padding-left: 0px;
}

.inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-8-12 {
  width: 66.66666666666667%;
}

.col-8-12.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-container {
  height: 44px;
  max-height: 44px;
}

.logo-container.mgn-b-16 {
  height: 70px;
  margin-bottom: 16px;
}

.image {
  max-height: 44px;
  padding-top: 0px;
}

.image.mobileicon {
  display: none;
}

.image.logo-large {
  padding-top: 0px;
}

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-search._02 {
  width: 100%;
  margin-right: 0px;
}

.account-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-basket {
  width: 44px;
  height: 44px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 450px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

.square-icon-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-icon-menu.account {
  display: none;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-image {
  position: relative;
  display: block;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-2 {
  height: 100%;
}

.body {
  color: #222;
}

.field-large {
  margin-bottom: 16px;
}

.field-small {
  width: 40%;
  margin-bottom: 16px;
}

.header-strip-row {
  position: absolute;
  width: 100%;
  height: 44px;
  background-color: #222;
  color: #fff;
}

.header-strip-row.mgn-b-16 {
  margin-bottom: 16px;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-image-wrapper.aspect-ratio-3-2 {
  padding-bottom: 66.66666666666667%;
}

.hero-image-wrapper.aspect-ratio-2-1 {
  padding-bottom: 50%;
}

.hero-image-wrapper.aspect-ratio-3-1 {
  padding-bottom: 33.333333333333336%;
}

.hero-image-wrapper.aspect-ratio-2-1-md-1-1 {
  padding-bottom: 50%;
}

.copy-container {
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.bestsellers {
  margin-right: -12.5px;
  margin-left: -12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.bg-muted {
  background-color: #f2f2f2;
}

.section.bg-sm-muted {
  background-color: #fafafa;
}

.sign-up-section {
  background-color: #e5e5e5;
}

.advertisement-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.footer.my-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-credit-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits-grid {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #000;
}

.benefit {
  display: block;
  max-width: 18rem;
  margin-right: auto;
  margin-left: auto;
}

.benefit.process-benefit {
  color: #fff;
}

.process-image {
  display: none;
  margin-bottom: -2.25rem;
}

.process-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 12px solid #fff;
  border-radius: 50%;
  background-color: #090e1d;
  color: #fff;
  font-size: 1.75rem;
}

.benefit-heading {
  margin-bottom: 0.75rem;
}

.how-section {
  display: block;
  margin-bottom: 16px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #000;
}

.hero-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-weight: 400;
  text-align: center;
}

.italic-text {
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.main {
  margin-bottom: 60px;
}

.main.mb-0 {
  margin-bottom: 0px;
}

.html-slot-container {
  margin-bottom: 25px;
}

.image-3 {
  width: 100%;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.image-4 {
  display: block;
  width: 100%;
}

.body-2 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
}

.header--primarynav {
  width: 100%;
  height: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header--primarynav.mgn-b-16 {
  margin-bottom: 16px;
}

.listing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listingitem--block {
  width: 33.333333333333336%;
  padding-right: 25px;
}

.div-block-6 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #67b2e5;
}

.listing-item--text {
  text-align: center;
}

.typo--title {
  margin-bottom: 1em;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
}

.typo--title.typo--titlesecondary {
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.listing-price {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.listing-price.oldprice {
  margin-right: 10px;
  text-decoration: line-through;
}

.listing-price.newprice {
  color: #e74c3c;
  text-decoration: none;
}

.listing-price.d-none {
  display: none;
}

.typo--listinglink {
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.img-wrapper--link {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.listing-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-01 {
  width: 100%;
}

.divider-1 {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-color: #000;
}

.title-3 {
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: 400;
}

.listing-item--block {
  width: 16.666666666666668%;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}

.title-5 {
  font-size: 1em;
  font-weight: 400;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-5.flex--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.col-6 {
  width: 50%;
}

.img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.img-wrapper.aspect-ratio-4-3 {
  padding-bottom: 75%;
}

.img-wrapper.aspect-ratio-3-1 {
  min-height: 400px;
  padding-bottom: 33.333333333333336%;
}

.img-wrapper.aspect-ratio-2-1 {
  padding-bottom: 50%;
}

.img-wrapper.ar-56-25 {
  padding-bottom: 56.25%;
}

.img-wrapper.ar-56-25.h-100 {
  height: 100%;
}

.div-block-9 {
  height: 100%;
  padding: 25px;
  background-color: #8ee4cc;
}

.typo--paragraphsmall {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.price-sale-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-sale-container.d-none {
  display: none;
}

.deliveryrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
}

.subscriberow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.body-3 {
  font-size: 16px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 400;
}

.signupform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
}

.text-field {
  height: 64px;
  margin-bottom: 0px;
  border: 0px none #000;
}

.submit-button {
  height: 64px;
  background-color: #fff;
  color: #000;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
}

.featured-collection {
  width: 100%;
  margin-bottom: 25px;
}

.col-4 {
  width: 33.333333333333336%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-standard {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.typo--breadcrumb {
  color: #999;
  font-size: 0.8em;
  font-weight: 400;
}

.listingtem--block {
  width: 33.333333333333336%;
  margin-bottom: 1.7em;
  padding-right: 1rem;
}

.div-block-14 {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filterdropdown {
  position: relative;
  width: 350px;
}

.filterwrapper {
  width: 100%;
  margin-bottom: 2rem;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-filter {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}

.dropdown-toggle.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}

.dropdown-list--filter {
  top: -38px;
  z-index: 5;
}

.dropdown-list--filter.w--open {
  top: 50px;
  width: 100%;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  background-color: #fff;
}

.collectionlist {
  width: 100%;
  margin-bottom: 25px;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
}

.pagination-link:hover {
  background-color: #000;
  color: #fff;
}

.pagination-link.w--current {
  background-color: #000;
  color: #fff;
}

.dropdown-link:hover {
  background-color: #000;
  color: #fff;
}

.div-block-16 {
  margin-bottom: 25px;
}

.col-9 {
  width: 75%;
}

.col-3 {
  width: 33.333333333333336%;
}

.col-7 {
  width: 58.333333333333336%;
}

.div-block-17 {
  width: 14.285714285714286%;
}

.productitem-slider {
  width: 85.71428571428572%;
}

.productitem-imagecontainer {
  width: 58.333333333333336%;
}

.productitem-informationcontainer {
  width: 41.66666666666667%;
}

.productitem-informationcontainer.flex--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shopping-cart--item-image {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 100%;
}

.productimage-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

.productitem-imagecover {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #f0f0f0;
}

.mask-2 {
  height: 100%;
}

.img-absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav {
  display: none;
}

.icon-3 {
  color: #000;
}

.icon-4 {
  color: #000;
}

.div-block-18 {
  width: 100%;
}

.basketoptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-right: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}

.productlisting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productlisting.margin-30 {
  margin-bottom: 30px;
}

.productlisting.pad-b16 {
  margin-bottom: 16px;
}

.productlisting.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.productlisting.mgn-b-16 {
  margin-bottom: 16px;
}

.productlisting.centre-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.productlisting._2-column {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productlisting._3-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productlisting._4-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productlisting.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.productlisting.flex--ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #000;
}

.productitem-descriptionwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productitem-descriptionwrapper.margin-30 {
  margin-bottom: 30px;
}

.productitem-descriptionwrapper.pad-b16 {
  margin-bottom: 16px;
}

.productitem-descriptionwrapper.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.productitem-descriptionwrapper.mgn-b-16 {
  margin-bottom: 16px;
}

.productitem-descriptionwrapper.centre-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.productitem-descriptionwrapper._2-column {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productitem-descriptionwrapper._3-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productitem-descriptionwrapper._4-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.productitem-descriptionwrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.productitem-descriptionwrapper.flex--ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typo-small {
  font-size: 0.8em;
  font-weight: 400;
}

.typo--producttitle {
  font-size: 1.6em;
  line-height: 1;
  font-weight: 500;
}

.typo--producttitle.typo--titlesecondary {
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.typo--producttitle.typo--italic {
  font-style: italic;
}

.div-block-22 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.title-1 {
  font-weight: 500;
}

.productitem--description {
  padding-right: 10%;
}

.warningmessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8be2d1;
}

.warningmessage.hide-md {
  display: none;
}

.special-delivery-warning {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #5f5f5f;
  font-weight: 400;
}

.special-delivery-warning.hide-md.mb-3 {
  margin-bottom: 1rem;
}

.div-block-24 {
  height: 100%;
}

.shoppingcart--itemthumbnail {
  width: 100%;
  margin-right: 25px;
}

.div-block-26 {
  margin-left: 25px;
  padding: 25px;
  border: 3px solid #000;
}

.shoppingcart {
  width: 66.66666666666667%;
  margin-bottom: 60px;
}

.shoppingcart--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shoppingcart--item.odd {
  background-color: #e5e5e5;
}

.shoppingcart--item.mb-5.pb-3 {
  padding-bottom: 1rem;
}

.shoppingcart--item.mb-5.pb-3.bb-1 {
  border-bottom: 1px solid #000;
}

.shoppincart--image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.itemcell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.itemcell.items {
  width: 50%;
}

.itemcell.itemprice {
  width: 25%;
}

.itemcell.itemsquantity {
  width: 12.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemcell.itemstotal {
  width: 12.5%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-20-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}

.cart-summary--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.cart-summary--row.subtotal {
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  font-size: 19px;
  font-weight: 500;
}

.checkoutform--container {
  width: 66.66666666666667%;
  margin-bottom: 60px;
  padding-top: 0px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formheading {
  padding-top: 25px;
}

.input--grouped {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.searchinput {
  height: 30px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  border: 1px none #000;
  font-size: 16px;
  font-weight: 500;
}

.searchinput:focus {
  border-width: 1px;
  border-color: #222;
}

.searchinput::-webkit-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.searchinput:-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.searchinput::-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.searchinput::placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.searchinput.group {
  height: 100%;
  border-style: none;
}

.searchinput.disabled {
  background-color: #e5e5e5;
}

.searchinput.field-small {
  width: 40%;
}

.searchinput.left {
  margin-right: 12.5px;
}

.searchinput.right {
  margin-left: 12.5px;
}

.shoppingcart--summarycontainer {
  margin-left: 25px;
  padding: 25px;
  border-radius: 0px;
  background-color: #f0f0f0;
}

.div-block-28 {
  width: 100%;
}

.cart-summary--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart-summary--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.cart-item--thumbnail {
  width: 20%;
}

.div-block-29 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.image-7 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.cartitem--name {
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
}

.cartitem--price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout.margin-30 {
  margin-bottom: 30px;
}

.checkout.pad-b16 {
  margin-bottom: 16px;
}

.checkout.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkout.mgn-b-16 {
  margin-bottom: 16px;
}

.checkout.centre-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout._2-column {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout._3-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout._4-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkout.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.checkout.flex--ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shoppingcart--checkoutsummary {
  width: 33.333333333333336%;
}

.checkoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkoutcontainer.margin-30 {
  margin-bottom: 30px;
}

.checkoutcontainer.pad-b16 {
  margin-bottom: 16px;
}

.checkoutcontainer.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.checkoutcontainer.mgn-b-16 {
  margin-bottom: 16px;
}

.checkoutcontainer.centre-align {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkoutcontainer._2-column {
  display: -ms-grid;
  display: grid;
  padding-right: 16px;
  padding-left: 16px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkoutcontainer._3-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkoutcontainer._4-column {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkoutcontainer.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.checkoutcontainer.flex--ends {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  color: #3498db;
  text-decoration: underline;
}

.div-block-30 {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.div-block-31 {
  margin-bottom: 25px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-3 {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-8 {
  height: 50px;
}

.div-block-34 {
  width: 100%;
  margin-bottom: 25px;
}

.quantitysmall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #000;
}

.text-block-3 {
  font-size: 0.8em;
  font-weight: 400;
}

.link-2 {
  font-size: 0.85em;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.mobilenav {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #e74c3c;
}

.headertablet {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.navaccordian {
  margin-bottom: 50px;
}

.navaccordian--trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  cursor: pointer;
}

.navaccordian--content {
  overflow: hidden;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
}

.header-menu {
  display: none;
  width: 44px;
  height: 44px;
}

.header-contact-nav--mobile-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-36 {
  width: 44px;
  height: 44px;
}

.navmenu-logo {
  height: 44px;
  max-height: 44px;
}

.icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navlarge {
  font-size: 25px;
  font-weight: 400;
}

.navmenu--close {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  display: none;
  height: 44px;
  max-height: 44px;
}

.div-block-37 {
  height: 44px;
}

.header-strip-row-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 44px;
  background-color: #000;
  color: #fff;
}

.header-strip-row-mobile.mgn-b-16 {
  margin-bottom: 16px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-39 {
  padding-right: 10%;
}

.typo--t-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemquantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-right: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 3px solid #000;
}

.div-block-42 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 235px;
  height: 100%;
  max-width: 235px;
  min-height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-10 {
  position: absolute;
  -o-object-fit: fill;
  object-fit: fill;
}

.typo--lead {
  margin-bottom: 21px;
  font-size: 1.33em;
  font-weight: 500;
}

.socialicons--wrapper {
  margin-bottom: 84px;
}

.socialicons--wrapper.hidden {
  display: none;
}

.socialicon--link {
  margin-right: 20px;
}

.socialicon-image {
  width: 35px;
  height: 35px;
}

.nav-list-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footernav-item.mr-sm-3 {
  margin-right: 1rem;
}

.div-block-43 {
  font-size: 16px;
  font-weight: 500;
}

.site-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-13-copy {
  margin-right: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
}

.typo--extrasmall {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.image-14 {
  width: auto;
  height: 19px;
  margin-bottom: 3px;
}

.icon-5 {
  z-index: 0;
}

.imagelink {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  text-decoration: underline;
}

.div-block-60 {
  position: absolute;
  left: 50px;
  top: auto;
  right: auto;
  bottom: 50px;
}

.div-block-61 {
  position: absolute;
  left: 50px;
  top: 50px;
  right: auto;
  bottom: auto;
  max-width: 50%;
}

.typo--bannertitle {
  font-size: 5vw;
  font-weight: 400;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.navlink--secondary {
  margin-left: 15px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
}

.featuredcollection-tablet {
  display: none;
  width: 100%;
}

.slide-content {
  width: 100%;
}

.d-inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.d-inline-flex.align-content-center.h-100 {
  height: 100%;
}

.col {
  width: 100%;
}

.col.col-lg-6 {
  width: 50%;
}

.col.col-lg-6.order-md-last {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.col.col-md-4 {
  width: 33.333333333333336%;
}

.col.col-md-6 {
  position: relative;
  width: 50%;
}

.col.col-md-6.pl-md-5 {
  padding-left: 3rem;
}

.col.col-md-6.pl-md-5.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.col.col-md-6.br-md-1 {
  border-right: 1px solid #fff;
}

.col.col-md-6.br-md-1.pr-md-5 {
  padding-right: 3rem;
}

.col.col-md-6.br-md-1.pr-md-5.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-right-width: 3px;
  border-right-color: #000;
}

.col.col-md-6.pl-md-3 {
  padding-left: 1rem;
}

.col.col-md-9 {
  width: 75%;
}

.col.col-md-9.border-right {
  border-right: 1px solid #fff;
}

.col.col-md-9.d-md-inline-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.col.col-md-3 {
  width: 25%;
}

.col.col-md-3.pl-5 {
  padding-left: 3rem;
}

.col.col-md-3.justify-content-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col.col-lg-4 {
  width: 33.333333333333336%;
}

.col.col-lg-4.mb-6 {
  margin-bottom: 6rem;
}

.col.col-lg-4.mb-3 {
  margin-bottom: 1rem;
}

.col.col-md-8 {
  width: 66.66666666666667%;
}

.col.col-md-8.mb-3 {
  margin-bottom: 1rem;
}

.col.pl-lg-3 {
  padding-left: 1rem;
}

.col.pl-lg-3.pst-200 {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.col.col-xs-9 {
  width: 75%;
}

.col.col-xs-9.pl-3 {
  padding-left: 1rem;
}

.col.col-sm-9 {
  width: 75%;
}

.col.col-sm-3 {
  width: 25%;
}

.col.col-sm-3.align-content-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col.col-sm-3.align-content-between.justify-content-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.col-sm-3.align-content-between.justify-content-end-sm {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.col.col-xs-8 {
  width: 66.66666666666667%;
}

.col.col-xs-8.pl-3 {
  padding-left: 1rem;
}

.col.col-xs-4 {
  width: 33.333333333333336%;
}

.col.col-xs-3 {
  width: 25%;
}

.col.pl-lg-5 {
  padding-left: 3rem;
}

.col.pl-lg-5.pst-lg-200 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.col.justify-content-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col.col-md-5 {
  width: 41.66666666666667%;
}

.col.col-md-5.pl-md-3 {
  padding-left: 1rem;
}

.col.col-md-7 {
  width: 58.333333333333336%;
}

.col.col-1-7 {
  width: 14.285714285714286%;
}

.col.col-lg-6-7 {
  width: 85.71428571428572%;
}

.col.col-lg-6-7.pl-3 {
  padding-left: 1rem;
}

.col.d-inline-flex.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col.d-inline-flex.justify-content-between.p-3.bg-secondary.mb-3 {
  margin-bottom: 1rem;
}

.col.col-lg-7 {
  width: 58.333333333333336%;
}

.col.col-lg-5 {
  width: 41.66666666666667%;
}

.col.col-lg-10 {
  width: 83.33333333333334%;
}

.col.col-lg-10.px-lg-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.col.mb-3 {
  margin-bottom: 1rem;
}

.col.col-lg-8 {
  width: 66.66666666666667%;
}

.featured-slider {
  height: 100%;
  background-color: #fff;
}

.icon-6 {
  color: #222;
}

.icon-7 {
  color: #222;
}

.p-3 {
  padding: 1rem;
}

.p-3.b-1 {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 5px;
}

.p-3.mb-3.b-3 {
  border: 3px solid #000;
  border-radius: 5px;
}

.featuredcollection-mobile {
  display: none;
  width: 100%;
}

.titleblock-wrapper {
  width: 100%;
  margin-bottom: 25px;
}

.pr-3 {
  padding-right: 1rem;
  padding-bottom: 0px;
}

.mb-5 {
  margin-bottom: 3rem;
}

.p-sm-3 {
  padding: 1rem;
}

.p-5 {
  padding: 3rem;
}

.p-5.bg-secondary {
  height: 100%;
}

.p-5.bg-muted {
  background-color: #f2f2f2;
}

.p-5.bg-danger {
  background-color: #e74c3c;
}

.p-5.bg-shit-brown {
  background-color: #e4be95;
}

.bg-secondary {
  background-color: #f7ede4;
}

.typo-light {
  font-weight: 400;
}

.img-collections {
  width: 100%;
  height: 100%;
}

.div-block-63 {
  position: relative;
  width: 100%;
  height: 500px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.quantity-button {
  width: 50px;
  height: 50px;
  padding: 13px 20px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.quantity-button.mr-2 {
  margin-right: 0.5rem;
}

.link-3 {
  font-weight: 400;
  text-decoration: underline;
}

.p-5-md-3 {
  padding: 3rem;
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.align-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.typo-title.show-md {
  display: none;
}

.pl-md-3 {
  padding-left: 1rem;
}

.map {
  position: absolute;
}

.map-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.pl-lg-3 {
  padding-left: 1rem;
}

.google-map {
  height: 500px;
}

.pl-md-5 {
  padding-left: 3rem;
}

.pl-md-3-copy {
  padding-left: 3rem;
}

.accordion-wrapper {
  border-top: 1px solid #000;
}

.accordion-item {
  overflow: hidden;
  border-bottom: 1px solid #000;
}

.accordion-trigger {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-trigger.d-inline-flex.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.square-icon-link-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-button {
  background-color: #004225;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  background-color: #222;
}

.text-white {
  color: #fff;
}

.text-white.mr-3 {
  margin-right: 1rem;
}

.link-dark {
  color: #fff;
}

.link-dark:hover {
  text-decoration: underline;
}

.price {
  font-size: 2.3em;
  line-height: 1;
  font-weight: 500;
}

.price.typo--titlesecondary {
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.price.typo--italic {
  font-style: italic;
}

.payment-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.5);
}

.payment-modal-content {
  overflow: hidden;
  width: 385px;
  max-width: 100%;
  border-radius: 20px;
  background-color: #004225;
}

.payment-modal--top-banner {
  width: 100%;
}

.payment-modal--sales-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004225;
  color: #fff;
}

.payment-modal--product {
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25em;
}

.payment-modal--price {
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.payment-modal--email {
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25em;
}

.payment-modal--payment-details {
  z-index: 1000;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.payment-modal--form-block {
  width: 100%;
  margin-bottom: 0px;
  padding: 20px;
}

.payment-modal--form-block.p-4 {
  margin-bottom: 0px;
  padding: 1.5rem;
}

.payent-modal--form {
  width: 100%;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-size: 2.3em;
}

.inout {
  height: 50px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #004225;
  border-radius: 4px;
  background-color: #fff;
}

.inout:active {
  border: 1px solid #000;
}

.inout:focus {
  border: 1px solid #000;
}

.payment-modal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-icon-payment {
  display: block;
  height: 44px;
  max-height: 44px;
}

.bg-muted {
  background-color: #ccc;
}

.title-4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.mb-3 {
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-4.b-1 {
  border: 1px solid #000;
  border-radius: 5px;
}

.mt-5 {
  margin-top: 3rem;
}

.item-link {
  width: 100%;
}

.item-link.w--current {
  width: 100%;
}

.quantity-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
}

.sub-heading-1 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.sub-heading-1.oldprice {
  margin-right: 10px;
  text-decoration: line-through;
}

.sub-heading-1.newprice {
  color: #e74c3c;
  text-decoration: none;
}

.p-sm-5 {
  padding: 3rem;
}

.credits {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.contact-details {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sub-heading-2 {
  font-size: 2.3em;
  line-height: 1;
  font-weight: 500;
}

.sub-heading-2.typo--titlesecondary {
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.sub-heading-2.typo--italic {
  font-style: italic;
}

.shopping-card-active {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: #f3c666;
}

.shopping-card-active.d-none {
  display: none;
}

.square-icon-cart {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-icon-cart.account {
  display: none;
}

.square-icon-account {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-icon-account.account {
  display: none;
}

.header-contact--nav-menu {
  height: 50px;
  background-color: #222;
}

.d-none {
  display: none;
}

.d-none.d-lg-block {
  display: block;
}

.bg-dark {
  background-color: #000;
}

.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-block-small {
  display: none;
}

.div-block-65 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-2 {
  max-height: 44px;
  padding-top: 0px;
}

.logo-2.mobileicon {
  display: none;
}

.logo-2.logo-large {
  padding-top: 0px;
}

.top-banner__telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner__icon {
  margin-right: 10px;
}

.search-container {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-searchbar {
  width: 100%;
  height: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #004225;
}

.header-searchbar.mgn-b-16 {
  margin-bottom: 16px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-icon {
  position: relative;
  display: block;
}

.menu-button {
  z-index: 100;
  width: 44px;
  height: 44px;
  padding: 5px;
}

.nav__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.nav-menu {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7ede4;
}

.nav-menu__container {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.categories {
  width: 100%;
  background-color: #004225;
}

.category__dropdown {
  width: 100%;
}

.category__dropdown-toggle {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.icon-8 {
  margin-right: 62px;
  color: #fff;
}

.category__dropdown-list.w--open {
  background-color: #004225;
  color: #fff;
}

.category__dropdown-link {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.categories__desktop {
  display: none;
  width: 100%;
  max-height: 75px;
}

.categories__tablet {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.contact-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner__container.pad-0 {
  padding-top: 0px;
}

.top-banner__container.mgn-b-16 {
  margin-bottom: 16px;
}

.top-banner__container.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-banner__container.h-100 {
  height: 100%;
}

.top-banner__text {
  color: #fff;
  font-size: 14px;
}

.top-banner__text.mr-3 {
  margin-right: 1rem;
}

.top-banner__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-banner__text--lg-none {
  color: #fff;
}

.top-banner__text--lg-none.mr-3 {
  margin-right: 1rem;
}

.logo__vertical-lockup {
  max-height: 150px;
  max-width: none;
}

.search_button {
  position: absolute;
  left: 50px;
  top: 25px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.search_button.account {
  display: none;
}

.cart-button {
  position: absolute;
  left: auto;
  top: 25px;
  right: 50px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cart-button.account {
  display: none;
}

.top-banner__link {
  margin-right: 1rem;
  color: #fff;
  font-size: 14px;
}

.top-banner__link.mr-3 {
  margin-right: 1rem;
}

.search__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search__container._02 {
  width: 100%;
  margin-right: 0px;
}

.search {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 250;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-height: 100vh;
  background-color: #f7ede4;
}

.search-form__input {
  height: 32px;
  margin-bottom: 0px;
  padding-bottom: 3px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.33em;
  font-weight: 400;
}

.search-form__input:focus {
  border-width: 1px;
  border-color: #222;
}

.search-form__input::-webkit-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input:-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input::-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input::placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input.group {
  height: 100%;
  border-style: none;
}

.search-form__input.disabled {
  background-color: #e5e5e5;
}

.search-form__input.field-small {
  width: 40%;
}

.search-form__input.left {
  margin-right: 12.5px;
}

.search-form__input.right {
  margin-left: 12.5px;
}

.search-form__button {
  width: auto;
  height: 32px;
  padding: 5px 36px 6px;
  border-radius: 50px;
  background-color: #004225;
}

.sub-heading-3 {
  margin-bottom: 3rem;
  color: #222;
  font-size: 2.3em;
  line-height: 1;
  font-weight: 500;
}

.sub-heading-3.typo--titlesecondary {
  font-size: 1.5em;
  line-height: 1.428;
  font-weight: 400;
}

.sub-heading-3.typo--italic {
  font-style: italic;
}

.search-button__icon {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.search-tablet {
  display: none;
}

.search-tablet__form {
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 15px 50px;
}

.search-form__input--tablet {
  height: 44px;
  margin-bottom: 0px;
  border-style: solid none;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.search-form__input--tablet:focus {
  border-width: 1px;
  border-color: #222;
}

.search-form__input--tablet::-webkit-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input--tablet:-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input--tablet::-ms-input-placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input--tablet::placeholder {
  font-family: franklin-gothic-urw, sans-serif;
  color: #222;
  font-weight: 400;
}

.search-form__input--tablet.group {
  height: 100%;
  border-style: none;
}

.search-form__input--tablet.disabled {
  background-color: #e5e5e5;
}

.search-form__input--tablet.field-small {
  width: 40%;
}

.search-form__input--tablet.left {
  margin-right: 12.5px;
}

.search-form__input--tablet.right {
  margin-left: 12.5px;
}

.search-form__button--tablet {
  height: 44px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.search-tablet__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.search-tablet__icon.account {
  display: none;
}

.search-button__text {
  color: #222;
}

.cart-button__icon {
  width: 44px;
  height: 44px;
  margin-left: 15px;
}

.cart-button__text {
  color: #222;
}

.close-button {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.close-button.account {
  display: none;
}

.top-banner__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-banner__left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn-menu-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-menu-open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f19933;
}

.ham-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ham-top {
  position: relative;
  width: 30px;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #1d3557;
}

.ham-bottom {
  position: relative;
  width: 30px;
  height: 4px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #1d3557;
}

.categories-accordion {
  width: 100%;
}

.categories-accordion__list {
  width: 100%;
}

.categories-accordion__item {
  width: 100%;
  background-color: #fff;
}

.categories-accordion__item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  padding: 10px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004225;
  cursor: pointer;
}

.categories-accordion__item-content {
  overflow: hidden;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.categories-title {
  color: #fff;
  font-size: 19px;
}

.top-banner__link--end {
  color: #fff;
  font-size: 14px;
}

.top-banner__link--end.mr-3 {
  margin-right: 1rem;
}

.categories-accordion__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.categories-accordion__icon.account {
  display: none;
}

@media screen and (min-width: 1280px) {
  .col.pl-lg-5.pst-lg-100 {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }

  .categories__desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .categories__tablet {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 55px;
  }

  .nav-link {
    font-weight: 400;
  }

  .navigationcontainer {
    display: none;
  }

  .navigation-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-search._02 {
    display: block;
    margin-right: 0px;
  }

  .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .featured-collection {
    display: none;
  }

  .title-1.lg-hide {
    display: none;
  }

  .headertablet {
    width: 100%;
  }

  .header-menu {
    display: block;
  }

  .navmenu-logo {
    width: auto;
  }

  .header-strip-row-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .featuredcollection-tablet {
    display: block;
  }

  .slide-content {
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .col.col-lg-6 {
    width: 100%;
  }

  .col.col-lg-6.order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col.col-lg-6.order-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .col.col-lg-4 {
    width: 100%;
  }

  .col.pl-lg-3 {
    padding-left: 0rem;
  }

  .col.col-xs-6 {
    width: 50%;
  }

  .col.col-xs-9 {
    width: 75%;
  }

  .col.col-sm-9 {
    width: 75%;
  }

  .col.col-sm-3 {
    width: 25%;
  }

  .col.pl-lg-5 {
    padding-left: 0rem;
  }

  .col.col-1-7.hide-lg {
    display: none;
  }

  .col.col-lg-6-7 {
    width: 100%;
  }

  .col.col-lg-7 {
    width: 100%;
  }

  .col.col-lg-5 {
    width: 100%;
  }

  .col.col-lg-10 {
    width: 100%;
  }

  .col.col-lg-10.px-lg-3 {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .col.col-lg-8 {
    width: 100%;
  }

  .featured-slider {
    margin-bottom: 20px;
  }

  .left-arrow {
    top: -136px;
    width: 50px;
  }

  .left-arrow.type-02 {
    top: 0px;
  }

  .right-arrow {
    top: -136px;
    width: 50px;
  }

  .right-arrow.type02 {
    top: 0px;
  }

  .typo-title.show-md {
    display: block;
  }

  .typo-title.hide-lg {
    display: none;
  }

  .pl-lg-3 {
    padding-left: 0rem;
  }

  .item-link {
    width: 100%;
  }

  .hide-lg {
    display: none;
  }

  .d-none.d-md-block {
    display: block;
  }

  .d-none.d-lg-block {
    display: none;
  }

  .img-block-large {
    display: none;
  }

  .img-block-small {
    display: block;
  }

  .menu-button {
    position: absolute;
    left: 50px;
    top: 25px;
    right: auto;
    bottom: auto;
  }

  .categories {
    width: 100%;
  }

  .category__dropdown-list.w--open {
    padding-bottom: 20px;
  }

  .category__dropdown-link {
    border-top: 1px solid #fff;
  }

  .categories__desktop {
    display: none;
    width: 100%;
  }

  .categories__tablet {
    display: block;
    width: 100%;
  }

  .top-banner__text--lg-none {
    display: none;
  }

  .search__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search__container._02 {
    display: block;
    margin-right: 0px;
  }

  .search-tablet__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search-form__input--tablet {
    padding-bottom: 10px;
  }

  .search-tablet__icon {
    padding: 8px;
  }

  .btn-menu-open {
    top: 9.5px;
    right: 9.5px;
  }

  .categories-accordion {
    width: 100%;
  }

  .categories-accordion__list {
    width: 100%;
  }

  .categories-accordion__item {
    width: 100%;
  }

  .categories-accordion__item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .categories-accordion__item-content {
    overflow: hidden;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }

  .categories-title {
    color: #fff;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .content {
    margin-top: 25px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .image.mobileicon {
    display: block;
    padding-top: 0px;
  }

  .image.logo-large {
    display: block;
    max-height: 32px;
  }

  .header-strip-row {
    display: none;
  }

  .hero-image-wrapper.aspect-ratio-2-1-md-1-1 {
    padding-bottom: 100%;
  }

  .section.hide-md {
    display: none;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header--primarynav {
    margin-top: 0px;
  }

  .typo--title {
    font-size: 2em;
  }

  .divider-1.d-md-none {
    display: none;
  }

  .filterdropdown {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .itemcell.items {
    width: 100%;
  }

  .headertablet {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-9 {
    display: none;
  }

  .div-block-37 {
    height: 44px;
  }

  .header-strip-row-mobile {
    position: absolute;
    display: none;
  }

  .featuredcollection-tablet {
    display: none;
  }

  .col.col-12 {
    width: 100%;
  }

  .col.col-md-4 {
    width: 100%;
  }

  .col.col-md-6 {
    width: 100%;
  }

  .col.col-md-6.pl-md-5 {
    padding-left: 0rem;
  }

  .col.col-md-6.br-md-1 {
    border-right-style: none;
  }

  .col.col-md-6.br-md-1.pr-md-5 {
    padding-right: 0rem;
  }

  .col.col-md-9 {
    width: 100%;
  }

  .col.col-md-9.d-md-inline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col.col-md-3 {
    width: 100%;
  }

  .col.col-xs-9 {
    width: 75%;
  }

  .col.col-xs-9.pl-3 {
    padding-left: 1rem;
  }

  .col.justify-content-end.d-md-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col.col-md-5 {
    width: 100%;
  }

  .col.col-md-5.pl-md-3 {
    padding-left: 0rem;
  }

  .col.col-md-7 {
    width: 100%;
  }

  .featuredcollection-mobile {
    display: block;
  }

  .left-arrow {
    width: 50px;
  }

  .right-arrow {
    width: 50px;
  }

  .hide-md {
    display: none;
  }

  .p-5-md-3 {
    padding: 1rem;
  }

  .typo-title {
    line-height: 42px;
  }

  .pl-md-3 {
    padding-left: 0rem;
  }

  .pl-md-5 {
    padding-left: 0rem;
  }

  .pl-md-3-copy {
    padding-left: 0rem;
  }

  .contact-details {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .d-none.d-md-block {
    display: none;
  }

  .logo-2.mobileicon {
    display: block;
    padding-top: 0px;
  }

  .logo-2.logo-large {
    display: block;
    max-height: 32px;
  }

  .top-banner__telephone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header-searchbar {
    margin-top: 0px;
  }

  .menu-button {
    left: 25px;
  }

  .nav__container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .icon-8 {
    margin-right: 37px;
  }

  .contact-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-banner__container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .top-banner__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search_button {
    left: 25px;
  }

  .cart-button {
    right: 25px;
  }

  .search__container {
    padding: 25px;
  }

  .search-tablet__form {
    padding-right: 25px;
    padding-left: 25px;
  }

  .search-tablet__icon {
    right: 25px;
  }

  .close-button {
    top: 25px;
    right: 25px;
  }

  .top-banner__address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .btn-menu-open {
    top: 9.5px;
    right: 9.5px;
  }

  .categories-accordion__item-trigger {
    padding-right: 25px;
    padding-left: 25px;
  }

  .categories-accordion__item-content {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
  }

  .brand {
    margin-bottom: 30px;
  }

  .image.logo-large {
    max-height: none;
  }

  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }

  .section.bg-sm-muted {
    background-color: transparent;
  }

  .benefits-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .benefit.process-benefit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .process-image {
    max-width: 8rem;
  }

  .process-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 6px;
    font-size: 1.25rem;
  }

  .process-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header--primarynav {
    border-bottom: 2px solid #000;
  }

  .img-wrapper.aspect-ratio-2-1.hide-sm {
    display: none;
  }

  .div-block-10.d-sm-inline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headertablet {
    display: none;
  }

  .image-9 {
    display: none;
  }

  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-list-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footernav-item.order-last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footernav-item.mr-sm-3 {
    margin-right: 0rem;
  }

  .footernav-item.mr-sm-3.mb-sm-3 {
    margin-bottom: 1rem;
  }

  .col.col-sm-9 {
    width: 100%;
  }

  .col.col-sm-9.mb-3 {
    margin-bottom: 1rem;
  }

  .col.col-sm-3 {
    width: 100%;
  }

  .col.col-sm-3.align-content-between.justify-content-end-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.justify-content-end.d-sm-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-sm-3 {
    padding: 0rem;
  }

  .google-map {
    height: 375px;
  }

  .top-banner {
    position: relative;
    z-index: 249;
  }

  .payment-modal {
    overflow: auto;
    height: 100%;
    min-height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .payment-modal-content {
    border-radius: 0px;
  }

  .payment-modal--top-banner {
    width: 100%;
  }

  .payment-modal-top {
    margin-bottom: 20px;
  }

  .quantity-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
  }

  .p-sm-5 {
    padding: 0rem;
  }

  .p-sm-5.sm-pt-3 {
    padding-top: 1rem;
  }

  .contact-details {
    padding-bottom: 20px;
  }

  .header-contact--nav-menu {
    display: none;
  }

  .d-none.d-sm-block {
    display: none;
  }

  .logo-2.logo-large {
    display: none;
  }

  .header-searchbar {
    border-bottom: 2px solid #000;
  }

  .menu-button {
    z-index: 200;
    width: 38px;
    height: 38px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav__container {
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 105;
    display: block;
    overflow: auto;
  }

  .nav-menu__container {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .category__dropdown {
    z-index: 0;
  }

  .category__dropdown-toggle {
    z-index: 0;
  }

  .text-block-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-banner__links {
    display: none;
  }

  .logo__vertical-lockup {
    max-height: 115px;
  }

  .search_button {
    left: auto;
    top: 25px;
    right: 50px;
    bottom: auto;
    z-index: 249;
    height: 38px;
    padding-left: 10px;
  }

  .cart-button {
    z-index: 200;
    height: 38px;
  }

  .search-form__input {
    margin-bottom: 21px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }

  .search-form__button {
    width: 125px;
  }

  .search-button__icon {
    width: auto;
    height: 25px;
  }

  .search-form__input--tablet {
    border-radius: 0px;
  }

  .search-button__text {
    display: none;
  }

  .cart-button__icon {
    width: auto;
    height: 25px;
  }

  .cart-button__text {
    display: none;
  }

  .top-banner__left-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .btn-menu-close {
    z-index: 205;
    width: 38px;
    height: 38px;
  }

  .btn-menu-open {
    top: 0px;
    z-index: 201;
    width: 38px;
    height: 38px;
    background-color: transparent;
  }

  .ham-icon {
    width: 38px;
    height: 38px;
  }

  .ham-top {
    background-color: #000;
  }

  .ham-bottom {
    background-color: #000;
  }

  .categories-accordion__item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .categories-accordion__item-content {
    overflow: hidden;
    padding-right: 25px;
    padding-left: 25px;
  }

  .categories-title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-menu__heading-bg {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 1;
    height: 90px;
    border-bottom: 1px solid #000;
    background-color: #f7ede4;
  }
}

#w-node-1def7c2738c3-a889b980 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1def7c2738ce-a889b980 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-1def7c2738d9-a889b980 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-1def7c2738ce-a889b980 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-1def7c2738d9-a889b980 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

