@charset "UTF-8";
/*
Theme Name: Dawson Boutique
Theme URI: https://tessellate.co.uk/
Author: Tessellate Design Studio
Author URI: https://tessellate.co.uk/
Description: Dawson Boutique website theme.
Version: 5.0
Text Domain: tessellate_theme
*/
/************ Normalize ************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code, kbd, pre, samp {
  font-size: 1em;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

mark {
  background: none;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/********** Media Queries **********/
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.frm_verify, .frm_hidden, .frm_screen_reader {
  display: none;
}

.frm_none_container .frm_primary_label {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.xsleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xscenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xstop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsbetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xsaround {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xsevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xsstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xsstretch .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xsleft .col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xsstretch.xscenter .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsstretch.xsright .col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xsstretch.xstop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xstop .col {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsstretch.xsmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container .row.xsstretch.xsmiddle .col {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsstretch.xsbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .container .row.xsstretch.xsbottom .col {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsreverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col.xsleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xscenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xstop {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container .row .col.xsmiddle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .container .row .col.xsbottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .container .row .col.xsstretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row .col.xsstretch.xsleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xsstretch.xscenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xsstretch.xsright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xsstretch.xstop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xsstretch.xsmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xsstretch.xsbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xsorder0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xspush0 {
    margin-left: 0%;
  }
  .container .row .col.xsorder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xspush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xsorder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xspush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xsorder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xspush3 {
    margin-left: 25%;
  }
  .container .row .col.xsorder4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xspush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xsorder5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xspush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xsorder6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xspush6 {
    margin-left: 50%;
  }
  .container .row .col.xsorder7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xspush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xsorder8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xspush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xsorder9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xspush9 {
    margin-left: 75%;
  }
  .container .row .col.xsorder10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xspush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xsorder11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xspush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xsorder12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xspush12 {
    margin-left: 100%;
  }
  .container .row .col.xs1 {
    width: 8.3333333333%;
  }
  .container .row .col.xs2 {
    width: 16.6666666667%;
  }
  .container .row .col.xs3 {
    width: 25%;
  }
  .container .row .col.xs4 {
    width: 33.3333333333%;
  }
  .container .row .col.xs5 {
    width: 41.6666666667%;
  }
  .container .row .col.xs6 {
    width: 50%;
  }
  .container .row .col.xs7 {
    width: 58.3333333333%;
  }
  .container .row .col.xs8 {
    width: 66.6666666667%;
  }
  .container .row .col.xs9 {
    width: 75%;
  }
  .container .row .col.xs10 {
    width: 83.3333333333%;
  }
  .container .row .col.xs11 {
    width: 91.6666666667%;
  }
  .container .row .col.xs12 {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .container .row .col.xshide, .container .row .col.xs0 {
    display: none;
  }

  .xshide, .xs0 {
    display: none;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row.smleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smtop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smbetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.smaround {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.smevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.smstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.smstretch .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.smstretch.smleft .col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smstretch.smcenter .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smstretch.smright .col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smstretch.smtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.smstretch.smtop .col {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smstretch.smmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container .row.smstretch.smmiddle .col {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smstretch.smbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .container .row.smstretch.smbottom .col {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smreverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container .row .col.smleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smtop {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container .row .col.smmiddle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .container .row .col.smbottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .container .row .col.smstretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row .col.smstretch.smleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.smstretch.smcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.smstretch.smright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.smstretch.smtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.smstretch.smmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.smstretch.smbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.smorder0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.smpush0 {
    margin-left: 0%;
  }
  .container .row .col.smorder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.smpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.smorder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.smpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.smorder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.smpush3 {
    margin-left: 25%;
  }
  .container .row .col.smorder4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.smpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.smorder5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.smpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.smorder6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.smpush6 {
    margin-left: 50%;
  }
  .container .row .col.smorder7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.smpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.smorder8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.smpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.smorder9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.smpush9 {
    margin-left: 75%;
  }
  .container .row .col.smorder10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.smpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.smorder11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.smpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.smorder12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.smpush12 {
    margin-left: 100%;
  }
  .container .row .col.sm1 {
    width: 8.3333333333%;
  }
  .container .row .col.sm2 {
    width: 16.6666666667%;
  }
  .container .row .col.sm3 {
    width: 25%;
  }
  .container .row .col.sm4 {
    width: 33.3333333333%;
  }
  .container .row .col.sm5 {
    width: 41.6666666667%;
  }
  .container .row .col.sm6 {
    width: 50%;
  }
  .container .row .col.sm7 {
    width: 58.3333333333%;
  }
  .container .row .col.sm8 {
    width: 66.6666666667%;
  }
  .container .row .col.sm9 {
    width: 75%;
  }
  .container .row .col.sm10 {
    width: 83.3333333333%;
  }
  .container .row .col.sm11 {
    width: 91.6666666667%;
  }
  .container .row .col.sm12 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container .row .col.smhide, .container .row .col.sm0 {
    display: none;
  }

  .smhide, .sm0 {
    display: none;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row.mdleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdtop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdbetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.mdaround {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.mdevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.mdstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.mdstretch .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdleft .col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdstretch.mdcenter .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdstretch.mdright .col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdstretch.mdtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdtop .col {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdstretch.mdmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container .row.mdstretch.mdmiddle .col {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdstretch.mdbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .container .row.mdstretch.mdbottom .col {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdreverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row .col.mdleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdtop {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container .row .col.mdmiddle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .container .row .col.mdbottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .container .row .col.mdstretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row .col.mdstretch.mdleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.mdstretch.mdcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.mdstretch.mdright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.mdstretch.mdtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.mdstretch.mdmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.mdstretch.mdbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.mdorder0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.mdpush0 {
    margin-left: 0%;
  }
  .container .row .col.mdorder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.mdpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.mdorder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.mdpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.mdorder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.mdpush3 {
    margin-left: 25%;
  }
  .container .row .col.mdorder4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.mdpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.mdorder5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.mdpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.mdorder6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.mdpush6 {
    margin-left: 50%;
  }
  .container .row .col.mdorder7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.mdpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.mdorder8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.mdpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.mdorder9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.mdpush9 {
    margin-left: 75%;
  }
  .container .row .col.mdorder10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.mdpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.mdorder11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.mdpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.mdorder12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.mdpush12 {
    margin-left: 100%;
  }
  .container .row .col.md1 {
    width: 8.3333333333%;
  }
  .container .row .col.md2 {
    width: 16.6666666667%;
  }
  .container .row .col.md3 {
    width: 25%;
  }
  .container .row .col.md4 {
    width: 33.3333333333%;
  }
  .container .row .col.md5 {
    width: 41.6666666667%;
  }
  .container .row .col.md6 {
    width: 50%;
  }
  .container .row .col.md7 {
    width: 58.3333333333%;
  }
  .container .row .col.md8 {
    width: 66.6666666667%;
  }
  .container .row .col.md9 {
    width: 75%;
  }
  .container .row .col.md10 {
    width: 83.3333333333%;
  }
  .container .row .col.md11 {
    width: 91.6666666667%;
  }
  .container .row .col.md12 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container .row .col.mdhide, .container .row .col.md0 {
    display: none;
  }

  .mdhide, .md0 {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .container .row.lgleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgtop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgbetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.lgaround {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.lgevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.lgstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.lgstretch .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgleft .col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgstretch.lgcenter .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgstretch.lgright .col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgstretch.lgtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgtop .col {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgstretch.lgmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container .row.lgstretch.lgmiddle .col {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgstretch.lgbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .container .row.lgstretch.lgbottom .col {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgreverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container .row .col.lgleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgtop {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container .row .col.lgmiddle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .container .row .col.lgbottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .container .row .col.lgstretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row .col.lgstretch.lgleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.lgstretch.lgcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.lgstretch.lgright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.lgstretch.lgtop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.lgstretch.lgmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.lgstretch.lgbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.lgorder0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.lgpush0 {
    margin-left: 0%;
  }
  .container .row .col.lgorder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.lgpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.lgorder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.lgpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.lgorder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.lgpush3 {
    margin-left: 25%;
  }
  .container .row .col.lgorder4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.lgpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.lgorder5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.lgpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.lgorder6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.lgpush6 {
    margin-left: 50%;
  }
  .container .row .col.lgorder7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.lgpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.lgorder8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.lgpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.lgorder9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.lgpush9 {
    margin-left: 75%;
  }
  .container .row .col.lgorder10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.lgpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.lgorder11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.lgpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.lgorder12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.lgpush12 {
    margin-left: 100%;
  }
  .container .row .col.lg1 {
    width: 8.3333333333%;
  }
  .container .row .col.lg2 {
    width: 16.6666666667%;
  }
  .container .row .col.lg3 {
    width: 25%;
  }
  .container .row .col.lg4 {
    width: 33.3333333333%;
  }
  .container .row .col.lg5 {
    width: 41.6666666667%;
  }
  .container .row .col.lg6 {
    width: 50%;
  }
  .container .row .col.lg7 {
    width: 58.3333333333%;
  }
  .container .row .col.lg8 {
    width: 66.6666666667%;
  }
  .container .row .col.lg9 {
    width: 75%;
  }
  .container .row .col.lg10 {
    width: 83.3333333333%;
  }
  .container .row .col.lg11 {
    width: 91.6666666667%;
  }
  .container .row .col.lg12 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container .row .col.lghide, .container .row .col.lg0 {
    display: none;
  }

  .lghide, .lg0 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 75px;
    padding-right: 75px;
  }
  .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .container .row.xlleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xltop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlmiddle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlbottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlbetween {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .container .row.xlaround {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .container .row.xlevenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  .container .row.xlstretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xlstretch .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xlleft .col {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlstretch.xlcenter .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlstretch.xlright .col {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xlstretch.xltop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xltop .col {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlstretch.xlmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .container .row.xlstretch.xlmiddle .col {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlstretch.xlbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .container .row.xlstretch.xlbottom .col {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlreverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .container .row .col.xlleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xltop {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .container .row .col.xlmiddle {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .container .row .col.xlbottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .container .row .col.xlstretch {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .container .row .col.xlstretch.xlleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .container .row .col.xlstretch.xlcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .container .row .col.xlstretch.xlright {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .container .row .col.xlstretch.xltop {
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xlstretch.xlmiddle {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xlstretch.xlbottom {
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xlorder0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xlpush0 {
    margin-left: 0%;
  }
  .container .row .col.xlorder1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xlorder2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xlorder3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xlorder4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xlorder5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xlorder6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xlorder7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xlorder8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xlorder9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xlorder10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xlorder11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xlorder12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xlpush12 {
    margin-left: 100%;
  }
  .container .row .col.xl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xl3 {
    width: 25%;
  }
  .container .row .col.xl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xl6 {
    width: 50%;
  }
  .container .row .col.xl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xl9 {
    width: 75%;
  }
  .container .row .col.xl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xl12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container .row .col.xlhide, .container .row .col.xl0 {
    display: none;
  }

  .xlhide, .xl0 {
    display: none;
  }
}
@media (min-width: 0px) {
  html {
    font-size: 17px;
  }

  body {
    font-family: atten-new, sans-serif;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
    color: #000000;
    background: #ECE9D9;
    -webkit-font-smoothing: antialiased;
  }

  p {
    margin: 0 0 20px;
  }
  p.margin-40 {
    margin: 0 0 40px;
  }

  strong {
    font-weight: 500;
  }

  h1, .h1 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    font-weight: 500;
    margin: 0 0 20px;
  }
  h1.light, .h1.light {
    font-weight: 300;
  }
  h1.stripe, .h1.stripe {
    position: relative;
    padding: 0 0 20px;
  }
  h1.stripe::after, .h1.stripe::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23b2cccc' d='M7.5,0 22.5,0 22.5,2 7.5,2 7.5,0'%3E%3C/path%3E%3C/svg%3E");
  }

  h2, .h2 {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 500;
    margin: 0 0 15px;
  }
  h2.light, .h2.light {
    font-weight: 300;
  }
  h2.stripe, .h2.stripe {
    position: relative;
    padding: 0 0 20px;
  }
  h2.stripe::after, .h2.stripe::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23b2cccc' d='M7.5,0 22.5,0 22.5,2 7.5,2 7.5,0'%3E%3C/path%3E%3C/svg%3E");
  }
  h2.stripe.before, .h2.stripe.before {
    padding: 20px 0 0;
  }
  h2.stripe.before::after, .h2.stripe.before::after {
    bottom: auto;
    top: 0;
  }
  h2.primary, .h2.primary {
    color: #BC8D34;
  }

  h3, .h3 {
    font-size: 21px;
    font-size: 1.2352941176rem;
    font-weight: 500;
    margin: 0 0 15px;
  }
  h3.light, .h3.light {
    font-weight: 300;
  }

  h4 {
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 15px;
  }
  h4.light {
    font-weight: 500;
    text-transform: uppercase;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px;
  }
  img.inline {
    display: inline;
  }

  .featherlight img {
    margin: 0;
  }

  #blocks ul, #cta ul, #single-profile #content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
  }
  #blocks ul li, #cta ul li, #single-profile #content ul li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
  }
  #blocks ul li::before, #cta ul li::before, #single-profile #content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #e39416;
    border-radius: 50%;
  }
  #blocks ul.large, #cta ul.large, #single-profile #content ul.large {
    font-size: 21px;
    font-size: 1.2352941176rem;
  }
  #blocks ul.large li::before, #cta ul.large li::before, #single-profile #content ul.large li::before {
    top: 7px;
  }
  #blocks ul.unstyled li, #cta ul.unstyled li, #single-profile #content ul.unstyled li {
    margin: 0;
    padding: 0;
    position: static;
  }
  #blocks ul.unstyled li::before, #cta ul.unstyled li::before, #single-profile #content ul.unstyled li::before {
    display: none;
  }
  #blocks ol, #cta ol, #single-profile #content ol {
    list-style: none;
    counter-reset: list-counter;
    padding: 0 0 0 18px;
    margin: 0 0 20px;
  }
  #blocks ol li, #cta ol li, #single-profile #content ol li {
    counter-increment: list-counter;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 7px;
  }
  #blocks ol li::marker, #cta ol li::marker, #single-profile #content ol li::marker {
    content: counter(list-counter);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    color: #e39416;
  }
  #blocks ol.unstyled, #cta ol.unstyled, #single-profile #content ol.unstyled {
    padding: 0;
  }
  #blocks ol.unstyled li, #cta ol.unstyled li, #single-profile #content ol.unstyled li {
    margin: 0;
    padding: 0;
    position: static;
  }
  #blocks ol.unstyled li::before, #cta ol.unstyled li::before, #single-profile #content ol.unstyled li::before {
    content: "";
    display: none;
  }

  #page {
    max-width: 1550px;
    margin: 0 auto;
    background: #ffffff;
  }

  .row.narrow {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.narrow .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button {
    display: inline-block;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
    background: #F9F8F4;
    color: #000000;
  }
  .button:focus, .button:hover {
    background: #F4F2E9;
  }
  .button.primary, .button.alt {
    background: #BC8D34;
    color: #ffffff;
  }
  .button.primary:focus, .button.primary:hover, .button.alt:focus, .button.alt:hover {
    background: #a0782c;
  }
  .button.secondary {
    background: #8e6a26;
    color: #ffffff;
  }
  .button.secondary:focus, .button.secondary:hover {
    background: #b58730;
  }
  .button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .padding {
    padding: 20px;
  }

  .centered, .col.centered {
    text-align: center;
  }

  .bg-white {
    background: #ffffff;
    color: #000000;
  }

  .bg-blue-light {
    background: #F4F2E9;
    color: #000000;
  }

  .bg-blue-dark {
    background: #BC8D34;
    color: #ffffff;
  }

  .lines {
    position: relative;
    padding: 0 0 15px;
  }
  .lines::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  .lines.triple {
    margin: 0 0 25px;
    padding: 0;
  }
  .lines.triple::after {
    width: 75px;
    bottom: -25px;
  }
  .lines.centered::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .centered .lines::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .border {
    border-bottom: 1px solid #8e6a26;
    margin: 0 0 10px;
  }

  .arrow {
    display: block;
    padding: 0 25px 10px 0;
    border-bottom: 1px solid #8e6a26;
    position: relative;
  }
  .arrow::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 15px);
    right: 0;
    background-image: url(assets/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .select, #single-product #content form select, #archive-product #archive select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F9F8F4;
    padding: 10px 30px 10px 10px;
    height: 45px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M0,0 100,0 50,80' fill='%23908F95'/%3E%3C/svg%3E");
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-size: 12px auto;
  }

  .input, .woocommerce .woocommerce-cart-form table .coupon input[type=text], .woocommerce .woocommerce-cart-form table td .quantity input[type=number], #archive-profile #form .form-field input[type=text],
#archive-profile #form .form-field input[type=email], #single-product #content form textarea, #single-product #content form input {
    background-color: #F9F8F4;
    padding: 10px;
    height: 45px;
  }

  div#tessellate-store-notice {
    background: #e39416;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }

  h1, .h1 {
    font-size: 40px;
    font-size: 2.3529411765rem;
    margin: 0 0 30px;
  }
  h1.stripe, .h1.stripe {
    padding: 0;
  }
  h1.stripe::after, .h1.stripe::after {
    bottom: 50%;
  }
  h1.stripe span, .h1.stripe span {
    display: inline-block;
    background: #ffffff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }

  h2, .h2 {
    font-size: 30px;
    font-size: 1.7647058824rem;
    margin: 0 0 30px;
  }
  h2.stripe, .h2.stripe {
    padding: 0;
  }
  h2.stripe::after, .h2.stripe::after {
    bottom: 50%;
  }
  h2.stripe span, .h2.stripe span {
    display: inline-block;
    background: #ffffff;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
  }

  h3, .h3 {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }

  h4 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }

  .padding {
    padding: 30px;
  }

  #blocks ul li, #cta ul li {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
  }
  #blocks ul li::before, #cta ul li::before {
    top: 7px;
  }
  #blocks ul.large, #cta ul.large {
    font-size: 26px;
    font-size: 1.5294117647rem;
    margin: 0 0 30px;
  }
  #blocks ul.large li::before, #cta ul.large li::before {
    top: 10px;
  }
  #blocks ul.unstyled li, #cta ul.unstyled li {
    margin: 0;
    padding: 0;
    position: static;
  }
  #blocks ul.unstyled li::before, #cta ul.unstyled li::before {
    display: none;
  }
  #blocks ol, #cta ol {
    padding: 0 0 0 18px;
  }
  #blocks ol li, #cta ol li {
    margin: 0 0 10px;
    padding: 0 0 0 7px;
  }
  #blocks ol.unstyled, #cta ol.unstyled {
    padding: 0;
  }
  #blocks ol.unstyled li, #cta ol.unstyled li {
    margin: 0;
    padding: 0;
    position: static;
  }
  #blocks ol.unstyled li::before, #cta ol.unstyled li::before {
    content: "";
    display: none;
  }

  .button {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }

  .border {
    padding: 0 0 10px;
    margin: 0;
  }

  .row.narrow {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.narrow .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) {
  #header {
    padding: 20px 0;
    position: relative;
  }
  #header img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0;
  }
  #header .icon-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
  }
  #header .icon-links#icon-links-lg a.account, #header .icon-links#icon-links-lg form.search {
    display: none;
  }
  #header .icon-links#icon-links-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #header .icon-links#icon-links-sm a, #header .icon-links#icon-links-sm button {
    margin: 0 15px;
  }
  #header .icon-links a, #header .icon-links button {
    width: 40px;
    height: 40px;
    background-size: 30px auto;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: 999px;
    overflow: hidden;
    display: block;
    margin: 0 0 0 15px;
    position: relative;
  }
  #header .icon-links a.account, #header .icon-links button.account {
    background-image: url(assets/user.svg);
  }
  #header .icon-links a.cart, #header .icon-links button.cart {
    background-image: url(assets/cart.svg);
    background-size: 32px auto;
  }
  #header .icon-links a.cart span, #header .icon-links button.cart span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: #BC8D34;
    color: #ffffff;
    border-radius: 50%;
    top: 13px;
    right: 10px;
    text-indent: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  #header .icon-links a.search, #header .icon-links button.search {
    background-image: url(assets/search.svg);
  }
  #header .icon-links a#menu-toggle span, #header .icon-links button#menu-toggle span {
    display: block;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transition: border-color 0.25s;
    -moz-transition: border-color 0.25s;
    -ms-transition: border-color 0.25s;
    transition: border-color 0.25s;
  }
  #header .icon-links a#menu-toggle span::before, #header .icon-links button#menu-toggle span::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  #header .icon-links a#menu-toggle span::after, #header .icon-links button#menu-toggle span::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  #header .icon-links a#menu-toggle.open span, #header .icon-links button#menu-toggle.open span {
    border-color: transparent;
  }
  #header .icon-links a#menu-toggle.open span::before, #header .icon-links button#menu-toggle.open span::before {
    transform: rotate(45deg);
  }
  #header .icon-links a#menu-toggle.open span::after, #header .icon-links button#menu-toggle.open span::after {
    transform: rotate(-45deg);
  }
  #header .icon-links form input {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
    background: #ffffff;
    width: 100%;
    display: none;
  }
  #header .icon-links form.open {
    padding: 0 0 60px;
  }
  #header .icon-links form.open input {
    display: block;
  }
  #header #menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F9F8F4;
    text-align: center;
    padding: 20px;
    display: none;
  }
  #header #menu ul {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 1.1764705882rem;
    text-transform: uppercase;
    font-weight: 400;
  }
  #header #menu ul li {
    border-bottom: 2px solid #EAE5D3;
  }
  #header #menu ul li a {
    display: block;
    padding: 15px 0;
  }
  #header #menu ul li.megamenu > .sub-menu > li > a {
    display: none;
  }
  #header #menu ul li .sub-menu {
    padding: 20px 10px 15px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -2px;
    position: relative;
  }
  #header #menu ul li .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
    width: 14px;
    height: 14px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #menu ul li .sub-menu .brand, #header #menu ul li .sub-menu .category {
    width: 50%;
    padding: 0 10px;
  }
  #header #menu ul li .sub-menu ul {
    margin: 0;
    padding: 0 15px;
  }
  #header #menu ul li .sub-menu li {
    border: none;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
  }
  #header #menu ul li .sub-menu li a {
    padding: 5px 0;
  }
  #header #menu ul li .sub-menu h4 {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #EAE5D3;
  }
  #header #menu ul li div.sub-menu {
    text-align: left;
  }
  #header #menu ul li ul.sub-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  #header {
    padding: 20px 0 30px;
  }
  #header .container .row {
    position: relative;
  }
  #header img {
    height: 60px;
  }
  #header .icon-links {
    position: absolute;
    top: -5px;
    right: 25px;
  }
  #header .icon-links#icon-links-lg a.account, #header .icon-links#icon-links-lg form.search {
    display: block;
  }
  #header .icon-links#icon-links-sm {
    display: none;
  }
  #header .icon-links a, #header .icon-links button {
    width: 40px;
    height: 40px;
    background-size: 25px auto;
    margin: 0 0 0 20px;
  }
  #header .icon-links a.cart, #header .icon-links button.cart {
    background-size: 28px auto;
  }
  #header .icon-links a.cart span, #header .icon-links button.cart span {
    width: 18px;
    height: 18px;
    top: 14px;
    right: 11px;
  }
  #header .icon-links a#menu-toggle, #header .icon-links button#menu-toggle {
    display: none;
  }
  #header .icon-links form {
    position: relative;
  }
  #header .icon-links form input {
    left: auto;
    right: calc(100% - 15px);
    padding: 8px 12px;
    background: #F9F8F4;
    width: 200px;
    max-width: none;
  }
  #header .icon-links form.open {
    padding: 0;
  }
  #header #menu {
    position: relative;
    background: none;
    text-align: right;
    padding: 0;
    display: block !important;
    margin: 10px 0 -30px;
  }
  #header #menu ul {
    margin: 0;
    font-size: 18px;
    font-size: 1.0588235294rem;
    line-height: 20px;
  }
  #header #menu ul li {
    border: none;
    display: inline-block;
    margin: 0 0 0 32px;
    position: relative;
  }
  #header #menu ul li a {
    display: block;
    padding: 10px 0 25px;
  }
  #header #menu ul li:hover ul.sub-menu {
    display: block;
  }
  #header #menu ul li.megamenu:hover > ul.sub-menu {
    display: flex !important;
  }
  #header #menu ul li.megamenu > .sub-menu {
    width: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 25px 10px;
  }
  #header #menu ul li.megamenu > .sub-menu > li {
    padding: 0 20px;
    margin: 0;
    white-space: nowrap;
  }
  #header #menu ul li .sub-menu {
    width: 280px;
    padding: 25px 30px;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
    background: #F4F2E9;
    text-align: left;
  }
  #header #menu ul li .sub-menu::before {
    background: #F4F2E9;
    left: calc(75% - 7px);
  }
  #header #menu ul li .sub-menu .brand, #header #menu ul li .sub-menu .category {
    padding: 0 15px;
  }
  #header #menu ul li .sub-menu ul {
    margin: 0;
    position: static;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
  }
  #header #menu ul li .sub-menu li {
    font-size: 20px;
    font-size: 1.1764705882rem;
    display: block;
    margin: 10px 0;
  }
  #header #menu ul li .sub-menu h4 {
    font-size: 17px;
    font-size: 1rem;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  #header #menu ul li div.sub-menu {
    width: 460px;
  }
}
@media (min-width: 1200px) {
  #header .icon-links {
    position: static;
  }
  #header #menu {
    margin: 10px 0 -30px -25px;
    width: calc(100% + 25px);
  }
}
@media (min-width: 0px) {
  #cta {
    padding-top: calc(33.3333% - 60px);
    padding-bottom: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #EAE5D3;
  }
  #cta .button {
    margin: 0;
  }
  #cta form > input {
    line-height: 45px;
    padding: 0 15px;
    background: #F9F8F4;
    width: calc(100% - 100px);
    max-width: 400px;
    margin: 0 -5px 0 0;
  }
  #cta .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 115, 121, 0.8);
    overflow: auto;
    z-index: 20;
    display: none;
  }
  #cta .modal .modal-content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 720px;
    padding: 20px 20px 1px;
    background: #F4F2E9;
    margin: 20px 0;
  }
  #cta .modal .modal-content .modal-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
  }
  #cta .modal .modal-content .modal-close::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    width: 20px;
    height: 2px;
    background: #e39416;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cta .modal .modal-content .modal-close::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    width: 20px;
    height: 2px;
    background: #e39416;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cta .modal .modal-content form {
    margin: 20px 0 0;
  }
  #cta .modal .modal-content form label {
    display: block;
    margin: 0 0 5px;
  }
  #cta .modal .modal-content form input[type=text], #cta .modal .modal-content form input[type=email], #cta .modal .modal-content form textarea {
    padding: 12px 15px;
    background: #ffffff;
    margin: 0 0 20px;
    width: 100%;
  }
  #cta .modal .modal-content form button {
    display: inline-block;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
    background: #BC8D34;
    color: #ffffff;
    float: right;
  }
  #cta .modal .modal-content form button:focus, #cta .modal .modal-content form button:hover {
    background: #8e6a26;
  }
  #cta .modal .modal-content form .frm_error {
    margin: -15px 0 20px;
    font-size: 14px;
    color: #f00;
  }
  #cta .modal .modal-content form .frm_error_style {
    display: none;
  }

  #footer {
    padding: 30px 0;
    background: #313131;
    color: #ffffff;
  }
  #footer img {
    display: block;
    width: auto;
    height: 40px;
    margin: 0 auto 20px;
  }
  #footer .copyright {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  #footer .copyright p {
    margin: 0 0 5px;
  }
  #footer #social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #footer #social a {
    display: block;
    margin: 0 10px 20px;
    width: 40px;
    height: 40px;
    background-size: cover;
    text-indent: 999px;
    overflow: hidden;
  }
  #footer #social a.twitter {
    background-image: url(assets/twitter-white.svg);
  }
  #footer #social a.facebook {
    background-image: url(assets/facebook-white.svg);
  }
  #footer #social a.instagram {
    background-image: url(assets/instagram-white.svg);
  }
}
@media (min-width: 992px) {
  #cta {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #cta .padding {
    padding: 60px;
  }
  #cta form {
    margin: 30px 0 0;
  }
  #cta .modal .modal-content {
    padding: 60px 60px 40px;
    margin: 40px 0;
  }
  #cta .modal .modal-content .modal-close {
    top: 20px;
    right: 20px;
  }
  #cta .modal .modal-content .modal-close::before {
    left: 5px;
    width: 30px;
  }
  #cta .modal .modal-content .modal-close::after {
    left: 5px;
    width: 30px;
  }

  #footer {
    padding: 60px 0 30px;
  }
  #footer img {
    height: 60px;
    margin: 0 0 30px;
  }
  #footer .copyright {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  #footer #social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  #footer #social a {
    display: block;
    margin: 0 0 30px 20px;
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 0px) {
  #front-page #banner {
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 43.3%;
  }
  #front-page #banner .button {
    margin: 20px 0 0;
    width: 90%;
  }

  #page #title {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #F9F8F4;
  }
  #page #title .breadcrumb {
    margin: 0 0 20px;
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
  #page #title .breadcrumb a::after, #page #title .breadcrumb span::after {
    content: " /";
  }

  section#form {
    padding-bottom: 30px;
    background: #F9F8F4;
  }
  section#form form {
    background: #ffffff;
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #front-page #banner {
    position: relative;
  }
  #front-page #banner .padding {
    padding: 60px 60px 0;
  }
  #front-page #banner .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #front-page #banner .button {
    margin: 30px 10px 0;
    width: calc(50% - 25px);
  }

  #page #title {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #page #title .breadcrumb {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin: 0 0 30px;
  }
  #page #title h1.stripe span, #page #title h2.stripe span {
    background: #F9F8F4;
  }

  section#form {
    padding-bottom: 60px;
  }
  section#form form {
    padding: 60px;
  }
}
@media (min-width: 0px) {
  .block {
    padding: 30px 0 10px;
  }
  .block.block-text_and_image.previous-block-text_and_image, .block.block-text_and_image.previous-block-text, .block.block-text.previous-block-text_and_image, .block.block-text.previous-block-text {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .block {
    padding: 60px 0 40px;
  }
  .block.block-text_and_image.previous-block-text_and_image, .block.block-text_and_image.previous-block-text, .block.block-text.previous-block-text_and_image, .block.block-text.previous-block-text {
    padding-top: 0;
  }
}
@media (min-width: 0px) {
  .block-testimonials {
    background: #F4F2E9;
  }
  .block-testimonials q {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin: 0 0 20px;
    display: block;
  }
  .block-testimonials small {
    display: block;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .block-testimonials .glide__bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .block-testimonials .glide__bullets .glide__bullet {
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin: 0 10px 0 0;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
  }
  .block-testimonials .glide__bullets .glide__bullet--active {
    background: #EAE5D3;
  }
}
@media (min-width: 992px) {
  .block-testimonials q {
    font-size: 30px;
    font-size: 1.7647058824rem;
    margin: 10px 0 30px;
  }
  .block-testimonials small {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  .block-testimonials .glide__bullets {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 0px) {
  .block-consultations {
    background: #EAE5D3;
  }
  .block-consultations .icon {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
  }
  .block-consultations .icon.step1 {
    background-image: url(assets/step1.svg);
  }
  .block-consultations .icon.step2 {
    background-image: url(assets/step2.svg);
  }
  .block-consultations .icon.step3 {
    background-image: url(assets/step3.svg);
  }
  .block-consultations p {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .block-consultations .icon {
    width: 170px;
    height: 170px;
  }
}
@media (min-width: 0px) {
  .block-collection {
    padding-bottom: 20px;
    background: #F4F2E9;
  }
  .block-collection .image {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-size: cover;
    background-position: top center;
    margin: 0 0 10px;
    line-height: 0;
  }
}
@media (min-width: 992px) {
  .block-collection {
    padding-bottom: 50px;
  }
  .block-collection .image {
    padding-bottom: 200%;
  }
}
@media (min-width: 0px) {
  .block-text_and_quote q {
    font-size: 24px;
    font-size: 1.4117647059rem;
    padding: 20px 0;
    margin: 20px 0;
    display: block;
    position: relative;
  }
  .block-text_and_quote q::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  .block-text_and_quote q::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  .block-text_and_quote small {
    display: block;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .block-text_and_quote q {
    font-size: 26px;
    font-size: 1.5294117647rem;
    padding: 30px 0;
    margin: 0 0 30px;
  }
  .block-text_and_quote small {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
@media (min-width: 0px) {
  .block-free_consultation {
    padding: 0;
  }
  .block-free_consultation .container {
    padding-top: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .block-free_consultation a.button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .block-free_consultation {
    padding: 0;
  }
  .block-free_consultation .container {
    padding-top: 100px;
  }
  .block-free_consultation .padding {
    padding: 60px;
  }
}
@media (min-width: 0px) {
  .block-bespoke_consultation {
    background: #F9F8F4;
  }
  .block-bespoke_consultation .bg-white {
    margin: 0 0 20px;
  }
  .block-bespoke_consultation a.button {
    margin: 0;
  }
  .block-bespoke_consultation div.price {
    font-weight: 500;
    margin: -5px auto 15px;
    width: 75px;
    position: relative;
  }
  .block-bespoke_consultation div.price::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  .block-bespoke_consultation div.price::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 100%;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  .block-bespoke_consultation h2.stripe span {
    background: #F9F8F4;
  }
  .block-bespoke_consultation .bg-white {
    margin: 20px 0;
  }
}
@media (min-width: 0px) {
  .block-faqs {
    padding: 0;
  }
  .block-faqs .container {
    padding-top: 30px;
    padding-bottom: calc(33.3333% - 60px);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #F4F2E9;
  }
  .block-faqs .bg-white {
    padding: 1px 20px 20px;
    margin: 20px 0 0;
  }
  .block-faqs .faq {
    border-bottom: 1px solid #EAE5D3;
    padding: 20px 0;
  }
  .block-faqs .faq h4 {
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    cursor: pointer;
  }
  .block-faqs .faq h4::after {
    content: "+";
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    width: 20px;
    height: 20px;
    font-weight: 400;
    color: #e39416;
    font-size: 32px;
    line-height: 16px;
    text-align: center;
    -webkit-transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -ms-transition: transform 0.25s;
    transition: transform 0.25s;
  }
  .block-faqs .faq p {
    margin: 0;
    padding: 20px 0 0;
    display: none;
  }
  .block-faqs .faq.open h4::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 992px) {
  .block-faqs {
    padding: 0;
  }
  .block-faqs .container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .block-faqs .bg-white {
    padding: 10px 30px 30px;
    margin: 30px 0 0;
  }
  .block-faqs .faq {
    padding: 20px 0;
  }
}
@media (min-width: 0px) {
  .block-contact_form .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block-contact_form .social a {
    display: block;
    margin: 0 20px 20px 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    text-indent: 999px;
    overflow: hidden;
  }
  .block-contact_form .social a.twitter {
    background-image: url(assets/twitter.svg);
  }
  .block-contact_form .social a.facebook {
    background-image: url(assets/facebook.svg);
  }
  .block-contact_form .social a.instagram {
    background-image: url(assets/instagram.svg);
  }
  .block-contact_form form {
    margin: 20px 0 0;
  }
  .block-contact_form form label {
    display: block;
    margin: 0 0 5px;
  }
  .block-contact_form form input[type=text], .block-contact_form form input[type=email], .block-contact_form form textarea {
    padding: 12px 15px;
    background: #F4F2E9;
    margin: 0 0 20px;
    width: 100%;
  }
  .block-contact_form form button {
    display: inline-block;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
    background: #BC8D34;
    color: #ffffff;
    float: right;
  }
  .block-contact_form form button:focus, .block-contact_form form button:hover {
    background: #8e6a26;
  }
  .block-contact_form form .frm_error {
    margin: -15px 0 20px;
    font-size: 14px;
    color: #f00;
  }
  .block-contact_form form .frm_error_style {
    display: none;
  }
}
@media (min-width: 992px) {
  .block-contact_form .social a {
    width: 45px;
    height: 45px;
  }
  .block-contact_form form {
    margin: 0;
  }
  .block-contact_form form label {
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
  .block-contact_form form input[type=text], .block-contact_form form input[type=email], .block-contact_form form textarea {
    padding: 10px 15px;
  }
  .block-contact_form form button {
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
}
@media (min-width: 0px) {
  .block-colours .swatch {
    padding-bottom: 100%;
    margin: 0 0 5px;
  }
  .block-colours h4 {
    font-weight: 400;
    margin: 0 0 20px;
    font-size: 16px;
    font-size: 0.9411764706rem;
  }
}
@media (min-width: 992px) {
  .block-colours h4 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
@media (min-width: 0px) {
  .block-products {
    padding-bottom: 1px;
  }
  .block-products a {
    display: block;
    margin: 0 0 30px;
    position: relative;
  }
  .block-products a img {
    margin: 0 0 10px;
  }
  .block-products a .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #e39416;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }
  .block-products a .vip {
    position: absolute;
    top: 0;
    right: 0;
    background: #BC8D34;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .block-products {
    padding-bottom: 30px;
  }
}
@media (min-width: 0px) {
  #archive-product #title .cta {
    margin: 20px 0;
  }
  #archive-product #title .cta .image {
    background-size: cover;
    background-position: center;
    padding-bottom: 100%;
    height: calc(100% - 10px);
    width: 100%;
    margin: 0 0 10px;
  }
  #archive-product #title .cta .padding {
    width: 100%;
    height: 100%;
  }
  #archive-product #title .cta .button {
    margin: 0;
  }
  #archive-product #brand {
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-top: 43.3%;
    position: relative;
  }
  #archive-product #brand .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #archive-product #brand .container img {
    max-width: 200px;
    margin: 0 auto;
  }
  #archive-product #brand .container .padding {
    padding-bottom: 0;
  }
  #archive-product #intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #archive-product #categories {
    padding-top: 30px;
    padding-bottom: 1px;
  }
  #archive-product #categories a {
    display: block;
    margin: 0 0 20px;
  }
  #archive-product #categories a img {
    margin: 0 0 10px;
  }
  #archive-product #archive {
    padding-top: 30px;
    padding-bottom: 1px;
  }
  #archive-product #archive #filter-button {
    font-size: 21px;
    font-size: 1.2352941176rem;
    font-weight: 500;
    margin: 0 10px 0 0;
    vertical-align: middle;
    line-height: 25px;
    display: inline-block;
  }
  #archive-product #archive #filter-button.open::before {
    content: "✕";
    margin: 0 5px 0 0;
  }
  #archive-product #archive #filter-button.open + #clear-all {
    display: inline-block;
  }
  #archive-product #archive #clear-all {
    font-size: 16px;
    font-size: 0.9411764706rem;
    vertical-align: middle;
    line-height: 25px;
    display: none;
    float: right;
  }
  #archive-product #archive #clear-all::after {
    content: "✕";
    margin-left: 5px;
  }
  #archive-product #archive .filter-container {
    overflow: hidden;
    padding-top: 20px;
  }
  #archive-product #archive .filter-wrap .filter-col {
    -webkit-transition: margin 0.25s;
    -moz-transition: margin 0.25s;
    -ms-transition: margin 0.25s;
    transition: margin 0.25s;
    margin: -100% 0 30px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter:last-child {
    border-bottom: 2px solid #000000;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.open ul, #archive-product #archive .filter-wrap .filter-col .filter.open form {
    display: block;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.open > button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  #archive-product #archive .filter-wrap .filter-col .filter.widget_layered_nav_filters ul {
    display: block;
    font-size: 16px;
    font-size: 0.9411764706rem;
    padding: 0 0 10px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.widget_layered_nav_filters ul a {
    padding: 0;
    margin: 0;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.widget_layered_nav_filters ul a::before {
    display: none;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.widget_layered_nav_filters ul a::after {
    content: "✕";
    margin-left: 5px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter ul {
    margin: 0;
    padding: 10px 0 0;
    display: none;
  }
  #archive-product #archive .filter-wrap .filter-col .filter ul li.chosen {
    font-weight: 500;
  }
  #archive-product #archive .filter-wrap .filter-col .filter ul li.chosen a::before {
    background: #908F95;
  }
  #archive-product #archive .filter-wrap .filter-col .filter ul li a {
    display: block;
    position: relative;
    line-height: 20px;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: #F4F2E9;
    border-radius: 50%;
    border: 4px solid #F4F2E9;
  }
  #archive-product #archive .filter-wrap .filter-col .filter form {
    padding: 10px 0;
    margin: 0;
    display: none;
  }
  #archive-product #archive .filter-wrap .filter-col .filter > button {
    font-size: 17px;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #908F95;
    width: 100%;
    text-align: left;
    position: relative;
  }
  #archive-product #archive .filter-wrap .filter-col .filter > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #000000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #archive-product #archive .filter-wrap .products-col a {
    display: block;
    margin: 0 0 30px;
    position: relative;
  }
  #archive-product #archive .filter-wrap .products-col a .image {
    position: relative;
  }
  #archive-product #archive .filter-wrap .products-col a img {
    margin: 0 0 10px;
  }
  #archive-product #archive .filter-wrap .products-col a .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #e39416;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }
  #archive-product #archive .filter-wrap .products-col a .colour {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #ffffff;
    outline: 1px solid #000000;
  }
  #archive-product #archive .filter-wrap .products-col .pagination {
    padding: 0 0 30px;
    text-align: right;
  }
  #archive-product #archive .filter-wrap .products-col .pagination a, #archive-product #archive .filter-wrap .products-col .pagination span {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    background: #F9F8F4;
    margin: 0 0 0 5px;
    text-align: center;
  }
  #archive-product #archive .filter-wrap .products-col .pagination a.current, #archive-product #archive .filter-wrap .products-col .pagination span.current {
    background: #BC8D34;
    color: #ffffff;
    font-weight: 400;
  }
  #archive-product #archive .filter-wrap.open .filter-col {
    margin-top: 0;
  }
  #archive-product #archive .filter-wrap .price_slider {
    height: 2px;
    position: relative;
    background: #908F95;
    margin: 20px 0 20px;
  }
  #archive-product #archive .filter-wrap .price_slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #000000;
  }
  #archive-product #archive .filter-wrap .price_slider .ui-slider-handle {
    position: absolute;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #000000;
    border-radius: 50%;
  }
  #archive-product #archive .filter-wrap .price_slider .ui-slider-handle:last-child {
    margin-left: -20px;
  }
  #archive-product #archive .filter-wrap .price_slider_wrapper .button {
    background: none;
    padding: 0;
    font-weight: 500;
    text-transform: none;
    float: right;
    line-height: 1.3;
    margin: 0 0 0 10px;
  }
  #archive-product #archive .filter-wrap .price_slider_wrapper .price_label {
    font-size: 17px;
    font-size: 1rem;
  }

  #single-product #content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #single-product #content .image, #single-product #content .glide {
    margin: 0 0 30px;
    position: relative;
  }
  #single-product #content .image a, #single-product #content .glide a {
    display: block;
  }
  #single-product #content .image img, #single-product #content .glide img {
    margin: 0;
  }
  #single-product #content .image .sale, #single-product #content .glide .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #e39416;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
    z-index: 1;
  }
  #single-product #content .image .colour, #single-product #content .glide .colour {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #ffffff;
    outline: 1px solid #000000;
  }
  #single-product #content .image {
    display: block;
  }
  #single-product #content .glide ul {
    margin: 0 0 10px;
  }
  #single-product #content .glide .glide__bullets {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #single-product #content .glide .glide__bullets button {
    width: calc(100% / 6);
    margin: 0 5px;
    background-size: cover;
    padding: 0;
    border: 1px solid #ffffff;
  }
  #single-product #content .glide .glide__bullets button.glide__bullet--active {
    border-color: #908F95;
  }
  #single-product #content .glide .glide__bullets button img {
    border: 2px solid #ffffff;
  }
  #single-product #content .breadcrumb {
    margin: 0 0 20px;
  }
  #single-product #content .breadcrumb a::after, #single-product #content .breadcrumb span::after {
    content: " /";
  }
  #single-product #content h1 {
    font-weight: 400;
  }
  #single-product #content .price {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 400;
    margin: 0 0 10px;
  }
  #single-product #content .price del {
    color: #313131;
    margin: 0 5px 0 0;
    font-weight: 300;
  }
  #single-product #content .price ins {
    text-decoration: none;
    font-weight: 500;
  }
  #single-product #content .price + small {
    font-size: 16px;
    font-size: 0.9411764706rem;
    display: block;
    margin: 0 0 20px;
  }
  #single-product #content .stylist {
    margin: 30px 0 20px;
    background: #F9F8F4;
    padding: 20px 20px 1px;
    position: relative;
  }
  #single-product #content .stylist::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #F9F8F4;
  }
  #single-product #content form table, #single-product #content form tbody, #single-product #content form tr, #single-product #content form th, #single-product #content form td {
    display: block;
    width: 100%;
  }
  #single-product #content form label {
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
  }
  #single-product #content form select {
    width: 100%;
    margin: 0 0 20px;
  }
  #single-product #content form input {
    width: 100%;
    margin: 0 0 20px;
  }
  #single-product #content form textarea {
    width: 100%;
    margin: 0 0 20px;
    height: auto;
  }
  #single-product #content form a.reset_variations {
    display: none !important;
  }
  #single-product #content form .button {
    width: 100%;
    color: #ffffff;
    margin: 0;
  }
  #single-product #content form .price {
    display: block;
    margin: 0 0 20px;
  }
  #single-product #content form .woocommerce-variation-availability {
    margin: 20px 0 0;
  }
  #single-product #content form .quantity button {
    width: 45px;
    line-height: 44px;
    background: #F9F8F4;
    margin: 0 5px 20px 0;
    padding: 0;
    font-size: 25px;
    font-size: 1.4705882353rem;
    vertical-align: top;
    height: 45px;
    font-weight: 500;
  }
  #single-product #content form .quantity button.plus {
    margin: 0 0 20px 5px;
  }
  #single-product #content form .quantity input {
    width: 50px;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #single-product #content form .quantity input::-webkit-inner-spin-button, #single-product #content form .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #single-product #related {
    background: #F9F8F4;
    padding-top: 30px;
    padding-bottom: 1px;
  }
  #single-product #related a {
    display: block;
    margin: 0 0 30px;
    position: relative;
  }
  #single-product #related a img {
    margin: 0 0 10px;
  }
  #single-product #related a .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #e39416;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  #archive-product #title .cta .image {
    padding-bottom: 133.3333%;
  }
}
@media (min-width: 992px) {
  #archive-product #title .cta .image {
    margin: 0;
    height: 100%;
  }
  #archive-product #brand .container img {
    width: 250px;
  }
  #archive-product #brand .container .padding {
    padding: 60px 60px 30px;
  }
  #archive-product #intro {
    padding-top: 0;
    padding-bottom: 60px;
  }
  #archive-product #categories {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #archive-product #categories a {
    margin: 0 0 40px;
  }
  #archive-product #archive {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #archive-product #archive #filter-button {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
  #archive-product #archive .woocommerce-ordering::before {
    content: "Sort by: ";
    font-size: 26px;
    font-size: 1.5294117647rem;
    font-weight: 500;
    margin: 0 5px 0 0;
  }
  #archive-product #archive .filter-wrap {
    position: relative;
    width: calc(125% + 4px);
    left: calc(-25% - 4px);
  }
  #archive-product #archive .filter-wrap .filter-col {
    width: 20%;
    margin-top: 0;
  }
  #archive-product #archive .filter-wrap .filter-col .filter.widget_layered_nav_filters ul {
    padding: 0;
  }
  #archive-product #archive .filter-wrap .filter-col .filter {
    padding-right: 20px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter:last-child {
    border-bottom: none;
  }
  #archive-product #archive .filter-wrap .filter-col .filter > button {
    font-size: 20px;
    font-size: 1.1764705882rem;
    padding: 20px 0 10px;
  }
  #archive-product #archive .filter-wrap .filter-col .filter > button::after {
    top: calc(50% + 5px);
  }
  #archive-product #archive .filter-wrap .products-col {
    width: 80%;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    transition: width 0.25s;
  }
  #archive-product #archive .filter-wrap .products-col a {
    margin: 0 0 40px;
  }
  #archive-product #archive .filter-wrap .products-col .col {
    width: 25%;
    -webkit-transition: width 0.225s;
    -moz-transition: width 0.225s;
    -ms-transition: width 0.225s;
    transition: width 0.225s;
  }
  #archive-product #archive .filter-wrap .products-col .pagination {
    padding: 0 0 40px;
  }
  #archive-product #archive .filter-wrap .products-col .pagination a, #archive-product #archive .filter-wrap .products-col .pagination span {
    line-height: 40px;
    width: 40px;
  }
  #archive-product #archive .filter-wrap.open .products-col {
    width: 60%;
    -webkit-transition: width 0.225s;
    -moz-transition: width 0.225s;
    -ms-transition: width 0.225s;
    transition: width 0.225s;
  }
  #archive-product #archive .filter-wrap.open .products-col .col {
    width: 33.3333%;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    transition: width 0.25s;
  }
  #archive-product #archive .filter-wrap .price_slider_wrapper .button {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
  #archive-product #archive .filter-wrap .price_slider_wrapper .price_label {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }

  #single-product #content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #single-product #content .image, #single-product #content .glide {
    margin: 0;
  }
  #single-product #content .image {
    width: calc(100% / 6 * 5);
  }
  #single-product #content .glide {
    margin: 0 -5px;
    width: calc(100% / 6 * 5);
  }
  #single-product #content .glide ul {
    margin: 0;
  }
  #single-product #content .glide .glide__track {
    padding: 0 5px;
  }
  #single-product #content .glide .glide__bullets {
    width: calc(100% / 6);
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
  }
  #single-product #content .glide .glide__bullets button {
    width: 100%;
    margin: 0 0 5px;
  }
  #single-product #content h1 {
    margin: 0 0 10px;
  }
  #single-product #content .price {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  #single-product #content .stylist {
    margin: 0 0 30px;
  }
  #single-product #content .stylist::before {
    top: calc(50% - 10px);
    left: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #F9F8F4;
    border-left: none;
  }
  #single-product #content form .button {
    width: auto;
  }
  #single-product #related {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #single-product #related a {
    margin: 0 0 40px;
  }
}
@media (min-width: 0px) {
  #archive-profile #form .frm_error_style {
    display: none;
  }
  #archive-profile #form .form-field {
    margin-top: 20px;
  }
  #archive-profile #form .form-field > label, #archive-profile #form .form-field .frm_primary_label {
    font-size: 20px;
    font-size: 1.1764705882rem;
    font-weight: 500;
    margin: 0 0 8px;
    display: block;
  }
  #archive-profile #form .form-field .frm_description {
    margin: 0 0 8px;
  }
  #archive-profile #form .form-field .frm_description a {
    font-weight: 500;
  }
  #archive-profile #form .form-field input[type=text],
#archive-profile #form .form-field input[type=email] {
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 0 0 20px;
  }
  #archive-profile #form .form-field textarea {
    width: 100%;
    padding: 10px;
    max-width: 600px;
    background-color: #F4F2E9;
    margin-bottom: 40px;
  }
  #archive-profile #form .form-field select {
    padding: 7px 17px;
    background-color: #F4F2E9;
    border: 7px solid #F4F2E9;
    margin-bottom: 25px;
  }
  #archive-profile #form .form-field p.frm_total_formatted {
    font-size: 20px;
    font-size: 1.1764705882rem;
    margin: 0 0 8px;
    display: block;
  }
  #archive-profile #form .form-field .frm-card-element {
    background-color: #F4F2E9;
    padding: 14px 15px;
    max-width: 500px;
    margin: 0 auto;
  }
  #archive-profile #form .form-field .frm_error {
    font-size: 16px;
    font-size: 0.9411764706rem;
    margin: -15px 0 20px;
    color: #f00;
  }
  #archive-profile #form .form-field.hiddenresult {
    display: none !important;
  }
  #archive-profile #form .vertical_radio.colour .frm_primary_label {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label {
    font-size: 17px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 90px;
    margin: 0 auto 20px;
    width: 200px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input {
    display: none;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input:checked + span {
    border: 2px solid #8e6a26;
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Black-Brown (Brilliant Whites)"] + span {
    background: #413433;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Black-Brown] + span {
    background: #413433;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Dark Brown"] + span {
    background: #523D37;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Soft Brown"] + span {
    background: #93766B;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Golden Brown"] + span {
    background: #B27D4C;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Hazel] + span {
    background: #CA963B;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Dark Blue"] + span {
    background: #39465E;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Gray-Blue] + span {
    background: #436683;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Blue] + span {
    background: #3D6FAB;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Clear Blue"] + span {
    background: #CBDDE6;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Aqua] + span {
    background: #00BCD4;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Teal] + span {
    background: #00737B;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Blue Green"] + span {
    background: #354C4B;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Turquoise] + span {
    background: #00A78C;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Green] + span {
    background: #298059;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Gray Green"] + span {
    background: #A9AC9B;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Warm Green"] + span {
    background: #8DBA8C;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Clear Green"] + span {
    background: #5BB67C;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Amber] + span {
    background: #FDC845;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Black] + span {
    background: #000000;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Brown] + span {
    background: #6A493D;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Red-Brown] + span {
    background: #813C38;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Red Brown"] + span {
    background: #813C38;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Brown-Black] + span {
    background: #413433;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Gray-Brown] + span {
    background: #755C54;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Two-Tone Brown"] + span {
    background: #6F593E;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Deep Golden Brown"] + span {
    background: #705128;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Rose-Brown] + span {
    background: #885A53;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Warm Brown"] + span {
    background: #D2A886;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Two-tone Brown"] + span {
    background: #6F593E;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Topaz] + span {
    background: #F7E273;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Gray-Green] + span {
    background: #867B68;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Dark Hazel"] + span {
    background: #74531b;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Steel Blue"] + span {
    background: #b2c3d6;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Steel Green"] + span {
    background: #99b2a0;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Bright Hazel"] + span {
    background: #c78108;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value="Golden Brown with Green outer"] + span {
    background: #b27d4c;
    background: radial-gradient(circle, #b27d4c 40%, #298059 100%);
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Light] + span {
    background: linear-gradient(to right, #EFEAD9, #E4C8A6);
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Medium] + span {
    background: linear-gradient(to right, #E4C8A6, #A3826C);
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label input[value=Dark] + span {
    background: linear-gradient(to right, #A3826C, #160d07);
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label span {
    content: "";
    width: 90px;
    height: 90px;
    background-color: #F4F2E9;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #archive-profile #form .vertical_radio.hair .frm_primary_label {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label {
    font-size: 17px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 90px;
    margin: 0 auto 20px;
    width: 200px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input {
    display: none;
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input:checked + span {
    border: 2px solid #8e6a26;
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Blue-Black] + span {
    background-image: url(assets/hair/blue-black.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Ash Brown"] + span {
    background-image: url(assets/hair/ash-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Medium Brown"] + span {
    background-image: url(assets/hair/medium-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=White] + span {
    background-image: url(assets/hair/white.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Dark Brown"] + span {
    background-image: url(assets/hair/dark-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Salt and Pepper"] + span {
    background-image: url(assets/hair/salt-and-pepper.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Gray-White] + span {
    background-image: url(assets/hair/gray-white.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Platinum Blonde"] + span {
    background-image: url(assets/hair/platinum-blonde.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Ash Blonde"] + span {
    background-image: url(assets/hair/ash-blonde.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Golden Blonde"] + span {
    background-image: url(assets/hair/golden-blonde.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Brown with Red"] + span {
    background-image: url(assets/hair/brown-with-red.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Golden Brown"] + span {
    background-image: url(assets/hair/golden-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Warm Gray"] + span {
    background-image: url(assets/hair/warm-gray.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Charcoal Black"] + span {
    background-image: url(assets/hair/charcoal-black.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Chestnut] + span {
    background-image: url(assets/hair/chestnut.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Red] + span {
    background-image: url(assets/hair/red.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Auburn] + span {
    background-image: url(assets/hair/auburn.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Strawberry Blonde"] + span {
    background-image: url(assets/hair/strawberry-blonde.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Flaxen Blonde"] + span {
    background-image: url(assets/hair/flaxen-blonde.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Black] + span {
    background-image: url(assets/hair/black.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=White-Silver] + span {
    background-image: url(assets/hair/white-silver.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Taupe] + span {
    background-image: url(assets/hair/taupe.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Soft Brown"] + span {
    background-image: url(assets/hair/soft-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Brown with Red Crest"] + span {
    background-image: url(assets/hair/brown-with-red-crest.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Soft White"] + span {
    background-image: url(assets/hair/soft-white.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Dark Brown with Red Light"] + span {
    background-image: url(assets/hair/dark-brown-with-red-light.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Chestnut Brown"] + span {
    background-image: url(assets/hair/chestnut-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Dark Warm Brown"] + span {
    background-image: url(assets/hair/dark-warm-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Warm Brown"] + span {
    background-image: url(assets/hair/warm-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Brown-Black] + span {
    background-image: url(assets/hair/brown-black.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Black-Brown] + span {
    background-image: url(assets/hair/black-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Dark Ash"] + span {
    background-image: url(assets/hair/dark-ash.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Dark Ash Brown"] + span {
    background-image: url(assets/hair/dark-ash-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value=Red-Brown] + span {
    background-image: url(assets/hair/red-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Medium Golden Brown"] + span {
    background-image: url(assets/hair/medium-golden-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label input[value="Light Golden Brown"] + span {
    background-image: url(assets/hair/light-golden-brown.jpg);
  }
  #archive-profile #form .vertical_radio.hair .frm_radio label span {
    content: "";
    width: 90px;
    height: 90px;
    background-color: #F4F2E9;
    position: absolute;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #archive-profile #form .vertical_radio.icon .frm_primary_label {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 500;
    margin: 0 0 20px;
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label {
    font-size: 17px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 90px;
    margin: 0 auto 20px;
    width: 200px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label input {
    display: none;
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label input:checked + span {
    border: 2px solid #8e6a26;
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label input[value=Light] + span {
    background-image: url(assets/dawsonsymbol.svg);
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label input[value=Medium] + span {
    background-image: url(assets/dawsonsymbol.svg);
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label input[value=Dark] + span {
    background-image: url(assets/dawsonsymbol.svg);
  }
  #archive-profile #form .vertical_radio.icon .frm_radio label span {
    content: "";
    width: 90px;
    height: 90px;
    background-color: #F4F2E9;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio {
    font-size: 17px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    min-height: 90px;
    margin: 0 auto 20px;
    width: 250px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label {
    font-size: 17px;
    font-size: 1rem;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 90px;
    margin: 0 auto 20px;
    width: 250px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
    min-height: 200px;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input {
    display: none;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input:checked + span {
    border: 2px solid #8e6a26;
    box-shadow: inset 0 0 0 3px #ffffff;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=H] + span {
    background-image: url(assets/bodyshape/H.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=A] + span {
    background-image: url(assets/bodyshape/A.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=V] + span {
    background-image: url(assets/bodyshape/V.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=I] + span {
    background-image: url(assets/bodyshape/I.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=O] + span {
    background-image: url(assets/bodyshape/O.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value="8"] + span {
    background-image: url(assets/bodyshape/8.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=X] + span {
    background-image: url(assets/bodyshape/X.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-1-y] + span {
    background-image: url(assets/bodyshape/bodyshape-1-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-1-n] + span {
    background-image: url(assets/bodyshape/bodyshape-1-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-2-y] + span {
    background-image: url(assets/bodyshape/bodyshape-2-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-2-n] + span {
    background-image: url(assets/bodyshape/bodyshape-2-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-3-y] + span {
    background-image: url(assets/bodyshape/bodyshape-3-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-3-n] + span {
    background-image: url(assets/bodyshape/bodyshape-3-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-4-y] + span {
    background-image: url(assets/bodyshape/bodyshape-4-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-4-n] + span {
    background-image: url(assets/bodyshape/bodyshape-4-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-5-y] + span {
    background-image: url(assets/bodyshape/bodyshape-5-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-5-n] + span {
    background-image: url(assets/bodyshape/bodyshape-5-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-6-y] + span {
    background-image: url(assets/bodyshape/bodyshape-6-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-6-n] + span {
    background-image: url(assets/bodyshape/bodyshape-6-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-7-y] + span {
    background-image: url(assets/bodyshape/bodyshape-7-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-7-n] + span {
    background-image: url(assets/bodyshape/bodyshape-7-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-8-y] + span {
    background-image: url(assets/bodyshape/bodyshape-8-y.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-8-n] + span {
    background-image: url(assets/bodyshape/bodyshape-8-n.svg);
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label span {
    content: "";
    width: 90px;
    height: 200px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    border: 2px solid #ffffff;
    top: 0;
    left: 0;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  #archive-profile #form button {
    display: inline-block;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 17px;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 5px 0;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -ms-transition: background 0.25s;
    transition: background 0.25s;
    background: #BC8D34;
    color: #ffffff;
  }
  #archive-profile #form button.frm_prev_page {
    background: #F4F2E9;
    color: #000000;
  }
  #archive-profile #form a.frm_save_draft {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    margin: 20px auto 0;
  }

  #single-profile #content {
    padding-top: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #single-profile #clothing {
    padding-bottom: 10px;
  }
  #single-profile #clothing .image {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-size: cover;
    background-position: top center;
    margin: 10px 0 20px;
    line-height: 0;
  }
  #single-profile #ctas {
    background: #F9F8F4;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #single-profile #ctas .padding {
    margin: 0 0 20px;
    height: calc(100% - 20px);
    width: 100%;
  }
  #single-profile #ctas .padding .button {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #archive-profile #form .form-field {
    margin-top: 30px;
  }
  #archive-profile #form .form-field > label, #archive-profile #form .form-field .frm_primary_label {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin: 0 0 8px;
  }
  #archive-profile #form .form-field .frm_description {
    margin: 0 0 10px;
  }
  #archive-profile #form .form-field input {
    margin: 20px 0;
  }
  #archive-profile #form .form-field p.frm_total_formatted {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  #archive-profile #form .vertical_radio.colour .frm_primary_label,
#archive-profile #form .vertical_radio.icon .frm_primary_label,
#archive-profile #form .vertical_radio.hair .frm_primary_label {
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  #archive-profile #form .vertical_radio.colour .frm_opt_container,
#archive-profile #form .vertical_radio.icon .frm_opt_container,
#archive-profile #form .vertical_radio.hair .frm_opt_container {
    text-align: center;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio,
#archive-profile #form .vertical_radio.icon .frm_radio,
#archive-profile #form .vertical_radio.hair .frm_radio {
    width: calc(100% / 5);
    margin-right: -0.25em;
    display: inline-block;
    vertical-align: top;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label,
#archive-profile #form .vertical_radio.icon .frm_radio label,
#archive-profile #form .vertical_radio.hair .frm_radio label {
    font-size: 18px;
    font-size: 1.0588235294rem;
    padding: 0;
    min-height: 90px;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    display: block;
  }
  #archive-profile #form .vertical_radio.colour .frm_radio label span,
#archive-profile #form .vertical_radio.icon .frm_radio label span,
#archive-profile #form .vertical_radio.hair .frm_radio label span {
    display: block;
    margin: 0 auto 10px;
    position: static;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio {
    width: calc(100% / 4);
    padding: 0 20px;
    vertical-align: top;
    display: inline-block;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label {
    font-size: 18px;
    font-size: 1.0588235294rem;
    padding: 0;
    min-height: 90px;
    margin: 20px auto;
    width: 100%;
    text-align: center;
    display: block;
    text-transform: none;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-1] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-2] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-3] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-4] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-5] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-6] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=type-7] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-1-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-1-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-2-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-2-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-3-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-3-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-4-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-4-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-5-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-5-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-6-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-6-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-7-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-7-n] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-8-y] + span, #archive-profile #form .vertical_radio.bodyshape .frm_radio label input[value=bodyshape-8-n] + span {
    width: 130px;
    height: 340px;
  }
  #archive-profile #form .vertical_radio.bodyshape .frm_radio label span {
    display: block;
    margin: 0 auto 10px;
    position: static;
  }

  #single-profile #content {
    padding-top: 100px;
  }
  #single-profile #content .padding {
    padding: 60px;
  }
  #single-profile #clothing {
    padding-bottom: 40px;
  }
  #single-profile #clothing .image {
    padding-bottom: 200%;
    margin: 20px 0 40px;
  }
  #single-profile #ctas {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (min-width: 0px) {
  #archive-consultation #archive {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #archive-consultation #archive .bg-blue-light {
    margin: 0 0 20px;
  }
  #archive-consultation #archive a.button {
    margin: 0;
  }
  #archive-consultation #archive div.price {
    font-weight: 500;
    margin: -5px auto 15px;
    width: 75px;
    position: relative;
  }
  #archive-consultation #archive div.price::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  #archive-consultation #archive div.price::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 100%;
    width: 15px;
    height: 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='2'%3E%3Cpath fill='%23e39416' d='M0,0 15,0 15,2 0,2 0,0'%3E%3C/path%3E%3C/svg%3E");
  }
  #archive-consultation #type {
    padding-top: 60px;
    padding-bottom: 10px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #archive-consultation #type a.button {
    margin: 0;
  }
  #archive-consultation #related {
    background: #F9F8F4;
    padding-bottom: 30px;
  }
  #archive-consultation #related .padding {
    padding-top: 0;
  }

  #single-consultation #intro .padding {
    padding: 30px 0 1px;
  }
  #single-consultation #intro .padding p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #archive-consultation #archive {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  #archive-consultation #archive .bg-blue-light {
    margin: 0 0 40px;
  }
  #archive-consultation #type {
    padding-top: 100px;
    padding-bottom: 0;
  }
  #archive-consultation #type .padding {
    padding: 60px;
  }
  #archive-consultation #related {
    padding-bottom: 60px;
  }
  #archive-consultation #related .padding {
    padding: 0 60px 60px;
  }

  #single-consultation #intro {
    background: #F9F8F4;
  }
  #single-consultation #intro .padding {
    padding: 60px 60px 1px;
  }
}
@media (min-width: 0px) {
  #wc-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #wc-content .button {
    background: #BC8D34;
    color: #ffffff;
  }

  .woocommerce-notice, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    background: #F9F8F4;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-notice a.button, .woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button {
    margin: 10px auto 0;
    padding: 10px 20px;
    background: #BC8D34;
    color: #ffffff;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-order: 1;
    order: 1;
  }

  .woocommerce .woocommerce-cart-form {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-cart-form table {
    width: 100%;
    border-spacing: 0;
  }
  .woocommerce .woocommerce-cart-form table thead {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table tr {
    display: block;
    border-top: 1px solid #908F95;
  }
  .woocommerce .woocommerce-cart-form table th {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td {
    display: block;
    text-align: right;
    padding: 0;
    line-height: 40px;
  }
  .woocommerce .woocommerce-cart-form table td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    display: inline-block;
    width: calc(50% - 0.3em);
    text-align: left;
    line-height: 40px;
    float: left;
  }
  .woocommerce .woocommerce-cart-form table td.product-thumbnail {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td.product-remove {
    text-align: left;
  }
  .woocommerce .woocommerce-cart-form table td.product-remove a {
    font-size: 30px;
    font-size: 1.7647058824rem;
    line-height: 30px;
    display: inline-block;
    width: 30px;
  }
  .woocommerce .woocommerce-cart-form table td .quantity label {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td .quantity input[type=number] {
    height: 40px;
    width: 45px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .woocommerce .woocommerce-cart-form table td .quantity input[type=number]::-webkit-inner-spin-button, .woocommerce .woocommerce-cart-form table td .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .woocommerce .woocommerce-cart-form table td .quantity button {
    width: 40px;
    line-height: 39px;
    background: #F9F8F4;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 25px;
    font-size: 1.4705882353rem;
    vertical-align: top;
    height: 40px;
    font-weight: 500;
  }
  .woocommerce .woocommerce-cart-form table td .quantity button.plus {
    margin: 0 0 0 5px;
  }
  .woocommerce .woocommerce-cart-form table .coupon {
    padding: 10px 0;
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table .coupon input[type=text] {
    width: 50%;
    background: #F9F8F4;
    padding: 0 15px;
  }
  .woocommerce .woocommerce-cart-form table .coupon .button {
    width: calc(50% - 0.3em);
  }
  .woocommerce .woocommerce-cart-form table .coupon label {
    display: none;
  }
  .woocommerce .cart_totals h2 {
    display: none;
  }
  .woocommerce .cart_totals table {
    background: #F9F8F4;
    padding: 10px 20px;
    margin: 0 0 20px;
    width: 100%;
  }
  .woocommerce .cart_totals table tr:last-child th, .woocommerce .cart_totals table tr:last-child td {
    border: none;
  }
  .woocommerce .cart_totals table th {
    width: 30%;
  }
  .woocommerce .cart_totals table td {
    width: 70%;
  }
  .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
    border-bottom: 1px solid #908F95;
    text-align: left;
    padding: 10px 0;
    vertical-align: top;
  }
  .woocommerce .cart_totals table ul, .woocommerce .cart_totals table p {
    margin: 0 0 10px;
  }
  .woocommerce .cart_totals table ul li, .woocommerce .cart_totals table p li {
    margin: 0 0 5px;
  }
  .woocommerce .cart_totals table a.shipping-calculator-button {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
  }
  .woocommerce .cart_totals table .shipping-calculator-form {
    padding: 15px 0 0;
  }
  .woocommerce .cart_totals table .shipping-calculator-form input[type=text], .woocommerce .cart_totals table .shipping-calculator-form select {
    background: #ffffff;
    line-height: 40px;
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce .cart_totals table .shipping-calculator-form .button {
    background: #ffffff;
  }
  .woocommerce .wc-proceed-to-checkout .button {
    width: 100%;
    text-align: center;
  }
  .woocommerce #customer_details, .woocommerce .woocommerce-ResetPassword, .woocommerce .woocommerce-columns--addresses, .woocommerce .woocommerce-form-coupon, .woocommerce .woocommerce-form-login, .woocommerce .woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields {
    background: #F9F8F4;
    padding: 20px;
    margin: 0 0 20px;
  }
  .woocommerce #customer_details .col-1, .woocommerce .woocommerce-ResetPassword .col-1, .woocommerce .woocommerce-columns--addresses .col-1, .woocommerce .woocommerce-form-coupon .col-1, .woocommerce .woocommerce-form-login .col-1, .woocommerce .woocommerce-EditAccountForm .col-1, .woocommerce .woocommerce-address-fields .col-1 {
    margin: 0 0 30px;
  }
  .woocommerce #customer_details.woocommerce-form-coupon .button, .woocommerce #customer_details.woocommerce-form-login .button, .woocommerce .woocommerce-ResetPassword.woocommerce-form-coupon .button, .woocommerce .woocommerce-ResetPassword.woocommerce-form-login .button, .woocommerce .woocommerce-columns--addresses.woocommerce-form-coupon .button, .woocommerce .woocommerce-columns--addresses.woocommerce-form-login .button, .woocommerce .woocommerce-form-coupon.woocommerce-form-coupon .button, .woocommerce .woocommerce-form-coupon.woocommerce-form-login .button, .woocommerce .woocommerce-form-login.woocommerce-form-coupon .button, .woocommerce .woocommerce-form-login.woocommerce-form-login .button, .woocommerce .woocommerce-EditAccountForm.woocommerce-form-coupon .button, .woocommerce .woocommerce-EditAccountForm.woocommerce-form-login .button, .woocommerce .woocommerce-address-fields.woocommerce-form-coupon .button, .woocommerce .woocommerce-address-fields.woocommerce-form-login .button {
    margin: 0;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields, .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm, .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields, .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm, .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields, .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm, .woocommerce .woocommerce-form-coupon.woocommerce-address-fields, .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm, .woocommerce .woocommerce-form-login.woocommerce-address-fields, .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm, .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields, .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields.woocommerce-address-fields {
    padding: 0;
    margin: 0;
  }
  .woocommerce #customer_details.woocommerce-ResetPassword, .woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword, .woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword, .woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword, .woocommerce .woocommerce-form-login.woocommerce-ResetPassword, .woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword, .woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
    margin: 0;
  }
  .woocommerce #customer_details h2, .woocommerce #customer_details h3, .woocommerce #customer_details legend, .woocommerce .woocommerce-ResetPassword h2, .woocommerce .woocommerce-ResetPassword h3, .woocommerce .woocommerce-ResetPassword legend, .woocommerce .woocommerce-columns--addresses h2, .woocommerce .woocommerce-columns--addresses h3, .woocommerce .woocommerce-columns--addresses legend, .woocommerce .woocommerce-form-coupon h2, .woocommerce .woocommerce-form-coupon h3, .woocommerce .woocommerce-form-coupon legend, .woocommerce .woocommerce-form-login h2, .woocommerce .woocommerce-form-login h3, .woocommerce .woocommerce-form-login legend, .woocommerce .woocommerce-EditAccountForm h2, .woocommerce .woocommerce-EditAccountForm h3, .woocommerce .woocommerce-EditAccountForm legend, .woocommerce .woocommerce-address-fields h2, .woocommerce .woocommerce-address-fields h3, .woocommerce .woocommerce-address-fields legend {
    font-size: 24px;
    font-size: 1.4117647059rem;
    font-weight: 500;
    margin: 0 0 20px;
    display: block;
  }
  .woocommerce #customer_details em, .woocommerce .woocommerce-ResetPassword em, .woocommerce .woocommerce-columns--addresses em, .woocommerce .woocommerce-form-coupon em, .woocommerce .woocommerce-form-login em, .woocommerce .woocommerce-EditAccountForm em, .woocommerce .woocommerce-address-fields em {
    display: block;
    margin: 5px 0 0;
  }
  .woocommerce #customer_details label, .woocommerce .woocommerce-ResetPassword label, .woocommerce .woocommerce-columns--addresses label, .woocommerce .woocommerce-form-coupon label, .woocommerce .woocommerce-form-login label, .woocommerce .woocommerce-EditAccountForm label, .woocommerce .woocommerce-address-fields label {
    display: block;
    margin: 0 0 5px;
  }
  .woocommerce #customer_details input[type=text], .woocommerce #customer_details input[type=email], .woocommerce #customer_details input[type=tel], .woocommerce #customer_details input[type=password], .woocommerce #customer_details select, .woocommerce .woocommerce-ResetPassword input[type=text], .woocommerce .woocommerce-ResetPassword input[type=email], .woocommerce .woocommerce-ResetPassword input[type=tel], .woocommerce .woocommerce-ResetPassword input[type=password], .woocommerce .woocommerce-ResetPassword select, .woocommerce .woocommerce-columns--addresses input[type=text], .woocommerce .woocommerce-columns--addresses input[type=email], .woocommerce .woocommerce-columns--addresses input[type=tel], .woocommerce .woocommerce-columns--addresses input[type=password], .woocommerce .woocommerce-columns--addresses select, .woocommerce .woocommerce-form-coupon input[type=text], .woocommerce .woocommerce-form-coupon input[type=email], .woocommerce .woocommerce-form-coupon input[type=tel], .woocommerce .woocommerce-form-coupon input[type=password], .woocommerce .woocommerce-form-coupon select, .woocommerce .woocommerce-form-login input[type=text], .woocommerce .woocommerce-form-login input[type=email], .woocommerce .woocommerce-form-login input[type=tel], .woocommerce .woocommerce-form-login input[type=password], .woocommerce .woocommerce-form-login select, .woocommerce .woocommerce-EditAccountForm input[type=text], .woocommerce .woocommerce-EditAccountForm input[type=email], .woocommerce .woocommerce-EditAccountForm input[type=tel], .woocommerce .woocommerce-EditAccountForm input[type=password], .woocommerce .woocommerce-EditAccountForm select, .woocommerce .woocommerce-address-fields input[type=text], .woocommerce .woocommerce-address-fields input[type=email], .woocommerce .woocommerce-address-fields input[type=tel], .woocommerce .woocommerce-address-fields input[type=password], .woocommerce .woocommerce-address-fields select {
    background: #ffffff;
    padding: 0 15px;
    line-height: 45px;
    width: 100%;
  }
  .woocommerce #customer_details input[type=checkbox] + label, .woocommerce .woocommerce-ResetPassword input[type=checkbox] + label, .woocommerce .woocommerce-columns--addresses input[type=checkbox] + label, .woocommerce .woocommerce-form-coupon input[type=checkbox] + label, .woocommerce .woocommerce-form-login input[type=checkbox] + label, .woocommerce .woocommerce-EditAccountForm input[type=checkbox] + label, .woocommerce .woocommerce-address-fields input[type=checkbox] + label {
    display: inline-block;
  }
  .woocommerce #customer_details textarea, .woocommerce .woocommerce-ResetPassword textarea, .woocommerce .woocommerce-columns--addresses textarea, .woocommerce .woocommerce-form-coupon textarea, .woocommerce .woocommerce-form-login textarea, .woocommerce .woocommerce-EditAccountForm textarea, .woocommerce .woocommerce-address-fields textarea {
    background: #ffffff;
    padding: 10px 15px;
    width: 100%;
  }
  .woocommerce #customer_details p, .woocommerce .woocommerce-ResetPassword p, .woocommerce .woocommerce-columns--addresses p, .woocommerce .woocommerce-form-coupon p, .woocommerce .woocommerce-form-login p, .woocommerce .woocommerce-EditAccountForm p, .woocommerce .woocommerce-address-fields p {
    margin: 0 0 15px;
    width: 100%;
  }
  .woocommerce #order_review_heading {
    background: #F9F8F4;
    padding: 20px 20px 0;
    margin: 0;
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
  .woocommerce .woocommerce-checkout-review-order-table {
    width: 100%;
    border-spacing: 0;
    background: #F9F8F4;
    padding: 20px;
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th, .woocommerce .woocommerce-checkout-review-order-table tr td {
    width: 50%;
    display: table-cell;
    border-bottom: 1px solid #908F95;
    padding: 10px 0;
    text-align: left;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th:first-child, .woocommerce .woocommerce-checkout-review-order-table tr td:first-child {
    text-align: left;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th::before, .woocommerce .woocommerce-checkout-review-order-table tr td::before {
    display: none;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th ul, .woocommerce .woocommerce-checkout-review-order-table tr td ul {
    margin: 0;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th ul li, .woocommerce .woocommerce-checkout-review-order-table tr td ul li {
    margin: 5px 0;
  }
  .woocommerce #payment {
    background: #F9F8F4;
    padding: 20px;
    margin: 0 0 20px;
  }
  .woocommerce #payment p, .woocommerce #payment ul {
    margin: 0 0 15px;
  }
  .woocommerce #payment p li, .woocommerce #payment ul li {
    margin: 0 0 5px;
  }
  .woocommerce #payment img {
    display: inline;
    vertical-align: middle;
  }
  .woocommerce #payment .payment_box {
    margin: 10px 0 0;
    padding: 20px;
    background: #ffffff;
  }
  .woocommerce #payment .payment_box p {
    margin: 0;
  }
  .woocommerce #payment .button {
    width: 100%;
    margin: 0;
  }
  .woocommerce .woocommerce-order-overview {
    margin: 0 0 20px;
    background: #F9F8F4;
    padding: 20px;
  }
  .woocommerce .woocommerce-order-overview + p {
    margin: 0 0 20px;
    background: #F9F8F4;
    padding: 20px;
  }
  .woocommerce .woocommerce-order-downloads h2.woocommerce-order-downloads__title {
    display: none;
  }
  .woocommerce .woocommerce-order-downloads tr th {
    display: none;
  }
  .woocommerce .woocommerce-order-downloads tr td.download-product,
.woocommerce .woocommerce-order-downloads tr td.download-remaining,
.woocommerce .woocommerce-order-downloads tr td.download-expires {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    position: relative;
    margin: 0 0 30px;
    padding: 40px 0 0;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 300;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul.open {
    height: auto;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul.open li.is-active::after {
    border-top-width: 0;
    border-bottom: 10px solid #e39416;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 10px 0 0;
    line-height: 39px;
    border-bottom: 1px solid #908F95;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #e39416;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: calc(100% - 100px);
  }
  .woocommerce .woocommerce-MyAccount-content {
    background: #F9F8F4;
    padding: 20px 20px 1px;
    margin: 0;
  }
  .woocommerce .woocommerce-MyAccount-content p {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-MyAccount-content mark {
    background: none;
    color: #000000;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    padding: 0;
  }
  .woocommerce .woocommerce-MyAccount-content address {
    font-style: normal;
  }
  .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2 {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-Addresses a.edit {
    display: inline-block;
    padding: 10px 20px;
    background: #BC8D34;
    color: #ffffff;
    line-height: 25px;
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .woocommerce .woocommerce-table--order-details {
    width: 100%;
    border-spacing: 0;
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-table--order-details tr {
    display: table-row;
  }
  .woocommerce .woocommerce-table--order-details tr th, .woocommerce .woocommerce-table--order-details tr td {
    width: 50%;
    display: table-cell;
    border-bottom: 1px solid #908F95;
    padding: 10px 0;
    text-align: left;
  }
  .woocommerce .woocommerce-table--order-details tr th:first-child, .woocommerce .woocommerce-table--order-details tr td:first-child {
    text-align: left;
  }
  .woocommerce .woocommerce-table--order-details tr th::before, .woocommerce .woocommerce-table--order-details tr td::before {
    display: none;
  }
  .woocommerce .woocommerce-table--order-details tr th ul, .woocommerce .woocommerce-table--order-details tr td ul {
    margin: 0;
  }
  .woocommerce .woocommerce-table--order-details tr th ul li, .woocommerce .woocommerce-table--order-details tr td ul li {
    margin: 5px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders, .woocommerce .woocommerce-MyAccount-consultations {
    width: 100%;
    border-spacing: 0;
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-MyAccount-orders thead, .woocommerce .woocommerce-MyAccount-consultations thead {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-orders tr, .woocommerce .woocommerce-MyAccount-consultations tr {
    display: block;
    border-top: 1px solid #908F95;
    padding: 0 0 15px;
  }
  .woocommerce .woocommerce-MyAccount-orders th, .woocommerce .woocommerce-MyAccount-consultations th {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td, .woocommerce .woocommerce-MyAccount-consultations td {
    display: block;
    text-align: right;
    padding: 0;
    line-height: 40px;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title]::before, .woocommerce .woocommerce-MyAccount-consultations td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    display: inline-block;
    width: calc(50% - 0.3em);
    text-align: left;
    line-height: 40px;
    float: left;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title=Actions]::before, .woocommerce .woocommerce-MyAccount-consultations td[data-title=Actions]::before {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title=Actions] a, .woocommerce .woocommerce-MyAccount-consultations td[data-title=Actions] a {
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
    margin: 0 0 20px;
    background: #F9F8F4;
    padding: 20px 20px 1px;
  }
  .woocommerce #customer_login h2, .woocommerce #customer_login h3, .woocommerce #customer_login legend {
    font-size: 24px;
    font-size: 1.4117647059rem;
    margin: 0 0 20px;
    display: block;
  }
  .woocommerce #customer_login em {
    display: block;
    margin: 5px 0 0;
  }
  .woocommerce #customer_login label {
    display: block;
    margin: 0 0 5px;
  }
  .woocommerce #customer_login input[type=text], .woocommerce #customer_login input[type=email], .woocommerce #customer_login input[type=tel], .woocommerce #customer_login input[type=password], .woocommerce #customer_login select {
    background: #ffffff;
    padding: 0 15px;
    line-height: 45px;
    width: 100%;
  }
  .woocommerce #customer_login textarea {
    background: #ffffff;
    padding: 10px 15px;
    width: 100%;
  }
  .woocommerce #customer_login p {
    margin: 0 0 15px;
    width: 100%;
  }
  .woocommerce #customer_login .woocommerce-form-login {
    padding: 0;
    background: none;
    margin: 0;
  }
  .woocommerce #customer_login .woocommerce-form-login__rememberme {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .woocommerce-notice, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    display: block;
  }
  .woocommerce-notice a.button, .woocommerce-message a.button, .woocommerce-info a.button, .woocommerce-error a.button {
    margin: -10px 0 -10px 10px;
    float: right;
    width: auto;
  }
}
@media (min-width: 992px) {
  #wc-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .woocommerce-notice, .woocommerce-message, .woocommerce-info, .woocommerce-error {
    margin: 0 0 30px;
  }

  .woocommerce .woocommerce-cart-form {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-cart-form table thead {
    display: table-header-group;
  }
  .woocommerce .woocommerce-cart-form table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-cart-form table th {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #908F95;
    padding: 10px 0;
  }
  .woocommerce .woocommerce-cart-form table th.product-thumbnail {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td {
    display: table-cell;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #908F95;
  }
  .woocommerce .woocommerce-cart-form table td.actions {
    border: none;
  }
  .woocommerce .woocommerce-cart-form table td > span, .woocommerce .woocommerce-cart-form table td > a, .woocommerce .woocommerce-cart-form table td > div {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form table td[data-title]::before {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table td input[type=number] {
    text-align: left;
  }
  .woocommerce .woocommerce-cart-form table td.product-name {
    font-weight: 500;
  }
  .woocommerce .woocommerce-cart-form table .coupon {
    width: 50%;
    display: inline-block;
  }
  .woocommerce .woocommerce-cart-form table .coupon input[type=text] {
    width: auto;
    line-height: 45px;
  }
  .woocommerce .woocommerce-cart-form table .coupon .button {
    width: auto;
  }
  .woocommerce .woocommerce-cart-form table .button[name=update_cart] {
    float: right;
    margin: 10px 0;
  }
  .woocommerce .cart_totals {
    text-align: right;
  }
  .woocommerce .cart_totals table {
    padding: 15px 30px;
    margin: 0 0 20px;
    width: 50%;
    float: right;
  }
  .woocommerce .cart_totals table th, .woocommerce .cart_totals table td {
    padding: 15px 0;
  }
  .woocommerce .cart_totals table ul, .woocommerce .cart_totals table p {
    margin: 0 0 15px;
  }
  .woocommerce .cart_totals table ul li, .woocommerce .cart_totals table p li {
    margin: 0 0 10px;
  }
  .woocommerce .cart_totals table a.shipping-calculator-button {
    line-height: 45px;
  }
  .woocommerce .cart_totals table .shipping-calculator-form {
    padding: 15px 0 0;
  }
  .woocommerce .wc-proceed-to-checkout {
    clear: both;
  }
  .woocommerce .wc-proceed-to-checkout .button {
    width: auto;
  }
  .woocommerce #customer_details, .woocommerce .woocommerce-ResetPassword, .woocommerce .woocommerce-columns--addresses, .woocommerce .woocommerce-form-coupon, .woocommerce .woocommerce-form-login, .woocommerce .woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields {
    padding: 40px 15px;
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce #customer_details div, .woocommerce #customer_details fieldset, .woocommerce .woocommerce-ResetPassword div, .woocommerce .woocommerce-ResetPassword fieldset, .woocommerce .woocommerce-columns--addresses div, .woocommerce .woocommerce-columns--addresses fieldset, .woocommerce .woocommerce-form-coupon div, .woocommerce .woocommerce-form-coupon fieldset, .woocommerce .woocommerce-form-login div, .woocommerce .woocommerce-form-login fieldset, .woocommerce .woocommerce-EditAccountForm div, .woocommerce .woocommerce-EditAccountForm fieldset, .woocommerce .woocommerce-address-fields div, .woocommerce .woocommerce-address-fields fieldset {
    width: 100%;
  }
  .woocommerce #customer_details.woocommerce-form-coupon, .woocommerce #customer_details.woocommerce-form-login, .woocommerce .woocommerce-ResetPassword.woocommerce-form-coupon, .woocommerce .woocommerce-ResetPassword.woocommerce-form-login, .woocommerce .woocommerce-columns--addresses.woocommerce-form-coupon, .woocommerce .woocommerce-columns--addresses.woocommerce-form-login, .woocommerce .woocommerce-form-coupon.woocommerce-form-coupon, .woocommerce .woocommerce-form-coupon.woocommerce-form-login, .woocommerce .woocommerce-form-login.woocommerce-form-coupon, .woocommerce .woocommerce-form-login.woocommerce-form-login, .woocommerce .woocommerce-EditAccountForm.woocommerce-form-coupon, .woocommerce .woocommerce-EditAccountForm.woocommerce-form-login, .woocommerce .woocommerce-address-fields.woocommerce-form-coupon, .woocommerce .woocommerce-address-fields.woocommerce-form-login {
    padding: 40px;
  }
  .woocommerce #customer_details.woocommerce-ResetPassword, .woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword, .woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword, .woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword, .woocommerce .woocommerce-form-login.woocommerce-ResetPassword, .woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword, .woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
    margin: 0;
    padding: 40px;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields, .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm, .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields, .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm, .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields, .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm, .woocommerce .woocommerce-form-coupon.woocommerce-address-fields, .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm, .woocommerce .woocommerce-form-login.woocommerce-address-fields, .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm, .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields, .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm, .woocommerce .woocommerce-address-fields.woocommerce-address-fields {
    padding: 0;
    margin: 0;
  }
  .woocommerce #customer_details .col-1, .woocommerce #customer_details .col-2, .woocommerce .woocommerce-ResetPassword .col-1, .woocommerce .woocommerce-ResetPassword .col-2, .woocommerce .woocommerce-columns--addresses .col-1, .woocommerce .woocommerce-columns--addresses .col-2, .woocommerce .woocommerce-form-coupon .col-1, .woocommerce .woocommerce-form-coupon .col-2, .woocommerce .woocommerce-form-login .col-1, .woocommerce .woocommerce-form-login .col-2, .woocommerce .woocommerce-EditAccountForm .col-1, .woocommerce .woocommerce-EditAccountForm .col-2, .woocommerce .woocommerce-address-fields .col-1, .woocommerce .woocommerce-address-fields .col-2 {
    width: 50%;
    padding: 0 25px;
    margin: 0;
  }
  .woocommerce #customer_details h3, .woocommerce #customer_details h2, .woocommerce #customer_details legend, .woocommerce .woocommerce-ResetPassword h3, .woocommerce .woocommerce-ResetPassword h2, .woocommerce .woocommerce-ResetPassword legend, .woocommerce .woocommerce-columns--addresses h3, .woocommerce .woocommerce-columns--addresses h2, .woocommerce .woocommerce-columns--addresses legend, .woocommerce .woocommerce-form-coupon h3, .woocommerce .woocommerce-form-coupon h2, .woocommerce .woocommerce-form-coupon legend, .woocommerce .woocommerce-form-login h3, .woocommerce .woocommerce-form-login h2, .woocommerce .woocommerce-form-login legend, .woocommerce .woocommerce-EditAccountForm h3, .woocommerce .woocommerce-EditAccountForm h2, .woocommerce .woocommerce-EditAccountForm legend, .woocommerce .woocommerce-address-fields h3, .woocommerce .woocommerce-address-fields h2, .woocommerce .woocommerce-address-fields legend {
    margin: 0 0 20px;
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  .woocommerce #customer_details label, .woocommerce .woocommerce-ResetPassword label, .woocommerce .woocommerce-columns--addresses label, .woocommerce .woocommerce-form-coupon label, .woocommerce .woocommerce-form-login label, .woocommerce .woocommerce-EditAccountForm label, .woocommerce .woocommerce-address-fields label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_details p, .woocommerce .woocommerce-ResetPassword p, .woocommerce .woocommerce-columns--addresses p, .woocommerce .woocommerce-form-coupon p, .woocommerce .woocommerce-form-login p, .woocommerce .woocommerce-EditAccountForm p, .woocommerce .woocommerce-address-fields p {
    margin: 0 0 20px;
    width: 100%;
  }
  .woocommerce #order_review_heading {
    padding: 40px 40px 0;
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  .woocommerce .woocommerce-checkout-review-order-table {
    padding: 20px 40px 40px;
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th, .woocommerce .woocommerce-checkout-review-order-table tr td {
    padding: 15px 0;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th ul li, .woocommerce .woocommerce-checkout-review-order-table tr td ul li {
    margin: 10px 0;
  }
  .woocommerce #payment {
    padding: 40px;
    margin: 0;
  }
  .woocommerce #payment p, .woocommerce #payment ul {
    margin: 0 0 20px;
  }
  .woocommerce #payment p li, .woocommerce #payment ul li {
    margin: 0 0 10px;
  }
  .woocommerce #payment .button {
    width: auto;
  }
  .woocommerce .woocommerce-order-overview {
    margin: 0 0 40px;
    padding: 30px;
  }
  .woocommerce .woocommerce-order-overview + p {
    margin: 0 0 40px;
    padding: 30px;
  }
  .woocommerce .woocommerce-MyAccount-navigation {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 40px - 0.3em);
    margin: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    height: auto;
    padding: 0;
    background: none;
    margin: 0;
    font-size: 18px;
    font-size: 1.0588235294rem;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-top: none;
    border-bottom: 1px solid #908F95;
    padding: 10px 0 5px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li:first-child {
    padding-top: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    position: relative;
    top: auto;
    left: auto;
    border-bottom: 1px solid #908F95;
    width: 100%;
    padding: 10px 0 5px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active:first-child {
    padding-top: 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active:first-child::after {
    top: calc(50% - 10px);
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    border-left: 10px solid #e39416;
    top: calc(50% - 5px);
  }
  .woocommerce .woocommerce-MyAccount-content {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding: 40px 40px 20px;
    margin: 0 0 0 40px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-columns--addresses {
    padding: 0;
    margin: 0 -15px;
  }
  .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content h3 {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-Addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .woocommerce .woocommerce-Addresses .col-1, .woocommerce .woocommerce-Addresses .col-2 {
    width: 50%;
    padding: 0 15px;
  }
  .woocommerce .woocommerce-table--order-details {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-table--order-details tr {
    display: table-row;
  }
  .woocommerce .woocommerce-table--order-details tr th, .woocommerce .woocommerce-table--order-details tr td {
    padding: 15px 0;
  }
  .woocommerce .woocommerce-table--order-details tr th ul li, .woocommerce .woocommerce-table--order-details tr td ul li {
    margin: 10px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders, .woocommerce .woocommerce-MyAccount-consultations {
    margin: 0 0 20px;
  }
  .woocommerce .woocommerce-MyAccount-orders thead, .woocommerce .woocommerce-MyAccount-consultations thead {
    display: table-header-group;
    font-weight: 500;
  }
  .woocommerce .woocommerce-MyAccount-orders tr, .woocommerce .woocommerce-MyAccount-consultations tr {
    display: table-row;
  }
  .woocommerce .woocommerce-MyAccount-orders th, .woocommerce .woocommerce-MyAccount-consultations th {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #908F95;
    padding: 10px 0;
    font-weight: 500;
  }
  .woocommerce .woocommerce-MyAccount-orders td, .woocommerce .woocommerce-MyAccount-consultations td {
    display: table-cell;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #908F95;
    line-height: 1.3;
  }
  .woocommerce .woocommerce-MyAccount-orders td.actions, .woocommerce .woocommerce-MyAccount-consultations td.actions {
    border: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title]::before, .woocommerce .woocommerce-MyAccount-consultations td[data-title]::before {
    display: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title=Name], .woocommerce .woocommerce-MyAccount-consultations td[data-title=Name] {
    font-weight: 500;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title=Actions], .woocommerce .woocommerce-MyAccount-consultations td[data-title=Actions] {
    text-align: right;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title=Actions] a, .woocommerce .woocommerce-MyAccount-consultations td[data-title=Actions] a {
    margin: 0;
    width: auto;
    display: inline-block;
  }
  .woocommerce #customer_login {
    margin: 0 -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce #customer_login div, .woocommerce #customer_login fieldset {
    width: 100%;
  }
  .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
    width: calc(50% - 50px);
    margin: 0 25px;
    padding: 40px;
  }
  .woocommerce #customer_login h3, .woocommerce #customer_login h2, .woocommerce #customer_login legend {
    margin: 0 0 20px;
    font-size: 30px;
    font-size: 1.7647058824rem;
  }
  .woocommerce #customer_login label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_login p {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media (min-width: 0px) {
  #account-vip {
    margin: -20px;
    background: #ffffff;
  }
  #account-vip a {
    display: block;
    margin: 0 0 30px;
    position: relative;
  }
  #account-vip a img {
    margin: 0 0 10px;
  }
  #account-vip a .sale {
    position: absolute;
    top: 0;
    right: 0;
    background: #e39416;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }
  #account-vip a .vip {
    position: absolute;
    top: 0;
    right: 0;
    background: #BC8D34;
    color: #ffffff;
    font-weight: 700;
    padding: 0 15px;
    line-height: 35px;
  }

  #account-measurements ol {
    margin: 0 -10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    counter-reset: count;
  }
  #account-measurements ol li {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 15px;
    counter-increment: count;
  }
  #account-measurements ol li::before {
    content: counter(count) ". ";
  }
}
@media (min-width: 992px) {
  #account-vip {
    margin: -40px;
  }
  #account-vip a {
    margin: 0 0 40px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
