/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Structural vars */
/* Calculated structural vars */
/* Responsive breakpoints */
/* Calculated Responsive breakpoints */
/* Misc */
/* CONFIG */
/* GLABC Specific Config */
/* Structural vars */
/* Calculated structural vars */
/* Responsive breakpoints */
/* Calculated Responsive breakpoints */
/* Misc */
/* CONFIG */
/* GLABC Specific Config */
/* 264 + 40 + 40 */
#gla-grid {
  display: grid;
  grid-template-rows: auto 1px 1fr 80px;
  grid-template-columns: 1fr;
  width: auto;
}
#gla-grid .product-information .status {
  margin-top: 1rem;
}
#gla-grid .status {
  display: inline-block;
  padding: 12px;
  background-color: #f4b2d9;
  color: #067b8c;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
#gla-grid .mobile-menu {
  display: flex;
  justify-items: space-between;
}
#gla-grid .mobile-menu h3 {
  text-align: center;
  line-height: 48px;
  margin: 0;
  font-size: 0.8em;
  flex: 1 1 auto;
}
#gla-grid .mobile-menu h3 a {
  color: #f4b2d9;
}
#gla-grid #category-menu {
  max-height: 0px;
  overflow: hidden;
  z-index: 5;
  background: white;
  width: 250px;
  transition: all 300ms ease-in;
  padding-left: 10px;
  position: relative;
}
@media (min-width: 872px) {
  #gla-grid #category-menu {
    top: -25px;
  }
}
#gla-grid #category-menu a {
  font-weight: normal;
  color: #f4b2d9;
  font-size: 0.8em;
}
#gla-grid #category-menu a:hover {
  color: #067b8c;
}
#gla-grid #category-menu.open {
  max-height: 1000px;
}
#gla-grid #header-logo-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 120px;
  margin-top: 40px;
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid {
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 120px 58px;
  }
}
#gla-grid #header-logo-nav-grid .group-one h3,
#gla-grid #header-logo-nav-grid .group-one div,
#gla-grid #header-logo-nav-grid .group-two h3,
#gla-grid #header-logo-nav-grid .group-two div,
#gla-grid #header-logo-nav-grid .group-three h3,
#gla-grid #header-logo-nav-grid .group-three div {
  flex: 0 0 auto;
  padding: 0 20px 0 0px;
  margin: 1em 0 1em 0;
}
#gla-grid #header-logo-nav-grid .group-one .mobile-menu-icon,
#gla-grid #header-logo-nav-grid .group-two .mobile-menu-icon,
#gla-grid #header-logo-nav-grid .group-three .mobile-menu-icon {
  cursor: pointer;
  transform-origin: 10px 54px;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid .group-one .mobile-menu-icon,
  #gla-grid #header-logo-nav-grid .group-two .mobile-menu-icon,
  #gla-grid #header-logo-nav-grid .group-three .mobile-menu-icon {
    transform-origin: 10px 22px;
  }
}
#gla-grid #header-logo-nav-grid .group-one .mobile-menu-icon:hover,
#gla-grid #header-logo-nav-grid .group-two .mobile-menu-icon:hover,
#gla-grid #header-logo-nav-grid .group-three .mobile-menu-icon:hover {
  color: #067b8c;
}
#gla-grid #header-logo-nav-grid .group-one .mobile-menu-icon:after,
#gla-grid #header-logo-nav-grid .group-two .mobile-menu-icon:after,
#gla-grid #header-logo-nav-grid .group-three .mobile-menu-icon:after {
  content: "\2630";
  line-height: 48px;
  position: relative;
  top: -0.25em;
}
#gla-grid #header-logo-nav-grid .group-one .mobile-menu-icon.open,
#gla-grid #header-logo-nav-grid .group-two .mobile-menu-icon.open,
#gla-grid #header-logo-nav-grid .group-three .mobile-menu-icon.open {
  transform: rotate(90deg);
}
#gla-grid #header-logo-nav-grid .group-one {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding-left: 10px;
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid .group-one {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid .group-two {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
#gla-grid #header-logo-nav-grid .group-three {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid .group-three {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
  }
}
#gla-grid #header-logo-nav-grid img {
  height: 100px;
}
#gla-grid #header-logo-nav-grid h3,
#gla-grid #header-logo-nav-grid div {
  text-align: center;
  line-height: 120px;
}
@media (max-width: 872px) {
  #gla-grid #header-logo-nav-grid h3,
  #gla-grid #header-logo-nav-grid div {
    line-height: 58px;
  }
}
#gla-grid #header-logo-nav-grid h3 a,
#gla-grid #header-logo-nav-grid div a {
  color: #f4b2d9;
  font-size: 0.8em;
}
#gla-grid #header-logo-nav-grid h3 a:hover,
#gla-grid #header-logo-nav-grid div a:hover {
  color: #067b8c;
}
#gla-grid .show-small-up,
#gla-grid .show-medium-up,
#gla-grid .show-large-up {
  display: none;
}
@media (min-width: 568px) {
  #gla-grid {
    width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
  #gla-grid .show-small-up {
    display: block;
  }
  #gla-grid .hide-small-up {
    display: none;
  }
}
@media (min-width: 872px) {
  #gla-grid {
    width: 872px;
    margin-left: auto;
    margin-right: auto;
    /* stop hiding mobile menu, effectively always mobile mode now
    .mobile-menu{
      display: none;
    }
    */
  }
  #gla-grid .show-medium-up {
    display: block;
  }
  #gla-grid .hide-medium-up {
    display: none;
  }
}
@media (min-width: 1176px) {
  #gla-grid {
    width: 1176px;
    margin-left: auto;
    margin-right: auto;
  }
  #gla-grid .show-large-up {
    display: block;
  }
  #gla-grid .hide-large-up {
    display: none;
  }
}
#gla-grid .product-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 264px;
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 568px) {
  #gla-grid .product-list {
    grid-template-columns: repeat(2, 264px);
  }
}
@media (min-width: 872px) {
  #gla-grid .product-list {
    grid-template-columns: repeat(3, 264px);
  }
}
@media (min-width: 1176px) {
  #gla-grid .product-list {
    grid-template-columns: repeat(4, 264px);
  }
}
#gla-grid .product-list .product {
  width: 264px;
}
#gla-grid .product-list .product .product-image-container {
  background-color: #dddddd;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
#gla-grid .product-list .product .product-image-container img {
  width: 100%;
  position: relative;
}
#gla-grid .product-list .product .product-image-container .status {
  position: absolute;
  top: 0;
  left: 0;
}
#gla-grid .product-list .product .product-image-container .status.coming-soon {
  opacity: 0.6;
}
#gla-grid .product-list .product.sold .product-image-container {
  background-color: #bbbbbb;
}
#gla-grid .product-list .product.sold .product-image-container img {
  opacity: 0.4;
}
#gla-grid .product-list .product.sold .product-image-container:hover img {
  opacity: 1;
}
#gla-grid .product-list .product .product-info-container {
  padding-top: 10px;
  text-align: center;
  color: #000000;
}
#gla-grid aside.navigation {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}
#gla-grid aside.navigation ul {
  height: 54px;
  border-top: 1px solid #f4b2d9;
  border-bottom: 1px solid #f4b2d9;
  overflow: hidden;
}
@media (max-width: 872px) {
  #gla-grid aside.navigation {
    flex-direction: column;
  }
  #gla-grid aside.navigation ul {
    border-top: none;
    border-bottom: none;
    z-index: 5;
    position: relative;
    transition: max-height 1s ease, height 1s ease;
    max-height: 0;
    height: auto;
    background-color: white;
    z-index: 5;
  }
  #gla-grid aside.navigation ul li {
    text-align: left;
    align-self: left;
  }
  #gla-grid aside.navigation ul li h3 {
    margin: 0.5em;
  }
  #gla-grid aside.navigation.open ul {
    max-height: 250px;
  }
}
@media (max-width: 872px) {
  #gla-grid aside.navigation {
    margin-top: 0;
  }
  #gla-grid aside.navigation ul {
    flex-direction: column;
  }
}

svg.cart {
  fill: #f4b2d9;
  position: relative;
  top: 2px;
}
svg.cart:hover {
  fill: #067b8c;
}

#drawer {
  left: -256px;
  width: 256px;
  transition: all 500ms ease-in;
  position: fixed;
  top: 0;
  background: white;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 20;
  min-height: 100%;
}
#drawer.open {
  left: 0;
  display: block;
}
#drawer .drawerContent {
  min-height: 100%;
  padding: 1em;
}
#drawer .drawerContent .heading {
  height: 160px;
}

body {
  background: #FFFFFF;
  color: #067b8c;
  font-size: 16px/1.4;
  margin: 0 0 20px 0;
  font-family: "Hero New", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
}

header {
  width: 100%;
}
header .banner {
  padding: 0 40px 0 40px;
}

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

a {
  color: #f4b2d9;
  text-decoration: none;
}
a:hover {
  color: #067b8c;
}

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

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul, ol {
  margin-left: 40px;
}

ul.unstyled,
ol.unstyled {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

header {
  font-family: "Hero New", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
header h1, header h2, header h3, header h4, header h5 {
  font-weight: 400;
}
header a {
  color: #666666;
  font-size: 2.5em;
  line-height: 2.5em;
}
header a:hover {
  color: #333333;
}

h1, h2, h3, h4, h5 {
  font-family: "Hero New", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

div.wrap {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 847px) {
  div.wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 40px;
  }
}

body section.horizontal-spacer {
  display: none;
}
@media screen and (min-width: 847px) {
  body section.horizontal-spacer {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
}

.mobile-menu-icon {
  color: #f4b2d9;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

body aside.navigation {
  border-right: none;
  width: 100%;
  overflow: hidden;
}
body aside.navigation section {
  margin-bottom: 1.5em;
}
body aside.navigation ul {
  margin-top: 0;
  display: flex;
}
body aside.navigation ul li {
  margin-bottom: 0.3em;
  flex: 1 1 auto;
  text-align: center;
  align-self: center;
}
body aside.navigation ul li a {
  color: #f4b2d9;
  font-size: 0.8em;
}
body aside.navigation ul li a:hover {
  color: #067b8c;
}
body aside.navigation cite a {
  background: url(/images/badge.png) no-repeat;
  border: none;
  display: block;
  height: 23px;
  overflow: hidden;
  text-indent: 100%;
  width: 79px;
  white-space: nowrap;
}

form li {
  margin-bottom: 1.2em;
}
form label {
  display: block;
  margin-bottom: 0.2em;
}
form input,
form textarea {
  border: 1px solid #dddddd;
  padding: 5px;
  width: 100%;
}

.errors {
  border-top: 1px solid #a65a5a;
  margin-bottom: 3em;
}
.errors li {
  background: #d97576;
  border-bottom: 1px solid #a65a5a;
  color: white;
  padding: 3px 10px;
}

.social-links h3 {
  display: flex;
  justify-content: space-around;
  padding-top: 5px;
}
.social-links div {
  margin-bottom: 10px;
}
.social-links div a span {
  color: #f4b2d9;
  font-size: 1.25em;
  margin: 15px 15px 0 0;
}
@media (max-width: 705px) {
  .social-links div a span {
    margin: 15px 8px 0 8px;
  }
}

ul.contact-form {
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 0;
  list-style: none;
}

ul.cart {
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 0;
  list-style: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  transition: all 125ms ease-out;
  max-width: 250px;
  padding: 20px;
  background: #f4b2d9;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  color: #067b8c;
  font-weight: bold;
  text-shadow: none;
}
button:hover {
  color: #f4b2d9;
  background: #067b8c;
}
button:active {
  color: #f4b2d9;
  background: #067b8c;
}

/* Utility classes */
@media screen and (max-width: 846px) {
  .x-small-show-only {
    display: block;
  }
}
@media screen and (min-width: 847px) {
  .x-small-show-only {
    display: none !important;
  }
}

@media screen and (max-width: 846px) {
  .x-small-hide {
    display: none !important;
  }
}

@media screen and (max-width: 846px) {
  .small-down-hide {
    display: none !important;
  }
}

@media screen and (min-width: 847px) and (max-width: 1126px) {
  .small-show-only {
    display: block;
  }
}

@media screen and (min-width: 847px) {
  .small-up-show {
    display: block;
  }
}

@media screen and (min-width: 1127px) {
  .medium-show-only {
    display: block;
  }
}

.clearfix {
  clear: both;
}

.no-top-margin {
  margin-top: 0;
}

.hide {
  display: none !important;
}

.show-block {
  display: block !important;
}

.shrink-height {
  height: 0px !important;
  flex-basis: 0px !important;
}

.navigation {
  transition: height 1s ease;
  transition: max-height 1s ease;
}

nav {
  transition: height 1s ease;
  height: 100%;
}
/* Structural vars */
/* Calculated structural vars */
/* Responsive breakpoints */
/* Calculated Responsive breakpoints */
/* Misc */
/* CONFIG */
/* GLABC Specific Config */
body#home section.content ul, body#products section.content ul {
  list-style-type: none;
  overflow: hidden;
}
body#home section.content p, body#products section.content p {
  margin: 0;
}
body#home section.content div.pagination, body#products section.content div.pagination {
  clear: both;
  font-size: 17px;
  padding-top: 40px;
  font-weight: 400;
}
body#home section.content .pagination span.disabled, body#products section.content .pagination span.disabled {
  display: none;
}
/* Structural vars */
/* Calculated structural vars */
/* Responsive breakpoints */
/* Calculated Responsive breakpoints */
/* Misc */
/* CONFIG */
/* GLABC Specific Config */
#product .product-wrap {
  width: 100%;
  margin-top: 40px;
  color: #000000;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  #product .product-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #product .product-wrap .primary_image {
    max-height: 600px;
  }
}
#product .product-wrap .product_images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  overflow: hidden;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 2 0.75 auto;
  -ms-flex: 2 0.75 auto;
  flex: 2 0.75 auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 992px) {
  #product .product-wrap .product_images {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 992px) {
  #product .product-wrap .product_images {
    margin: 0 40px 0 40px;
  }
}
#product .product-wrap .product_images ul.images-list {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
}
#product .product-wrap .product_images ul.images-list li {
  flex: 0 0 auto;
  margin: 5px;
}
#product .product-wrap .product_images ul.images-list li img {
  height: 50px;
}
#product .product-wrap .product_images ul.images-list li.selected img {
  outline: 5px solid #f4b2d9;
}
#product .product-wrap .product_images img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#product .product-wrap div.product-information {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
@media (max-width: 992px) {
  #product .product-wrap div.product-information {
    text-align: center;
  }
}
#product .product-wrap div.product-information h2 {
  margin: 0 0 40px 0;
}
#product .product-wrap div.product-information h2.no-margin {
  margin: 0;
}
#product .product-wrap div.product-information h2 .price {
  font-size: 1.2rem;
}
#product .product-wrap div.product-information .add-to-cart {
  margin-top: 50px;
}
#product .product-wrap div.product-information aside {
  width: 100%;
}
#product .product-wrap div.product-information .options-select {
  margin-bottom: 20px;
}
#product .product-wrap div.product-information button {
  max-width: 250px;
}
body#cart .empty-cart {
  padding: 0 20px 20px 20px;
}
body#cart .content {
  padding-top: 20px;
}
body#cart .checkout {
  padding-top: 20px;
  padding-left: 20px;
}
body#cart .subtotal {
  float: none;
  display: block;
  clear: both;
  padding-left: 20px;
  padding-top: 20px;
}
body#cart form ul {
  margin-bottom: 2em;
}
body#cart form ul + p {
  float: left;
}
body#cart form li {
  overflow: hidden;
}
body#cart form li img {
  display: block;
  float: left;
  margin-right: 30px;
  max-height: 100px;
}
body#cart form li h2 {
  float: left;
  font-size: 1.2rem;
  width: 60%;
  margin-bottom: 0;
}
body#cart form li p {
  float: left;
  padding-top: 7px;
}
body#cart form li p input {
  margin-right: 10px;
  text-align: center;
  width: 33px;
}
body#cart form li a.remove {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 20px;
  height: 20px;
  line-height: 18px;
  margin-left: 20px;
  text-align: center;
  width: 20px;
}
body#cart form li a.remove:hover {
  background: #dddddd;
}

.socicon-instagram {
  fill: #f4b2d9;
  position: relative;
  top: 2px;
}

.socicon-instagram:hover {
  fill: #067b8c;
}

.socicon-instagram svg {
  height: 20px;
  width: 20px;
}
/* ------------------------------------------------------------------------------------------------
 *
 * This is where all of the CSS code is handled for your theme.
 *
 * We recommend you break your CSS into multiple files and put them in a separate
 * directory. We've used a "stylesheets" directory in our example below. After that we'll use
 * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
 * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
 * use LESS (lesscss.org) by ending your file with .less.
 *
 * However, if you don't have much CSS, or you're just a glutton for punishment,
 * you could simply put all of your CSS in this file. It's up to you.
 *
 * ------------------------------------------------------------------------------------------------
 */

/*
 * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
 * as well as a few custom Sass stylesheets we've written for different areas of the store
 *





 */

