@charset "UTF-8";
/* Table of contents
==================================================
- Settings
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
- 3rd Party
*/
/* Settings
================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Quicksand Light';
  src: url("Quicksand-Light.eot");
  src: url("Quicksand-Light.eot#iefix") format("embedded-opentype"), url("Quicksand-Light.woff") format("woff2"), url("Quicksand-Light.woff") format("woff"), url("Quicksand-Light.ttf") format("truetype"), url("Quicksand-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand Regular';
  src: url("Quicksand-Regular.eot");
  src: url("Quicksand-Regular.eot#iefix") format("embedded-opentype"), url("Quicksand-Regular.woff") format("woff2"), url("Quicksand-Regular.woff") format("woff"), url("Quicksand-Regular.ttf") format("truetype"), url("Quicksand-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Quicksand Bold';
  src: url("Quicksand-Bold.eot");
  src: url("Quicksand-Bold.eot#iefix") format("embedded-opentype"), url("Quicksand-Bold.woff") format("woff2"), url("Quicksand-Bold.woff") format("woff"), url("Quicksand-Bold.ttf") format("truetype"), url("Quicksand-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Grid
================================================== */
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

#page {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  .container.small {
    max-width: 640px; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

.column.full {
  width: 100%; }

.column.half, .two-per-row, .column.third, .three-per-row, .column.fourth, .four-per-row, .column.sixth, .six-per-row {
  width: 48%; }

/* For devices larger than 400px */
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%;
    max-width: 1200px; }

  .container.collection-grid {
    max-width: none !important;
    width: 95% !important; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; }

  .column.full {
    width: 100%; }

  .column.half, .two-per-row {
    width: 48%; }

  .column.third, .three-per-row {
    width: 30.66666666666663%; }

  .column.fourth, .four-per-row {
    width: 22%; }

  .column.fifth, .five-per-row {
    width: 16.8%; }

  .column.sixth, .six-per-row {
    width: 13.33333333333334%; } }
/* Base Styles
================================================== */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  color: #222;
  background: white;
  margin: 0;
  padding: 0; }

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

/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-weight: normal;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  letter-spacing: 0.025rem; }

.cart-value p {
  font-size: 13px;
  color: #666666;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  line-height: 20px; }

.cart-value p {
  font-weight: 300; }

h1 {
  font-size: 2.8rem; }

h2, h3 {
  font-size: 2rem; }

h4 {
  font-size: 1.6rem; }

h5, h6 {
  font-size: 1.6rem; }

.hero h1 {
  font-size: 3.6rem; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 4.5rem; }

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 2.5rem; }

  h4 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.2rem; }

  .hero h1 {
    font-size: 5rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; } }
@media (min-width: 1000px) {
  .hero h1 {
    font-size: 9rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; } }
p {
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  margin-top: 0; }
  p strong {
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

blockquote {
  border-left: 0.5rem solid #f2f2f2;
  margin-left: 0;
  padding-left: 1.5rem; }

/* Links
================================================== */
a {
  color: #ffd200;
  transition: background 0.25s ease-out; }

a:hover {
  color: black; }

/* Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  height: auto;
  padding: 0 auto;
  height: 33px;
  color: black;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px black;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.25s ease-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: white;
  background-color: black;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: white;
  background-color: black; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: white;
  background-color: black; }

.button.disabled,
button.disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
input[type="button"].disabled {
  background-color: black !important;
  cursor: default; }

/* Forms
================================================== */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 33px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid black;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* Lists
================================================== */
ul {
  list-style: disc inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

.page-content li {
  margin-bottom: 0.3rem !important; }

.template-404 h1 {
  font-size: 50px;
  letter-spacing: 4px;
  padding: 70px 0px 0px 0px !important; }

/* Tables
================================================== */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eeeeee; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

table:not(.pika-table) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  padding: 0; }
  table:not(.pika-table) thead tr {
    background: #f6f6f6;
    border-bottom: 1px solid #eeeeee; }
    table:not(.pika-table) thead tr th {
      border: none !important;
      padding: 1rem;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      letter-spacing: 0.025rem;
      text-align: left; }
  table:not(.pika-table) tbody tr {
    border-bottom: 1px solid #eeeeee; }
    table:not(.pika-table) tbody tr td {
      border: none;
      padding: 2rem 3.2rem 0 3.2rem !important; }

/* Spacing
================================================== */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
================================================== */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

.hidden {
  display: none; }

.centered {
  text-align: center; }

/* Misc
================================================== */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #dddddd; }

hr.no-marg-top {
  margin-top: 0px; }

/* Clearing
================================================== */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf,
.collection-items,
.collection-filters {
  content: "";
  display: table;
  clear: both; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both; }

.clearfix {
  zoom: 1; }

/* Custom Theme
================================================== */
html.mm-blocking #mm-blocker {
  z-index: 999999 !important; }

/* Header */
header.u-full-width {
  width: 100%;
  position: relative; }
  @media (max-width: 999px) {
    header.u-full-width {
      margin-bottom: 22px; } }

a#nav-open {
  line-height: 1.1;
  width: 4rem;
  height: 12px;
  margin: 0 0 0 0;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out; }
  @media (min-width: 1000px) {
    a#nav-open {
      display: none; } }
  a#nav-open span {
    display: block;
    position: absolute;
    height: 2px;
    width: 21px;
    background: black;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .20s ease-in-out; }
  a#nav-open span:nth-child(1) {
    top: 0; }
  a#nav-open span:nth-child(2), a#nav-open span:nth-child(3) {
    top: 50%; }
  a#nav-open span:nth-child(4) {
    top: 100%; }
  a#nav-open button {
    background: white !important;
    color: #666666 !important;
    padding: 0 !important;
    line-height: 1.1;
    height: auto;
    margin: 0;
    position: absolute;
    top: 0;
    left: 3rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-size: 1.3rem;
    font-weight: 300; }
    @media (max-width: 550px) {
      a#nav-open button {
        display: none; } }

a#book-appointment {
  color: #666666 !important;
  padding: 0 !important;
  line-height: 1.1;
  height: auto;
  margin: 3rem 0 0 1rem;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  float: left;
  display: block;
  clear: none;
  text-decoration: none; }
  @media (max-width: 786px) {
    a#book-appointment {
      display: none; } }

html.mm-opened a#nav-open {
  opacity: 0; }
  html.mm-opened a#nav-open span {
    background: black; }
  html.mm-opened a#nav-open span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%; }
  html.mm-opened a#nav-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  html.mm-opened a#nav-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  html.mm-opened a#nav-open span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%; }

.menu-close {
  width: 21px;
  height: 12px;
  float: left;
  position: relative;
  margin: 1rem 50% 0 0; }
  @media (max-width: 320px) {
    .menu-close {
      margin: 0 0 0 0; } }
  .menu-close span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .20s ease-in-out; }
  .menu-close span:nth-child(1) {
    top: 50%;
    width: 0%;
    left: 50%; }
  .menu-close span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-close span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .menu-close span:nth-child(4) {
    top: 50%;
    width: 0%;
    left: 50%; }

.menu-back {
  padding-left: 2rem !important;
  background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/menu-back.jpg?4603) left 1rem no-repeat; }

.mm-opened header.u-full-width {
  width: 100% !important;
  z-index: 200 !important; }

#mobilemenu .mm-prev {
  height: 6.5rem !important; }
#mobilemenu a#nav-open {
  float: right !important;
  margin-right: 2rem;
  margin-top: 1rem;
  opacity: 1 !important; }
#mobilemenu ul {
  margin-bottom: 3rem; }
#mobilemenu ul.site-nav {
  clear: right;
  padding-top: 3rem; }
#mobilemenu li {
  clear: right; }
  #mobilemenu li h4 {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0;
    margin: 2.6rem 0 2.6rem 0;
    font-size: 1.3rem;
    text-transform: none;
    width: auto;
    color: #ffd200; }
  #mobilemenu li a {
    font-size: 1.3rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #ffd200 !important; }
  #mobilemenu li .mm-next {
    line-height: 6.5rem;
    height: 6.5rem; }
  #mobilemenu li .mm-next:before {
    display: none !important; }
#mobilemenu .top-level, #mobilemenu #customer_login_link, #mobilemenu #customer_register_link {
  height: auto;
  line-height: auto;
  border-bottom: none !important;
  text-indent: 5rem;
  margin-bottom: 2rem;
  color: black !important;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  text-transform: uppercase; }
  #mobilemenu .top-level:hover, #mobilemenu .top-level:focus, #mobilemenu #customer_login_link:hover, #mobilemenu #customer_login_link:focus, #mobilemenu #customer_register_link:hover, #mobilemenu #customer_register_link:focus {
    background-color: white !important;
    color: black !important; }
#mobilemenu .nav-hover {
  background: #ffd200;
  color: white !important; }
#mobilemenu .sub-nav {
  margin: 0 !important;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dddddd !important; }
  #mobilemenu .sub-nav li {
    margin-bottom: 1.2rem;
    padding: 0 3rem; }
    #mobilemenu .sub-nav li a {
      color: #666666 !important;
      font-weight: 500;
      line-height: 1.1; }
      #mobilemenu .sub-nav li a:hover {
        color: #ffd200 !important; }
  #mobilemenu .sub-nav .button {
    height: 4.5rem;
    line-height: 4.5rem;
    color: white !important;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    margin: 2rem 0; }
    #mobilemenu .sub-nav .button:hover {
      color: white !important; }
#mobilemenu .sub-nav-sibling {
  border-top: 1px solid #dddddd !important; }
  #mobilemenu .sub-nav-sibling li {
    position: relative; }
#mobilemenu .book-appt {
  padding: 3rem 0; }
  #mobilemenu .book-appt p {
    margin: 0 5rem;
    font-size: 1.3rem;
    color: #666666; }
    #mobilemenu .book-appt p a {
      display: block;
      color: #666666 !important;
      font-weight: 500; }
  #mobilemenu .book-appt .button {
    height: 4.5rem;
    line-height: 4.5rem;
    color: white !important;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    margin: 2rem 5rem; }
    #mobilemenu .book-appt .button:hover {
      color: white !important; }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: #000 !important;
  border-width: 1px !important; }

.mm-menu .mm-listview > li .mm-arrow:hover:after, .mm-menu .mm-listview > li .mm-next:hover:after {
  border-color: white !important;
  border-width: 1px !important; }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #000 !important;
  border-width: 1px !important; }

.mm-menu .mm-btn:before {
  left: 15px;
  top: 102px;
  position: absolute; }

.mm-navbar {
  border-bottom: none;
  padding: 0 40px !important;
  text-align: left !important;
  color: black !important;
  font-size: 1.3rem;
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.mm-panels > .mm-panel {
  padding: 0 !important; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 4.9rem !important; }

.mm-navbar {
  border-bottom: none !important;
  text-align: left;
  line-height: normal;
  height: auto !important;
  padding: 0 3rem !important;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffd200; }

.mm-opened #page, .mm-opening #page {
  border-right: 0.9rem solid #dddddd !important; }

a.mm-title {
  font-size: 1.8rem;
  color: #ffd200 !important;
  line-height: 1.8rem;
  letter-spacing: 0.2rem;
  margin: 2.3rem 0;
  padding: 0; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 0 !important; }

.mm-menu {
  background: white !important;
  border-color: transparent !important;
  color: black !important; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 0;
  left: 0;
  display: none !important; }

.mm-listview .mm-next:before {
  border-left-width: 0;
  display: none !important; }

.mm-arrow:after, .mm-next:after {
  right: 5rem !important; }

.values {
  display: block;
  width: 100%;
  background-color: #eeeeee;
  overflow: hidden;
  padding: 0.8rem 0; }
  @media (max-width: 786px) {
    .values .six {
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important; } }
  .values .value {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block; }
    @media (max-width: 550px) {
      .values .value {
        display: none !important; } }
    .values .value h5 {
      font-size: 1.2rem;
      display: inline-block;
      line-height: 1.9rem;
      margin-bottom: 0; }
    .values .value img {
      display: inline-block;
      margin-right: 0.8rem;
      width: 3.5rem;
      height: 1.9rem;
      margin-bottom: -0.6rem; }
      @media (max-width: 550px) {
        .values .value img {
          display: none; } }
  .values .value.value-mobile {
    display: none !important; }
    @media (max-width: 550px) {
      .values .value.value-mobile {
        display: block !important;
        width: 100% !important; } }

#logo {
  display: inline-block;
  margin: 1rem auto 1rem auto;
  padding: 0;
  transition: none !important;
  width: 216px;
  height: 100px; }
  #logo a {
    background: url(billie-blooms-logo-no-tag-linev2_v-11583677184087211096.png) no-repeat 0 0;
    width: 216px;
    height: 100px;
    display: block;
    text-indent: -9999px;
    background-size: cover; }

#logo.show-icon svg {
  margin-top: 0rem; }

.cart-link {
  position: relative;
  margin: 0 !important; }
  @media (max-width: 786px) {
    .cart-link {
      border: none !important; } }
  .cart-link a {
    text-decoration: none;
    color: black;
    line-height: 1; }
  .cart-link span {
    display: block;
    float: left;
    margin-top: 1.8rem;
    margin-left: 0.6rem;
    font-size: 1.4rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
  .cart-link img {
    display: block;
    float: left;
    width: auto !important;
    max-width: auto !important;
    margin-top: 1.7rem;
    margin-left: 0.8rem; }
    @media (max-width: 320px) {
      .cart-link img {
        margin-left: 0.3rem; } }
  .cart-link svg {
    display: block;
    float: left;
    width: 2.5rem !important;
    max-width: 2.5rem !important;
    height: 2rem;
    max-height: 2rem;
    margin-top: 0.2rem;
    margin-left: 0.8rem; }
    @media (max-width: 320px) {
      .cart-link svg {
        margin-left: 0.3rem; } }
  .cart-link svg {
    fill: black; }
  .cart-link #cart-popup {
    display: none;
    width: 26rem;
    position: absolute;
    right: 0;
    top: 1.1rem;
    padding-top: 3.25rem;
    z-index: 999999999; }
    @media (max-width: 999px) {
      .cart-link #cart-popup {
        right: -28rem; } }
  .cart-link #cart-popup .border {
    border: 1px solid black;
    background: white; }
  .cart-link #cart-popup header {
    display: block;
    border-bottom: 1px solid black;
    margin: 1rem;
    padding: 0 0 1rem 0; }
  .cart-link #cart-popup header h3 {
    font-size: 1.5rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    padding: 0.5rem 0;
    margin: 0;
    text-align: left;
    overflow: hidden; }
  .cart-link #cart-popup h3 .mini-cart-close {
    float: right;
    display: block;
    clear: none;
    cursor: pointer;
    text-transform: uppercase; }
    .cart-link #cart-popup h3 .mini-cart-close:hover {
      color: #ffd200; }
  .cart-link #cart-popup .donation {
    font-size: 1.2rem; }
    .cart-link #cart-popup .donation p {
      /*float:left;*/
      clear: none;
      width: 100%;
      text-align: left; }
    .cart-link #cart-popup .donation img {
      /*margin-right: 1.5rem !important;*/
      margin-bottom: 10px !important; }
  .cart-link #cart-popup strong {
    font-weight: normal !important;
    float: right; }
  .cart-link #cart-popup strong.qty {
    display: block;
    float: left; }
  .cart-link #cart-popup form {
    margin-bottom: 1.5rem !important; }
  .cart-link #cart-popup .item .u-pull-left, .cart-link #cart-popup .item .u-pull-right {
    padding: 0;
    width: 48%; }
  .cart-link #cart-popup .item .u-pull-left {
    padding: 0;
    width: 33%; }
  .cart-link #cart-popup .item .u-pull-right {
    padding: 0;
    width: 60%;
    text-align: left; }
  .cart-link #cart-popup img {
    margin: 0 !important; }
  .cart-link #cart-popup .item .u-pull-right h4 {
    padding: 0;
    margin: 0.5rem 0 0 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-align: left; }
  .cart-link #cart-popup .item .u-pull-right strong {
    color: black;
    font-weight: normal !important;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  .cart-link #cart-popup .item {
    border-bottom: 1px solid black;
    margin: 1rem;
    padding: 1rem 0; }
  .cart-link #cart-popup footer {
    display: block;
    padding: 0 1rem 1rem 1rem;
    position: relative;
    margin: 0 !important; }
  .cart-link #cart-popup footer h3 {
    padding: 0.5rem 0;
    font-size: 1.5rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-align: left;
    overflow: hidden;
    text-transform: uppercase; }
  .cart-link #cart-popup footer h3 span {
    display: block;
    float: right;
    margin-top: 0;
    margin-left: 0;
    font-size: 1.5rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    text-align: left; }
  .cart-link #cart-popup footer .button.button-primary {
    background: white !important;
    color: black !important;
    width: 100%;
    margin-bottom: 0;
    line-height: 4.3rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: bold;
    border: 0.2rem solid #ffd200 !important;
    padding: 0 !important; }
    .cart-link #cart-popup footer .button.button-primary:hover {
      background: #ffd200 !important; }
  .cart-link #cart-popup footer input {
    background: white !important;
    color: black !important;
    width: 100%;
    margin-bottom: 0;
    line-height: 4.3rem;
    height: 4.6rem;
    font-size: 1.4rem;
    font-weight: bold;
    border: 0.2rem solid #ffd200 !important;
    padding: 0 !important; }
    .cart-link #cart-popup footer input:hover {
      background: #ffd200 !important; }
  .cart-link #cart-popup footer .button.button-primary:hover {
    background: #ffd200;
    color: white; }
  .cart-link .fixed #cart-popup {
    top: 1.4rem;
    padding-top: 2.25rem; }

.cart-link.cart-active #cart-popup {
  display: none !important; }

header.u-full-width.cart-added {
  /*
  background:$link-color;


  a.top-level{
            color:$background-color !important;

    }



  #logo, .cart-link{

    svg {
        fill: $background-color;
      }

  }

  .customer-links, .cart-count{
    color:$background-color !important;
    a{
      color:$background-color !important;
    }
  }

.customer-wrap{
    float:right;
    margin:0;
    border:none;
    position: relative;
    margin-right:5%;
    width: 95%;
  }

  .customer-wrap>div {
    border-right: 0.1rem solid $background-color;
  }
  */ }

nav.twelve {
  display: none; }

@media (min-width: 550px) {
  header > div.columns.centered {
    margin: 0;
    padding: 0; } }

.values {
  display: block;
  width: 100%;
  background-color: #ffd200;
  overflow: hidden;
  padding: 0.8rem 0;
  margin-bottom: 1rem; }
  @media (max-width: 779px) {
    .values .six {
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important; } }
  .values .value {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block; }
    .values .value h5 {
      font-size: 1.2rem;
      display: inline-block;
      line-height: 1.9rem;
      margin-bottom: 0; }

.masthead {
  min-width: 15rem !important;
  width: 60% !important;
  clear: none;
  margin: 0 auto;
  float: right; }
  @media (min-width: 1000px) {
    .masthead {
      min-width: 15rem !important;
      width: 20% !important;
      clear: none;
      margin: 0 auto;
      float: left; } }

.customer {
  float: left;
  width: 20%;
  text-align: left; }
  @media (min-width: 1000px) {
    .customer {
      float: right;
      width: 40%;
      text-align: right; } }
  .customer .customer-link {
    display: none; }
    @media (min-width: 1000px) {
      .customer .customer-link {
        display: inline-block; } }

.main-nav {
  float: right !important;
  width: 20%;
  text-align: right; }
  @media (min-width: 1000px) {
    .main-nav {
      float: left !important;
      width: 40%;
      text-align: left; } }
  .main-nav .site-nav {
    display: block;
    margin: 9rem 0 0 15%; }
    @media all and (max-width: 1350px) {
      .main-nav .site-nav {
        margin: 9rem 0 0 7%; } }
    @media (max-width: 999px) {
      .main-nav .site-nav {
        display: none; } }

@media all and (max-width: 1350px) {
  .customer .site-nav, .customer .customer-login {
    margin-right: 7%; } }
@media all and (max-width: 1199px) {
  .customer .site-nav, .customer .customer-login {
    margin-left: 8%; } }
.customer .customer-login li:last-child {
  margin-right: 0; }

.localisation {
  display: none; }

.customer-login {
  list-style-type: none;
  margin: 3.8rem 15% 0 0;
  display: none; }
  @media (min-width: 1000px) {
    .customer-login {
      display: inline-block; } }
  .customer-login li {
    display: inline-block;
    margin: 0 1rem; }
    .customer-login li a {
      font-size: 1.1rem;
      color: black;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      text-transform: none;
      text-decoration: none;
      padding: 0.1rem; }
      .customer-login li a:hover {
        color: #ffd200; }
  .customer-login li.first, .customer-login li.last {
    margin: 0; }

.site-nav {
  list-style-type: none;
  margin: 0 0 0 0;
  display: block; }
  @media (min-width: 1000px) {
    .site-nav {
      margin: 2.8rem 15% 0 0; } }
  .site-nav li {
    display: inline-block;
    margin: 0 9rem; }
    .site-nav li:hover > a {
      background: #ffd200; }
    .site-nav li a {
      font-size: 1.4rem;
      color: black;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0.1rem 5px; }
      .site-nav li a.active {
        background: #ffd200; }
    @media all and (max-width: 1440px) {
      .site-nav li {
        margin: 0 6em; } }
    @media all and (max-width: 1250px) {
      .site-nav li {
        margin: 0 4rem; } }
    @media all and (max-width: 1050px) {
      .site-nav li {
        margin: 0 3rem; } }
  .site-nav li.first, .site-nav li.last {
    margin: 0; }

span.phone {
  display: inline-block; }

button.search-link {
  border: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 18px;
  height: 18px;
  background-color: transparent !important;
  text-indent: -99999px;
  background: url(search-icon_v-16046358692346776432.png) no-repeat center center;
  line-height: 1; }

.search {
  border-right: none !important;
  margin: 0 !important;
  position: relative; }

.search-form {
  margin-bottom: 0 !important;
  position: absolute;
  top: -0.2rem;
  z-index: 8740;
  display: none; }
  @media (min-width: 550px) {
    .search-form {
      right: 2.5rem; } }
  @media (max-width: 550px) {
    .search-form {
      left: 2.5rem; } }
  .search-form input {
    margin: 0 !important;
    display: block;
    float: left;
    border: none !important;
    font-size: 1.5rem !important;
    height: 2.6rem;
    line-height: 2.6rem; }
  .search-form #search-field {
    background: #fff !important;
    color: black;
    font-weight: 300 !important;
    text-transform: uppercase;
    padding: 0px 0px;
    font-size: 14px !important;
    letter-spacing: 1px;
    border-bottom: 1px solid #000 !important;
    width: 28rem; }
  .search-form #search-submit {
    background: #fff;
    color: #000;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    font-weight: 700;
    letter-spacing: 2px; }

.search-form.show {
  display: block; }

@media (max-width: 550px) {
  span.phone {
    display: none; }

  .customer-links a {
    margin-right: 1rem; }

  .cart-link {
    border: none !important; }
    .cart-link a {
      background: transparent !important; }
      .cart-link a:hover {
        background: transparent !important; }
    .cart-link span {
      margin-top: 0.4rem;
      margin-right: 1rem; } }
.customer-links a {
  display: block;
  margin-bottom: 0;
  color: black !important;
  text-decoration: none;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.025rem; }
  .customer-links a:hover {
    color: #ffd200 !important; }

@media (max-width: 786px) {
  .is-customer {
    width: 3rem !important;
    text-align: center; } }
@media (max-width: 786px) {
  .is-customer a {
    width: 1.7rem;
    height: 1.8rem;
    background-color: transparent !important;
    text-indent: -99999px;
    background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/account-icon.png?4603) no-repeat center center; } }

@media (max-width: 786px) {
  .customer-wrap {
    float: right;
    margin: 0;
    border: none;
    position: relative;
    margin-right: 0% !important;
    width: 95%; }

  .cart-link span {
    margin-top: 0.4rem;
    margin-right: 20px !important; } }
@media (min-width: 550px) {
  nav.twelve {
    display: block; }

  .mobile-nav.two {
    display: none; }

  .customer-wrap {
    float: right;
    margin: 0;
    border: none;
    position: relative;
    margin-right: 5%;
    width: 95%; }

  .customer-links {
    display: block;
    width: 6rem;
    position: relative; }
    .customer-links a {
      display: block;
      margin-bottom: 0;
      color: black !important;
      text-decoration: none;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.4rem;
      margin-top: 0.12rem;
      letter-spacing: 0.025rem; }
      .customer-links a:hover {
        color: #ffd200 !important; }

  .customer-links.loggedin {
    text-align: left !important; }

  .customer-links.rewards {
    width: 50%;
    text-align: right !important;
    padding-right: 0.8rem !important; }
  .cart-link {
    width: auto;
    position: relative;
    text-align: center;
    display: block; }
    .cart-link span {
      margin-top: 0.5rem; }
    .cart-link img {
      margin-top: 0.4rem;
      margin-left: 0.5rem; }
    .cart-link a {
      background: transparent !important; }
      .cart-link a:hover {
        background: transparent !important; } }
  @media (min-width: 550px) and (max-width: 1200px) {
    .customer-links.rewards {
      width: 100%;
      margin-top: 0 !important;
      border-right: 0 !important; } }

@media (min-width: 750px) {
  .cart-link {
    width: auto; }
    .cart-link img {
      margin-left: 1.3rem; } }
/* Footer */
footer {
  background: white;
  color: black;
  max-width: 120rem;
  margin: 2rem auto 3rem auto  !important;
  clear: both; }
  footer ul {
    list-style-type: none;
    margin-bottom: 0 !important; }
    footer ul li a {
      color: black;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.2rem;
      text-decoration: none;
      letter-spacing: 0.025rem;
      font-weight: bold; }
      footer ul li a:hover {
        color: #ffd200 !important; }
  footer .copyright {
    padding: 1rem;
    border: 0.1rem solid black;
    margin-top: 4rem; }
    footer .copyright p {
      font-size: 1rem;
      text-transform: uppercase;
      margin: 0;
      text-align: center;
      letter-spacing: 0.085rem; }
  @media (max-width: 1000px) {
    footer .footer-newsletter {
      width: 90% !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
      margin-bottom: 2rem; } }
  footer .social-links {
    display: inline-block;
    vertical-align: top;
    float: none;
    clear: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left; }
    @media (max-width: 1000px) {
      footer .social-links {
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        margin-bottom: 2rem;
        text-align: center; } }
  @media (max-width: 1000px) {
    footer .footer-nav {
      width: 90% !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
      margin-bottom: 2rem; } }
  footer .footer-nav ul {
    column-count: 2;
    column-gap: 5rem;
    -moz-column-count: 2;
    -moz-column-gap: 5rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 5rem; }
    footer .footer-nav ul li {
      margin: 0 0 1rem 0 !important;
      padding: 0; }
      @media (max-width: 1000px) {
        footer .footer-nav ul li {
          text-align: center; } }
      footer .footer-nav ul li a {
        letter-spacing: 0.025rem;
        font-size: 1.1rem;
        text-transform: uppercase; }
  @media (max-width: 1000px) {
    footer .copyright-wrap {
      width: 90% !important;
      margin-left: 5% !important;
      margin-right: 5% !important;
      margin-bottom: 2rem; } }

.container header {
  position: relative;
  z-index: 400; }

/* Product Page
================================================== */
.breadcrumb {
  margin: 0 0 0px 0;
  padding: 2rem 0;
  display: block;
  border-bottom: 0.1rem solid #dddddd;
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 750px) {
    .breadcrumb {
      text-align: center; } }
  .breadcrumb ul {
    list-style-type: none;
    margin: 0 4rem; }
  .breadcrumb li {
    display: inline-block;
    margin: 0 0 0 0;
    color: #000;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 0 0 0.2rem 0;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    color: #f2f2f2; }
    .breadcrumb li:after {
      display: inline-block;
      content: "/";
      width: 1rem;
      height: 1rem;
      position: relative;
      margin-left: 0.75rem; }
  .breadcrumb li:last-child:after {
    display: none; }
  .breadcrumb .breadcrumb-item {
    font-size: 1.3rem;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    color: #f2f2f2; }
  .breadcrumb span.breadcrumb-item {
    color: #ffd200; }
  .breadcrumb a.breadcrumb-item {
    text-decoration: none; }
    .breadcrumb a.breadcrumb-item:hover {
      color: #ffd200; }

.product {
  padding-top: 3.5rem; }
  .product form {
    position: relative; }
  .product h1 {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 4.8rem; }
  .product .container {
    padding: 0 0; }

.product-photo-container {
  width: 80%;
  display: block;
  margin: 0 auto 0 auto; }

.product-photo-container img {
  max-width: 100%;
  height: auto; }
.product-photo-container .quick-buy-link {
  display: block;
  position: absolute;
  top: -3.6rem;
  right: 0;
  z-index: 701;
  background: rgba(255, 255, 255, 0.85);
  color: black;
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
  padding: 0.8rem 1.8rem;
  height: auto;
  width: auto;
  line-height: 1.1;
  margin: 0;
  font-size: 1.8rem; }
  .product-photo-container .quick-buy-link h3 {
    font-size: 2.2rem; }
  .product-photo-container .quick-buy-link span {
    display: inline-block;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  @media (min-width: 750px) {
    .product-photo-container .quick-buy-link {
      display: none; } }
.product-photo-container .quick-buy-options {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  z-index: 666;
  background: rgba(255, 255, 255, 0.85);
  transition: .20s ease-in-out; }
  @media (min-width: 750px) {
    .product-photo-container .quick-buy-options {
      display: none; } }
  .product-photo-container .quick-buy-options ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
    .product-photo-container .quick-buy-options ul li {
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 2.8rem; }
    .product-photo-container .quick-buy-options ul li.selected {
      background: #ffd200;
      color: white; }
.product-photo-container .quick-buy-options.open {
  top: 0; }
  .product-photo-container .quick-buy-options.open .quick-buy-link {
    top: 0;
    background: transparent;
    color: black; }

.product-photo-thumbs-mobile {
  display: none;
  text-align: center;
  margin: 30px 0px 0px 0px; }
  @media (max-width: 750px) {
    .product-photo-thumbs-mobile {
      display: block; } }

.product-photo-thumbs-mobile li {
  width: 23%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0px 10px; }

.product-photo-thumbs li a.active-thumb {
  border: 1px solid #d0d0d0; }

.product-photo-thumbs {
  width: 90% !important;
  margin: 0 5% 2rem 5%;
  list-style-type: none;
  overflow: hidden; }
  .product-photo-thumbs li {
    margin-bottom: 0;
    margin: 0 1.5% 0 1.5%;
    padding: 0;
    float: left;
    clear: none; }
    .product-photo-thumbs li a {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 0;
      transition: all 0.25s ease-out; }
    .product-photo-thumbs li img {
      max-width: 100%; }

@media (min-width: 750px) {
  .product-photo-thumbs li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem; }

  .photo-wrapper {
    display: inline-block; } }
.product-details {
  padding: 0 2.4rem; }
  @media (max-width: 750px) {
    .product-details {
      width: 100% !important;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .product-details {
      padding: 0 0; } }
  .product-details .product-details-head {
    margin-bottom: 1.5rem;
    overflow: hidden; }
    .product-details .product-details-head h1 {
      font-size: 2.6rem;
      text-transform: none !important;
      letter-spacing: 5px !important;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      text-align: left;
      color: black;
      font-weight: normal;
      margin: 0;
      padding: 0; }
      .product-details .product-details-head h1:before, .product-details .product-details-head h1:after {
        display: block;
        content: "";
        height: 0.1rem;
        width: 2.8rem;
        background: black;
        margin: 2rem 0; }
    .product-details .product-details-head h4 {
      font-size: 1.1rem;
      text-align: left;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #666666;
      text-transform: uppercase;
      margin-bottom: 0;
      color: black; }
  .product-details .product-details-supporting {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2.4rem;
    overflow: hidden; }
  .product-details .product-share {
    width: 100%;
    text-align: left; }
    .product-details .product-share h4 {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      color: black;
      display: block;
      float: left;
      margin: 1.4rem 1rem 0 0 !important;
      padding: 0 0 0 0;
      font-size: 1.4rem; }
      @media (max-width: 750px) {
        .product-details .product-share h4 {
          float: none; } }
    .product-details .product-share a {
      font-size: 2rem;
      margin-right: 1.4rem;
      color: black; }
      .product-details .product-share a span {
        font-size: 2rem; }
    .product-details .product-share a:last-child {
      margin-right: 0; }
    .product-details .product-share a:hover {
      color: #ffd200; }
    .product-details .product-share a.facebook-share:hover {
      color: #3b5998; }
    .product-details .product-share a.twitter-share:hover {
      color: #4099ff; }
    .product-details .product-share a.pinterest-share:hover {
      color: #c92228; }
  .product-details .select-more {
    padding-bottom: 3rem; }
  .product-details .product-details-main {
    position: relative; }
    .product-details .product-details-main h5 {
      font-size: 13px;
      font-weight: 300;
      color: #666;
      text-transform: capitalize;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
      @media (max-width: 750px) {
        .product-details .product-details-main h5 {
          text-align: center; } }
    .product-details .product-details-main h6 {
      font-size: 1.2rem;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      text-transform: none;
      color: #f2f2f2;
      text-transform: capitalize; }
      @media (max-width: 750px) {
        .product-details .product-details-main h6 {
          text-align: center; } }
    .product-details .product-details-main #product-add {
      width: 100%;
      margin-top: 3rem; }
      .product-details .product-details-main #product-add input {
        width: 100% !important;
        height: 50px;
        font-size: 1.4rem;
        margin-bottom: 2rem;
        background-color: white;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 2px;
        max-width: 27.3rem;
        border: 0.2rem solid #ffd200; }
        .product-details .product-details-main #product-add input:hover, .product-details .product-details-main #product-add input:focus {
          background-color: #ffd200;
          color: black; }
      .product-details .product-details-main #product-add a {
        color: black; }
        .product-details .product-details-main #product-add a:hover {
          color: #ffd200; }
    .product-details .product-details-main .product-description {
      padding: 0 0 0 0;
      margin: 0 0 1.7rem 0; }
      .product-details .product-details-main .product-description p img {
        width: inherit; }
      .product-details .product-details-main .product-description ul {
        list-style-type: none; }
      .product-details .product-details-main .product-description p, .product-details .product-details-main .product-description li {
        font-size: 13px;
        line-height: normal;
        color: black;
        font-weight: normal;
        margin-bottom: 0.8rem; }
  .product-details h1 {
    margin-bottom: 0.5rem; }
  .product-details h2 {
    color: black;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 1.8rem; }

@media (max-width: 550px) {
  #product-price {
    width: 100%; } }
#product-price h3 {
  color: black;
  font-size: 1.8rem;
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  font-weight: bold; }
  #product-price h3 em {
    font-style: normal;
    color: #666666; }
  #product-price h3 .compare-at-price {
    color: #666666; }
  #product-price h3 .hidden {
    display: none; }
  #product-price h3 s.compare-at-price {
    font-size: 1.8rem;
    color: #f2f2f2; }

#bloom-specifics {
  position: relative;
  margin: 3rem 0 0;
  padding: 0;
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden; }
  #bloom-specifics.masks .nine .images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #bloom-specifics.masks .nine .images .mainImage {
      margin-right: 45px; }
    #bloom-specifics.masks .nine .images .sizesImage {
      margin-left: 45px; }
  #bloom-specifics.masks .nine img {
    max-width: inherit; }
  #bloom-specifics.masks .nine .footer_text {
    margin-top: 50px;
    text-align: center; }
    #bloom-specifics.masks .nine .footer_text p {
      font-size: 18px;
      line-height: 1.2em;
      font-weight: 700;
      margin-bottom: 0; }
  @media (max-width: 1037px) {
    #bloom-specifics.masks .nine .images .mainImage,
    #bloom-specifics.masks .nine .images .sizesImage {
      margin: 0;
      width: 100%; }
    #bloom-specifics.masks .nine .images .mainImage {
      margin-bottom: 25px; } }
  @media (max-width: 581px) {
    #bloom-specifics.masks .nine .images {
      padding: 0 25px;
      box-sizing: border-box; }
      #bloom-specifics.masks .nine .images .linkImg img {
        max-width: 100%; } }
  #bloom-specifics.masks .nine .recommendation {
    display: inline-block;
    padding: 15px 25px;
    margin: 20px 0 0;
    width: 100%;
    box-sizing: border-box; }
    #bloom-specifics.masks .nine .recommendation h5 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 5px;
      text-transform: uppercase; }
      @media (max-width: 599px) {
        #bloom-specifics.masks .nine .recommendation h5 {
          margin-bottom: 25px; } }
    #bloom-specifics.masks .nine .recommendation .items {
      display: flex;
      flex-wrap: wrap; }
      #bloom-specifics.masks .nine .recommendation .items .item {
        padding: 0 5px;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 15px; }
        @media (max-width: 599px) {
          #bloom-specifics.masks .nine .recommendation .items .item {
            width: 100%; } }
        #bloom-specifics.masks .nine .recommendation .items .item h6 {
          font-size: 13px;
          font-weight: 700; }
        #bloom-specifics.masks .nine .recommendation .items .item p {
          font-size: 11px;
          margin-bottom: 0; }
  #bloom-specifics .nine {
    position: relative;
    padding: 40px 0px 0; }
    @media (max-width: 1200px) {
      #bloom-specifics .nine {
        width: 100% !important;
        padding: 40px 0px 40px 0px; } }
    #bloom-specifics .nine img {
      width: auto;
      max-width: 30.5rem;
      margin: 0 auto 0 auto; }
    #bloom-specifics .nine h4 {
      font-size: 1.2rem;
      letter-spacing: 0.085rem;
      color: #000;
      font-weight: bold;
      text-transform: uppercase !important;
      margin: 0 0 5rem;
      font-size: 36px; }

#bloom-specifics .three {
  margin-left: 0 !important;
  width: 26% !important; }

@media (max-width: 1200px) {
  #bloom-specifics .three {
    width: 100% !important;
    position: relative;
    margin-top: 5rem; } }
.specifics-item.item-one {
  top: 150px;
  left: 0px;
  text-align: left;
  padding: 0px 0px 0px 80px; }
  @media (max-width: 1000px) {
    .specifics-item.item-one {
      padding: 0px 0px 0px 40px; } }
  .specifics-item.item-one h5, .specifics-item.item-one p {
    text-align: right; }

.specifics-item.item-two {
  top: 110px;
  right: 0px;
  text-align: right;
  padding: 0px 80px 0px 0px; }
  @media (max-width: 1000px) {
    .specifics-item.item-two {
      padding: 0px 40px 0px 0px; } }

.specifics-item.item-three {
  top: 270px;
  left: 0px;
  text-align: left;
  padding: 0px 0px 0px 80px; }
  @media (max-width: 1000px) {
    .specifics-item.item-three {
      padding: 0px 0px 0px 40px; } }
  .specifics-item.item-three h5, .specifics-item.item-three p {
    text-align: right; }

.specifics-item.item-four {
  top: 230px;
  right: 0px;
  text-align: right;
  padding: 0px 80px 0px 0px; }
  @media (max-width: 1000px) {
    .specifics-item.item-four {
      padding: 0px 40px 0px 0px; } }

@media (max-width: 1000px) {
  .specifics-item {
    padding: 0 !important;
    text-align: center !important; } }
@media (max-width: 1000px) {
  .specifics-item h5, .specifics-item p {
    text-align: center !important; } }

.bloom-spec-pointer {
  position: absolute;
  height: 2px;
  width: 28%;
  border-bottom: 0.2rem dashed #ffd200;
  top: 10px;
  z-index: 2; }
  .bloom-spec-pointer:after {
    content: '';
    display: block;
    position: absolute;
    top: -2.8rem;
    width: 5.6rem;
    height: 5.6rem;
    background: url(pointer_v-663234477301473906.png) no-repeat center; }
  @media (max-width: 1000px) {
    .bloom-spec-pointer {
      display: none; } }

.item-one .bloom-spec-pointer {
  right: 100px; }
  .item-one .bloom-spec-pointer:after {
    right: -5.7rem; }

.item-two .bloom-spec-pointer {
  left: 105px; }
  .item-two .bloom-spec-pointer:after {
    left: -5.7rem; }

.item-three .bloom-spec-pointer {
  right: 110px; }
  .item-three .bloom-spec-pointer:after {
    right: -5.7rem; }

.item-four .bloom-spec-pointer {
  left: 70px;
  width: 33%; }
  .item-four .bloom-spec-pointer:after {
    left: -5.7rem; }

.bloom-specific-inside {
  width: 220px;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 3;
  background-color: #f2f2f2; }
  @media (max-width: 800px) {
    .bloom-specific-inside {
      width: 100%;
      text-align: center; } }

.specifics-item {
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 25px 0px;
  display: block;
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 800px) {
    .specifics-item {
      position: absolute;
      text-align: left;
      width: 50%; } }
  @media (max-width: 800px) {
    .specifics-item {
      padding: 0px !important; } }
  .specifics-item h5 {
    font-size: 20px;
    letter-spacing: 0.085rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 0.5rem; }

@media (min-width: 750px) and (max-width: 1000px) {
  .photo-wrapper {
    width: 42% !important;
    margin-left: 0 !important; }

  .product-details {
    width: 50% !important;
    margin-right: 0 !important;
    margin-left: 5% !important; } }
@media (max-width: 750px) {
  .photo-wrapper {
    width: 100% !important;
    margin-left: 0 !important; }

  .product-photo-container {
    width: 100% !important; }

  .product-details {
    margin: 30px 0px 0px;
    width: 100% !important; } }
@media (max-width: 550px) {
  .photo-wrapper {
    width: 100% !important;
    margin-left: 0 !important; }

  .product-photo-container {
    width: 100% !important; }

  .product-details {
    width: 100% !important;
    margin-left: 0 !important; } }
.related-products h4 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase !important;
  margin: 5rem auto; }
.related-products h3 {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid black;
  line-height: 0.1em;
  margin: 3rem auto 6rem auto;
  display: block;
  overflow: visible;
  text-transform: uppercase;
  display: block; }
  .related-products h3 span {
    background-color: white;
    padding: 0 0.8rem; }
.related-products .product-grid {
  float: left !important;
  width: 100% !important; }
@media (max-width: 1000px) {
  .related-products li {
    margin-right: 0 !important;
    width: 50% !important; } }
.related-products li .prod-quick-add .prod-sizes {
  display: none !important; }
@media (max-width: 550px) {
  .related-products .slick-dots {
    margin: 0 auto !important;
    bottom: 0 !important; } }

.product-options {
  position: relative;
  padding-bottom: 0 !important; }

.variant-ui {
  background: white;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  border: 1px solid #dddddd;
  width: 100%;
  float: left; }
  @media (min-width: 550px) {
    .variant-ui {
      position: absolute;
      z-index: 1000;
      top: 3rem;
      left: 0; } }
  .variant-ui .variant-option {
    display: inline-block; }
  .variant-ui .variant-options {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    background: url(down_v-8961047090484412734.svg) 95% center no-repeat;
    background-size: 8px 5px; }
  .variant-ui .variant-options:hover {
    cursor: pointer; }
  .variant-ui .variant-option {
    display: inline-block;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  .variant-ui .variants-options {
    padding: 0;
    overflow: hidden;
    z-index: 50; }
    .variant-ui .variants-options li {
      display: block;
      width: 100%;
      float: left;
      margin: 0 !important;
      background: white;
      list-style-type: none;
      color: black;
      text-align: left;
      margin-right: 0; }
    .variant-ui .variants-options a {
      display: block;
      width: 100%;
      padding: 0.5rem 1rem;
      color: black;
      text-decoration: none; }
      .variant-ui .variants-options a:hover {
        color: white; }
    .variant-ui .variants-options li:hover {
      cursor: pointer;
      color: white;
      background-color: #ffd200; }
      .variant-ui .variants-options li:hover a {
        color: white; }
    .variant-ui .variants-options a:hover {
      color: white; }
    .variant-ui .variants-options li:nth-child(even) {
      margin-right: 0;
      margin-left: 0; }
    .variant-ui .variants-options li.unavailable {
      background: white;
      color: #f2f2f2; }
    .variant-ui .variants-options li.selected {
      background: black;
      color: white; }
  .variant-ui .hide-options {
    display: none; }

#product-variants {
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  #product-variants .selector-wrapper {
    float: left;
    clear: none;
    width: 100%; }
    @media (min-width: 550px) {
      #product-variants .selector-wrapper {
        width: 45%;
        max-width: 15.8rem;
        margin-right: 5%; } }
  #product-variants select {
    border: 1px solid black;
    background: white;
    color: black;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-right: 2rem;
    background: url(down_v-5782983035240285330.png) 90% center no-repeat;
    background-size: 11px 6px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold; }
    #product-variants select option {
      color: black;
      font-size: 1.2rem;
      font-weight: bold; }
  #product-variants #product-quantity {
    float: left;
    clear: none;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid black;
    background: white;
    color: black; }
    @media (min-width: 550px) {
      #product-variants #product-quantity {
        width: 45%;
        max-width: 15.8rem;
        margin-right: 5%; } }

.selectsize-ui {
  background: white;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  border: 1px solid black;
  width: 100%;
  float: left; }
  @media (min-width: 550px) {
    .selectsize-ui {
      position: absolute;
      z-index: 1000;
      top: 0;
      left: 0;
      width: 45%;
      max-width: 15.8rem; } }
  .selectsize-ui .pickSize {
    display: inline-block;
    display: none;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .selectsize-ui .selector-option {
    display: inline-block;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .selectsize-ui .selectsize-options {
    padding: 11px 22px 11px 22px;
    font-size: 1.2rem;
    background: url(down_v-5782983035240285330.png) 90% center no-repeat;
    background-size: 11px 6px;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .selectsize-ui .selectsize-options:hover {
    cursor: pointer; }
  .selectsize-ui .selector-option {
    display: inline-block;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .selectsize-ui .selectsizes-options {
    padding: 0;
    overflow: hidden;
    z-index: 50; }
    .selectsize-ui .selectsizes-options li {
      display: block;
      width: 100%;
      float: left;
      margin: 0 !important;
      padding: 0.5rem 2.2rem;
      background: white;
      list-style-type: none;
      text-align: left;
      margin-right: 0;
      color: black;
      font-size: 1.2rem;
      border-bottom: 1px solid black;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .selectsize-ui .selectsizes-options li:first-child {
      border-top: 1px solid black; }
    .selectsize-ui .selectsizes-options li:hover {
      cursor: pointer;
      background-color: #f2f2f2; }
    .selectsize-ui .selectsizes-options li:nth-child(even) {
      margin-right: 0;
      margin-left: 0; }
    .selectsize-ui .selectsizes-options li.unavailable {
      background: white;
      color: #f2f2f2; }
    .selectsize-ui .selectsizes-options li.selected {
      background: black;
      color: white; }
    .selectsize-ui .selectsizes-options li:last-child {
      border-bottom: none; }
  .selectsize-ui .hide-options {
    display: none; }

.quantities-ui {
  background: white;
  overflow: hidden;
  display: block;
  margin-bottom: 1.5rem;
  border: 1px solid black;
  width: 100%;
  float: left; }
  @media (min-width: 550px) {
    .quantities-ui {
      position: absolute;
      z-index: 401;
      top: 0;
      left: 55%;
      width: 20%;
      max-width: 7rem; } }
  .quantities-ui .quantities-option {
    display: inline-block; }
  .quantities-ui .quantity-options {
    padding: 10px 22px;
    font-size: 13px;
    background: url(down_v-5782983035240285330.png) 87% center no-repeat;
    background-size: 10px 5px;
    font-weight: normal; }
  .quantities-ui .quantity-options:hover {
    cursor: pointer; }
  .quantities-ui .quantities-option {
    display: inline-block;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .quantities-ui .quantities-options {
    padding: 0;
    overflow: hidden;
    z-index: 50; }
    .quantities-ui .quantities-options li {
      display: block;
      width: 100%;
      float: left;
      margin: 0 !important;
      padding: 0.5rem 2.2rem;
      background: white;
      list-style-type: none;
      text-align: left;
      margin-right: 0;
      color: black;
      font-size: 1.2rem;
      border-bottom: 1px solid black;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      font-weight: bold; }
    .quantities-ui .quantities-options li:first-child {
      border-top: 1px solid black; }
    .quantities-ui .quantities-options li:hover {
      cursor: pointer;
      background-color: #f2f2f2; }
    .quantities-ui .quantities-options li:nth-child(even) {
      margin-right: 0;
      margin-left: 0; }
    .quantities-ui .quantities-options li.unavailable {
      background: white;
      color: #f2f2f2; }
    .quantities-ui .quantities-options li.selected {
      background: black;
      color: white; }
    .quantities-ui .quantities-options li:last-child {
      border-bottom: none; }
  .quantities-ui .hide-options {
    display: none; }

@media (min-width: 550px) {
  .u-pull-left.quantities-ui {
    left: 0; } }

.suit-spec {
  margin: 0 0 2.5rem 0;
  text-decoration: none;
  color: #f2f2f2;
  font-size: 1.2rem;
  display: block; }
  .suit-spec span {
    border-bottom: 0.1rem solid #f2f2f2;
    display: inline-block; }
  .suit-spec svg {
    width: 2.3rem;
    height: 2.3rem;
    display: inline-block;
    fill: #f2f2f2;
    margin-bottom: -0.7rem;
    margin-right: 0.5rem; }
  .suit-spec:hover span {
    color: #ffd200;
    border-bottom: 0.1rem solid #ffd200; }
  .suit-spec:hover svg {
    fill: #ffd200; }

.info-sections {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }
  @media (max-width: 550px) {
    .info-sections {
      padding: 0 !important; } }
  .info-sections .row {
    background: #eeeeee;
    position: relative !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .info-sections .row .six.columns {
      float: left;
      clear: none;
      margin: 0 !important;
      padding: 0;
      position: relative;
      display: block;
      width: 100% !important; }
      @media (min-width: 1000px) {
        .info-sections .row .six.columns {
          width: 50% !important; } }
      .info-sections .row .six.columns img {
        display: block !important; }
    .info-sections .row .textblock {
      margin: 0;
      padding: 3rem 0 !important;
      display: block; }
      @media (min-width: 1000px) {
        .info-sections .row .textblock {
          padding: 0 0 !important;
          position: absolute !important;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); } }
      .info-sections .row .textblock h4 {
        font-size: 2rem;
        margin: 0 auto 2rem auto !important;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        width: 75%;
        display: block;
        text-align: center; }
        @media (min-width: 1000px) {
          .info-sections .row .textblock h4 {
            text-align: left; } }
      .info-sections .row .textblock p {
        font-size: 1.3rem !important;
        margin: 0 auto !important;
        width: 75%;
        display: block;
        text-align: center; }
        @media (min-width: 1000px) {
          .info-sections .row .textblock p {
            text-align: left; } }
  .info-sections .row.white {
    background: white !important; }
  .info-sections .row.image-right .imageblock {
    padding: 0 !important;
    float: right;
    clear: none; }
  .info-sections .row.image-left .imageblock {
    padding: 0 !important;
    float: left;
    clear: none; }
  .info-sections .row.image-left .textblock {
    float: right;
    clear: none; }
    @media (min-width: 1000px) {
      .info-sections .row.image-left .textblock {
        left: auto;
        right: 0; } }

.collection-sorter {
  margin-bottom: 3rem; }

.blog-filter {
  float: right; }
  .blog-filter h5 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.085rem;
    text-decoration: underline;
    margin-bottom: 3rem; }

.blog-filter a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: 1.1rem;
  letter-spacing: 0.085rem;
  margin-bottom: 1rem; }

.blog-filter a:hover {
  color: #ffd200; }

.main-blog {
  float: left; }
  .main-blog .blog-article {
    width: 100%;
    border-bottom: 0.1rem solid black;
    text-align: center;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    .main-blog .blog-article a {
      text-decoration: none;
      color: black; }
      .main-blog .blog-article a h2 {
        font-size: 2.4rem;
        margin-bottom: 2rem; }
      .main-blog .blog-article a h5 {
        font-size: 1.1rem;
        text-transform: uppercase;
        margin-top: 3rem;
        margin-bottom: 2rem; }
      .main-blog .blog-article a p {
        font-size: 1.1rem;
        margin: 0 auto 2rem auto;
        max-width: 70%;
        letter-spacing: 0.085rem;
        line-height: 1.4; }
      .main-blog .blog-article a span {
        font-size: 1.2rem;
        text-transform: uppercase;
        text-decoration: underline; }
      .main-blog .blog-article a:hover span {
        color: #ffd200; }
  .main-blog .blog-article-full {
    position: relative;
    margin-bottom: 0;
    text-align: left; }
    .main-blog .blog-article-full .article-head {
      text-align: center !important;
      border-bottom: 0.1rem solid black;
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem; }
      .main-blog .blog-article-full .article-head img {
        margin-bottom: 2.5rem; }
  .main-blog .errors ul {
    list-style-type: none; }
  .main-blog .errors li {
    color: #c92228 !important; }
  .main-blog .comments {
    margin: 2.5rem 0;
    list-style-type: none !important; }
    .main-blog .comments li {
      margin-bottom: 3rem;
      font-size: 1.2rem;
      letter-spacing: 0.085rem;
      width: 70%; }
      .main-blog .comments li p {
        margin: 0; }
    .main-blog .comments .comment__meta {
      font-weight: bold;
      margin-top: 0.5rem; }
  .main-blog .comment-form input.button:hover {
    background-color: black !important; }
  .main-blog p.form-success {
    font-size: 1.2rem !important;
    font-weight: bold !important; }
  .main-blog .blog-pagination {
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #f2f2f2;
    margin: 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 0.1rem solid black;
    float: left;
    width: 100%; }
    @media (max-width: 550px) {
      .main-blog .blog-pagination {
        margin: 0 0 3rem 0; } }
    .main-blog .blog-pagination span {
      margin: 0 0.8rem;
      display: inline-block; }
    .main-blog .blog-pagination a {
      color: black;
      text-decoration: none;
      position: relative;
      font-size: 1.2rem;
      text-transform: uppercase; }
      .main-blog .blog-pagination a:hover {
        color: black; }
    .main-blog .blog-pagination .current {
      color: black;
      border-bottom: 0.1rem solid black;
      font-size: 1.2rem; }
    @media (min-width: 750px) {
      .main-blog .blog-pagination {
        width: 100%; } }
    .main-blog .blog-pagination .prev {
      float: left !important;
      margin-left: 2rem;
      opacity: 0.5; }
      .main-blog .blog-pagination .prev span {
        width: 15px;
        height: 15px;
        background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
        display: block;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        position: absolute;
        left: -3rem;
        top: 0.3rem; }
      .main-blog .blog-pagination .prev:hover {
        opacity: 1; }
    .main-blog .blog-pagination .next {
      float: right !important;
      margin-right: 2rem;
      opacity: 0.5; }
      .main-blog .blog-pagination .next span {
        width: 15px;
        height: 15px;
        background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
        display: block;
        position: absolute;
        right: -3rem;
        top: 0.3rem; }
      .main-blog .blog-pagination .next:hover {
        opacity: 1; }
    .main-blog .blog-pagination .prev.disabled {
      opacity: 0.1 !important;
      color: black !important;
      cursor: default !important; }
    .main-blog .blog-pagination .next.disabled {
      opacity: 0.1 !important;
      color: black !important;
      cursor: default !important; }

#cart-blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  overflow-y: hidden;
  z-index: 7000; }

#size-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: none;
  overflow-y: hidden;
  z-index: 9999999; }
  @media (max-width: 667px) {
    #size-popup {
      position: absolute; } }

#size-popup * {
  padding: 0;
  margin: 0; }

#size-popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  padding: 6px;
  max-width: 460px;
  width: 90%;
  box-sizing: border-box;
  border: 0.2rem solid #ffd200; }
  @media (max-width: 667px) {
    #size-popup > div {
      width: 100%;
      max-width: 100%;
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }

#size-popup > div > div {
  padding: 3rem;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media (max-width: 667px) {
    #size-popup > div > div {
      padding: 0; } }

#size-popup .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 40px;
  font-size: 1.9rem;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: black; }

#size-popup h3 {
  margin: 0 15% 3rem 15%;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.085rem;
  border-bottom: 0.1rem solid #000;
  display: inline-block;
  padding-bottom: 0.2rem; }

#size-popup table {
  border: none !important; }

#size-popup table td {
  padding: 1rem !important;
  text-align: center; }
  @media (max-width: 667px) {
    #size-popup table td {
      padding: 0.2rem !important; } }

#size-popup p {
  margin: 0 auto;
  text-align: center; }

#size-popup .ss-icon {
  width: 70%;
  margin: 5px auto; }

#size-popup .ss-icon a {
  margin-left: 10px;
  margin-right: 10px; }

#size-popup #suit-content {
  width: 100%; }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 668px) {
  #size-popup > div {
    width: inherit; }

  #size-popup > div > div {
    padding: 3rem; } }
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 667px) {
  .stacktable.large-only {
    display: none; }

  .stacktable.small-only {
    display: table; } }
.st-head-row {
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.085rem; }

/* Collection Page
================================================== */
.collection-filters {
  display: block;
  width: 100%;
  text-align: center; }
  .collection-filters ul {
    list-style-type: none;
    display: block;
    width: 100%; }
    .collection-filters ul li {
      display: inline-block;
      margin: 0 2rem; }
      .collection-filters ul li a {
        font-size: 1.2rem;
        color: black;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.085rem;
        text-decoration: none;
        border-bottom: 0.1rem solid black;
        padding-bottom: 0.1rem; }
        .collection-filters ul li a:hover {
          color: #ffd200;
          border-bottom: 0.1rem solid #ffd200; }
    .collection-filters ul .selected a {
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

.collection.comics .page-content.standard.rte p {
  font-size: 16px;
  letter-spacing: 0; }

@media (min-width: 550px) {
  .collection, .related-products {
    padding-top: 0; } }
.collection header, .related-products header {
  border: none; }
.collection h1, .related-products h1 {
  width: 100%;
  text-align: center;
  margin: 1.1rem 0;
  letter-spacing: 0.025rem;
  margin: 0 0 0 0; }
.collection h1, .related-products h1 {
  display: block; }
.collection .container, .related-products .container {
  padding: 0 2.4rem; }
  @media (min-width: 750px) {
    .collection .container, .related-products .container {
      padding: 0 0; } }
.collection .container.blog, .related-products .container.blog {
  padding: 0 0rem; }
  @media (min-width: 750px) {
    .collection .container.blog, .related-products .container.blog {
      padding: 0 0; } }
.collection .container.page, .related-products .container.page {
  padding: 0 0px; }
  @media (min-width: 750px) {
    .collection .container.page, .related-products .container.page {
      padding: 0 0; } }
  @media (max-width: 550px) {
    .collection .container.page, .related-products .container.page {
      width: 90%; } }
.collection .collection-items, .related-products .collection-items {
  margin-left: 0 !important;
  display: block;
  overflow: hidden;
  clear: none; }
  .collection .collection-items #gf_pagination_wrap button, .related-products .collection-items #gf_pagination_wrap button {
    background-color: #FFF;
    color: #000;
    border: 1px solid #000;
    transition: all 0.25s ease-in-out;
    padding-top: 0;
    padding-bottom: 0; }
    .collection .collection-items #gf_pagination_wrap button:hover, .collection .collection-items #gf_pagination_wrap button:active, .collection .collection-items #gf_pagination_wrap button:focus, .related-products .collection-items #gf_pagination_wrap button:hover, .related-products .collection-items #gf_pagination_wrap button:active, .related-products .collection-items #gf_pagination_wrap button:focus {
      background-color: #ffd200;
      border-color: #ffd200; }
.collection .page-content, .related-products .page-content {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 2.8rem !important;
  padding: 20px 100px 50px 100px !important;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
  @media (max-width: 900px) {
    .collection .page-content, .related-products .page-content {
      padding: 20px 0px 50px 0px !important; } }
  @media (min-width: 550px) {
    .collection .page-content, .related-products .page-content {
      float: right;
      width: 67%; } }
  @media (min-width: 1025px) {
    .collection .page-content, .related-products .page-content {
      float: right;
      width: 73%; } }
  .collection .page-content p, .related-products .page-content p {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.085rem; }
  .collection .page-content h2, .collection .page-content h3, .collection .page-content h4, .collection .page-content h5, .collection .page-content h5, .related-products .page-content h2, .related-products .page-content h3, .related-products .page-content h4, .related-products .page-content h5, .related-products .page-content h5 {
    text-align: left;
    margin-bottom: 1rem !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: bold; }
  .collection .page-content blockquote, .related-products .page-content blockquote {
    margin-bottom: 5rem;
    font-size: 1.4rem; }
  .collection .page-content ul, .collection .page-content ol, .related-products .page-content ul, .related-products .page-content ol {
    margin-bottom: 4.3rem;
    text-align: left; }
    .collection .page-content ul li, .collection .page-content ol li, .related-products .page-content ul li, .related-products .page-content ol li {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.085rem; }
  .collection .page-content table:not(.pika-table), .related-products .page-content table:not(.pika-table) {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 0; }
    .collection .page-content table:not(.pika-table) thead tr, .related-products .page-content table:not(.pika-table) thead tr {
      background: #f6f6f6; }
      .collection .page-content table:not(.pika-table) thead tr th, .related-products .page-content table:not(.pika-table) thead tr th {
        border: 1px solid #ddd;
        padding: 1rem;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        font-size: 1.8rem;
        letter-spacing: 0.025rem;
        text-align: center; }
    .collection .page-content table:not(.pika-table) tbody tr td, .related-products .page-content table:not(.pika-table) tbody tr td {
      border: 1px solid #ddd;
      padding: 2rem 3.2rem 0 3.2rem; }
@media (min-width: 550px) {
  .collection .page-content.full-width, .related-products .page-content.full-width {
    float: none;
    width: 100%; } }
.collection .container.full-width, .related-products .container.full-width {
  width: 100% !important;
  max-width: 100% !important; }
  @media (max-width: 550px) {
    .collection .container.full-width, .related-products .container.full-width {
      padding: 0 !important; } }
  .collection .container.full-width .info-sections, .related-products .container.full-width .info-sections {
    width: 100% !important;
    max-width: 100% !important; }
.collection h1.blog-title:first-letter, .related-products h1.blog-title:first-letter {
  text-transform: uppercase; }
.collection .blog-title, .related-products .blog-title {
  padding: 3rem 0 !important; }
.collection #pager-bottom, .related-products #pager-bottom {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  clear: both;
  margin: 40px 0px 0px; }
.collection #pager-bottom li, .related-products #pager-bottom li {
  display: inline-block;
  list-style: none;
  font-size: 13px !important;
  line-height: 1.7em;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px; }
.collection #pager-bottom li a, .related-products #pager-bottom li a {
  text-decoration: none;
  color: #666; }
.collection #pager-bottom li.active a, .related-products #pager-bottom li.active a {
  font-weight: 600; }
.collection #pager-bottom li:last-of-type span, .related-products #pager-bottom li:last-of-type span {
  display: none; }
.collection .page-subnav, .related-products .page-subnav {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 0; }
  @media (min-width: 550px) {
    .collection .page-subnav, .related-products .page-subnav {
      float: left;
      width: 30%; } }
  @media (min-width: 1025px) {
    .collection .page-subnav, .related-products .page-subnav {
      float: left;
      width: 25%; } }
  .collection .page-subnav ul, .related-products .page-subnav ul {
    display: block;
    list-style-type: none;
    background: white;
    border: none;
    margin: 3rem;
    padding: 0;
    width: 100%; }
    .collection .page-subnav ul li, .related-products .page-subnav ul li {
      border-bottom: none;
      padding: 0;
      margin-bottom: 0.5rem;
      position: relative; }
      .collection .page-subnav ul li a, .related-products .page-subnav ul li a {
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        color: black;
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        position: relative;
        font-size: 1.2rem; }
        .collection .page-subnav ul li a:hover, .related-products .page-subnav ul li a:hover {
          color: #ffd200; }
    .collection .page-subnav ul li.last, .related-products .page-subnav ul li.last {
      border-bottom: none; }
.collection .product-grid, .related-products .product-grid {
  padding-bottom: 2.5rem; }
  .collection .product-grid > li, .related-products .product-grid > li {
    position: relative; }
    .collection .product-grid > li .special_tag, .related-products .product-grid > li .special_tag {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%; }
      .collection .product-grid > li .special_tag div, .related-products .product-grid > li .special_tag div {
        text-align: center; }
        .collection .product-grid > li .special_tag div span, .related-products .product-grid > li .special_tag div span {
          display: inline-block;
          padding: 0.5rem 0.8rem;
          background-color: #ffd200;
          font-size: 1.2rem;
          font-weight: 700;
          text-transform: uppercase;
          margin: 0 2px; }
      .collection .product-grid > li .special_tag + .special_tag, .related-products .product-grid > li .special_tag + .special_tag {
        top: 30px; }
  @media (min-width: 750px) {
    .collection .product-grid, .related-products .product-grid {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .collection .product-grid li, .related-products .product-grid li {
    list-style-type: none;
    float: left;
    clear: none;
    padding: 0;
    margin-bottom: 2rem;
    letter-spacing: 0.025rem;
    position: relative;
    text-align: center; }
    @media (max-width: 750px) {
      .collection .product-grid li, .related-products .product-grid li {
        width: 100% !important;
        margin-right: 0 !important; } }
    .collection .product-grid li span, .related-products .product-grid li span {
      display: block; }
    .collection .product-grid li .hide-marker, .related-products .product-grid li .hide-marker {
      display: none; }
    .collection .product-grid li .limited-edition-product .limited-edition-marker, .related-products .product-grid li .limited-edition-product .limited-edition-marker {
      color: black;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      display: inline-block;
      font-size: 1.2rem;
      text-transform: uppercase;
      margin: 0 0 0.8rem 0 !important;
      background: #ffd200;
      padding: 0.5rem 0.8rem; }
    .collection .product-grid li .soldout .soldout-marker, .related-products .product-grid li .soldout .soldout-marker {
      display: block;
      color: #666666;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.2rem;
      position: absolute;
      text-transform: uppercase;
      top: 1.7rem;
      left: 1.7rem;
      z-index: 1001;
      padding: 0; }
    .collection .product-grid li .prod-quick-add, .related-products .product-grid li .prod-quick-add {
      position: absolute;
      top: 0;
      left: 0%;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      width: 100%;
      opacity: 0;
      background: transparent;
      z-index: 999;
      text-align: center;
      padding: 0;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      overflow: hidden; }
      .collection .product-grid li .prod-quick-add .button, .related-products .product-grid li .prod-quick-add .button {
        width: 50%;
        margin: 1rem auto 0 auto;
        font-size: 1.2rem;
        line-height: 3rem;
        height: 3rem;
        font-weight: bold;
        background: black;
        color: white;
        border: none !important; }
        .collection .product-grid li .prod-quick-add .button:hover, .related-products .product-grid li .prod-quick-add .button:hover {
          background: #ffd200;
          color: black; }
    .collection .product-grid li .prod-quick-add.show, .related-products .product-grid li .prod-quick-add.show {
      opacity: 1; }
    .collection .product-grid li .prod-quick-add > *, .related-products .product-grid li .prod-quick-add > * {
      margin-left: 2rem;
      margin-right: 2rem; }
    .collection .product-grid li .prod-image-wrap, .related-products .product-grid li .prod-image-wrap {
      margin-bottom: 1.7rem;
      position: relative;
      width: 80%;
      margin: 0 auto; }
      .collection .product-grid li .prod-image-wrap img, .related-products .product-grid li .prod-image-wrap img {
        display: block;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 1; }
      .collection .product-grid li .prod-image-wrap img.second, .related-products .product-grid li .prod-image-wrap img.second {
        display: none; }
      .collection .product-grid li .prod-image-wrap:hover img, .related-products .product-grid li .prod-image-wrap:hover img {
        opacity: 0.10; }
    .collection .product-grid li a img.first, .related-products .product-grid li a img.first {
      display: block; }
    .collection .product-grid li a, .related-products .product-grid li a {
      text-decoration: none;
      font-size: 1.8rem;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      color: black;
      line-height: 1.1;
      letter-spacing: 0.025rem; }
    .collection .product-grid li em, .related-products .product-grid li em {
      font-style: normal;
      color: #ffd200;
      margin-right: 0.3rem; }
    .collection .product-grid li .prod-caption, .related-products .product-grid li .prod-caption {
      margin-top: 0;
      text-align: center; }
      .collection .product-grid li .prod-caption h5, .related-products .product-grid li .prod-caption h5 {
        clear: both;
        color: #f2f2f2;
        font-size: 1.2rem; }
      .collection .product-grid li .prod-caption a, .related-products .product-grid li .prod-caption a {
        font-size: 1.2rem !important; }
        .collection .product-grid li .prod-caption a span, .related-products .product-grid li .prod-caption a span {
          font-size: 13px !important;
          line-height: 1.7em;
          font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
          font-weight: 300;
          letter-spacing: 1px; }
    .collection .product-grid li .prod-title, .related-products .product-grid li .prod-title {
      font-size: 2.2rem;
      margin-bottom: 0.5rem; }
    .collection .product-grid li .prod-price, .related-products .product-grid li .prod-price {
      margin-top: 0;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      color: black;
      font-size: 1.5rem !important;
      letter-spacing: 0.025rem;
      font-weight: normal;
      color: #000;
      margin-bottom: 1.3rem; }
    .collection .product-grid li .compare-at-price, .related-products .product-grid li .compare-at-price {
      color: #f2f2f2 !important;
      margin-right: 0.3rem; }
    .collection .product-grid li .prod-sizes, .related-products .product-grid li .prod-sizes {
      display: inline-block;
      border-top: 0.1rem solid #000;
      padding-top: 1.4rem; }
      .collection .product-grid li .prod-sizes span, .related-products .product-grid li .prod-sizes span {
        font-size: 1.2rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .collection .product-grid li .prod-sizes span, .related-products .product-grid li .prod-sizes span {
            display: none; } }
      .collection .product-grid li .prod-sizes ul, .related-products .product-grid li .prod-sizes ul {
        display: block;
        margin: 0;
        width: 100%; }
        @media (max-width: 1330px) {
          .collection .product-grid li .prod-sizes ul, .related-products .product-grid li .prod-sizes ul {
            display: none; } }
        .collection .product-grid li .prod-sizes ul li, .related-products .product-grid li .prod-sizes ul li {
          margin: 0 0 0.5rem 0 !important;
          display: block !important;
          float: none !important;
          font-size: 1.4rem; }
  .collection .product-grid li.hide-non-sale, .related-products .product-grid li.hide-non-sale {
    display: none !important; }
  @media (max-width: 550px) {
    .collection .product-grid li, .related-products .product-grid li {
      margin-right: 3%; }
    .collection .product-grid li:nth-of-type(2n+2), .related-products .product-grid li:nth-of-type(2n+2) {
      margin-right: 0; } }
@media (max-width: 550px) {
  .collection .main-prod-grid, .related-products .main-prod-grid {
    padding-bottom: 0 !important; }
    .collection .main-prod-grid li ul.variants, .related-products .main-prod-grid li ul.variants {
      display: none; }
    .collection .main-prod-grid li h5, .related-products .main-prod-grid li h5 {
      margin-top: 1.5rem; } }
.collection .main-prod-grid.fullwidth-collection, .related-products .main-prod-grid.fullwidth-collection {
  width: 100% !important; }
.collection .small-link, .related-products .small-link {
  display: none !important; }
  @media (max-width: 550px) {
    .collection .small-link, .related-products .small-link {
      display: block !important; } }
@media (min-width: 550px) {
  .collection .all-collections, .related-products .all-collections {
    float: left;
    width: 100%; } }
@media (min-width: 550px) {
  .collection .prod-clear, .related-products .prod-clear {
    clear: both;
    display: block; }
  .collection .product-grid li, .related-products .product-grid li {
    margin-right: 4%; }
  .collection .last-in-row, .related-products .last-in-row {
    margin-right: 0 !important; } }
.collection .no-products, .related-products .no-products {
  display: block;
  float: left;
  width: 100%; }
  .collection .no-products p, .related-products .no-products p {
    display: block;
    width: 100%;
    margin: 2rem 0; }

.coll-item-count {
  color: #ffd200;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025rem; }

.variants {
  margin: 0;
  overflow: hidden; }
  .variants a.variant-fabric {
    display: block; }
    .variants a.variant-fabric span {
      display: block; }

/* search results
================================================== */
#search-header {
  padding-top: 2.5rem; }
  #search-header h2 {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.085rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 auto 1.5rem auto;
    display: block;
    text-decoration: underline; }
    #search-header h2 strong {
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  #search-header p {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    letter-spacing: 0.085rem;
    font-size: 1.2rem;
    margin-bottom: 0; }
    #search-header p strong {
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

.search-results {
  margin-top: 20px !important; }

#pagination {
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  color: #f2f2f2;
  margin: 3rem 0;
  float: left;
  width: 100%; }
  @media (max-width: 550px) {
    #pagination {
      margin: 0 0 3rem 0; } }
  #pagination span {
    margin: 0 0.8rem;
    display: inline-block; }
  #pagination a {
    color: #f2f2f2;
    text-decoration: none; }
    #pagination a:hover {
      color: #ffd200; }
  #pagination .current {
    color: black; }
  @media (min-width: 750px) {
    #pagination {
      width: 100%; } }
  #pagination .prev {
    position: relative; }
    #pagination .prev a {
      width: 15px;
      height: 15px;
      background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
      display: block;
      text-indent: -9999rem;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      left: -1.1rem;
      top: -1.3rem;
      opacity: 0.5; }
      #pagination .prev a:hover {
        opacity: 1; }
  #pagination .next {
    position: relative; }
    #pagination .next a {
      width: 15px;
      height: 15px;
      background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
      display: block;
      text-indent: -9999rem;
      position: absolute;
      left: 0;
      top: -1.3rem;
      opacity: 0.5; }
      #pagination .next a:hover {
        opacity: 1; }
  #pagination .prev.disabled span {
    width: 15px;
    height: 15px;
    background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
    display: block;
    text-indent: -9999rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: -1.1rem;
    top: -1.3rem;
    margin: 0;
    opacity: 0.1; }
  #pagination .next.disabled span {
    width: 15px;
    height: 15px;
    background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
    display: block;
    text-indent: -9999rem;
    position: absolute;
    left: 0;
    top: -1.3rem;
    margin: 0;
    opacity: 0.1; }

.collection-footer {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 750px) {
    .collection-footer img {
      width: auto !important;
      max-width: none;
      margin-left: -35rem; } }
  .collection-footer .collection-footer-cta {
    width: 100%;
    z-index: 90305;
    padding: 80px 0;
    text-align: center; }
    .collection-footer .collection-footer-cta h4 {
      color: white;
      font-size: 3.2rem;
      margin-bottom: 3rem; }
    .collection-footer .collection-footer-cta a.button {
      height: 6rem;
      line-height: 6rem;
      padding: 0 5rem;
      font-size: 1.8rem;
      margin: 0; }

.page-hero {
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (min-width: 550px) {
    .page-hero {
      background-image: none !important; } }
  @media (max-width: 550px) {
    .page-hero img {
      display: block;
      float: none; } }

@media (min-width: 550px) {
  .page-supporting-image {
    float: left;
    clear: none;
    max-width: 36.5rem;
    margin-right: 4rem; } }

.event-related-products {
  margin-top: 4rem; }
  .event-related-products .product-grid {
    float: none !important; }
    .event-related-products .product-grid li {
      margin-right: 0 !important;
      margin-left: 2.5rem !important; }
    @media (max-width: 550px) {
      .event-related-products .product-grid .slick-track li {
        margin-right: inherit !important;
        margin-left: inherit !important; } }

.page-lookbook-header {
  text-align: center; }
  .page-lookbook-header h1 {
    padding-top: 5rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

.container.lookbook {
  max-width: none;
  width: 100%;
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
  padding: 0; }

.container.home-lookbook {
  max-width: none;
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 3rem !important;
  padding: 0; }
  .container.home-lookbook h5 {
    text-align: center;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 3rem; }

.lookbook-content .container {
  border-bottom: 0.1rem solid black;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  max-width: 120rem; }
.lookbook-content .page-content-full {
  width: 100%; }
  @media (min-width: 1000px) {
    .lookbook-content .page-content-full {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 8rem;
      -moz-column-gap: 8rem;
      column-gap: 8rem; } }

.featured-by {
  text-align: center;
  padding: 4.7rem 0;
  max-width: none;
  width: 100%;
  position: relative;
  display: inline-block; }
  .featured-by h3 {
    font-size: 1.1rem;
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    line-height: 0.1em;
    margin: 0 auto 2rem auto;
    display: block;
    overflow: visible;
    text-transform: uppercase;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    color: #666666;
    font-weight: normal; }
    @media (min-width: 550px) {
      .featured-by h3 {
        width: 15rem; } }
    .featured-by h3 span {
      background-color: #fff;
      padding: 0 0.8rem; }

.feature-list {
  list-style-type: none;
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
  overflow: hidden; }
  .feature-list li {
    width: 15%;
    margin: 0 0.83%;
    display: block;
    float: left;
    padding: 0;
    text-align: center; }
    @media (max-width: 950px) {
      .feature-list li {
        width: 30%;
        margin: 0 1.665%; } }
    @media (max-width: 550px) {
      .feature-list li {
        width: 100% !important;
        margin: 0 0 2rem 0 !important; } }
    .feature-list li img {
      width: 100% !important;
      max-width: 24.5rem !important; }

.feature-list.one li {
  width: 100%;
  margin: 0; }

.feature-list.two {
  max-width: 60rem; }
  .feature-list.two li {
    width: 49%;
    margin: 0 0.5%; }

.feature-list.three li {
  width: 30%;
  margin: 0 1.665%; }

.feature-list.four li {
  width: 15%;
  margin: 0 0.83%; }
  @media (max-width: 950px) {
    .feature-list.four li {
      width: 49%;
      margin: 0 0.5%; } }

.feature-list.five li {
  width: 19%;
  margin: 0 0.5%; }

.feature-list.six li {
  width: 15%;
  margin: 0 0.83%; }
  @media (max-width: 950px) {
    .feature-list.six li {
      width: 30%;
      margin: 0 1.665%; } }

.home-newsletter {
  display: none; }
  @media (max-width: 700px) {
    .home-newsletter {
      display: block; } }
  .home-newsletter svg {
    max-width: 8rem;
    height: auto;
    float: left;
    clear: none;
    display: block;
    margin-top: 0; }
  .home-newsletter h4 {
    font-size: 1.9rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  .home-newsletter p {
    font-size: 1.3rem;
    line-height: 1.2; }
  .home-newsletter form {
    margin-bottom: 3rem;
    overflow: hidden; }
  .home-newsletter input {
    display: block;
    float: left;
    height: 4.7rem;
    line-height: 4.7rem; }
  .home-newsletter input#email-field {
    width: 85%;
    border: none !important;
    background-color: #eeeeee; }
  .home-newsletter input#subscribe-submit {
    width: 15%;
    text-indent: -9999px;
    background: black url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/submit-icon.png?4603) center center no-repeat; }

/* Main Cart
================================================== */
.empty-cart {
  text-align: center; }
  .empty-cart h3 {
    text-align: center !important;
    margin-bottom: 2rem;
    color: black;
    font-weight: 700 !important; }

.update-checkout {
  font-size: 1.6rem !important;
  height: auto !important;
  line-height: 1.1 !important;
  width: 100%;
  color: #f2f2f2 !important;
  text-align: center;
  margin-top: 1.7rem;
  background: white !important;
  margin-top: 3.5rem; }

.template-cart #main .container h2 {
  text-align: left !important; }

.template-cart ul.cart li .quantities-ui {
  left: 50% !important;
  margin-left: -3rem !important; }

.qty-col, .subtotal-col, .remove-col {
  text-align: center !Important;
  border-left: 1px solid #eeeeee; }

.remove-col {
  width: 55px !important;
  text-align: center !Important; }

ul.cart li .remove-col .remove-item {
  margin: 0px 0px !important;
  float: none;
  display: inline-block; }

ul.cart .head .cell {
  padding: 1.3rem 0 !important; }

form.main-cart {
  overflow: visible;
  margin: 0 0; }
  @media (max-width: 750px) {
    form.main-cart .equalheight {
      width: 100% !important;
      margin-left: 0 !important;
      margin-bottom: 3rem; } }

.cart-wrap {
  width: 69%;
  float: left; }
  @media (max-width: 1000px) {
    .cart-wrap {
      width: 100%; } }

ul.cart {
  display: table;
  margin: 3rem 0 3rem 0;
  border-collapse: collapse;
  border: none !important;
  border-bottom: 0 !important;
  padding: 0;
  height: 100%;
  width: 100%; }
  @media (max-width: 1000px) {
    ul.cart {
      display: block;
      overflow: hidden;
      position: relative; } }
  ul.cart li {
    display: table-row;
    border-bottom: 1px solid #eeeeee !important;
    border-right: none !important; }
    @media (max-width: 1000px) {
      ul.cart li {
        display: block;
        overflow: hidden; } }
    ul.cart li li {
      min-width: auto !important; }
    ul.cart li .cell {
      display: table-cell;
      padding: 1rem !important;
      position: relative;
      text-align: left;
      vertical-align: middle;
      border: none;
      width: 20% !important; }
      @media (max-width: 1000px) {
        ul.cart li .cell {
          display: none !important; } }
    ul.cart li .mobile-item {
      display: none; }
      @media (max-width: 1000px) {
        ul.cart li .mobile-item {
          display: block !important; } }
      ul.cart li .mobile-item .mobile-prod-image {
        float: left;
        clear: none;
        width: 50%; }
      ul.cart li .mobile-item .mobile-prod-details {
        float: right;
        clear: none;
        width: 48.5%;
        position: relative;
        margin-left: 1.5%; }
      ul.cart li .mobile-item .mobile-prod-row {
        float: left;
        clear: both;
        position: relative;
        margin-top: 2rem; }
      ul.cart li .mobile-item .cart-title {
        margin-top: 3rem; }
        ul.cart li .mobile-item .cart-title a {
          font-size: 2rem;
          color: black;
          text-decoration: none;
          font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
        ul.cart li .mobile-item .cart-title span {
          display: none; }
      ul.cart li .mobile-item h3.price {
        float: left !important;
        font-size: 1.4rem !important; }
      ul.cart li .mobile-item h3.price.line-total {
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
      ul.cart li .mobile-item .remove-item {
        margin-left: 2rem !important;
        margin-top: 0.7rem; }
      ul.cart li .mobile-item .qty-col {
        float: left;
        border-left: none; }
        ul.cart li .mobile-item .qty-col .quantities-ui {
          margin-left: 0 !important;
          margin-top: -1rem !important; }
    ul.cart li h3.price {
      display: inline-block;
      width: auto; }
    ul.cart li .item-detail h2 {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      margin-top: 0; }
      ul.cart li .item-detail h2 + p {
        display: none; }
    ul.cart li .item-detail img {
      max-width: 100px;
      float: left;
      clear: none;
      margin: 2rem 2rem 2rem 0;
      display: block; }
    ul.cart li .item-detail h2 {
      font-size: 1.6rem;
      margin-top: 2.5rem;
      margin-bottom: 0.5rem; }
      ul.cart li .item-detail h2 a {
        color: black;
        text-decoration: none;
        font-size: 2rem; }
    ul.cart li .item-detail h3.price {
      font-size: 1.6rem;
      margin-top: 0;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      display: inline-block;
      width: auto; }
    ul.cart li .qty-col {
      width: 15% !important; }
    ul.cart li .subtotal-col {
      width: 15% !important; }
    ul.cart li .quantities-ui {
      top: 30%;
      left: 1rem !important;
      width: 7.7rem; }
      @media (max-width: 1000px) {
        ul.cart li .quantities-ui {
          position: relative !important; } }
      ul.cart li .quantities-ui ul {
        margin: 0; }
      ul.cart li .quantities-ui .quantities-options {
        width: 100%; }
      ul.cart li .quantities-ui .quantity-options {
        padding: 0.5rem 1rem;
        font-size: 1.6rem;
        background: none;
        position: relative;
        text-align: left; }
        ul.cart li .quantities-ui .quantity-options:before {
          content: '';
          position: absolute;
          display: block;
          width: 15px;
          height: 15px;
          top: 1rem;
          right: 6px;
          z-index: 300;
          background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
          @media (min-width: 750px) {
            ul.cart li .quantities-ui .quantity-options:before {
              top: 1rem; } }
    ul.cart li .update-checkout {
      margin: 0 !important;
      padding: 0 !important;
      text-align: left;
      display: inline-block;
      width: auto; }
    ul.cart li .remove-item {
      display: inline-block;
      width: 20px;
      height: 20px;
      float: right;
      margin-top: 1rem;
      margin-right: 0;
      text-indent: -9999px;
      cursor: pointer;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transition: .5s ease-in-out; }
      @media (min-width: 550px) {
        ul.cart li .remove-item {
          width: 16px;
          height: 16px; } }
      ul.cart li .remove-item span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: black;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transition: .20s ease-in-out; }
      ul.cart li .remove-item span:nth-child(1) {
        top: 50%;
        width: 0%;
        left: 50%; }
      ul.cart li .remove-item span:nth-child(2) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg); }
      ul.cart li .remove-item span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg); }
      ul.cart li .remove-item span:nth-child(4) {
        top: 50%;
        width: 0%;
        left: 50%; }
      ul.cart li .remove-item:hover span {
        background: #ffd200; }
  ul.cart li.head {
    margin-bottom: 0px !important;
    border-bottom: 1px solid black !important;
    text-transform: uppercase;
    font-size: 1rem; }
    @media (max-width: 1000px) {
      ul.cart li.head {
        display: none; } }
    ul.cart li.head .items-col {
      font-size: 1.4rem; }
  ul.cart li.body .subtotal-col h3.price {
    font-size: 1.6rem;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  ul.cart li.body .item-price h3.price {
    font-size: 1.6rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  ul.cart li.head, ul.cart h2.cart-title a {
    font-weight: 500 !important;
    font-size: 13px;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif !important; }
  ul.cart h2.cart-title span {
    font-size: 1.4rem !important;
    display: block;
    margin-top: 0.3rem; }

.cart-footer {
  overflow: hidden; }
  .cart-footer .value {
    width: 50%;
    float: left;
    clear: none;
    display: block;
    padding: 1.5rem 0; }
    @media (max-width: 1000px) {
      .cart-footer .value {
        width: 100%;
        clear: left;
        text-align: center;
        border-bottom: 0.1rem solid #eeeeee !important; } }
    .cart-footer .value img {
      max-width: 4rem;
      float: left;
      clear: none;
      margin-right: 1.5rem; }
      @media (max-width: 1000px) {
        .cart-footer .value img {
          display: block;
          float: none;
          margin: 0 auto 1rem auto !important; } }
    .cart-footer .value h5 {
      font-size: 1.3rem;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      margin-bottom: 0.5rem;
      letter-spacing: 0.085rem; }
    .cart-footer .value p {
      font-size: 1.2rem;
      letter-spacing: 0.085rem; }
  .cart-footer .gift-message {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    transition: all 0.25s ease-out;
    opacity: 0;
    height: 0; }
    .cart-footer .gift-message textarea {
      border: 0.1rem solid black;
      height: 4rem;
      width: 100%;
      display: block; }
  .cart-footer .gift-message.selected {
    opacity: 1;
    height: 11rem; }
  .cart-footer .show_frontend {
    background-color: transparent;
    box-sizing: border-box;
    border: none;
    position: relative;
    float: none !important;
    width: auto;
    padding: 0;
    border-radius: 0; }
    .cart-footer .show_frontend .checkboxFive {
      color: #222;
      position: static;
      font-size: 12px;
      padding: 0;
      letter-spacing: 0.085em; }
      .cart-footer .show_frontend .checkboxFive label {
        border-radius: 0;
        border-color: #222; }
      .cart-footer .show_frontend .checkboxFive input#giftwrap_input {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 24px;
        margin: 0; }
    .cart-footer .show_frontend .zt_message_note {
      width: 100%; }
      .cart-footer .show_frontend .zt_message_note textarea {
        border: 1px solid #222;
        color: #222;
        border-radius: 0; }
    .cart-footer .show_frontend .giftwrap_image {
      display: none; }
    .cart-footer .show_frontend .checkboxFive label {
      left: auto;
      right: 0; }
  .cart-footer .gift-box {
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid black;
    display: block;
    float: right;
    clear: none;
    text-align: center;
    margin-top: -0.8rem; }
    @media (max-width: 1000px) {
      .cart-footer .gift-box {
        display: block;
        float: none;
        margin: 1rem auto 0 auto !important; } }
    .cart-footer .gift-box:hover {
      cursor: pointer; }
    .cart-footer .gift-box span {
      display: none;
      margin: 10% auto;
      width: 80%;
      height: 80%;
      background: black; }
  .cart-footer .gift-box.selected span {
    display: block; }
  .cart-footer .donation {
    float: left;
    clear: left;
    display: inline-block;
    background: #ffd200;
    padding: 0.8rem 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.085rem;
    height: 3.6rem;
    line-height: 3.6rem; }
    @media (max-width: 1000px) {
      .cart-footer .donation {
        width: 100%;
        clear: left;
        display: block;
        text-align: center; } }
  .cart-footer img {
    max-height: 3.6rem;
    max-width: 8.5rem;
    float: left;
    clear: none;
    margin-right: 1.5rem; }

.page-content-full.border-top {
  padding: 0px 0px !important; }
  @media (max-width: 550px) {
    .page-content-full.border-top {
      width: 90% !important; } }

.border-top .container {
  border-top: 0.1rem solid #dddddd;
  padding: 50px 0px !important; }

.order-summary {
  border-collapse: collapse;
  padding: 3rem 0;
  width: 28%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 8rem 0 3rem 0;
  float: right;
  border: 0.1rem solid #000 !important;
  text-align: center; }
  @media (max-width: 1000px) {
    .order-summary {
      display: block;
      width: 100%;
      float: left;
      clear: left;
      border: none !important; } }
  .order-summary h5 {
    font-size: 1.3rem; }
  .order-summary img {
    max-width: 15rem;
    display: block;
    margin: 2rem auto; }
  .order-summary input {
    display: block;
    width: 70%;
    margin: 2rem auto 0 auto;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  .order-summary .main-checkout {
    border: 0.2rem solid #ffd200;
    line-height: 4.5rem; }
    .order-summary .main-checkout:hover {
      background: #ffd200; }
  .order-summary h3.total-price {
    margin: 0 auto 3rem auto;
    font-size: 2.6rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    display: block;
    font-weight: normal; }
  .order-summary .text_above_checkout {
    padding: 0 5%;
    font-size: 12px; }

.template-cart #main .container h3.total-price {
  padding-right: 2rem; }

.template-cart #main .container h3.total-price span {
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px !Important;
  color: #666666 !important; }

.template-cart #main .container ul.cart li.body .subtotal-col h3.price {
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px !Important;
  color: #666666 !important; }

.quantities-ui .quantities-option {
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.mobile-additional {
  display: block;
  margin: 0 0 3rem 0; }
  @media (min-width: 750px) {
    .mobile-additional {
      display: none; } }
  .mobile-additional .continue-shopping {
    display: block;
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0.5rem;
    padding: 0.5rem 0 0.3rem 3.5rem;
    margin-bottom: 0.5rem !important;
    color: black;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/continue.png?4603) left center no-repeat; }
    @media (min-width: 750px) {
      .mobile-additional .continue-shopping {
        display: none; } }
  .mobile-additional .upsell-item {
    overflow: hidden; }
    .mobile-additional .upsell-item a {
      display: block;
      font-size: 1.2rem;
      color: black;
      text-align: left;
      float: left;
      clear: left;
      margin-left: 4rem;
      margin-bottom: 0.5rem;
      text-decoration: none; }
  .mobile-additional .upsell {
    display: block;
    font-size: 1.6rem;
    line-height: 1.1;
    margin: 0.5rem;
    padding: 0.5rem 0 0.3rem 0;
    margin-bottom: 0.5rem !important;
    color: black;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    overflow: hidden;
    text-align: left !important;
    white-space: normal !important;
    height: auto !important;
    background: white !important; }
    .mobile-additional .upsell span {
      display: inline-block;
      float: left;
      clear: none;
      width: 2rem;
      height: 2rem;
      margin-right: 1.5rem;
      text-indent: -99999px;
      background: url(open-close_v-7163373397306472383.png) no-repeat 0 0;
      background-size: 200%; }
    @media (min-width: 750px) {
      .mobile-additional .upsell {
        display: none; } }

.upsell-discount-message {
  display: block;
  text-align: left;
  font-size: 1.1rem; }

table.cart {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eeeeee !important;
  padding: 0; }
  table.cart .remove {
    display: none; }
    @media (min-width: 680px) {
      table.cart .remove {
        display: table-cell; } }
  table.cart thead tr {
    background: white; }
    table.cart thead tr th {
      border-bottom: 1px solid #eeeeee;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.8rem;
      letter-spacing: 0.025rem;
      padding: 1rem !important; }
      @media (min-width: 680) {
        table.cart thead tr th {
          padding: 1rem !important; } }
    table.cart thead tr .subtotal {
      text-align: center; }
  table.cart tbody .standard-width {
    width: 10%;
    text-align: center !important; }
    @media (max-width: 1200px) {
      table.cart tbody .standard-width {
        width: 15%; } }
  table.cart tbody .item-detail {
    width: 60%; }
    @media (max-width: 1200px) {
      table.cart tbody .item-detail {
        width: 40%; } }
    table.cart tbody .item-detail h2 {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      margin-top: 3rem; }
    table.cart tbody .item-detail h3.price {
      margin-top: 0.3rem !important; }
  table.cart tbody tr td {
    border-bottom: none;
    vertical-align: top;
    padding: 0.5rem !important; }
    @media (min-width: 680) {
      table.cart tbody tr td {
        padding: 1rem !important;
        vertical-align: middle; } }
    table.cart tbody tr td img {
      display: none;
      max-width: 95px;
      float: left;
      clear: none;
      margin: 1rem; }
      @media (min-width: 680px) {
        table.cart tbody tr td img {
          display: block; } }
    table.cart tbody tr td h2 {
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-bottom: 0; }
      table.cart tbody tr td h2 a {
        color: black;
        text-decoration: none; }
    table.cart tbody tr td h3.price {
      font-size: 1.6rem;
      margin-top: 3.5rem;
      text-align: center;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
  table.cart tbody tr .remove-item {
    margin-top: 3.5rem;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: .5s ease-in-out; }
    @media (min-width: 550px) {
      table.cart tbody tr .remove-item {
        width: 16px;
        height: 16px; } }
    @media (min-width: 750px) {
      table.cart tbody tr .remove-item {
        position: relative;
        margin-left: 0.2rem; } }
    @media (min-width: 1025px) {
      table.cart tbody tr .remove-item {
        position: absolute;
        margin-left: 1rem; } }
    table.cart tbody tr .remove-item span {
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: black;
      border-radius: 1px;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transition: .20s ease-in-out; }
    table.cart tbody tr .remove-item span:nth-child(1) {
      top: 50%;
      width: 0%;
      left: 50%; }
    table.cart tbody tr .remove-item span:nth-child(2) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    table.cart tbody tr .remove-item span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg); }
    table.cart tbody tr .remove-item span:nth-child(4) {
      top: 50%;
      width: 0%;
      left: 50%; }
    table.cart tbody tr .remove-item:hover span {
      background: #ffd200; }
  table.cart tbody tr .product-quantities {
    clear: both;
    position: relative;
    margin: 3rem 0 0 0;
    width: 60px; }
    table.cart tbody tr .product-quantities .quantities-ui {
      background: white;
      overflow: hidden;
      display: block;
      margin-bottom: 1.5rem;
      float: left;
      width: 100%; }
      table.cart tbody tr .product-quantities .quantities-ui .quantity-options {
        padding: 0.5rem 1rem;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        font-size: 1.4rem;
        background: url(next_v-2229702797015177984.svg) 90% center no-repeat;
        background-size: 10px 10px; }
      table.cart tbody tr .product-quantities .quantities-ui .quantity-options:hover {
        cursor: pointer; }
      table.cart tbody tr .product-quantities .quantities-ui .quantities-option {
        display: inline-block;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
      table.cart tbody tr .product-quantities .quantities-ui .quantities-options {
        padding: 0;
        overflow: hidden; }
        table.cart tbody tr .product-quantities .quantities-ui .quantities-options li {
          display: block;
          width: 100%;
          float: left;
          margin: 0 0 1px 0;
          background: white;
          list-style-type: none;
          color: black;
          text-align: center;
          font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
          margin-right: 0; }
        table.cart tbody tr .product-quantities .quantities-ui .quantities-options li:hover {
          cursor: pointer;
          color: white;
          background-color: #ffd200; }
        table.cart tbody tr .product-quantities .quantities-ui .quantities-options li:nth-child(even) {
          margin-right: 0;
          margin-left: 0; }
        table.cart tbody tr .product-quantities .quantities-ui .quantities-options li.unavailable {
          background: white;
          color: #f2f2f2; }
        table.cart tbody tr .product-quantities .quantities-ui .quantities-options li.selected {
          background: black;
          color: white; }
      table.cart tbody tr .product-quantities .quantities-ui .hide-options {
        display: none; }
    @media (min-width: 1025px) {
      table.cart tbody tr .product-quantities {
        width: inherit !important; }
        table.cart tbody tr .product-quantities .quantities-ui {
          width: 80%;
          clear: none;
          float: none;
          position: absolute;
          top: 0;
          right: auto;
          left: 0;
          z-index: 601; } }
  table.cart tfoot tr td {
    border-bottom: 1px solid #eeeeee;
    padding: 0 1rem;
    line-height: 1.1;
    font-size: 1.2rem; }
    @media (min-width: 550px) {
      table.cart tfoot tr td {
        text-align: center; } }
    table.cart tfoot tr td a {
      display: none; }
      @media (min-width: 550px) {
        table.cart tfoot tr td a {
          margin: 1.7rem 0 0 0;
          font-size: 1.2rem;
          float: left !important;
          display: block !important; } }
    table.cart tfoot tr td p {
      display: none; }
      @media (min-width: 680px) {
        table.cart tfoot tr td p {
          margin: 1.7rem 0 0 0;
          display: block;
          display: inline-block;
          text-align: center;
          text-align: left;
          clear: left; } }
    table.cart tfoot tr td h3.total-price {
      text-align: right;
      margin: 0 0.5rem 0 0;
      line-height: 2;
      float: right;
      clear: left;
      width: auto;
      font-size: 2.4rem; }
      @media (min-width: 680px) {
        table.cart tfoot tr td h3.total-price {
          float: right;
          clear: none; } }
      table.cart tfoot tr td h3.total-price span {
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        margin-left: 0.5rem; }
  table.cart .continue-shopping {
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 0.4rem 0 0.3rem 2.5rem;
    margin-bottom: 0.5rem !important;
    color: black;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/continue.png?4603) left center no-repeat; }

/* 404
================================================== */
.not-found {
  text-align: center; }
  .not-found h1 {
    margin: 0 0 1.5rem 0;
    padding: 0 !important;
    font-size: 2.6rem; }
  .not-found p {
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    margin-bottom: 4.2rem; }
    .not-found p a {
      color: black; }

.image-404 {
  width: 200px;
  margin: 0 auto !important; }

/* Stockists
================================================== */
.stockists-title {
  text-align: center; }
  .stockists-title h1 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    text-decoration: underline; }

.store-types {
  font-size: 1.3rem;
  max-width: 54rem;
  margin: 0 auto 4rem auto;
  overflow: hidden; }
  .store-types ul {
    list-style-type: none; }
    .store-types ul li {
      float: left;
      width: 23%;
      margin-right: 2%;
      overflow: hidden;
      text-align: right;
      line-height: 2.2rem;
      height: 2.2rem; }
      @media (max-width: 1200px) {
        .store-types ul li {
          width: 100%;
          margin-right: 0;
          text-align: left; } }
    .store-types ul li:first-child {
      text-align: left;
      font-weight: bold;
      text-transform: uppercase; }

.applicationFormWrapper {
  overflow: hidden;
  width: 100%;
  max-width: 110rem;
  margin: 0 auto; }
  .applicationFormWrapper p, .applicationFormWrapper .store-types {
    max-width: 100% !important;
    width: 49%;
    float: left;
    margin-right: 1% !important; }
    @media (max-width: 750px) {
      .applicationFormWrapper p, .applicationFormWrapper .store-types {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        float: left; } }
  .applicationFormWrapper p:nth-child(even), .applicationFormWrapper .store-types {
    float: right;
    margin-left: 1% !important;
    margin-right: 0 !important; }

.applicationFormWrapper.storeAddresses .addressBlock.shipping {
  max-width: 100% !important;
  width: 49%;
  float: left;
  margin-right: 1% !important; }
  @media (max-width: 750px) {
    .applicationFormWrapper.storeAddresses .addressBlock.shipping {
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      float: left; } }
  .applicationFormWrapper.storeAddresses .addressBlock.shipping p {
    width: 100% !important;
    float: left !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }
.applicationFormWrapper.storeAddresses .addressBlock.billing {
  max-width: 100% !important;
  width: 49%;
  float: right;
  margin-left: 1% !important; }
  @media (max-width: 750px) {
    .applicationFormWrapper.storeAddresses .addressBlock.billing {
      width: 100%;
      margin-right: 0 !important;
      margin-left: 0 !important;
      float: left; } }
  .applicationFormWrapper.storeAddresses .addressBlock.billing p {
    width: 100% !important;
    float: left !important;
    margin-right: 0 !important;
    margin-left: 0 !important; }

.submitSection p {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: center; }
.submitSection .button {
  margin: 0 auto !important; }
  .submitSection .button:hover {
    background: black !important; }

.store-type {
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid black;
  display: block;
  float: right;
  clear: none;
  text-align: center;
  margin-top: 0;
  margin-left: 1rem; }
  .store-type:hover {
    cursor: pointer; }
  .store-type span {
    display: none;
    margin: 10% auto;
    width: 80%;
    height: 80%;
    background: black; }

.store-type.selected span {
  display: block; }

.stockists {
  display: block;
  width: 100%; }
  @media (min-width: 750px) {
    .stockists {
      width: 48%;
      float: left;
      clear: none; } }
  .stockists ul {
    list-style-type: none; }
    .stockists ul li {
      text-align: center;
      letter-spacing: 0.085rem;
      margin-bottom: 2.8rem !important; }
    .stockists ul .region {
      font-size: 1.1rem !important;
      text-transform: uppercase; }
    .stockists ul .sub-region {
      font-size: 1.4rem !important;
      text-transform: uppercase;
      font-weight: bold; }
    .stockists ul h3.title {
      font-size: 1.3rem !important;
      text-transform: uppercase;
      text-align: center !important; }
    .stockists ul h3.content {
      font-size: 1.2rem !important;
      text-transform: none !important;
      text-align: center !important; }
  .stockists .online .region:before {
    width: 100%;
    max-width: 16rem;
    content: '';
    display: block;
    margin: 0 auto;
    height: 0.1rem;
    background: black;
    margin-bottom: 2.8rem; }

.stockist-application {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding: 7.5rem 0; }
  .stockist-application h4 {
    font-size: 2rem;
    margin-bottom: 4rem; }
  .stockist-application p {
    font-size: 1.3rem;
    max-width: 54rem;
    margin: 0 auto 4rem auto; }
  .stockist-application .button {
    font-size: 1.4rem;
    height: 4.6rem;
    line-height: 4.6rem;
    padding: 0 3rem; }
  .stockist-application form {
    text-align: left;
    margin: 0 3rem; }

/* Customer templates
================================================== */
.template-customers-account .container, .template-customers-addresses .container {
  padding: 0px 0px !important; }
  @media (max-width: 550px) {
    .template-customers-account .container, .template-customers-addresses .container {
      width: 90%; } }

#customer_orders {
  padding-left: 0px !important;
  padding-right: 0px !important; }

#customer {
  padding-top: 4rem; }
  #customer p {
    font-weight: 300; }
  #customer h1 {
    margin-bottom: 3rem !important; }
  @media (max-width: 786px) {
    #customer .page-subnav, #customer #customer_orders {
      width: 100%; } }
  #customer .errors ul {
    list-style-type: none; }
    #customer .errors ul li {
      color: #c92228; }
  #customer .action_bottom {
    overflow: hidden;
    display: block;
    width: 70%;
    margin: 20px 15%; }
  #customer #forgot_password {
    clear: both; }
  #customer #password-recovery-title, #customer #recover-password {
    display: none; }
  #customer table td {
    padding: 1rem !important;
    text-align: center; }
  #customer table th {
    padding: 1rem !important;
    font-size: 1.8rem;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  #customer form {
    width: 100%;
    margin: 0; }
    #customer form input {
      width: 100%; }
    #customer form label {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.3rem;
      font-weight: 300; }
    @media (min-width: 750px) {
      #customer form label {
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        font-size: 1.3rem;
        font-weight: 300; } }
    #customer form p {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-weight: 300; }
    #customer form input {
      border: 1px solid #000a46;
      width: 100%;
      display: block;
      margin: 0 0% 1.5rem 0%;
      height: auto !important;
      padding: 6px 10px !important;
      font-size: 1.3rem;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
    #customer form input[type="submit"] {
      padding: 0 0.8rem !important;
      font-size: 13px;
      height: 60px;
      letter-spacing: 0.025rem;
      line-height: 3;
      border-color: 0 !important; }
    #customer form label {
      margin-bottom: 0.5rem;
      text-align: left;
      width: 100%;
      display: block;
      margin: 0 0% 0rem 0%; }
    @media (min-width: 750px) {
      #customer form {
        width: 100%;
        margin: 0 0%; }
        #customer form input {
          border: 1px solid #000a46;
          width: 60%;
          display: block;
          margin: 0 20% 1.5rem 20%;
          height: auto !important;
          padding: 6px 10px !important;
          font-size: 1.3rem; }
        #customer form input {
          border: 1px solid #000a46;
          font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
          width: 60%;
          display: block;
          margin: 0 20% 1.5rem 20%;
          height: auto !important;
          padding: 6px 10px !important;
          font-size: 1.3rem; }
        #customer form input[type="submit"] {
          padding: 0 0.8rem !important;
          font-size: 13px;
          height: 60px;
          letter-spacing: 0.15rem;
          line-height: 3;
          border-color: 0 !important; }
        #customer form label {
          margin-bottom: 0.5rem;
          text-align: left;
          width: 60%;
          display: block;
          margin: 0 20% 0rem 20%; } }
    @media (min-width: 1000px) {
      #customer form {
        width: 70%;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      #customer form {
        width: 50%;
        margin: 0 auto; } }
    #customer form .button {
      padding: 0 0.8rem;
      width: 100%;
      margin: 0 0 1.5rem 0;
      float: left;
      clear: none;
      font-size: 1.8rem;
      height: 43px;
      line-height: 43px; }
      @media (min-width: 750px) {
        #customer form .button {
          width: 100%; } }
      @media (min-width: 1000px) {
        #customer form .button {
          font-size: 2.4rem;
          width: 49%; } }
    #customer form #login_password .button, #customer form #reset-account .button {
      width: 33%;
      margin: 0 33% 1.5rem 33%; }
    #customer form .cancel.button {
      margin-top: 0;
      background: black;
      color: #fff;
      float: right;
      clear: none; }
      #customer form .cancel.button:hover {
        background: #000;
        color: #fff; }
  #customer #recover-password .button, #customer #create-customer .button, #customer #reset-account .button {
    width: 33% !important;
    margin: 0 33% 1.5rem 33% !important; }
  #customer #recover-password .note, #customer #create-customer .note, #customer #reset-account .note {
    clear: both;
    width: 100%;
    float: left; }
  #customer #customer_sidebar #customer_detail {
    display: block;
    background: #f6f6f6;
    border: 1px solid #f2f2f2;
    margin-bottom: 0;
    padding: 1rem;
    width: 100%; }
    @media (max-width: 786px) {
      #customer #customer_sidebar #customer_detail {
        box-sizing: border-box; } }
    @media (min-width: 786px) {
      #customer #customer_sidebar #customer_detail {
        width: 87%; } }
    #customer #customer_sidebar #customer_detail h5 {
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      color: black;
      display: block;
      text-decoration: none;
      font-size: 1.8rem; }
    #customer #customer_sidebar #customer_detail .note {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      font-size: 1.2rem; }
      @media (min-width: 800px) {
        #customer #customer_sidebar #customer_detail .note {
          font-size: 1.5rem; } }
      #customer #customer_sidebar #customer_detail .note p {
        margin-bottom: 0;
        font-size: 1.2rem; }
        @media (min-width: 800px) {
          #customer #customer_sidebar #customer_detail .note p {
            font-size: 1.5rem; } }
  #customer #return_to_store {
    margin-bottom: 1.5rem;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
    padding: 1.5rem 0;
    overflow: hidden; }
    #customer #return_to_store a {
      float: right;
      clear: none;
      margin-left: 1.5rem; }
    #customer #return_to_store a#return {
      float: left;
      margin-left: 0; }
  #customer #address_tables table tbody tr,
  #customer #add_address table tbody tr {
    border-bottom: none !important; }
  #customer .view_address p {
    margin-bottom: 0; }
  #customer .address_table {
    border-bottom: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  #customer .address_title {
    margin-bottom: 1rem; }
  #customer .address_actions {
    margin-bottom: 0.5rem; }
  #customer #address_form_new {
    width: 100%;
    margin: 0; }
  #customer #add_address {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
  #customer .note.cancel {
    float: left;
    clear: none;
    display: block;
    width: 100%; }
    @media (min-width: 1000px) {
      #customer .note.cancel {
        float: right;
        clear: none;
        display: block;
        width: 49%; } }
    #customer .note.cancel .button {
      margin-top: 0;
      background: black;
      width: 100%;
      padding: 0 0.8rem !important;
      font-size: 2rem;
      letter-spacing: 0.15rem;
      font-size: 13px; }
      #customer .note.cancel .button:hover {
        background: #ffd200; }
  #customer .customer_address form {
    width: 100% !important;
    margin: 0 !important; }
  #customer .customer_address_table {
    border: none; }
    #customer .customer_address_table td {
      padding: 0 0 1rem 0 !important;
      border: none;
      text-align: left; }
      @media (max-width: 550px) {
        #customer .customer_address_table td {
          display: block !important;
          width: 100% !important; } }
    #customer .customer_address_table label {
      font-size: 1.3rem;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-weight: 300;
      margin: 0px 0px 0px; }
    #customer .customer_address_table input {
      margin: 0; }
    #customer .customer_address_table input[type="text"], #customer .customer_address_table select {
      width: 100%; }
    #customer .customer_address_table input[type="checkbox"] {
      width: auto;
      display: inline-block; }
  #customer #order_details {
    margin-bottom: 0 !important; }
  #customer #order_summary {
    border-top: none; }
    @media (max-width: 550px) {
      #customer #order_summary {
        margin-top: -2rem !important; } }
  #customer #order_details tfoot td, #customer #order_summary tfoot td {
    border-bottom: 1px solid #ddd; }
  #customer #order_details tfoot td.label, #customer #order_summary tfoot td.label {
    text-align: right;
    font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
    font-size: 1.8rem; }

#gift-card .selector-ui {
  width: 100%; }

#reset-account .button {
  width: 50% !important;
  margin: 0 25% 1.5rem 25% !important; }
#reset-account .note {
  clear: both;
  width: 100%;
  float: left; }

.shopify-social-spotify:before {
  content: 'Spotify';
  text-indent: -99999px;
  background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/spotify-icon.svg?4603) no-repeat center !important;
  background-size: contain;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 0.7em;
  text-align: center;
  font-variant: normal;
  text-transform: none; }

#customer #return_to_store {
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0; }

#customer #customer_sidebar #customer_detail {
  border: 1px solid #ddd; }

#customer #customer_sidebar #customer_detail .note,
#customer .address_table,
#customer #add_address {
  border-bottom: 1px solid #ddd; }

/* Booking form
================================================== */
#book-appointment header h1 {
  margin: 4rem 0 6rem 0 !important; }

.mobile-suit-change {
  display: none; }
  @media (max-width: 750px) {
    .mobile-suit-change {
      width: 58%;
      clear: right;
      float: right;
      margin: 0;
      display: block;
      color: black;
      font-size: 1.6rem;
      text-align: left; } }

.booking {
  background-color: #eeeeee;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 750px) {
    .booking {
      background: #eeeeee url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/pak-watermark.png?4603) 120px -60px no-repeat;
      background-size: 80%; } }
  @media (min-width: 1025px) {
    .booking {
      background: #eeeeee url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/booking-bg.png?4603) center center no-repeat; } }
  .booking .selected-suit {
    overflow: hidden; }
  .booking .suit-info, .booking .booking-form {
    width: 100%; }
    @media (min-width: 750px) {
      .booking .suit-info, .booking .booking-form {
        width: 50%;
        float: left;
        clear: none; } }
  .booking .suit-info {
    text-align: center;
      /*
    img.featured{
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: block;
      overflow: hidden;

      margin:0 auto;

      width:50%;
      height:50%;

      min-width: 150px;
      min-height:150px;

      position: relative;
      z-index: 500;

    }

    */ }
    .booking .suit-info h2 {
      font-size: 3.2rem;
      margin: 6.5rem 1rem; }
      @media (max-width: 750px) {
        .booking .suit-info h2 {
          margin: 3rem 1rem;
          font-size: 2.2rem; } }
    .booking .suit-info h4 {
      text-align: center;
      margin: 2rem 1rem; }
      .booking .suit-info h4 strong, .booking .suit-info h4 span {
        font-weight: normal;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        font-size: 1.6rem; }
        @media (max-width: 750px) {
          .booking .suit-info h4 strong, .booking .suit-info h4 span {
            display: block; } }
      @media (max-width: 750px) {
        .booking .suit-info h4 {
          float: right;
          width: 55%;
          text-align: left;
          margin: 2rem 1rem 1rem 1rem; } }
    .booking .suit-info .prod-image-wrap {
      margin-bottom: 1.7rem;
      position: relative; }
      @media (max-width: 750px) {
        .booking .suit-info .prod-image-wrap {
          width: 32%;
          float: left;
          overflow: hidden;
          margin-left: 2rem; } }
      .booking .suit-info .prod-image-wrap a {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        overflow: hidden;
        position: relative;
        width: 50%;
        height: 50%;
        margin: 0 auto;
        min-width: 150px;
        min-height: 150px; }
        @media (max-width: 750px) {
          .booking .suit-info .prod-image-wrap a {
            min-width: 100px;
            min-height: 100px; } }
      .booking .suit-info .prod-image-wrap img {
        height: 100% !important;
        width: 100% !important;
        display: block;
        z-index: 555; }
      .booking .suit-info .prod-image-wrap span {
        position: absolute;
        z-index: 666;
        top: 45%;
        left: 25%;
        width: 50%;
        opacity: 0;
        background: rgba(255, 255, 255, 0.85);
        z-index: 666;
        color: black;
        font-size: 1.6rem;
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
        text-align: center;
        padding: 1rem 0;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    @media (min-width: 750px) {
      .booking .suit-info .prod-image-wrap.show span {
        opacity: 1; } }
    .booking .suit-info img.variant {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto;
      width: 25%;
      height: 25%;
      max-width: 35px;
      max-height: 35px; }
      @media (max-width: 750px) {
        .booking .suit-info img.variant {
          display: none !important; } }
    .booking .suit-info .form-instructions {
      margin: 2rem auto;
      font-size: 1.6rem;
      width: 50%;
      display: none; }
      @media (min-width: 750px) {
        .booking .suit-info .form-instructions {
          display: block; } }
      .booking .suit-info .form-instructions p {
        font-size: 1.6rem; }
  .booking .booking-form {
    padding-top: 3rem; }
    @media (min-width: 750px) {
      .booking .booking-form {
        background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/pak-watermark.png?4603) 385px -85px no-repeat; } }
    @media screen and (min-width: 786px) and (max-width: 1023px) {
      .booking .booking-form {
        padding-top: 7.5rem; } }
    .booking .booking-form legend {
      margin-bottom: 2.5rem;
      font-size: 1.6rem; }
      @media (min-width: 750px) {
        .booking .booking-form legend {
          margin-left: -5rem;
          margin-bottom: 1rem; } }
      .booking .booking-form legend strong {
        display: block;
        border: 1px solid black;
        padding: 0;
        line-height: 2;
        width: 3rem;
        height: 3rem;
        margin-right: 1.5rem;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #eeeeee;
        float: left;
        clear: none;
        margin-bottom: 3rem; }
        @media (max-width: 750px) {
          .booking .booking-form legend strong {
            margin-bottom: 10rem; } }
    .booking .booking-form p {
      margin-bottom: 0; }
  .booking .form-section {
    margin: 0 auto 0 auto !important;
    display: block;
    width: 70%;
    position: relative;
    padding-bottom: 3rem; }
    @media (max-width: 750px) {
      .booking .form-section {
        width: 90%; } }
    .booking .form-section.nopad {
      padding-bottom: 0; }
    .booking .form-section button:not(.pika-button):not(.pika-prev):not(.pika-next) {
      height: 6rem;
      padding: 1rem;
      width: 100%; }
      @media (max-width: 1201px) {
        .booking .form-section button:not(.pika-button):not(.pika-prev):not(.pika-next) {
          width: 100% !important; } }
      @media (min-width: 1200px) {
        .booking .form-section button:not(.pika-button):not(.pika-prev):not(.pika-next) {
          width: 50% !important; } }
    .booking .form-section input[type="text"] {
      display: block;
      width: 100%;
      max-width: 260px;
      border: none;
      padding: 1rem;
      font-size: 1.6rem;
      font-weight: 700;
      -webkit-transition: background-color 0.25s ease-out;
      -moz-transition: background-color 0.25s ease-out;
      -o-transition: background-color 0.25s ease-in-out;
      transition: background-color 0.25s ease-in-out; }
      @media (max-width: 750px) {
        .booking .form-section input[type="text"] {
          max-width: 100%; } }
    .booking .form-section input[type="text"].required {
      background: white url(required_v-487950911455655394.png) no-repeat 98% 50%; }
    .booking .form-section input[type="text"]:hover, .booking .form-section input[type="text"]:focus {
      background: black;
      color: white; }
    .booking .form-section input[type="text"]::-webkit-input-placeholder {
      font-size: 1.6rem;
      color: black; }
    .booking .form-section input[type="text"]::-moz-placeholder {
      font-size: 1.6rem;
      color: black; }
    .booking .form-section input[type="text"]:-ms-input-placeholder {
      font-size: 1.6rem;
      color: black; }
    .booking .form-section input[type="text"]:-moz-placeholder {
      font-size: 1.6rem;
      color: black; }
    .booking .form-section input[type="text"]:focus::-webkit-input-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:focus::-moz-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:focus:-ms-input-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:focus:-moz-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:hover::-webkit-input-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:hover::-moz-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:hover:-ms-input-placeholder {
      color: white; }
    .booking .form-section input[type="text"]:hover:-moz-placeholder {
      color: white; }
  .booking .selectday-ui {
    background: white;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .booking .selectday-ui {
        position: absolute;
        z-index: 1000;
        top: 80%;
        left: 0;
        width: 28%; } }
    @media (max-width: 1024px) {
      .booking .selectday-ui {
        width: 100%;
        margin-top: 2rem; } }
    .booking .selectday-ui .selectday-options {
      padding: 0.5rem 1rem;
      font-size: 1.6rem;
      background: url(down_v-8961047090484412734.svg) 95% center no-repeat;
      background-size: 8px 5px; }
    .booking .selectday-ui .selectday-options:hover {
      cursor: pointer; }
    .booking .selectday-ui .selectday-option {
      display: inline-block;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
    .booking .selectday-ui .selectdays-options {
      padding: 0;
      overflow: hidden; }
      .booking .selectday-ui .selectdays-options li {
        display: block;
        width: 100%;
        float: left;
        margin: 0 !important;
        padding: 0.5rem 1rem;
        background: white;
        list-style-type: none;
        color: black;
        text-align: left;
        margin-right: 0; }
      .booking .selectday-ui .selectdays-options li:hover {
        cursor: pointer;
        color: white;
        background-color: #ffd200; }
      .booking .selectday-ui .selectdays-options li:nth-child(even) {
        margin-right: 0;
        margin-left: 0; }
      .booking .selectday-ui .selectdays-options li.unavailable {
        background: white;
        color: #f2f2f2; }
      .booking .selectday-ui .selectdays-options li.selected {
        background: black;
        color: white; }
    .booking .selectday-ui .hide-options {
      display: none; }
  .booking .time-ui {
    background: white;
    /*overflow: hidden;*/
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .booking .time-ui {
        /*      position: absolute;*/
        z-index: 915195195;
        /*      top:80%;
              left:0;*/
        max-width: 260px;
        /*width:28%;*/ } }
    @media (max-width: 1024px) {
      .booking .time-ui {
        width: 100%; } }
    .booking .time-ui .time-options {
      padding: 0.5rem 1rem;
      font-size: 1.6rem;
      background: url(down_v-8961047090484412734.svg) 95% center no-repeat;
      background-size: 8px 5px; }
    .booking .time-ui .time-options:hover {
      cursor: pointer; }
    .booking .time-ui .time-option {
      display: inline-block;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
    .booking .time-ui .times-options {
      position: absolute;
      left: 0;
      top: 35px;
      width: 100%;
      padding: 0;
      overflow: hidden;
      z-index: 1; }
      .booking .time-ui .times-options li {
        display: block;
        width: 100%;
        float: left;
        margin: 0 !important;
        padding: 0.5rem 1rem;
        background: white;
        list-style-type: none;
        color: black;
        text-align: left;
        margin-right: 0; }
      .booking .time-ui .times-options li:hover {
        cursor: pointer;
        color: white;
        background-color: #ffd200; }
      .booking .time-ui .times-options li:nth-child(even) {
        margin-right: 0;
        margin-left: 0; }
      .booking .time-ui .times-options li.unavailable {
        background: white;
        color: #f2f2f2; }
      .booking .time-ui .times-options li.selected {
        background: black;
        color: white; }
    .booking .time-ui .hide-options {
      display: none; }
  .booking .customer-ui {
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
    width: 100%;
    float: left; }
    .booking .customer-ui .customer-option {
      display: inline-block;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }
    .booking .customer-ui .customers-options {
      padding: 0;
      overflow: hidden; }
      .booking .customer-ui .customers-options li {
        display: block;
        width: 100%;
        float: left;
        margin: 0 !important;
        padding: 0.5rem 1rem;
        list-style-type: none;
        color: black;
        text-align: left;
        margin-right: 0;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
        .booking .customer-ui .customers-options li span {
          display: inline-block;
          margin-top: 0.8rem;
          width: 1rem;
          height: 1rem;
          border: 0.1rem solid #ffd200;
          background: white;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .booking .customer-ui .customers-options li input[type="radio"] {
          display: none; }
      .booking .customer-ui .customers-options li:hover, .booking .customer-ui .customers-options li.selected {
        cursor: pointer; }
        .booking .customer-ui .customers-options li:hover span, .booking .customer-ui .customers-options li.selected span {
          background: #ffd200; }

/* homepage
================================================== */
img.everyMotherCountsLogo {
  float: none !important;
  margin: -2rem 0 1rem 3rem;
  max-width: 10rem; }

.three.columns img.everyMotherCountsLogo {
  margin: -2rem 0 1rem 0; }

.billie-care-flex {
  display: flex;
  height: 100%; }

.blog-features {
  margin-top: 4rem;
  margin-bottom: 4rem;
  overflow: hidden; }

.slick-dots {
  bottom: -20px !important;
  margin-bottom: 0px !important; }
  .slick-dots > li:only-child {
    display: none !important; }

.collection.homepage .hero {
  position: relative;
  margin-top: 0rem !important;
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  .collection.homepage .hero .slide {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
    .collection.homepage .hero .slide img {
      position: relative;
      z-index: 300; }
    .collection.homepage .hero .slide img.mobile {
      display: block; }
    .collection.homepage .hero .slide img.desktop {
      display: none; }
    @media (min-width: 750px) {
      .collection.homepage .hero .slide {
        background-image: none; }
        .collection.homepage .hero .slide img.mobile {
          display: none; }
        .collection.homepage .hero .slide img.desktop {
          display: block; } }
    .collection.homepage .hero .slide .slide-details {
      width: 100% !important;
      text-align: left; }
      .collection.homepage .hero .slide .slide-details h1 {
        color: black;
        text-align: left;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        line-height: 1;
        font-size: 3rem;
        font-weight: normal;
        text-transform: none !important;
        margin: 0 0 3rem 0 !important;
        padding: 0 !important; }
        @media (min-width: 750px) {
          .collection.homepage .hero .slide .slide-details h1 {
            font-size: 5rem; } }
      .collection.homepage .hero .slide .slide-details h2 {
        color: black;
        text-align: left;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        text-transform: none;
        line-height: 1.1;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-weight: normal; }
      .collection.homepage .hero .slide .slide-details a.button {
        padding: 0 1rem;
        margin-top: 4rem !important;
        margin-bottom: 0 !important;
        font-size: 1.3rem;
        height: 4rem;
        line-height: 4rem;
        letter-spacing: 0.2rem;
        display: inline-block;
        background: transparent !important;
        border: 1px black solid;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        font-weight: normal;
        text-align: center !important;
        width: 100%;
        max-width: 19.5rem; }
        .collection.homepage .hero .slide .slide-details a.button:hover {
          background-color: #ffd200 !important;
          color: black;
          border: 1px #ffd200 solid; }
      .collection.homepage .hero .slide .slide-details h1, .collection.homepage .hero .slide .slide-details h2, .collection.homepage .hero .slide .slide-details h3, .collection.homepage .hero .slide .slide-details .button {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
        width: auto !important; }
    .collection.homepage .hero .slide .caption h2 {
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 36px;
      line-height: 1.1;
      margin-left: 0 !important;
      margin-right: 0 !important;
      font-weight: 700; }
      @media (max-width: 960px) {
        .collection.homepage .hero .slide .caption h2 {
          font-size: 28px; } }
      @media (max-width: 600px) {
        .collection.homepage .hero .slide .caption h2 {
          font-size: 24px; } }
    .collection.homepage .hero .slide .caption p {
      font-size: 15px;
      line-height: 1.2em;
      margin-bottom: 23px;
      font-weight: 700; }
      @media (max-width: 750px) {
        .collection.homepage .hero .slide .caption p {
          font-size: 14px; } }
    .collection.homepage .hero .slide .caption a.button {
      padding: 12px 15px;
      margin-top: 0;
      font-size: 15px;
      line-height: 1em;
      letter-spacing: 0.05em;
      display: inline-block;
      background: transparent;
      border: solid 2px #FFF;
      font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
      font-weight: 700;
      min-width: 170px;
      height: auto; }
    .collection.homepage .hero .slide .home-advance {
      display: none; }
    .collection.homepage .hero .slide .slide-details {
      position: relative;
      z-index: 900;
      padding: 3rem 0 !important;
      /*background: $background-color;*/
      width: 100% !important; }
      @media (min-width: 1000px) {
        .collection.homepage .hero .slide .slide-details {
          position: absolute;
          z-index: 900;
          top: 50%;
          padding: 3rem !important;
          padding: 7rem 0 5rem 0 !important;
          /*background: $background-color;*/
          width: 50% !important;
          max-width: 418px; } }
    @media (min-width: 1000px) {
      .collection.homepage .hero .slide .about-title {
        padding: 19rem 0 3rem 0 !important; } }
    @media (min-width: 1000px) {
      .collection.homepage .hero .slide .slide-details.center {
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); } }
    @media (min-width: 1000px) {
      .collection.homepage .hero .slide .slide-details.left {
        left: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); } }
    @media (min-width: 1000px) {
      .collection.homepage .hero .slide .slide-details.right {
        right: 10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); } }
.collection.homepage .hero-features {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .collection.homepage .hero-features .six {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%; }
    @media (min-width: 1000px) {
      .collection.homepage .hero-features .six {
        width: 50%; } }
  .collection.homepage .hero-features .home-feature {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0; }
    .collection.homepage .hero-features .home-feature .feature-details {
      display: block;
      width: 100%;
      height: auto;
      text-align: center; }
      .collection.homepage .hero-features .home-feature .feature-details h2 {
        margin: 0 0 1.5rem 0;
        color: white !important;
        text-align: center;
        font-weight: normal;
        font-size: 3.4rem;
        text-transform: uppercase;
        letter-spacing: 1rem; }
      .collection.homepage .hero-features .home-feature .feature-details p {
        color: white;
        text-align: center;
        font-size: 1.3rem;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        text-transform: none;
        line-height: 1.6;
        margin-left: auto !important;
        margin-right: auto !important;
        font-weight: normal;
        max-width: 30%; }
      .collection.homepage .hero-features .home-feature .feature-details a.button {
        padding: 0 4rem;
        margin: 0 auto !important;
        font-size: 1.3rem;
        height: 4rem;
        line-height: 4rem;
        letter-spacing: 0.2rem;
        display: inline-block;
        background: transparent !important;
        border: 0.1rem black solid;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        font-weight: normal; }
        .collection.homepage .hero-features .home-feature .feature-details a.button:hover {
          background-color: white !important;
          color: black;
          border: 0.1rem white solid; }
  .collection.homepage .hero-features .feature-a {
    background: #ffd200;
    color: black !important; }
    @media (max-width: 1000px) {
      .collection.homepage .hero-features .feature-a {
        padding: 6rem 0; } }
    .collection.homepage .hero-features .feature-a .feature-details {
      text-align: left; }
      @media (min-width: 1000px) {
        .collection.homepage .hero-features .feature-a .feature-details {
          position: absolute;
          left: 0;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
          -moz-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
          -o-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
          z-index: 5656; } }
      .collection.homepage .hero-features .feature-a .feature-details h2, .collection.homepage .hero-features .feature-a .feature-details p {
        text-align: left;
        font-size: 1.6rem;
        color: black;
        max-width: 75% !important;
        line-height: 1.5; }
  .collection.homepage .hero-features .feature-b {
    background: #f2f2f2;
    color: black !important;
    overflow: hidden; }
    .collection.homepage .hero-features .feature-b img {
      display: block;
      margin: 0 0 0 5%;
      padding: 0;
      width: 50%;
      max-width: 30.6rem;
      float: left;
      clear: none; }
      @media (max-width: 750px) {
        .collection.homepage .hero-features .feature-b img {
          float: none;
          margin: 0 auto !important; } }
    .collection.homepage .hero-features .feature-b .feature-details {
      width: 50%; }
      @media (max-width: 750px) {
        .collection.homepage .hero-features .feature-b .feature-details {
          margin: 1rem auto 3rem auto; } }
      @media (min-width: 750px) {
        .collection.homepage .hero-features .feature-b .feature-details {
          position: absolute;
          right: 10%;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
          -moz-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
          -o-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
          z-index: 5656; } }
      .collection.homepage .hero-features .feature-b .feature-details h2 {
        margin: 0 0 3rem 0;
        color: black !important;
        text-align: center;
        font-weight: normal;
        font-size: 2.4rem;
        text-transform: uppercase;
        letter-spacing: 1rem; }
      .collection.homepage .hero-features .feature-b .feature-details p {
        color: black;
        text-align: center;
        font-size: 1.4rem;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        text-transform: none;
        line-height: 1.6;
        margin: 0 0 1.6rem 0;
        margin-left: auto !important;
        margin-right: auto !important;
        font-weight: normal; }
.collection.homepage .homepage-product-slider {
  width: 90%;
  margin: 5rem auto; }
.collection.homepage .homepage-product-slider .product-grid {
  padding-bottom: 0 !important; }
.collection.homepage .homepage-product-slider .product-grid li, .collection.homepage .related-products .product-grid li {
  margin-right: 0 !important;
  margin-bottom: 0 !important; }
  @media (max-width: 750px) {
    .collection.homepage .homepage-product-slider .product-grid li, .collection.homepage .related-products .product-grid li {
      width: 50% !important;
      float: left !important; } }
  @media (max-width: 750px) {
    .collection.homepage .homepage-product-slider .product-grid li:nth-child(2n+1), .collection.homepage .related-products .product-grid li:nth-child(2n+1) {
      clear: left; } }
@media (max-width: 750px) {
  .collection.homepage .homepage-product-slider .product-grid li:nth-child(n+7) {
    display: none; } }
.collection.homepage .collection-grid .button {
  float: none;
  clear: both;
  display: block;
  margin: 0 auto 3rem auto !important;
  width: 15rem;
  height: 5rem;
  line-height: 3;
  background: black; }
  .collection.homepage .collection-grid .button:hover {
    background: #ffd200; }
.collection.homepage .collection-grid .product-grid {
  margin: 0 auto 0 auto !important;
  float: none;
  position: initial !important; }
  .collection.homepage .collection-grid .product-grid li {
    margin-left: 0 !important;
    margin-right: 0;
    float: left; }
    @media (min-width: 550px) {
      .collection.homepage .collection-grid .product-grid li {
        margin-left: 2.5rem !important; } }
  .collection.homepage .collection-grid .product-grid .slick-dots {
    margin: 0 0 0 -3rem !important; }
    @media (min-width: 550px) {
      .collection.homepage .collection-grid .product-grid .slick-dots {
        margin: 4rem auto 3rem auto !important; } }
    .collection.homepage .collection-grid .product-grid .slick-dots li {
      position: relative !important;
      display: inline-block !important;
      width: 10px !important;
      height: 10px !important;
      margin: 0 5px 0 5px !important;
      padding: 0 !important;
      max-width: 10px !important;
      cursor: pointer;
      float: none !important; }
  .collection.homepage .collection-grid .product-grid .slick-next {
    right: 0 !important; }
  .collection.homepage .collection-grid .product-grid .slick-prev {
    left: 0 !important; }

.mobile-only {
  display: none; }
  @media (max-width: 550px) {
    .mobile-only {
      display: block; } }
  .mobile-only .feature-a {
    display: none; }
    @media (max-width: 550px) {
      .mobile-only .feature-a {
        display: block !important; } }

.social-links a {
  display: inline-block;
  font-size: 2rem;
  margin: 0 1rem 0 0;
  color: black;
  height: auto;
  overflow: hidden; }
  .social-links a:hover {
    color: #999; }

#book.button.unavailible {
  display: none; }

#add.button.disabled {
  background-color: #ccc !important;
  color: black;
  border-color: #ccc !important; }

.customer-links.language {
  position: absolute;
  top: 3.2rem;
  left: 5%;
  width: 2.5rem !important;
  border-right: 0 !important;
  float: left;
  clear: none; }
  @media (max-width: 550px) {
    .customer-links.language {
      top: 1.5rem; } }
  .customer-links.language .lang-by-ui {
    background: white;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
    border: none;
    float: left;
    width: 99% !important; }
    @media (min-width: 750px) {
      .customer-links.language .lang-by-ui {
        clear: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 600; } }
    .customer-links.language .lang-by-ui .lang-options {
      padding: 0 0 0 0;
      font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
      font-size: 1.2rem;
      letter-spacing: 0.025rem;
      color: black;
      text-align: left !important;
      /*
      &:before
      {
          content: '';
          position: absolute;
          display: block;
          width: 12px;
          height: 12px;
          top: 1.8rem;
          right: 5px;
          z-index: 300;
          background: url(next_v-2229702797015177984.svg) 0 0 no-repeat;
          @media (min-width: 750px) {
             top: 0.7rem;
          }
      }
      */ }
    .customer-links.language .lang-by-ui .lang-options.selected:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .customer-links.language .lang-by-ui .lang-options:hover {
      cursor: pointer; }
    .customer-links.language .lang-by-ui .lang-by-options {
      padding: 0;
      overflow: hidden; }
      .customer-links.language .lang-by-ui .lang-by-options ul {
        margin-bottom: 0; }
      .customer-links.language .lang-by-ui .lang-by-options li {
        display: block;
        width: 95%;
        margin: 0;
        padding: 0;
        background: white;
        list-style-type: none;
        text-align: left;
        font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
        margin-right: 0;
        letter-spacing: 0.025rem;
        color: black;
        font-size: 1.2rem; }
        .customer-links.language .lang-by-ui .lang-by-options li img {
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          filter: alpha(opacity=30);
          -webkit-opacity: 0.3;
          -ms-opacity: 0.3;
          -o-opacity: 0.3;
          -moz-opacity: 0.3;
          -khtml-opacity: 0.5;
          opacity: 0.3; }
      .customer-links.language .lang-by-ui .lang-by-options li:hover {
        cursor: pointer;
        color: white;
        background-color: white; }
        .customer-links.language .lang-by-ui .lang-by-options li:hover img {
          filter: alpha(opacity=50);
          -webkit-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1; }
      .customer-links.language .lang-by-ui .lang-by-options li.selected {
        background: white;
        color: white; }
    .customer-links.language .lang-by-ui .hide-options {
      display: none; }

.standard-page-title {
  display: block;
  padding: 3rem 0 2rem 0; }
  .standard-page-title h1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .standard-page-title h5 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0; }

.page-content-full.no-padd {
  padding: 0px 0px 0px 0px !important;
  text-align: left; }

.article-share {
  float: left;
  width: 50px;
  height: auto;
  position: absolute;
  left: -4rem;
  top: 0; }
  @media (max-width: 660px) {
    .article-share {
      width: 100%;
      margin: 0px 0px 15px;
      position: relative;
      text-align: center;
      left: 0; } }

.article-main-content {
  display: block;
  padding: 0px 0px 0px 50px; }
  @media (max-width: 660px) {
    .article-main-content {
      padding: 0px 0px 0px 0px;
      width: 100%; } }

.article-share a {
  height: 15px;
  margin: 0px 0px 1rem 0px;
  width: auto;
  float: left;
  display: block;
  clear: both;
  font-size: 15px;
  text-decoration: none;
  line-height: 1;
  text-decoration: none; }
  @media (max-width: 660px) {
    .article-share a {
      float: none;
      display: inline-block;
      clear: none; } }
  .article-share a span {
    text-decoration: none !important;
    font-size: inherit !important; }
  .article-share a:hover {
    color: #999; }
  @media (max-width: 660px) {
    .article-share a {
      clear: none; } }

.article-main-right h2 {
  text-align: left;
  margin-bottom: 3rem !important;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px 0px 20px 0px !Important; }

.sidebar-item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  padding: 0px 0px 30px;
  margin: 0px 0px 30px; }

.sidebar-item span {
  width: 100%;
  margin: 0px 0px 5px;
  height: auto;
  display: block; }

.sidebar-item a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  color: #000a46; }

.sidebar-item input[type="text"], .sidebar-item input[type="email"] {
  float: left;
  width: 100%;
  border: 1px solid #000a46; }

.footer-newsletter input[type="email"], .footer-newsletter button {
  margin: 0px 0px 0px 0px;
  vertical-align: middle; }

.footer-newsletter input[type="email"] {
  width: 90%;
  float: left;
  border: none;
  background: white;
  padding: 0;
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.085rem; }
  @media (max-width: 550px) {
    .footer-newsletter input[type="email"] {
      width: 85%; } }

.footer-newsletter input[type="email"]::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.085rem; }

.footer-newsletter input[type="email"]::-moz-placeholder {
  font-size: 1.5rem;
  color: black;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.085rem;
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

.footer-newsletter input[type="email"]:-ms-input-placeholder {
  font-size: 1.5rem;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.085rem; }

.footer-newsletter input[type="email"]:-moz-placeholder {
  font-size: 1.5rem;
  color: black;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 0.085rem;
  font-family: "Quicksand Bold", Helvetica, Arial, sans-serif; }

.footer-newsletter form {
  margin: 5rem 0 0 0;
  padding: 0;
  border-bottom: 0.1rem solid #000;
  overflow: hidden;
  float: left;
  width: 80%; }
  @media (max-width: 550px) {
    .footer-newsletter form {
      float: none;
      width: 90%;
      margin-left: 5%;
      margin-right: 5%;
      display: block;
      margin-top: 2rem; } }

.footer-newsletter img {
  display: block;
  float: left;
  width: 15%;
  margin-right: 2.5%;
  margin-top: 4.5rem; }
  @media (max-width: 550px) {
    .footer-newsletter img {
      float: none;
      width: 25%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; } }

.container.article {
  padding: 0px 0px 0px 0px; }
  @media (max-width: 550px) {
    .container.article {
      padding: 0px 20px; } }

.footer-newsletter button {
  padding: 0px 25px;
  max-width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  width: 10%;
  min-width: 4rem;
  float: left;
  text-indent: -9999px;
  border: none;
  background: white url(form-arrow_v-16554069185392680046.png) no-repeat center center; }

.sidebar-item button {
  padding: 0px 35px;
  max-width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  height: 3.8rem;
  line-height: 3.8rem;
  letter-spacing: 0.2rem;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px; }

.sidebar-item form {
  margin: 0px 0px 0px 0px; }

.sidebar-item label {
  display: none; }

.page-content.standard.rte {
  overflow: hidden;
  border-left: 0.1rem solid #dddddd;
  padding-bottom: 0 !important;
  padding: 50px 100px 50px 100px !important;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
  .page-content.standard.rte.text-center p {
    text-align: center; }
  @media (max-width: 1000px) {
    .page-content.standard.rte {
      padding: 20px 0px 50px 0px !important;
      text-align: left; } }
  @media (max-width: 750px) {
    .page-content.standard.rte {
      border: none;
      width: 100% !important; } }
  .page-content.standard.rte h2, .page-content.standard.rte h3, .page-content.standard.rte h4, .page-content.standard.rte h5, .page-content.standard.rte h5 {
    text-align: left;
    margin-bottom: 1rem !important;
    font-size: 20px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: bold; }
  .page-content.standard.rte h2 {
    font-size: 17px; }
  .page-content.standard.rte h3 {
    font-size: 13px; }
  .page-content.standard.rte h4, .page-content.standard.rte h5, .page-content.standard.rte h5 {
    font-size: 12px; }
  .page-content.standard.rte p {
    text-align: left;
    margin-bottom: 2.5rem !important;
    letter-spacing: 0.085rem; }
  .page-content.standard.rte .button {
    height: 4.2rem;
    line-height: 4.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: black; }
    .page-content.standard.rte .button:hover {
      background: #ffd200; }
  .page-content.standard.rte .align-image-left {
    overflow: hidden;
    border-bottom: 0.1rem solid #dddddd;
    margin-top: 3rem;
    padding: 0 3rem 3rem 3rem; }
    .page-content.standard.rte .align-image-left img {
      float: left;
      clear: none;
      display: block;
      margin-right: 3rem;
      max-width: none;
      width: auto; }
      @media (max-width: 750px) {
        .page-content.standard.rte .align-image-left img {
          width: 100% !important;
          max-width: 100%;
          float: none;
          margin-right: 0;
          margin-bottom: 3rem; } }
  .page-content.standard.rte .align-image-right {
    overflow: hidden;
    border-bottom: 0.1rem solid #dddddd;
    padding: 0 3rem 3rem 3rem;
    margin-top: 3rem; }
    .page-content.standard.rte .align-image-right img {
      float: right;
      clear: none;
      display: block;
      margin-left: 3rem;
      max-width: none;
      width: auto; }
      @media (max-width: 750px) {
        .page-content.standard.rte .align-image-right img {
          width: 100% !important;
          max-width: 100%;
          float: none;
          margin-left: 0;
          margin-bottom: 3rem; } }
  .page-content.standard.rte .align-image-full {
    overflow: hidden;
    border-bottom: 0.1rem solid #dddddd;
    padding: 0 3rem 3rem 3rem;
    margin-top: 3rem; }
    .page-content.standard.rte .align-image-full img {
      float: none;
      clear: none;
      display: block;
      width: 100% !important;
      max-width: 100%;
      float: none;
      margin-bottom: 3rem; }

@media (max-width: 750px) {
  .related-products .product-grid li {
    width: 50% !important;
    float: left !important; } }
@media (max-width: 550px) {
  .related-products .product-grid li {
    width: 50% !important;
    float: left !important; } }

@media (max-width: 750px) {
  .general-form .six {
    width: 100%;
    margin-left: 0 !important; } }
.general-form input {
  width: 100%;
  border: none !important;
  border-bottom: 0.1rem solid black !important;
  font-size: 1.1rem;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: 3rem;
  background: transparent !important; }
.general-form textarea {
  width: 100%;
  border: 0.1rem solid black !important;
  font-size: 1.1rem;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold;
  background: transparent !important;
  height: 9rem; }
.general-form .button {
  border: 0.1rem solid black !important;
  max-width: 20.5rem; }
  .general-form .button:hover {
    color: white !important; }
.general-form input::-webkit-input-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form input::-moz-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form input:-ms-input-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form input:-moz-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form textarea::-webkit-input-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form textarea::-moz-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form textarea:-ms-input-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }
.general-form textarea:-moz-placeholder {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: black !important;
  letter-spacing: 0.085rem;
  font-weight: bold; }

/* 3rd party
================================================== */
.fs-has-links {
  display: none; }

.fs-desktop .fs-timeline-entry div.fs-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  transition: opacity .25s; }

.fs-desktop .fs-timeline-entry .fs-text-container:hover {
  opacity: 1; }

.fs-wrapper div.fs-text-container .fs-entry-title, div.fs-detail-title {
  font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

div.fs-text-container .fs-entry-date, div.fs-detail-container .fs-post-info, div.fs-wrapper div.fs-has-links::after, .fs-text-product, .fs-overlink-text {
  font-family: 'Maven Pro Bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.fs-wrapper div.fs-text-container * {
  color: black; }

.fs-wrapper div.fs-text-container {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0px; }

div.fs-service-icon {
  display: none; }

.fs-wrapper div.fs-timeline-entry {
  margin: 0px; }

.fs-has-links {
  display: none; }

.fs-entry-container {
  width: 25% !important;
  padding-top: 25% !important; }

.fs-desktop .fs-timeline-entry div.fs-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  transition: opacity .25s; }

.fs-desktop .fs-timeline-entry .fs-text-container:hover {
  opacity: 1; }

.fs-wrapper div.fs-text-container .fs-entry-title, div.fs-detail-title {
  font-family: 'Maven Pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

div.fs-text-container .fs-entry-date, div.fs-detail-container .fs-post-info, div.fs-wrapper div.fs-has-links::after, .fs-text-product, .fs-overlink-text {
  font-family: 'Maven Pro Bold', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal; }

.fs-wrapper div.fs-text-container * {
  color: black; }

.fs-wrapper div.fs-text-container {
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0px; }

div.fs-service-icon {
  display: none; }

.fs-wrapper div.fs-timeline-entry {
  margin: 0px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

#preview {
  position: absolute;
  border: none;
  background: white;
  padding: 0;
  display: none;
  color: #fff;
  z-index: 99991;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
  #preview img {
    margin: 0;
    padding: 0;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-loading .slick-list {
  background: white url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/ajax-loader.gif?4603) center center no-repeat; }

.main-slider .slider-slick2 .caption {
  padding: 25px 0;
  position: absolute;
  z-index: 301;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; }
  .main-slider .slider-slick2 .caption h2 {
    font-size: 36px;
    line-height: 1.2em; }
    @media (max-width: 960px) {
      .main-slider .slider-slick2 .caption h2 {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .main-slider .slider-slick2 .caption h2 {
        font-size: 24px; } }
  .main-slider .slider-slick2 .caption.white {
    color: #FFF; }
    .main-slider .slider-slick2 .caption.white a.button {
      color: #FFF;
      border-color: #FFF !important; }
  .main-slider .slider-slick2 .caption.black {
    color: #000; }
    .main-slider .slider-slick2 .caption.black a.button {
      color: #000;
      border-color: #000 !important; }
  .main-slider .slider-slick2 .caption a.button:hover, .main-slider .slider-slick2 .caption a.button:active, .main-slider .slider-slick2 .caption a.button:focus {
    background-color: #ffd200 !important;
    border-color: #ffd200 !important; }
  .main-slider .slider-slick2 .caption p {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 23px;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .main-slider .slider-slick2 .caption.left {
    max-width: 50%;
    text-align: left;
    left: 10%;
    transform: translateY(-50%); }
  .main-slider .slider-slick2 .caption.center {
    text-align: center; }
  .main-slider .slider-slick2 .caption.right {
    max-width: 50%;
    text-align: right;
    right: 10%;
    transform: translateY(-50%); }
.main-slider .slider-slick2 .slick-prev {
  left: 20px; }
.main-slider .slider-slick2 .slick-next {
  right: 20px; }
.main-slider .slider-slick2 .slick-prev,
.main-slider .slider-slick2 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #FFF !important;
  border: none;
  outline: none;
  background: transparent;
  opacity: 0.7;
  border-radius: 100%;
  z-index: 400; }
  @media (max-width: 500px) {
    .main-slider .slider-slick2 .slick-prev,
    .main-slider .slider-slick2 .slick-next {
      display: none !important; } }
  .main-slider .slider-slick2 .slick-prev:hover, .main-slider .slider-slick2 .slick-prev:focus, .main-slider .slider-slick2 .slick-prev:active,
  .main-slider .slider-slick2 .slick-next:hover,
  .main-slider .slider-slick2 .slick-next:focus,
  .main-slider .slider-slick2 .slick-next:active {
    background-color: #FFF !important; }
.main-slider .slider-slick2 .slick-dots {
  bottom: 15px !important; }
  .main-slider .slider-slick2 .slick-dots li,
  .main-slider .slider-slick2 .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border: 0; }
    @media (max-width: 414px) {
      .main-slider .slider-slick2 .slick-dots li,
      .main-slider .slider-slick2 .slick-dots li button {
        width: 8px !important;
        height: 8px !important; } }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 60px;
  height: 100%;
  padding: 0;
  /*margin-top: -10px\9;*/
  /*
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  */
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 900; }
  @media (max-width: 500px) {
    .slick-prev,
    .slick-next {
      display: none !important; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: transparent; }

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1; }

.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0; }

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  width: 30px;
  height: 100%;
  display: block;
  transition: all 0.25s ease-out;
  opacity: 0.7;
  color: black;
  background-size: 50% !important;
  margin: 0;
  fill: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 500px) {
    .slick-prev:before,
    .slick-next:before {
      display: none !important; } }

.slick-prev {
  left: -5rem; }

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto; }

.slick-prev:before {
  content: '';
  background: url(next_v-2229702797015177984.svg) center center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

[dir='rtl'] .slick-prev:before {
  content: '';
  background: url(next_v-2229702797015177984.svg) center center no-repeat; }

.slick-next {
  right: -5rem; }

[dir='rtl'] .slick-next {
  right: auto;
  left: 0; }

.slick-next:before {
  content: '';
  background: url(next_v-2229702797015177984.svg) center center no-repeat; }

[dir='rtl'] .slick-next:before {
  content: '';
  background: url(next_v-2229702797015177984.svg) center center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  position: absolute;
  bottom: -18px;
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  list-style: none;
  text-align: center;
  margin: 0 !important; }
  @media (min-width: 500px) {
    .slick-dots {
      bottom: 0;
      margin-bottom: 1.5rem; } }

.slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px 0 5px !important;
  padding: 0 !important;
  max-width: 10px !important;
  cursor: pointer;
  float: none !important; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  border: 0.1rem solid black; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
  background-color: #ffd200;
  border: 0.1rem solid #ffd200; }

.slick-dots li.slick-active button {
  background-color: #ffd200;
  border: 0.1rem solid #ffd200; }

/* perfect-scrollbar v0.6.11 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #eeeeee; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 4px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  background-color: #eeeeee !important;
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 4px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 4px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: black;
  opacity: 1; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: black; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: black;
  opacity: 1; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: black; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: black;
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: black; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: black;
  opacity: 1; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: black; }

.always-visible.ps-container > .ps-scrollbar-x-rail,
.always-visible.ps-container > .ps-scrollbar-y-rail {
  opacity: 1 !important;
  display: block !important; }

/*
  Pikaday
  Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com
*/
.pika-single {
  z-index: 9998;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-single {
  *zoom: 1; }

.pika-single.is-hidden {
  display: none; }

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-lendar {
  float: left;
  width: 100% !important;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }

.pika-prev:hover,
.pika-next:hover {
  opacity: 1; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0; }

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px; }

.pika-table abbr {
  border-bottom: none;
  cursor: help; }

button#datepicker-button {
  margin-bottom: 3em; }

.flow-element {
  display: block !important;
  vertical-align: top; }

.flow-element:last-child {
  margin-right: 0; }

.flow-element input {
  margin-top: 0; }

#cal-container {
  width: 100%;
  margin-top: 1rem; }

@media (min-width: 1025px) {
  #cal-container {
    max-width: 260px; } }
.pika-table button {
  padding: 0;
  text-align: center; }

.pika-single {
  z-index: 9998;
  display: block;
  position: relative;
  color: #333;
  background: transparent;
  border: none;
  border-bottom-color: transparent; }

.pika-label {
  background-color: transparent; }

.pika-button {
  background: #ffffff;
  border-radius: 0 !important; }

.pika-table th, .pika-table td {
  border: 1px solid #eee !important; }

.is-selected .pika-button {
  color: #fff !important;
  font-weight: bold;
  background: #000;
  box-shadow: none;
  border-radius: 0; }

.is-today .pika-button {
  color: #000;
  font-weight: bold; }

/* Responsive tables
================================================== */
@media only screen and (max-width: 750px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: none;
    border-left: none; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #eeeeee; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
/* Media Queries
================================================== */
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* DEBUG
================================================== */
.homepage-product-slider .slick-prev:before {
  background: url("prev.svg") 50% 50% no-repeat;
  transform: none;
  background-size: 28% !important; }

.homepage-product-slider .slick-next:before {
  background: url("next.svg") 50% 50% no-repeat;
  transform: none; }

@media (min-width: 550px) {
  .product-photo-container.suits img {
    max-width: 90%;
    margin: auto; } }
#customer #recover-password .button, #customer #create-customer .button, #customer #reset-account .button {
  width: 100% !important;
  margin: 0 !important; }

@media (min-width: 750px) {
  #customer #recover-password .button, #customer #create-customer .button, #customer #reset-account .button {
    width: 33% !important;
    margin: 0 33% 1.5rem 33% !important; } }
img {
  border: 0; }

[class^="shopify-social-icon-"]:before, [class*=" shopify-social-icon-"]:before {
  height: 40px !important; }

@font-face {
  font-family: "dd-icon";
  src: url("https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/dd-icon.eot");
  src: url("https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/dd-icon.eot#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/dd-icon.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/dd-icon.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/dd-icon.svg#dd-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "dd-icon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="dd-icon-"]:before,
[class*=" dd-icon-"]:before {
  font-family: "dd-icon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.dd-w .dd-icon-right:before {
  content: "\62"; }

.dd-w .dd-icon-left:before {
  content: "\63"; }

.dd-w .dd-icon-close:before {
  content: "\61"; }

.dd-w .dd-icon-check:before {
  content: "\65"; }

.dd-w .dd-icon-sign:before {
  content: "\64"; }

.dd-w, .dd-w * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.dd-w .dd-trans {
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.175, 1); }

.dd-w .dd-b {
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.dd-w {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
  font-family: sans-serif;
  line-height: 0;
  font-size: 16px;
  font-weight: bold;
  display: none;
  z-index: 9999; }

.dd-w .dd-w-c, .dd-w .dd-ul li, .dd-s-b-ul ul {
  width: 124px; }

.dd-w ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-w li {
  float: left;
  cursor: pointer; }

.dd-w .dd-c .dd-ul ul {
  overflow: hidden; }

.dd-w .dd-c .dd-m ul,
.dd-w .dd-c .dd-y ul,
.dd-w .dd-c .dd-s {
  height: 46px; }

.dd-w .dd-c .dd-m,
.dd-w .dd-c .dd-y,
.dd-w .dd-c .dd-sub-y,
.dd-w .dd-c .dd-s,
.dd-w .dd-c .dd-y .dd-n,
.dd-w .dd-c .dd-sub-y .dd-n,
.dd-w .dd-c .dd-m .dd-n {
  line-height: 46px;
  height: 46px; }

.dd-w .dd-y-section {
  height: 46px;
  overflow: hidden;
  position: relative; }

.dd-w .dd-c .dd-m .dd-ul,
.dd-w .dd-c .dd-y .dd-ul,
.dd-w .dd-c .dd-sub-y .dd-ul {
  height: 66px; }

.dd-w .dd-c .dd-d,
.dd-w .dd-c .dd-d ul {
  height: 76px;
  line-height: 1; }

.dd-w .dd-c .dd-d .dd-n {
  height: 76px;
  line-height: 76px; }

.dd-w .dd-c .dd-d .dd-ul {
  height: 96px; }

.dd-w .dd-c .dd-d {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.dd-w .dd-c .dd-d ul li {
  padding-top: 6px; }

.dd-w .dd-c .dd-d strong {
  font-size: 42px; }

.dd-w .dd-c .dd-d span {
  font-size: 14px; }

.dd-w .dd-c .dd-m {
  font-size: 20px; }

.dd-w .dd-o {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.dd-w .dd-c {
  position: absolute;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.dd-w .dd-c:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px; }

.dd-w.dd-top .dd-c:after {
  bottom: -8px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg); }

.dd-w.dd-bottom .dd-c:after {
  top: -8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

.dd-w-c {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  position: relative; }

.dd-w .dd-c .dd-s {
  cursor: pointer; }

.dd-w .dd-b {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.dd-w .dd-b:hover {
  transform: scale(1.12); }

.dd-w .dd-n {
  position: absolute;
  top: 2px;
  font-size: 14px;
  color: #08C;
  display: none;
  cursor: pointer;
  text-align: center;
  width: 40px; }

.dd-w .dd-n:hover {
  opacity: .8; }

.dd-w .dd-b:hover .dd-n {
  display: block; }

.dd-w .dd-n-left {
  left: 0; }

.dd-w .dd-n-right {
  right: 0; }

.dd-w .dd-ul {
  overflow-x: scroll; }

.dd-w .dd-sub-y {
  z-index: 6;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none; }

.dd-w .dd-s-b {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: -1px;
  right: -32px;
  bottom: 46px;
  overflow-x: hidden;
  z-index: 2; }

.dd-w .dd-s-b-s,
.dd-w .dd-s-b-sub-y {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 46px;
  z-index: 2;
  display: none;
  cursor: pointer; }

.dd-w .dd-s-b-sub-y i {
  display: inline-block;
  margin: 0 6px;
  font-size: 12px; }

.dd-w .dd-s-b-sub-y span {
  display: inline-block;
  margin: 0 12px; }

.dd-w .dd-s-b.dd-show {
  opacity: 1;
  visibility: visible;
  transform: scale(1); }

.dd-w .dd-s-b-ul ul {
  padding: 8px; }

.dd-w .dd-s-b-ul li {
  width: 50%;
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  border-bottom: 0;
  position: relative;
  padding: 14px 0;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px; }

.dd-w .dd-s-b span {
  display: block;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase; }

.dd-w .dd-s-b-ul li.dd-on:after {
  position: absolute;
  content: "\64";
  font-family: "dd-icon" !important;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  font-size: 42px;
  font-weight: normal; }

.dd-w .dd-s-b-d li, .dd-s-b-m li {
  font-size: 18px; }

.dd-w .dd-clear {
  clear: both;
  float: none; }

/* effects */
@-webkit-keyframes dd-bounce {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  60% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  80% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes dd-bounce {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  20% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }

  60% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }

  70% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }

  80% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.dd-w .dd-bounce {
  -webkit-animation-name: dd-bounce;
  animation-name: dd-bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes dd-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes dd-fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.dd-w .dd-fadein {
  -webkit-animation-name: dd-fadein;
  animation-name: dd-fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }

@-webkit-keyframes dd-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes dd-fadeout {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.dd-w .dd-fadeout {
  -webkit-animation-name: dd-fadeout;
  animation-name: dd-fadeout;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }

@-webkit-keyframes dd-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes dd-dropdown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.dd-w .dd-dropdown {
  -webkit-animation-name: dd-dropdown;
  animation-name: dd-dropdown;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

@-webkit-keyframes dd-alert {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes dd-alert {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.dd-w .dd-alert {
  -webkit-animation-name: dd-alert;
  animation-name: dd-alert;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.dd-w .dd-sub-y {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

/* DEFAULT STYLE */
.dd-w-c {
  color: #333; }

.dd-w-c {
  border: 1px solid #0088CC;
  box-shadow: 0 0 10px 0 rgba(0, 136, 204, 0.45); }

.dd-w-c,
.dd-s-b,
.dd-w.dd-bottom .dd-c:after {
  background: #FFFFFF; }

.dd-w.dd-top .dd-c:after {
  background: #E3F2FA; }

.dd-c:after {
  background: #FFFFFF;
  border-left: 1px solid #08C;
  border-top: 1px solid #08C; }

.dd-n,
.dd-sun {
  color: #08C; }

.dd-c .dd-s,
.dd-s-b-s,
.dd-s-b-sub-y,
.dd-sub-y {
  background: #E3F2FA;
  color: #0088CC; }

.dd-s-b-ul li.dd-on {
  color: #0088CC; }

.page-content-full.below {
  border-bottom: 0px;
  padding: 50px 100px 0px 100px !important; }

a.corporate-href, .page-content-full.below a {
  text-decoration: none;
  font-weight: 300;
  color: #666; }
  a.corporate-href:hover, .page-content-full.below a:hover {
    color: #FF6000; }

.page-content-full {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  border-left: none !important;
  padding: 20px 100px 50px 100px !important;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif; }
  .page-content-full h2, .page-content-full h3, .page-content-full h4, .page-content-full h5, .page-content-full h5 {
    margin-bottom: 1rem !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-weight: bold; }
  @media (max-width: 900px) {
    .page-content-full {
      padding: 20px 0px 50px 0px !important; } }
  @media (max-width: 550px) {
    .page-content-full {
      padding: 40px 0px 50px 0px !important; } }

.soldout-msg {
  font-size: 1.2rem;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif;
  text-transform: uppercase; }

.thumb-arrow.left {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 14px;
  vertical-align: top; }
  .thumb-arrow.left a {
    background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/product-arrow-left.png?4603) no-repeat 0 0;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block; }

.thumb-arrow.right {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 14px;
  vertical-align: top; }
  .thumb-arrow.right a {
    background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/product-arrow-right.png?4603) no-repeat 0 0;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    display: block; }

@media (min-width: 550px) {
  .thumb-arrow.left {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top; }
    .thumb-arrow.left a {
      background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/product-arrow-left.png?4603) no-repeat 0 0;
      text-indent: -9999px;
      width: 20px;
      height: 20px;
      display: block;
      background-size: cover; }

  .thumb-arrow.right {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top; }
    .thumb-arrow.right a {
      background: url(//https://cdn.shopify.com/s/files/1/1584/8339/t/16/assets/product-arrow-right.png?4603) no-repeat 0 0;
      text-indent: -9999px;
      width: 20px;
      height: 20px;
      display: block;
      background-size: cover; } }
@media (min-width: 750px) {
  .thumb-arrow {
    display: none !important; } }
@media (max-width: 750px) {
  .product-photo-thumbs {
    width: 90% !important;
    margin: auto;
    list-style-type: none;
    overflow: hidden;
    display: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  .product-photo-thumbs li {
    width: 17%;
    margin: 0 1.5% 0 1.5%;
    margin-bottom: 0;
    padding: 0;
    float: none;
    display: inline-block;
    clear: none; } }
  @media (max-width: 750px) and (max-width: 750px) {
    .product-photo-thumbs li {
      width: 20%;
      margin: 0 auto 0 auto; } }

.footer-detail a {
  text-decoration: none; }
  .footer-detail a:hover {
    color: #999;
    text-decoration: underline; }

.feedback {
  text-align: center; }

.sumome-share-client {
  display: none !important; }

.sumome-stylebufferbottom-shim {
  display: none !important; }

.sumome-scrollbox-form {
  display: none !important; }

.sumome-scrollbox-popup {
  display: none !important; }

#__lpform_your-name {
  display: none !important; }

h1, .template-cart #main .container h3 {
  letter-spacing: 3.5px !important;
  text-transform: uppercase !important;
  font-weight: 500;
  font-size: 22px; }

.collection .container.collection-grid {
  padding: 20px 0px 0px 0px; }

.collection-footer .collection-footer-cta h4 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px !important;
  color: white;
  font-family: "Quicksand Regular", Helvetica, Arial, sans-serif;
  margin: 0px 0px 20px 0px; }

.collection-footer .collection-footer-cta a.button {
  padding: 0 4rem;
  margin: 0 auto !important;
  font-size: 1.3rem;
  height: 4rem;
  line-height: 3.6rem;
  letter-spacing: 0.2rem;
  display: inline-block;
  background: transparent !important;
  border: 0.2rem #fff solid;
  font-weight: normal; }
  .collection-footer .collection-footer-cta a.button:hover {
    background-color: white !important;
    color: #111a52; }

.article-top-nav {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 40px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box; }

.article-top-nav .right {
  float: right; }

.article-top-nav a {
  text-decoration: none;
  color: #666;
  font-weight: 500;
  font-size: 13px; }

/* =========================================
UAT DEVELOPMENT -- RFS
===========================================*/
@media (min-width: 750px) {
  .collection .product-grid li .prod-image-wrap {
    width: 100%; } }
.collection .product-grid li {
  margin-bottom: 6rem; }

.collection .collection-items {
  margin-top: 4rem; }

#widget-btn {
  display: none !important; }

body#shipping-returns #widget-btn,
body#your-shopping-cart #widget-btn {
  display: block !important; }

.footer-newsletter {
  padding-top: 0.8rem; }

.footer-newsletter h4 {
  letter-spacing: 0.025rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.footer-newsletter p {
  letter-spacing: 0.025rem;
  font-size: 1.1rem;
  text-transform: uppercase; }

.footer-newsletter img {
  margin-top: 0; }

.footer-newsletter form {
  margin-top: 1rem; }

.applicationFormWrapper.full-width p {
  width: 100%; }

.feature-article.article-one a.button {
  display: block;
  width: 200px;
  margin-left: 3rem; }

@media (min-width: 750px) {
  .feature-article.article-one a.button {
    display: block;
    width: inherit;
    margin-left: 3rem; } }
.feature-article.article-one p {
  margin: 2rem 3rem 3rem 3rem; }

@media (min-width: 750px) {
  .feature-article.article-one p {
    margin: 2rem 11rem 3rem 3rem; } }
img.everyMotherCountsLogo {
  margin-top: 2rem; }

.stacktable.large-only {
  table-layout: fixed; }

#size-popup > div {
  max-width: 530px; }

.fs-has-links {
  display: block !important; }

.footer-newsletter input[type="email"] {
  width: 83% !important; }

@media (min-width: 750px) {
  .footer-newsletter input[type="email"] {
    width: 90% !important; } }
.collection.homepage .hero-features .feature-b .feature-details {
  width: 90%; }

@media (min-width: 750px) {
  .collection.homepage .hero-features .feature-b .feature-details {
    width: 50%; } }
/* =================================================
SEARCH FIELD NOT EXTENDING PROPERLY -- RFS
==================================================== */
.search-form #search-field {
  width: 34rem; }

/* =================================================
DISABLE HOVER EFFECTS ON MOBILE -- RFS
==================================================== */
@media (min-width: 300px) and (max-width: 900px) {
  .collection .product-grid li .prod-quick-add, .related-products .product-grid li .prod-quick-add {
    position: relative;
    left: 0%;
    top: inherit;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    width: 100%;
    opacity: 1;
    background: transparent;
    z-index: 999;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden; }

  .collection .product-grid li .prod-image-wrap img:hover,
  .related-products .product-grid li .prod-image-wrap img:hover {
    opacity: 1; }

  .collection .product-grid li .prod-quick-add .button,
  .related-products .product-grid li .prod-quick-add .button {
    width: 100%;
    height: 4rem;
    line-height: 4rem; }

  .collection .product-grid li .prod-quick-add .button:hover,
  .related-products .product-grid li .prod-quick-add .button:hover {
    background: black;
    color: white; }

  .collection .product-grid li .prod-title,
  .related-products .product-grid li .prod-title {
    font-size: 1.6rem; } }
@media (min-width: 750px) and (max-width: 900px) {
  .collection .product-grid li .limited-edition-product .limited-edition-marker,
  .related-products .product-grid li .limited-edition-product .limited-edition-marker {
    display: none; } }
/* =================================================
TEXT CUT OFF -- RFS
==================================================== */
.cart-footer .donation {
  height: auto; }

.cart-footer .donation p {
  margin: 0;
  padding: 0;
  width: 60%;
  text-align: left;
  margin-left: 101px;
  line-height: 25px; }

.cart-footer .donation img {
  max-height: inherit; }

@media (min-width: 750px) {
  .cart-footer .donation {
    height: auto; }

  .cart-footer .donation p {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-left: 0;
    line-height: 1.3em; } }
/* =================================================
ACCOUNT BUTTONS TEXT OVERLAPPING -- RFS
==================================================== */
#customer form #login_password .button,
#customer form #reset-account .button,
#reset-account .button {
  width: auto !important;
  margin: 0 33% 1.5rem 33%; }

#customer form input[type="submit"],
#reset-account .button {
  padding: 0 3rem !important;
  font-size: 13px;
  height: 60px;
  letter-spacing: 0.025rem;
  line-height: 3; }

#customer form .button {
  clear: inherit !important;
  float: none !important;
  margin: auto !important; }

/* =================================================
cart quantity drop down is cut off on mobile -- RFS
==================================================== */
ul.cart li .quantities-ui {
  width: 5rem; }

@media (min-width: 375px) {
  ul.cart li .quantities-ui {
    width: 7.5rem; } }
/* =================================================
activate account button cut off & not centred -- RFS
==================================================== */
#customer .action_bottom {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }

@media (min-width: 750px) {
  #customer .action_bottom {
    display: block;
    width: 80%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important; }

  #customer .action_bottom input {
    width: 49%; } }
#customer .action_bottom input {
  display: inline-block;
  margin-bottom: 10px !important; }

.donation_loader {
  display: none; }

/*=POPUP HOMEPAGE
------------------------------*/
#layer_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-out; }
  #layer_popup.active {
    opacity: 1; }
  #layer_popup #popup_homepage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    border: 10px solid #ffd200;
    background-color: #FFF;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2); }
    #layer_popup #popup_homepage .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 470px; }
      @media (max-width: 850px) {
        #layer_popup #popup_homepage .image {
          width: 400px; } }
      @media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
        #layer_popup #popup_homepage .image {
          width: 320px; } }
      @media (max-width: 720px) {
        #layer_popup #popup_homepage .image {
          display: none; } }
    #layer_popup #popup_homepage .image, #layer_popup #popup_homepage .text {
      width: 385px;
      box-sizing: border-box; }
      @media (max-width: 850px) {
        #layer_popup #popup_homepage .image, #layer_popup #popup_homepage .text {
          width: 320px; } }
    #layer_popup #popup_homepage .text {
      text-align: center;
      padding: 20px 5%; }
      @media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
        #layer_popup #popup_homepage .text {
          padding: 10px 5%; } }
      @media (max-width: 720px) {
        #layer_popup #popup_homepage .text {
          padding: 50px 5%; } }
      #layer_popup #popup_homepage .text .title {
        font-size: 48px;
        letter-spacing: -0.1em;
        line-height: 1.2em;
        margin-bottom: 25px; }
        @media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
          #layer_popup #popup_homepage .text .title {
            font-size: 36px;
            margin-bottom: 20px; } }
      #layer_popup #popup_homepage .text .paragraph {
        font-size: 24px;
        line-height: 1.25em;
        margin-bottom: 30px;
        letter-spacing: -0.1em; }
        @media screen and (orientation: landscape) and (min-device-width: 319px) and (max-device-width: 480px) {
          #layer_popup #popup_homepage .text .paragraph {
            font-size: 20px;
            margin-bottom: 25px; } }
      #layer_popup #popup_homepage .text .Btn {
        display: inline-block;
        padding: 12px 35px;
        border: 2px solid #000;
        font-weight: 700;
        letter-spacing: 0.05em;
        font-size: 16px;
        line-height: 1.2em;
        transition: all 0.25s ease-out;
        text-decoration: none;
        color: #000; }
        #layer_popup #popup_homepage .text .Btn:hover, #layer_popup #popup_homepage .text .Btn:focus {
          background-color: #ffd200;
          border-color: #ffd200;
          color: #FFFFFF; }
      #layer_popup #popup_homepage .text .close {
        cursor: pointer;
        position: absolute;
        top: -28px;
        right: -28px;
        z-index: 2;
        font-size: 18px;
        line-height: 36px;
        width: 36px;
        text-align: center;
        display: inline-block;
        color: #000;
        font-weight: 700;
        background-color: #ffd200;
        border-radius: 18px;
        box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.2);
        transition: all 0.25s ease-out; }
        #layer_popup #popup_homepage .text .close:hover, #layer_popup #popup_homepage .text .close:focus {
          box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.6);
          color: #FFF; }

.blocks {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blocks .block {
    margin: 20px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .blocks .block:before {
      content: "";
      display: block;
      padding-bottom: 36%;
      /*700 divid by 1920 */ }
    .blocks .block .caption {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #FFF;
      width: 80%; }
      .blocks .block .caption h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2em; }
        @media (max-width: 960px) {
          .blocks .block .caption h2 {
            font-size: 28px; } }
        @media (max-width: 800px) {
          .blocks .block .caption h2 {
            margin-bottom: 15px; } }
        @media (max-width: 600px) {
          .blocks .block .caption h2 {
            font-size: 24px; } }
      .blocks .block .caption p {
        margin-bottom: 23px;
        font-size: 15px;
        font-weight: 700; }
        @media (max-width: 800px) {
          .blocks .block .caption p {
            margin-bottom: 15px; } }
      .blocks .block .caption .button {
        padding: 12px 15px;
        margin-top: 0;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0.05em;
        display: inline-block;
        background: transparent;
        border: solid 2px #FFF;
        font-family: "Quicksand Bold", Helvetica, Arial, sans-serif;
        font-weight: 700;
        min-width: 170px;
        height: auto;
        color: #FFF; }
        .blocks .block .caption .button:hover, .blocks .block .caption .button:focus, .blocks .block .caption .button:active {
          background-color: #ffd200;
          border-color: #ffd200; }
    @media (max-width: 800px) {
      .blocks .block {
        margin: 15px 0; } }
  @media (max-width: 800px) {
    .blocks {
      flex-wrap: wrap;
      margin: 15px 0; } }

@media (max-width: 800px) {
  .one-block .block {
    margin: 0; } }
@media (max-width: 1440px) {
  .one-block .block:before {
    padding-bottom: 48%;
    /*700 divid by 1440 */ } }
@media (max-width: 1024px) {
  .one-block .block:before {
    padding-bottom: 68%;
    /*700 divid by 1440 */ } }
@media (max-width: 900px) {
  .one-block .block:before {
    padding-bottom: 76%;
    /*700 divid by 1440 */ } }

.two-blocks .block {
  width: 50%; }
  .two-blocks .block:before {
    padding-bottom: 76%;
    /*700 divid by 900 */ }
  @media (max-width: 800px) {
    .two-blocks .block {
      margin: 15px 0;
      width: 100%; } }

.carousel {
  padding: 37px 20px; }
  @media (max-width: 800px) {
    .carousel {
      padding-left: 15px;
      padding-right: 15px; } }
  .carousel h2 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    line-height: 1.2em; }
    @media (max-width: 960px) {
      .carousel h2 {
        font-size: 28px; } }
    @media (max-width: 800px) {
      .carousel h2 {
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .carousel h2 {
        font-size: 24px; } }
  .carousel .logos {
    width: 90%;
    margin: 5rem auto; }
    .carousel .logos:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 750px) {
      .carousel .logos {
        width: 100%; } }
  .carousel .logos.slick-track, .carousel .logos:not(.slick-track) {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .carousel .slick-prev:before {
    background: url("prev.svg") 50% 50% no-repeat;
    transform: none;
    background-size: 28% !important; }
  .carousel .slick-next:before {
    background: url("next.svg") 50% 50% no-repeat;
    transform: none; }
  .carousel .slide {
    padding: 0 10px; }
    @media (max-width: 750px) {
      .carousel .slide {
        width: 50%;
        float: left; } }

.newsletter {
  text-align: center;
  padding: 50px 0; }
  .newsletter h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2em; }
    @media (max-width: 960px) {
      .newsletter h2 {
        font-size: 20px; } }
    @media (max-width: 800px) {
      .newsletter h2 {
        margin-bottom: 15px; } }
    @media (max-width: 600px) {
      .newsletter h2 {
        font-size: 18px; } }
  .newsletter p {
    display: inline-block;
    width: 100%;
    max-width: 480px; }
  .newsletter form {
    margin-top: 5px; }
    .newsletter form:after {
      content: "";
      display: block;
      clear: both; }
  .newsletter input[type="email"],
  .newsletter button[type="submit"] {
    float: left;
    font-family: inherit;
    border: 2px solid #000;
    box-sizing: border-box;
    font-weight: 700; }
  .newsletter input[type="email"] {
    width: 70%;
    background-color: #FFF;
    padding: 18px 12px;
    font-weight: 700;
    line-height: 1em;
    color: #000; }
  .newsletter button[type="submit"] {
    width: calc(30% - 5px);
    margin-left: 5px;
    background-color: #000;
    color: #FFF;
    height: 40px; }
    .newsletter button[type="submit"]:hover, .newsletter button[type="submit"]:active, .newsletter button[type="submit"]:focus {
      background-color: #ffd200;
      border-color: #ffd200; }
  @media (max-width: 414px) {
    .newsletter input[type="email"],
    .newsletter button[type="submit"] {
      float: none;
      width: 100%;
      margin: 0; }
    .newsletter button[type="submit"] {
      margin-top: 5px; } }

.site-nav > li {
  padding-bottom: 22px; }
  .site-nav > li.has-dropdown > a {
    position: relative; }
  .site-nav > li.has-dropdown:hover > a:after, .site-nav > li.has-dropdown:active > a:after, .site-nav > li.has-dropdown:focus > a:after {
    content: "";
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 15px solid #e5e5e5;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%); }
  .site-nav > li.has-dropdown:hover .sub-menu, .site-nav > li.has-dropdown:active .sub-menu, .site-nav > li.has-dropdown:focus .sub-menu {
    display: block; }
  .site-nav > li .sub-menu {
    padding: 15px 90px;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: #e5e5e5;
    left: 0;
    margin: 0;
    margin-top: 22px;
    box-sizing: border-box;
    min-height: 180px;
    text-align: left; }
    .site-nav > li .sub-menu li {
      margin: 0;
      font-size: 1.3rem; }
      .site-nav > li .sub-menu li.menu_image {
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        position: absolute;
        top: 15px; }
      .site-nav > li .sub-menu li:not(.menu_image) {
        display: block;
        margin-left: 205px; }

#mobilemenu li.has-dropdown a.mm-fullsubopen {
  position: absolute;
  top: 0;
  height: 20px; }