@charset "UTF-8";
/*!
	Description: HTML mockups/dev for Seven Feet Apart
	Author: The Fresh Lab
	AUthor URI: http://www.thefreshlab.co.uk
	Version: 1.0.0
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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: "underground-light";
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-light.eot");
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-light.eot#iefix") format("embedded-opentype"), url("underground-light.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-light.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-light.svg#underground-light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "underground-regular";
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-regular.eot");
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-regular.eot#iefix") format("embedded-opentype"), url("underground-regular.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-regular.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-regular.svg#underground-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "underground-bold";
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-bold.eot");
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-bold.eot#iefix") format("embedded-opentype"), url("underground-bold.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-bold.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/underground-bold.svg#underground-bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plantin-italic";
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin-italic.eot");
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin-italic.eot#iefix") format("embedded-opentype"), url("plantin-italic.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin-italic.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin-italic.svg#plantin-italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plantin";
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin.eot");
  src: url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin.eot#iefix") format("embedded-opentype"), url("plantin.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/1587/6487/t/6/assets/plantin.svg#plantin") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  overflow: visible;
  margin: 0 auto;
  max-width: 1800px;
}
@media (max-width: 1800px) {
  .container {
    width: 95%;
  }
}

.container-full-width {
  overflow: visible;
  width: 100% !important;
}

.container-small {
  overflow: visible;
  margin: 0 auto;
  max-width: 700px;
}
@media (max-width: 1800px) {
  .container-small {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .container-small {
    width: 80%;
  }
}

.container-medium {
  overflow: visible;
  margin: 0 auto;
  max-width: 900px;
}
@media (max-width: 1800px) {
  .container-medium {
    width: 95%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
.row:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (max-width: 600px) {
  .row {
    display: block;
  }
}
.row .row, .row.row-no-padding {
  padding: 0 !important;
}

@media (max-width: 768px) {
  [class^=col-] {
    margin-bottom: 20px;
  }
  .no-gutters [class^=col-] {
    margin-bottom: 0;
  }
  [class^=col-]:last-of-type {
    margin-bottom: 0;
  }
}
[class^=col-].col-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.col-1-1 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.col-1-1.container-small {
  margin: 0 auto;
}

.col-1-2 {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}
.col-1-2.no-gutters {
  width: 50%;
  float: left;
  margin-right: 0 !important;
}
.col-1-2:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 768px) {
  .col-1-2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col-1-2.no-gutters {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.col-1-2.push-1-2 {
  margin-left: 51.06383%;
}

.col-1-3 {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
}
.no-gutters .col-1-3 {
  width: 33.33333%;
  float: left;
  margin-right: 0 !important;
}
.col-1-3:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-1-3 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .no-gutters .col-1-3 {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }
  .col-1-3:first-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .no-gutters .col-1-3:first-of-type {
    margin-bottom: 0;
  }
  .col-2-3 + .col-1-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .no-gutters .col-2-3 + .col-1-3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .col-1-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-1-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col-1-3 + .col-2-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .col-1-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.col-1-3.push-1-3 {
  margin-left: 34.04255%;
}
.col-1-3.push-2-3 {
  margin-left: 68.08511%;
}

.col-2-3 {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
}
.no-gutters .col-2-3 {
  width: 66.66667%;
  float: left;
  margin-right: 0 !important;
}
.col-2-3:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-2-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-2-3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .col-2-3 {
    margin-bottom: 0;
  }
}
.col-2-3.push-1-3 {
  margin-left: 34.04255%;
}

.col-1-4 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
}
.no-gutters .col-1-4 {
  width: 25%;
  float: left;
  margin-right: 0 !important;
}
.col-1-4:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-1-4 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 20px;
  }
  .no-gutters .col-1-4 {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }
  .no-gutters .col-1-4 {
    margin-bottom: 0;
  }
  .col-1-4 + .col-1-4:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .col-1-4 + .col-3-4 {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .col-1-4:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .col-1-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-1-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col-1-4 + .col-1-4:nth-last-of-type(-n+2) {
    margin-bottom: 20px;
  }
  .no-gutters .col-1-4 + .col-1-4:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .col-1-4:last-of-type {
    margin-bottom: 0 !important;
  }
}
.col-1-4.push-1-4 {
  margin-left: 25.53191%;
}
.col-1-4.push-2-4 {
  margin-left: 51.06383%;
}
.col-1-4.push-3-4 {
  margin-left: 76.59574%;
}

.col-3-4 {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
}
.no-gutters .col-3-4 {
  width: 75%;
  float: left;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .no-gutters .col-3-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.col-3-4:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-3-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .no-gutters .col-3-4 {
    margin-bottom: 0;
  }
  .col-3-4 + .col-1-4 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.col-3-4.push-1-4 {
  margin-left: 25.53191%;
}
.col-3-4.push-2-4 {
  margin-left: 51.06383%;
}

.col-1-5 {
  width: 17.94872%;
  float: left;
  margin-right: 2.5641%;
}
.no-gutters .col-1-5 {
  width: 20%;
  float: left;
  margin-right: 0 !important;
}
.col-1-5:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-1-5 {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    margin-bottom: 20px;
  }
  .no-gutters .col-1-5 {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }
  .no-gutters .col-1-5 {
    margin-bottom: 0;
  }
  .col-1-5:first-of-type {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .col-1-5:nth-of-type(odd) {
    margin-right: 0;
  }
  .col-1-5 + .col-1-5:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .col-1-5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-1-5 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0 !important;
  }
  .col-1-5 + .col-1-5:nth-last-of-type(-n+2) {
    margin-bottom: 20px;
  }
  .no-gutters .col-1-5 + .col-1-5:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .col-1-5:last-of-type {
    margin-bottom: 0 !important;
  }
}
.col-1-5.push-1-5 {
  margin-left: 20.51282%;
}
.col-1-5.push-2-5 {
  margin-left: 41.02564%;
}
.col-1-5.push-3-5 {
  margin-left: 61.53846%;
}
.col-1-5.push-4-5 {
  margin-left: 82.05128%;
}

.col-2-5 {
  width: 38.46154%;
  float: left;
  margin-right: 2.5641%;
}
.col-2-5:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-3-5 + .col-2-5 {
    margin-top: 20px;
  }
}
.col-2-5.push-1-5 {
  margin-left: 20.51282%;
}

.col-3-5 {
  width: 58.97436%;
  float: left;
  margin-right: 2.5641%;
}
.col-3-5:last-of-type {
  float: right;
  margin-right: 0;
}
@media (max-width: 1200px) {
  .col-2-5 + .col-3-5 {
    margin-top: 20px;
  }
}
.col-3-5.push-1-5 {
  margin-left: 20.51282%;
}
.col-3-5.push-2-5 {
  margin-left: 41.02564%;
}

.col-1-6 {
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%;
}
.no-gutters .col-1-6 {
  width: 16.66667%;
  float: left;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .no-gutters .col-1-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.col-1-6:last-of-type {
  float: right;
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .col-1-6 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 20px;
  }
  .no-gutters .col-1-6 {
    width: 33.33333%;
    float: left;
    margin-right: 0 !important;
  }
  .no-gutters .col-1-6 {
    margin-bottom: 0;
  }
  .col-1-6:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
  .col-1-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .col-1-6 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .no-gutters .col-1-6 {
    width: 50%;
    float: left;
    margin-right: 0 !important;
  }
  .col-1-6:nth-of-type(even) {
    float: right;
    margin-right: 0;
  }
  .col-1-6 + .col-1-6:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .col-1-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-1-6 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-right: 0 !important;
  }
  .col-1-6:last-of-type {
    margin-top: 20px;
  }
  .no-gutters .col-1-6:last-of-type {
    margin-top: 0;
  }
}
.col-1-6.push-1-6 {
  margin-left: 17.02128%;
}
.col-1-6.push-2-6 {
  margin-left: 34.04255%;
}
.col-1-6.push-3-6 {
  margin-left: 51.06383%;
}
.col-1-6.push-4-6 {
  margin-left: 68.08511%;
}
.col-1-6.push-5-6 {
  margin-left: 85.10638%;
}

@media (max-width: 1200px) {
  .col-stack-dt {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-stack-dt {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .col-stack-tb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .no-gutters .col-stack-tb {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.collection-intro p {
  margin: 0px;
}

.product-grid-wrapper {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.product-grid-wrapper .product-row {
  position: relative;
  overflow: auto !important;
  overflow-y: hidden !important;
}
.product-grid-wrapper .product-row .slash {
  z-index: -1;
}
@media (max-width: 768px) {
  .product-grid-wrapper .product-row .slash.left {
    left: 0;
  }
}
@media (max-width: 768px) {
  .product-grid-wrapper .product-row .slash.right {
    right: 0;
  }
}
.product-grid-wrapper .product-row:last-of-type {
  border-bottom: 1px solid #efefef;
  border-bottom: 0.1rem solid #efefef;
}
.product-grid-wrapper .product-row:nth-child(1) .slash, .product-grid-wrapper .product-row:nth-child(5) .slash {
  width: 63vw;
}
@media (max-width: 1000px) {
  .product-grid-wrapper .product-row:nth-child(1) .slash, .product-grid-wrapper .product-row:nth-child(5) .slash {
    width: 61vw;
  }
}
.product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(1), .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(1) {
  width: calc( 50vw - 10px);
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(1), .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8vw;
  }
}
.product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(2), .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(2) {
  width: calc( 50vw - 10px);
  margin-top: 0;
  padding-left: 9vw;
  padding-right: 9vw;
  padding-top: 13vw;
  padding-bottom: 8vw;
}
@media (max-width: 1000px) {
  .product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(2), .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(2) {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 12vw;
  }
}
.product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(2) figcaption, .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(2) figcaption {
  margin-top: 0.45vw;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(1) .product-grid .product-grid-item:nth-child(2), .product-grid-wrapper .product-row:nth-child(5) .product-grid .product-grid-item:nth-child(2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0 0 8vw;
  }
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(even) {
    padding-bottom: 0;
  }
}
.product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item {
  margin: 0 !important;
}
.product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(1) {
  width: calc( 50vw - 10px);
  padding-left: 18vw;
}
@media (max-width: 1000px) {
  .product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(1) {
    padding-left: 12vw;
  }
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 8vw;
  }
}
.product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(1) figcaption {
  margin-top: 0.45vw;
}
.product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(2) {
  width: calc( 50vw - 10px);
  padding-right: 18vw;
}
@media (max-width: 1000px) {
  .product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(2) {
    padding-right: 12vw;
  }
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 8vw;
  }
}
.product-grid-wrapper .product-row:nth-child(even) .product-grid .product-grid-item:nth-child(2) figcaption {
  margin-top: 0.45vw;
}
.product-grid-wrapper .product-row:nth-child(3) .slash {
  width: 52%;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(3) .slash {
    width: 35%;
  }
}
.product-grid-wrapper .product-row:nth-child(3) .product-grid .product-grid-item:nth-child(1) {
  margin-top: 0 !important;
  width: calc( 50vw - 10px);
  padding-left: 9vw;
  padding-right: 9vw;
  padding-top: 13vw;
  padding-bottom: 8vw;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(3) .product-grid .product-grid-item:nth-child(1) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0 0 8vw;
  }
}
.product-grid-wrapper .product-row:nth-child(3) .product-grid .product-grid-item:nth-child(1) figcaption {
  margin-top: 0.45vw;
}
.product-grid-wrapper .product-row:nth-child(3) .product-grid .product-grid-item:nth-child(2) {
  width: calc( 50vw - 10px);
  padding-left: 3vw;
  padding-right: 3vw;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row:nth-child(3) .product-grid .product-grid-item:nth-child(2) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 8vw;
  }
}
.product-grid-wrapper .product-row .product-grid .product-grid-item {
  text-align: center;
  padding: 125px 0 0;
  padding: 12.5rem 0 0;
  padding: 8vw 0 0;
  padding-bottom: 8vw;
  float: left;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row .product-grid .product-grid-item {
    padding: 0 0 8vw;
  }
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption {
  font-family: "underground-regular", arial, helvetica, sans-serif;
  letter-spacing: 0.15rem;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-name {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-name a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-name a:hover {
  color: #9f1c20;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption p {
  margin: 0px;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-colour {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-price {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0px;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figcaption .product-price .on-sale {
  color: #9f1c20;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figure a:hover ~ figcaption .product-name a {
  color: #9f1c20;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item figure a img {
  padding: 0 30px;
}
.product-grid-wrapper .product-row .product-grid .product-grid-item.last-item {
  width: calc( 50vw - 10px ) !important;
  float: none !important;
  margin: 0 auto !important;
  padding-top: 0 !important;
  padding-left: 3vw !important;
  padding-right: 3vw !important;
}
@media (max-width: 600px) {
  .product-grid-wrapper .product-row .product-grid .product-grid-item.last-item {
    width: 100% !important;
    padding-bottom: 60px !important;
  }
}

.product-grid-wrapper-list {
  margin-bottom: 0 !important;
  margin-top: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-grid-wrapper-list .product-grid-item {
  flex-grow: 0;
  width: 33%;
  padding: 30px;
}
@media (max-width: 768px) {
  .product-grid-wrapper-list .product-grid-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .product-grid-wrapper-list .product-grid-item {
    width: 100%;
  }
}
.product-grid-wrapper-list .product-grid-item figcaption {
  font-family: "underground-regular", arial, helvetica, sans-serif;
  letter-spacing: 0.15rem;
  text-align: center;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-name {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-name a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-name a:hover {
  color: #9f1c20;
}
.product-grid-wrapper-list .product-grid-item figcaption p {
  margin: 0px;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-colour {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-price {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0px;
}
.product-grid-wrapper-list .product-grid-item figcaption .product-price .on-sale {
  color: #9f1c20;
}

a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
a:hover {
  color: #9f1c20;
}
a#RecoverPassword {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  text-decoration: none !important;
  letter-spacing: 0.15rem;
}
a#RecoverPassword:hover {
  color: #9f1c20 !important;
}

main button,
main .btn {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  padding: 14px 32px;
  padding: 1.4rem 3.2rem;
  margin-top: 20px;
  border: none;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  display: inline-block;
  background: #424143;
}
main button:hover,
main .btn:hover {
  color: #424143;
  background: white;
  cursor: pointer;
}
main button.red,
main .btn.red {
  background: #9f1c20;
}
main button.red:hover,
main .btn.red:hover {
  color: #9f1c20;
  background: white;
}
main button.outline,
main .btn.outline {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #424143;
  background: none;
  border: 1px solid #424143;
  border: 0.1rem solid #424143;
}
main button.outline:hover,
main .btn.outline:hover {
  color: white;
  background: #424143;
}
main .mailing-list {
  text-align: center;
}
main .mailing-list button {
  padding: 0 !important;
  margin: 0 !important;
}
#seven-feet-apart-comfort-uncompromised main .hp-feat-:first-of-type .btn {
  min-width: 170px;
  min-width: 17rem;
}

body#account button,
body#create-account button {
  width: 100%;
}

input,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  height: 40px;
  width: 100%;
  border: 0;
  padding: 0 10px;
  padding: 0 1rem;
}

.input-wrap {
  position: relative;
  max-width: 400px;
  max-width: 40rem;
  margin: 0 auto;
}
.input-wrap input {
  color: #9f1c20;
  background: #efefef;
  text-align: center;
}
.input-wrap label {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  position: absolute;
  top: 2px;
  top: 0.2rem;
  left: 0;
  height: 40px;
  width: 100%;
  color: #424143;
  pointer-events: none;
}
.input-wrap label:hover {
  cursor: text;
}
.input-wrap label span {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  text-transform: uppercase;
  display: block;
  position: relative;
  line-height: 40px;
}
.input-wrap.input-clipped {
  overflow: hidden;
}
.input-wrap.input-has-content label span {
  transform: translate3d(0, 36px, 0) scale3d(0.8, 0.8, 1);
  color: white;
}
.input-wrap.input-has-content button[type=submit] {
  transform: translateX(-40px);
}
.input-wrap button[type=submit] {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 100%;
  border: none;
  background: #9f1c20;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
}
.input-wrap button[type=submit]:hover {
  cursor: pointer;
}

body#account input[value=Continue] {
  margin-top: 30px;
}

main .mailing-list {
  margin-top: 20px;
}
main .mailing-list input {
  background: white;
}
main .mailing-list input:hover {
  cursor: pointer !important;
}
main .mailing-list.input-has-content input {
  border-bottom: solid 1px #efefef;
}

hr.full-width-grey {
  border: 0;
  border-top: 1px solid #efefef;
  border-top: 0.1rem solid #efefef;
}

select {
  padding: 20px 40px 20px 20px;
  border-radius: 0;
  font-family: "underground-light", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(//https://cdn.shopify.com/s/files/1/1104/4168/t/81/assets/arrow-select-down.svg?5626106961241652195);
  background-repeat: no-repeat;
  background-position: 87% 47%;
  background-size: 10px;
  background-size: 1rem;
  cursor: pointer;
  border: 1px solid #efefef;
  margin: 20px 0;
  margin: 2rem 0;
}
@media (max-width: 600px) {
  select {
    font-size: 10px;
    font-size: 1rem;
  }
}

table + p {
  margin-top: 20px;
  margin-top: 2rem;
}
table tbody {
  border: 1px solid #efefef;
  border: 0.1rem solid #efefef;
}
table tr {
  border-bottom: 1px solid #efefef;
  border-bottom: 0.1rem solid #efefef;
}
table td {
  padding: 10px;
  padding: 1rem;
}
@media (max-width: 600px) {
  table td {
    padding: 1rem 0;
  }
}
@media (max-width: 600px) {
  table.stackable tr > td:first-of-type {
    padding-top: 10px !important;
    padding-top: 1rem !important;
  }
  table.stackable tr > td:last-of-type {
    padding-bottom: 10px !important;
    padding-bottom: 1rem !important;
  }
  table.stackable td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
}

ol {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
ol li {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
ol li:last-of-type {
  margin-bottom: 0;
}

ul[class^="separator-"] li:after, ol[class^="separator-"] li:after {
  content: "";
  height: 20px;
  height: 2rem;
  display: block;
  margin: 20px 0;
  margin: 2rem 0;
}
ul.separator-grey li:after, ol.separator-grey li:after {
  background: url("separator-300-grey_3669830512427536200.svg") no-repeat center center;
}

label {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  display: block;
  text-transform: uppercase;
}

.row-padded {
  overflow: visible;
  padding: 60px 0;
}

.hidden {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  opacity: 0;
  display: none !important;
}

@media (max-width: 380px) {
  .hide-at-min {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-tablet {
  display: none !important;
}
@media (max-width: 768px) {
  .show-on-tablet {
    display: block !important;
  }
}

.show-on-mobile {
  display: none !important;
}
@media (max-width: 600px) {
  .show-on-mobile {
    display: block !important;
  }
}

.txt-is-centered {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.txt-is-grey {
  color: #efefef !important;
}

.txt-is-grey-mid {
  color: #424143 !important;
}

.txt-is-grey-dark {
  color: #231f1f !important;
}

.txt-is-red-dark {
  color: #9f1c20 !important;
}

.txt-is-red {
  color: #b92025 !important;
}

.txt-is-karchi {
  color: #d1d1c0 !important;
}

.txt-is-karchi-dark {
  color: #867e73 !important;
}

.txt-is-white {
  color: white !important;
}

.txt-is-green {
  color: #148f77 !important;
}

.txt-is-green-dark {
  color: #27380e !important;
}

.bg-is-grey {
  background: #efefef !important;
}

.bg-is-grey-mid {
  background: #424143 !important;
}

.bg-is-grey-dark {
  background: #231f1f !important;
}

.bg-is-red-dark {
  background: #9f1c20 !important;
}

.bg-is-red {
  background: #b92025 !important;
}

.bg-is-karchi {
  background: #d1d1c0 !important;
}

.bg-is-karchi-dark {
  background: #867e73 !important;
}

.fill-is-grey {
  fill: #efefef;
}

.fill-is-grey-mid {
  fill: #424143;
}

.fill-is-grey-mid-lighter {
  fill: #e2e2e2;
}

.fill-is-grey-dark {
  fill: #231f1f;
}

.fill-is-red-dark {
  fill: #9f1c20;
}

.fill-is-red {
  fill: #b92025;
}

.fill-is-karchi {
  fill: #d1d1c0;
}

.fill-is-karchi-dark {
  fill: #867e73;
}

.fill-is-white {
  fill: white;
}

.errors {
  color: #9f1c20 !important;
}
.errors li a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  padding: 14px 32px;
  padding: 1.4rem 3.2rem;
  margin-top: 20px;
  border: none;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  display: inline-block;
  background: #424143;
  width: 100%;
  text-align: center;
}
.errors li a:hover {
  color: #424143;
  background: white;
}

.cart {
  overflow: auto;
  text-transform: uppercase;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .cart {
    padding: 0;
  }
}
.cart button[type=submit] {
  background: #9f1c20;
  width: 100%;
  margin: 20px 0;
}
.cart button[type=submit]:hover {
  color: white;
  background: #231f1f;
}
@media (max-width: 768px) {
  .cart button[type=submit] {
    width: 100%;
  }
}
.cart .cart-item {
  display: flex;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  overflow: auto;
  padding: 30px 0;
  border-bottom: solid 1px #efefef;
}
.cart .cart-item:last-of-type {
  border-bottom: none;
}
@media (max-width: 600px) {
  .cart .cart-item {
    display: block;
  }
}
.cart .cart-item [class^=col-1-] {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cart .cart-item [class^=col-1-] {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .cart .cart-item [class^=col-1-] {
    text-align: center;
    width: 100%;
  }
}
.cart .cart-item a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.cart .cart-item a:hover {
  color: #9f1c20;
}
.cart .cart-item .cart-item-remove {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  top: 20px;
  top: 2rem;
  right: 20px;
  right: 2rem;
  color: #424143;
  opacity: 0.445;
  text-transform: capitalize;
}
.cart .cart-item .cart-item-remove:hover {
  color: #9f1c20;
  opacity: 1;
}
@media (max-width: 600px) {
  .cart .cart-item .cart-item-remove {
    top: 0;
    right: 0;
    padding: 20px;
    padding: 2rem;
  }
}
.cart .cart-item .cart-item-txt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
}
.cart .cart-item .cart-item-txt .cart-item-product-title,
.cart .cart-item .cart-item-txt .cart-item-price {
  font-family: "underground-regular", arial, helvetica, sans-serif;
}
.cart .cart-item .cart-item-txt .cart-item-price {
  margin-top: 10px;
}
.cart .cart-item .cart-item-txt .cart-item-meta-txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.cart .cart-item .cart-item-txt .cart-item-meta-txt input[type="number"] {
  border: 2px solid #efefef;
  display: inline-block;
  max-width: 40px;
  padding: 5px;
  height: 30px;
}
.cart .cart-item .cart-item-txt .cart-item-meta-txt .update-cart {
  background: none;
  color: #9f1c20;
  width: initial;
  padding: initial;
  margin-left: 10px;
  font-family: 'underground-regular';
  font-size: 1rem;
  text-decoration: underline;
}
.cart .cart-item .cart-item-img a:hover ~ a {
  color: blue;
}
.cart .cart-msg-sizing {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
}
.cart .cart-checkout {
  padding: 20px 0;
  letter-spacing: 0.15rem;
}
.cart .cart-checkout .cart-subtotal {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "underground-bold", arial, helvetica, sans-serif;
}
.cart .cart-checkout .cart-msg-shipping-costs,
.cart .cart-checkout .cart-msg-secure-checkout,
.cart .cart-checkout .cart-msg-currency,
.cart .cart-checkout .cart-msg-discount-voucher,
.cart .cart-checkout .cart-msg-continue-shopping {
  font-size: 12px;
  font-size: 1.2rem;
}
.cart .cart-checkout .cart-msg-agree-to-terms,
.cart .cart-checkout .cart-msg-currency {
  margin: 20px 0;
  font-size: 10px;
  font-size: 1rem;
}
.cart .cart-checkout .cart-msg-agree-to-terms {
  margin-bottom: 0;
}
.cart .cart-checkout .cart-msg-agree-to-terms a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.cart .cart-checkout .cart-msg-agree-to-terms a:hover {
  color: #9f1c20;
}
.cart .cart-checkout .cart-msg-secure-checkout,
.cart .cart-checkout .cart-msg-discount-voucher,
.cart .cart-checkout .cart-msg-continue-shopping {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  color: #424143;
}
.cart .cart-checkout .cart-msg-continue-shopping {
  margin-top: 20px;
}
.cart .cart-checkout .cart-msg-continue-shopping a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.cart .cart-checkout .cart-msg-continue-shopping a:hover {
  color: #9f1c20;
}
.cart .cart-checkout .cart-payment-logos {
  overflow: auto;
  text-align: center;
  margin: 30px 0;
}
.cart .cart-checkout .cart-payment-logos .cart-payment-logo {
  display: inline-block;
  width: 60px;
  opacity: 0.445;
}
.cart .cart-checkout p {
  margin: 0px;
}
.cart .cart-checkout .cart-button-submit {
  font-size: 18px;
  font-size: 1.8rem;
}

footer#site-footer {
  background: #231f1f;
  color: white;
  text-align: center;
  padding: 30px 0;
}
footer#site-footer p {
  margin-bottom: 0;
}
footer#site-footer .footer-logo {
  margin-bottom: 30px;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
}
footer#site-footer .footer-content {
  max-width: 800px;
  max-width: 80rem;
  margin-bottom: 30px;
}
footer#site-footer .footer-content [class^=col-] {
  padding: 20px 60px 0;
}
@media (max-width: 768px) {
  footer#site-footer .footer-content [class^=col-]:first-of-type {
    padding: 0 60px 0;
  }
}
footer#site-footer .footer-content [class^=col-]:first-of-type {
  box-shadow: 1px 0 0 white;
}
@media (max-width: 768px) {
  footer#site-footer .footer-content [class^=col-]:first-of-type {
    box-shadow: none;
  }
}
footer#site-footer .footer-content [class^=col-]:first-of-type a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
}
footer#site-footer .footer-content [class^=col-]:first-of-type a:hover {
  color: #9f1c20;
}
footer#site-footer .footer-content p, footer#site-footer .footer-content h2, footer#site-footer .footer-content a {
  font-size: 14px;
  font-size: 1.4rem;
}
footer#site-footer .footer-content h2, footer#site-footer .footer-content a {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
footer#site-footer .footer-content h2 {
  margin-bottom: 20px;
  line-height: 1.5;
}
footer#site-footer .footer-content .footer-payment-logos {
  overflow: auto;
  text-align: center;
  margin-top: 20px;
  margin-top: 2rem;
}
footer#site-footer .footer-content .footer-payment-logos .footer-payment-logo {
  display: inline-block;
  margin-right: 1px;
  margin-right: 0.1rem;
}
footer#site-footer .footer-content .footer-social {
  margin-top: 20px;
  margin-top: 2rem;
}
footer#site-footer .footer-content .footer-social a {
  display: inline-block;
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 20px;
  margin-left: 2rem;
}
footer#site-footer .footer-content .footer-social a:first-of-type {
  margin-left: 0;
}
footer#site-footer .footer-content .footer-social a:hover {
  color: #9f1c20;
}
footer#site-footer .footer-email-signup {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer#site-footer .footer-email-signup p {
  max-width: 320px;
  margin: 10px auto;
  margin: 1rem auto;
}
footer#site-footer .footer-copyright {
  font-family: "underground-regular", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #68676a;
  letter-spacing: 0.15rem;
}
footer#site-footer .footer-copyright a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #68676a;
  text-transform: uppercase;
}
footer#site-footer .footer-copyright a:hover {
  color: white;
}

header#site-header {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  text-align: center;
  background: white;
  min-height: 140px;
  max-height: 140px;
}
@media (max-width: 600px) {
  header#site-header {
    min-height: 90px;
    max-height: 90px;
  }
}
header#site-header #logo {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  display: inline-block;
  font-size: 0;
  width: 225px;
  width: 22.5rem;
  height: auto;
  margin: 20px 0 10px;
}
@media (max-width: 600px) {
  header#site-header #logo {
    width: 185px;
    width: 18.5rem;
  }
}
header#site-header #cart-links {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  top: 60px;
  top: 6rem;
  right: 2.5%;
}
@media (max-width: 600px) {
  header#site-header #cart-links {
    top: 40px !important;
    top: 4rem !important;
  }
}
@media (max-width: 600px) {
  header#site-header #cart-links {
    top: 20px;
    top: 2rem;
  }
}
header#site-header #cart-links a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #231f1f;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  display: inline-block;
}
header#site-header #cart-links a:hover {
  color: #9f1c20;
}
header#site-header #cart-links a:first-of-type {
  margin-right: 5px;
  margin-right: 0.5rem;
}
header#site-header #cart-links a:last-of-type {
  margin-left: 5px;
  margin-left: 0.5rem;
}
header#site-header #cart-links a #cart-items {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  background: #9f1c20;
  color: white;
  line-height: 12px;
  line-height: 1.2rem;
  padding: 5px;
  padding: 0.5rem;
  letter-spacing: 0;
  width: 22px;
  width: 2.2rem;
}
header#site-header #currency-select {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  top: 30px;
  right: 2.5%;
}
@media (max-width: 600px) {
  header#site-header #currency-select {
    top: 20px;
  }
}
@media (max-width: 380px) {
  header#site-header #currency-select {
    right: 0;
  }
}
header#site-header #currency-select ul {
  position: relative;
  right: 22px;
  right: 2.2rem;
  padding: 0 10px;
  padding: 0 1rem;
  background: none;
}
header#site-header #currency-select ul:hover {
  cursor: pointer;
}
@media (max-width: 380px) {
  header#site-header #currency-select ul {
    padding: 0 0.8rem;
  }
}
header#site-header #currency-select li {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  display: none;
  opacity: 0;
  width: 16px;
  width: 1.6rem;
  height: auto;
}
header#site-header #currency-select li.active {
  display: block;
  opacity: 1;
}
header#site-header #currency-select.active ul {
  background: white;
}
header#site-header #currency-select.active li {
  display: block;
  opacity: 1;
}
header#site-header #currency-select #currency-picker {
  display: none !important;
}
header#site-header #header-msg-shipping {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  height: 25px;
  height: 2.5rem;
  left: 2.5%;
  bottom: 56px;
  bottom: 5.6rem;
}
@media (min-width: 1001px) {
  header#site-header #header-msg-shipping {
    top: auto !important;
  }
}
@media (max-width: 1000px) {
  header#site-header #header-msg-shipping {
    top: -24px;
    top: -2.4rem;
    left: 0;
    width: 100%;
    line-height: 24px;
    line-height: 2.4rem;
    background: #efefef;
    font-size: 10px;
    font-size: 1rem;
    font-family: "underground-regular", arial, helvetica, sans-serif;
  }
}
header#site-header #header-msg-shipping i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  top: 2px;
  top: 0.2rem;
}
@media (max-width: 1000px) {
  header#site-header #header-msg-shipping i {
    font-size: 1.2rem;
    font-size: 12px;
    top: 1px;
    top: 0.1rem;
  }
}
header#site-header #header-msg-shipping p {
  display: inline-block;
  line-height: 1.25;
  text-align: left;
}

body.shrunk #site-header {
  min-height: 80px;
  max-height: 80px;
}
@media (max-width: 600px) {
  body.shrunk #site-header {
    min-height: 62px;
    max-height: 62px;
  }
}
body.shrunk #site-header #logo {
  width: 125px;
  width: 12.5rem;
  margin: 10px 0 5px;
}
@media (max-width: 600px) {
  body.shrunk #site-header #logo {
    width: 145px;
    width: 14.5rem;
  }
}
body.shrunk #site-header nav ul#menu-main li a {
  padding: 0 30px 10px !important;
}
body.shrunk #site-header #header-msg-shipping {
  bottom: 30px;
  bottom: 3rem;
}
@media (max-width: 1000px) {
  body.shrunk #site-header #header-msg-shipping {
    top: -24px;
    top: -2.4rem;
  }
}
body.shrunk #site-header #cart-links {
  top: 30px !important;
  top: 3rem !important;
}
body.shrunk #site-header #currency-select {
  top: 10px;
  top: 1rem;
}
body.shrunk #site-header #burger {
  top: 50px;
  top: 5rem;
}
body.shrunk #site-header #burger.no-offset {
  top: 25px !important;
  top: 2.5rem !important;
}

.homepage [class^='row-'] {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.homepage [class^='row-'] .prod {
  padding: 30px;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .prod {
    padding: 30px;
  }
}
.homepage [class^='row-'] .prod h4 {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.homepage [class^='row-'] .as-seen {
  max-width: 950px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .as-seen {
    margin: 30px 0px;
  }
}
.homepage [class^='row-'] .as-seen h5 {
  flex: 0 0 100%;
  text-transform: uppercase;
  font-family: 'underground-bold';
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
}
.homepage [class^='row-'] .as-seen .as-seen-logo {
  margin: 0 20px;
  flex: 1;
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .as-seen .as-seen-logo {
    flex: 0 0 20%;
    margin: 10px 20px;
  }
}
.homepage [class^='row-'] .as-seen .as-seen-logo img {
  opacity: 0.3;
}
.homepage [class^='row-'] .text {
  padding: 60px;
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .text {
    padding: 30px;
  }
}
.homepage [class^='row-'] .text h3 {
  font-family: "underground-light", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  font-size: 27px;
  font-size: 2.7rem;
  color: #424143;
}
.homepage [class^='row-'] .title {
  padding: 60px 0 30px 0;
}
.homepage [class^='row-'] .title h2 {
  font-family: "underground-light", arial, helvetica, sans-serif;
  text-transform: none;
  color: #424143;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 0 30px;
}
.homepage [class^='row-'] .promo {
  position: relative;
}
.homepage [class^='row-'] .promo .row-promo-content {
  position: absolute;
}
.homepage [class^='row-'] .promo .row-promo-content.top-left {
  top: 15%;
  left: 10%;
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.top-center {
  top: 15%;
  left: 50%;
  transform: translatex(-50%);
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.top-right {
  top: 15%;
  right: 10%;
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.mid-left {
  top: 50%;
  transform: translatey(-50%);
  left: 50px;
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.mid-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.mid-right {
  top: 50%;
  right: 10%;
  transform: translatey(-50%);
  text-align: cente;
}
.homepage [class^='row-'] .promo .row-promo-content.bot-left {
  bottom: 15%;
  left: 10%;
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.bot-center {
  bottom: 15%;
  left: 50%;
  transform: translatex(-50%);
  text-align: center;
}
.homepage [class^='row-'] .promo .row-promo-content.bot-right {
  bottom: 15%;
  right: 10%;
  text-align: center;
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .promo .row-promo-content {
    top: 50% !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: translatey(-50%) !important;
    padding: 20px;
    width: 80%;
    margin: 0 10%;
  }
}
.homepage [class^='row-'] .promo .row-promo-content h1 {
  font-family: "underground-light", arial, helvetica, sans-serif;
  text-transform: none;
  color: #231f1f;
  font-size: 50px;
  font-size: 3vw;
  line-height: 3vw;
}
@media (max-width: 768px) {
  .homepage [class^='row-'] .promo .row-promo-content h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 6px;
  }
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .promo .row-promo-content h1 {
    color: white;
  }
}
.homepage [class^='row-'] .promo .row-promo-content h2 {
  font-family: "underground-light", arial, helvetica, sans-serif;
  text-transform: none;
  color: #231f1f;
  font-size: 26px;
  font-size: 1.5vw;
  line-height: 1.5vw;
}
@media (max-width: 768px) {
  .homepage [class^='row-'] .promo .row-promo-content h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .promo .row-promo-content h2 {
    color: white;
  }
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .promo {
    margin-bottom: 20px;
  }
}
.homepage [class^='row-'] .blog-promo {
  position: relative;
}
.homepage [class^='row-'] .blog-promo .row-blog-promo-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  width: 80%;
  margin: 0 10%;
}
.homepage [class^='row-'] .blog-promo .row-blog-promo-content h1, .homepage [class^='row-'] .blog-promo .row-blog-promo-content a {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 20px;
  display: block;
}
.homepage [class^='row-'] .blog-promo .row-blog-promo-content p {
  font-family: "plantin-italic", serif;
  text-transform: none;
  color: white;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 600px) {
  .homepage [class^='row-'] .blog-promo .row-blog-promo-content p {
    font-size: 20px;
    font-size: 2rem;
  }
}
.homepage [class^='row-'] .blog-promo .row-blog-promo-content a {
  cursor: pointer;
}
.homepage [class^='row-']:after {
  content: " ";
  display: block;
  clear: both;
  float: none;
}
.homepage [class^='hp-feat-'] {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  background-size: cover;
  background-position: center center;
}
.homepage [class^='hp-feat-'] .row {
  position: relative;
  z-index: 999999888;
}
.homepage [class^='hp-feat-'] [class^='col-'].padded {
  padding: 80px 0;
  padding: 8rem 0;
}
.homepage [class^='hp-feat-'] [class^='col-'].padded-small {
  padding: 50px 0;
  padding: 5rem 0;
  padding: 4vw 0;
}
.homepage [class^='hp-feat-'].bg-is-grey-dark {
  color: white;
}
.homepage [class^='hp-feat-'] .txt-wrapper {
  width: 100%;
  max-width: 400px;
  max-width: 40rem;
}
@media (max-width: 768px) {
  .homepage [class^='hp-feat-'] .txt-wrapper {
    float: left;
  }
}
@media (max-width: 600px) {
  .homepage [class^='hp-feat-'] .txt-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.homepage [class^='hp-feat-'] .txt-wrapper p, .homepage [class^='hp-feat-'] .txt-wrapper button {
  margin-left: 30px;
  margin-left: 3rem;
  padding: 5px 0px;
}
@media (max-width: 600px) {
  .homepage [class^='hp-feat-'] .txt-wrapper p, .homepage [class^='hp-feat-'] .txt-wrapper button {
    margin-left: 0;
  }
}
.homepage [class^='hp-feat-'] .txt-wrapper h2 {
  font-family: "underground-bold", arial, helvetica, sans-serif;
}
.homepage [class^='hp-feat-'] .txt-wrapper h2 span {
  display: block;
}
.homepage [class^='hp-feat-'] .txt-wrapper.txt-layout-left {
  float: right;
}
@media (max-width: 768px) {
  .homepage [class^='hp-feat-'] .txt-wrapper.txt-layout-left {
    float: left;
  }
}
.homepage [class^='hp-feat-'] .txt-wrapper.txt-layout-right {
  float: left;
}
.homepage [class^='hp-feat-'] .txt-wrapper.txt-layout-center {
  text-align: center;
  max-width: 100%;
}
.homepage [class^='hp-feat-'] .txt-wrapper.txt-layout-center p {
  margin: 0;
}
.homepage [class^='hp-feat-']:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .homepage [class^='hp-feat-'] .container {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .homepage [class^='hp-feat-'] .btn {
    width: 100% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .homepage [class^='hp-feat-'] .txt-layout-left,
  .homepage [class^='hp-feat-'] .txt-layout-right {
    padding: 0 20px;
  }
}
.homepage .hp-feat-a-better-idea {
  background: url("https://cdn.shopify.com/media/mockup/hp-bg-mockup-station.jpg");
  background-size: cover;
  background-position: center center;
}
.homepage .hp-feat-a-better-idea .txt-wrapper {
  color: white;
}
.homepage .hp-feat-a-better-idea .txt-wrapper {
  float: right;
}
@media (max-width: 768px) {
  .homepage .hp-feat-a-better-idea .txt-wrapper {
    float: left;
  }
}
.homepage .hp-feat-a-better-idea .slash {
  width: 75%;
}
@media (max-width: 768px) {
  .homepage .hp-feat-a-better-idea .slash {
    width: 100%;
    opacity: 0.95;
  }
}
@media (max-width: 600px) {
  .homepage .hp-feat-a-better-idea .slash {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .homepage .home-brogue-heart .slash {
    width: 115% !important;
  }
}
@media (max-width: 768px) {
  .homepage .home-brogue-heart .txt-wrapper a.btn {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
  }
}
@media (max-width: 600px) {
  .homepage .home-brogue-heart .txt-wrapper a {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .homepage .home-brilliant .slash {
    width: 80% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .homepage .home-brilliant .hp-feat- {
    background-position: right -25vw center !important;
  }
}
.homepage .hp-feat-comfort-forever .txt-wrapper {
  float: left;
}
@media (max-width: 768px) {
  .homepage .hp-feat-comfort-forever .txt-wrapper {
    float: right;
  }
}
.homepage .hp-feat-comfort-forever .slash {
  width: 75%;
}
.homepage .hp-feat-join-the-journey {
  background: url("https://cdn.shopify.com/media/mockup/hp-bg-mockup-converse.jpg");
  background-size: cover;
  background-position: center center;
}
.homepage .hp-feat-join-the-journey .txt-wrapper {
  float: right;
}
@media (max-width: 768px) {
  .homepage .hp-feat-join-the-journey .txt-wrapper {
    float: left;
  }
}
.homepage .hp-feat-join-the-journey .slash {
  width: 85%;
}
@media (max-width: 600px) {
  .homepage .hp-feat-join-the-journey .slash {
    width: 110%;
    opacity: 0.8;
  }
}
.homepage .slash.hp-overlay {
  z-index: 888888888;
  top: 320px;
  right: -67.25px;
}
.homepage.quote .padded {
  padding: 125px 0 !important;
  padding: 12.5rem 0 !important;
  padding: 8.25vw 0 !important;
}

.home-pioneer396 .txt-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3vw;
  max-width: initial !important;
  width: initial !important;
}
.home-pioneer396 .txt-wrapper span p {
  font-family: "underground-bold", arial, helvetica, sans-serif !important;
  color: #9f1c20 !important;
}
.home-pioneer396 .txt-wrapper span:nth-of-type(2) p {
  color: #27380e !important;
}
.home-pioneer396 .txt-wrapper h2 {
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .home-pioneer396 .txt-wrapper {
    position: relative;
    top: auto;
    bottom: 20px;
    transform: none;
    width: 100%;
    right: 0;
    float: none !important;
  }
}
@media (max-width: 1200px) {
  .home-pioneer396 .container-small {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 968px) {
  .home-pioneer396 .container-small {
    margin: 0 auto 0 0;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .home-pioneer396 .container-small {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home-pioneer396 svg {
    width: 90% !important;
  }
}
@media (max-width: 600px) {
  .home-pioneer396 svg {
    width: 115% !important;
  }
}

.home-original172 img {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
}
.home-original172 .container {
  position: relative;
}
@media (max-width: 768px) {
  .home-original172 .container div.img-block:nth-of-type(1) {
    margin-top: 50vw;
  }
}
@media (max-width: 600px) {
  .home-original172 .container div.img-block:nth-of-type(1) {
    display: none;
  }
}
.home-original172 .container div.img-block:nth-of-type(1) img {
  min-width: 80% !important;
  max-width: 80% !important;
}
@media (max-width: 1268px) {
  .home-original172 .container div.img-block:nth-of-type(1) img {
    min-width: 70% !important;
    max-width: 70% !important;
  }
}
@media (max-width: 768px) {
  .home-original172 .container div.img-block:nth-of-type(1) img {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .home-original172 .container div.img-block:nth-of-type(2) {
    margin-top: 35vw;
  }
}
@media (max-width: 600px) {
  .home-original172 .container div.img-block:nth-of-type(2) {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.home-original172 .container div.img-block:nth-of-type(2) img {
  margin-top: 150px;
}
@media (max-width: 1268px) {
  .home-original172 .container div.img-block:nth-of-type(2) img {
    position: relative;
    left: 8vw;
    min-width: 90% !important;
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  .home-original172 .container div.img-block:nth-of-type(2) img {
    left: 0;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 600px) {
  .home-original172 .container div.img-block:nth-of-type(2) img {
    margin-top: 0;
  }
}
.home-original172 .img-block {
  width: 50%;
  display: inline-block;
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .home-original172 .img-block {
    width: 100%;
  }
}
.home-original172 .txt-block {
  position: absolute;
  top: 8vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 600px) {
  .home-original172 .txt-block {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 30px;
  }
}
.home-original172 .txt-block h2 {
  margin-bottom: 0;
}
.home-original172 .txt-block span {
  display: block;
  max-width: 250px;
  margin: 0 auto 40px;
}
@media (max-width: 600px) {
  .home-original172 .txt-block span {
    margin: 0 auto 20px;
  }
}
.home-original172 .txt-block span p {
  font-family: "underground-bold", arial, helvetica, sans-serif;
}
.home-original172 .txt-block .txt-is-grey p {
  font-family: "underground-light", arial, helvetica, sans-serif;
}

section#instagram-feed {
  margin: 10px 0 0;
  display: block;
}
section#instagram-feed li {
  font-size: 0;
  float: left;
  margin-right: 10px;
  margin-right: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
section#instagram-feed li:last-of-type {
  margin-right: 0;
}
@media (min-width: 616px) and (max-width: 783px) {
  section#instagram-feed li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 615px) {
  section#instagram-feed li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

main#site-content,
footer#site-footer {
  position: relative;
  top: 140px;
  clear: both !important;
  overflow: hidden;
}
@media (max-width: 600px) {
  main#site-content,
  footer#site-footer {
    top: 90px;
  }
  main#site-content.offset-removed,
  footer#site-footer.offset-removed {
    top: 25px;
    top: 2.5rem;
  }
}

header#site-header {
  position: fixed;
  top: 0;
  z-index: 999999998;
}
@media (max-width: 1000px) {
  header#site-header {
    top: 24px !important;
    top: 2.4rem !important;
  }
}
header#site-header.scrollable {
  position: relative;
}
@media (max-width: 1000px) {
  header#site-header.no-offset {
    top: 0 !important;
  }
}

main#site-content {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
}
@media (max-width: 1000px) {
  main#site-content {
    top: 165px !important;
  }
  main#site-content.no-offset {
    top: 140px !important;
  }
}
@media (max-width: 600px) {
  main#site-content {
    top: 115px !important;
  }
  main#site-content.no-offset {
    top: 90px !important;
  }
}
body.shrunk main#site-content {
  top: 80px;
}
@media (max-width: 1000px) {
  body.shrunk main#site-content {
    top: 105px !important;
  }
  body.shrunk main#site-content.no-offset {
    top: 80px !important;
  }
}

footer#site-footer {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  top: 140px !important;
}
@media (max-width: 1000px) {
  footer#site-footer {
    top: 165px !important;
  }
  footer#site-footer.no-offset {
    top: 140px !important;
  }
}
@media (max-width: 600px) {
  footer#site-footer {
    top: 115px !important;
  }
  footer#site-footer.no-offset {
    top: 90px !important;
  }
}
body.shrunk footer#site-footer {
  top: 80px !important;
}
@media (max-width: 1000px) {
  body.shrunk footer#site-footer {
    top: 105px !important;
  }
  body.shrunk footer#site-footer.no-offset {
    top: 80px !important;
  }
}

.collection-a-better-idea {
  position: relative;
}
.collection-a-better-idea .txt-wrapper {
  color: white;
  width: 100%;
  max-width: 400px;
  max-width: 40rem;
  float: right;
}
@media (max-width: 768px) {
  .collection-a-better-idea .txt-wrapper {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .collection-a-better-idea .txt-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.collection-a-better-idea .txt-wrapper p, .collection-a-better-idea .txt-wrapper button {
  margin-left: 30px;
  margin-left: 3rem;
}
@media (max-width: 600px) {
  .collection-a-better-idea .txt-wrapper p, .collection-a-better-idea .txt-wrapper button {
    margin-left: 0;
  }
}

body#account #site-content #RecoverPasswordForm p,
body#create-account #site-content #RecoverPasswordForm p {
  padding-bottom: 20px;
  page-break-after: 2rem;
}
body#account .errors,
body#create-account .errors {
  padding: 0 !important;
}

.menu-wrapper #logo-mobile-menu {
  display: none;
  position: absolute;
  top: 20px;
  top: 2rem;
  left: calc(50% - 2.25rem);
}
.menu-wrapper #logo-mobile-menu img {
  width: 45px;
  height: 45px;
}
.menu-wrapper #logo-mobile-menu.active {
  display: inline-block;
}
.menu-wrapper nav {
  display: block;
  width: 100%;
  z-index: 777777777;
}
@media (max-width: 600px) {
  .menu-wrapper nav {
    display: none;
  }
}
.menu-wrapper nav ul#menu-main {
  position: relative;
  top: 3px;
  top: 0.3rem;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.menu-wrapper nav ul#menu-main:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.menu-wrapper nav ul#menu-main li {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  white-space: no-wrap;
  display: inline-block;
}
.menu-wrapper nav ul#menu-main li:first-of-type a {
  color: #9f1c20;
}
.menu-wrapper nav ul#menu-main li a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
  padding: 10px 30px;
  padding: 1rem 3rem;
  display: block;
  text-transform: uppercase;
}
.menu-wrapper nav ul#menu-main li a:hover {
  color: #9f1c20;
}
.menu-wrapper nav ul#menu-main li a label:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .menu-wrapper nav ul#menu-main li {
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .menu-wrapper nav ul#menu-main li.has-dropdown ul {
    display: none !important;
  }
}
.menu-wrapper nav ul#menu-main li.has-dropdown ul {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  left: 0px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: rgba(226, 226, 226, 0.99);
}
.menu-wrapper nav ul#menu-main li.has-dropdown ul li {
  opacity: 0;
  padding: 30px 0;
}
.menu-wrapper nav ul#menu-main li.has-dropdown ul li a:first-of-type:hover + a {
  color: #9f1c20;
}
.menu-wrapper nav ul#menu-main li.has-dropdown:hover ul {
  overflow: auto;
  overflow-y: hidden;
  max-height: 420px;
  max-height: 42rem;
}
.menu-wrapper nav ul#menu-main li.has-dropdown:hover ul li {
  -webkit-animation: delayfadein .5s forwards ease-in-out;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: delayfadein .5s forwards ease-in-out;
  /* Firefox < 16 */
  -ms-animation: delayfadein .5s forwards ease-in-out;
  /* Internet Explorer */
  -o-animation: delayfadein .5s forwards ease-in-out;
  /* Opera < 12.1 */
  animation: delayfadein .5s forwards ease-in-out;
}

#burger {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: fixed;
  top: 65px;
  top: 6.5rem;
  left: 2.5%;
  display: inline-block;
  width: 15px;
  width: 1.5rem;
  height: 14px;
  height: 1.4rem;
  z-index: 999999999;
}
#burger:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#burger.no-offset {
  top: 40px;
  top: 4rem;
}
#burger:hover {
  cursor: pointer;
}
#burger span {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  display: block;
  position: absolute;
  top: 1px;
  top: 0.1rem;
  left: 0;
  width: 15px;
  width: 1.5rem;
  height: 2px;
  height: 0.2rem;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: black;
}
#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 6px;
  top: 0.6rem;
}
#burger span:nth-child(4) {
  top: 11px;
  top: 1.1rem;
}
#burger.active span:nth-child(1), #burger.active span:nth-child(4) {
  width: 0;
  left: 8px;
  left: 0.75rem;
  opacity: 0;
}
#burger.active span:nth-child(2) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burger.active span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burger > div {
  margin-left: 20px;
  margin-left: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  line-height: 14px;
  line-height: 1.4rem;
}
@media (min-width: 601px) {
  #burger {
    display: none;
  }
}

#menu-mobile-overlay {
  display: none;
}
@media (max-width: 600px) {
  #menu-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    background: white;
  }
}

body.scroll-disabled {
  overflow: hidden;
}

@keyframes delayfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes delayfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes delayfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes delayfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes delayfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-subnav {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  width: 100%;
  background: #efefef;
  position: fixed;
  top: 140px;
  z-index: 888888888;
}
@media (max-width: 1000px) {
  .page-subnav {
    top: 164px !important;
  }
  .no-offset .page-subnav {
    top: 140px !important;
  }
  body.shrunk .no-offset .page-subnav {
    top: 80px !important;
  }
}
@media (max-width: 600px) {
  .page-subnav {
    top: 114px !important;
  }
  .no-offset .page-subnav {
    top: 90px !important;
  }
  body.shrunk .no-offset .page-subnav {
    top: 62px !important;
  }
}
body.shrunk .page-subnav {
  top: 80px;
}
@media (max-width: 1000px) {
  body.shrunk .page-subnav {
    top: 104px !important;
  }
}
@media (max-width: 600px) {
  body.shrunk .page-subnav {
    top: 86px !important;
  }
}
.page-subnav ul {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.page-subnav ul li {
  -webkit-transition: all .33s ease 0s;
  transition: all .33s ease 0s;
  font-family: "underground-regular", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .15rem;
  white-space: no-wrap;
  display: inline-block;
}
.page-subnav ul li a {
  -webkit-transition: all .33s ease 0s;
  transition: all .33s ease 0s;
  color: #231f1f;
  padding: 10px 30px;
  padding: 1rem 3rem;
  display: block;
  text-transform: uppercase;
  cursor: pointer;
}
.page-subnav ul li a:hover {
  color: #9f1c20;
}

#menu-main a[href='/collections/womens-chelsea-boots'] {
  cursor: default !important;
}
#menu-main a[href='/collections/womens-chelsea-boots']:hover {
  cursor: default !important;
}

.modal {
  max-width: 700px;
  text-align: center;
  padding: 30px !important;
}
@media (max-width: 600px) {
  .modal {
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.modal#news_popup {
  max-width: 800px;
  padding: 0px !important;
}
.modal#news_popup .modal-body {
  padding: 60px 30px 40px 30px !important;
  font-size: 1.2rem;
  font-size: 12px;
  text-transform: uppercase;
}
.modal#news_popup .modal-body input[type=submit] {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  background: #9f1c20;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  cursor: pointer;
}
.modal#news_popup .modal-body input[type=submit]:hover {
  background: #424143;
}
.modal#news_popup .modal-body form {
  margin-top: 50px;
  margin-bottom: 20px;
}
.modal#news_popup .modal-image.breakout {
  position: absolute;
  top: -20px;
  left: -20px;
}
.modal#news_popup .modal-image img {
  display: block;
}
@media (max-width: 767px) {
  .modal#news_popup .modal-image {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .modal#news_popup .col-1-4 {
    width: 20%;
    float: left;
    margin: 0px;
  }
  .modal#news_popup .col-3-4 {
    width: 73.33333%;
    float: left;
    margin: 0px;
  }
}

[rel="modal:close"] {
  left: -9999999px;
}
[rel="modal:close"]:hover:after {
  color: #9f1c20;
  opacity: 1;
}
[rel="modal:close"]:after {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  content: '\f00d';
  font-family: FontAwesome;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-align: center;
  color: #68676a;
  opacity: 0.445;
}

#BIS_frame {
  z-index: 999999999 !important;
}

.owl-nav {
  margin: 0 !important;
}
.owl-nav .owl-prev {
  left: 0;
  display: block;
}
.owl-nav .owl-prev span {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  width: 1.6rem;
  height: 1px;
  height: 0.1rem;
  background: #68676a;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.owl-nav .owl-prev span:nth-of-type(1) {
  top: 14px;
  top: 1.4rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav .owl-prev span:nth-of-type(2) {
  top: 25px;
  top: 2.5rem;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-nav .owl-prev:hover span {
  background: #9f1c20;
}
.owl-nav .owl-prev .owl-prev-btn {
  position: absolute;
  left: 10px;
  left: 1rem;
  bottom: 60px;
  background: transparent !important;
}
@media (max-width: 600px) {
  .owl-nav .owl-prev .owl-prev-btn {
    bottom: 27px;
    bottom: 2.7rem;
  }
}
.owl-nav .owl-next {
  right: 0;
  display: block;
}
.owl-nav .owl-next span {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  width: 1.6rem;
  height: 1px;
  height: 0.1rem;
  background: #68676a;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.owl-nav .owl-next span:nth-of-type(1) {
  top: 14px;
  top: 1.4rem;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-nav .owl-next span:nth-of-type(2) {
  top: 25px;
  top: 2.5rem;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-nav .owl-next:hover span {
  background: #9f1c20;
}
.owl-nav .owl-next .owl-next-btn {
  position: absolute;
  right: 10px;
  right: 1rem;
  bottom: 60px;
  background: transparent !important;
}
@media (max-width: 600px) {
  .owl-nav .owl-next .owl-next-btn {
    bottom: 27px;
    bottom: 2.7rem;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute !important;
  top: 0;
  height: 95%;
  width: 32px;
  width: 3.2rem;
  margin: 0 !important;
  background: transparent !important;
  z-index: 777777777;
}

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

.owl-dots {
  display: inline-block;
  position: relative;
  top: -60px;
}
@media (max-width: 600px) {
  .owl-dots {
    top: -15px;
  }
}

.owl-dot span {
  background: #68676a !important;
}
.owl-dot.active span {
  background: #9f1c20 !important;
}

@media (max-width: 768px) {
  .owl-item {
    padding: 0;
  }
}
.owl-item.active {
  height: auto;
}

.product {
  overflow: auto;
  overflow-y: hidden;
}
@media (min-width: 769px) {
  .product > [class^="product-details-"]:last-of-type {
    margin: 0;
  }
}
.product .product-details-img {
  position: relative;
}
@media (min-width: 769px) {
  .product .product-details-img {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}
.product .product-details-img:last-of-type {
  float: right;
  margin-right: 0;
}
.product .product-details-img .product-details-img-thumbs {
  text-align: center;
  font-size: 0;
}
.product .product-details-img .product-details-img-thumbs li {
  display: inline-block;
  overflow: auto;
  overflow-y: hidden;
  width: calc( 85% / 5 );
  height: auto;
}
.product .product-details-txt {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 769px) {
  .product .product-details-txt {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
.product .product-details-txt:last-of-type {
  float: right;
  margin-right: 0;
}
.product .product-details-txt #AddToCartForm {
  position: relative;
}
.product .product-details-txt h1 {
  margin: 0;
}
.product .product-details-txt h2 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "underground-regular", arial, helvetica, sans-serif;
}
.product .product-details-txt #gender-select li {
  min-width: 150px;
  min-width: 15rem;
  margin: 0;
}
.product .product-details-txt #gender-select li:hover {
  cursor: pointer;
}
.product .product-details-txt #productSelect {
  display: none;
}
.product .product-details-txt ul[id^="size-"] li {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "underground-regular", arial, helvetica, sans-serif;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  background: #efefef;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border: 0.1rem solid transparent;
}
.product .product-details-txt ul[id^="size-"] li:hover {
  background: #424143;
  color: white;
  cursor: pointer;
}
.product .product-details-txt ul[id^="size-"] li:hover .pre-order-label,
.product .product-details-txt ul[id^="size-"] li:hover .instock-label {
  max-height: 40px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product .product-details-txt ul[id^="size-"] li.selected {
  background: #9f1c20;
  color: white;
}
.product .product-details-txt ul[id^="size-"] li.selected:hover {
  cursor: default;
}
.product .product-details-txt ul[id^="size-"] li.out-of-stock {
  background: white;
  color: #efefef;
  border: 1px solid #efefef;
  border: 0.1rem solid #efefef;
}
.product .product-details-txt ul[id^="size-"] li.out-of-stock:hover {
  cursor: default;
  color: #efefef;
}
.product .product-details-txt ul[id^="size-"] li .pre-order-label {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-height: 0;
  background: #424143;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  line-height: normal;
  border-radius: 3px;
}
.product .product-details-txt ul[id^="size-"] li .instock-label {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-height: 0;
  background: #148f77;
  color: white;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 999;
  line-height: normal;
  border-radius: 3px;
}
.product .product-details-txt #gender-reset {
  position: absolute;
  top: 0;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  background: #ffffff;
  margin: 0px;
}
.product .product-details-txt #gender-reset:hover {
  cursor: pointer;
}
.product .product-details-txt #gender-reset span {
  border-bottom: 1px solid #efefef;
  border-bottom: 0.1rem solid #efefef;
}
.product .product-details-txt #gender-label {
  margin-top: 11px;
}
.product .product-details-txt #gender-reset,
.product .product-details-txt #gender-label,
.product .product-details-txt #product-details-txt-msg-select-size,
.product .product-details-txt .product-details-txt-select-size,
.product .product-details-txt .product-details-txt-size-help,
.product .product-details-txt .product-details-txt-bis,
.product .product-details-txt .product-details-txt-msg-stock,
.product .product-details-txt .product-details-txt-delivery-returns,
.product .product-details-txt .product-details-txt-alt-colours {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.product .product-details-txt #gender-reset,
.product .product-details-txt #gender-label,
.product .product-details-txt #product-details-txt-msg-select-size,
.product .product-details-txt .product-details-txt-price,
.product .product-details-txt .product-details-txt-select-size,
.product .product-details-txt .product-details-txt-size-help,
.product .product-details-txt .product-details-txt-bis,
.product .product-details-txt .product-details-txt-msg-stock,
.product .product-details-txt .product-details-txt-alt-colours,
.product .product-details-txt .product-details-txt-delivery-returns {
  font-family: "underground-regular", arial, helvetica, sans-serif;
}
.product .product-details-txt .product-details-txt-delivery-returns,
.product .product-details-txt .product-details-txt-bis a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #424143;
}
.product .product-details-txt .product-details-txt-delivery-returns:hover,
.product .product-details-txt .product-details-txt-bis a:hover {
  color: #9f1c20;
}
.product .product-details-txt .product-details-txt-size-help a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #424143;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  max-width: 30rem;
  line-height: 45px;
  line-height: 4.5rem;
  border: 1px solid #68676a;
}
.product .product-details-txt .product-details-txt-size-help a:hover {
  border: 1px solid #9f1c20;
  color: #9f1c20;
}
.product .product-details-txt .product-details-txt-size-help a:before {
  content: ' ';
  width: 25px;
  width: 2.5rem;
  height: 25px;
  height: 2.5rem;
  background: url("../../9/assets/shoe-size-icon.png") no-repeat center center;
  display: inline-block;
  position: relative;
  top: 10px;
  top: 1rem;
  left: -5px;
  left: -0.5rem;
}
.product .product-details-txt .product-details-txt-price {
  margin-bottom: 10px;
}
.product .product-details-txt .product-details-txt-price .on-sale {
  color: #9f1c20;
}
.product .product-details-txt #gender-select {
  margin: 10px 0 21px;
}
@media (min-width: 769px) and (max-width: 1005px) {
  .product .product-details-txt #gender-select .btn {
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1005px) {
  .product .product-details-txt #gender-select li:first-of-type {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
}
.product .product-details-txt .product-details-txt-select-size {
  margin-bottom: 0;
}
.product .product-details-txt ul[id^="size-"] {
  margin: 10px 0px 35px;
}
.product .product-details-txt button {
  width: 100%;
  max-width: 300px;
  max-width: 30rem;
  min-width: auto !important;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .product .product-details-txt {
    padding-top: 0;
  }
}
.product .product-details-swatches {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.product .product-details-swatches ul {
  margin-top: 10px;
}
.product .product-details-swatches ul li {
  display: inline-block;
  padding: 0;
}
.product .product-details-swatches ul li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  display: block;
  width: 32px;
  width: 3.2rem;
  height: 32px;
  height: 3.2rem;
  padding: 0;
  background: #efefef;
}
.product .product-details-swatches ul li a.swatch-whitered {
  background: white;
  border: 2px solid #aa0000;
}
.product .product-details-swatches ul li a.swatch-whitegrey {
  background: white;
  border: 2px solid #c0c0c0;
}
.product .product-details-swatches ul li a.swatch-black {
  background: white;
  border: 12px solid black;
}
.product .product-details-swatches ul li a.swatch-allblack {
  background: black;
  border: 2px solid black;
}
.product .product-details-swatches ul li a.swatch-allblack {
  background: black;
  border: 2px solid black;
}
.product .product-details-swatches ul li a.swatch-taupe {
  background: #9e8f7d;
  border: 2px solid #9e8f7d;
}
.product .product-details-swatches ul li a.swatch-champagne {
  background: #d2b89a;
  border: 2px solid #d2b89a;
}
.product .product-details-swatches ul li a.swatch-tan {
  background: #bc824f;
  border: 2px solid #bc824f;
}
.product .product-details-swatches ul li a.swatch-tanbrown {
  background: #8f4e3c;
  border: 2px solid #584845;
}
.product .product-details-swatches ul li a.swatch-tanred {
  background: #8f4e3c;
  border: 2px solid #aa0000;
}
.product .product-details-swatches ul li a.swatch-brownnavy {
  background: #584845;
  border: 2px solid #4b4e5c;
}
.product .product-details-swatches ul li a.swatch-grey {
  background: #c4c1bd;
  border: 2px solid #9f9a94;
}
.product .product-details-swatches ul li a.swatch-cognac {
  background: #863f18;
  border: 2px solid #8e6040;
}
.product .product-details-swatches ul li a.swatch-green {
  background: #cfcd91;
  border: 2px solid #3e4a06;
}
.product .product-details-swatches ul li a.swatch-coral {
  background: #cd484e;
  border: 2px solid #a1d8de;
}
.product .product-details-swatches ul li a.swatch-pistachio {
  background: #cfd1ad;
  border: 2px solid #aeaeaa;
}
.product .product-details-swatches ul li a.swatch-cappuccino {
  background: #dcc7ab;
  border: 2px solid #eae1d0;
}

@media (min-width: 601px) and (max-width: 768px) {
  .template-product .prod-brogue-beautiful .slash {
    width: 112% !important;
  }
  .template-product .prod-brogue-beautiful .hp-feat- {
    background-position: left -13vw center !important;
  }
}
@media (max-width: 600px) {
  .template-product .prod-brogue-beautiful {
    height: auto !important;
  }
  .template-product .prod-brogue-beautiful .hp-feat- {
    background-position: center center !important;
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 601px) {
  .template-product .prod-brogue-heart .txt-wrapper img {
    position: absolute;
    max-width: 480px !important;
    max-width: 48rem !important;
    min-width: 480px !important;
    min-width: 48rem !important;
    top: 15vw;
    left: 60vw;
  }
}
@media (min-width: 769px) {
  .template-product .prod-brogue-heart .txt-wrapper img {
    top: 15vw;
    left: 50vw;
  }
}
@media (min-width: 2190px) {
  .template-product .prod-brogue-heart .txt-wrapper img {
    left: 40vw;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .template-product .prod-brogue-heart .hp-feat- {
    background-position: right -35vw center !important;
  }
}
.template-product .prod-brogue-sole .hp-feat- {
  background-position: center left -2vw !important;
}
@media (max-width: 600px) {
  .template-product .prod-brogue-sole .hp-feat- {
    background-position: center center !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .template-product .prod-sneaker-beautiful .slash {
    width: 90% !important;
  }
  .template-product .prod-sneaker-beautiful .hp-feat- {
    background-position: left -8vw top -6.5vw !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .template-product .prod-sneaker-brilliant .slash {
    width: 90% !important;
  }
  .template-product .prod-sneaker-brilliant .hp-feat- {
    background-position: right -18vw top 3vw !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .template-product .prod-sneaker-better .slash {
    width: 100% !important;
  }
  .template-product .prod-sneaker-better .hp-feat- {
    background-position: right -8vw top 22vw !important;
  }
}

/*
Naming conventions for Slashes
================================================================================
slash-tlbr - top left > bottom right \|
slash-bltr - bollom left > top right /|
slash-trbl - top right > bottom left |/
slash-brtl - bottom right > top left |\

Slashes must always be paralles if both sides are slashed
================================================================================
slash-tlp - top left parallel \
slash-blp - bottom left parallel //
*/
.slash {
  position: absolute;
  top: -1px;
  top: -0.1rem;
  height: 101%;
  min-width: 20%;
}
.slash.left {
  left: 0;
}
.slash.right {
  right: 0;
}
@media (max-width: 600px) {
  .slash.slash-tlp, .slash.slash-blp {
    display: none;
  }
}
.slash.slash-tlp.center, .slash.slash-blp.center {
  margin-left: 50%;
  transform: translateX(-50%);
}

.collection-a-better-idea .slash {
  top: -1px;
  top: -0.1rem;
  width: 150px;
  width: 15rem;
  min-width: auto !important;
}
@media (max-width: 768px) {
  .collection-a-better-idea .slash {
    right: 0;
  }
}
@media (max-width: 600px) {
  .collection-a-better-idea .slash {
    right: -100px;
    right: -10rem;
  }
}

@media (min-width: 601px) and (max-width: 768px) {
  .idea.quest .slash {
    width: 86% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.much-more .hp-feat- {
    background-position: left -75vw center !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.much-more .push-1-2 {
    margin-left: 15% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.beauty .txt-wrapper {
    max-width: 400px !important;
    max-width: 40rem !important;
  }
  .idea.beauty .hp-feat- {
    background-position: right -4vw center !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.thismile .slash {
    width: 125% !important;
  }
  .idea.thismile .hp-feat- {
    background-position: right -30vw top 59vw !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.thismile .push-1-2 {
    margin-left: 22% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.style .slash {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.style .push-1-2 {
    margin-left: 0 !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.style .txt-wrapper {
    max-width: 100% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.affordable .hp-feat- {
    background-image: none !important;
    background-color: #231f1f;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .idea.affordable .txt-wrapper {
    max-width: 100% !important;
  }
}

html {
  font-size: 62.5%;
  /* 10px base for rem */
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "underground-light", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #231f1f;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1 {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #9f1c20;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h2 {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 {
  font-family: "underground-regular", arial, helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
}

p {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
p:last-of-type {
  margin-bottom: 0;
}

strong {
  font-family: "underground-bold", arial, helvetica, sans-serif;
}

#delivery-amp-returns {
  text-align: center;
}

.blog-article {
  margin-bottom: 40px;
  letter-spacing: 0.15rem;
}
.blog-article .blog-title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  margin: 20px 0px;
}
.blog-article .blog-title a {
  -webkit-transition: all 0.33s ease 0s;
  transition: all 0.33s ease 0s;
  color: #231f1f;
}
.blog-article .blog-title a:hover {
  color: #9f1c20;
}
.blog-article .blog-excerpt {
  font-size: 14px;
  font-size: 1.4rem;
}

.bg-pos-right .hp-feat- {
  background-position: right  center !important;
}

.bg-pos-left .hp-feat- {
  background-position: left -10vw center !important;
}

.bg-pos-bottom .hp-feat- {
  background-position: bottom !important;
}

.home-hero h2 {
  margin-bottom: 0px;
}
.home-hero p {
  font-family: "underground-bold", arial, helvetica, sans-serif !important;
  color: #27380e !important;
}

@media (max-width: 600px) {
  .home-pioneer396 svg {
    display: none;
  }
}
.home-pioneer396 div[class^="hp-feat-"] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left -24vw;
}
@media (max-width: 768px) {
  .home-pioneer396 div[class^="hp-feat-"] {
    background-position: center left -56vw;
  }
}
@media (max-width: 600px) {
  .home-pioneer396 div[class^="hp-feat-"] {
    background-position: top center !important;
  }
}
@media (max-width: 600px) {
  .home-pioneer396 div[class^="hp-feat-"] .container {
    background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    width: 100% !important;
  }
}
.home-pioneer396 div[class^="hp-feat-"] .txt-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3vw;
  max-width: initial !important;
  width: initial;
}
.home-pioneer396 div[class^="hp-feat-"] .txt-wrapper span p {
  font-family: "underground-bold", arial, helvetica, sans-serif !important;
  color: #27380e !important;
}
.home-pioneer396 div[class^="hp-feat-"] .txt-wrapper span:nth-of-type(2) p {
  color: #9f1c20 !important;
}
@media (max-width: 600px) {
  .home-pioneer396 div[class^="hp-feat-"] .txt-wrapper a {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .home-pioneer396 div[class^="hp-feat-"] .txt-wrapper {
    position: relative;
    top: auto;
    bottom: 20px;
    transform: none;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .home-pioneer396 div[class^="hp-feat-"] .container-small {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 968px) {
  .home-pioneer396 div[class^="hp-feat-"] .container-small {
    margin: 0 auto 0 0;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .home-pioneer396 div[class^="hp-feat-"] .container-small {
    margin: 0 auto;
  }
}

.home-brogue-heart .txt-wrapper {
  max-width: 60rem !important;
}
.home-brogue-heart .txt-wrapper a.btn:last-of-type {
  background: #efefef;
  color: #424143;
  position: absolute;
  bottom: 20px;
  right: 0px;
}
@media (max-width: 600px) {
  .home-brogue-heart .txt-wrapper a.btn:last-of-type {
    position: relative;
    margin-top: 5px;
    bottom: auto;
  }
}
.home-brogue-heart .padded {
  padding: 10vw 0 !important;
}
.home-brogue-heart h2 {
  margin-bottom: 0px;
}
.home-brogue-heart h3 {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #27380e;
  padding-top: 5px;
  padding-top: 0.5rem;
}

@media (max-width: 768px) {
  .home-beautiful .hp-feat- {
    background-size: cover !important;
    background-position: left -30vw center !important;
  }
  .home-beautiful .hp-feat- .slash {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .home-better .hp-feat- {
    background-size: cover !important;
    background-position: left -30vw center !important;
  }
  .home-better .hp-feat- .slash {
    width: 75% !important;
  }
}
@media (max-width: 600px) {
  .home-beautiful {
    height: 100vh;
  }
  .home-beautiful .slash {
    display: none;
  }
  .home-beautiful div[class^="hp-feat"] {
    height: 100vh;
    background-size: cover !important;
    background-position: left -50vw center !important;
  }
  .home-beautiful div[class^="hp-feat"] .container {
    height: 100vh;
    background-image: linear-gradient(180deg, #867e73, rgba(134, 126, 115, 0));
    background-size: 100vw 100vh;
    width: 100% !important;
    padding: 0 10%;
  }

  .home-brilliant .slash {
    display: none;
  }
  .home-brilliant div[class^="hp-feat"] {
    background-size: cover !important;
    background-position: left center;
  }
  .home-brilliant div[class^="hp-feat"] .container {
    background: rgba(0, 0, 0, 0.7);
    width: 100%  !important;
    padding: 0 10%;
  }

  .home-better .slash {
    display: none;
  }
  .home-better div[class^="hp-feat"] {
    height: calc(100vh - 105px);
    background-position: right -70vw top 46vw !important;
    background-size: cover !important;
  }
  .home-better div[class^="hp-feat"] .container {
    height: 100vh;
    background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-size: 100vw 75vh;
    background-position: left top 24vh;
    width: 100% !important;
    padding: 0 10%;
  }
  .home-better div[class^="hp-feat"] .container .txt-wrapper {
    display: flex;
    flex-direction: column;
  }
  .home-better div[class^="hp-feat"] .container .txt-wrapper .btn:first-of-type {
    order: 2;
  }
  .home-better div[class^="hp-feat"] .container .txt-wrapper .btn:last-child {
    order: 1;
  }

  .home-brogue-heart .slash {
    display: none;
  }
  .home-brogue-heart .hp-feat- {
    background: none !important;
  }
  .home-brogue-heart img {
    margin: 20px 0px;
  }
}
.prod-sneaker-beautiful .hp-feat- {
  background-position: left center !important;
}
@media (max-width: 600px) {
  .prod-sneaker-beautiful .slash {
    display: none;
  }
  .prod-sneaker-beautiful .hp-feat- {
    background-image: none !important;
  }
  .prod-sneaker-beautiful .hp-feat- .slash {
    display: none;
  }
  .prod-sneaker-beautiful .hp-feat- .txt-is-white {
    color: #231f1f !important;
  }
}

@media (max-width: 600px) {
  .prod-sneaker-brilliant .hp-feat- {
    background-image: none !important;
    background-color: #424143;
  }
  .prod-sneaker-brilliant .hp-feat- .txt-is-grey-dark {
    color: white !important;
  }
}

.prod-sneaker-better .hp-feat- .txt-wrapper {
  max-width: 500px !important;
  max-width: 50rem !important;
}
.prod-sneaker-better .hp-feat- .txt-wrapper ul {
  padding-left: 50px;
  padding-left: 5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.prod-sneaker-better .hp-feat- .txt-wrapper ul li {
  list-style-type: disc;
}
@media (max-width: 600px) {
  .prod-sneaker-better ul {
    padding-left: 0px !important;
    padding-left: 0rem !important;
    margin-bottom: 20px !important;
    margin-bottom: 2rem !important;
  }
  .prod-sneaker-better ul li {
    list-style-type: none !important;
  }
  .prod-sneaker-better ul li:after {
    content: ' ';
    display: block;
    max-width: 100px;
    border-bottom: 1px solid #424143;
    margin: 10px auto;
    margin: 1rem auto;
  }
  .prod-sneaker-better div {
    background-image: none !important;
  }
  .prod-sneaker-better .slash {
    display: none;
  }
  .prod-sneaker-better .txt-is-white {
    color: #231f1f !important;
  }
}

.prod-sneaker-comfort .hp-feat- {
  background-position: left 10vw center !important;
  background-size: contain !important;
  background-color: #424143;
}
@media (max-width: 600px) {
  .prod-sneaker-comfort .hp-feat- {
    background-image: none !important;
  }
}
.prod-sneaker-comfort .hp-feat- .txt-wrapper {
  max-width: 500px !important;
  max-width: 50rem !important;
}
.prod-sneaker-comfort .hp-feat- .txt-wrapper ul {
  padding-left: 50px;
  padding-left: 5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.prod-sneaker-comfort .hp-feat- .txt-wrapper ul li {
  list-style-type: disc;
}

@media (max-width: 768px) {
  .prod-sneaker-comfort .hp-feat- {
    background-size: cover !important;
    background-position: left -40vw center !important;
  }
}
.prod-brogue-beautiful .hp-feat- {
  background-position: left center !important;
}
@media (max-width: 600px) {
  .prod-brogue-beautiful .slash {
    display: none;
  }
  .prod-brogue-beautiful .hp-feat- {
    background-size: contain !important;
    background-position: left -50vw center !important;
  }
  .prod-brogue-beautiful .container {
    background: rgba(255, 255, 255, 0.7);
    width: 100% !important;
    padding: 0 10%;
  }
}

@media (max-width: 768px) {
  .prod-brogue-beautiful .hp-feat- {
    background-size: contain !important;
    background-position: left -10vw center !important;
  }
  .prod-brogue-beautiful .slash {
    width: 110% !important;
  }
}
.prod-brogue-heart .hp-feat- {
  background-position: right  center !important;
  background-size: contain !important;
}
@media (max-width: 600px) {
  .prod-brogue-heart .slash {
    display: none;
  }
  .prod-brogue-heart .hp-feat- {
    background: none !important;
  }
}

@media (max-width: 600px) {
  .prod-brogue-sole .slash {
    display: none;
  }
  .prod-brogue-sole .hp-feat- {
    background-size: contain !important;
    background-position: left -50vw center !important;
  }
  .prod-brogue-sole .container {
    background: rgba(255, 255, 255, 0.7);
    width: 100% !important;
    padding: 0 10%;
  }
  .prod-brogue-sole .container .txt-is-white {
    color: #231f1f !important;
  }
}

.idea.quest .padded {
  padding: 9.5vw 0 !important;
}
@media (max-width: 600px) {
  .idea.quest .container {
    background-image: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.6));
    background-size: 100vw 100vh;
    width: 100% !important;
    padding: 0 10%;
  }
  .idea.quest .slash {
    display: none;
  }
}
.idea.much-more .hp-feat- {
  background-size: cover !important;
}
@media (max-width: 600px) {
  .idea.much-more .hp-feat- {
    background: #efefef !important;
  }
}
.idea.much-more .hp-feat- .txt-wrapper {
  max-width: 500px !important;
  max-width: 50rem !important;
}
.idea.beauty .txt-wrapper {
  max-width: 600px;
  max-width: 60rem;
}
@media (max-width: 600px) {
  .idea.beauty {
    background-position: right -20vw center !important;
  }
  .idea.beauty .container {
    height: 100vh;
    background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0.3));
    background-size: 100vw 100vh;
    width: 100% !important;
    padding: 0 10%;
  }
  .idea.beauty .container .txt-is-white {
    color: #231f1f !important;
  }
}
.idea.style {
  background-size: initial !important;
}
@media (max-width: 600px) {
  .idea.style {
    background: none;
  }
  .idea.style .slash {
    display: none;
  }
}
.idea.style .txt-wrapper {
  max-width: 600px;
  max-width: 60rem;
}
.idea.style .txt-wrapper .comfort-wrapper {
  position: relative;
  min-height: 552px;
  display: block;
  margin: 0 auto;
}
.idea.style .txt-wrapper .comfort-wrapper .comfort-bridge1,
.idea.style .txt-wrapper .comfort-wrapper .comfort-bridge2 {
  position: absolute;
  width: 100%;
  text-align: center;
}
.idea.style .txt-wrapper .comfort-wrapper .comfort-bridge1 img,
.idea.style .txt-wrapper .comfort-wrapper .comfort-bridge2 img {
  max-width: auto !important;
  min-width: auto !important;
}
@media (max-width: 600px) {
  .idea.affordable .hp-feat- {
    background: #231f1f !important;
  }
}
.idea.affordable .hp-feat- .txt-wrapper {
  max-width: 600px;
  max-width: 60rem;
}
.idea.thismile .hp-feat- {
  background-size: cover !important;
  background-position: left -40vw center !important;
}
@media (max-width: 600px) {
  .idea.thismile {
    background-position: right -130vw top !important;
    background-size: cover !important;
  }
  .idea.thismile .hp-feat- {
    background-position: right -30vw top 59vw !important;
  }
  .idea.thismile .slash {
    display: none;
  }
  .idea.thismile .container {
    background-image: linear-gradient(180deg, white, rgba(255, 255, 255, 0));
    background-repeat: no-repeat;
    background-size: 100vw 200%;
    width: 100% !important;
    padding: 0 10%;
  }
  .idea.thismile .container .txt-wrapper {
    display: flex;
    flex-direction: column;
  }
  .idea.thismile .container .txt-wrapper .btn:first-of-type {
    order: 2;
  }
  .idea.thismile .container .txt-wrapper .btn:last-child {
    order: 1;
  }
}
@media (max-width: 768px) {
  .idea.thismile .hp-feat- {
    background-position: left -100vw center !important;
  }
  .idea.thismile .slash {
    width: 125% !important;
  }
}

.page-terms p, .page-terms ul, .page-terms ol, .page-terms li {
  margin-bottom: 20px;
}
.page-terms ol {
  list-style: initial;
  counter-reset: item;
  margin: initial;
  padding: 0 0 0 40px;
}
.page-terms ol li {
  list-style: decimal;
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.page-terms ol li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.page-terms ol li p:first-of-type {
  color: #9f1c20;
}
.page-terms ol li ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
  counter-reset: item;
}
.page-terms ol li ul li {
  display: list-item;
  list-style-type: initial;
  counter-reset: item;
}
.page-terms ol li ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.page-terms ol li ol li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.page-terms ol li ol li:before {
  content: counters(item,".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.page-help section {
  padding: 60px 0px;
  padding: 6rem 0;
}
.page-help section#size {
  background: #efefef;
}
.page-help section#size table tbody,
.page-help section#size table tr {
  border-color: #68676a;
}
.page-help section h2 {
  font-size: 20px;
  font-size: 2rem;
}

.r-tabs .r-tabs-nav {
  border-bottom: 1px solid #68676a;
  margin-bottom: 20px;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  display: inline-block;
  margin: 0;
  list-style: none;
  transition: 0.4s;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #efefef;
  border-bottom: none;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #9f1c20;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
  border-color: #68676a;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  border-color: #68676a;
  border-bottom: none;
}
.r-tabs .r-tabs-panel {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
    padding: 10px 0px;
  }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    color: #9f1c20;
  }
}
div.accordion {
  color: #231f1f;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: center;
  transition: 0.4s;
}
div.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
div.accordion.active:after {
  content: "\2212";
}

div.panel {
  padding: 0;
  max-height: 0;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #efefef;
}
div.panel p:last-of-type {
  padding: 0px 20px 20px;
}
div.panel ul li {
  padding: 0px 20px 20px;
}

#contact_form {
  max-width: 500px;
  max-width: 50rem;
  margin: 20px auto;
  background: #efefef;
  padding: 20px;
  padding: 2rem;
}
#contact_form label {
  text-transform: uppercase;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
  text-align: left;
  text-decoration: none;
}
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form textarea {
  margin-bottom: 15px;
  padding: 5px 15px;
  height: auto !important;
  font-family: "underground-light", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
#contact_form input[type="submit"] {
  height: auto;
  line-height: initial;
}
#contact_form .errors {
  color: #b92025;
  padding: 10px;
  margin-bottom: 20px;
  font-family: "underground-bold", arial, helvetica, sans-serif;
}

#account #site-content, #activate-account #site-content, #reset-account #site-content, #create-account #site-content, #addresses #site-content, #AddAddress #site-content, [id^="order-"] #site-content {
  background: #efefef;
}
#account #site-content .col-1-2,
#account #site-content .col-1-1, #activate-account #site-content .col-1-2,
#activate-account #site-content .col-1-1, #reset-account #site-content .col-1-2,
#reset-account #site-content .col-1-1, #create-account #site-content .col-1-2,
#create-account #site-content .col-1-1, #addresses #site-content .col-1-2,
#addresses #site-content .col-1-1, #AddAddress #site-content .col-1-2,
#AddAddress #site-content .col-1-1, [id^="order-"] #site-content .col-1-2,
[id^="order-"] #site-content .col-1-1 {
  padding: 0px 40px;
}
#account #site-content .col-1-2 label,
#account #site-content .col-1-1 label, #activate-account #site-content .col-1-2 label,
#activate-account #site-content .col-1-1 label, #reset-account #site-content .col-1-2 label,
#reset-account #site-content .col-1-1 label, #create-account #site-content .col-1-2 label,
#create-account #site-content .col-1-1 label, #addresses #site-content .col-1-2 label,
#addresses #site-content .col-1-1 label, #AddAddress #site-content .col-1-2 label,
#AddAddress #site-content .col-1-1 label, [id^="order-"] #site-content .col-1-2 label,
[id^="order-"] #site-content .col-1-1 label {
  text-transform: uppercase;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
  text-align: left;
  text-decoration: none;
}
#account #site-content .col-1-2 input[type="text"],
#account #site-content .col-1-2 input[type="tel"],
#account #site-content .col-1-2 input[type="email"],
#account #site-content .col-1-2 input[type="password"],
#account #site-content .col-1-1 input[type="text"],
#account #site-content .col-1-1 input[type="tel"],
#account #site-content .col-1-1 input[type="email"],
#account #site-content .col-1-1 input[type="password"], #activate-account #site-content .col-1-2 input[type="text"],
#activate-account #site-content .col-1-2 input[type="tel"],
#activate-account #site-content .col-1-2 input[type="email"],
#activate-account #site-content .col-1-2 input[type="password"],
#activate-account #site-content .col-1-1 input[type="text"],
#activate-account #site-content .col-1-1 input[type="tel"],
#activate-account #site-content .col-1-1 input[type="email"],
#activate-account #site-content .col-1-1 input[type="password"], #reset-account #site-content .col-1-2 input[type="text"],
#reset-account #site-content .col-1-2 input[type="tel"],
#reset-account #site-content .col-1-2 input[type="email"],
#reset-account #site-content .col-1-2 input[type="password"],
#reset-account #site-content .col-1-1 input[type="text"],
#reset-account #site-content .col-1-1 input[type="tel"],
#reset-account #site-content .col-1-1 input[type="email"],
#reset-account #site-content .col-1-1 input[type="password"], #create-account #site-content .col-1-2 input[type="text"],
#create-account #site-content .col-1-2 input[type="tel"],
#create-account #site-content .col-1-2 input[type="email"],
#create-account #site-content .col-1-2 input[type="password"],
#create-account #site-content .col-1-1 input[type="text"],
#create-account #site-content .col-1-1 input[type="tel"],
#create-account #site-content .col-1-1 input[type="email"],
#create-account #site-content .col-1-1 input[type="password"], #addresses #site-content .col-1-2 input[type="text"],
#addresses #site-content .col-1-2 input[type="tel"],
#addresses #site-content .col-1-2 input[type="email"],
#addresses #site-content .col-1-2 input[type="password"],
#addresses #site-content .col-1-1 input[type="text"],
#addresses #site-content .col-1-1 input[type="tel"],
#addresses #site-content .col-1-1 input[type="email"],
#addresses #site-content .col-1-1 input[type="password"], #AddAddress #site-content .col-1-2 input[type="text"],
#AddAddress #site-content .col-1-2 input[type="tel"],
#AddAddress #site-content .col-1-2 input[type="email"],
#AddAddress #site-content .col-1-2 input[type="password"],
#AddAddress #site-content .col-1-1 input[type="text"],
#AddAddress #site-content .col-1-1 input[type="tel"],
#AddAddress #site-content .col-1-1 input[type="email"],
#AddAddress #site-content .col-1-1 input[type="password"], [id^="order-"] #site-content .col-1-2 input[type="text"],
[id^="order-"] #site-content .col-1-2 input[type="tel"],
[id^="order-"] #site-content .col-1-2 input[type="email"],
[id^="order-"] #site-content .col-1-2 input[type="password"],
[id^="order-"] #site-content .col-1-1 input[type="text"],
[id^="order-"] #site-content .col-1-1 input[type="tel"],
[id^="order-"] #site-content .col-1-1 input[type="email"],
[id^="order-"] #site-content .col-1-1 input[type="password"] {
  margin-bottom: 15px;
  padding: 5px 15px;
  height: auto !important;
  font-family: "underground-light", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
#account #site-content .col-1-2 input[type="submit"],
#account #site-content .col-1-1 input[type="submit"], #activate-account #site-content .col-1-2 input[type="submit"],
#activate-account #site-content .col-1-1 input[type="submit"], #reset-account #site-content .col-1-2 input[type="submit"],
#reset-account #site-content .col-1-1 input[type="submit"], #create-account #site-content .col-1-2 input[type="submit"],
#create-account #site-content .col-1-1 input[type="submit"], #addresses #site-content .col-1-2 input[type="submit"],
#addresses #site-content .col-1-1 input[type="submit"], #AddAddress #site-content .col-1-2 input[type="submit"],
#AddAddress #site-content .col-1-1 input[type="submit"], [id^="order-"] #site-content .col-1-2 input[type="submit"],
[id^="order-"] #site-content .col-1-1 input[type="submit"] {
  height: auto;
  line-height: initial;
}
#account #site-content .col-1-2 .errors,
#account #site-content .col-1-1 .errors, #activate-account #site-content .col-1-2 .errors,
#activate-account #site-content .col-1-1 .errors, #reset-account #site-content .col-1-2 .errors,
#reset-account #site-content .col-1-1 .errors, #create-account #site-content .col-1-2 .errors,
#create-account #site-content .col-1-1 .errors, #addresses #site-content .col-1-2 .errors,
#addresses #site-content .col-1-1 .errors, #AddAddress #site-content .col-1-2 .errors,
#AddAddress #site-content .col-1-1 .errors, [id^="order-"] #site-content .col-1-2 .errors,
[id^="order-"] #site-content .col-1-1 .errors {
  color: #b92025;
  padding: 10px;
  margin-bottom: 20px;
  font-family: "underground-bold", arial, helvetica, sans-serif;
}
#account #site-content .col-1-2 #RecoverPassword,
#account #site-content .col-1-1 #RecoverPassword, #activate-account #site-content .col-1-2 #RecoverPassword,
#activate-account #site-content .col-1-1 #RecoverPassword, #reset-account #site-content .col-1-2 #RecoverPassword,
#reset-account #site-content .col-1-1 #RecoverPassword, #create-account #site-content .col-1-2 #RecoverPassword,
#create-account #site-content .col-1-1 #RecoverPassword, #addresses #site-content .col-1-2 #RecoverPassword,
#addresses #site-content .col-1-1 #RecoverPassword, #AddAddress #site-content .col-1-2 #RecoverPassword,
#AddAddress #site-content .col-1-1 #RecoverPassword, [id^="order-"] #site-content .col-1-2 #RecoverPassword,
[id^="order-"] #site-content .col-1-1 #RecoverPassword {
  text-align: center;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #0c0708;
  display: block;
  text-decoration: underline;
}
#account #site-content [id^="address_default_address_"], #activate-account #site-content [id^="address_default_address_"], #reset-account #site-content [id^="address_default_address_"], #create-account #site-content [id^="address_default_address_"], #addresses #site-content [id^="address_default_address_"], #AddAddress #site-content [id^="address_default_address_"], [id^="order-"] #site-content [id^="address_default_address_"] {
  width: auto;
  height: auto;
  display: inline-block;
}
#account #site-content select[id^="AddressCountry"], #account #site-content select[id^="AddressProvince"], #activate-account #site-content select[id^="AddressCountry"], #activate-account #site-content select[id^="AddressProvince"], #reset-account #site-content select[id^="AddressCountry"], #reset-account #site-content select[id^="AddressProvince"], #create-account #site-content select[id^="AddressCountry"], #create-account #site-content select[id^="AddressProvince"], #addresses #site-content select[id^="AddressCountry"], #addresses #site-content select[id^="AddressProvince"], #AddAddress #site-content select[id^="AddressCountry"], #AddAddress #site-content select[id^="AddressProvince"], [id^="order-"] #site-content select[id^="AddressCountry"], [id^="order-"] #site-content select[id^="AddressProvince"] {
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
  border-radius: 0px;
  border: none;
  font-family: "underground-light", arial, helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(//https://cdn.shopify.com/s/files/1/1104/4168/t/81/assets/arrow-select-down.svg?5626106961241652195);
  background-repeat: no-repeat;
  background-position: 88% 50%;
  background-size: 10px;
  cursor: pointer;
  text-transform: initial;
  letter-spacing: initial;
}
#account #site-content .default_address_label, #activate-account #site-content .default_address_label, #reset-account #site-content .default_address_label, #create-account #site-content .default_address_label, #addresses #site-content .default_address_label, #AddAddress #site-content .default_address_label, [id^="order-"] #site-content .default_address_label {
  text-transform: uppercase;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}
#account #site-content .register-intro, #activate-account #site-content .register-intro, #reset-account #site-content .register-intro, #create-account #site-content .register-intro, #addresses #site-content .register-intro, #AddAddress #site-content .register-intro, [id^="order-"] #site-content .register-intro {
  margin-bottom: 15px;
}
#account #site-content .logout, #account #site-content .add_address, #account #site-content .return_to_account, #activate-account #site-content .logout, #activate-account #site-content .add_address, #activate-account #site-content .return_to_account, #reset-account #site-content .logout, #reset-account #site-content .add_address, #reset-account #site-content .return_to_account, #create-account #site-content .logout, #create-account #site-content .add_address, #create-account #site-content .return_to_account, #addresses #site-content .logout, #addresses #site-content .add_address, #addresses #site-content .return_to_account, #AddAddress #site-content .logout, #AddAddress #site-content .add_address, #AddAddress #site-content .return_to_account, [id^="order-"] #site-content .logout, [id^="order-"] #site-content .add_address, [id^="order-"] #site-content .return_to_account {
  text-align: center;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #0c0708;
  display: inline-block;
  text-decoration: underline;
  margin: 20px 0px;
  width: 100%;
}
#account #site-content .edit_delete a, #activate-account #site-content .edit_delete a, #reset-account #site-content .edit_delete a, #create-account #site-content .edit_delete a, #addresses #site-content .edit_delete a, #AddAddress #site-content .edit_delete a, [id^="order-"] #site-content .edit_delete a {
  text-align: center;
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #0c0708;
  display: inline-block;
  text-decoration: underline;
}
#account #site-content .add_address .col-1-2, #activate-account #site-content .add_address .col-1-2, #reset-account #site-content .add_address .col-1-2, #create-account #site-content .add_address .col-1-2, #addresses #site-content .add_address .col-1-2, #AddAddress #site-content .add_address .col-1-2, [id^="order-"] #site-content .add_address .col-1-2 {
  padding: 0px;
}
#account #site-content .address_info, #account #site-content .account_info, #account #site-content .order_info, #activate-account #site-content .address_info, #activate-account #site-content .account_info, #activate-account #site-content .order_info, #reset-account #site-content .address_info, #reset-account #site-content .account_info, #reset-account #site-content .order_info, #create-account #site-content .address_info, #create-account #site-content .account_info, #create-account #site-content .order_info, #addresses #site-content .address_info, #addresses #site-content .account_info, #addresses #site-content .order_info, #AddAddress #site-content .address_info, #AddAddress #site-content .account_info, #AddAddress #site-content .order_info, [id^="order-"] #site-content .address_info, [id^="order-"] #site-content .account_info, [id^="order-"] #site-content .order_info {
  background: white;
  padding: 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
#account #site-content .address_info h3, #account #site-content .account_info h3, #account #site-content .order_info h3, #activate-account #site-content .address_info h3, #activate-account #site-content .account_info h3, #activate-account #site-content .order_info h3, #reset-account #site-content .address_info h3, #reset-account #site-content .account_info h3, #reset-account #site-content .order_info h3, #create-account #site-content .address_info h3, #create-account #site-content .account_info h3, #create-account #site-content .order_info h3, #addresses #site-content .address_info h3, #addresses #site-content .account_info h3, #addresses #site-content .order_info h3, #AddAddress #site-content .address_info h3, #AddAddress #site-content .account_info h3, #AddAddress #site-content .order_info h3, [id^="order-"] #site-content .address_info h3, [id^="order-"] #site-content .account_info h3, [id^="order-"] #site-content .order_info h3 {
  font-family: "underground-bold", arial, helvetica, sans-serif;
}
#account #site-content .order_info a, #activate-account #site-content .order_info a, #reset-account #site-content .order_info a, #create-account #site-content .order_info a, #addresses #site-content .order_info a, #AddAddress #site-content .order_info a, [id^="order-"] #site-content .order_info a {
  color: #9f1c20;
}
#account #site-content .order_info .order_date, #activate-account #site-content .order_info .order_date, #reset-account #site-content .order_info .order_date, #create-account #site-content .order_info .order_date, #addresses #site-content .order_info .order_date, #AddAddress #site-content .order_info .order_date, [id^="order-"] #site-content .order_info .order_date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
#account #site-content .order_info .order_items, #account #site-content .order_info .order_totals, #account #site-content .order_info .order_shipping, #account #site-content .order_info .order_billing, #activate-account #site-content .order_info .order_items, #activate-account #site-content .order_info .order_totals, #activate-account #site-content .order_info .order_shipping, #activate-account #site-content .order_info .order_billing, #reset-account #site-content .order_info .order_items, #reset-account #site-content .order_info .order_totals, #reset-account #site-content .order_info .order_shipping, #reset-account #site-content .order_info .order_billing, #create-account #site-content .order_info .order_items, #create-account #site-content .order_info .order_totals, #create-account #site-content .order_info .order_shipping, #create-account #site-content .order_info .order_billing, #addresses #site-content .order_info .order_items, #addresses #site-content .order_info .order_totals, #addresses #site-content .order_info .order_shipping, #addresses #site-content .order_info .order_billing, #AddAddress #site-content .order_info .order_items, #AddAddress #site-content .order_info .order_totals, #AddAddress #site-content .order_info .order_shipping, #AddAddress #site-content .order_info .order_billing, [id^="order-"] #site-content .order_info .order_items, [id^="order-"] #site-content .order_info .order_totals, [id^="order-"] #site-content .order_info .order_shipping, [id^="order-"] #site-content .order_info .order_billing {
  margin: 20px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
#account #site-content .order_info .order_items table, #account #site-content .order_info .order_totals table, #account #site-content .order_info .order_shipping table, #account #site-content .order_info .order_billing table, #activate-account #site-content .order_info .order_items table, #activate-account #site-content .order_info .order_totals table, #activate-account #site-content .order_info .order_shipping table, #activate-account #site-content .order_info .order_billing table, #reset-account #site-content .order_info .order_items table, #reset-account #site-content .order_info .order_totals table, #reset-account #site-content .order_info .order_shipping table, #reset-account #site-content .order_info .order_billing table, #create-account #site-content .order_info .order_items table, #create-account #site-content .order_info .order_totals table, #create-account #site-content .order_info .order_shipping table, #create-account #site-content .order_info .order_billing table, #addresses #site-content .order_info .order_items table, #addresses #site-content .order_info .order_totals table, #addresses #site-content .order_info .order_shipping table, #addresses #site-content .order_info .order_billing table, #AddAddress #site-content .order_info .order_items table, #AddAddress #site-content .order_info .order_totals table, #AddAddress #site-content .order_info .order_shipping table, #AddAddress #site-content .order_info .order_billing table, [id^="order-"] #site-content .order_info .order_items table, [id^="order-"] #site-content .order_info .order_totals table, [id^="order-"] #site-content .order_info .order_shipping table, [id^="order-"] #site-content .order_info .order_billing table {
  margin: 0 auto 20px auto;
}
#account #site-content .order_info .order_items h2, #account #site-content .order_info .order_totals h2, #account #site-content .order_info .order_shipping h2, #account #site-content .order_info .order_billing h2, #activate-account #site-content .order_info .order_items h2, #activate-account #site-content .order_info .order_totals h2, #activate-account #site-content .order_info .order_shipping h2, #activate-account #site-content .order_info .order_billing h2, #reset-account #site-content .order_info .order_items h2, #reset-account #site-content .order_info .order_totals h2, #reset-account #site-content .order_info .order_shipping h2, #reset-account #site-content .order_info .order_billing h2, #create-account #site-content .order_info .order_items h2, #create-account #site-content .order_info .order_totals h2, #create-account #site-content .order_info .order_shipping h2, #create-account #site-content .order_info .order_billing h2, #addresses #site-content .order_info .order_items h2, #addresses #site-content .order_info .order_totals h2, #addresses #site-content .order_info .order_shipping h2, #addresses #site-content .order_info .order_billing h2, #AddAddress #site-content .order_info .order_items h2, #AddAddress #site-content .order_info .order_totals h2, #AddAddress #site-content .order_info .order_shipping h2, #AddAddress #site-content .order_info .order_billing h2, [id^="order-"] #site-content .order_info .order_items h2, [id^="order-"] #site-content .order_info .order_totals h2, [id^="order-"] #site-content .order_info .order_shipping h2, [id^="order-"] #site-content .order_info .order_billing h2 {
  font-size: 16px;
  font-size: 1.6rem;
}
#account #site-content .order_info .line_item img, #activate-account #site-content .order_info .line_item img, #reset-account #site-content .order_info .line_item img, #create-account #site-content .order_info .line_item img, #addresses #site-content .order_info .line_item img, #AddAddress #site-content .order_info .line_item img, [id^="order-"] #site-content .order_info .line_item img {
  max-width: 300px  !important;
  min-width: auto !important;
  display: block;
  margin: 0px auto;
}
#account #site-content .order_info .line_item span, #activate-account #site-content .order_info .line_item span, #reset-account #site-content .order_info .line_item span, #create-account #site-content .order_info .line_item span, #addresses #site-content .order_info .line_item span, #AddAddress #site-content .order_info .line_item span, [id^="order-"] #site-content .order_info .line_item span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
#account #site-content .order_info .line_item span.money, #activate-account #site-content .order_info .line_item span.money, #reset-account #site-content .order_info .line_item span.money, #create-account #site-content .order_info .line_item span.money, #addresses #site-content .order_info .line_item span.money, #AddAddress #site-content .order_info .line_item span.money, [id^="order-"] #site-content .order_info .line_item span.money {
  display: inline-block;
}

.add-to-bag {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.add-to-bag:hover {
  background: #b92025 !important;
  color: white;
  left: 0;
}
.add-to-bag:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.add-to-bag:hover:before {
  top: 0;
  left: 0;
}
.add-to-bag span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.3s;
  -moz-backface-visibility: hidden;
  transition: all 0.3s;
  backface-visibility: hidden;
}
.add-to-bag:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.add-to-bag:before {
  top: 0;
  left: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 2;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: FontAwesome;
  content: "\f290";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
}

.product-details-swatches ul li {
  position: relative;
}
.product-details-swatches ul li a {
  cursor: pointer;
}
.product-details-swatches ul li .swatch-label {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0%);
  max-height: 0;
  background: #efefef;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}
.product-details-swatches ul li:hover .swatch-label {
  max-height: 35px;
  padding: 5px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.price-markup {
  margin: 40px 0px 40px 3rem;
  font-size: 10px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .price-markup {
    margin: 40px 0px !important;
  }
}
.price-markup li {
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  width: 49% !important;
  white-space: nowrap;
}
.price-markup li div {
  padding: 0px 20px;
}
.price-markup li div.cost-to-manufacture {
  background: white;
  color: #231f1f;
}
.price-markup li div.cost-of-wholesale {
  background: #867e73 !important;
  color: #231f1f !important;
}
.price-markup li div.cost-of-retail {
  background: #d1d1c0 !important;
  color: #231f1f !important;
}
.price-markup li div.final-price {
  font-family: "underground-bold", arial, helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.price-markup li.markup2 div.cost-of-retail {
  padding: 50px 0px;
}
.price-markup li.markup2 div.cost-to-manufacture {
  padding: 50px 0px;
}
.price-markup li.markup2 div.sfa-logo img {
  min-width: 75px !important;
}
.price-markup li.markup3 div.cost-of-retail {
  padding: 100px 0px;
}
.price-markup li.markup3 div.cost-of-wholesale {
  padding: 50px 0px;
}
.price-markup li.markup3 div.cost-to-manufacture {
  padding: 50px 0px;
}

.shopify-challenge__container {
  margin: 100px auto !important;
}
.shopify-challenge__container .shopify-challenge__button {
  background: #9f1c20;
  height: auto;
  line-height: initial;
}

#shopify-product-reviews {
  margin: 0px;
}
#shopify-product-reviews .spr-container {
  text-align: center;
  border: none;
  padding: 10vw 0;
}
#shopify-product-reviews .spr-container .spr-header .spr-summary-caption {
  display: none;
}
#shopify-product-reviews .spr-container .spr-header .spr-summary-actions {
  display: block;
  text-align: center;
}
#shopify-product-reviews .spr-container .spr-header .spr-summary-actions .spr-summary-actions-newreview {
  float: none;
  clear: both;
  -webkit-transition: all .33s ease 0s;
  transition: all .33s ease 0s;
  padding: 14px 32px;
  padding: 1.4rem 3.2rem;
  margin-top: 20px;
  border: none;
  font-family: "underground-bold",arial,helvetica,sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: .15rem;
  display: inline-block;
  background: #9f1c20;
  cursor: pointer;
}
#shopify-product-reviews .spr-container .spr-content .spr-form {
  background: #efefef;
  margin: 30px 0px;
  padding: 30px 0px;
  border: none;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .new-review-form {
  max-width: 600px;
  margin: 0 auto;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .spr-form-label {
  display: block;
  text-align: left;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .spr-form-input {
  font-family: "underground-light", arial, helvetica, sans-serif;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .spr-form-input .spr-form-input-textarea {
  height: auto;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .spr-button-primary {
  background: #9f1c20;
  width: 100%;
  height: auto;
  padding: 1.4rem 3.2rem;
  line-height: auto !important;
  cursor: pointer;
}
#shopify-product-reviews .spr-container .spr-content .spr-form .spr-button-primary:hover {
  background: #424143;
  color: white;
}
#shopify-product-reviews .spr-container .spr-content .spr-reviews .spr-review-header-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: auto;
}
#shopify-product-reviews .spr-container .spr-content .spr-reviews .spr-review-header-byline {
  font-style: normal;
}
#shopify-product-reviews .spr-container .spr-review-footer .spr-review-reportreview {
  float: none;
  clear: both;
  color: #9f1c20;
}

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

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

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