@charset "UTF-8";
/*********************************************
:: Core
   Base Elements
   eg. typography, fonts, forms, buttons etc.
********************************************/
/*********************************************
:: Variables                      
********************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*
  https://github.com/bfred-it/object-fit-images/
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*********************************************
:: Normalize                        
********************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

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

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

h1, h2, legend, h3, h4, h5, h6, ol, ul, blockquote, p, li, dt, dl, dd {
  margin: 0px;
  padding: 0px; }

.button, button, button[type="submit"], input[type="submit"], input[type="button"], input[type="reset"] {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
  padding: 0px;
  margin: 0px; }

legend, fieldset {
  margin: 0px;
  padding: 0px;
  border: none; }

figure {
  margin: 0px; }

*, *:before, *:after {
  box-sizing: border-box; }

/*******************************************/
::-moz-selection, ::-moz-selection {
  background: #a6c9d0;
  color: white; }
::-moz-selection, ::selection {
  background: #a6c9d0;
  color: white; }

::-moz-selection {
  background: #a6c9d0;
  color: white; }

::selection {
  background: #a6c9d0;
  color: white; }

button:focus,
a:focus,
article:focus {
  outline: none; }

img {
  display: inline-block;
  max-width: 100%;
  width: auto\9;
  height: auto; }

/*********************************************
:: Icon Fonts                    
********************************************/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l1en53");
  src: url("../fonts/icomoon.eot?#iefixl1en53") format("embedded-opentype"), url("../fonts/icomoon.ttf?l1en53") format("truetype"), url("../fonts/icomoon.woff?l1en53") format("woff"), url("../fonts/icomoon.svg?l1en53#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.icon-angle-double-down:before {
  content: "\e922"; }

.icon-angle-double-left:before {
  content: "\e923"; }

.icon-angle-double-right:before {
  content: "\e924"; }

.icon-angle-double-up:before {
  content: "\e925"; }

.icon-angle-down:before {
  content: "\e926"; }

.icon-angle-left:before {
  content: "\e927"; }

.icon-angle-right:before {
  content: "\e928"; }

.icon-angle-up:before {
  content: "\e929"; }

.icon-arrow-circle-down:before {
  content: "\e92a"; }

.icon-arrow-circle-left:before {
  content: "\e92b"; }

.icon-arrow-circle-o-down:before {
  content: "\e92c"; }

.icon-arrow-circle-o-left:before {
  content: "\e92d"; }

.icon-arrow-circle-o-right:before {
  content: "\e92e"; }

.icon-arrow-circle-o-up:before {
  content: "\e92f"; }

.icon-arrow-circle-right:before {
  content: "\e930"; }

.icon-arrow-circle-up:before {
  content: "\e931"; }

.icon-bars:before {
  content: "\e932"; }

.icon-behance:before {
  content: "\f1b4"; }

.icon-behance-square:before {
  content: "\f1b5"; }

.icon-calendar2:before {
  content: "\e933"; }

.icon-check2:before {
  content: "\e934"; }

.icon-chevron-circle-down:before {
  content: "\e935"; }

.icon-chevron-circle-left:before {
  content: "\e936"; }

.icon-chevron-circle-right:before {
  content: "\e937"; }

.icon-chevron-circle-up:before {
  content: "\e938"; }

.icon-chevron-down:before {
  content: "\e939"; }

.icon-chevron-left:before {
  content: "\e93a"; }

.icon-chevron-right:before {
  content: "\e93b"; }

.icon-chevron-up:before {
  content: "\e93c"; }

.icon-commenting:before {
  content: "\f27a"; }

.icon-commenting-o:before {
  content: "\f27b"; }

.icon-envelope-o:before {
  content: "\e93d"; }

.icon-facebook:before {
  content: "\e93f"; }

.icon-facebook-square:before {
  content: "\e93e"; }

.icon-file:before {
  content: "\e940"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-google-plus:before {
  content: "\e942"; }

.icon-google-plus2:before {
  content: "\f0d5"; }

.icon-google-plus-square:before {
  content: "\e941"; }

.icon-google-plus-square2:before {
  content: "\f0d4"; }

.icon-info-circle:before {
  content: "\e943"; }

.icon-instagram:before {
  content: "\e944"; }

.icon-instagram2:before {
  content: "\f16d"; }

.icon-linkedin:before {
  content: "\e946"; }

.icon-linkedin-square:before {
  content: "\e945"; }

.icon-map3:before {
  content: "\f279"; }

.icon-map-marker:before {
  content: "\e947"; }

.icon-map-o:before {
  content: "\f278"; }

.icon-minus-circle:before {
  content: "\e948"; }

.icon-phone-diagonal:before {
  content: "\e949"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest2:before {
  content: "\e94b"; }

.icon-pinterest-square:before {
  content: "\e94a"; }

.icon-pinterest-square2:before {
  content: "\f0d3"; }

.icon-play:before {
  content: "\e94c"; }

.icon-plus-circle:before {
  content: "\e94d"; }

.icon-question-circle:before {
  content: "\e94e"; }

.icon-safari:before {
  content: "\f267"; }

.icon-search:before {
  content: "\e950"; }

.icon-search-plus:before {
  content: "\e94f"; }

.icon-shopping-cart:before {
  content: "\e951"; }

.icon-sort:before {
  content: "\e952"; }

.icon-tags:before {
  content: "\e953"; }

.icon-times2:before {
  content: "\e954"; }

.icon-toggle-off:before {
  content: "\f204"; }

.icon-toggle-on:before {
  content: "\f205"; }

.icon-tripadvisor:before {
  content: "\f262"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr2:before {
  content: "\e957"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-tumblr-square2:before {
  content: "\e956"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-twitter2:before {
  content: "\e959"; }

.icon-twitter-square:before {
  content: "\e958"; }

.icon-twitter-square2:before {
  content: "\f081"; }

.icon-user:before {
  content: "\e95a"; }

.icon-vimeo-square:before {
  content: "\e95b"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-youtube:before {
  content: "\e95e"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-youtube-play2:before {
  content: "\e95c"; }

.icon-youtube-square:before {
  content: "\e95d"; }

.icon-home:before {
  content: "\e900"; }

.icon-newspaper:before {
  content: "\e901"; }

.icon-image:before {
  content: "\e902"; }

.icon-file-empty:before {
  content: "\e903"; }

.icon-file-text2:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-phone-hang-up:before {
  content: "\e906"; }

.icon-pin:before {
  content: "\e955"; }

.icon-location:before {
  content: "\e907"; }

.icon-location2:before {
  content: "\e908"; }

.icon-compass:before {
  content: "\e909"; }

.icon-map:before {
  content: "\e90a"; }

.icon-map2:before {
  content: "\e90b"; }

.icon-alarm:before {
  content: "\e90f"; }

.icon-bell:before {
  content: "\e910"; }

.icon-stopwatch:before {
  content: "\e911"; }

.icon-calendar:before {
  content: "\e91e"; }

.icon-display:before {
  content: "\e91f"; }

.icon-laptop:before {
  content: "\e920"; }

.icon-mobile:before {
  content: "\e912"; }

.icon-mobile2:before {
  content: "\e913"; }

.icon-tablet:before {
  content: "\e914"; }

.icon-tv:before {
  content: "\e915"; }

.icon-plus2:before {
  content: "\e91a"; }

.icon-minus2:before {
  content: "\e91b"; }

.icon-checkmark:before {
  content: "\e91c"; }

.icon-checkmark2:before {
  content: "\e91d"; }

.icon-thin-search:before {
  content: "\e921";
  color: #5c6770; }

.icon-substract:before {
  content: "\e90c"; }

.icon-add:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-left-arrow:before {
  content: "\e916"; }

.icon-right-arrow:before {
  content: "\e917"; }

.icon-left-arrow2:before {
  content: "\e918"; }

.icon-arrow-pointing-to-right:before {
  content: "\e919"; }

.icon-ico-cart-secure:before {
  content: "\e96f"; }

.icon-ico-cart-edit:before {
  content: "\e970"; }

.icon-quickstart2:before {
  content: "\e971"; }

.icon-students:before {
  content: "\e974"; }

.icon-ico-nav:before {
  content: "\e98a"; }

.icon-ico-search:before {
  content: "\e98d";
  color: #4c4c4c; }

.icon-ico-download:before {
  content: "\e96e";
  color: #999; }

.icon-ico-heart:before {
  content: "\e963";
  color: #090e42; }

.icon-ico-edit:before {
  content: "\e964"; }

.icon-ico-secure:before {
  content: "\e965";
  color: #999; }

.icon-ico-user:before {
  content: "\e966"; }

.icon-ico-question:before {
  content: "\e967"; }

.icon-ico-map:before {
  content: "\e968";
  color: #989da1; }

.icon-ico-mail:before {
  content: "\e969";
  color: #989da1; }

.icon-ico-phone:before {
  content: "\e96a";
  color: #989da1; }

.icon-ico-zoom:before {
  content: "\e96b"; }

.icon-ico-menu:before {
  content: "\e96d"; }

.icon-menu:before {
  content: "\e972"; }

.icon-ico-clock:before {
  content: "\e960";
  color: #666; }

.icon-ico-mail2:before {
  content: "\e961"; }

.icon-ico-cart2:before {
  content: "\e95f"; }

.icon-ico-cart:before {
  content: "\e96c"; }

.icon-cart:before {
  content: "\e973"; }

.icon-icon-cart:before {
  content: "\e962"; }

.icon-cart-new:before {
  content: "\e975"; }

/*********************************************
:: Typography
********************************************/
html, body {
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, legend, h3, h4, h5, h6 {
  font-family: "Oswald", "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 20px; }

h1 {
  font-size: 28px;
  line-height: 32px;
  color: #a6c9d0; }
  @media all and (min-width: 64.0625em) {
    h1 {
      font-size: 44px;
      line-height: 50px; } }

h2, legend {
  font-size: 18px;
  line-height: 28px; }
  @media all and (min-width: 64.0625em) {
    h2, legend {
      font-size: 26px; } }

h3 {
  font-size: 16px;
  line-height: 26px; }
  @media all and (min-width: 64.0625em) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64.0625em) {
    h4 {
      font-size: 20px; } }

h5 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64.0625em) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 16px;
  line-height: 24px; }
  @media all and (min-width: 64.0625em) {
    h6 {
      font-size: 16px; } }

/*******************************************/
p, li, td, th, a, mark, time, dl, label, address {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 24px;
  color: #4a4a4a; }
  p a, p li, p p, p mark, p cite, p time, li a, li li, li p, li mark, li cite, li time, td a, td li, td p, td mark, td cite, td time, th a, th li, th p, th mark, th cite, th time, a a, a li, a p, a mark, a cite, a time, mark a, mark li, mark p, mark mark, mark cite, mark time, time a, time li, time p, time mark, time cite, time time, dl a, dl li, dl p, dl mark, dl cite, dl time, label a, label li, label p, label mark, label cite, label time, address a, address li, address p, address mark, address cite, address time {
    font-size: 1em; }

a {
  margin: 0px;
  font-weight: 400;
  text-decoration: none;
  color: #a6c9d0;
  transition: all .5s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #7eb1bb; }

small {
  font-size: 70%; }

strong, b {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background: #ccc;
  border: none;
  outline: none; }

/*******************************************/
dt {
  font-weight: 700; }
  dt:after {
    content: ':'; }

dt:after {
  content: ": "; }

ul li {
  position: relative;
  list-style-type: none;
  text-indent: 0px; }

ol li {
  list-style-type: decimal; }

/*******************************************/
code, pre, samp, kbd, var {
  margin: 0px;
  padding: 1px 5px 1px 5px;
  color: white;
  background: #2D747E;
  white-space: pre-wrap; }

pre {
  padding: 10px; }

/*******************************************/
blockquote {
  position: relative;
  display: block;
  margin: 35px 0 55px 0;
  padding: 20px 10% 20px 10%;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  line-height: 30px;
  color: #e51800; }
  @media all and (min-width: 64.0625em) {
    blockquote {
      padding: 40px 10% 40px 10%;
      font-size: 25px;
      line-height: 35px; } }

/*******************************************/
.wysiwyg {
  text-align: left; }
  .wysiwyg img {
    display: block;
    margin: 0 auto 15px auto; }
  .wysiwyg ul li {
    list-style-type: disc; }

.leadcopy {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: black; }
  @media all and (min-width: 64.0625em) {
    .leadcopy {
      font-size: 17px; } }

/*******************************************/
.wf-loading h1,
.wf-loading h2,
.wf-loading legend,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

/*********************************************
:: Buttons                             
********************************************/
button {
  outline: none; }

/*******************************************/
.button,
button.button,
button[type="submit"] {
  display: inline-block;
  height: 40px;
  padding: 0px 14px;
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 38px;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a6c9d0;
  background: white;
  transition: all .4s ease-in-out; }
  .button:hover, .button:focus, .button:active,
  button.button:hover,
  button.button:focus,
  button.button:active,
  button[type="submit"]:hover,
  button[type="submit"]:focus,
  button[type="submit"]:active {
    color: #a6c9d0; }

/*******************************************/
.button.white {
  color: #4a4a4a;
  background: white;
  border: 1px solid #a6c9d0; }
  @media all and (min-width: 48em) {
    .button.white:hover, .button.white:focus, .button.white:active {
      background: #a6c9d0;
      color: white; } }

/*******************************************/
.button.white-red {
  color: #4a4a4a;
  background: white;
  border: 2px solid #e51800; }
  @media all and (min-width: 48em) {
    .button.white-red:hover, .button.white-red:focus, .button.white-red:active {
      background: #e51800;
      color: white; } }

/*******************************************/
.button.red {
  color: white;
  background: #e51800;
  border: 2px solid #e51800; }
  @media all and (min-width: 48em) {
    .button.red:hover, .button.red:focus, .button.red:active {
      color: white;
      background: #a6c9d0;
      border: 2px solid #a6c9d0; } }

/*******************************************/
.button.blue {
  color: white;
  background: #a6c9d0;
  border: 1px solid #a6c9d0; }
  @media all and (min-width: 48em) {
    .button.blue:hover, .button.blue:focus, .button.blue:active {
      background: white;
      color: #a6c9d0; } }

/*******************************************/
.button-more {
  width: 100%;
  margin: 0px 0 40px 0;
  text-align: center;
  position: relative;
  background: white; }
  @media all and (min-width: 64.0625em) {
    .button-more {
      margin: 40px 0 100px 0; } }
  .button-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #979797; }
  .button-more p {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 50px;
    font-size: 14px;
    line-height: 40px;
    color: #4a4a4a;
    background: white;
    z-index: 1;
    transition: all 0.25s ease-in-out; }
    @media all and (min-width: 64.0625em) {
      .button-more p {
        font-size: 24px; } }
  .button-more:hover {
    background: white; }
    .button-more:hover p {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }

/*******************************************/
.button-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Oswald", "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #4a4a4a; }
  .button-underline:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 138px;
    height: 5px;
    margin: auto;
    background: #4a4a4a; }

/*******************************************/
.button-disabled,
.button[disabled],
button[disabled],
button[type="submit"][disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled] {
  color: white;
  opacity: 0.5;
  cursor: default; }

/*********************************************
:: Tables                    
********************************************/
table {
  margin-bottom: 15px;
  width: 100%; }
  table td, table th {
    padding: 15px 10px 15px 10px;
    font-weight: 400;
    color: #4a4a4a;
    text-align: left; }
  table th {
    font-weight: 700;
    background: #ececec; }
  table thead {
    width: 100%;
    background: #ececec; }
    table thead td, table thead th {
      padding: 5px 10px 5px 10px; }
  table tfoot {
    border-bottom: 1px solid #4a4a4a;
    border-top: 1px solid #4a4a4a; }
    table tfoot td {
      padding: 15px 10px 15px 10px; }

/*******************************************/
.compact-table {
  width: auto; }
  .compact-table td, .compact-table th {
    padding: 5px 10px 5px 10px;
    font-size: 0.8em;
    font-weight: 400;
    color: #4a4a4a;
    text-align: left;
    line-height: 1.2;
    background: none;
    border: 1px solid #ccc; }
  .compact-table thead {
    width: auto;
    background: none; }

/*******************************************/
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }

/*********************************************
:: Layout
********************************************/
.titanic {
  float: none; }

body {
  overflow-x: hidden; }
  @media all and (min-width: 64.0625em) {
    body {
      padding: 20px 18px; } }

body.b2b-body {
  padding: 0;
  font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

body.has-promo .header-promotion {
  display: inline-block; }

body.has-promo .products-dropdown {
  top: 164px !important; }
  @media all and (min-width: 64.0625em) {
    body.has-promo .products-dropdown {
      top: 174px !important; } }

body.has-promo .products-search .content {
  padding-top: 204px; }

body.fixed-header {
  padding-top: 141px; }
  @media all and (min-width: 64.0625em) {
    body.fixed-header header#site-header {
      position: fixed;
      top: 0;
      width: calc(100% - 35px);
      height: 74px;
      padding: 10px 35px;
      background: rgba(166, 201, 208, 0.9); }
      body.fixed-header header#site-header .nav-right {
        top: 12px; }
      body.fixed-header header#site-header .logo img {
        margin-top: 12px;
        height: 30px; } }
  body.fixed-header .products-dropdown {
    position: fixed;
    top: 68px !important; }

* {
  -webkit-tap-highlight-color: transparent; }

/*******************************************/
.main {
  display: block;
  min-height: calc(100vh - 180px); }
  .main:after {
    content: '';
    display: block;
    clear: both; }
  @media all and (min-width: 64.0625em) {
    .main {
      min-height: calc(100vh - 276px); } }

/*******************************************/
@media all and (min-width: 64.0625em) {
  .page-template-cart-checkout .shopping-cart-module {
    float: left;
    width: 70%;
    padding-right: 40px; }
  .page-template-cart-checkout aside {
    float: right;
    width: 30%; } }

/*******************************************/
.header-promotion {
  position: relative;
  display: none;
  width: 100%;
  padding: 15px 6% 0;
  text-align: center;
  background: #f9f9f9;
  z-index: 9999; }
  @media all and (min-width: 64.0625em) {
    .header-promotion {
      top: -10px;
      z-index: 99; } }
  .header-promotion p {
    font-weight: 700;
    text-transform: uppercase;
    color: black; }
  .header-promotion button {
    position: absolute;
    top: 15px;
    right: 15px; }
    .header-promotion button span {
      font-size: 14px;
      color: black; }

/*******************************************/
.clear-after:after {
  content: '';
  display: block;
  clear: both; }

/*******************************************/
.content-max-width {
  position: relative;
  width: 100%;
  padding: 0 6%;
  clear: both; }
  @media all and (min-width: 64.0625em) {
    .content-max-width {
      max-width: 940px;
      margin: 0 auto;
      padding: 0px; } }

/*******************************************/
.content-slider-width {
  padding: 0 0%;
  position: relative;
  clear: both; }
  @media all and (min-width: 64.0625em) {
    .content-slider-width {
      max-width: 940px;
      margin: 0 auto;
      padding: 0px; } }
  @media all and (min-width: 72.5em) {
    .content-slider-width {
      max-width: 940px; } }

/*******************************************/
@media all and (min-width: 64.0625em) {
  .content-narrow-width {
    max-width: 740px;
    margin: 0 auto;
    clear: both; } }

@media all and (min-width: 72.5em) {
  .content-narrow-width {
    max-width: 740px; } }

/*******************************************/
@media all and (min-width: 64.0625em) {
  .mob, .mobile {
    display: none !important; } }

@media all and (max-width: 64em) {
  .desk, .desktop {
    display: none !important; } }

.largeish-over {
  display: none !important; }
  @media all and (min-width: 80em) {
    .largeish-over {
      display: block !important; } }

.largeish-under {
  display: block !important; }
  @media all and (min-width: 80em) {
    .largeish-under {
      display: none !important; } }

/*********************************************
:: Forms
********************************************/
form {
  width: 100%; }

legend {
  margin-bottom: 15px; }

label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: black; }

/*******************************************/
.field-disabled,
input[disabled],
textarea[disabled],
select[disabled],
input[readonly],
textarea[readonly],
select[readonly] {
  opacity: 0.5;
  cursor: default; }

/*******************************************/
input, textarea, select {
  display: inline-block;
  width: 100%;
  height: 29px;
  padding: 0;
  font-size: 14px;
  line-height: 29px;
  background: white;
  border: none;
  border-bottom: 1px solid #9b9a9b;
  border-radius: 0;
  outline: none;
  transition: all .5s ease-in-out; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    border-bottom: 1px solid #4a4a4a;
    transition: all .5s ease-in; }

/*******************************************/
*::-webkit-input-placeholder {
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4a4a4a; }
*:-ms-input-placeholder {
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4a4a4a; }
*::placeholder {
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #4a4a4a; }

textarea, select[multiple] {
  height: 180px; }

input[type=checkbox], input[type=radio] {
  width: 30px;
  height: auto; }

/*******************************************/
.form-field .custom-checkbox-radio {
  float: left;
  width: auto;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer; }
  .form-field .custom-checkbox-radio input {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer; }

/*******************************************/
.custom-number {
  position: relative;
  width: 50px; }
  .custom-number .plus-minus {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 40px;
    font-size: 0;
    text-align: center; }
    .custom-number .plus-minus .plus, .custom-number .plus-minus .minus {
      display: inline-block;
      width: 100%;
      height: 50%; }
      .custom-number .plus-minus .plus a, .custom-number .plus-minus .minus a {
        position: relative;
        top: 4px;
        font-size: 8px;
        line-height: 25px;
        color: #4a4a4a; }
    .custom-number .plus-minus .minus a {
      top: -6px; }
  .custom-number input {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    padding: 0 0 0 10px; }

/*******************************************/
.form-field {
  float: left;
  width: 100%;
  padding: 0 0 15px; }
  .form-field label {
    width: 100%;
    margin-bottom: 3px; }

/*******************************************/
.button-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 0 15px;
  text-align: center; }
  .button-field .form-note {
    float: none;
    margin-top: 11px;
    font-size: 12px;
    line-height: 20px;
    color: #999; }
    @media all and (min-width: 64.0625em) {
      .button-field .form-note {
        float: left;
        width: auto;
        margin-bottom: 0px; } }
  .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
    display: block;
    margin: auto;
    padding: 0 40px; }
    @media all and (min-width: 64.0625em) {
      .button-field button, .button-field input[type="submit"], .button-field input[type="reset"] {
        margin-left: 10px;
        float: right; } }

/*******************************************/
.form-fields-stack {
  *zoom: 1; }
.form-fields-stack:before{
  content: '';
  display: table; }
.form-fields-stack:after{
  content: '';
  display: table;
  clear: both; }
  .form-fields-stack.two-column .form-field {
    width: 100%; }
    @media all and (min-width: 64.0625em) {
      .form-fields-stack.two-column .form-field {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .form-fields-stack.two-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.two-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.two-column .form-field:nth-child(2n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.two-column .form-field:nth-child(2n + 1){
    clear: left; } }
  .form-fields-stack.three-column .form-field {
    width: 100%; }
    @media all and (min-width: 64.0625em) {
      .form-fields-stack.three-column .form-field {
        width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
      .form-fields-stack.three-column .form-field:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .form-fields-stack.three-column .form-field:last-child{
    margin-right: 0; }
      .form-fields-stack.three-column .form-field:nth-child(3n){
    margin-right: 0;
    float: right; }
      .form-fields-stack.three-column .form-field:nth-child(3n + 1){
    clear: left; } }

/*******************************************/
.form-field.error input,
.form-field.error textarea,
.form-field.error select,
.form-field.error .SumoSelect > .CaptionCont {
  border-color: #a6c9d0; }

.form-field.valid input,
.form-field.valid textarea,
.form-field.valid select,
.form-field.valid .SumoSelect > .CaptionCont {
  color: black;
  border-color: #CCCCCC; }

label.error, label.error-SumoSelect-label, .php-error li {
  margin: 10px 0 0;
  font-weight: 700;
  color: #a6c9d0 !important; }

.form-note {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1; }

/*********************************************
:: Animations
********************************************/
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*********************************************
:: Print                        
********************************************/
@media print {
  header, footer {
    display: none !important; } }

/*********************************************
:: Common
   Common Components
   eg. header, footer, main menu etc.
********************************************/
/*********************************************
  :: Site Header
********************************************/
.site-header {
  position: relative;
  width: 100%;
  height: 110px;
  background: white;
  z-index: 9999; }
  @media all and (min-width: 64.0625em) {
    .site-header {
      height: 121px;
      padding: 35px;
      background: #a6c9d0;
      z-index: 99; } }
  .site-header .logo {
    display: inline-block;
    margin: 12px 0 0 3%;
    transition: none; }
    @media all and (min-width: 64.0625em) {
      .site-header .logo {
        width: 324px;
        margin: 0; } }
    .site-header .logo img {
      height: 36px; }
      @media all and (min-width: 64.0625em) {
        .site-header .logo img {
          height: 46px; } }
  .site-header .nav-right {
    position: absolute;
    top: 5px;
    right: 0;
    height: 50px;
    transition: all .25s; }
    @media all and (min-width: 64.0625em) {
      .site-header .nav-right {
        top: 35px; } }
    .site-header .nav-right .button-icon {
      float: right;
      width: 50px;
      height: 50px;
      text-align: center; }
      .site-header .nav-right .button-icon span {
        font-size: 14px;
        line-height: 50px;
        color: #4a4a4a; }
        @media all and (min-width: 64.0625em) {
          .site-header .nav-right .button-icon span {
            color: white; } }
    .site-header .nav-right .button-shop {
      float: right;
      width: 140px;
      height: 50px;
      line-height: 50px;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: 2px;
      text-align: center;
      color: white;
      border: 1px solid white; }
      @media all and (max-width: 64em) {
        .site-header .nav-right .button-shop {
          display: none; } }
  .site-header .menu-trigger {
    float: right;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    outline: none;
    z-index: 10; }
    .site-header .menu-trigger span {
      position: absolute;
      right: 5px;
      width: 20px;
      height: 2px;
      background-color: #e51800;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
      transition: top 0.5s ease 1s, -webkit-transform 0.5s ease 0.2s;
      transition: top 0.5s ease 1s, transform 0.5s ease 0.2s; }
      .site-header .menu-trigger span:first-of-type {
        top: 19px; }
      .site-header .menu-trigger span:nth-of-type(2) {
        top: 50%; }
      .site-header .menu-trigger span:last-of-type {
        top: 31px; }
  .site-header .shop {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    background: #a6c9d0; }
  .site-header .cart-wrap {
    float: right; }
    .site-header .cart-wrap p {
      float: right;
      padding: 0 5px 0 0;
      line-height: 50px;
      letter-spacing: 1.5px;
      color: white; }
    .site-header .cart-wrap .button-icon {
      width: 40px; }
    .site-header .cart-wrap .cart-items {
      float: right; }
      .site-header .cart-wrap .cart-items .item {
        position: relative;
        top: 0;
        float: left;
        width: 50px;
        height: 50px;
        margin-left: -20px;
        background: white;
        border-radius: 50%;
        border: 1px solid white;
        transition: all 0.3s ease-in-out; }
        .site-header .cart-wrap .cart-items .item img {
          width: 45px;
          margin: 2px;
          padding: 5px;
          border: 1px solid #a6c9d0;
          border-radius: 50%; }
      .site-header .cart-wrap .cart-items .item:hover {
        top: 10px; }

@media all and (min-width: 64.0625em) {
  .site-header.transparent {
    background: transparent; } }

@media all and (min-width: 64.0625em) {
  body.open-menu .site-header .nav-right {
    right: 460px; } }

body.open-menu .site-header .menu-trigger span {
  transition: top 0.5s ease, -webkit-transform 0.5s ease 0.2s;
  transition: top 0.5s ease, transform 0.5s ease 0.2s; }
  body.open-menu .site-header .menu-trigger span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  body.open-menu .site-header .menu-trigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  body.open-menu .site-header .menu-trigger span:last-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

/********************************************/
/*********************************************
  :: Site Footer
********************************************/
.site-footer {
  position: relative;
  width: 100%;
  min-height: 70px;
  background-color: #4a494a; }
  @media all and (min-width: 64.0625em) {
    .site-footer {
      min-height: 155px; } }
  .site-footer .content-max-width {
    max-width: 1060px; }
    @media all and (min-width: 64.0625em) {
      .site-footer .content-max-width {
        margin-left: 80px; } }
    @media all and (min-width: 90em) {
      .site-footer .content-max-width {
        margin-left: 231px; } }
  .site-footer .footer-links {
    width: 100%;
    padding: 30px 0 0;
    font-size: 0; }
    @media all and (min-width: 64.0625em) {
      .site-footer .footer-links {
        padding: 60px 0 0; } }
    .site-footer .footer-links .col1, .site-footer .footer-links .col {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 40px; }
    .site-footer .footer-links .col1 {
      width: 100%;
      text-align: center; }
      @media all and (min-width: 64.0625em) {
        .site-footer .footer-links .col1 {
          width: 240px;
          text-align: left; } }
      .site-footer .footer-links .col1 img {
        height: 39px;
        margin-bottom: 20px; }
      .site-footer .footer-links .col1 .social a {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 20px;
        text-align: center;
        background: white;
        border-radius: 50%; }
        .site-footer .footer-links .col1 .social a span {
          width: 30px;
          height: 30px;
          font-size: 16px;
          line-height: 30px;
          color: #4a4a4a; }
      .site-footer .footer-links .col1 .social a:hover span {
        color: white; }
      .site-footer .footer-links .col1 .social a.facebook:hover {
        background: #3b5998; }
      .site-footer .footer-links .col1 .social a.twitter:hover {
        background: #55acee; }
      .site-footer .footer-links .col1 .social a.insta:hover {
        background: #cd486b; }
    .site-footer .footer-links .col {
      display: inline-block;
      width: 50%; }
      @media all and (min-width: 64.0625em) {
        .site-footer .footer-links .col {
          width: 205px;
          padding-right: 40px; } }
      .site-footer .footer-links .col p {
        position: relative;
        margin-bottom: 36px;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 2px;
        color: white; }
        .site-footer .footer-links .col p:after {
          content: '';
          position: absolute;
          bottom: -20px;
          left: 0;
          width: 46px;
          height: 2px;
          background: white; }
      .site-footer .footer-links .col a {
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1px;
        color: white; }
      .site-footer .footer-links .col a:hover {
        color: #a6c9d0; }
  .site-footer .footer-legal {
    display: inline-block;
    width: 100%; }
    .site-footer .footer-legal p, .site-footer .footer-legal a {
      font-size: 10px;
      line-height: 11px;
      text-align: center;
      color: #9b9b9b; }
      @media all and (min-width: 64.0625em) {
        .site-footer .footer-legal p, .site-footer .footer-legal a {
          text-align: left; } }

/*********************************************
  :: Main Mob Menu                             
********************************************/
body.open-menu #mobile-menu {
  right: 0; }
  body.open-menu #mobile-menu .menu-close-icon {
    left: -52px; }

#mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -480px;
  width: calc(100% - 52px);
  max-width: 480px;
  background: white;
  z-index: 99999;
  transition: all .25s;
  -webkit-backface-visibility: hidden; }
  #mobile-menu .menu-close-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 50px;
    border: none;
    background-color: white;
    outline: none; }
    #mobile-menu .menu-close-icon span {
      font-size: 20px;
      line-height: 50px;
      text-align: center;
      color: #e51800; }
  #mobile-menu .menu-content {
    overflow-y: auto; }
    #mobile-menu .menu-content::-webkit-scrollbar {
      display: none; }
  #mobile-menu ul {
    margin: 0;
    padding: 50px 0 40px 20px; }
  #mobile-menu li {
    display: inline-block;
    width: 100%;
    margin: 0;
    overflow: hidden; }
  #mobile-menu a {
    display: inline-block;
    width: 100%;
    font-family: "Oswald", "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -3.34px;
    text-transform: uppercase;
    color: #4a4a4a; }
    @media all and (min-width: 64.0625em) {
      #mobile-menu a {
        font-size: 80px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -5.34px; } }
    #mobile-menu a.selected {
      color: #a6c9d0; }
  #mobile-menu .social {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    text-align: center;
    background: #a6c9d0;
    border-radius: 50%; }
    #mobile-menu .social span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: -4px;
      width: 40px;
      height: 40px;
      margin: 0 auto;
      font-size: 20px;
      line-height: 40px;
      color: white; }

/*********************************************
:: Products Dropdown                    
********************************************/
.products-dropdown {
  position: absolute;
  top: -120%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px 0;
  background: white;
  opacity: 0;
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
  transition: all .45s;
  z-index: -1; }
  @media all and (min-width: 64.0625em) {
    .products-dropdown {
      padding-bottom: 0px; } }
  @media all and (min-width: 37.5em) {
    .products-dropdown .menu-content {
      max-width: 1040px;
      margin: auto;
      -webkit-columns: 50%;
      columns: 50%;
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      column-gap: 20px; } }
  @media all and (min-width: 64.0625em) {
    .products-dropdown .menu-content {
      -webkit-columns: 20%;
      columns: 20%;
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 60px;
      column-gap: 60px; } }
  .products-dropdown .col {
    display: inline-block;
    width: 100%; }
    @media all and (min-width: 64.0625em) {
      .products-dropdown .col {
        margin-bottom: 40px; } }
    .products-dropdown .col p {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      border-bottom: 1px solid #e2e2e2; }
      .products-dropdown .col p .toggle-children {
        float: right;
        padding: 0 0 0 10px; }
        @media all and (min-width: 64.0625em) {
          .products-dropdown .col p .toggle-children {
            display: none; } }
    .products-dropdown .col a {
      font-size: 12px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase;
      color: #4a4a4a; }
      @media all and (min-width: 64.0625em) {
        .products-dropdown .col a {
          display: block !important; } }
      @media all and (max-width: 64em) {
        .products-dropdown .col a:last-of-type {
          margin-bottom: 10px; } }
      .products-dropdown .col a.child {
        display: none; }
    .products-dropdown .col a.active {
      display: block; }
  .products-dropdown h3 {
    position: absolute;
    top: 319px;
    right: -257px;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -10px;
    color: #e2e2e2;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media all and (max-width: 64em) {
      .products-dropdown h3 {
        display: none; } }

body.open-dropdown .products-dropdown {
  top: 110px;
  opacity: 1;
  z-index: 9999; }
  @media all and (min-width: 64.0625em) {
    body.open-dropdown .products-dropdown {
      top: 122px; } }

body.open-dropdown .button-shop {
  display: none; }
  body.open-dropdown .button-shop.close {
    display: block; }

/********************************************/
@media all and (min-width: 64.0625em) {
  .button-shop {
    display: block; }
    .button-shop.close {
      display: none; } }

/*********************************************
:: Products Search                    
********************************************/
.products-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 40px 0;
  background: transparent;
  opacity: 0;
  overflow: hidden;
  transition: all .45s;
  z-index: -1; }
  @media all and (min-width: 64.0625em) {
    .products-search {
      padding-bottom: 0px; } }
  .products-search .content {
    display: inline-block;
    width: 100%;
    padding: 150px 3% 20px 4%; }
    .products-search .content .form-area {
      position: relative;
      max-width: 1300px;
      z-index: 3; }
      .products-search .content .form-area input {
        height: 50px;
        font-size: 24px;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: 2px;
        color: white;
        background: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid white; }
        @media all and (min-width: 64.0625em) {
          .products-search .content .form-area input {
            padding: 0 60px; } }
      .products-search .content .form-area input::-webkit-input-placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #4a4a4a; }
      .products-search .content .form-area input:-ms-input-placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #4a4a4a; }
      .products-search .content .form-area input::placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        color: #4a4a4a; }
      .products-search .content .form-area .button-close {
        position: absolute;
        top: -57px;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
        border: 1px solid white; }
        @media all and (min-width: 37.5em) {
          .products-search .content .form-area .button-close {
            top: 0; } }
        .products-search .content .form-area .button-close span {
          font-size: 18px;
          line-height: 48px;
          color: white; }
    .products-search .content #output {
      display: inline-block;
      width: 100%;
      margin: 10px auto 30px;
      text-align: center; }
      @media all and (min-width: 64.0625em) {
        .products-search .content #output {
          margin: 38px auto 100px; } }
      .products-search .content #output p a {
        font-size: 12px;
        font-weight: 800;
        line-height: 20px;
        color: white;
        letter-spacing: 2px; }
  .products-search h3 {
    position: absolute;
    bottom: 0;
    right: 6%;
    font-size: 150px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -10px;
    color: black; }

body.open-search {
  position: fixed;
  width: 100%; }
  body.open-search .products-search {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
    z-index: 999; }

/********************************************/
.autocomplete-suggestions {
  width: 100%;
  background: transparent;
  padding: 10px 10px 10px 60px;
  overflow-y: scroll; }
  .autocomplete-suggestions .autocomplete-suggestion {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #4a4a4a;
    cursor: pointer; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: transparent; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      color: white; }

/********************************************/
/*********************************************
  :: b2b Header
********************************************/
.b2b-header {
  position: relative;
  width: 100%;
  height: 73px;
  background: white;
  border-bottom: 1px solid #d8d8d8;
  z-index: 99; }
  @media all and (min-width: 64.0625em) {
    .b2b-header {
      padding: 14px 50px; } }
  .b2b-header .logo {
    display: inline-block;
    margin: 12px 0 0 3%;
    transition: none; }
    @media all and (min-width: 64.0625em) {
      .b2b-header .logo {
        width: 324px;
        margin: 0; } }
    .b2b-header .logo img {
      height: 36px; }
      @media all and (min-width: 64.0625em) {
        .b2b-header .logo img {
          height: 44px; } }
  .b2b-header button {
    float: right;
    padding: 14px 0;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #4c4c4c; }
    .b2b-header button img {
      margin: 0 8px 0 0;
      vertical-align: middle; }

/********************************************/
/*********************************************
:: Modules
********************************************/
/*********************************************
:: SignUp Module
********************************************/
.signup-module {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: inline-block;
  text-align: center;
  background: white;
  border-top: 1px solid #CCCCCC; }
  @media all and (min-width: 64.0625em) {
    .signup-module {
      padding-bottom: 0px; } }
  @media all and (min-width: 64.0625em) {
    .signup-module .content-max-width {
      width: 80%;
      max-width: 660px; } }
  .signup-module .success, .signup-module .error {
    width: 100%;
    text-align: center; }
  .signup-module .success {
    color: green; }
  .signup-module .error {
    color: red;
    font-size: 14px;
    padding: 10px; }
  .signup-module p {
    font-size: 14px;
    font-weight: 300;
    color: #a6c9d0;
    padding: 17px 0;
    margin: 0px; }
    @media all and (min-width: 64.0625em) {
      .signup-module p {
        width: 50%;
        float: left;
        font-size: 18px;
        padding: 41px 0; } }
  .signup-module form {
    width: 100%;
    max-width: 487px;
    margin: 0 auto;
    display: inline-block;
    float: none;
    border-top: none !important; }
    @media all and (min-width: 64.0625em) {
      .signup-module form {
        width: 50%;
        float: left;
        padding: 35px 0; } }
    .signup-module form input {
      width: 70%;
      height: 42px;
      border: 1px solid #CCCCCC;
      border-radius: 6px 0 0 6px;
      float: left; }
    .signup-module form button {
      width: 30%;
      height: 42px;
      float: right;
      padding: 10px;
      background: #4a4a4a;
      color: #a6c9d0;
      vertical-align: middle;
      border-radius: 0 6px 6px 0;
      font-size: 18px;
      font-family: "Oswald", "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      .signup-module form button:hover {
        background: #a6c9d0;
        color: white; }
      .signup-module form button .icon-search {
        vertical-align: middle; }

/********************************************/
/*********************************************
:: Title Module                    
********************************************/
.title-module {
  text-align: center; }
  .title-module h1 {
    margin: 20px 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -3.33px;
    text-transform: uppercase;
    color: #4a4a4a; }
    @media all and (min-width: 64.0625em) {
      .title-module h1 {
        margin: 28px 0 30px;
        font-size: 107px;
        line-height: 100px;
        letter-spacing: -11px; } }

/********************************************/
.title-module.small {
  text-align: center; }
  .title-module.small h1 {
    margin: 20px 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #4a4a4a; }
    @media all and (min-width: 64.0625em) {
      .title-module.small h1 {
        margin: 30px 0;
        font-size: 52px;
        font-weight: 700;
        line-height: 50px;
        letter-spacing: -4.34px; } }

/********************************************/
/*********************************************
:: Filters Module                    
********************************************/
.filters-module {
  position: relative; }
  .filters-module .buttons {
    height: 40px;
    border-bottom: 1px solid #E2E2E2; }
    .filters-module .buttons button, .filters-module .buttons p {
      font-size: 10px;
      font-weight: 500;
      line-height: 40px;
      font-weight: 500;
      letter-spacing: 2.4px; }
      @media all and (min-width: 64.0625em) {
        .filters-module .buttons button, .filters-module .buttons p {
          font-size: 12px; } }
    .filters-module .buttons button.button-filter {
      float: left; }
    .filters-module .buttons button.button-sort {
      float: right; }
    .filters-module .buttons button {
      position: relative;
      cursor: pointer;
      z-index: 9; }
      .filters-module .buttons button span {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: -webkit-transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out; }
      .filters-module .buttons button.active span {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .filters-module .buttons p {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; }
  .filters-module .sort, .filters-module .filters {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    font-size: 0;
    background: white;
    border-bottom: 1px solid #E2E2E2;
    opacity: 0;
    z-index: -1;
    transition: all .45s; }
    .filters-module .sort .col, .filters-module .filters .col {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      @media all and (min-width: 48em) {
        .filters-module .sort .col, .filters-module .filters .col {
          width: 33.33%; } }
      .filters-module .sort .col p, .filters-module .sort .col li, .filters-module .filters .col p, .filters-module .filters .col li {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 2px;
        color: #4a4a4a; }
      .filters-module .sort .col p, .filters-module .filters .col p {
        line-height: 24px;
        font-weight: 700; }
      .filters-module .sort .col li, .filters-module .filters .col li {
        position: relative;
        z-index: 9;
        display: inline-block;
        width: 100%;
        padding-right: 20px;
        cursor: pointer; }
      .filters-module .sort .col ul, .filters-module .filters .col ul {
        -webkit-column-count: 2;
        column-count: 2;
        margin: 0 0 14px;
        padding: 0; }
        .filters-module .sort .col ul li, .filters-module .filters .col ul li {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 163px;
          margin: 0 0 10px 15px;
          text-transform: uppercase; }
          .filters-module .sort .col ul li:before, .filters-module .filters .col ul li:before {
            content: '';
            position: absolute;
            top: 2px;
            left: -15px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid #9b9a9b; }
        .filters-module .sort .col ul li.active:after, .filters-module .filters .col ul li.active:after {
          content: '';
          position: absolute;
          top: 4px;
          left: -13px;
          width: 6px;
          height: 6px;
          border: none;
          background: #e51800;
          border-radius: 50%; }
    .filters-module .sort .col.right, .filters-module .filters .col.right {
      float: right; }
      .filters-module .sort .col.right ul, .filters-module .filters .col.right ul {
        -webkit-column-count: 1;
        column-count: 1; }
      .filters-module .sort .col.right p, .filters-module .sort .col.right li, .filters-module .filters .col.right p, .filters-module .filters .col.right li {
        width: 100%;
        text-align: right; }
      .filters-module .sort .col.right li, .filters-module .filters .col.right li {
        margin: 0 -15px 10px; }
        .filters-module .sort .col.right li:before, .filters-module .filters .col.right li:before {
          left: auto;
          right: -15px; }
      .filters-module .sort .col.right li.active:after, .filters-module .filters .col.right li.active:after {
        left: auto;
        right: -13px; }
    @media all and (min-width: 64.0625em) {
      .filters-module .sort .col:first-of-type, .filters-module .filters .col:first-of-type {
        width: 431px; } }
    @media all and (min-width: 72.5em) {
      .filters-module .sort .col:first-of-type, .filters-module .filters .col:first-of-type {
        width: 568px; } }
    @media all and (min-width: 80em) {
      .filters-module .sort .col:first-of-type, .filters-module .filters .col:first-of-type {
        width: 611px; } }
    @media all and (min-width: 64.0625em) {
      .filters-module .sort .col:nth-of-type(2), .filters-module .filters .col:nth-of-type(2) {
        width: 401px; } }
    @media all and (min-width: 64.0625em) {
      .filters-module .sort .col:nth-of-type(3), .filters-module .filters .col:nth-of-type(3) {
        width: 140px; } }
    .filters-module .sort .col.price ul, .filters-module .filters .col.price ul {
      -webkit-column-count: 2;
      column-count: 2; }
      @media all and (min-width: 64.0625em) {
        .filters-module .sort .col.price ul, .filters-module .filters .col.price ul {
          -webkit-column-count: 1;
          column-count: 1; } }
      .filters-module .sort .col.price ul li, .filters-module .filters .col.price ul li {
        width: 100%; }
    .filters-module .sort .button-clear, .filters-module .filters .button-clear {
      display: block;
      font-size: 10px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 1px; }
  .filters-module .sort.active,
  .filters-module .filters.active {
    top: 39px;
    height: auto;
    opacity: 1;
    z-index: 999; }

/********************************************/
/*********************************************
:: Pagination Module                    
********************************************/
.pagination-module {
  display: inline-block;
  width: 100%;
  margin: 0 auto 120px;
  text-align: center; }
  .pagination-module ul {
    width: auto;
    display: inline-block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media all and (min-width: 64.0625em) {
      .pagination-module ul {
        margin: 0px; } }
    .pagination-module ul li {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin: 0 1px; }
      .pagination-module ul li a {
        line-height: 20px;
        text-align: center;
        color: #9b9b9b;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 14px; }
      .pagination-module ul li span {
        vertical-align: baseline;
        font-size: 14px;
        line-height: 20px; }
      .pagination-module ul li.active a {
        color: #1d1d1d; }

/********************************************/
/*********************************************
:: Product Square Module                    
********************************************/
article.product-square {
  position: relative;
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
  margin-bottom: 10px;
  text-align: center;
  background-color: #f9f9f9; }
article.product-square:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
article.product-square:last-child{
  margin-right: 0; }
article.product-square:nth-child(2n){
  margin-right: 0;
  float: right; }
article.product-square:nth-child(2n + 1){
  clear: left; }
  @media all and (min-width: 37.5em) {
    article.product-square {
      width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
    article.product-square:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    article.product-square:last-child{
    margin-right: 0; }
    article.product-square:nth-child(3n){
    margin-right: 0;
    float: right; }
    article.product-square:nth-child(3n + 1){
    clear: left; } }
  @media all and (min-width: 48em) {
    article.product-square {
      width: calc(99.99% * 1/4 - (20px - 20px * 1/4));
      margin-bottom: 20px; }
    article.product-square:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    article.product-square:last-child{
    margin-right: 0; }
    article.product-square:nth-child(4n){
    margin-right: 0;
    float: right; }
    article.product-square:nth-child(4n + 1){
    clear: left; } }
  @media all and (min-width: 64.0625em) {
    article.product-square {
      width: calc(99.99% * 1/5 - (20px - 20px * 1/5)); }
    article.product-square:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    article.product-square:last-child{
    margin-right: 0; }
    article.product-square:nth-child(5n){
    margin-right: 0;
    float: right; }
    article.product-square:nth-child(5n + 1){
    clear: left; } }
  article.product-square .image {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    mix-blend-mode: multiply; }
    article.product-square .image img {
      width: 100%;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  article.product-square h3 {
    min-height: 58px;
    max-width: 90%;
    margin: 0 auto 5px;
    font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1.6px;
    color: #1d1d1d; }
    @media all and (min-width: 64.0625em) {
      article.product-square h3 {
        min-height: 62px;
        max-width: 90%; } }
  article.product-square p {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    border-right: 1px solid #CCC; }
    article.product-square p:last-of-type {
      border-right: none; }

article:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 500;
  color: white; }

article.product-square.sale:before {
  content: 'SALE';
  width: 80px;
  background: #e51800; }

article.product-square.out-of-stock:before {
  content: 'OUT OF STOCK';
  width: 110px;
  background: #4a4a4a; }

article.product-square.latest:before {
  content: 'LATEST';
  width: 110px;
  background: #a6c9d0; }

article.product-square:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a6c9d0; }

/********************************************/
/*********************************************
:: Module: Checkout Order Summary
********************************************/
.module-checkout-order-summary {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: #ececec; }
  @media all and (min-width: 64.0625em) {
    .module-checkout-order-summary {
      float: right; } }
  .module-checkout-order-summary table {
    margin: 0px; }
  .module-checkout-order-summary td {
    float: left;
    font-size: 12px;
    line-height: 2;
    color: black;
    vertical-align: top;
    margin: 0px;
    padding: 0px; }
  .module-checkout-order-summary tr {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px; }
    .module-checkout-order-summary tr td:last-of-type {
      float: right;
      color: black;
      font-weight: 700;
      text-align: right;
      font-size: 1.125em; }
    .module-checkout-order-summary tr:last-of-type {
      border-top: 1px solid black;
      margin-bottom: 0px;
      padding-top: 15px; }
      .module-checkout-order-summary tr:last-of-type td {
        line-height: 30px; }
        .module-checkout-order-summary tr:last-of-type td:last-of-type {
          font-size: 16px;
          font-weight: 700;
          line-height: 30px; }
  .module-checkout-order-summary p {
    color: #666;
    font-size: 12px;
    font-style: italic;
    margin: 0px; }
  .module-checkout-order-summary .line-item-row {
    text-align: left;
    padding: 0px 15px; }
    .module-checkout-order-summary .line-item-row:first-of-type {
      padding-top: 0px; }
    .module-checkout-order-summary .line-item-row:last-of-type {
      margin-bottom: 20px; }
    .module-checkout-order-summary .line-item-row td:first-of-type {
      width: 30%; }
    .module-checkout-order-summary .line-item-row td:last-of-type {
      width: 70%;
      text-align: left;
      padding-left: 15px; }
    .module-checkout-order-summary .line-item-row img {
      vertical-align: top; }
    .module-checkout-order-summary .line-item-row p {
      font-size: 14px;
      font-weight: 400;
      font-style: normal;
      line-height: 26px;
      color: black;
      margin: 0 0 0px; }
    .module-checkout-order-summary .line-item-row p a {
      color: black; }
  .module-checkout-order-summary .add-coupon-row td {
    float: left;
    width: 100%; }
  .module-checkout-order-summary .button-coupon-toggle {
    float: left;
    text-align: left;
    width: 100%;
    font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: none;
    padding-top: 15px;
    border-top: 2px solid #ccc; }
    .module-checkout-order-summary .button-coupon-toggle span {
      margin-right: 5px; }
    .module-checkout-order-summary .button-coupon-toggle.active span {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block; }
  .module-checkout-order-summary .coupons-container {
    display: none;
    margin-top: 15px;
    width: 100%;
    float: left; }
    .module-checkout-order-summary .coupons-container.active {
      display: block; }
    .module-checkout-order-summary .coupons-container input {
      float: left;
      background: none;
      height: 55px;
      width: 75%;
      border: 1px solid #a6c9d0;
      border-radius: 0.313em 0em 0em 0.313em; }
    .module-checkout-order-summary .coupons-container button {
      height: 55px;
      width: 25%;
      float: left;
      padding: 0px;
      border-radius: 0em 0.313em 0.313em 0em;
      font-size: 0.813em; }
    .module-checkout-order-summary .coupons-container .button-remove {
      margin-top: 0px; }

/*******************************************/
/*********************************************
:: Module: Checkout Steps
********************************************/
.module-checkout-steps {
  width: 100%;
  float: left; }
  .module-checkout-steps .checkout-step-item {
    width: 100%;
    float: left;
    text-align: left; }
  .module-checkout-steps .checkout-step-title {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    cursor: pointer;
    color: #a6c9d0;
    background: #ececec;
    margin-bottom: 10px;
    padding: 15px; }
    .module-checkout-steps .checkout-step-title .step {
      float: right;
      font-size: 13px;
      font-style: italic;
      line-height: 1.4;
      color: #999; }
  .module-checkout-steps .open-step .checkout-step-title {
    background: white;
    box-shadow: 0px -2px 0px 0px #a6c9d0;
    padding: 15px 0; }
    .module-checkout-steps .open-step .checkout-step-title .step span {
      color: #666; }
  .module-checkout-steps .checkout-step-content,
  .module-checkout-steps .checkout-step-footer {
    width: 100%;
    float: left;
    padding: 15px 0;
    display: none; }
  .module-checkout-steps .checkout-step-footer {
    text-align: center; }
    @media all and (min-width: 48em) {
      .module-checkout-steps .checkout-step-footer {
        text-align: right; } }
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-content,
  .module-checkout-steps .checkout-step-item.open-step .checkout-step-footer {
    display: block; }
  .module-checkout-steps .gift-option-line-item {
    width: 100%;
    float: left; }
  .module-checkout-steps .gift-option-message-container {
    float: left;
    width: 100%;
    display: none; }
    .module-checkout-steps .gift-option-message-container.active {
      display: block; }
  .module-checkout-steps .cc-image {
    position: relative;
    top: 15px;
    margin-right: 15px; }
  .module-checkout-steps .custom-checkbox-radio {
    width: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    display: inline-block;
    margin-right: 10px; }
  .module-checkout-steps .button-text {
    text-transform: none;
    font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .module-checkout-steps .button-text span {
      display: inline-block;
      margin-right: 5px; }
  .module-checkout-steps h3 {
    font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 0.813em;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;
    color: #4a4a4a;
    margin-bottom: 5px; }
  .module-checkout-steps .js-checkout-new-address-trigger,
  .module-checkout-steps .js-checkout-edit-address-trigger {
    margin: 0 15px 20px 0; }

/*******************************************/
.checkout-delivery-structure {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-structure.active {
    display: block; }

/*******************************************/
.checkout-delivery-option-type {
  width: 100%;
  float: left;
  display: none; }
  .checkout-delivery-option-type.active {
    display: block; }

/*******************************************/
.checkout-edit-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-edit-address.active {
    display: block; }

/*******************************************/
.checkout-new-address {
  float: left;
  width: 100%;
  display: none;
  background: #eeeeee;
  border: 1px solid #afafaf;
  padding: 20px;
  margin-bottom: 20px; }
  .checkout-new-address.active {
    display: block; }

/*******************************************/
.checkout-line-item {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0.313em;
  padding: 25px;
  margin-bottom: 10px; }
  @media all and (min-width: 64.0625em) {
    .checkout-line-item {
      padding-left: 0px;
      padding-right: 0px; } }
  .checkout-line-item .col {
    float: left;
    width: 100%; }
    .checkout-line-item .col:first-of-type {
      text-align: center; }
    @media all and (min-width: 64.0625em) {
      .checkout-line-item .col {
        width: 40%; }
        .checkout-line-item .col:last-of-type {
          width: 60%;
          border-left: 2px solid #ccc;
          padding: 55px 35px 40px 35px; } }
  .checkout-line-item .product-preview {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin-bottom: 20px; }
    @media all and (min-width: 64.0625em) {
      .checkout-line-item .product-preview {
        margin-bottom: 0px; } }
  .checkout-line-item img {
    width: 100%;
    max-width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  .checkout-line-item span {
    display: block; }

/*******************************************/
.checkout-billing-address-fields {
  float: left;
  width: 100%; }
  .checkout-billing-address-fields .js-edit-step1-address-trigger,
  .checkout-billing-address-fields .js-save-step1-address-trigger {
    float: right;
    display: none; }
  .checkout-billing-address-fields .form-field {
    position: relative; }
  .checkout-billing-address-fields .form-field label {
    display: none;
    position: absolute;
    top: 8px;
    left: 20px;
    font-size: 8px;
    line-height: 12px; }
  .checkout-billing-address-fields .form-field.not-empty label {
    display: block; }
  .checkout-billing-address-fields .form-field.not-empty input, .checkout-billing-address-fields .form-field.not-empty textarea, .checkout-billing-address-fields .form-field.not-empty .custom-select select {
    padding: 8px 20px 0;
    transition: all 0s ease-in-out; }

.checkout-step-item[data-step="1"].editing-address .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: none; }

.checkout-step-item[data-step="1"].editing-address .checkout-billing-address-fields .js-save-step1-address-trigger {
  display: block; }

.checkout-step-item[data-step="1"].completed-step .checkout-step-footer {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .js-edit-step1-address-trigger {
  display: block;
  margin-top: 10px; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  min-height: auto;
  padding: 0px;
  border: none;
  transition: none;
  margin: 0px 0px 5px 0px; }
  @media all and (min-width: 64.0625em) {
    .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .form-field {
      width: 50%; } }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields h3 {
  display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields label {
  display: block !important;
  width: 30%;
  margin: 0px;
  line-height: 2;
  font-size: 0.75em;
  font-weight: 400; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields input, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  float: left;
  width: 70%;
  height: auto;
  transition: none;
  border: 1px solid white;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
  font-size: 0.9em;
  font-weight: 600;
  color: #4a4a4a; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields select {
  width: 100%; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select {
  width: auto; }
  .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:before, .checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields .custom-select:after {
    display: none; }

.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:hover,
.checkout-step-item[data-step="1"].completed-step .checkout-billing-address-fields :-webkit-autofill:focus {
  border: 1px solid white;
  -webkit-text-fill-color: #4a4a4a;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

/*********************************************
:: Module: Shopping Cart
********************************************/
.shopping-cart-module {
  width: 100%;
  margin: 0 0 60px 0;
  text-align: center; }
  .shopping-cart-module .content-max-width {
    max-width: 1180px; }
  .shopping-cart-module .cart-items {
    float: left;
    width: 100%;
    margin: 0; }
    @media all and (min-width: 64.0625em) {
      .shopping-cart-module .cart-items {
        max-width: 771px;
        margin: -10px 0 0 0; } }
  .shopping-cart-module .right {
    float: right;
    max-width: 340px; }
    .shopping-cart-module .right .freight-wrap .button.red {
      display: none !important; }
      .shopping-cart-module .right .freight-wrap .button.red.active {
        display: block !important; }
  .shopping-cart-module .item {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: left;
    border-bottom: 1px solid  #e2e2e2; }
  .shopping-cart-module .image-col {
    float: left;
    width: 60px;
    margin-bottom: 0;
    text-align: center;
    background: #f9f9f9; }
    @media all and (min-width: 64.0625em) {
      .shopping-cart-module .image-col {
        margin-bottom: 10px; } }
    .shopping-cart-module .image-col img {
      max-height: 108px;
      display: inline-block;
      vertical-align: top; }
  .shopping-cart-module .description-col {
    float: left;
    width: calc(100% - 70px);
    padding: 22px 20px 0; }
    @media all and (min-width: 64.0625em) {
      .shopping-cart-module .description-col {
        width: 450px; } }
    .shopping-cart-module .description-col .product-title {
      display: block;
      margin-bottom: 5px;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #4a4a4a; }
  .shopping-cart-module .quantity-col {
    float: left;
    width: 50px;
    padding-top: 10px; }
    @media all and (min-width: 64.0625em) {
      .shopping-cart-module .quantity-col {
        float: right;
        width: 140px; } }
    .shopping-cart-module .quantity-col .custom-number {
      position: relative;
      float: right; }
      @media all and (min-width: 64.0625em) {
        .shopping-cart-module .quantity-col .custom-number {
          float: left;
          margin-left: 20px; } }
      .shopping-cart-module .quantity-col .custom-number:before {
        content: 'QTY:';
        position: absolute;
        top: 15px;
        left: -10px;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 8px;
        font-weight: 500;
        line-height: 12px;
        color: #4a4a4a;
        letter-spacing: 2px; }
      .shopping-cart-module .quantity-col .custom-number input {
        border: none;
        padding: 0 0 0 20px; }
  .shopping-cart-module .price-col {
    float: right;
    width: 50%;
    padding-top: 24px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 2px;
    color: #4a4a4a; }
    @media all and (min-width: 37.5em) {
      .shopping-cart-module .price-col {
        float: left;
        width: 100px; } }
  .shopping-cart-module .button-remove {
    position: absolute;
    top: 34px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #9b9a9b;
    border-radius: 50%; }
    .shopping-cart-module .button-remove span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 18px;
      height: 18px;
      font-size: 8px;
      font-weight: 700;
      line-height: 18px;
      color: #9b9a9b; }
  .shopping-cart-module .cart-totals {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px; }
    @media all and (min-width: 64.0625em) {
      .shopping-cart-module .cart-totals {
        float: right; } }
    .shopping-cart-module .cart-totals table {
      margin: 0px; }
    .shopping-cart-module .cart-totals tr {
      float: left;
      width: 100%;
      margin-bottom: 15px; }
      .shopping-cart-module .cart-totals tr td:last-of-type {
        float: right;
        font-weight: 400;
        text-align: right;
        font-size: 18px;
        letter-spacing: 0; }
      .shopping-cart-module .cart-totals tr:last-of-type {
        margin-bottom: 0px;
        padding-top: 15px;
        border-top: 2px solid #ccc; }
        .shopping-cart-module .cart-totals tr:last-of-type td {
          line-height: 30px; }
          .shopping-cart-module .cart-totals tr:last-of-type td:last-of-type {
            color: #e51800;
            font-size: 24px;
            font-weight: 700;
            line-height: 24px; }
    .shopping-cart-module .cart-totals td {
      float: left;
      padding: 0px;
      vertical-align: top;
      margin: 0px;
      font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 2px;
      color: #4a4a4a; }
    .shopping-cart-module .cart-totals p {
      margin: 0px;
      font-size: 12px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: 0; }
  .shopping-cart-module .checkout.button {
    float: right;
    text-transform: uppercase; }

/********************************************/
#cart-alert-module {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999999;
  height: 0;
  background-color: rgba(215, 44, 32, 0.9);
  text-align: center;
  overflow: hidden; }
  #cart-alert-module p {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600; }
    @media all and (max-width: 47.9375em) {
      #cart-alert-module p {
        vertical-align: middle;
        margin: 0;
        font-size: 14px; } }
  #cart-alert-module span {
    color: #000000; }
  #cart-alert-module img {
    width: 50px;
    margin-right: 10px;
    vertical-align: middle; }
    @media all and (max-width: 47.9375em) {
      #cart-alert-module img {
        display: none; } }
  #cart-alert-module a {
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 15px;
    border: 2px solid;
    border-radius: 4px;
    padding: 8px 14px; }
    #cart-alert-module a:hover {
      color: #d72c20;
      background-color: #ffffff; }
    @media all and (max-width: 47.9375em) {
      #cart-alert-module a {
        font-size: 13px;
        padding: 5px 8px; } }

/*********************************************
:: Pages
********************************************/
/*********************************************
:: Home Page                   
********************************************/
.page-home {
  position: relative;
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/ }
  @media all and (min-width: 64.0625em) {
    .page-home {
      margin-top: -121px; } }
  .page-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 2; }
  .page-home .title {
    position: relative;
    margin: 30px 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -3.33px;
    text-align: center;
    color: #4a4a4a; }
    @media all and (min-width: 64.0625em) {
      .page-home .title {
        font-size: 150px;
        font-weight: 700;
        line-height: 150px;
        letter-spacing: -10px; } }
  .page-home .hero-container {
    position: relative;
    width: 100%; }
    .page-home .hero-container .slide {
      position: relative;
      width: 100%;
      height: calc(100vh - 110px);
      min-height: 350px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media all and (min-width: 64.0625em) {
        .page-home .hero-container .slide {
          height: 100vh;
          max-height: 780px; } }
    .page-home .hero-container .slick-dots {
      top: 45%;
      right: 3%;
      width: 20px;
      z-index: 999; }
      .page-home .hero-container .slick-dots button {
        width: 10px;
        height: 10px;
        padding: 0; }
        .page-home .hero-container .slick-dots button:before {
          width: 10px;
          height: 10px;
          font-size: 24px;
          line-height: 10px;
          color: white; }
      .page-home .hero-container .slick-dots li.slick-active button {
        border: 1px solid #e51800;
        border-radius: 50%; }
        .page-home .hero-container .slick-dots li.slick-active button:before {
          color: transparent; }
    .page-home .hero-container .scroll-down {
      position: absolute;
      bottom: 22px;
      left: 0;
      right: 0;
      width: 54px;
      height: 54px;
      margin: auto;
      border: 5px solid transparent;
      border-radius: 50%;
      transition: 0.5s ease-in-out border-color; }
      .page-home .hero-container .scroll-down:hover {
        border-color: #a6c9d0; }
  .page-home .shop-container {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
    overflow: visible; }
    .page-home .shop-container .category-slideshow {
      display: inline-block;
      width: 100%; }
      .page-home .shop-container .category-slideshow .category {
        outline: none;
        overflow: scroll; }
        @media all and (min-width: 64.0625em) {
          .page-home .shop-container .category-slideshow .category {
            overflow: visible; } }
    .page-home .shop-container h3.title {
      color: #4a4a4a; }
    .page-home .shop-container .shop {
      display: block;
      width: 900px;
      margin: 0 auto 30px;
      font-size: 0;
      overflow: auto;
      overflow-y: hidden; }
      @media all and (min-width: 64.0625em) {
        .page-home .shop-container .shop {
          width: 100%;
          max-width: 940px;
          overflow: auto; } }
      @media all and (min-width: 72.5em) {
        .page-home .shop-container .shop {
          max-width: 1440px; } }
    .page-home .shop-container article {
      position: relative;
      display: inline-block;
      width: 100%;
      max-width: 300px;
      padding: 30px 20px 25px;
      text-align: center;
      background: #f9f9f9;
      border-right: 10px solid white; }
      @media all and (min-width: 64.0625em) {
        .page-home .shop-container article {
          width: 100%;
          max-width: none;
          border-left: 10px solid white; } }
      @media all and (min-width: 90em) {
        .page-home .shop-container article {
          padding: 30px 10px 25px; } }
      .page-home .shop-container article h3 {
        position: relative;
        margin-bottom: 30px;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #1d1d1d; }
        @media all and (min-width: 48em) {
          .page-home .shop-container article h3 {
            font-size: 24px;
            letter-spacing: 2px; } }
        .page-home .shop-container article h3:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 0;
          right: 0;
          margin: auto;
          width: 40px;
          height: 2px;
          background: #e51800; }
      .page-home .shop-container article .button {
        margin-bottom: 20px;
        padding: 0 10px; }
      .page-home .shop-container article .image {
        position: relative;
        width: 220px;
        max-width: 100%;
        height: 220px;
        margin: 0 auto;
        mix-blend-mode: multiply; }
        .page-home .shop-container article .image img {
          width: 100%;
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
    .page-home .shop-container article:hover:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 8px;
      background: #a6c9d0; }
    .page-home .shop-container article:hover .button {
      background: #a6c9d0;
      color: white; }
  .page-home .slick-next {
    background: url(/images/arrow-right-blue.png) no-repeat center;
    background-size: contain; }
    .page-home .slick-next:before {
      display: none; }
  .page-home .slick-prev {
    background: url(/images/arrow-left-blue.png) no-repeat center;
    background-size: contain; }
    .page-home .slick-prev:before {
      display: none; }
  .page-home .best-container {
    width: 100%;
    overflow: scroll; }
    @media all and (min-width: 64.0625em) {
      .page-home .best-container {
        width: 100%;
        background: url(/images/best-of-bg.png) no-repeat 0% 65%;
        background-size: cover;
        overflow: visible; } }
    .page-home .best-container h3.title {
      text-align: center; }
      @media all and (min-width: 64.0625em) {
        .page-home .best-container h3.title {
          text-align: left; } }
    .page-home .best-container .products-wrap {
      display: inline-block;
      width: 100%; }
    .page-home .best-container .products {
      display: inline-block;
      width: 2080px;
      overflow-y: auto;
      overflow-x: hidden; }
      @media all and (min-width: 64.0625em) {
        .page-home .best-container .products {
          width: 100% !important;
          overflow: auto; } }
    .page-home .best-container article {
      float: left;
      width: 250px;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      background-color: #f9f9f9; }
      @media all and (min-width: 64.0625em) {
        .page-home .best-container article {
          width: 100%; } }
      .page-home .best-container article .image {
        position: relative;
        width: 220px;
        height: 220px;
        margin: 0 auto;
        mix-blend-mode: multiply; }
        .page-home .best-container article .image img {
          width: 100%;
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .page-home .best-container article h3 {
        min-height: 78px;
        max-width: 90%;
        margin: 0 auto 10px;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #1d1d1d; }
      .page-home .best-container article p {
        margin-bottom: 26px;
        font-size: 16px;
        font-weight: 500; }
    .page-home .best-container article:hover {
      position: relative; }
      .page-home .best-container article:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: #a6c9d0; }
  .page-home .what-container {
    position: relative;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain; }
    @media all and (min-width: 64.0625em) {
      .page-home .what-container {
        width: 100%;
        padding: 200px 0 212px;
        overflow: visible; } }
    @media all and (max-width: 47.9375em) {
      .page-home .what-container {
        background: none !important; } }
    @media all and (min-width: 80em) {
      .page-home .what-container h3.title {
        position: absolute;
        top: 220px;
        right: -580px;
        width: 957px;
        height: 150px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 150px;
        font-weight: 700;
        line-height: 150px;
        letter-spacing: -10px;
        color: #4a4a4a; } }
    .page-home .what-container .content-max-width {
      max-width: 500px;
      margin: 0 auto;
      font-size: 0; }
      @media all and (min-width: 64.0625em) {
        .page-home .what-container .content-max-width {
          max-width: 860px; } }
    .page-home .what-container .long, .page-home .what-container .wide {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .page-home .what-container .long:before, .page-home .what-container .wide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(166, 201, 208, 0);
        transition: all 0.5s ease-in-out;
        z-index: 2; }
    .page-home .what-container .long:hover:before, .page-home .what-container .wide:hover:before {
      background: rgba(166, 201, 208, 0.9); }
    .page-home .what-container .long:hover h3, .page-home .what-container .wide:hover h3 {
      top: 30px;
      color: white; }
    .page-home .what-container .long {
      width: 100%;
      max-width: 360px;
      height: 420px;
      margin-bottom: 20px;
      background-position: 100% 21%; }
      @media all and (min-width: 64.0625em) {
        .page-home .what-container .long {
          float: left;
          max-width: 300px;
          height: 620px;
          background-position: center; } }
    .page-home .what-container .wide-wrap {
      display: inline-block;
      width: 100%;
      max-width: 360px; }
      @media all and (min-width: 64.0625em) {
        .page-home .what-container .wide-wrap {
          width: 540px;
          max-width: 540px;
          margin-left: 20px; } }
    .page-home .what-container .wide {
      width: 100%;
      max-width: 360px;
      height: 150px;
      margin-bottom: 20px; }
      @media all and (min-width: 64.0625em) {
        .page-home .what-container .wide {
          width: 540px;
          max-width: 540px;
          height: 300px; } }
    .page-home .what-container .wide h3, .page-home .what-container .long h3 {
      position: relative;
      top: 0;
      padding: 30px;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 2px;
      text-align: left;
      color: #1d1d1d;
      transition: all 0.5s ease-in-out;
      z-index: 3; }
      .page-home .what-container .wide h3:after, .page-home .what-container .long h3:after {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 30px;
        width: 40px;
        height: 2px;
        background: #e51800; }

/*********************************************
:: Testimonials
********************************************/
.page-testimonials .detail-container {
  display: inline-block;
  width: 100%; }
  .page-testimonials .detail-container article {
    display: none;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    clear: both; }
    .page-testimonials .detail-container article .author {
      margin: 20px 0 0 0;
      padding: 20px 0 30px 0;
      border-top: 3px solid #a6c9d0; }
      @media all and (min-width: 64.0625em) {
        .page-testimonials .detail-container article .author {
          float: left;
          margin: 0 80px 0 0;
          width: 160px; } }
      .page-testimonials .detail-container article .author p {
        margin-bottom: 0px;
        font-size: 20px;
        color: #a6c9d0;
        line-height: 21px; }
      .page-testimonials .detail-container article .author span {
        display: block;
        font-size: 14px;
        color: #aaa; }
      .page-testimonials .detail-container article .author img {
        margin-top: 30px;
        max-width: 220px; }
    .page-testimonials .detail-container article .quote {
      position: relative;
      padding: 0; }
      @media all and (min-width: 64.0625em) {
        .page-testimonials .detail-container article .quote {
          float: right;
          margin-top: -8px;
          padding-left: 20px;
          width: calc(100% - 240px); } }
      @media all and (min-width: 64.0625em) {
        .page-testimonials .detail-container article .quote:before {
          content: "\0022";
          position: absolute;
          top: -4px;
          left: 0;
          font-size: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 28px;
          font-style: italic;
          color: #333;
          letter-spacing: 0.5px; } }
  .page-testimonials .detail-container article.special {
    display: none; }
    @media all and (min-width: 64.0625em) {
      .page-testimonials .detail-container article.special {
        display: inline-block;
        width: 100%;
        padding: 10px 12.5% 50px 12.5%; } }
    .page-testimonials .detail-container article.special .author {
      display: none; }
    .page-testimonials .detail-container article.special .quote {
      float: left;
      position: relative;
      padding: 0 50px 0 0;
      width: 100%;
      border-right: 3px solid #a6c9d0; }
      .page-testimonials .detail-container article.special .quote:before {
        content: ""; }
      .page-testimonials .detail-container article.special .quote p {
        font-size: 18px;
        font-weight: 400;
        line-height: 36px;
        color: #a6c9d0;
        text-align: right;
        margin-bottom: 0px; }
      .page-testimonials .detail-container article.special .quote a {
        display: none; }
  .page-testimonials .detail-container article.show {
    display: inline-block;
    -webkit-animation: fade-in .5s;
    animation: fade-in .5s; }
  .page-testimonials .detail-container article:last-child {
    padding-bottom: 100px; }
  .page-testimonials .detail-container .button-more {
    display: none; }

/*********************************************
:: Search Results Page                   
********************************************/
.page-search-results {
  position: relative;
  /********************************************/
  /********************************************/ }
  .page-search-results .content-max-width, .page-search-results .content-slider-width {
    max-width: 1180px; }
  .page-search-results .search-container {
    margin-bottom: 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-search-results .search-container {
        margin-bottom: 80px; } }
    .page-search-results .search-container .button.blue.js-load-more {
      margin-top: 100px; }

/*********************************************
:: Category Results Page                   
********************************************/
.page-category {
  position: relative;
  /********************************************/ }
  .page-category .content-max-width, .page-category .content-slider-width {
    max-width: 1180px; }
  .page-category .search-container {
    margin-bottom: 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-category .search-container {
        margin-bottom: 60px; } }
    .page-category .search-container article {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2));
      margin-bottom: 10px;
      text-align: center;
      background-color: #f9f9f9; }
    .page-category .search-container article:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
    .page-category .search-container article:last-child{
  margin-right: 0; }
    .page-category .search-container article:nth-child(2n){
  margin-right: 0;
  float: right; }
    .page-category .search-container article:nth-child(2n + 1){
  clear: left; }
      @media all and (min-width: 37.5em) {
        .page-category .search-container article {
          width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
        .page-category .search-container article:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
        .page-category .search-container article:last-child{
    margin-right: 0; }
        .page-category .search-container article:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-category .search-container article:nth-child(3n + 1){
    clear: left; } }
      @media all and (min-width: 48em) {
        .page-category .search-container article {
          width: calc(99.99% * 1/4 - (20px - 20px * 1/4));
          margin-bottom: 20px; }
        .page-category .search-container article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .page-category .search-container article:last-child{
    margin-right: 0; }
        .page-category .search-container article:nth-child(4n){
    margin-right: 0;
    float: right; }
        .page-category .search-container article:nth-child(4n + 1){
    clear: left; } }
      @media all and (min-width: 80em) {
        .page-category .search-container article {
          width: calc(99.99% * 1/5 - (20px - 20px * 1/5)); }
        .page-category .search-container article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .page-category .search-container article:last-child{
    margin-right: 0; }
        .page-category .search-container article:nth-child(5n){
    margin-right: 0;
    float: right; }
        .page-category .search-container article:nth-child(5n + 1){
    clear: left; } }
      .page-category .search-container article .image {
        position: relative;
        width: 100px;
        height: 100px;
        margin: 10px auto 0;
        mix-blend-mode: multiply; }
        .page-category .search-container article .image img {
          width: 100%;
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .page-category .search-container article h3 {
        min-height: 58px;
        max-height: 58px;
        max-width: 94%;
        margin: 0 auto 10px;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        color: #1d1d1d; }
      .page-category .search-container article p {
        margin-bottom: 20px;
        font-size: 10px;
        font-weight: 500; }
        @media all and (min-width: 48em) {
          .page-category .search-container article p {
            font-size: 12px; } }
    .page-category .search-container article:hover {
      position: relative; }
      .page-category .search-container article:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: #a6c9d0; }
    .page-category .search-container .section-w-six .products {
      float: left;
      width: 100%; }
      @media all and (min-width: 80em) {
        .page-category .search-container .section-w-six .products {
          width: 700px; } }
      @media all and (min-width: 37.5em) {
        .page-category .search-container .section-w-six .products article {
          width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
        .page-category .search-container .section-w-six .products article:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
        .page-category .search-container .section-w-six .products article:last-child{
    margin-right: 0; }
        .page-category .search-container .section-w-six .products article:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-category .search-container .section-w-six .products article:nth-child(3n + 1){
    clear: left; } }
      @media all and (min-width: 48em) {
        .page-category .search-container .section-w-six .products article {
          width: calc(99.99% * 1/4 - (20px - 20px * 1/4));
          margin-bottom: 20px; }
        .page-category .search-container .section-w-six .products article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .page-category .search-container .section-w-six .products article:last-child{
    margin-right: 0; }
        .page-category .search-container .section-w-six .products article:nth-child(4n){
    margin-right: 0;
    float: right; }
        .page-category .search-container .section-w-six .products article:nth-child(4n + 1){
    clear: left; } }
      @media all and (min-width: 80em) {
        .page-category .search-container .section-w-six .products article {
          width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
        .page-category .search-container .section-w-six .products article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .page-category .search-container .section-w-six .products article:last-child{
    margin-right: 0; }
        .page-category .search-container .section-w-six .products article:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-category .search-container .section-w-six .products article:nth-child(3n + 1){
    clear: left; } }
    .page-category .search-container .section-w-six .image-break, .page-category .search-container .section-w-six .quote-break {
      position: relative;
      display: inline-block;
      width: 222px;
      height: 222px;
      margin: 0 auto 10px;
      text-align: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media all and (min-width: 64.0625em) {
        .page-category .search-container .section-w-six .image-break, .page-category .search-container .section-w-six .quote-break {
          float: right;
          width: 48%; } }
      @media all and (min-width: 80em) {
        .page-category .search-container .section-w-six .image-break, .page-category .search-container .section-w-six .quote-break {
          width: calc(100% - 720px);
          height: 460px;
          margin-bottom: 0; } }
    .page-category .search-container .section-w-six .image-break:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 2px solid white;
      z-index: 2; }
    .page-category .search-container .section-w-six .quote-break {
      background-color: #f9f9f9; }
      .page-category .search-container .section-w-six .quote-break p {
        position: relative;
        top: 50%;
        -webkit-transform: perspective(1px) translateY(-50%);
        transform: perspective(1px) translateY(-50%);
        width: 202px;
        margin: 0 auto;
        font-family: "Oswald", "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 31px;
        letter-spacing: -2.1px;
        text-align: center;
        text-transform: uppercase;
        color: #9b9b9b; }
        @media all and (min-width: 64.0625em) {
          .page-category .search-container .section-w-six .quote-break p {
            width: 90%; } }
        @media all and (min-width: 80em) {
          .page-category .search-container .section-w-six .quote-break p {
            width: 325px;
            font-size: 50px;
            font-weight: 700;
            line-height: 50px;
            letter-spacing: -3.4px;
            text-align: left; } }

/*********************************************
:: product Detail Page                   
********************************************/
.page-product {
  position: relative;
  /********************************************/
  /********************************************/ }
  .page-product .content-max-width {
    max-width: 940px;
    font-size: 0; }
  .page-product .product-container {
    margin: 20px 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-product .product-container {
        margin: 20px 0 120px; } }
    .page-product .product-container .image {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 300px;
      min-height: 300px;
      margin: 10px auto 20px; }
      @media all and (min-width: 48em) {
        .page-product .product-container .image {
          width: 460px;
          min-height: 460px;
          margin-right: 20px; } }
      .page-product .product-container .image .gal {
        background: #f9f9f9;
        mix-blend-mode: multiply; }
      .page-product .product-container .image .images {
        float: left;
        width: 260px;
        margin: 10px 0; }
        .page-product .product-container .image .images img {
          width: 60px;
          margin: 0 5px 0 0;
          cursor: pointer; }
      .page-product .product-container .image .video {
        float: right;
        width: 30px;
        height: 30px;
        margin: 23px 0 0 0;
        line-height: 30px;
        border: 1px solid #a6c9d0;
        border-radius: 50%; }
    .page-product .product-container .content {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-align: left; }
      @media all and (min-width: 48em) {
        .page-product .product-container .content {
          width: 460px;
          min-height: 460px; } }
      .page-product .product-container .content h1 {
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -2px;
        text-align: center;
        text-transform: uppercase;
        color: #4a4a4a; }
        @media all and (min-width: 48em) {
          .page-product .product-container .content h1 {
            max-width: 80%;
            margin-top: 10px;
            font-size: 50px;
            line-height: 50px;
            letter-spacing: -3.8px;
            text-align: left; } }
      .page-product .product-container .content p.price {
        position: relative;
        margin: 0 0 25px 50px;
        font-size: 24px;
        font-weight: 300;
        line-height: 24px; }
        .page-product .product-container .content p.price:before {
          content: '';
          position: absolute;
          top: 50%;
          left: -50px;
          width: 40px;
          height: 2px;
          background: #e51800; }
      .page-product .product-container .content .tabs {
        width: 100%;
        font-size: 0; }
        .page-product .product-container .content .tabs .triggers {
          margin-bottom: 15px; }
          .page-product .product-container .content .tabs .triggers a {
            display: inline-block;
            width: 33%;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #9b9b9b;
            cursor: pointer; }
            @media all and (min-width: 48em) {
              .page-product .product-container .content .tabs .triggers a {
                width: 150px; } }
            .page-product .product-container .content .tabs .triggers a.active {
              color: #1d1d1d; }
        .page-product .product-container .content .tabs .tab-content {
          display: none; }
          .page-product .product-container .content .tabs .tab-content.active {
            margin-bottom: 20px;
            display: block; }
          .page-product .product-container .content .tabs .tab-content p {
            font-size: 12px;
            color: #4a4a4a; }
      .page-product .product-container .content .e-commerce-actions .custom-number {
        display: inline-block;
        margin-right: 30px; }
        .page-product .product-container .content .e-commerce-actions .custom-number input {
          border: none; }
      .page-product .product-container .content .e-commerce-actions .button {
        padding: 0 20px; }
  .page-product .similiar-products-container {
    margin: 0 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-product .similiar-products-container {
        margin: 0 0 100px; } }
    .page-product .similiar-products-container .content-max-width {
      display: inline-block;
      max-width: 480px; }
      @media all and (min-width: 48em) {
        .page-product .similiar-products-container .content-max-width {
          max-width: 1180px; } }
    .page-product .similiar-products-container h3.title {
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: -2px;
      text-align: center;
      color: #4a4a4a; }
      @media all and (min-width: 48em) {
        .page-product .similiar-products-container h3.title {
          font-size: 50px;
          line-height: 50px;
          letter-spacing: -3.34px;
          text-align: left; } }
    @media all and (min-width: 37.5em) {
      .page-product .similiar-products-container article.product-square {
        width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
      .page-product .similiar-products-container article.product-square:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
      .page-product .similiar-products-container article.product-square:last-child{
    margin-right: 0; }
      .page-product .similiar-products-container article.product-square:nth-child(2n){
    margin-right: 0;
    float: right; }
      .page-product .similiar-products-container article.product-square:nth-child(2n + 1){
    clear: left; } }
    @media all and (min-width: 48em) {
      .page-product .similiar-products-container article.product-square {
        width: calc(99.99% * 1/4 - (20px - 20px * 1/4));
        margin-bottom: 20px; }
      .page-product .similiar-products-container article.product-square:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .page-product .similiar-products-container article.product-square:last-child{
    margin-right: 0; }
      .page-product .similiar-products-container article.product-square:nth-child(4n){
    margin-right: 0;
    float: right; }
      .page-product .similiar-products-container article.product-square:nth-child(4n + 1){
    clear: left; } }
    @media all and (min-width: 64.0625em) {
      .page-product .similiar-products-container article.product-square {
        width: calc(99.99% * 1/5 - (20px - 20px * 1/5)); }
      .page-product .similiar-products-container article.product-square:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .page-product .similiar-products-container article.product-square:last-child{
    margin-right: 0; }
      .page-product .similiar-products-container article.product-square:nth-child(5n){
    margin-right: 0;
    float: right; }
      .page-product .similiar-products-container article.product-square:nth-child(5n + 1){
    clear: left; } }
    .page-product .similiar-products-container article:last-of-type {
      display: none; }
      @media all and (min-width: 48em) {
        .page-product .similiar-products-container article:last-of-type {
          display: inline-block; } }

/*********************************************
:: Accordion Template Page                   
********************************************/
.page-accordion-template {
  position: relative;
  /********************************************/ }
  .page-accordion-template .content-max-width {
    max-width: 620px; }
  .page-accordion-template .accordion-container {
    margin: 20px 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-accordion-template .accordion-container {
        margin: 20px 0 120px; } }
    .page-accordion-template .accordion-container article {
      display: inline-block;
      width: 100%; }
      .page-accordion-template .accordion-container article .trigger {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 12px 30px 12px 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #4a4a4a;
        border-bottom: 1px solid #e2e2e2;
        cursor: pointer; }
        @media all and (min-width: 64.0625em) {
          .page-accordion-template .accordion-container article .trigger {
            padding: 15px 0 15px; } }
        .page-accordion-template .accordion-container article .trigger .icon {
          position: absolute;
          top: 10px;
          right: 0;
          padding: 0px 0 0 35px;
          font-family: "icomoon";
          font-weight: 700;
          font-size: 10px;
          color: #4a4a4a;
          z-index: 9;
          cursor: pointer; }
          @media all and (min-width: 64.0625em) {
            .page-accordion-template .accordion-container article .trigger .icon {
              top: 15px;
              right: 7px; } }
          .page-accordion-template .accordion-container article .trigger .icon:before {
            content: "\e90d"; }
      .page-accordion-template .accordion-container article .content {
        display: none;
        max-width: 540px;
        padding: 8px 0 19px;
        text-align: left; }
        @media all and (min-width: 64.0625em) {
          .page-accordion-template .accordion-container article .content {
            padding: 0 0 12px; } }
        .page-accordion-template .accordion-container article .content p {
          font-size: 12px;
          line-height: 24px;
          color: #4a4a4a; }
          .page-accordion-template .accordion-container article .content p i {
            font-weight: 600;
            color: black; }
        .page-accordion-template .accordion-container article .content .faq {
          margin: 0 0 0 20px; }
          .page-accordion-template .accordion-container article .content .faq p.question {
            position: relative;
            margin-bottom: 0;
            font-size: 12px;
            font-weight: 600;
            line-height: 24px;
            color: black;
            cursor: pointer; }
            .page-accordion-template .accordion-container article .content .faq p.question:before {
              content: "\e928";
              position: absolute;
              top: 0;
              left: -20px;
              font-family: "icomoon";
              font-size: 12px;
              font-weight: 600;
              line-height: 24px;
              color: #e51800; }
          .page-accordion-template .accordion-container article .content .faq p.answer {
            display: none;
            margin-bottom: 20px;
            font-weight: 300; }
    .page-accordion-template .accordion-container article:first-of-type .trigger {
      margin-top: -15px; }
    .page-accordion-template .accordion-container article.active {
      border-bottom: 1px solid #e2e2e2; }
      .page-accordion-template .accordion-container article.active .trigger {
        border-bottom: none; }
        .page-accordion-template .accordion-container article.active .trigger .icon:before {
          content: "\e90c"; }
      .page-accordion-template .accordion-container article.active .content {
        display: block; }

/*********************************************
:: News Page                   
********************************************/
.page-news {
  position: relative;
  /********************************************/ }
  .page-news .news-container {
    margin: 20px 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-news .news-container {
        margin: 20px 0 120px; } }
    .page-news .news-container .content-max-width {
      max-width: 1100px; }
    .page-news .news-container article {
      display: inline-block;
      width: 100%; }
      @media all and (min-width: 37.5em) {
        .page-news .news-container article {
          width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
        .page-news .news-container article:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .page-news .news-container article:last-child{
    margin-right: 0; }
        .page-news .news-container article:nth-child(2n){
    margin-right: 0;
    float: right; }
        .page-news .news-container article:nth-child(2n + 1){
    clear: left; } }
      @media all and (min-width: 48em) {
        .page-news .news-container article {
          width: calc(99.99% * 1/3 - (40px - 40px * 1/3)); }
        .page-news .news-container article:nth-child(1n){
    float: left;
    margin-right: 40px;
    clear: none; }
        .page-news .news-container article:last-child{
    margin-right: 0; }
        .page-news .news-container article:nth-child(3n){
    margin-right: 0;
    float: right; }
        .page-news .news-container article:nth-child(3n + 1){
    clear: left; } }
      .page-news .news-container article .image {
        position: relative;
        width: 100%;
        height: 200px;
        margin-bottom: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .page-news .news-container article .image:before, .page-news .news-container article .image:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 0; }
        .page-news .news-container article .image:before {
          top: 0;
          width: 100%;
          height: 0;
          background: rgba(166, 201, 208, 0.4);
          transition: all 0.3s ease-in-out; }
        .page-news .news-container article .image:after {
          bottom: 0;
          background: #a6c9d0;
          transition: all 0.3s ease-in-out; }
      .page-news .news-container article .content {
        padding: 0 0 45px;
        text-align: left; }
        .page-news .news-container article .content h3 {
          min-height: 36px;
          margin-bottom: 8px;
          font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 12px;
          font-weight: 700;
          line-height: 20px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #4a4a4a; }
        .page-news .news-container article .content p {
          margin-bottom: 12px;
          font-size: 12px;
          font-weight: 300;
          line-height: 24px;
          color: #4a4a4a; }
        .page-news .news-container article .content button {
          font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 10px;
          font-weight: 700;
          line-height: 12px;
          letter-spacing: 2px;
          color: #e51800;
          transition: all 0.5s ease-in-out; }
    .page-news .news-container article:hover .image:before {
      height: 100%; }
    .page-news .news-container article:hover .image:after {
      height: 10px; }
    .page-news .news-container article:hover .content button {
      margin-left: 10px; }

/*********************************************
:: News Detail Page                   
********************************************/
.page-news-detail {
  position: relative;
  /********************************************/ }
  .page-news-detail .detail-container {
    margin: 20px 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-news-detail .detail-container {
        margin: 20px 0 120px; } }
    .page-news-detail .detail-container .content-max-width {
      max-width: 1180px; }
    .page-news-detail .detail-container .hero {
      width: 100%;
      margin-bottom: 25px; }
    .page-news-detail .detail-container .content-wrap {
      width: 100%;
      max-width: 820px; }
      @media all and (min-width: 64.0625em) {
        .page-news-detail .detail-container .content-wrap {
          margin-left: 120px; } }
      .page-news-detail .detail-container .content-wrap p.meta {
        margin-bottom: 12px;
        font-size: 8px;
        font-weight: 300;
        line-height: 12px;
        letter-spacing: 1.6px;
        color: #4a4a4a; }
      .page-news-detail .detail-container .content-wrap .social {
        display: block;
        width: 200px;
        margin: 0 auto;
        font-size: 0;
        text-align: center; }
        @media all and (min-width: 64.0625em) {
          .page-news-detail .detail-container .content-wrap .social {
            float: left;
            width: 100px;
            margin: 0 60px 20px 0; } }
        .page-news-detail .detail-container .content-wrap .social p.meta {
          text-align: center; }
        .page-news-detail .detail-container .content-wrap .social a {
          display: inline-block;
          vertical-align: top;
          width: 33.33%;
          height: 40px;
          margin: 0 auto 10px; }
          @media all and (min-width: 64.0625em) {
            .page-news-detail .detail-container .content-wrap .social a {
              display: block; } }
          .page-news-detail .detail-container .content-wrap .social a span {
            display: inline-block;
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 38px;
            border: 2px solid #a6c9d0;
            border-radius: 50%; }
        .page-news-detail .detail-container .content-wrap .social a:last-of-type span {
          font-size: 14px; }
      .page-news-detail .detail-container .content-wrap .content {
        float: left;
        text-align: left;
        margin-bottom: 40px; }
        @media all and (min-width: 48em) {
          .page-news-detail .detail-container .content-wrap .content {
            float: right;
            width: 656px; } }
        .page-news-detail .detail-container .content-wrap .content p.meta {
          margin-bottom: 20px; }
        .page-news-detail .detail-container .content-wrap .content img {
          display: block;
          max-width: 220px;
          margin: 0 auto 20px; }
          @media all and (min-width: 48em) {
            .page-news-detail .detail-container .content-wrap .content img {
              float: left;
              margin: 0 20px 20px -40px; } }

/*********************************************
:: Stockists Page                   
********************************************/
.page-stockists {
  position: relative;
  /********************************************/ }
  .page-stockists .detail-container {
    margin: 0 0 60px;
    text-align: center; }
    @media all and (min-width: 48em) {
      .page-stockists .detail-container {
        margin: 0 0 120px; } }
    .page-stockists .detail-container .content-max-width {
      max-width: 1180px; }
    .page-stockists .detail-container .search-accordian {
      max-width: 592px;
      margin: 0 auto 60px;
      font-size: 0; }
      .page-stockists .detail-container .search-accordian h4 {
        display: inline-block;
        vertical-align: top;
        width: 192px;
        margin-right: 20px;
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 2px; }
      .page-stockists .detail-container .search-accordian .search-option {
        display: inline-block;
        width: 380px; }
        .page-stockists .detail-container .search-accordian .search-option input {
          float: left;
          width: 310px;
          height: 40px;
          background-color: #f3f3f3;
          border-radius: 0;
          padding-left: 10px; }
        .page-stockists .detail-container .search-accordian .search-option button {
          float: right;
          width: 70px;
          height: 40px;
          background: #e51800;
          color: white; }
          .page-stockists .detail-container .search-accordian .search-option button span {
            font-size: 16px; }
        .page-stockists .detail-container .search-accordian .search-option em {
          font-size: 12px;
          color: grey;
          position: relative;
          left: -41px;
          top: 4px; }
    .page-stockists .detail-container .search-list ul {
      margin: 0;
      font-size: 0; }
      .page-stockists .detail-container .search-list ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
        @media all and (min-width: 37.5em) {
          .page-stockists .detail-container .search-list ul li {
            width: 50%; } }
        @media all and (min-width: 48em) {
          .page-stockists .detail-container .search-list ul li {
            width: 33.33%; } }
        @media all and (min-width: 80em) {
          .page-stockists .detail-container .search-list ul li {
            width: 25%; } }
        @media all and (min-width: 90em) {
          .page-stockists .detail-container .search-list ul li {
            width: 20%; } }
        .page-stockists .detail-container .search-list ul li .detail {
          width: calc(100% - 20px);
          margin-bottom: 50px;
          padding: 10px 0 0 0;
          text-align: left;
          border-top: 2px solid #a6c9d0; }
          .page-stockists .detail-container .search-list ul li .detail h5 {
            min-height: 40px;
            margin-bottom: 10px;
            font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
            font-size: 12px;
            font-weight: 700;
            line-height: 20px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #4a4a4a; }
          .page-stockists .detail-container .search-list ul li .detail a, .page-stockists .detail-container .search-list ul li .detail p {
            margin-bottom: 3px;
            padding-left: 20px;
            font-size: 12px;
            font-weight: 300;
            line-height: 24px;
            color: #4a4a4a; }
            .page-stockists .detail-container .search-list ul li .detail a span, .page-stockists .detail-container .search-list ul li .detail p span {
              display: inline-block;
              vertical-align: middle;
              width: 20px;
              margin-left: -20px;
              font-size: 10px;
              color: #a6c9d0; }
          .page-stockists .detail-container .search-list ul li .detail p {
            min-height: 42px; }
          .page-stockists .detail-container .search-list ul li .detail button {
            margin: 5px 0 0 20px;
            font-size: 10px;
            font-weight: 700;
            line-height: 12px;
            letter-spacing: 2px;
            color: #e51800; }

/*********************************************
:: Collections Page                   
********************************************/
.page-collections {
  position: relative;
  /********************************************/ }
  .page-collections .detail-container {
    margin: 0 0 60px; }
    @media all and (min-width: 64.0625em) {
      .page-collections .detail-container {
        margin: 50px 0 120px; } }
    .page-collections .detail-container article {
      float: left;
      width: 100%;
      margin-bottom: 30px;
      padding-bottom: 30px;
      text-align: center;
      border-bottom: 1px solid #e2e2e2; }
      .page-collections .detail-container article .content {
        float: left;
        width: 100%;
        text-align: left; }
        @media all and (min-width: 64.0625em) {
          .page-collections .detail-container article .content {
            width: 600px;
            padding-right: 20px; } }
        .page-collections .detail-container article .content h2, .page-collections .detail-container article .content legend {
          margin-bottom: 10px;
          font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 12px;
          font-weight: 700;
          line-height: 20px;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #4a4a4a; }
      .page-collections .detail-container article .image {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 340px;
        min-height: 250px;
        margin: 0 auto 20px 0; }
        @media all and (min-width: 64.0625em) {
          .page-collections .detail-container article .image {
            float: right;
            width: 340px;
            margin-bottom: 0; } }
        .page-collections .detail-container article .image img {
          width: 100%; }
    @media all and (min-width: 64.0625em) {
      .page-collections .detail-container article:nth-of-type(even) .content {
        float: right;
        padding: 0 0 0 20px; }
      .page-collections .detail-container article:nth-of-type(even) .image {
        float: left; } }

/*********************************************
:: Contact Page                   
********************************************/
.page-contact {
  /********************************************/ }
  .page-contact .contact-container {
    display: inline-block;
    width: 100%; }
    .page-contact .contact-container .content-max-width {
      max-width: 1180px; }
    .page-contact .contact-container .hero {
      width: 100%;
      margin-bottom: 25px; }
    .page-contact .contact-container h3 {
      max-width: 340px;
      margin: 0 0 10px;
      padding: 10px 0 0 0;
      font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 2px;
      color: #4a4a4a;
      border-top: 2px solid #a6c9d0; }
    .page-contact .contact-container .col1 {
      float: left;
      margin-bottom: 35px;
      width: 100%; }
      @media all and (min-width: 64.0625em) {
        .page-contact .contact-container .col1 {
          width: 340px;
          max-width: 420px; } }
      .page-contact .contact-container .col1 a, .page-contact .contact-container .col1 p {
        display: inline-block;
        width: 100%;
        margin-bottom: 3px;
        padding-left: 20px;
        font-size: 12px;
        line-height: 24px;
        color: #4a4a4a; }
        .page-contact .contact-container .col1 a span, .page-contact .contact-container .col1 p span {
          display: inline-block;
          vertical-align: middle;
          width: 20px;
          margin-left: -20px;
          font-size: 10px;
          color: #a6c9d0; }
    .page-contact .contact-container .col2 {
      float: left;
      padding: 20px 0% 0 0%;
      width: 100%; }
      @media all and (min-width: 64.0625em) {
        .page-contact .contact-container .col2 {
          width: calc(100% - 340px);
          float: right;
          padding: 0 0 100px 140px; } }
      .page-contact .contact-container .col2 h3 {
        margin-bottom: 25px; }

/*********************************************
:: Account Page                   
********************************************/
.page-account {
  /********************************************/ }
  .page-account .contact-container {
    display: inline-block;
    width: 100%; }
    .page-account .contact-container .content-max-width {
      max-width: 1180px; }
    .page-account .contact-container form {
      max-width: 500px;
      margin: 40px auto; }

/*********************************************
:: Home Page                   
********************************************/
.b2b-dashboard {
  position: relative;
  min-height: 100vh;
  background: #f6f6f6;
  /********************************************/
  /********************************************/
  /********************************************/
  /********************************************/ }
  .b2b-dashboard .content-max-width {
    max-width: 1060px; }
  .b2b-dashboard .menu-container {
    padding: 30px 0 0; }
    .b2b-dashboard .menu-container button, .b2b-dashboard .menu-container a.btn {
      float: right;
      margin-left: 10px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 500;
      line-height: 15px;
      letter-spacing: -0.2px;
      color: #4c4c4c;
      margin: 0 10px 0 0; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .menu-container button, .b2b-dashboard .menu-container a.btn {
          margin-left: 25px; } }
      .b2b-dashboard .menu-container button img, .b2b-dashboard .menu-container a.btn img {
        vertical-align: middle;
        margin-right: 10px; }
      .b2b-dashboard .menu-container button:focus, .b2b-dashboard .menu-container a.btn:focus {
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .b2b-dashboard .menu-container h1 {
      float: left;
      width: 100%;
      margin-bottom: 16px;
      color: #2d2c2d;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: -0.31px; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .menu-container h1 {
          width: 50%; } }
    .b2b-dashboard .menu-container h2, .b2b-dashboard .menu-container legend {
      float: left;
      width: 100%;
      margin: 0 0 20px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 17px;
      font-weight: 700;
      letter-spacing: -0.32px;
      color: #2d2c2d; }
    .b2b-dashboard .menu-container .actions {
      float: right;
      width: 100%;
      margin: 15px 0 30px; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .menu-container .actions {
          width: 50%; } }
      .b2b-dashboard .menu-container .actions a.btn {
        font-size: 12px; }
        .b2b-dashboard .menu-container .actions a.btn img {
          margin-right: 5px; }
    .b2b-dashboard .menu-container .search {
      float: left;
      width: 100%;
      margin-bottom: 14px; }
      .b2b-dashboard .menu-container .search form {
        float: left;
        max-width: 600px; }
      .b2b-dashboard .menu-container .search .selectric {
        min-width: 260px;
        height: 30px;
        margin: 0 10px 10px 0;
        border: 1px solid #dfe3e9;
        border-radius: 3px; }
        @media all and (min-width: 64.0625em) {
          .b2b-dashboard .menu-container .search .selectric {
            margin: 0 10px 0 0; } }
        .b2b-dashboard .menu-container .search .selectric .label {
          line-height: 30px; }
        .b2b-dashboard .menu-container .search .selectric .button {
          height: 30px;
          border-left: none; }
      .b2b-dashboard .menu-container .search input {
        max-width: 240px;
        height: 30px;
        margin: 0 10px 0 0;
        padding: 0 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #dfe3e9;
        border-radius: 3px; }
      .b2b-dashboard .menu-container .search *::-webkit-input-placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 13px;
        color: #777; }
      .b2b-dashboard .menu-container .search *:-ms-input-placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 13px;
        color: #777; }
      .b2b-dashboard .menu-container .search *::placeholder {
        font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 13px;
        color: #777; }
      .b2b-dashboard .menu-container .search button.button-search {
        width: 80px;
        height: 30px;
        margin: 0;
        color: white;
        background: #a6c9d0;
        border-radius: 3px; }
      .b2b-dashboard .menu-container .search button.favourites {
        font-size: 12px;
        line-height: 30px; }
        .b2b-dashboard .menu-container .search button.favourites img {
          width: 17px;
          height: 16px; }
  .b2b-dashboard .body-container .cat-title, .b2b-dashboard .body-container .other-title {
    float: left;
    width: 100%;
    height: 36px;
    padding: 0 0 0 20px;
    font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    color: white;
    background: #a6c9d0; }
  .b2b-dashboard .body-container .other-title {
    margin-top: 14px;
    background: #4a4a4a;
    border-radius: 3px 3px 0 0; }
  .b2b-dashboard .body-container article.top {
    min-height: 30px;
    background-color: #4c4c4c;
    border-radius: 3px 3px 0 0; }
    .b2b-dashboard .body-container article.top div {
      min-height: 30px;
      padding: 0 20px 0 20px;
      font-weight: 600;
      line-height: 30px;
      text-transform: uppercase;
      color: white;
      border-right: 1px solid #313131; }
    .b2b-dashboard .body-container article.top div:last-of-type {
      border-right: none; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .body-container article.top div:last-of-type {
          padding-right: 33px; } }
  .b2b-dashboard .body-container article {
    float: left;
    width: 100%;
    min-height: 46px;
    background: white; }
    .b2b-dashboard .body-container article div {
      float: left;
      min-height: 46px;
      padding: 15px 20px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      line-height: 16px;
      color: black; }
      .b2b-dashboard .body-container article div.right {
        text-align: right; }
      .b2b-dashboard .body-container article div.center {
        text-align: center; }
    .b2b-dashboard .body-container article .code {
      width: 140px;
      font-weight: 600; }
    .b2b-dashboard .body-container article .image {
      position: relative;
      width: 76px;
      padding: 11px 0;
      text-align: center; }
      .b2b-dashboard .body-container article .image:hover .hovered-image {
        display: table; }
      .b2b-dashboard .body-container article .image .hovered-image {
        position: absolute;
        right: -125px;
        top: -50px;
        display: none;
        width: 134px;
        height: 134px;
        padding: 5px;
        line-height: 134px;
        text-align: center;
        background: white;
        border: 1px solid #CCCCCC;
        z-index: 1; }
        .b2b-dashboard .body-container article .image .hovered-image img {
          width: auto;
          max-height: 134px;
          vertical-align: middle; }
    .b2b-dashboard .body-container article .title {
      position: relative;
      width: 100%;
      padding-right: 160px; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .body-container article .title {
          width: 506px;
          padding-right: 15px; } }
      .b2b-dashboard .body-container article .title .prod-action {
        display: block;
        position: absolute;
        top: -2px;
        right: 0px; }
        @media all and (min-width: 64.0625em) {
          .b2b-dashboard .body-container article .title .prod-action {
            display: none;
            top: -3px;
            right: 60px; } }
        .b2b-dashboard .body-container article .title .prod-action button {
          height: 16px;
          vertical-align: middle;
          margin-right: 3px;
          color: #4c4c4c; }
          .b2b-dashboard .body-container article .title .prod-action button span {
            vertical-align: middle;
            font-size: 16px;
            line-height: 16px; }
        .b2b-dashboard .body-container article .title .prod-action .fave img {
          width: 17px;
          height: 16px; }
        .b2b-dashboard .body-container article .title .prod-action .fave img.grey {
          display: inline-block; }
        .b2b-dashboard .body-container article .title .prod-action .fave img.activated {
          display: none; }
        .b2b-dashboard .body-container article .title .prod-action .fave.active img.grey {
          display: none; }
        .b2b-dashboard .body-container article .title .prod-action .fave.active img.activated {
          display: inline-block; }
    .b2b-dashboard .body-container article .price, .b2b-dashboard .body-container article .qty {
      width: 99px; }
      .b2b-dashboard .body-container article .price input, .b2b-dashboard .body-container article .qty input {
        width: 45px;
        text-align: center;
        border: 1px solid #dfe3e9;
        border-radius: 2px; }
    .b2b-dashboard .body-container article .qty {
      padding: 8px 0; }
    .b2b-dashboard .body-container article .total {
      width: 135px; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .body-container article .total {
          padding-right: 33px; } }
      .b2b-dashboard .body-container article .total img {
        vertical-align: text-top;
        margin-left: 14px;
        cursor: pointer; }
    .b2b-dashboard .body-container article .more-content {
      float: left;
      display: none;
      width: 100%;
      min-height: 0px;
      padding: 15px 20px 0; }
      .b2b-dashboard .body-container article .more-content .content-image {
        width: 100%; }
        @media all and (min-width: 64.0625em) {
          .b2b-dashboard .body-container article .more-content .content-image {
            width: 197px; } }
        .b2b-dashboard .body-container article .more-content .content-image img {
          float: left; }
          @media all and (min-width: 64.0625em) {
            .b2b-dashboard .body-container article .more-content .content-image img {
              float: right; } }
      .b2b-dashboard .body-container article .more-content .content-description {
        width: 100%; }
        @media all and (min-width: 64.0625em) {
          .b2b-dashboard .body-container article .more-content .content-description {
            width: 540px;
            padding-left: 21px; } }
      .b2b-dashboard .body-container article .more-content .content-size {
        width: 100%; }
        @media all and (min-width: 64.0625em) {
          .b2b-dashboard .body-container article .more-content .content-size {
            width: 234px; } }
      .b2b-dashboard .body-container article .more-content p {
        margin-bottom: 8px; }
        .b2b-dashboard .body-container article .more-content p strong {
          color: #000000; }
  .b2b-dashboard .body-container article:nth-of-type(even) {
    background: #f3f3f3; }
  .b2b-dashboard .body-container article:hover .prod-action {
    display: block; }
  .b2b-dashboard .preview {
    float: right;
    width: 140px;
    margin: 20px 0 100px 0; }
    .b2b-dashboard .preview p {
      float: right;
      margin: 0 0 14px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.18px;
      color: #4c4c4c; }
      .b2b-dashboard .preview p span {
        margin: 0 0 0 10px;
        font-size: 20px; }
    .b2b-dashboard .preview .button {
      float: right;
      vertical-align: middle;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: -0.2px;
      border-radius: 3px; }
  .b2b-dashboard .checkout-container .checkout {
    float: left;
    width: 100%;
    margin: 14px 0 0; }
    .b2b-dashboard .checkout-container .checkout .buttons {
      float: left;
      width: 100%; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .checkout-container .checkout .buttons {
          width: 164px; } }
      .b2b-dashboard .checkout-container .checkout .buttons a {
        font-size: 13px;
        color: #404042; }
    .b2b-dashboard .checkout-container .checkout .notes {
      float: left;
      width: 100%;
      padding-right: 14px; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .checkout-container .checkout .notes {
          width: 606px; } }
      .b2b-dashboard .checkout-container .checkout .notes textarea {
        max-width: 592px;
        min-height: 107px;
        margin: 0 0 20px;
        padding: 10px 20px;
        border: 1px solid #e9e9e9;
        border-radius: 3px; }
      .b2b-dashboard .checkout-container .checkout .notes p {
        margin-bottom: 8px;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #4c4c4c; }
      .b2b-dashboard .checkout-container .checkout .notes p.address {
        font-size: 13px;
        font-weight: 400;
        color: #000000; }
        .b2b-dashboard .checkout-container .checkout .notes p.address strong {
          display: block;
          margin-bottom: 8px;
          font-weight: 600; }
    .b2b-dashboard .checkout-container .checkout .totals {
      float: left;
      width: 100%; }
      @media all and (min-width: 64.0625em) {
        .b2b-dashboard .checkout-container .checkout .totals {
          width: 290px; } }
      .b2b-dashboard .checkout-container .checkout .totals .cost {
        margin: 0 0 6px;
        padding: 10px 39px 10px 20px;
        background: white;
        border-radius: 3px;
        border: 1px solid #e9e9e9; }
        .b2b-dashboard .checkout-container .checkout .totals .cost p {
          margin: 0;
          font-size: 12px;
          color: #4c4c4c; }
          .b2b-dashboard .checkout-container .checkout .totals .cost p span {
            float: right;
            font-size: 13px;
            color: black; }
      .b2b-dashboard .checkout-container .checkout .totals .total {
        width: 100%;
        height: 38px;
        margin: 0 0 20px;
        padding: 8px 39px 8px 20px;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase;
        color: white;
        background-color: #4c4c4c;
        border-radius: 3px; }
        .b2b-dashboard .checkout-container .checkout .totals .total span {
          float: right;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: -0.2px; }
      .b2b-dashboard .checkout-container .checkout .totals .button {
        float: right;
        font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 13px;
        font-weight: 500; }

/*********************************************
:: JS Plugins
********************************************/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  float: left; }

.selectric-responsive {
  width: 100%; }

.selectric {
  min-width: 170px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 36px 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #444;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: white;
    color: black;
    text-align: center;
    *font: 20px/36px Lucida Sans Unicode, Arial Unicode MS, Arial;
    border-left: 1px solid #CCCCCC; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: white;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #999999; }

.selectric-hover .selectric {
  border-color: #b3b3b3; }
  .selectric-hover .selectric .button {
    color: black; }
    .selectric-hover .selectric .button:after {
      border-top-color: white; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #b3b3b3; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #b3b3b3;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
.youtube-container {
  display: block;
  width: 100%; }

.youtube-player {
  display: block;
  width: 100%;
  /* assuming that the video has a 16:9 ratio */
  overflow: hidden;
  position: relative;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  height: 180px; }
  @media all and (min-width: 37.5em) {
    .youtube-player {
      height: 250px; } }
  @media all and (min-width: 48em) {
    .youtube-player {
      height: 300px; } }
  @media all and (min-width: 64.0625em) {
    .youtube-player {
      height: 350px; } }
  @media all and (min-width: 72.5em) {
    .youtube-player {
      height: 550px; } }

img.youtube-thumb {
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  height: auto;
  vertical-align: top;
  display: inline-block;
  margin-top: -0.5px; }

.youtube-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

div.play-button {
  display: inline-block;
  position: absolute;
  top: 53%;
  left: 52%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
  div.play-button:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 30px 0 30px 50px;
    border-color: transparent transparent transparent white; }

#youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 40px;
  height: 40px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 19px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 0px; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 0px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: white; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-list, article a {
  outline: none !important; }

.slick-loading .slick-list {
  background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px;
  background: url(/images/arrow-left.png) no-repeat center;
  background-size: cover; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: 0px;
  background: url(/images/arrow-right.png) no-repeat center;
  background-size: cover; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #D8D8D8;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #D8D8D8;
      opacity: 1; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*********************************************
:: Pickadate.js Plugin Styles Override                    
********************************************/
.calendar-fields-container {
  width: 100%;
  max-width: 500px;
  position: relative; }
  .calendar-fields-container > button {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #a6c9d0; }

.picker {
  max-width: 320px;
  display: none; }
  .picker td, .picker th {
    padding: 0px;
    text-align: inherit;
    border: none; }

.picker__holder {
  overflow-y: initial; }

.picker--opened {
  display: block !important; }

.picker__footer {
  display: none; }

.picker select {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.2;
  padding: 0px;
  border: none !important;
  margin: 0px !important; }

/*********************************************
  :: Lightbox Custom Styles (for: Magnific Popup)
********************************************/
/* Overiding Plugin Styles */
button.mfp-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  width: 16px;
  height: 16px;
  font-family: "Nunito", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  border-radius: 50%;
  background: #a8aab7;
  color: white !important;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.mfp-bg {
  z-index: 999999; }

.mfp-zoom-in.mfp-bg {
  background: rgba(255, 255, 255, 0.9) !important; }

.mfp-wrap {
  z-index: 9999999; }

.mfp-container {
  max-width: 967px;
  right: 0px;
  margin: auto;
  border-radius: 4px; }

.popup-wrap {
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border-radius: 2px; }
  .popup-wrap .wrap-title {
    padding: 30px 20px 30px;
    text-align: center; }
    .popup-wrap .wrap-title.border {
      border-bottom: 1px solid #d8d8d8; }
    .popup-wrap .wrap-title h3 {
      max-width: 80%;
      margin: 0 auto 14px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 26px;
      font-weight: 500;
      line-height: 31px;
      letter-spacing: -0.4px;
      color: #94b9bf; }
    .popup-wrap .wrap-title h4 {
      max-width: 70%;
      margin: 0 auto 14px;
      font-size: 18px;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 500;
      letter-spacing: -0.28px;
      color: #94b9bf; }
    .popup-wrap .wrap-title p {
      margin: 0;
      font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      color: #4c4c4c; }
  .popup-wrap form {
    padding-bottom: 40px;
    text-align: center; }
    .popup-wrap form .selectric-wrapper {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .popup-wrap form .selectric {
      min-width: 260px;
      height: 30px;
      margin: 0 12px 0 auto;
      text-align: left; }
      .popup-wrap form .selectric .label {
        line-height: 30px; }
      .popup-wrap form .selectric .button {
        border-left: none; }
    .popup-wrap form input {
      max-width: 208px;
      margin-right: 12px;
      padding: 0 15px;
      border-radius: 3px;
      border: 1px solid #dfe3e9; }
    .popup-wrap form .or {
      display: inline-block;
      vertical-align: middle;
      padding: 0 12px;
      font-size: 13px;
      font-weight: 500;
      color: #4c4c4c; }
    .popup-wrap form .button {
      width: 113px;
      height: 30px;
      color: white;
      line-height: 30px;
      letter-spacing: 0;
      border-radius: 3px; }
      .popup-wrap form .button.grey {
        background-color: #4c4c4c; }
  .popup-wrap .list {
    width: 100%;
    max-height: 243px;
    overflow: scroll; }
    .popup-wrap .list a {
      display: inline-block;
      width: 100%;
      padding: 18px 30px 10px;
      font-size: 0;
      border-bottom: 1px solid #d8d8d8; }
      .popup-wrap .list a img {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        margin: 0 12px 0 0; }
      .popup-wrap .list a .content {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 32px); }
        .popup-wrap .list a .content p {
          margin: 0;
          font-family: "proxima-nova", "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
          font-size: 13px;
          font-weight: 500;
          line-height: 16px;
          letter-spacing: -0.2px;
          color: #404042; }
        .popup-wrap .list a .content span {
          font-size: 12px;
          font-weight: 500;
          line-height: 16px;
          color: #989898; }

.popup-wrap.freight {
  text-align: center; }
  .popup-wrap.freight .buttons {
    margin: 0 auto;
    padding: 0 0 60px;
    text-align: center; }

.mfp-content .products {
  font-size: 0; }
  .mfp-content .products article {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 auto 40px; }
    .mfp-content .products article .image {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .mfp-content .products article .image img {
        width: 120px; }
    .mfp-content .products article .title {
      font-size: 16px;
      margin-bottom: 0; }
    .mfp-content .products article .code {
      font-size: 12px;
      margin-bottom: 10px; }
    .mfp-content .products article .price {
      color: #a6c9d0;
      margin-bottom: 20px; }

/* Default Fade-zoom animation */
.mfp-zoom-in .lightbox-popup {
  /* start state */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: all 0.4s ease-in-out; }

.mfp-zoom-in.mfp-ready .lightbox-popup,
.mfp-zoom-in.mfp-ready .mfp-close {
  /* animate in */
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-zoom-in.mfp-removing .lightbox-popup,
.mfp-zoom-in.mfp-removing .mfp-close {
  /* animate out */
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-bg {
  /* Dark overlay, start state */
  opacity: 0;
  transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.69); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  /* animate in */
  opacity: 1; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  /* animate out */
  opacity: 0; }
