/** Shopify CDN: Minification failed

Line 49:35 Unexpected "\"Segoe UI\""
Line 496:2 Expected identifier but found "*"

**/
/*============================================================================
  BCLC | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
-apple-system, BlinkMacSystemFont, "Segoe UI",Roboto,
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
  margin-top: 60px; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

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

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1069px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #4a4a4a;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

.text-justify {
  text-align: justify; }

.no-padding {
  padding: 0; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #4a4a4a;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*================ General layout styles ================*/
body,
html {
  background-color: white;
  font-family: BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px; }

h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 200;
  text-transform: lowercase; }

p {
  font-size: 14px;
  line-height: 17px;
  color: #4a4a4a; }

a {
  color: black; }

@media only screen and (min-width: 750px) {
  .container {
    width: 670px; } }
@media only screen and (min-width: 1070px) {
  .container {
    width: 860px; } }

.button-primary, .button-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #3268a3;
  font-size: 18px;
  font-weight: 400;
  text-transform: lowercase;
  width: 100%;
  height: 50px;
  padding: 0;
  border: 0; }

.button-secondary {
  color: black;
  background-color: #e0e0e0; }

.back-to-top, .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  background-color: #F5F5F5;
  color: #3268A3;
  margin: 40px auto 0 auto; }
  .back-to-top:focus, .pagination:focus {
    color: #3268A3; }
  .back-to-top span, .pagination span {
    padding: 0 10px; }
  @media only screen and (max-width: 749px) {
    .back-to-top, .pagination {
      margin-top: 14px;
      width: calc(100% - 30px); } }
  @media only screen and (min-width: 750px) and (max-width: 1069px) {
    .back-to-top, .pagination {
      width: 670px; } }
  @media only screen and (min-width: 1070px) {
    .back-to-top, .pagination {
      width: 860px; } }

.tel {
  color: #3268a3;
  text-decoration: underline; }

/*================ Regular page layout styles ================*/
.title {
  margin-top: 75px; }
  @media only screen and (max-width: 749px) {
    .title {
      margin-top: 25px; } }

/*================ Filters layout styles ================*/
.left-filter {
  padding-left: 15px; }
  .left-filter .title {
    color: black;
    font-size: 30px;
    line-height: 30px; }
    .left-filter .title.first {
      margin-top: -15px; }
  .left-filter p {
    font-size: 20px; }
  .left-filter a {
    color: #4a4a4a;
    text-transform: lowercase; }

/*================ Sort layout styles ================*/
.sort-field {
  font-size: 18px;
  font-family: BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%;
  background-color: #EEE;
  height: 40px;
  padding: 10px;
  font-size: 14px; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//bleucommeleciel.com/cdn/shop/t/2/assets/ico-select.svg?v=37422221406039467421505167744);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(74, 74, 74, 0.35);
  background-color: rgba(74, 74, 74, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(74, 74, 74, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.navbar {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding: 0 15px;
  background-color: white; }
  .navbar .menu-icon {
    margin-right: 20px; }
    .navbar .menu-icon svg {
      height: 15px;
      width: 15px;
      margin-top: -3px; }
  .navbar .navbar-icon {
    margin-left: 10px;
    display: inline;
    cursor: pointer; }
  .navbar .item-count {
    font-size: 14px; }

.side-menu {
  width: 420px;
  min-height: calc(100vh - 60px);
  position: fixed;
  top: 60px;
  margin-top: 1px;
  left: -420px;
  background-color: white;
  transition: all 0.25s;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .side-menu.active {
    left: 0; }
  .side-menu .input-group {
    margin-bottom: 25px; }
    .side-menu .input-group .input-group-addon {
      background-color: #F5F5F5;
      border: none;
      border-radius: 0;
      padding: 15px 15px 15px 20px; }
      .side-menu .input-group .input-group-addon .icon {
        height: 15px;
        width: 15px; }
    .side-menu .input-group input {
      background-color: #F5F5F5;
      border: none;
      border-radius: 0;
      color: black;
      height: 20px;
      font-size: 16px;
      font-weight: 300;
      padding: 25px 0; }
      .side-menu .input-group input::-webkit-input-placeholder {
        color: black;
        font-size: 16px; }
      .side-menu .input-group input:-moz-placeholder {
        /* Firefox 18- */
        color: black;
        font-size: 16px; }
      .side-menu .input-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: black;
        font-size: 16px; }
      .side-menu .input-group input:-ms-input-placeholder {
        color: black;
        font-size: 16px; }
  .side-menu .nav-link-container, .side-menu .nav-link-submenu-container {
    list-style-type: none;
    padding-top: 20px;
    padding-left: 50px;
    text-transform: lowercase; }
    .side-menu .nav-link-container .nav-link, .side-menu .nav-link-submenu-container .nav-link {
      padding: 0 0 20px 0;
      font-size: 20px;
      font-weight: 200;
      transition: all 0.2s; }
      .side-menu .nav-link-container .nav-link.nav-link-active, .side-menu .nav-link-submenu-container .nav-link.nav-link-active {
        color: #3268a3;
        font-weight: 400; }
      .side-menu .nav-link-container .nav-link:hover, .side-menu .nav-link-submenu-container .nav-link:hover {
        color: #3268a3; }
      .side-menu .nav-link-container .nav-link .icon, .side-menu .nav-link-submenu-container .nav-link .icon {
        height: 7px; }
  .side-menu .nav-link-submenu-container {
    margin: 0 0 20px;
    padding-left: 20px; }
    .side-menu .nav-link-submenu-container .nav-link, .side-menu .nav-link-submenu-container .vendor-list-item {
      color: #4a4a4a;
      font-weight: 100;
      font-size: 20px;
      line-height: 24px;
      margin: 16px 0; }
      .side-menu .nav-link-submenu-container .nav-link:first-child, .side-menu .nav-link-submenu-container .vendor-list-item:first-child {
        margin-top: 0; }
      .side-menu .nav-link-submenu-container .nav-link:last-child, .side-menu .nav-link-submenu-container .vendor-list-item:last-child {
        margin-bottom: 0; }

.cart-drawer {
  width: 320px;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  position: fixed;
  top: 61px;
  right: -320px;
  background-color: white;
  transition: all 0.25s;
  z-index: 1;
  padding: 25px 20px;
  text-transform: lowercase;
  color: black;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .cart-drawer.active {
    right: 0; }
  .cart-drawer .product-description {
    padding-top: 30px; }
  .cart-drawer .label {
    padding: 8px 0; }
  .cart-drawer .input {
    padding: 5px 10px;
    height: 30px; }

/*================ Page boutique layout styles ================*/
.map-container {
  margin-top: 25px;
  margin-bottom: 385px;
  position: relative; }
  @media only screen and (max-width: 749px) {
    .map-container {
      margin-bottom: 0; } }
  .map-container .map-image {
    width: 100%; }
  .map-container .store {
    position: absolute;
    width: 260px;
    top: 210px;
    background-color: white; }
    @media only screen and (max-width: 749px) {
      .map-container .store {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        width: 90%;
        margin: -73px auto auto auto; } }
    @media only screen and (min-width: 750px) and (max-width: 1069px) {
      .map-container .store {
        width: 200px; } }
    .map-container .store p {
      margin-bottom: 0; }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store p {
          font-size: 13px; } }
    .map-container .store .address {
      padding: 20px;
      cursor: pointer;
      border: 1px solid transparent; }
      .map-container .store .address.active, .map-container .store .address:hover {
        border-top: 1px solid #31C0D8; }
      @media only screen and (max-width: 749px) {
        .map-container .store .address {
          border-top: 1px solid #31C0D8;
          padding: 10px 20px; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store .address {
          padding: 10px; } }
    .map-container .store .hours {
      padding: 20px;
      opacity: 1;
      transition: opacity 0.5s; }
      .map-container .store .hours.active {
        opacity: 1; }
      .map-container .store .hours .title {
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 20px; }
      .map-container .store .hours p {
        margin-bottom: 10px; }
        .map-container .store .hours p span {
          width: 110px;
          display: inline-block; }
      @media only screen and (max-width: 749px) {
        .map-container .store .hours {
          opacity: 1; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store .hours {
          padding: 10px; } }
    .map-container .store .directions {
      opacity: 0;
      transition: opacity 0.5s; }
      .map-container .store .directions.active {
        opacity: 1; }
      @media only screen and (max-width: 749px) {
        .map-container .store .directions {
          opacity: 1;
          margin-bottom: 20px; } }
    .map-container .store.one {
      left: 30px; }
      @media only screen and (max-width: 749px) {
        .map-container .store.one {
          left: 0; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store.one {
          left: 25px; } }
    .map-container .store.two {
      left: 300px; }
      @media only screen and (max-width: 749px) {
        .map-container .store.two {
          left: 0; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store.two {
          left: 235px; } }
    .map-container .store.three {
      left: 570px; }
      @media only screen and (max-width: 749px) {
        .map-container .store.three {
          left: 0; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .map-container .store.three {
          left: 445px; } }

/*================ Collection layout styles ================*/
.top-banner {
  background-size: cover;
  position: relative;
  height: 300px;
  margin: 0 0 80px 0; }
  .top-banner .link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 40px 30px 15px 30px;
    font-size: 20px;
    color: #4a4a4a;
    background-color: white;
    opacity: 0.9;
    text-transform: lowercase; }
    .top-banner .link h1 {
      margin: 0; }

.collection .product-title {
  font-size: 13px;
  line-height: 15px;
  text-transform: lowercase;
  margin-bottom: 5px;
  padding-left: 10px; }
  @media only screen and (max-width: 749px) {
    .collection .product-title {
      font-size: 15px; } }
.collection .product-price {
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 0; }
  .collection .product-price .out-of-stock {
    font-size: 13px;
    color: #3268a3; }
.collection .product-image {
  padding: 0 4px; }
  .collection .product-image img {
    max-height: 100%;
    margin: auto;
    display: block; }

.product-grid {
  width: 838px; }
  @media only screen and (max-width: 749px) {
    .product-grid {
      width: 100%; } }
  .product-grid .product-tile {
    display: inline-block;
    margin-bottom: 25px; }
  .product-grid div:nth-of-type(4n+1), .product-grid div:nth-of-type(4n+2), .product-grid div:nth-of-type(4n+3) {
    margin-right: 0; }
    .product-grid div:nth-of-type(4n+1).product-image, .product-grid div:nth-of-type(4n+2).product-image, .product-grid div:nth-of-type(4n+3).product-image {
      margin: 0;
      height: 171.5px; }

.prod-container {
  width: 800px; }

.prod {
  float: right; }

@media only screen and (max-width: 749px) {
  .custom-mobile-col-auto-width-100 {
    width: 100%; } }

/*================ Home layout styles ================*/
.container-home {
  width: 1070px;
  margin-right: auto;
  margin-left: auto; }
  .container-home h1 {
    width: 200px; }
    @media only screen and (max-width: 749px) {
      .container-home h1 {
        margin: 20px -10px; } }
  .container-home .custom-title {
    margin: 0 15px; }
  @media only screen and (max-width: 1069px) {
    .container-home {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  @media only screen and (max-width: 749px) {
    .container-home {
      width: 100%;
      margin: 0; } }

.homepage-section {
  padding: 50px 0; }

.tile, .collection-tile {
  background-size: cover;
  position: relative;
  height: 600px; }
  .tile.second, .second.collection-tile {
    width: 300px;
    height: 300px; }
    @media only screen and (max-width: 749px) {
      .tile.second, .second.collection-tile {
        width: 100%; } }
  .tile .link, .collection-tile .link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 50px 20px 20px 20px;
    font-size: 20px;
    color: #4a4a4a;
    background-color: white;
    opacity: 0.9;
    text-transform: lowercase;
    transition: opacity 0.5s; }
    .tile .link.main-banner, .collection-tile .link.main-banner {
      padding: 20px 20px 20px 20px; }
    .tile .link .main-banner-title, .collection-tile .link .main-banner-title {
      font-size: 36px;
      line-height: 38px; }
    .tile .link .main-banner-subtitle, .collection-tile .link .main-banner-subtitle {
      text-transform: uppercase;
      font-size: 14px; }
    .tile .link span, .collection-tile .link span {
      float: right; }
    .tile .link:hover, .collection-tile .link:hover {
      opacity: 1; }

.collection-tile {
  height: 240px;
  width: 100%;
  margin-bottom: 10px; }
  .collection-tile .link {
    height: 55px;
    padding: 25px 20px 10px 20px;
    margin: 0 10px; }

.collection-tile-container div:nth-of-type(3n+2) {
  padding: 0 10px; }
  @media only screen and (max-width: 749px) {
    .collection-tile-container div:nth-of-type(3n+2) {
      padding: 0; } }

/*================ Footer layout styles ================*/
footer {
  margin-top: 0;
  margin-bottom: 40px; }
  footer .social-media-icons {
    padding: 40px 35px; }
    footer .social-media-icons a {
      color: #E0E0E0;
      transition: all 0.2s; }
      footer .social-media-icons a .icon {
        width: 30px;
        height: 30px; }
      footer .social-media-icons a:hover {
        color: #3268a3; }
  footer .footer-links-container {
    padding: 40px 45px; }
    @media only screen and (min-width: 750px) {
      footer .footer-links-container {
        padding: 0 30px;
        margin-top: 10px; } }
    @media only screen and (min-width: 1070px) {
      footer .footer-links-container {
        padding: 0 65px;
        margin-top: 10px; } }
    footer .footer-links-container .footer-link {
      text-transform: lowercase;
      margin-bottom: 0; }
      @media only screen and (max-width: 749px) {
        footer .footer-links-container .footer-link {
          margin-bottom: 20px; } }
      @media only screen and (min-width: 750px) {
        footer .footer-links-container .footer-link {
          margin-top: 30px; } }

/*================ Contact layout styles ================*/
.contact-page {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 750px) {
    .contact-page {
      padding: 0 70px; } }
  @media only screen and (min-width: 1070px) {
    .contact-page {
      padding: 0 20%; } }
  .contact-page label {
    display: block;
    margin-top: 10px; }
  .contact-page input, .contact-page textarea {
    width: 100%; }
    .contact-page input.contact, .contact-page textarea.contact {
      height: 50px;
      margin-top: 20px; }
  .contact-page .shopify-section {
    margin-top: 70px; }

.scrollable-container {
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 40px;
  width: calc(100% + 15px);
  height: 180px; }
  @media only screen and (min-width: 750px) {
    .scrollable-container {
      height: auto;
      min-height: 200px;
      width: 100%;
      margin-top: 20px; } }
  @media only screen and (min-width: 1070px) {
    .scrollable-container {
      height: 300px; } }
  .scrollable-container .slideshow {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
    height: 100%; }
    @media only screen and (min-width: 750px) {
      .scrollable-container .slideshow {
        width: 100%; } }
    @media only screen and (min-width: 1070px) {
      .scrollable-container .slideshow {
        justify-content: center; }
        .scrollable-container .slideshow > img {
          position: absolute;
          height: 100%;
          width: 100%; } }
    .scrollable-container .slideshow .store-container {
      position: relative;
      width: 280px;
      margin-right: 10px; }
      .scrollable-container .slideshow .store-container .map-image {
        height: 100%; }
      @media only screen and (min-width: 750px) {
        .scrollable-container .slideshow .store-container {
          width: 208px;
          height: 200px;
          margin-right: 0; } }
      @media only screen and (min-width: 1070px) {
        .scrollable-container .slideshow .store-container {
          width: 31%;
          z-index: 1;
          margin-right: 10px; }
          .scrollable-container .slideshow .store-container:last-child {
            margin-right: 0; } }
      .scrollable-container .slideshow .store-container .store {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100% - 20px);
        padding: 10px 20px;
        background-color: #fff;
        font-size: 13px;
        line-height: 16px; }
        .scrollable-container .slideshow .store-container .store p {
          margin: 0; }
        @media only screen and (min-width: 750px) {
          .scrollable-container .slideshow .store-container .store {
            width: calc(100% - 15px);
            height: 80px;
            padding: 8px 10px; } }
        @media only screen and (min-width: 1070px) {
          .scrollable-container .slideshow .store-container .store {
            height: 84px;
            padding: 19px 24px; }
            .scrollable-container .slideshow .store-container .store.active {
              box-shadow: inset 0 1px 0 0 #31C0D8; } }

.about-us-header > h1 {
  margin-bottom: 30px; }
.about-us-header .header-image {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 17px auto 34px;
  max-height: 322px; }
  @media only screen and (max-width: 749px) {
    .about-us-header .header-image {
      width: calc(100% + 30px);
      left: -15px; } }
  @media only screen and (min-width: 750px) and (max-width: 1069px) {
    .about-us-header .header-image {
      width: calc(100% + 130px);
      left: -65px; } }
.about-us-header .header-text {
  margin-bottom: 35px;
  text-align: justify; }
  @media only screen and (min-width: 750px) {
    .about-us-header .header-text {
      margin-bottom: 38px; } }

@media only screen and (min-width: 750px) {
  .about-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 100%;
    justify-content: stretch;
    align-items: stretch;
    grid-column-gap: 47px;
    grid-row-gap: 19px; } }
@media only screen and (min-width: 750px) and (max-width: 1069px) {
  .about-us-content {
    position: relative;
    width: calc(100% + 130px);
    left: -65px; } }
.about-us-content .grid-item {
  display: flex;
  flex-direction: column; }
  .about-us-content .grid-item > span, .about-us-content .grid-item > img {
    margin-bottom: 19px; }
  @media only screen and (max-width: 749px) {
    .about-us-content .grid-item {
      position: relative;
      width: 100%; }
      .about-us-content .grid-item > span, .about-us-content .grid-item > img {
        margin-bottom: 33px; } }
  .about-us-content .grid-item:nth-child(odd) {
    align-items: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 749px) {
      .about-us-content .grid-item:nth-child(odd) > img {
        padding-right: 0; } }
    @media only screen and (min-width: 750px) and (max-width: 1069px) {
      .about-us-content .grid-item:nth-child(odd) > span {
        padding-left: 70px;
        padding-right: 0; } }
    @media only screen and (min-width: 750px) {
      .about-us-content .grid-item:nth-child(odd) {
        flex-direction: column-reverse; } }
  .about-us-content .grid-item:nth-child(even) {
    align-items: flex-start; }
    @media only screen and (max-width: 749px) {
      .about-us-content .grid-item:nth-child(even) > img {
        padding-left: 0; } }
    @media only screen and (min-width: 750px) and (max-width: 1069px) {
      .about-us-content .grid-item:nth-child(even) > span {
        padding-right: 70px;
        padding-left: 0; } }
    @media only screen and (min-width: 750px) {
      .about-us-content .grid-item:nth-child(even) > span, .about-us-content .grid-item:nth-child(even) > img {
        margin-top: 19px;
        margin-bottom: 0; }
      .about-us-content .grid-item:nth-child(even):first-child {
        margin-top: 0; } }
  .about-us-content .grid-item .content-text {
    width: 100%;
    padding: 15px 0;
    text-align: justify; }
    @media only screen and (min-width: 1400px) {
      .about-us-content .grid-item .content-text {
        width: calc(100% - 65px);
        padding: 17px 0; } }
  .about-us-content .grid-item .content-img {
    width: 100%; }

/*================ Medias section styles ================*/
.medias {
  width: 100%; }
  .medias .article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 47px 0; }
    @media only screen and (max-width: 749px) {
      .medias .article {
        flex-direction: column; } }
    @media only screen and (min-width: 750px) {
      .medias .article {
        margin: 40px 0; }
        .medias .article:nth-child(even) {
          flex-direction: row-reverse; } }
    @media only screen and (min-width: 1070px) {
      .medias .article {
        margin: 30px 0; } }
    .medias .article .article-image {
      height: 280px;
      background-repeat: no-repeat !important; }
      @media only screen and (max-width: 749px) {
        .medias .article .article-image {
          margin-bottom: 25px;
          width: 100%; } }
      @media only screen and (min-width: 750px) and (max-width: 1069px) {
        .medias .article .article-image {
          width: 304px; } }
      @media only screen and (min-width: 1070px) {
        .medias .article .article-image {
          width: 400px; } }
    @media only screen and (min-width: 750px) {
      .medias .article .article-info {
        width: 304px; } }
    @media only screen and (min-width: 1070px) {
      .medias .article .article-info {
        width: 400px; } }
    .medias .article .article-info .article-title {
      font-size: 16px;
      font-weight: bold;
      line-height: 18px;
      margin-bottom: 0; }
    .medias .article .article-info .article-summary {
      text-align: justify;
      margin: 9px 0 6px; }
    .medias .article .article-info > span {
      font-size: 14px;
      color: #9B9B9B;
      line-height: 17px; }
    .medias .article .article-info > a, .medias .article .article-info a:focus {
      color: #3268A3; }

/*================ Product section styles ================*/
.product-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px; }
  @media only screen and (min-width: 1070px) {
    .product-section .product-deal-container {
      padding-left: 85px;
      padding-right: 85px; } }
  .product-section .product-deal-container .product-deal {
    background-color: rgba(68, 189, 240, 0.3);
    color: #2760AD;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 30px; }
  .product-section .product-image-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; }
    @media only screen and (min-width: 1070px) {
      .product-section .product-image-container {
        padding-left: 85px; } }
    .product-section .product-image-container .previous {
      transform: rotate(90deg); }
      .product-section .product-image-container .previous > svg {
        width: 20px; }
    .product-section .product-image-container .next {
      transform: rotate(-90deg); }
      .product-section .product-image-container .next > svg {
        width: 20px; }
    .product-section .product-image-container > img {
      margin: auto; }
    .product-section .product-image-container > div {
      display: flex;
      flex-flow: wrap;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 240px;
      overflow: hidden; }
      .product-section .product-image-container > div .product-image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
  .product-section .product-info-container {
    padding: 0; }
    @media only screen and (max-width: 749px) {
      .product-section .product-info-container {
        padding: 0 15px; } }
    @media only screen and (min-width: 1070px) {
      .product-section .product-info-container {
        padding-right: 85px; } }
  .product-section .product-info {
    margin-bottom: 20px; }
    .product-section .product-info .product-title {
      font-size: 30px;
      line-height: 27px;
      margin: 0; }
    .product-section .product-info .product-price {
      display: inline-block;
      font-size: 18px;
      margin-top: 20px; }
  .product-section .product-form-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 6px; }
    .product-section .product-form-line > label {
      margin-bottom: 0;
      text-transform: lowercase; }
    .product-section .product-form-line > input, .product-section .product-form-line > select {
      width: 70px;
      height: 30px;
      background-color: #EEE;
      padding: 0;
      text-align: right; }
  .product-section .product-form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #3268a3;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border-radius: 0;
    border: none; }
    .product-section .product-form-button:disabled {
      background-color: black; }
  .product-section .out-of-stock {
    font-weight: 500;
    margin-top: 20px; }
  .product-section .product-social-sharing {
    position: relative; }
    .product-section .product-social-sharing > div {
      display: none; }
      .product-section .product-social-sharing > div div {
        position: absolute;
        bottom: 50px;
        background-color: white;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 10px;
        width: 100%; }
        .product-section .product-social-sharing > div div a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; }
    .product-section .product-social-sharing > p {
      color: #9B9B9B;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      margin: 35px auto 10px; }
    .product-section .product-social-sharing > button {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #F5F5F5;
      width: 100%;
      height: 50px;
      border: none;
      border-radius: 0;
      font-size: 14px;
      font-weight: 300;
      line-height: 17px; }
  .product-section .product-description-container {
    display: flex;
    flex-direction: column;
    margin-top: 38px; }
    @media only screen and (min-width: 750px) and (max-width: 1069px) {
      .product-section .product-description-container {
        padding: 0; } }
    @media only screen and (min-width: 1070px) {
      .product-section .product-description-container {
        padding: 0; } }
    .product-section .product-description-container .product-description-title {
      width: min-content;
      margin-bottom: 8px;
      font-weight: 200; }
    .product-section .product-description-container > p {
      font-size: 14px;
      line-height: 17px; }
    .product-section .product-description-container > span, .product-section .product-description-container .product-tags, .product-section .product-description-container .product-tags > span {
      font-size: 13px;
      line-height: 15px;
      margin-bottom: 15px;
      color: #9B9B9B; }

/*================ Related Product section styles ================*/
.relatedProduct-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px; }
  @media only screen and (min-width: 750px) and (max-width: 1069px) {
    .relatedProduct-section > aside {
      padding: 0 48px; } }
  @media only screen and (min-width: 1070px) {
    .relatedProduct-section > aside {
      padding: 0 169px; } }
  .relatedProduct-section .relatedProduct-section-title {
    margin-bottom: 8px;
    font-weight: 200; }
  @media only screen and (max-width: 749px) {
    .relatedProduct-section .related-product__title {
      font-size: 13px;
      line-height: 16px; } }
  .relatedProduct-section .related-product__price {
    font-size: 18px;
    line-height: 22px;
    margin-top: 3px; }
    @media only screen and (min-width: 750px) {
      .relatedProduct-section .related-product__price {
        margin-top: 7px; } }
  .relatedProduct-section .hide {
    display: none; }

/*================ Cart section styles ================*/
.cart .cart-table {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%; }
  .cart .cart-table .cart-header {
    height: 100px;
    line-height: 100px;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
  .cart .cart-table .column-title {
    text-transform: uppercase;
    font-weight: 400; }
  .cart .cart-table .product-row {
    height: 100px;
    border-bottom: 1px solid black; }
    .cart .cart-table .product-row .product-image {
      width: 70%; }
      .cart .cart-table .product-row .product-image p {
        margin-bottom: 0; }
      .cart .cart-table .product-row .product-image a {
        float: left; }
      .cart .cart-table .product-row .product-image img {
        height: 100px;
        padding: 10px 0; }
    .cart .cart-table .product-row .product-price {
      width: 15%; }
    .cart .cart-table .product-row .product-quantity {
      width: 15%; }
      @media only screen and (max-width: 749px) {
        .cart .cart-table .product-row .product-quantity {
          text-align: center; } }
      .cart .cart-table .product-row .product-quantity input {
        background-color: white;
        border: 1px solid black;
        width: 50px;
        padding: 7px 0;
        text-align: center;
        -webkit-appearance: none; }
    .cart .cart-table .product-row .product-subtotal {
      line-height: 100px; }
    .cart .cart-table .product-row .remove {
      margin-left: 15px; }
.cart .total-section {
  margin-bottom: 100px; }
.cart .special-instructions {
  background-color: white;
  border: 1px solid black;
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 14px; }
.cart .total-label {
  font-size: 28px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 27px; }
.cart .total {
  font-size: 30px;
  font-weight: 500; }

.align-vertically {
  height: 100px;
  display: table-cell;
  vertical-align: middle; }

.shopping-cart-icon {
  font-size: 14px; }
