@import url(https://fast.fonts.com/t/1.css?apiType=css&projectid=6daa99a4-aa33-4e3b-95a1-ee42d74c27b2);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figcaption, figure, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline; }

html, button, datalist, input, select, textarea {
  font-size: 100%; }

html {
  overflow-y: scroll; }

body {
  overflow: hidden;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word; }
  @media screen and (min-width: 43em) {
    body {
      overflow: auto;
      border-top: 6px solid #d8d8d8;
      font-size: 100%; } }

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

th, td, textarea {
  vertical-align: top; }

blockquote, q {
  quotes: none; }

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

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

pre, code, kbd, samp {
  font-family: monospace, monospace; }

strong, b {
  font-weight: bold; }

em, i, dfn, .special {
  font-style: italic; }

img, video, object, iframe, legend, textarea, label, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, marquee, video, .block, .wrap, .group, .fb_iframe_widget span {
  display: block; }

img, video, object, iframe {
  max-width: 100%; }

img, video {
  height: auto;
  width: auto; }

ol, ul {
  list-style-position: outside; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: none; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

legend, .wrap {
  overflow: hidden; }

legend {
  white-space: normal; }

label, .label {
  margin-bottom: .25em; }

textarea {
  height: 8em;
  overflow: auto;
  -moz-resize: vertical;
  resize: vertical; }

button, datalist, input, select, textarea, label, .label {
  line-height: normal; }

button, datalist, input, select, textarea {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0; }

button, input[type="button"], input[type="checkbox"], input[type="file"], input[type="radio"], input[type="reset"], input[type="submit"], label, select, a, .js .js-action {
  cursor: pointer; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  overflow: visible;
  width: auto; }

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

button:focus, button:hover {
  background-color: #000;
  color: #fff; }

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

datalist, input, select, textarea, fieldset, legend, table, .full {
  width: 100%; }

datalist, input, select, textarea {
  background-color: #fff;
  padding: .5em .75em; }

/*datalist:focus, input:focus, select:focus, textarea:focus { background-color: ; }*/
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* remove mobile input shadow */
input[type="search"] {
  -webkit-appearance: textfield;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

body, button, datalist, input, select, textarea, .base, .base:link, .link-base:link:focus, .link-base:visited:focus, .link-base:link:hover, .link-base:visited:hover {
  color: #000; }

body, button, datalist, input, select, textarea {
  font-family: 'Proxima N W15 Reg', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: .875em;
  line-height: 1.375;
  color: #444444; }
  @media screen and (min-width: 43em) {
    body, button, datalist, input, select, textarea {
      font-size: .95em; } }

body, div, span, h3, p, blockquote, a, strong, em, b, i, li, dt, dd, legend, label, textarea, td, th, .text {
  line-height: 1.375; }

.accent {
  font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: 'Proxima N W15 Smbd', Arial, sans-serif; }
  @media screen and (min-width: 43em) {
    h1, h2, h3, h4, h5, h6 {
      line-height: 1.375; } }

h1, .title {
  font-size: 2em;
  margin-bottom: .7em; }
  @media screen and (min-width: 43em) {
    h1, .title {
      font-size: 2.64285714285714em;
      margin-bottom: 1em; } }

h2, .title-sub {
  font-size: 2em;
  margin-bottom: 1em;
  margin-top: 2em; }

h3 {
  font-size: 1.5714em; }

h2:first-child, h3:first-child, p:first-child, ul:first-child, ol:first-child, li:first-child, img:first-child, table:first-child, form:first-child, fieldset:first-child, .section:first-child, h2 + h3, h2 + p, h3 + p, legend + p {
  margin-top: 0; }

h2:last-child, h3:last-child, p:last-child, ul:last-child, ol:last-child, li:last-child, img:last-child, table:last-child, form:last-child, fieldset:last-child, .section:last-child {
  margin-bottom: 0; }

p, ul, ol, li, blockquote, img, table, form, iframe, object, embed, .paragraph, h3 {
  margin-top: 2.1875em; }

p, ul, ol, li, blockquote, img, table, form, iframe, object, embed, .paragraph {
  margin-bottom: 2.1875em; }

a, button, datalist, input, select, textarea, label, .trans {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -o-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }

:link, .underline, .link-underline:link:focus, .link-underline:visited:focus, .link-underline:link:hover, .link-underline:visited:hover {
  text-decoration: underline; }

:link {
  color: #1079bf; }

:visited {
  color: rgba(0, 0, 0, 0.7); }

a:focus, a:hover, u, .link {
  text-decoration: none; }

a:focus, a:hover, a:active {
  color: #fff;
  background: #1079bf; }

:focus, :active {
  /*position: relative; top: 1px;*/
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

:focus {
  outline: none; }

::-moz-selection {
  background-color: #87bcdf;
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #87bcdf;
  color: #fff;
  text-shadow: none; }

::-moz-selection:window-inactive {
  background-color: #87bcdf; }

::selection:window-inactive {
  background-color: #87bcdf; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.list {
  list-style: none;
  list-style-image: none;
  padding-left: 0; }

.accessibility, .js .js-accessibility {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.accessibility:focus, .accessibility:active {
  clip: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  width: auto; }

.group:before, .group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }

.clear {
  clear: both; }

.container {
  position: relative; }

.wrapper {
  margin-left: auto;
  margin-right: auto; }

.auto {
  width: auto; }

.page {
  padding-left: 1.5em;
  padding-right: 1.5em; }
  @media screen and (min-width: 43em) {
    .page {
      padding-left: 1em;
      padding-right: 1em; } }

.transparent, .link-alt:link:focus, .link-alt:visited:focus, .link-alt:link:hover, .link-alt:visited:hover {
  background-color: transparent; }

.link-alt:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.compact {
  padding: 0; }

.normal {
  font-weight: normal; }

.heading {
  text-transform: uppercase; }

.heading-alt {
  text-transform: lowercase; }

.row {
  white-space: nowrap; }

.no-select {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.action-end {
  position: absolute;
  right: 0;
  top: 0; }

.item {
  float: left; }

.item-alt {
  float: right; }

.item-start {
  clear: both; }

.single {
  line-height: 1; }

.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.box {
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.equal {
  margin-bottom: -9999px;
  padding-bottom: 9999px; }

.number::-webkit-outer-spin-button, .number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.video {
  background-color: #000;
  padding-bottom: 56.25%;
  position: relative;
  zoom: 1; }

.video iframe, .video object, .video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.fb_iframe_widget, .fb_iframe_widget span {
  display: block !important; }

.fb_iframe_widget span {
  width: auto !important; }

.fb_iframe_widget iframe {
  width: 100% !important; }

.fb_ltr, .fb_iframe_widget_lift {
  max-width: none; }

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 63.5714em; }

.content-part {
  width: 50%; }

.section-main, form, fieldset {
  margin-bottom: 0;
  margin-top: 2em;
  overflow: hidden; }
  @media screen and (min-width: 43em) {
    .section-main, form, fieldset {
      margin-top: 3.5em; } }

.section-row {
  margin-bottom: 1px;
  margin-top: 1px; }

.section-start {
  margin-top: 0; }

.section-end {
  margin-bottom: 0; }

.js .js-hide, .hide {
  display: none; }

.js .ie6 img.png {
  visibility: hidden; }

.js textarea {
  overflow-y: hidden; }

.js .js-cover, .js .ie6 .png {
  visibility: hidden; }

.ie8 .content {
  min-width: 51.429em;
  /* 720 / 14 */ }

.ie7 button, .ie7 input {
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie7 legend {
  margin-left: -7px; }

.ie7 input, .ie7 textarea {
  width: 90%; }

.ie7 input[type="checkbox"] {
  margin-left: -5px;
  margin-top: -5px;
  width: auto; }

.ie7 .container, .ie7 .group {
  zoom: 1; }

@font-face {
  font-family: "Proxima N W15 Reg";
  src: url(/wp-content/themes/storefront/build/ccd538c8-85a6-4215-9f3f-643c415bbb19.8cb3b97568b89cd5668ea1ad1c71f30a.eot?#iefix);
  src: url(/wp-content/themes/storefront/build/ccd538c8-85a6-4215-9f3f-643c415bbb19.8cb3b97568b89cd5668ea1ad1c71f30a.eot?#iefix) format("eot"), url(/wp-content/themes/storefront/build/e8e438df-9715-40ed-b1ae-58760b01a3c0.0fba93a19a54563f6eb166cb785c5911.woff) format("woff"), url(/wp-content/themes/storefront/build/baf65064-a8a8-459d-96ad-d315581d5181.e3cf34e965f00aa74ea73986e25e3b96.ttf) format("truetype"), url(/wp-content/themes/storefront/build/76bd19c9-c46a-4c27-b80e-f8bd0ecd6057.0e74f0321c7d9143105c7ab1e4c6722c.svg#76bd19c9-c46a-4c27-b80e-f8bd0ecd6057) format("svg"); }

@font-face {
  font-family: "Proxima N W15 Smbd";
  src: url(/wp-content/themes/storefront/build/f0900b9e-436e-4bb2-ba92-174617a6b4bc.21182b19b1c5c117916cd2685f9e34df.eot?#iefix);
  src: url(/wp-content/themes/storefront/build/f0900b9e-436e-4bb2-ba92-174617a6b4bc.21182b19b1c5c117916cd2685f9e34df.eot?#iefix) format("eot"), url(/wp-content/themes/storefront/build/91b14d48-ff2a-4a42-87df-b04c76cfb67f.99165ee110321ceed616b94cfeafce83.woff) format("woff"), url(/wp-content/themes/storefront/build/65e3a762-7125-4d24-9247-fc73d4786cd0.52541bc7896c41566b8a7d1d57098e6b.ttf) format("truetype"), url(/wp-content/themes/storefront/build/4b8633b5-6a28-45ea-afc0-1784363b823a.95a7d8be89b619de8c44abdcfed5aacf.svg#4b8633b5-6a28-45ea-afc0-1784363b823a) format("svg"); }

button {
  width: 100%;
  padding: 1em;
  background-color: #444444;
  color: #ffffff;
  display: inline-block; }

button:hover {
  background-color: #ececec;
  color: #444444; }

ul:first-child, ul:last-child, li:first-child, li:last-child {
  margin: .75em 0; }

ul {
  margin: .75em 0; }

ul li {
  margin: .75em 0; }

.skin {
  background-color: #ececec;
  color: #444444; }

.skin:hover {
  background-color: #1079bf;
  color: #ffffff; }

.skin-alt {
  background-color: #1079bf;
  color: #ffffff; }

.header {
  padding: 1.15em 0;
  position: relative; }
  @media screen and (min-width: 43em) {
    .header {
      padding: 3.15em 0; } }
  @media screen and (min-width: 50em) {
    .header {
      padding: 3em 0; } }

.logo-wrap {
  width: 200px;
  margin-top: -4.4em;
  margin-bottom: -9.2em;
  position: relative;
  z-index: 1; }

.logo-link:hover, .logo-link {
  width: 200px;
  height: 155px;
  z-index: 2;
  display: block;
  margin-top: -2.7em;
  margin-bottom: -6.7em;
  margin-left: 1.5em;
  background: url(/wp-content/themes/storefront/build/logo-deckers-tools.9aab2c99a30f1839026b3025f6d42ecc.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 200px 155px;
          background-size: 200px 155px;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999em;
  white-space: nowrap; }
  @media screen and (min-width: 43em) {
    .logo-link:hover, .logo-link {
      position: absolute;
      left: 50%;
      margin-left: -133px;
      top: 6.8em;
      width: 266px;
      height: 85px;
      -webkit-background-size: 266px auto;
              background-size: 266px auto;
      margin-top: auto;
      margin-bottom: auto; } }

.menu-link {
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/storefront/build/menu-alt.2dd343969ce281a6d4c2a15e2c8f8b73.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  z-index: 9999;
  -webkit-background-size: 1.2em 1.2em;
          background-size: 1.2em;
  background-position: center;
  background-color: #1079bf; }
  .menu-link:hover, .menu-link:active {
    background-repeat: no-repeat;
    -webkit-background-size: 1.2em 1.2em;
            background-size: 1.2em;
    background-position: center;
    background-color: #fff;
    background-image: url(/wp-content/themes/storefront/build/menu.3decddba7a63c923c1f5121664060f51.svg); }

.atmosphere, .slider-container {
  background-color: #000000;
  overflow: hidden; }

.slider-container {
  max-height: 355px; }

.atmosphere {
  background-image: url(/wp-content/themes/storefront/build/atmosphere.d007c5372457acc605cc642f3283efa6.png);
  background-repeat: no-repeat;
  display: block;
  height: 80px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
  @media screen and (min-width: 43em) {
    .atmosphere {
      height: 150px; } }

.flex-direction-nav .flex-disabled {
  display: none; }

.inset {
  position: absolute;
  width: 80px;
  display: block;
  left: 0;
  top: 0;
  height: 80px; }
  @media screen and (min-width: 30em) {
    .inset {
      width: 100px;
      height: 100px; } }

nav[role=navigation] {
  background: #f4f4f4;
  clear: both;
  overflow: hidden; }

.js nav[role=navigation] {
  width: 40vw;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1000; }
  @media (min-width: 43em) {
    .js nav[role=navigation] {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.activated nav[role=navigation] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.activated {
  overflow: hidden; }

.nav-list {
  margin: 0;
  padding: 0;
  zoom: 1; }

.nav-list:first-child, .nav-list-item:first-child, .nav-list-item:last-child {
  margin: 0; }

.nav-list-item {
  margin: 0; }

.nav-list-link {
  display: block;
  color: #444444;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  padding: 1.32em 1.5em; }

.nav-list-link:hover {
  background-color: #ececec;
  color: #999999; }

.menu-link {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.activated .menu-link {
  -webkit-transform: translateX(-40vw);
      -ms-transform: translateX(-40vw);
          transform: translateX(-40vw);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.button-up {
  float: left;
  margin-left: 1em;
  margin-bottom: 1.5em;
  display: inline-block;
  color: #444444;
  background-color: #ececec;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  padding: 1.3em 1.3em .75em; }
  @media screen and (min-width: 43em) {
    .button-up {
      display: none; } }

.button-up:hover:before {
  content: url(/wp-content/themes/storefront/build/arrow-up-small-hover.e94428afca77ddf93100db57eaa1eeeb.png);
  vertical-align: -0.15em;
  margin-right: 0.5em; }

.button-up:before {
  content: url(/wp-content/themes/storefront/build/arrow-up-small.aadf45b5c78650072803bf8b62ee0cc1.png);
  vertical-align: -0.15em;
  margin-right: 0.5em; }

@media screen and (min-width: 43em) {
  .js nav[role=navigation] {
    max-width: none;
    position: static;
    width: auto; }
  .nav-container {
    padding: 1em 0; }
  nav[role=navigation] {
    background: #fff; }
  .nav-list {
    text-align: center;
    margin: 0;
    border: 0;
    margin: 0 -.25em; }
  .nav-list-item {
    display: inline-block;
    margin: 0; } }
  @media screen and (min-width: 43em) and (min-width: 50em) {
    .nav-list-item {
      margin: 0 .25em; } }

@media screen and (min-width: 43em) {
  .nav-list-link {
    background: #ffffff;
    border: 0;
    padding: .55em .55em .35em; } }
  @media screen and (min-width: 43em) and (min-width: 50em) {
    .nav-list-link {
      padding: .75em .75em 0.5em; } }

@media screen and (min-width: 43em) {
  .nav-list-link:hover {
    background: #1079bf;
    color: #ffffff; }
  .menu-link {
    display: none; }
  .activated {
    background-color: #ececec;
    color: #999999; }
  #menu {
    margin-bottom: 1em; } }

.current, .current:hover {
  background-color: #444444;
  color: #ffffff; }

.company-meta {
  padding: 1.75em;
  position: relative;
  overflow: hidden;
  margin-top: -0.8em; }
  @media screen and (min-width: 50em) {
    .company-meta {
      margin-top: -4.4em;
      font-size: 1.3em; } }

@media screen and (min-width: 43em) {
  .company-meta-text {
    max-width: 32em;
    margin-right: 11em; } }

.company-meta-link {
  vertical-align: middle;
  padding: 1.65em 1.7em 1.35em;
  background-color: #444444;
  color: #ffffff;
  text-decoration: none;
  float: right;
  margin-right: -2.2em;
  margin-bottom: -1.8em; }
  @media screen and (min-width: 43em) {
    .company-meta-link {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: auto;
      margin-bottom: auto;
      vertical-align: bottom; } }

.company-meta-link:hover {
  background-color: #2d2d2d;
  color: #ffffff; }

.company-meta-link:after {
  content: url(/wp-content/themes/storefront/build/arrow-right-white.54722cb1f647dab451aced172b3c0238.png);
  vertical-align: -0.1em;
  margin-left: 1em;
  margin-right: 0; }

.page-title, .news-title {
  line-height: 1;
  margin-bottom: .6em; }
  @media screen and (min-width: 43em) {
    .page-title, .news-title {
      margin-left: .97em;
      white-space: nowrap; } }

@media screen and (min-width: 43em) {
  .page-title {
    width: 46%; } }

.news-title {
  font-size: 2em;
  margin-left: 0; }
  @media screen and (min-width: 43em) {
    .news-title {
      font-size: 2.64285714285714em; } }

@media screen and (min-width: 43em) {
  .text-page-title {
    width: 70%;
    white-space: normal; } }

.story-block {
  margin-bottom: 3em; }
  @media screen and (min-width: 43em) {
    .story-block {
      padding-right: 4em;
      display: block;
      max-width: 31em; } }

.story-block ul, .product-detail-list {
  padding-left: 1.3em;
  list-style-type: decimal;
  list-style-image: url(/wp-content/themes/storefront/build/arrow-list.afc3ce40c61d0817dfcedc6b8ffb9013.png);
  margin-top: 2em;
  margin-bottom: 2em; }

.category-blocks:hover .product-detail-list {
  list-style-image: url(/wp-content/themes/storefront/build/arrow-list-hover.49168ed5b419b6682f606c322a5bedb6.png); }

.breadcrumbs {
  display: block;
  overflow: hidden;
  border-bottom: 4px solid #f4f4f4;
  padding-bottom: 0.35em; }
  @media screen and (min-width: 43em) {
    .breadcrumbs {
      padding-left: 2.75em; } }

@media screen and (min-width: 43em) {
  .crumbs {
    float: left; } }

.crumbs-link {
  padding: .75em .75em .75em 0;
  text-decoration: none;
  font-size: .9em;
  white-space: nowrap; }

.crumbs-link:hover {
  background-color: transparent;
  color: #595959; }

.crumbs-link:after {
  content: url(/wp-content/themes/storefront/build/crumb-arrow.1c2bc71111efaec5a1dddff75bd75147.png);
  margin-left: 1em;
  vertical-align: .1em; }

.crumbs-link.active {
  color: #919191;
  cursor: text;
  background-color: transparent; }

.crumbs-link.active:after {
  content: ''; }

@media screen and (min-width: 43em) {
  .column, .column-alt {
    width: 50%;
    float: left; } }

.columns-wrap {
  margin-top: 3em; }

.part {
  margin-top: 3em; }
  @media screen and (min-width: 43em) {
    .part {
      margin-top: 0; } }

.module-wrap {
  overflow: hidden;
  display: block;
  text-decoration: none;
  margin: 1em 0;
  position: relative; }

.module-wrap img {
  margin: 0; }

.module-wrap:after, .route-link:after, .arrow:after {
  content: url(/wp-content/themes/storefront/build/arrow-right.cb969efa6059bad0fe932a6db5a8d6dd.png);
  position: absolute;
  right: 1.05em;
  top: 50%;
  margin-top: -8px; }
  @media screen and (min-width: 43em) {
    .module-wrap:after, .route-link:after, .arrow:after {
      right: 1.65em; } }

.route-link:after {
  margin-top: -.6em; }

.module-wrap:hover:after, .route-link:hover:after {
  content: url(/wp-content/themes/storefront/build/arrow-right-hover.31ce99a7e89b18b724a18c67ec46cb91.png); }

.module-content {
  padding: 1em;
  position: relative;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle; }
  @media screen and (min-width: 43em) {
    .module-content {
      padding: 1.65em 1.8em;
      /*2.2em*/ } }

.module-heading {
  font-size: 1.2em;
  margin-right: 2.5em;
  line-height: 1.1;
  max-width: 11em; }
  @media screen and (min-width: 43em) {
    .module-heading {
      margin-right: 2em; } }

.table-style {
  display: table; }

.module-visual {
  width: 80px;
  max-width: none;
  float: left;
  display: block; }
  @media screen and (min-width: 30em) {
    .module-visual {
      width: 100px; } }

@media screen and (min-width: 43em) {
  article {
    margin-left: 2.55em; } }

@media screen and (min-width: 43em) {
  .published {
    width: 30%;
    float: left;
    font-size: 1.15em; } }

@media screen and (min-width: 43em) {
  .news-heading {
    width: 60%;
    float: left;
    margin-top: 0; } }

.grid-container {
  overflow: hidden; }

.grid-block {
  margin: .5em 0; }
  @media screen and (min-width: 60em) {
    .grid-block {
      width: 32.233333%;
      float: left;
      margin-right: 1.6%;
      padding-bottom: 16em;
      margin-bottom: -16em; } }

@media screen and (min-width: 60em) {
  .grid-block .module-content {
    display: block; } }

@media screen and (min-width: 60em) {
  .grid-block .module-content:after {
    content: url(/wp-content/themes/storefront/build/arrow-right.cb969efa6059bad0fe932a6db5a8d6dd.png);
    position: absolute;
    right: 1.8em;
    top: 1.6em; } }

@media screen and (min-width: 60em) {
  .module-wrap.grid-block:hover .module-content:after {
    content: url(/wp-content/themes/storefront/build/arrow-right-hover.31ce99a7e89b18b724a18c67ec46cb91.png);
    position: absolute;
    right: 1.8em;
    top: 1.6em; } }

@media screen and (min-width: 60em) {
  .grid-block.module-wrap:after {
    content: ''; } }

.grid-visual {
  width: 80px; }
  @media screen and (min-width: 30em) {
    .grid-visual {
      width: 100px; } }
  @media screen and (min-width: 60em) {
    .grid-visual {
      width: 100%; } }

.last-block {
  margin-right: 0; }

.category-blocks {
  margin: 1em 0; }
  @media screen and (min-width: 43em) {
    .category-blocks {
      margin-right: 1em; } }

.category-blocks.module-wrap:after {
  content: ''; }

.column-alt .category-blocks {
  margin-right: 0; }

@media screen and (min-width: 43em) {
  .product-overview {
    margin-right: .5em; } }

@media screen and (min-width: 43em) {
  .product-overview-right {
    margin-left: .5em; } }

.column-alt .product-overview {
  margin-right: 0; }

.published-article, .category-heading, .part-heading {
  font-size: 1.3em;
  color: #1079bf; }

.published-article {
  margin-bottom: 0.75em;
  display: block; }
  @media screen and (min-width: 43em) {
    .published-article {
      margin-left: 2.1em; } }

@media screen and (min-width: 43em) {
  .category-heading {
    margin-left: 2.1em; } }

.part-heading {
  margin-bottom: 1em; }
  @media screen and (min-width: 43em) {
    .part-heading {
      margin-left: 1.5em;
      display: inline-block; } }

.product-detail-heading {
  margin-bottom: .75em;
  font-size: 1.3em; }

.product-detail-list:first-child, .product-detail-list:last-child {
  margin-top: 2em; }

.product-detail-list-item {
  line-height: .9; }

footer {
  padding: 3em 0 0;
  border-top: 4px solid #ececec;
  margin-top: 3em; }
  @media screen and (min-width: 43em) {
    footer {
      margin-top: 5.7143em; } }

.footer-heading, .footer-text {
  text-align: center;
  display: block; }

.footer-heading {
  font-size: 1.5714em;
  line-height: 1;
  color: #1079bf;
  margin-bottom: .5em; }

@media screen and (min-width: 43em) {
  .footer-text {
    width: 31em;
    margin: 0 auto; } }

.footer-ornament {
  display: block;
  width: 44px;
  height: 15px;
  background-image: url(/wp-content/themes/storefront/build/footer-ornament.6c059adac3482c4f8f80b1c3e3401620.png);
  background-repeat: no-repeat;
  margin: 3em auto; }

.contact-label {
  color: #ffffff;
  margin-top: 1em;
  margin-bottom: .375em; }

.form-container, .form-header {
  background-color: #1079bf; }

.form-header {
  font-size: 1.3em;
  padding: 1em;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin: 0; }
  @media screen and (min-width: 43em) {
    .form-header {
      padding-left: 1.65em; } }

.form-container {
  padding: 1.428em; }

.submit-button {
  margin-top: .6em; }

.submit-button:hover {
  background-color: #2d2d2d;
  color: #ffffff; }

.error {
  font-size: .9em;
  background-color: #d90e0e;
  padding: .75em 1em;
  color: #ffffff;
  display: block; }

@media screen and (min-width: 43em) {
  .contact-label {
    position: relative;
    top: 1.7em;
    left: .9em;
    z-index: 0;
    margin: -.075em; }
  .error, .form-field {
    float: right;
    position: relative; }
  .form-field {
    width: 55%; }
  .error {
    margin-bottom: .5em;
    width: 49.4%; }
  .input-wrap {
    margin-top: -.8em;
    margin-right: 0.775em; } }

@media screen and (min-width: 43em) {
  .maps {
    padding-right: 4em; } }

.maps > iframe {
  margin: 0; }

.route-link {
  padding: 1.5em;
  text-decoration: none;
  margin: 0;
  font-size: 1.3em; }

.nofloat {
  float: none; }

.error-page {
  font-size: 1.3em; }
  @media screen and (min-width: 43em) {
    .error-page {
      margin-left: 2.1em; } }

@media screen and (min-width: 43em) {
  .error-link {
    margin-left: 2.8em; } }

.tel {
  font-size: 18px;
  color: #1079bf; }

input[type="email"], input[type="text"], textarea {
  background-color: #ffffff;
  -webkit-transition: compact(background-color 0.25s ease-in-out);
  -o-transition: compact(background-color 0.25s ease-in-out);
  transition: compact(background-color 0.25s ease-in-out); }

input[type="text"]:-moz-placeholder {
  color: #444444; }

input[type="text"]:-ms-input-placeholder {
  color: #444444; }

input[type="text"]::-webkit-input-placeholder {
  color: #444444; }

textarea::-webkit-input-placeholder {
  color: #444444; }

input[type="email"]:-moz-placeholder {
  color: #444444; }

input[type="email"]:-ms-input-placeholder {
  color: #444444; }

input[type="email"]::-webkit-input-placeholder {
  color: #444444; }

input[type="email"]:focus, input[type="text"]:focus, textarea:focus {
  background-color: #dedede; }

input[type="email"]:focus::-ms-input-placeholder, input[type="text"]:focus::-ms-input-placeholder {
  color: #ccc; }

input[type="email"]:focus::-moz-input-placeholder, input[type="text"]:focus::-moz-input-placeholder {
  color: #ccc; }

input[type="email"]:focus::-webkit-input-placeholder, input[type="text"]:focus::-webkit-input-placeholder {
  color: #ccc; }

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

/* end styles */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-nav:hover {
  background-color: transparent; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: transparent;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url(/wp-content/themes/storefront/build/fancybox_sprite.783d4031fe50c3d83c960911e1fbc705.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/wp-content/themes/storefront/build/fancybox_loading.c6f1ad4957e50b83bb27691df8bc3f41.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -3em;
  right: -70px;
  width: 33px;
  height: 33px;
  background-image: url(/wp-content/themes/storefront/build/lightbox-close.06c7473241bbec1c4ea7704a6255aa79.png);
  background-repeat: no-repeat;
  filter: alpha(opacity=50);
  opacity: .5;
  cursor: pointer;
  z-index: 8040; }

.fancybox-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: url(/wp-content/themes/storefront/build/lightbox-close.06c7473241bbec1c4ea7704a6255aa79.png);
  background-repeat: no-repeat;
  background-color: transparent; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/wp-content/themes/storefront/build/blank.325472601571f31e1bf00674c368d335.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 22px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  filter: alpha(opacity=50);
  opacity: .5; }

.fancybox-prev span {
  left: -70px;
  background-image: url(/wp-content/themes/storefront/build/lightbox-prev.8af929fa4186811433c7cee271d71f99.png);
  background-repeat: no-repeat; }

.fancybox-next span {
  right: -70px;
  background-image: url(/wp-content/themes/storefront/build/lightbox-next.9929b1f1be82f6294cfb56dc32a36a75.png);
  background-repeat: no-repeat; }

.fancybox-nav:hover span {
  filter: alpha(opacity=100);
  opacity: 1; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/wp-content/themes/storefront/build/fancybox_overlay.77aeaa52715b898b73c74d68c630330e.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* Title helper */
.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 1.5em;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  padding: 2px 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0;
  max-height: 677px;
  text-align: center;
  margin: 0 auto; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flexslider ul:first-child, .flexslider ul:last-child, .flexslider li:first-child, .flexslider li:last-child {
  margin-bottom: 0;
  margin-top: 0; }

.flex-slider ul, .flexslider li {
  margin: 0; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0;
  background: #000000;
  border: none;
  position: relative;
  zoom: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.flex-viewport {
  min-height: 15em;
  max-height: 750px; }

.flexslider.loading {
  opacity: 0;
  height: 500px;
  background-image: url(/wp-content/themes/storefront/build/ajax-loader.1e1cf999d0d9957fa8a4cbd84fa5efa1.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.vof .flex-viewport {
  max-height: 355px;
  min-height: 0; }

/* Direction Nav */
.flex-direction-nav {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.flexslider:hover .flex-direction-nav {
  opacity: 1; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a, .vof .flex-direction-nav a {
  width: 100px;
  height: 100px;
  margin: -30px 0 0 0;
  display: block;
  background: url(/wp-content/themes/storefront/build/bg_direction_nav.2c09cab89c4417b4597cdc2dcf1de082.png) no-repeat 0 0 #333;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.vof .flex-direction-nav a {
  margin: -48px 0 0 0; }

.flex-direction-nav .flex-next, .vof .flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: 0; }

.flex-direction-nav .flex-prev, .vof .flex-direction-nav .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  opacity: 1;
  right: 0px; }

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 0px; }

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

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

.flex-direction-nav .flex-disabled:hover {
  background-color: #444; }

.slides li {
  position: relative; }

.flex-caption {
  display: none; }

.touch .flex-caption {
  right: 0px;
  opacity: 1; }

.touch .flex-direction-nav {
  opacity: 1; }

@media screen and (max-width: 43em) {
  .flex-viewport {
    min-height: 10em;
    max-height: 280px; }
  .flexslider .slides img {
    min-width: 40em; } }

@media screen and (max-width: 50em) {
  .flex-direction-nav a, .vof .flex-direction-nav a {
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    display: block;
    background: url(/wp-content/themes/storefront/build/bg_direction_nav_mob.0bd4c8909586873617b9487227b85f9e.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .flex-direction-nav .flex-next, .vof .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -50px; }
  .flex-direction-nav .flex-prev, .vof .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-prev, .vof .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next, .vof .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

@media screen and (min-width: 53em) {
  .flex-caption {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.98em;
    right: 0px;
    opacity: 0;
    padding: .97em;
    color: white;
    background-color: #444;
    font-size: 2em;
    padding-right: 4.22em;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .flexslider:hover .flex-caption {
    opacity: 1; }
  .flexslider:hover .flex-caption {
    right: 0px;
    opacity: 1; }
  .flex-direction-nav a:hover {
    background-color: #1079bf; } }

/* print */
@media print {
  body {
    color: black;
    font: 12pt "Times New Roman", Times, sans-serif; }
  aside, audio, button, canvas, embed, footer, form, header, menu, nav, object, video, .no-print, #menu {
    display: none; }
  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }
  a[href^="/"]:after {
    content: " (http://" attr(href) ") "; }
  abbr:after {
    content: " (" attr(title) ")"; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; } }

img {
  max-width: 100%; }

@font-face {
  font-family: 'ralewayregular';
  src: url(/wp-content/themes/storefront/build/raleway-regular-webfont.fb64f2da12af269a31c7f144a71c39c2.woff2) format("woff2"), url(/wp-content/themes/storefront/build/raleway-regular-webfont.2eb9bec654cbaf80dbd072a0229dba44.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

.breadcrumbs {
  margin: 2em 0 !important;
  display: block;
  padding-bottom: 1em; }
  .breadcrumbs > span {
    font-size: 0; }
  .breadcrumbs span > span {
    margin-left: 16px; }
    .breadcrumbs span > span:first-child {
      margin-left: 0; }
  .breadcrumbs .breadcrumb_last {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    margin-left: 1em; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:visited, .breadcrumbs a {
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px; }
    .breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
      background-color: transparent;
      color: rgba(0, 0, 0, 0.4); }
    .breadcrumbs a:after {
      content: '\9B';
      padding-left: 16px; }
  @media screen and (min-width: 43em) {
    .breadcrumbs {
      padding-left: 2.75em; } }

.c-product-item__media {
  background-color: #ddd;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-shop-list-view .c-product-item__media {
    display: none; }
  .c-product-item__media:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 73%; }
  .c-product-item__media:after {
    content: "";
    display: table;
    clear: both; }

.c-product-item {
  width: 100%;
  margin-bottom: 35px; }
  @media screen and (min-width: 800px) {
    .c-product-item {
      width: 50%; } }

.c-product-item__inner {
  width: 100%;
  color: #2D2D2D;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-product-item__inner:visited, .c-product-item__inner, .c-product-item__inner .woocommerce-Price-amount {
    color: #2D2D2D; }
  .c-product-item__inner:hover, .c-product-item__inner:active, .c-product-item__inner:focus {
    background-color: transparent; }
    .c-product-item__inner:hover .woocommerce-Price-amount, .c-product-item__inner:active .woocommerce-Price-amount, .c-product-item__inner:focus .woocommerce-Price-amount {
      color: #fff; }

.c-product-item__content {
  padding: 15px; }

.c-product-item__title {
  color: #2D2D2D;
  font-family: 'Proxima N W15 Smbd';
  font-size: 19px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-shop-list-view .c-product-item__title {
    font-size: 16px; }

.c-product-item__footer {
  margin-top: 20px;
  font-size: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-shop-list-view .c-product-item__footer {
    font-size: 19px;
    margin-top: 10px; }

.c-old-price {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 0.67em; }

.c-product-item-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #444444; }
  .c-product-item-btn:after {
    content: '';
    background-image: url(/wp-content/themes/storefront/build/arrow-right-white-fat.02c96be3cb59375c7941fba2e33dd559.svg);
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 11px;
    display: inline-block;
    vertical-align: -0.1em; }

.c-shop .widget .widget-title, .c-shop .widget .widgettitle {
  padding: 0 0 0.6em;
  border-color: rgba(0, 0, 27, 0.38); }

.c-shop .woocommerce-widget-layered-nav-list__item {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-shop .woocommerce-widget-layered-nav-list__item:before {
    display: none; }
  .c-shop .woocommerce-widget-layered-nav-list__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: normal !important;
    position: relative; }
    .c-shop .woocommerce-widget-layered-nav-list__item a:hover {
      background-color: transparent;
      color: #333; }
      .c-shop .woocommerce-widget-layered-nav-list__item a:hover:before {
        border-color: #333; }
    .c-shop .woocommerce-widget-layered-nav-list__item a:before {
      display: block;
      content: '';
      border: 2px solid rgba(0, 0, 27, 0.38);
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20px;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      height: 20px;
      margin-right: 10px; }
    .c-shop .woocommerce-widget-layered-nav-list__item a:after {
      content: '';
      height: 24px;
      width: 24px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #1979be;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .c-shop .woocommerce-widget-layered-nav-list__item a + .count {
      display: none; }
  .c-shop .woocommerce-widget-layered-nav-list__item.chosen a:before {
    border-color: #1979be; }
  .c-shop .woocommerce-widget-layered-nav-list__item.chosen a:after {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6); }

@media screen and (min-width: 800px) {
  .c-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -18px; } }

@media screen and (min-width: 800px) {
  .c-product__col {
    width: 50%;
    padding: 0 18px; } }

.c-product__col:last-of-type {
  background-color: #ECECEC;
  padding: 25px; }

.c-product-item {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 800px) {
    .c-product-item {
      width: 50%;
      margin: 10px 0 !important; } }

.c-product-item__inner {
  display: block;
  padding: 0 10px;
  text-decoration: none; }
  .c-shop-list-view .c-product-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-product-item__inner:hover .c-product-item__content, .c-product-item__inner:focus .c-product-item__content, .c-product-item__inner:active .c-product-item__content {
    background-color: #1079BF; }
    .c-product-item__inner:hover .c-product-item__content h3, .c-product-item__inner:focus .c-product-item__content h3, .c-product-item__inner:active .c-product-item__content h3 {
      color: #fff; }
  .c-product-item__inner:hover, .c-product-item__inner:active, .c-product-item__inner:focus {
    background-color: transparent; }

.c-product-item__content {
  padding: 1.65em 1.8em;
  background-color: #ddd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%; }

.product_meta {
  display: none; }

.c-product__media {
  background-color: transparent;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .c-product__media:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 64.96350%; }
  .c-product__media:after {
    content: "";
    display: table;
    clear: both; }

.c-product__price {
  font-family: 'Proxima N W15 Smbd';
  font-size: 44px;
  margin-bottom: 25px; }

.c-product__desc {
  font-size: 17px;
  max-width: 465px; }

.c-product__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .c-product__form button, .c-product__form button.alt {
    width: auto;
    background-color: #1079BF;
    font-family: 'Proxima N W15 Smbd';
    font-size: 16px;
    padding: 0.8em 1.5em; }
    .c-product__form button:after, .c-product__form button.alt:after {
      content: '';
      background-image: url(/wp-content/themes/storefront/build/ic-cart.9a9b363b78fb33b506ba329f61ad7cef.svg);
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 2em;
      height: 0.9em;
      display: inline-block;
      vertical-align: -0.1em; }
    .c-product__form button.disabled, .c-product__form button.alt.disabled {
      pointer-events: none;
      background-color: #333; }
  .c-product__form input {
    background-color: #fff;
    font-family: 'Proxima N W15 Smbd';
    font-size: 16px;
    width: 3.8em !important;
    margin-right: 1em;
    height: 100%; }
  .c-product__form input[type=number]::-webkit-inner-spin-button,
  .c-product__form input[type=number]::-webkit-outer-spin-button {
    opacity: 1; }

.c-no-stock {
  color: red;
  display: block;
  margin-top: 30px;
  font-family: 'Proxima N W15 Smbd';
  font-size: 17px; }

.shop_attributes {
  margin-top: 0; }
  .shop_attributes tr {
    border-bottom: 1px solid #ddd; }
    .shop_attributes tr:last-child {
      border: none; }
  .shop_attributes td {
    background-color: transparent !important;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px; }
    .shop_attributes td p {
      max-width: 550px; }
    .shop_attributes td:first-of-type {
      font-family: 'Proxima N W15 Smbd'; }

.c-product-divider {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #D8D8D8; }

.c-attributes-wrapper {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 50px; }

img {
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

body {
  padding-bottom: 3rem; }

@media screen and (min-width: 43em) {
  .content-push {
    margin-left: 2.55rem; } }

.content-push table tbody td,
.content-push table tbody tr:nth-child(2n) td, .content-push fieldset, .content-push fieldset legend {
  background-color: transparent; }

.content-push table tbody td {
  padding-left: 0; }

.woocommerce a:not(.button):focus, .woocommerce a:not(.button):hover, .woocommerce a:not(.button):active {
  background-color: transparent;
  color: #000; }

.woocommerce a {
  text-decoration: none; }

.woocommerce button, .woocommerce input[type="button"], .woocommerce input[type="reset"], .woocommerce input[type="submit"], .woocommerce .button, .woocommerce .widget a.button {
  background-color: #1979be;
  border-color: #1979be;
  color: #FFF; }
  .woocommerce button:hover, .woocommerce input[type="button"]:hover, .woocommerce input[type="reset"]:hover, .woocommerce input[type="submit"]:hover, .woocommerce .button:hover, .woocommerce .widget a.button:hover {
    background-color: #000; }

.storefront-sorting.storefront-sorting {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0; }
  .storefront-sorting.storefront-sorting form {
    margin: 3em 0; }
  .storefront-sorting.storefront-sorting .woocommerce-result-count {
    padding: 0;
    margin: 0; }

.woocommerce-notices-wrapper {
  width: 100%; }

.c-title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-title-bar h2 {
    margin: 0; }
    @media (min-width: 43em) {
      .c-title-bar h2 {
        margin-left: 1.6rem; } }

.grid-container .products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 540px) {
    .grid-container .products li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      width: 50%; } }
  @media (min-width: 768px) {
    .grid-container .products li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.333%;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      max-width: 33.333%;
      width: 33.333%; } }

.c-cart-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: 10; }
  .c-cart-btn a {
    padding: 0.8em 1.5em; }
  @media screen and (min-width: 768px) {
    .c-cart-btn {
      left: auto;
      bottom: auto;
      top: 1em;
      right: 1em;
      border: none; }
      .c-cart-btn a {
        font-size: 12px;
        padding: 0.8em; } }
    @media screen and (min-width: 768px) and (min-width: 992px) {
      .c-cart-btn a {
        font-size: 14px; } }
  @media screen and (min-width: 992px) {
    .c-cart-btn {
      top: 3.1em; } }

.c-shop {
  margin: 0; }
  .c-shop .term-description, .c-shop .page-description {
    max-width: 550px; }
    @media screen and (min-width: 43em) {
      .c-shop .term-description, .c-shop .page-description {
        margin-left: 2.55rem; } }
  .c-shop .product {
    width: 100%; }
  .c-shop .section-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .c-shop .section-main .woocommerce-products-header {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 52px; }
    .c-shop .section-main .products {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .c-shop .section-main .c-shop-wrapper {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      width: 100%; }
      @media screen and (min-width: 800px) {
        .c-shop .section-main .c-shop-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 0;
              -ms-flex: 1 1 0px;
                  flex: 1 1 0; } }
      @media all and (-ms-high-contrast: none) {
        .c-shop .section-main .c-shop-wrapper {
          -webkit-box-flex: 1 !important;
          -webkit-flex: 1 1 100% !important;
              -ms-flex: 1 1 100% !important;
                  flex: 1 1 100% !important; } }
    .c-shop .section-main .widget-area {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      margin-right: 15px; }
      .c-shop .section-main .widget-area .widget {
        max-width: 320px;
        padding: 2em 2.5em;
        border: 1px solid #ddd; }
    .c-shop .section-main .products {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -10px 0 30px; }
      .c-shop .section-main .products .product.product {
        margin: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333%;
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
        padding: 10px; }
      .c-shop .section-main .products + .storefront-sorting {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4; }
    .c-shop .section-main .storefront-sorting {
      display: none; }

@media screen and (min-width: 43em) {
  .c-shop--sidebar .product, .c-shop--sidebar .c-attributes-wrapper {
    margin-left: 2.55rem; } }

@media screen and (min-width: 43em) {
  .woocommerce-notices-wrapper,
  .entry-title,
  .entry-content {
    margin-left: 2.55rem; } }

.c-shop-item {
  width: 100%;
  margin-bottom: 40px; }
  @media screen and (min-width: 800px) {
    .c-shop-item {
      width: 33.3333%;
      margin: 10px 0 !important; } }

.c-shop-item__inner {
  display: block;
  padding: 0 10px;
  text-decoration: none; }
  .c-shop-list-view .c-shop-item__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-shop-item__inner:hover .c-shop-btn, .c-shop-item__inner:focus .c-shop-btn, .c-shop-item__inner:active .c-shop-btn {
    background-color: #000; }
  .c-shop-item__inner:hover .c-shop-item__content, .c-shop-item__inner:focus .c-shop-item__content, .c-shop-item__inner:active .c-shop-item__content {
    background-color: #1079BF; }
    .c-shop-item__inner:hover .c-shop-item__content h3, .c-shop-item__inner:focus .c-shop-item__content h3, .c-shop-item__inner:active .c-shop-item__content h3 {
      color: #fff; }
  .c-shop-item__inner:hover, .c-shop-item__inner:active, .c-shop-item__inner:focus {
    background-color: transparent; }

.c-shop-item__media {
  background-color: #ddd;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .c-shop-list-view .c-shop-item__media {
    display: none; }
  .c-shop-item__media:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-bottom: 73%; }
  .c-shop-item__media:after {
    content: "";
    display: table;
    clear: both; }

.c-shop-item__content {
  padding: 1.65em 1.8em;
  background-color: #ddd;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%; }
  .c-shop-item__content h3 {
    font-family: 'Proxima N W15 Reg', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1; }
    .c-shop-list-view .c-shop-item__content h3 {
      font-size: 16px; }

.c-shop-btn {
  background-color: #444444;
  padding: 0.8em 1.4em 0.6em;
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Proxima N W15 Smbd'; }
  .c-shop-btn:after {
    content: '';
    background-image: url(/wp-content/themes/storefront/build/arrow-right-white-fat.02c96be3cb59375c7941fba2e33dd559.svg);
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 0.9em;
    height: 0.9em;
    display: inline-block;
    vertical-align: -0.1em;
    margin-left: 0.5em;
    margin-right: 0; }
  .c-shop-btn:visited {
    color: #fff; }
  .c-shop-btn:hover {
    background-color: #1079BF; }

.cart-link:after {
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\F291";
  height: 1em;
  line-height: 1.618; }

button[name="update_cart"] {
  width: auto; }

.woocommerce .form-row {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce textarea,
.woocommerce select {
  padding: .8em;
  border-top: 1px solid #cecece;
  background-color: #ececec;
  -webkit-appearance: none; }

.woocommerce table thead th {
  background-color: #ececec; }

.woocommerce .star-rating span:before, .woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce p.stars a:hover:after, .woocommerce p.stars a:after, .woocommerce .star-rating span:before, .woocommerce #payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #1979be; }

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

#order_review_heading {
  margin: 0; }

#order_review {
  margin-top: 30px; }

.form-row.place-order {
  margin-top: 0 !important; }

#payment .place-order .button {
  margin-top: 1em; }

.woocommerce-order-details + .woocommerce-customer-details {
  margin-top: 3em; }

.woocommerce .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.woocommerce #ship-to-different-address .woocommerce-form__input-checkbox {
  position: static;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25px;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px; }

@media screen and (max-width: 767px) {
  ul#shipping_method {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 767px) {
  .wc-proceed-to-checkout .button.checkout-button {
    font-size: 1.2em !important; } }

ul#shipping_method li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  ul#shipping_method li input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px; }
  ul#shipping_method li label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.woocommerce-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .woocommerce-message:before, .woocommerce-message:after {
    display: none !important; }
  .woocommerce-message .button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

table.shop_table_responsive tr td {
  vertical-align: middle; }

.checkout-button {
  text-decoration: none; }

@media screen and (max-width: 767px) {
  table.cart td.product-remove a.remove {
    top: 0 !important;
    right: 0 !important; } }

@media screen and (max-width: 767px) {
  .cart_item .input-text.qty {
    margin-left: auto;
    display: block; } }

.woocommerce table.woocommerce-checkout-review-order-table .product-name {
  width: 280px; }

.woocommerce .woocommerce-column--billing-address {
  margin-bottom: 2em; }

.woocommerce .woocommerce-Address h1, .woocommerce .woocommerce-Address .title {
  font-size: 15px; }
  .woocommerce .woocommerce-Address h1 .edit, .woocommerce .woocommerce-Address .title .edit {
    margin-top: 0; }

.create-account label {
  font-weight: bold; }

.create-account > label {
  font-size: 23.8853px;
  font-weight: bold;
  color: #333333;
  font-family: "Proxima N W15 Smbd", Arial, sans-serif; }
  .create-account > label span {
    margin-left: 4px; }

label.checkbox {
  font-family: 'Proxima N W15 Reg', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1; }
  label.checkbox input {
    margin-top: -4px; }

.woocommerce-additional-fields {
  margin-top: 3em; }

.woocommerce-variation-price {
  display: none; }

ul.order_details::after,
ul.order_details::before {
  display: none !important; }

table.variations td, table.variations th {
  padding: 1em 1.41575em 0.6em; }

.js-min-price {
  display: none; }

.tax-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tax-type span {
    cursor: pointer;
    font-size: 16px;
    display: block;
    opacity: .5; }
    .tax-type span:hover {
      color: #1079BF; }
    .tax-type span.active {
      opacity: 1;
      color: #1079BF; }
  .tax-type span + span {
    margin-left: 20px; }

.meta-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

.meta-footer__nav-list-item {
  margin: 0 0.5em !important; }

.meta-footer__nav-list-link {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }
  .meta-footer__nav-list-link:hover, .meta-footer__nav-list-link:active, .meta-footer__nav-list-link:focus, .meta-footer__nav-list-link.current {
    background: transparent;
    text-decoration: underline;
    color: #1079bf; }

.form-row-radios {
  margin-bottom: 0px !important;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content; }
  .form-row-radios .woocommerce-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .form-row-radios .woocommerce-input-wrapper label {
      margin-right: 25px;
      font-size: 14px; }
    .form-row-radios .woocommerce-input-wrapper span {
      padding-top: 5px; }
    .form-row-radios .woocommerce-input-wrapper input {
      margin-left: 1px; }

.woocommerce-order-details td, .woocommerce-order-details th, .woocommerce-table--custom-fields td, .woocommerce-table--custom-fields th {
  width: 50%; }

.woocommerce-columns--addresses {
  padding-left: 20px; }

@media (min-width: 768px) {
  .woocommerce-columns--addresses .woocommerce-column--2 {
    padding-left: 36px !important; }
  #customer_details {
    width: 45%; }
  .woocommerce-checkout-review-order {
    width: 49% !important; }
  .woocommerce-checkout-review-order-table .product-name {
    width: 46% !important; } }

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