/* 
The main SCSS file for everything
*/
/*--------------------
BASE: Reset
--------------------*/
/**
 * Reset some basic elements
 */
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; }

html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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; }

img {
  display: block;
  max-width: 100%; }

/*--------------------
BASE: Global
--------------------*/
@font-face {
  font-family: 'FoundersGroteskWeb-Medium';
  src: url("FoundersGroteskWeb-Medium.eot");
  src: url("FoundersGroteskWeb-Medium.eot?#iefix") format("embedded-opentype"), url("FoundersGroteskWeb-Medium.woff") format("woff"); }

html,
body {
  height: 100%;
  width: 100%; }

html {
  font-size: 16px;
  line-height: 1.3;
  overflow: auto; }

body {
  font-size: 1rem;
  font-family: FoundersGroteskWeb-Medium, Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  font-weight: normal;
  font-style: normal;
  /* Font smoothing */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

::-moz-selection {
  background-color: #ff7c1a; }

::selection {
  background-color: #ff7c1a; }

::-moz-selection {
  background-color: #ff7c1a; }

*:focus {
  outline: 0; }

.clearfix:before, .my-account-content__main-col-content:before,
.clearfix:after,
.my-account-content__main-col-content:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after, .my-account-content__main-col-content:after {
  clear: both; }

.clearfix, .my-account-content__main-col-content {
  zoom: 1; }

a {
  text-decoration: none;
  color: #000;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-bottom 0.2s ease;
  transition: border-bottom 0.2s ease; }
  a:hover {
    border-bottom: 2px solid #000; }
  a:active {
    border-bottom: 2px solid #000; }

.page-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease; }
  @media (min-width: 960px) {
    .page-container {
      min-height: 650px; } }

.promo-banner {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 40px;
  background-color: #ff7c1a;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
  z-index: 10000;
  display: none; }
  @media (min-width: 960px) {
    .promo-banner {
      top: -41px;
      display: block; } }
  .promo-banner a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    border: none; }
    .promo-banner a:hover {
      border: none; }
  .promo-banner:hover {
    background-color: #000 !important; }
  .promo-banner__close-bt {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    background: url(close-bt.png) no-repeat;
    background-size: 11px 11px;
    cursor: pointer; }
  .promo-banner__text {
    padding: 12px 0; }

.site-msg {
  margin-top: 40px !important; }
  .site-msg--two-lines {
    margin-top: 60px !important; }

.site-credit {
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 100px; }
  .site-credit p {
    text-indent: 0; }

/*--------------------
TYPOGRAPHY: Typography
--------------------*/
.section-title, .text-template-content h1, .text-template-content .stockists-col h1, .my-account-content__header--small {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0 60px 0;
  clear: both; }
  .section-title--page {
    padding: 115px 0 31px 0; }
    @media (min-width: 960px) {
      .section-title--page {
        padding: 60px 0 60px 0; } }
  .section-title--about-page {
    position: fixed;
    width: 100%;
    padding-top: 168px;
    -webkit-transition: margin-top 0.4s ease;
    transition: margin-top 0.4s ease; }
    @media (min-width: 960px) {
      .section-title--about-page {
        padding: 60px 0 60px 0; } }
  .section-title--paragraph {
    padding: 0px 0 50px 0; }
  .section-title--related-products {
    padding: 110px 0 60px 0; }

p {
  text-indent: 25px;
  text-align: justify;
  margin-bottom: 50px; }
  p.centered {
    text-align: center;
    text-indent: 0; }

.product-price-container {
  display: inline; }
  .product-price-container--compare-at {
    position: relative; }
    .product-price-container--compare-at:before {
      border-top: 2px solid #000;
      content: "";
      margin: 0 auto;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%; }
  .product-price-container--sale {
    color: #000; }

/*--------------------
MODULE: Global header
--------------------*/
.site-header {
  position: relative;
  top: 0px;
  left: 0px;
  height: 52px;
  margin: 0;
  z-index: 1000;
  width: 100%;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease; }
  @media (min-width: 960px) {
    .site-header {
      position: fixed; } }
  .site-header__logo {
    position: absolute;
    left: 25px;
    top: 75px;
    background-repeat: no-repeat;
    background-size: 6rem 3.15rem;
    width: 6rem;
    height: 3.15rem;
    text-indent: -999em;
    cursor: pointer; }
    @media (min-width: 960px) {
      .site-header__logo {
        background-size: 7.125rem 3.74062rem;
        width: 7.125rem;
        height: 3.74062rem;
        left: 35px;
        top: 35px; } }
  .site-header__nav-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    border-bottom: 2px solid #000;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    background-color: #fff; }
    @media (min-width: 960px) {
      .site-header__nav-container {
        background-color: transparent;
        position: absolute;
        width: auto;
        border-bottom: 0;
        bottom: auto;
        top: 153px;
        left: 35px; } }
  .site-header__nav-links {
    padding: 0;
    margin: 0;
    pointer-events: all;
    list-style: none;
    text-align: center;
    font-size: 0.8125rem;
    line-height: 50px;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    @media (min-width: 960px) {
      .site-header__nav-links {
        overflow: hidden;
        line-height: auto;
        text-align: left; } }
    .site-header__nav-links li {
      margin-right: 26px;
      display: inline-block; }
      .site-header__nav-links li a.active {
        border-bottom: 2px solid #000; }
      .site-header__nav-links li:first-child {
        margin-left: 20px; }
        @media (min-width: 960px) {
          .site-header__nav-links li:first-child {
            margin-left: 0px; } }
      @media (min-width: 960px) {
        .site-header__nav-links li {
          display: block;
          line-height: 1.9;
          margin: 0;
          padding: 0; } }
  .site-header__util-nav {
    position: absolute;
    top: 75px;
    right: 45px;
    font-size: 0.8125rem; }
    @media (min-width: 960px) {
      .site-header__util-nav {
        top: 32px;
        right: 34px; } }
    .site-header__util-nav li {
      display: inline; }
  @media (min-width: 960px) {
    .site-header__my-account.logged-in {
      padding-right: 6px;
      margin-right: 0; } }
  @media (min-width: 960px) {
    .site-header__my-account.logged-in:after {
      content: " | ";
      padding-left: 6px; } }
  .site-header__my-account a {
    text-indent: -999em;
    position: absolute;
    width: 20px;
    height: 21px;
    right: 25px;
    background-image: url(my-account---bt.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 0; }
    .site-header__my-account a:hover {
      border-bottom: 0; }
      @media (min-width: 960px) {
        .site-header__my-account a:hover {
          border-bottom: 2px solid #000; } }
    @media (min-width: 960px) {
      .site-header__my-account a.logged-in {
        right: 0; } }
    @media (min-width: 960px) {
      .site-header__my-account a {
        position: relative;
        text-indent: 0;
        background-image: none;
        border-bottom: 2px solid transparent; } }
  .site-header__log-out {
    visibility: hidden; }
    @media (min-width: 960px) {
      .site-header__log-out {
        visibility: visible;
        margin-right: 25px; } }
  .site-header__cart a {
    text-indent: -999em;
    position: absolute;
    width: 19px;
    height: 21px;
    border-bottom: 0;
    background-image: url(cart-bt.png);
    background-repeat: no-repeat;
    background-size: contain; }
    .site-header__cart a:hover {
      border-bottom: 0; }
      @media (min-width: 960px) {
        .site-header__cart a:hover {
          border-bottom: 2px solid #000; } }
    @media (min-width: 960px) {
      .site-header__cart a {
        position: relative;
        text-indent: 0;
        background-image: none;
        border-bottom: 2px solid transparent; } }

.svg .site-header__logo {
  background-image: url(cmmn-swdn-logo.svg); }

.no-svg .site-header__logo {
  background-image: url(cmmn-swdn-logo.png); }

/*--------------------
MODULE: Global footer
--------------------*/
footer.a, footer.b {
  width: 100%;
  background-color: #fff;
  font-size: 0.8125rem;
  margin-top: 0px;
  height: 500px;
  padding-left: 25px;
  padding-right: 25px; }
  @media (min-width: 960px) {
    footer.a, footer.b {
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
      height: 245px;
      padding-left: 45px;
      padding-right: 45px; }
      footer.a:after, footer.b:after {
        content: " ";
        display: block;
        clear: both; } }
  footer.a .hr, footer.b .hr {
    display: none; }
  footer.a .col-about, footer.b .col-about {
    padding-top: 52px;
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%; }
    @media (min-width: 960px) {
      footer.a .col-about, footer.b .col-about {
        width: 17.5%;
        float: left;
        margin-right: 0.83333%;
        margin-left: 9.16667%; } }
    footer.a .col-about .col-about__title, footer.b .col-about .col-about__title {
      text-transform: uppercase;
      padding-bottom: 30px; }
    footer.a .col-about .col-about__links, footer.b .col-about .col-about__links {
      list-style: none; }
      footer.a .col-about .col-about__links li, footer.b .col-about .col-about__links li {
        position: relative;
        padding-bottom: 8px; }
  footer.a .col-cs, footer.b .col-cs {
    padding-top: 52px;
    width: 48.83721%;
    float: right;
    margin-right: 0; }
    @media (min-width: 960px) {
      footer.a .col-cs, footer.b .col-cs {
        width: 17.5%;
        float: left;
        margin-right: 0.83333%; } }
    footer.a .col-cs .col-cs__title, footer.b .col-cs .col-cs__title {
      text-transform: uppercase;
      padding-bottom: 30px; }
    footer.a .col-cs .col-cs__links, footer.b .col-cs .col-cs__links {
      list-style: none; }
      footer.a .col-cs .col-cs__links li, footer.b .col-cs .col-cs__links li {
        position: relative;
        padding-bottom: 8px; }
  footer.a .col-subscribe, footer.b .col-subscribe {
    padding-top: 110px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 960px) {
      footer.a .col-subscribe, footer.b .col-subscribe {
        padding-top: 52px;
        margin-left: 18.33333%;
        width: 26.66667%;
        float: left;
        margin-right: 0.83333%; } }
  footer.a .form-field, footer.b .form-field {
    margin-top: 30px; }
  footer.a input, footer.b input {
    width: 59.25926%;
    float: left;
    margin-right: 1.85185%;
    font-size: 0.8125rem; }
    @media (min-width: 960px) {
      footer.a input, footer.b input {
        margin-top: 0px; } }
  footer.a input.bt, footer.b input.bt {
    position: relative;
    top: -22px;
    width: 38.88889%;
    float: right;
    margin-right: 0;
    line-height: 45px;
    font-size: 0.8125rem; }
  footer.a .col-follow, footer.b .col-follow {
    padding-top: 45px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 960px) {
      footer.a .col-follow, footer.b .col-follow {
        padding-top: 35px;
        margin-left: 18.33333%;
        width: 26.66667%;
        float: left;
        margin-right: 0.83333%; } }
    footer.a .col-follow a:hover span, footer.b .col-follow a:hover span {
      border-bottom: 2px solid black; }
    footer.a .col-follow a::before, footer.b .col-follow a::before {
      background-image: url(instagram-bt.png);
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: inline-block;
      height: 1.25rem;
      margin-right: .5rem;
      position: relative;
      top: .4rem;
      width: 1.25rem; }
    footer.a .col-follow a:hover, footer.b .col-follow a:hover {
      border-bottom: 2px solid transparent; }
    footer.a .col-follow a span, footer.b .col-follow a span {
      border-bottom: 2px solid transparent;
      padding-bottom: 1px;
      -webkit-transition: border-bottom 0.2s ease;
      transition: border-bottom 0.2s ease; }

footer.b {
  margin-top: 95px; }
  footer.b .hr {
    display: block;
    border-bottom: 2px solid black;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 960px) {
      footer.b .hr {
        width: 81.66667%;
        float: left;
        margin-right: 0.83333%;
        margin-left: 9.16667%; } }

/*--------------------
BASE: Forms
--------------------*/
.form-field {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px; }
  .form-field.half {
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%; }
    .form-field.half--last {
      width: 47.61905%;
      float: right;
      margin-right: 0; }
  .form-field select {
    width: 100%; }
  .form-field .form-label {
    color: #000;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    font-size: 0.8125rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  .form-field.focused > .form-label {
    top: -20px;
    font-size: 11px;
    color: #ff7c1a; }
  .form-field.validated > .form-label {
    top: -20px;
    font-size: 11px;
    color: #ccc; }

input {
  border: none;
  border-bottom: solid 2px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  letter-spacing: 1px;
  -webkit-appearance: none;
  border-radius: 0;
  padding-bottom: 10px;
  width: 100%; }
  input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-family: 'FoundersGroteskWeb-Medium', Helvetica, Arial, "Lucida Grande", sans-serif;
    letter-spacing: 1px;
    color: #000;
    border-bottom: solid 2px #ff7c1a; }

input:valid ~ label {
  top: -20px;
  font-size: 11px;
  color: #cccccc; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

button {
  display: inline-block;
  border: none;
  background-color: #fff;
  border: 2px solid #000;
  cursor: pointer;
  height: 60px;
  color: #000;
  font-family: 'FoundersGroteskWeb-Medium', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }
  button:hover {
    background-color: #000;
    color: #fff; }
  button:active {
    background-color: red; }

input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
  -webkit-appearance: checkbox;
  position: relative; }

input[type=checkbox]:after {
  position: absolute;
  top: 0;
  /* Above three lines allow the checkbox:after position at checkbox's position */
  content: '';
  width: 15px;
  height: 15px;
  z-index: 1;
  /* This allows the after overlap the checkbox */
  /* Anything you want */
  border: 2px solid #000; }

.bt {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  width: 260px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 0;
  line-height: 55px; }
  .bt:hover {
    background-color: #fff;
    color: #000; }

input.bt:focus {
  border: 2px solid #000; }

input.bt:active {
  background-color: #fff;
  color: #000; }

.errors, .note.form-success {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #ff5555;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 40px;
  z-index: 10000; }
  @media (min-width: 960px) {
    .errors, .note.form-success {
      top: 0; } }

.note.form-success {
  background-color: #00eaa5;
  z-index: 10000; }

/*--------------------
TEMPLATE: Home
--------------------*/
.main-promo {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url('//cdn.shopify.com/s/files/1/1016/1219/t/9/assets/cmmn-swdn-mobile-homepage-image.jpg?11481486268556064144') no-repeat center center;
  background-size: cover;
  -webkit-transition: margin-top 0.4s ease;
  transition: margin-top 0.4s ease;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  @media (min-width: 960px) {
    .main-promo {
      background: none; } }
  .main-promo__tagline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 9vw;
    padding-bottom: 10px;
    color: #000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-transition: margin-top 0.4s ease;
    transition: margin-top 0.4s ease; }
    @media (min-width: 960px) {
      .main-promo__tagline {
        letter-spacing: 6px;
        font-size: 5.25rem;
        font-size: 6.5vw; } }
    @media (min-width: 1600px) {
      .main-promo__tagline {
        font-size: 6.5rem; } }
    .main-promo__tagline a:hover {
      border-bottom: 0 solid transparent; }
  .main-promo__background {
    width: 100%;
    height: 100%;
    z-index: 0; }
    .main-promo__background div {
      display: none; }
      @media (min-width: 960px) {
        .main-promo__background div {
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center; } }

.featured-products {
  width: 100%;
  min-height: 100%;
  padding-bottom: 75px;
  background-color: #ff7c1a; }
  .featured-products .bt {
    margin-top: 72px;
    background-color: transparent;
    color: #000; }
    .featured-products .bt:hover {
      background-color: #000;
      color: #fff; }
    @media (min-width: 960px) {
      .featured-products .bt {
        margin-top: 25px; } }
  .featured-products__product-grid {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; }
    .featured-products__product-grid:after {
      content: " ";
      display: block;
      clear: both; }

/*--------------------
TEMPLATE: Product Listing Page
--------------------*/
.page-container--seasonal {
  padding-bottom: 95px;
  background-color: #ff7c1a; }

.product-grid {
  padding: 0 25px 0 25px;
  margin: 0;
  z-index: 0;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto; }
  .product-grid:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 960px) {
    .product-grid {
      padding: 0 45px 0 45px; } }
  .product-grid__products-container {
    list-style: none; }
    @media (min-width: 960px) {
      .product-grid__products-container {
        width: 81.66667%;
        float: left;
        margin-right: 0.83333%;
        margin-left: 9.16667%; } }
  .product-grid__product {
    margin: 0 0 27px 0;
    padding: 0;
    opacity: 0;
    width: 48.83721%;
    float: left; }
    .product-grid__product:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .product-grid__product:nth-child(2n + 2) {
      margin-left: 51.16279%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 960px) {
      .product-grid__product {
        width: 32.65306%;
        float: left;
        margin: 0 0 47px 0; }
        .product-grid__product:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .product-grid__product:nth-child(3n + 2) {
          margin-left: 33.67347%;
          margin-right: -100%;
          clear: none; }
        .product-grid__product:nth-child(3n + 3) {
          margin-left: 67.34694%;
          margin-right: -100%;
          clear: none; } }
    .product-grid__product:hover .product-grid__product-image img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      filter: none;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
    .product-grid__product--seasonal {
      opacity: 1; }
  .product-grid__product--featured, .product-grid__product--related {
    width: 48.83721%;
    float: left;
    margin-left: 25.5814%;
    opacity: 1;
    margin-bottom: 47px; }
    .product-grid__product--featured:last-child, .product-grid__product--related:last-child {
      margin-bottom: 0; }
    @media (min-width: 960px) {
      .product-grid__product--featured, .product-grid__product--related {
        width: 32.65306%;
        float: left;
        margin: 0 0 47px 0; }
        .product-grid__product--featured:nth-child(3n + 1), .product-grid__product--related:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .product-grid__product--featured:nth-child(3n + 2), .product-grid__product--related:nth-child(3n + 2) {
          margin-left: 33.67347%;
          margin-right: -100%;
          clear: none; }
        .product-grid__product--featured:nth-child(3n + 3), .product-grid__product--related:nth-child(3n + 3) {
          margin-left: 67.34694%;
          margin-right: -100%;
          clear: none; } }
    .product-grid__product--featured:hover .product-grid__product-image img, .product-grid__product--related:hover .product-grid__product-image img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      filter: none;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
  .product-grid__product--related {
    opacity: 0; }
  .product-grid__product-image {
    position: relative;
    margin-bottom: 6px; }
    .product-grid__product-image img {
      width: 100%;
      padding: 0;
      -webkit-transition: -webkit-transform .2s ease;
      transition: transform .2s ease; }
    .product-grid__product-image--featured, .product-grid__product-image--seasonal {
      background-image: url('//cdn.shopify.com/s/files/1/1016/1219/t/9/assets/seasonal-placeholder.png?11481486268556064144');
      background-size: cover; }
      .product-grid__product-image--featured img, .product-grid__product-image--seasonal img {
        opacity: 0; }
    .product-grid__product-image--seasonal img {
      opacity: 0; }
  .product-grid__product-name, .product-grid__product-price {
    text-transform: uppercase;
    display: inline; }
  .product-grid__pagination {
    text-align: center;
    margin-top: 40px; }

.touchevents .product-grid__product {
  opacity: 1; }

.touchevents .product-grid__product--related {
  opacity: 1; }

.touchevents .product-grid__product-image img {
  opacity: 1; }

/*--------------------
TEMPLATE: Product Detail Page
--------------------*/
.page-container--pdp {
  padding: 0 25px 0 25px;
  position: relative;
  top: 0;
  left: 0; }
  @media (min-width: 740px) {
    .page-container--pdp {
      width: 75%;
      margin: 0 auto; } }
  @media (min-width: 960px) {
    .page-container--pdp {
      padding: 0;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
      width: auto;
      margin: auto;
      max-width: 100%;
      margin-top: 0; }
      .page-container--pdp:after {
        content: " ";
        display: block;
        clear: both; } }
  .page-container--pdp__product-gallery {
    position: relative;
    margin: 0 auto;
    z-index: 0;
    padding-top: 160px;
    cursor: -webkit-grab;
    cursor: grab;
    opacity: 0; }
    .page-container--pdp__product-gallery:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
      @media (min-width: 960px) {
        .page-container--pdp__product-gallery:active {
          cursor: auto; } }
    @media (min-width: 960px) {
      .page-container--pdp__product-gallery {
        padding-top: 0;
        cursor: auto; } }
  .page-container--pdp__product-image {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    z-index: 0;
    height: auto; }
    @media (min-width: 960px) {
      .page-container--pdp__product-image {
        width: 53%;
        margin-bottom: 150px; } }
    @media (min-width: 960px) {
      .page-container--pdp__product-image:last-child {
        margin-bottom: 0px; } }
    .page-container--pdp__product-image:nth-child(n+2) {
      width: 100%; }
      @media (min-width: 960px) {
        .page-container--pdp__product-image:nth-child(n+2) {
          width: 36%; } }
    .page-container--pdp__product-image img {
      width: 100%; }
  .page-container--pdp__product-thumbnails {
    display: none; }
    @media (min-width: 960px) {
      .page-container--pdp__product-thumbnails {
        position: fixed;
        list-style: none;
        bottom: 20px;
        left: 0;
        width: 23.5%;
        text-align: right;
        z-index: 10;
        -webkit-transition: margin-bottom 0.4s ease;
        transition: margin-bottom 0.4s ease; } }
  .page-container--pdp__product-thumbnail {
    position: relative;
    width: 66px;
    height: 88px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: right;
    clear: both; }
    .page-container--pdp__product-thumbnail img {
      border: 2px solid transparent;
      -webkit-transition: border 0.2s ease;
      transition: border 0.2s ease; }
    .page-container--pdp__product-thumbnail:last-child {
      margin-bottom: 0px; }
    .page-container--pdp__product-thumbnail .selected {
      border: 2px solid black; }
  .page-container--pdp__product-info {
    padding-top: 26px;
    z-index: 10;
    -webkit-transition: margin-top 0.4s ease;
    transition: margin-top 0.4s ease;
    opacity: 0; }
    .page-container--pdp__product-info p {
      margin-bottom: 0; }
    @media (min-width: 960px) {
      .page-container--pdp__product-info {
        position: fixed;
        top: 135px;
        padding: 0 35px 0 0;
        width: 26.66667%;
        float: right;
        margin-right: 0;
        margin-left: 73.33333%; } }
    @media (min-width: 960px) and (max-width: 1180px) {
      .page-container--pdp__product-info {
        width: 31.53527%;
        float: right;
        margin-right: 0;
        margin-left: 68.46473%;
        padding: 0 35px 0 0; } }
  .page-container--pdp__product-name {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px 0 25px;
    text-align: center;
    text-transform: uppercase;
    z-index: 10; }
    @media (min-width: 960px) {
      .page-container--pdp__product-name {
        position: relative;
        top: 0;
        text-align: left;
        margin-bottom: 13px;
        padding: 0; } }
  .page-container--pdp__cs-links {
    list-style: none;
    margin-top: 12px;
    text-align: left;
    text-indent: 0px; }
    .page-container--pdp__cs-links li {
      display: inline;
      margin-right: 15px; }
      .page-container--pdp__cs-links li a {
        font-size: 0.8125rem;
        text-transform: uppercase;
        padding-bottom: 1px;
        border-bottom: 2px solid black;
        -webkit-transition: border-bottom 0.2s ease;
        transition: border-bottom 0.2s ease; }
        .page-container--pdp__cs-links li a:hover {
          border-bottom: 2px solid transparent; }
  .page-container--pdp__product-cta {
    position: relative;
    z-index: 100;
    -webkit-transition: margin-bottom 0.4s ease;
    transition: margin-bottom 0.4s ease;
    opacity: 0; }
    @media (min-width: 960px) {
      .page-container--pdp__product-cta {
        margin-left: 73.33333%;
        width: 26.66667%;
        float: left;
        margin-right: 0.83333%;
        position: fixed;
        bottom: 140px;
        padding: 0 35px 0 0; } }
    @media (min-width: 960px) and (max-width: 1180px) {
      .page-container--pdp__product-cta {
        width: 31.53527%;
        float: right;
        margin-right: 0;
        margin-left: 68.46473%; } }
  .page-container--pdp button.bt {
    margin-top: 30px;
    width: 100%; }
    .page-container--pdp button.bt:hover {
      background-color: #fff;
      color: #000; }
    @media (min-width: 960px) {
      .page-container--pdp button.bt {
        margin-top: 0px; } }
  .page-container--pdp__product-options {
    margin-top: 70px;
    margin-bottom: 40px; }
    @media (min-width: 960px) {
      .page-container--pdp__product-options {
        margin-top: 0px;
        margin-bottom: 60px; } }
  .page-container--pdp__size-select {
    float: left;
    display: none; }
  .page-container--pdp__color-select {
    float: right;
    display: none; }
  .page-container--pdp .slick-dots li {
    margin: 0;
    margin-right: 10px;
    width: 5px; }
    .page-container--pdp .slick-dots li button {
      text-align: left;
      margin: 0;
      padding: 0;
      line-height: 0;
      background-color: transparent; }
      .page-container--pdp .slick-dots li button::before {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0; }
  .page-container--pdp .slick-dots {
    position: absolute;
    top: 160px;
    width: 45px;
    height: 10px;
    left: 5px;
    margin: 0;
    padding: 0;
    text-align: left; }
  .page-container--pdp__size-guide {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 330px;
    height: 440px;
    left: 50%;
    top: 50%;
    margin-left: -165px;
    margin-top: -220px;
    background-color: #ff7c1a;
    z-index: 100;
    color: #fff;
    font-size: 11px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 740px) {
      .page-container--pdp__size-guide {
        left: 50%;
        top: 50%;
        padding: 0 40px;
        width: 720px;
        height: 440px;
        margin-left: -360px;
        margin-top: -220px;
        font-size: 0.8125rem; } }
    .page-container--pdp__size-guide.visible {
      visibility: visible;
      opacity: 1; }
    .page-container--pdp__size-guide .section-title, .page-container--pdp__size-guide .text-template-content h1, .text-template-content .page-container--pdp__size-guide h1, .page-container--pdp__size-guide .my-account-content__header--small {
      padding: 40px 0;
      font-size: 1rem; }
    .page-container--pdp__size-guide a {
      color: #fff;
      border-bottom: 2px solid #fff; }
      .page-container--pdp__size-guide a:hover {
        border-bottom: 2px solid transparent; }
    .page-container--pdp__size-guide p {
      text-align: center;
      text-indent: 0;
      margin-top: 20px; }
  .page-container--pdp__close-bt {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(close-bt.png);
    background-size: 15px 15px;
    cursor: pointer; }
  .page-container--pdp__size-guide-table {
    font-size: 11px; }
    @media (min-width: 740px) {
      .page-container--pdp__size-guide-table {
        font-size: 1rem; } }
    .page-container--pdp__size-guide-table table {
      width: 100%;
      margin: 0;
      border-bottom: 2px solid #fff; }
    .page-container--pdp__size-guide-table td,
    .page-container--pdp__size-guide-table th {
      width: 4rem;
      height: 2.6rem;
      border-top: 2px solid #fff;
      text-align: center;
      vertical-align: middle; }
    .page-container--pdp__size-guide-table th {
      text-transform: uppercase; }
      @media (min-width: 740px) {
        .page-container--pdp__size-guide-table th {
          font-size: 0.8125rem; } }

.related-products {
  position: relative;
  top: 0;
  left: 0;
  width: 100%; }

.touchevents .page-container--pdp__product-info {
  opacity: 1; }

.touchevents .page-container--pdp__product-cta {
  opacity: 1; }

.touchevents .page-container--pdp__product-gallery {
  opacity: 1; }

/*--------------------
TEMPLATE: Customer Service Template
--------------------*/
@media (min-width: 740px) {
  .page-container--text-template {
    width: 75%;
    margin: 0 auto; } }

@media (min-width: 960px) {
  .page-container--text-template {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin: auto;
    margin-top: 0; }
    .page-container--text-template:after {
      content: " ";
      display: block;
      clear: both; } }

.text-template-content {
  width: 100%;
  padding: 0 25px 0 25px; }
  @media (min-width: 960px) {
    .text-template-content {
      width: 45%;
      float: left;
      margin-right: 0.83333%;
      margin-left: 27.5%;
      padding: 0; } }
  .text-template-content p:last-child {
    margin-bottom: 0; }
  .text-template-content a {
    border-bottom: 2px solid #000; }
    .text-template-content a:hover {
      border-bottom: 2px solid transparent; }
    .text-template-content a.bt:hover {
      border-bottom: 2px solid #000; }
  .text-template-content strong {
    text-transform: uppercase; }
  .text-template-content italic {
    text-transform: uppercase; }
  .text-template-content h1 {
    padding: 0 0 20px 0;
    text-align: left;
    font-size: 0.8125rem; }
  .text-template-content p + p {
    margin-top: -50px; }
  .text-template-content p + ul {
    margin-top: -30px; }
  .text-template-content ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0 0 20px 0;
    padding-left: 25px; }
    .text-template-content ul li {
      text-indent: -23px;
      padding-left: 25px; }
    .text-template-content ul li:before {
      content: "\2014";
      position: relative;
      margin-right: 5px; }
  .text-template-content ul + h1 {
    margin-top: 30px; }
  .text-template-content table {
    width: 100%;
    margin: 50px 0 50px 0;
    border-bottom: 2px solid #000;
    font-size: 0.8125rem; }
    @media (min-width: 960px) {
      .text-template-content table {
        font-size: 1rem; } }
  .text-template-content td,
  .text-template-content th {
    width: 4rem;
    height: 2.25rem;
    border-top: 2px solid #000;
    text-align: center;
    vertical-align: middle; }
  .text-template-content th {
    text-transform: uppercase;
    font-size: 0.8125rem; }
  .text-template-content .address {
    text-indent: 0;
    padding: 0 0 20px 25px; }
  .text-template-content p + .address {
    padding: 20px 0 20px 25px; }
  .text-template-content .stockists-col h1 {
    padding: 0 0 50px 0;
    font-size: 1rem;
    clear: both; }
    .text-template-content .stockists-col h1:last-of-type {
      padding: 50px 0 50px 0; }
  .text-template-content .stockists-col p {
    text-indent: 0;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
    float: left; }
    @media (min-width: 740px) {
      .text-template-content .stockists-col p {
        width: 50%; } }
  .text-template-content .cookie-table .narrow {
    width: 15%;
    text-align: left;
    padding: 20px 20px 20px 0; }
  .text-template-content .cookie-table .large {
    text-align: left;
    padding: 20px 20px 20px 0; }

/*--------------------
TEMPLATE: My Account Template
--------------------*/
.page-container--shopping-bag {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  padding: 0 25px 0 25px; }
  .page-container--shopping-bag:after {
    content: " ";
    display: block;
    clear: both; }

.shopping-bag-content {
  width: 100%;
  border-top: 2px solid #000; }
  @media (min-width: 960px) {
    .shopping-bag-content {
      padding: 0;
      width: 63.33333%;
      float: left;
      margin-right: 0.83333%;
      margin-left: 18.33333%; } }
  .shopping-bag-content--empty {
    border-bottom: 0;
    border-top: 0px solid #000; }
    .shopping-bag-content--empty p {
      text-indent: 0;
      text-align: center; }
  .shopping-bag-content__product {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px 0px;
    border-bottom: 2px solid #000;
    min-height: 150px; }
    @media (min-width: 960px) {
      .shopping-bag-content__product {
        padding: 40px 0px 40px 0px; } }
  .shopping-bag-content__product-thumbnail {
    width: 18.51852%;
    float: left;
    margin-right: 1.85185%; }
    .shopping-bag-content__product-thumbnail img {
      width: 100%; }
  .shopping-bag-content__product-info {
    width: 38.88889%;
    float: left;
    margin-right: 1.85185%;
    padding-left: 10px; }
  .shopping-bag-content__product-name {
    text-transform: uppercase; }
  .shopping-bag-content__product-options {
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 30px;
    float: left; }
    @media (min-width: 960px) {
      .shopping-bag-content__product-options {
        margin-top: 20px; } }
  .shopping-bag-content__remove-bt {
    position: absolute;
    font-size: 0.8125rem;
    right: 0;
    float: right;
    margin-top: 30px; }
    @media (min-width: 960px) {
      .shopping-bag-content__remove-bt {
        float: none;
        right: auto;
        bottom: 40px; } }
  .shopping-bag-content__product-qty {
    width: 18.51852%;
    float: left;
    margin-right: 1.85185%;
    text-align: center;
    margin-bottom: 5px; }
    .shopping-bag-content__product-qty input {
      width: 30px;
      text-align: center;
      border: 2px solid #000;
      padding: 0;
      line-height: 34px; }
      .shopping-bag-content__product-qty input:focus {
        border: 2px solid #ff7c1a; }
      @media (min-width: 960px) {
        .shopping-bag-content__product-qty input {
          width: 50px; } }
  .shopping-bag-content__product-price {
    width: 18.51852%;
    float: right;
    margin-right: 0;
    text-align: right; }
  .shopping-bag-content__forms {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    padding-bottom: 37px; }
  .shopping-bag-content__shipping-form {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    margin-top: 12px; }
    @media (min-width: 960px) {
      .shopping-bag-content__shipping-form {
        padding-top: 0;
        clear: none;
        width: 38.88889%;
        float: right;
        margin-right: 0; } }
  .shopping-bag-content__shipping-select-header {
    float: left;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 4px; }
  .shopping-bag-content__shipping-selector {
    width: 98px;
    position: absolute;
    right: 0; }
  .shopping-bag-content__total {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 30px 0 20px 0; }
    @media (min-width: 960px) {
      .shopping-bag-content__total {
        margin: 30px 0 40px 0; } }
  .shopping-bag-content__cart-msg {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .shopping-bag-content__cart-msg {
        clear: none;
        width: 59.25926%;
        float: left;
        margin-right: 1.85185%;
        padding-right: 60px;
        margin-bottom: 0; } }
  .shopping-bag-content__total-calc {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px; }
    @media (min-width: 960px) {
      .shopping-bag-content__total-calc {
        clear: none;
        width: 38.88889%;
        float: right;
        margin-right: 0;
        margin-top: 0; } }
  .shopping-bag-content__subtotal-val {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .shopping-bag-content__subtotal-header {
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%;
    font-size: 0.8125rem;
    text-transform: uppercase; }
  .shopping-bag-content__subtotal-value {
    width: 47.61905%;
    float: right;
    margin-right: 0;
    text-align: right; }
  .shopping-bag-content__cta {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; }
  .shopping-bag-content__cta-back-bt {
    width: 18.51852%;
    float: left;
    margin-right: 1.85185%;
    font-size: 0.8125rem; }
  .shopping-bag-content__cta-update-cart-bt {
    width: 48.83721%;
    float: left;
    margin-right: 2.32558%; }
    @media (min-width: 960px) {
      .shopping-bag-content__cta-update-cart-bt {
        width: 38.88889%;
        float: left;
        margin-right: 1.85185%;
        margin-left: 20.37037%; } }
    .shopping-bag-content__cta-update-cart-bt input {
      width: 100%; }
  .shopping-bag-content__cta-checkout-bt {
    width: 48.83721%;
    float: right;
    margin-right: 0; }
    @media (min-width: 960px) {
      .shopping-bag-content__cta-checkout-bt {
        width: 38.88889%;
        float: right;
        margin-right: 0; } }
    .shopping-bag-content__cta-checkout-bt input {
      width: 100%;
      background-color: #000;
      color: #fff; }
      .shopping-bag-content__cta-checkout-bt input:hover {
        background-color: #fff;
        color: #000; }
  .shopping-bag-content .shopping-bag-content__cta-update-cart-bt input.bt {
    background-color: #fff;
    color: #000; }
    .shopping-bag-content .shopping-bag-content__cta-update-cart-bt input.bt:hover {
      background-color: #000;
      color: #fff; }

/*--------------------
TEMPLATE: My Account Template
--------------------*/
@media (min-width: 740px) {
  .page-container--my-account {
    width: 75%;
    margin: 0 auto; } }

@media (min-width: 960px) {
  .page-container--my-account {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    margin: auto;
    margin-top: 0; }
    .page-container--my-account:after {
      content: " ";
      display: block;
      clear: both; } }

.my-account-content {
  width: 100%;
  padding: 40px 25px 0 25px; }
  @media (min-width: 960px) {
    .my-account-content {
      padding: 0; } }
  .my-account-content .form-field:first-child {
    margin-top: 60px; }
  .my-account-content input.bt {
    margin-top: 50px;
    width: 100%; }
  .my-account-content__logout-link {
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -50px; }
    .my-account-content__logout-link a {
      border-bottom: 2px solid #000; }
      .my-account-content__logout-link a:hover {
        border-bottom: 2px solid transparent; }
    @media (min-width: 960px) {
      .my-account-content__logout-link {
        display: none; } }
  .my-account-content__form-col .my-account-content__header {
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 25px; }
  @media (min-width: 960px) {
    .my-account-content__form-col {
      width: 26.66667%;
      float: left;
      margin-right: 0.83333%;
      margin-left: 18.33333%; } }
  .my-account-content__form-col--centered .errors, .my-account-content__form-col--centered .note.form-success {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .my-account-content__form-col--centered {
      margin-left: 36.66667%; } }
  .my-account-content__form-col--centered p:first-child {
    padding: 0; }
  .my-account-content__form-col--last {
    margin-bottom: 0;
    margin-top: 80px; }
    @media (min-width: 960px) {
      .my-account-content__form-col--last {
        margin-top: 0;
        margin-left: 9.16667%; } }
    .my-account-content__form-col--last .my-account-content__header--last {
      margin-top: 80px; }
  .my-account-content__form-col p {
    margin-bottom: 0px;
    padding-top: 30px; }
    .my-account-content__form-col p:last-child {
      padding-top: 0; }
  .my-account-content__form-col a {
    border-bottom: 2px solid #000; }
    .my-account-content__form-col a:hover {
      border-bottom: 2px solid transparent; }
  .my-account-content__alt-action {
    margin-top: 20px; }
  .my-account-content__section:before {
    display: block;
    content: "";
    height: 140px;
    margin: -140px 0 0; }
  .my-account-content__header {
    border-top: 2px solid #000;
    text-transform: uppercase;
    padding-top: 17px;
    position: relative;
    margin-top: 60px; }
    .my-account-content__header:first-child {
      margin-top: 0; }
    .my-account-content__header--small {
      padding: 0;
      padding-bottom: 15px;
      text-align: left;
      font-size: 0.8125rem; }
  .my-account-content__secondary-col {
    position: relative; }
    @media (min-width: 960px) {
      .my-account-content__secondary-col {
        height: 150px;
        width: 17.5%;
        float: left;
        margin-right: 0.83333%;
        margin-left: 18.33333%; } }
    .my-account-content__secondary-col a {
      font-size: 0.8125rem;
      text-transform: uppercase;
      border-bottom: 2px solid #000; }
      .my-account-content__secondary-col a:hover {
        border-bottom: 2px solid transparent; }
    .my-account-content__secondary-col p {
      text-indent: 0;
      margin: 0; }
  .my-account-content__nav {
    list-style: none;
    padding-bottom: 60px; }
    @media (min-width: 960px) {
      .my-account-content__nav {
        padding-bottom: 0px;
        position: fixed; } }
    .my-account-content__nav li {
      font-size: 0.8125rem;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .my-account-content__nav li a {
        border-bottom: 2px solid #000; }
        .my-account-content__nav li a:hover {
          border-bottom: 2px solid transparent; }
  .my-account-content__edit-addresses-link {
    font-size: 0.8125rem;
    text-transform: uppercase;
    clear: both;
    padding: 50px 0 0 0; }
    .my-account-content__edit-addresses-link--solo {
      font-size: 0.8125rem;
      text-transform: uppercase;
      clear: both;
      padding: 50px 0 0 0; }
      @media (min-width: 960px) {
        .my-account-content__edit-addresses-link--solo {
          padding: 50px 0 0 50px; } }
      .my-account-content__edit-addresses-link--solo a {
        border-bottom: 2px solid #000; }
        .my-account-content__edit-addresses-link--solo a:hover {
          border-bottom: 2px solid transparent; }
    .my-account-content__edit-addresses-link a {
      border-bottom: 2px solid #000; }
      .my-account-content__edit-addresses-link a:hover {
        border-bottom: 2px solid transparent; }
  @media (min-width: 960px) {
    .my-account-content__main-col {
      width: 45%;
      float: left;
      margin-right: 0.83333%;
      min-width: 367px;
      padding-left: 30px; } }
  .my-account-content__main-col p {
    text-indent: 0;
    margin: 0; }
  .my-account-content__main-col-content {
    padding-bottom: 60px; }
    .my-account-content__main-col-content.last {
      padding-bottom: 0; }
  .my-account-content__table-header {
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 60px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; }
    .my-account-content__table-header:after {
      content: " ";
      display: block;
      clear: both; }
  .my-account-content__order-row {
    border-bottom: 2px solid #000;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    font-size: 0.8125rem;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; }
    .my-account-content__order-row:after {
      content: " ";
      display: block;
      clear: both; }
    .my-account-content__order-row:hover {
      background-color: #ddd; }
  .my-account-content__table-header-cell {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    text-align: center;
    padding: 20px 0; }
    @media (min-width: 960px) {
      .my-account-content__table-header-cell {
        width: 18.51852%;
        float: left;
        margin-right: 1.85185%;
        text-align: center; } }
    .my-account-content__table-header-cell--secondary {
      display: none; }
      @media (min-width: 960px) {
        .my-account-content__table-header-cell--secondary {
          display: block; } }
    .my-account-content__table-header-cell:last-child {
      width: 18.51852%;
      float: right;
      margin-right: 0; }
  .my-account-content__account-data {
    padding: 50px 0 0 0; }
    .my-account-content__account-data--single {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 50px 0 0 0; }
      @media (min-width: 960px) {
        .my-account-content__account-data--single {
          padding: 50px 0 0 50px; } }
      .my-account-content__account-data--single .form-field {
        margin-top: 30px; }
      .my-account-content__account-data--single input {
        width: 74.4186%;
        float: left;
        margin-right: 2.32558%;
        font-size: 0.8125rem; }
        @media (min-width: 960px) {
          .my-account-content__account-data--single input {
            margin-top: 0px;
            width: 48.83721%;
            float: left;
            margin-right: 2.32558%; } }
      .my-account-content__account-data--single input.bt {
        position: relative;
        top: -22px;
        margin-top: 0;
        width: 23.25581%;
        float: right;
        margin-right: 0;
        line-height: 45px;
        font-size: 0.8125rem; }
        @media (min-width: 960px) {
          .my-account-content__account-data--single input.bt {
            width: 23.25581%;
            float: left;
            margin-right: 2.32558%; } }
    .my-account-content__account-data:nth-child(odd) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 960px) {
        .my-account-content__account-data:nth-child(odd) {
          padding-left: 50px;
          width: 48.83721%;
          float: left;
          margin-right: 2.32558%; } }
    .my-account-content__account-data:nth-child(even) {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 960px) {
        .my-account-content__account-data:nth-child(even) {
          width: 48.83721%;
          float: right;
          margin-right: 0; } }
  .my-account-content__order-container {
    padding: 0 20px;
    margin: 40px 0;
    background-color: #f7f7f7; }
    @media (min-width: 960px) {
      .my-account-content__order-container {
        padding: 0 30px; } }
  .my-account-content__product {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
    padding: 30px 0px;
    border-bottom: 2px solid #000; }
  .my-account-content__product-thumbnail {
    width: 18.51852%;
    float: left;
    margin-right: 1.85185%; }
    .my-account-content__product-thumbnail img {
      width: 100%; }
  .my-account-content__product-info {
    width: 38.88889%;
    float: left;
    margin-right: 1.85185%;
    padding-left: 10px; }
  .my-account-content__product-name {
    text-transform: uppercase; }
  .my-account-content__product-options {
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin-top: 30px;
    float: left; }
    @media (min-width: 960px) {
      .my-account-content__product-options {
        margin-top: 20px; } }
  .my-account-content__product-quantity {
    width: 18.51852%;
    float: left;
    margin-right: 1.85185%;
    text-align: center; }
  .my-account-content__product-price {
    width: 18.51852%;
    float: right;
    margin-right: 0;
    text-align: right; }
  .my-account-content__total-row {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    border-bottom: 2px solid #000; }
    .my-account-content__total-row:last-child {
      border-bottom: 0; }
  .my-account-content__total-header {
    width: 79.62963%;
    float: left;
    margin-right: 1.85185%;
    text-transform: uppercase;
    font-size: 0.8125rem; }
  .my-account-content__total-val {
    width: 18.51852%;
    float: right;
    margin-right: 0;
    text-align: right; }
  .my-account-content__address-modify {
    padding-top: 50px; }
    .my-account-content__address-modify a {
      font-size: 0.8125rem;
      text-transform: uppercase;
      border-bottom: 2px solid #000; }
      .my-account-content__address-modify a:hover {
        border-bottom: 2px solid transparent; }
  .my-account-content__edit-form {
    position: relative;
    display: block;
    padding: 40px 20px;
    margin: 36px 0 0px 0;
    background-color: #f7f7f7;
    overflow: auto;
    margin-top: 40px;
    float: left; }
    @media (min-width: 960px) {
      .my-account-content__edit-form {
        padding: 40px; } }
    .my-account-content__edit-form--no-bg {
      background-color: #fff;
      padding: 20px 40px 0px 40px; }
    .my-account-content__edit-form__close-bt {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 11px;
      height: 11px;
      background: url(close-bt--black.png) no-repeat;
      background-size: 11px 11px;
      cursor: pointer; }
    .my-account-content__edit-form input {
      background-color: transparent; }
    .my-account-content__edit-form input.bt {
      background-color: #000;
      width: 100%; }
      .my-account-content__edit-form input.bt:hover {
        background-color: #fff; }
    .my-account-content__edit-form .select2-container--default:last-child {
      float: none; }
    .my-account-content__edit-form .select2-container--default {
      top: -9px; }
    .my-account-content__edit-form .select2-container--default .select2-selection--single {
      border-top: 0;
      border-bottom: 2px solid black;
      height: 40px;
      text-align: left; }
  .my-account-content__form-title {
    text-transform: uppercase; }
  .my-account-content a.bt {
    width: 260px;
    margin: 0; }

/*--------------------
TEMPLATE: Product Listing Page
--------------------*/
.page-container--about-page .about-statement {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0; }
  .page-container--about-page .about-statement p {
    position: fixed;
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.15;
    text-indent: 0;
    padding: 0 25px 0 25px;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-size: 5.8vw; }
    @media (min-device-width: 0px) and (max-device-width: 739px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
      .page-container--about-page .about-statement p {
        padding: 0 50px;
        margin-top: 80px; } }
    @media (min-width: 740px) {
      .page-container--about-page .about-statement p {
        font-size: 6vw;
        padding: 0 50px;
        margin: 0; } }
    @media (min-width: 960px) and (max-width: 1180px) {
      .page-container--about-page .about-statement p {
        font-size: 3rem;
        font-size: 4.9vw;
        line-height: 1.15;
        padding: 0 15%;
        margin: 0; } }
    @media (min-width: 960px) {
      .page-container--about-page .about-statement p {
        font-size: 3rem;
        font-size: 4.9vw;
        line-height: 1.15;
        padding: 0;
        padding: 0 15%;
        margin: 0; } }
    @media (min-width: 1600px) {
      .page-container--about-page .about-statement p {
        font-size: 5rem;
        padding: 0;
        width: 1140px; } }

.page-container--about-page .about-img {
  width: 60%;
  display: block;
  margin: 0 auto;
  padding: 100vh 0 100vh 0; }
  @media (min-width: 960px) {
    .page-container--about-page .about-img {
      width: 40%; } }
  .page-container--about-page .about-img:last-child {
    padding: 90vh 0 200vh 0; }

/*--------------------
MODULE: Select2 Styles
--------------------*/
.select2-hidden-accessible {
  padding: 0; }
  .select2-hidden-accessible:last-child {
    float: right; }

.select2-container--default {
  padding: 0;
  text-transform: uppercase; }
  .select2-container--default:last-child {
    float: right; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000; }

.select2-container--default .select2-selection--single {
  border-top: 2px solid black;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background: none;
  color: black;
  text-align: center;
  padding-top: 5px;
  color: #000; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 0 8px 0 0;
  left: -8px;
  position: relative;
  margin: 0;
  width: auto;
  display: inline; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  left: 0px;
  top: 8px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent;
  border-width: 7px 6px 0 6px;
  top: 0;
  margin-top: -4px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent;
  border-width: 0 6px 7px 6px; }

.select2-container--open .select2-dropdown {
  background-color: #fff;
  border: 2px solid black;
  border-radius: 0;
  margin-top: 14px; }

.select2-results__option {
  text-align: center;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  padding: 10px 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: #000; }
  .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #000;
    color: #fff; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #000;
  color: #fff; }

body.template-customers-addresses .select2-container--default .select2-selection--single .select2-selection__rendered {
  left: 0; }
