@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700);/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@charset "UTF-8";
/*
**  Main SCSS File
*/
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

/************************************************************
** Vendor ** 
************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reviews__modal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/************************************************************
** Settings ** 
************************************************************/
/************************************************************
** Utility ** 
************************************************************/
body.no-scroll {
  overflow: hidden;
  max-width: 100%; }

@media screen and (max-width: 63.9375em) {
  .body-wrapper.no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%; } }

.nowrap {
  white-space: nowrap; }

/************************************************************
** 00 Base ** 
************************************************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
     */
figcaption,
figure {
  display: block; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 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 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in 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.
     */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

body {
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica Neue LT Std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

body * {
  font-family: "Helvetica Neue", "Helvetica Neue LT Std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

a {
  color: #005ba3; }

/*a:visited{
    color: $link-color;
}

a:hover {
    color: $link-color;
}

a:active {
    color: $link-color;
}*/
/*@mixin headerSize($size) {
    


}*/
/************************************************************
** 01 Layout ** 
************************************************************/
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.content-page-wrapper {
  max-width: 62.5rem;
  margin: 0 auto; }

.site-header {
  position: relative;
  z-index: 99; }
  @media print, screen and (min-width: 64em) {
    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 99; } }

.body--home {
  background: #ffffff; }
  @media print, screen and (min-width: 40em) {
    .body--home {
      background: #f4f4f4; } }

.home {
  margin-top: -0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .home {
      margin-top: -1.5625rem; } }

.home__hero {
  position: relative;
  width: 100%;
  max-width: 89.375rem;
  margin: 0 auto;
  z-index: 1;
  /*.home-banner {
        display: none;
    }*/
  /*.mobile-img {
        @include breakpoint(small only) {
            display: block;
        }
    }
    .tablet-img {
        @include breakpoint(medium only) {
            display: block;
        }
    }
    .desktop-img {
        @include breakpoint(large) {
            display: block;
        }
    }*/ }
  @media print, screen and (min-width: 40em) {
    .home__hero .spacer {
      padding-top: 35%; } }
  @media print, screen and (min-width: 64em) {
    .home__hero .spacer {
      padding-top: 32%; } }
  .home__hero .gradient {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30%;
    background: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 80%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #f4f4f4));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 80%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 80%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f4f4f4 80%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f4f4f4 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    @media screen and (max-width: 39.9375em) {
      .home__hero .gradient {
        display: none; } }
  @media print, screen and (min-width: 40em) {
    .home__hero .home-slider-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%; } }
  .home__hero .home-slider-control {
    position: absolute;
    top: 30%;
    z-index: 99;
    padding: 1.5625rem;
    opacity: 0.5; }
    .home__hero .home-slider-control img {
      width: 30px; }
    @media screen and (max-width: 63.9375em) {
      .home__hero .home-slider-control {
        display: none; } }
  .home__hero .home-slider-control--prev {
    transform: rotate(90deg);
    left: 0; }
  .home__hero .home-slider-control--next {
    transform: rotate(-90deg);
    right: 0; }
  .home__hero img {
    display: block;
    max-width: 100%; }

.home__wrapper {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* temp? */
  /*@include breakpoint(small only) {
        margin-top: 0;
    }

    @include breakpoint(medium) {
        margin-top: -175px;
    }

    @include breakpoint(large) {
        margin-top: -150px;
    }

    @include breakpoint(x-large) {
        margin-top: -175px;
    }*/
  /* temp? */ }
  @media print, screen and (min-width: 40em) {
    .home__wrapper {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.home__row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .home__row {
      margin: 0 -0.9375rem; } }

@media screen and (max-width: 63.9375em) {
  .home__row--recently-viewed {
    display: none; } }

.home__row--recently-viewed .product-slider {
  margin-bottom: 2.5rem; }

.home-card {
  background: #ffffff;
  padding: 0.9375rem;
  margin-bottom: 1.5625rem;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .home-card {
      border-top: 0.625rem solid #f4f4f4;
      margin: 0;
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .home-card {
      padding: 1.25rem;
      border-radius: 0.3125rem; } }
  @media print, screen and (min-width: 64em) {
    .home-card {
      padding: 1.5625rem; } }

.home-card__header {
  position: relative;
  text-align: center;
  margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .home-card__header {
      margin-bottom: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .home-card__header {
      margin-bottom: 1.5625rem; } }
  .home-card__header h1 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .home-card__header h1 {
        font-size: 1.5rem; } }
    @media print, screen and (min-width: 64em) {
      .home-card__header h1 {
        font-size: 1.875rem; } }

.home-card__header--border {
  margin-bottom: 2.1875rem; }
  @media print, screen and (min-width: 64em) {
    .home-card__header--border {
      margin-bottom: 3.125rem; } }
  .home-card__header--border:after {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -0.9375rem;
    height: 0.375rem;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e6e6e6 20%, #e6e6e6 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e6e6e6 20%, #e6e6e6 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e6e6e6 20%, #e6e6e6 80%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.home-card__header--border-alt {
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 64em) {
    .home-card__header--border-alt {
      margin-bottom: 2.5rem; } }

.home-card__body {
  position: relative; }

.home-card--greeting {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border-radius: 0.3125rem;
  border-top: 0; }
  @media print, screen and (min-width: 40em) {
    .home-card--greeting {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .home-card--greeting {
      width: calc(33.33333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.home-card--deals {
  flex: 1;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .home-card--deals {
      margin: 0;
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .home-card--deals {
      padding: 1.25rem 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .home-card--deals {
      padding: 1.5625rem 0.625rem; } }
  .home-card--deals .home-card__header:after {
    display: none; }
  .home-card--deals .product-slider {
    margin-bottom: 0; }

.home-card__see-all {
  text-align: right; }
  .home-card__see-all a {
    font-size: 1rem;
    padding: 0.625rem; }

.user-greeting__intro {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem; }

.user-greeting__image {
  border-radius: 50%;
  background: #ccc;
  margin-right: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden; }
  @media print, screen and (min-width: 64em) {
    .user-greeting__image {
      width: 5rem;
      height: 5rem; } }
  .user-greeting__image img {
    width: 100%; }

.user-greeting__hello {
  flex: 1; }
  .user-greeting__hello h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #474747;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .user-greeting__hello h3 {
        font-size: 1.3125rem; } }
    .user-greeting__hello h3 span {
      color: #63b809; }
  .user-greeting__hello p {
    font-size: 0.875rem;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .user-greeting__hello p {
        font-size: 1.0625rem; } }

.user-greeting__recent-orders {
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .user-greeting__recent-orders {
      font-size: 1.0625rem; } }

.user-greeting__recommended {
  margin-top: 0.9375rem; }
  .user-greeting__recommended h3 {
    font-size: 1.0625rem;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .user-greeting__recommended h3 {
        font-size: 1.1875rem; } }

.user-greeting__recommended-items {
  display: flex;
  margin: 0 -0.3125rem; }
  .user-greeting__recommended-items a {
    display: flex;
    align-items: center;
    margin: 0 0.3125rem;
    border: 0.1875rem solid #e6e6e6;
    border-radius: 0.3125rem;
    padding: 0.625rem; }
    .user-greeting__recommended-items a img {
      width: 100%; }

.home .panel--bordered {
  background: #ffffff;
  border: none;
  margin: 0 -1.875rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 1.5625rem; }

.home .panel__header-title {
  font-size: 1.875rem;
  padding-bottom: 0.9375rem;
  text-align: center;
  border-bottom: 1px solid #e6e6e6; }

.home .panel__body {
  padding: 1.5625rem 0; }

.home .slick-arrow {
  width: 1.875rem;
  height: 1.875rem; }

/*.home__banner {    
    @include breakpoint(large) {
        @include xy-cell();
    }
    margin-bottom: rem-calc(25px);
}

.home__content {
    @include breakpoint(large) {
        @include xy-cell(70%);
    }
}

.home__sidebar {
    @include breakpoint(large) {
        @include xy-cell(30%);
    }
}



// Product Suggetion - TODO: Create own component
.product-suggestion {

}

.product-suggestion__header {
    border-bottom: 2px solid $color-green;
    margin-top: rem-calc(10px);
}

.product-suggestion__heading {
    font-size: rem-calc(24px);
    font-weight: 600;
}

product-suggestion__content {

}

// Product Slider - TODO: Create Own Component
.product-slider {
    @include orbit-wrapper;
    margin: rem-calc(35px) 0;
}

// Product Slider Controls
%product-controls {
    @include orbit-control;
    background: transparent;
    border: 0;
    cursor: pointer;

    &:hover,
    &:focus {
        background: transparent;
        outline: 0;
    }
}

.product-slider__prev {
    @extend %product-controls;
    @include orbit-previous;    
}

.product-slider__next {
    @extend %product-controls;
    @include orbit-next;
}

// Product Slides
.product-slider__slides {
    @include orbit-container;
}

.product-slider__slide {
    @include orbit-slide;
}

.product-slider__slide-container {
    padding: 0 rem-calc(50px);
}

// Product Card - TODO: Create own component 
.product-card {
    font-size: rem-calc(14px);
    text-align: center;
    display: flex;
    flex-direction: column;
}

.product-card__thumbnail {    
    margin-bottom: rem-calc(5px);
}

.product-card__thumbnail img {
    max-height: rem-calc(140px); 
}

.product-card__title {
    color: $color-grey-dark;
}

.product-card__title-name {
    display: block;
    font-weight: bold;    
    
    height: rem-calc(44px);
    overflow: hidden;

}

.product-card__title-qty {
    display: block;
}

.product-card__price {
    margin-bottom: auto;
}

.product-card__price--strikethrough {
    text-decoration: line-through;
    margin-right: rem-calc(5px);
}

.product-card__price--bold {
    font-weight: bold;
}

.product-card__button {
    margin-top: rem-calc(15px);
}

.product-card__button a {    
    @extend .button;
    @extend .button--small;
    @extend .button--green;
    text-transform: uppercase;
    font-weight: bold;
}

// Home Sidebar
.home__sidebar-item {
    border: 1px solid $color-grey-light;
    margin-bottom: rem-calc(30px);
}

.home__sidebar-item img {
    width: 100%;
}*/
/* begin help center header styles */
/*
.help-center__header h1 {
    @extend %h2;
}

.help-center__header h2 {
    @extend %h3;
}
*/
.help-center {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  margin-top: 1.3125rem; }
  @media print, screen and (min-width: 40em) {
    .help-center {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
    .help-center {
      padding: 0; } }

.help-center__header {
  display: flex;
  flex-flow: row wrap;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .help-center__header {
      border-bottom: 1px solid #e4e4e4; } }

.help-center__header h1 {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 40em) {
    .help-center__header h1 {
      font-size: 1.6875rem; } }

.help-center__header p {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  font-size: 1.125rem;
  border: 0px solid #0f0;
  margin-top: -.25rem;
  margin-bottom: rem-cal(13px); }

.help-center__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .help-center__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.help-center__grid {
  display: flex;
  flex-flow: row wrap; }

.help-center__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .help-center__grid--collapse > .help-center__cell {
    margin-right: 0;
    margin-left: 0; }
  .help-center__grid--collapse > .small-1 {
    width: 8.33333%; }
  .help-center__grid--collapse > .small-2 {
    width: 16.66667%; }
  .help-center__grid--collapse > .small-3 {
    width: 25%; }
  .help-center__grid--collapse > .small-4 {
    width: 33.33333%; }
  .help-center__grid--collapse > .small-5 {
    width: 41.66667%; }
  .help-center__grid--collapse > .small-6 {
    width: 50%; }
  .help-center__grid--collapse > .small-7 {
    width: 58.33333%; }
  .help-center__grid--collapse > .small-8 {
    width: 66.66667%; }
  .help-center__grid--collapse > .small-9 {
    width: 75%; }
  .help-center__grid--collapse > .small-10 {
    width: 83.33333%; }
  .help-center__grid--collapse > .small-11 {
    width: 91.66667%; }
  .help-center__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .help-center__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .help-center__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .help-center__grid--collapse > .medium-3 {
      width: 25%; }
    .help-center__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .help-center__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .help-center__grid--collapse > .medium-6 {
      width: 50%; }
    .help-center__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .help-center__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .help-center__grid--collapse > .medium-9 {
      width: 75%; }
    .help-center__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .help-center__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .help-center__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .help-center__grid--collapse > .large-1 {
      width: 8.33333%; }
    .help-center__grid--collapse > .large-2 {
      width: 16.66667%; }
    .help-center__grid--collapse > .large-3 {
      width: 25%; }
    .help-center__grid--collapse > .large-4 {
      width: 33.33333%; }
    .help-center__grid--collapse > .large-5 {
      width: 41.66667%; }
    .help-center__grid--collapse > .large-6 {
      width: 50%; }
    .help-center__grid--collapse > .large-7 {
      width: 58.33333%; }
    .help-center__grid--collapse > .large-8 {
      width: 66.66667%; }
    .help-center__grid--collapse > .large-9 {
      width: 75%; }
    .help-center__grid--collapse > .large-10 {
      width: 83.33333%; }
    .help-center__grid--collapse > .large-11 {
      width: 91.66667%; }
    .help-center__grid--collapse > .large-12 {
      width: 100%; } }

.help-center__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.help-center__grid--collapse > .help-center__cell {
  width: 100%; }

.help-center__grid--home {
  border-bottom: 1px solid #e6e6e6; }

.help-center__grid--home .help-center__cell {
  padding: .625rem .9375rem; }
  @media print, screen and (min-width: 40em) {
    .help-center__grid--home .help-center__cell {
      width: 50%;
      border: 1px solid #e6e6e6;
      border-width: 0 1px 1px 0;
      padding: 2rem 3rem !important; } }
  @media print, screen and (min-width: 64em) {
    .help-center__grid--home .help-center__cell {
      width: calc(100% / 3);
      padding: 1.333333333333333rem 2rem !important; } }
  @media screen and (min-width: 75em) {
    .help-center__grid--home .help-center__cell {
      padding: 2rem 3rem !important; } }

.help-center__cell h2 {
  font-size: 1.125rem;
  font-weight: bold; }

@media screen and (max-width: 39.9375em) {
  .help-center__grid--home .help-center__cell:nth-child(odd) {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-width: 1px 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .help-center__grid--home .help-center__cell:nth-child(2n) {
    border-right-width: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .help-center__grid--home .help-center__cell:nth-child(5), .help-center__grid--home .help-center__cell:nth-child(6) {
    border-bottom-width: 0; } }

@media print, screen and (min-width: 64em) {
  .help-center__grid--home .help-center__cell:nth-child(3) {
    border-width: 0 0 1px 0; } }

@media print, screen and (min-width: 64em) {
  .help-center__grid--home .help-center__cell:nth-child(4), .help-center__grid--home .help-center__cell:nth-child(5) {
    border-width: 0 1px 0 0; } }

@media print, screen and (min-width: 64em) {
  .help-center__grid--home .help-center__cell:nth-child(6) {
    border-width: 0; } }

.help-center__grid--home h2 {
  font-weight: 700;
  font-size: 1.25rem; }

.help-center__grid--home ul {
  list-style-image: url("https://www.biovea.com/vn/imgs/biovea-icons/ul-bullet-alt.svg");
  line-height: 1.5em; }

.help-center__grid--home ul li {
  margin-bottom: .5em; }

.help-center__grid--home ul a {
  color: #333; }

@media screen and (max-width: 39.9375em) {
  .help-center__grid--sub-page > .help-center__cell:nth-child(1) {
    padding: 0 .625rem; } }

@media print, screen and (min-width: 40em) {
  .help-center__grid--sub-page > .help-center__cell:nth-child(1) {
    padding-top: 1.5rem; } }

@media print, screen and (min-width: 64em) {
  .help-center__grid--sub-page > .help-center__cell:nth-child(1) {
    padding: 1.5rem 3rem 2em 0;
    width: auto;
    min-width: 18.75rem; } }

@media screen and (max-width: 39.9375em) {
  .help-center__grid--sub-page > .help-center__cell:nth-child(2) {
    padding: 0 .625rem; } }

@media print, screen and (min-width: 64em) {
  .help-center__grid--sub-page > .help-center__cell:nth-child(2) {
    border-left: 1px solid #e6e6e6;
    padding: 3rem 0 2em 3rem;
    flex: 1; } }

.help-center__grid--sub-page > .help-center__cell:nth-child(1) h2 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1.5rem 0; }
  @media screen and (max-width: 63.9375em) {
    .help-center__grid--sub-page > .help-center__cell:nth-child(1) h2 {
      display: none; } }

.help-center__grid--sub-page > .help-center__cell:nth-child(1) ul {
  list-style-type: none;
  padding-left: .7rem; }
  @media screen and (max-width: 63.9375em) {
    .help-center__grid--sub-page > .help-center__cell:nth-child(1) ul {
      display: none; } }

.help-center__grid--sub-page > .help-center__cell:nth-child(1) ul li {
  line-height: 1.5rem;
  list-style-type: none; }
  @media print, screen and (min-width: 64em) {
    .help-center__grid--sub-page > .help-center__cell:nth-child(1) ul li {
      margin-bottom: 1.5em; } }

.help-center__grid--sub-page > .help-center__cell:nth-child(1) ul a {
  color: #333; }

.help-center__grid--sub-page > .help-center__cell:nth-child(1) .unordered-list__list-item--down-state a {
  color: #007ccd;
  font-weight: 700; }

.help-center__grid--sub-page .arrow--all-topics {
  float: left;
  margin-right: .75rem; }

@media screen and (max-width: 63.9375em) {
  .help-center__link--all-topics {
    display: block;
    margin-bottom: 1em; } }

.help-center__grid--sub-page > .help-center__cell:nth-child(2) h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1em; }

.help-center__grid--sub-page > .help-center__cell:nth-child(2) h2 {
  /*font-size: 1rem;
    font-weight: 700;
    margin-bottom:.125rem;*/ }

.help-center__grid--sub-page > .help-center__cell:nth-child(2) h2 + ul {
  margin-top: 1.5em; }

/*.help-center__grid--sub-page > .help-center__cell:nth-child(2) p {
    margin-bottom: 1.5em;
}

.help-center__grid--sub-page > .help-center__cell:nth-child(2) ul {
    margin-bottom: 1.5em;
}*/
/*.help-center__grid--sub-page > .help-center__cell:nth-child(2) label{
    font-size:1rem;
    font-weight:700;
}*/
.help-center__lowercase {
  text-transform: lowercase; }

/*.help-center__grid--sub-page > .help-center__cell:nth-child(2) .button {

    @include breakpoint(small only) {
        font-size: 1.25rem;
        padding: 0.65em 1em;
        width: 100%;
    }

    @include breakpoint(medium down) {
    }

    @include breakpoint(large) {
    }
}*/
.help-center__grid--sub-page > .help-center__cell:nth-child(2) address {
  font-style: normal;
  margin-bottom: 1.5rem; }

@media screen and (max-width: 39.9375em) {
  .help-center__grid--auto-delivery {
    flex: none;
    margin: 0 auto;
    max-width: 304px; } }

@media print, screen and (min-width: 40em) {
  .help-center__grid--auto-delivery {
    justify-content: center; } }

@media print, screen and (min-width: 40em) {
  .help-center__grid--auto-delivery .help-center__cell {
    width: 50%; } }

.help-center__grid--auto-delivery .help-center__cell:nth-child(1) {
  max-width: 303px; }
  @media screen and (max-width: 39.9375em) {
    .help-center__grid--auto-delivery .help-center__cell:nth-child(1) {
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 40em) {
    .help-center__grid--auto-delivery .help-center__cell:nth-child(1) {
      padding-right: .5rem; } }

.help-center__grid--auto-delivery .help-center__cell:nth-child(2) {
  max-width: 304px; }
  @media print, screen and (min-width: 40em) {
    .help-center__grid--auto-delivery .help-center__cell:nth-child(2) {
      padding-left: .5rem; } }

.help-center__grid--auto-delivery .help-center__cell img {
  display: block;
  width: 100%; }

.help-center__grid--auto-delivery .help-center__cell:first-child img {
  max-width: 303px; }

.help-center__grid--auto-delivery .help-center__cell:last-child img {
  max-width: 304px; }

.help-center__container--ul-auto-delivery {
  background: #f2f2f2;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem; }

.help-center__container--ul-auto-delivery ul {
  list-style: none;
  margin: 0 !important; }

.help-center__p--auto-delivery-call-out {
  color: #63b809;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center; }

.help-center__img--refer-a-friend-1 {
  display: block;
  margin-bottom: 1.5rem;
  max-width: 661px;
  width: 100%; }

.help-center__refer-a-friend-h2 {
  font-size: 1.25rem !important;
  margin-bottom: .5em !important; }
  .help-center__refer-a-friend-h2--share-and-save {
    color: #2279c3; }
  .help-center__refer-a-friend-h2--3-ways {
    background: #63b809;
    color: #fff;
    display: inline-block;
    font-weight: 400 !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    padding: .5em 1em; }
  .help-center__refer-a-friend-h2--rules {
    font-size: .875rem !important; }

.help-center__refer-a-friend-h3 {
  font-size: 1rem;
  font-weight: 700; }

.help-center__refer-a-friend-p {
  line-height: 1.5em;
  margin-bottom: 1.5em; }
  .help-center__refer-a-friend-p--guest-disclaimer {
    color: #404040;
    font-weight: 700;
    font-style: italic; }
  .help-center__refer-a-friend-p--send-link {
    line-height: 1.5em;
    font-size: .75rem;
    margin: 0 0 0 1.25rem;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* Instead use this non-standard one: */
    word-break: break-word; }
  .help-center__refer-a-friend-p--auto-delivery a {
    font-weight: 700; }

.help-center-refer-a-friend-button {
  font-size: 1rem !important;
  font-weight: 400 !important;
  margin-bottom: 1.5rem !important; }
  @media screen and (max-width: 39.9375em) {
    .help-center-refer-a-friend-button {
      display: block !important; } }
  .help-center-refer-a-friend-button--send-invitation {
    margin-left: 1.25rem !important;
    margin-bottom: 0 !important; }
  .help-center-refer-a-friend-button--create-account {
    margin-left: 0 !important;
    margin-bottom: 0 !important; }

.help-center__refer-a-friend-referral-method {
  padding: .75rem 0; }
  .help-center__refer-a-friend-referral-method--email {
    border-top: 1px solid #cccccc;
    padding-top: 1.5rem; }
  .help-center__refer-a-friend-referral-method--link {
    padding: .75rem 0; }
  .help-center__refer-a-friend-referral-method--social-media {
    padding-bottom: 0; }

.help-center--refer-a-friend-ul {
  line-height: 1.5em;
  margin-top: 0 !important;
  margin-bottom: 1.5em !important; }
  .help-center--refer-a-friend-ul li {
    margin-bottom: .5em; }
  .help-center--refer-a-friend-ul li:last-of-type {
    margin-bottom: 0; }
  .help-center--refer-a-friend-ul--share-save {
    margin-bottom: 2rem; }
  .help-center--refer-a-friend-ul--fine-print {
    font-size: 0.875rem;
    color: #666666; }
  .help-center--refer-a-friend-ul--compact li {
    margin-bottom: 0; }
  .help-center--refer-a-friend-ul--another-way-to-save a {
    font-weight: bold; }

.help-center__refer-a-friend-social-media-icons {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  min-width: 90px;
  margin-left: 1.25rem; }

.help-center__img--responsive {
  width: 100%; }

.help-center__refer-a-friend-callout {
  background: #f0f5dc;
  border: 1px solid #d7dbc5;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.25em;
  padding: .5rem 1rem; }
  @media screen and (max-width: 39.9375em) {
    .help-center__refer-a-friend-callout {
      text-align: center; } }
  .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout {
    margin: 1.5rem 0 0 1.25rem;
    padding: 1rem 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout {
        text-align: left; } }
    .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout h2 {
      margin-bottom: .5em; }
    .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout h3 {
      margin-bottom: .25em; }
    .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout p {
      line-height: 1.5em;
      margin-bottom: 1.5em; }
    .help-center__refer-a-friend-referral-method--email .help-center__refer-a-friend-callout ul {
      margin-bottom: .25rem !important; }

.help-center--refer-a-friend-hr {
  border-bottom-color: #bec2ae;
  margin: 1.5rem auto; }

.help-center__container--payment-method .organicSubHead {
  font-weight: bold;
  font-size: 1.25rem; }

.help-center__container--payment-method .helpCenterCreditCards {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: -1.5rem;
  max-width: 428px;
  width: 100%; }

.help-center__container--order-by-phone p {
  margin-bottom: .5em !important; }

.help-center__container--order-by-phone img {
  display: block;
  margin-bottom: 2.5rem !important;
  max-width: 761px;
  width: 100%;
  margin-bottom: .5rem; }

.help-center__container--order-by-phone .helpCenterPhoneIcon {
  float: left;
  margin-right: 1rem;
  margin-bottom: 7rem !important;
  width: 44px; }

.hc-rates__select {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc; }
  .hc-rates__select label {
    margin-bottom: 0.3125rem;
    font-weight: 400 !important; }

.shipOptionsIntro {
  font-weight: 700; }

.webname {
  font-size: 1rem; }

.ship-heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem; }
  .ship-heading img {
    margin: 0 !important;
    margin-right: 0.5rem !important; }

.shipping-desc ul {
  font-size: 0.875rem; }

p.shippingNote {
  background: #f0f0f0;
  padding: 0.625rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  margin: 0.625rem 0;
  max-width: 40.625rem; }

.form--contact {
  max-width: 37.5rem; }

.contact-form h4 {
  font-weight: bold; }

.contact-form .alert {
  margin-top: 1.25rem; }

.help-center__p {
  line-height: 1.5em;
  margin: 0 0 1.5em; }
  .help-center__p a {
    font-weight: bold; }

.help-center__ul {
  line-height: 1.5em;
  margin-top: 0 !important;
  margin-bottom: 1.5em !important; }
  .help-center__ul li {
    margin-bottom: .5em; }

.help-center__heading--h2 {
  margin-bottom: 1em; }

.help-center__heading--h3 {
  font-size: 1rem;
  font-weight: 800; }

.help-center__heading span, .help-center__heading div {
  font-weight: 400; }

.help-center__callout {
  background: #f0f5dc;
  border: 1px solid #e6e6e6;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0.5rem 1rem; }

.help-center__form--request-a-product {
  max-width: 340px;
  /*@include breakpoint(medium) {
            max-width: 610px;
        }

        @include breakpoint(large) {
            max-width: 75%;
        }

        @include breakpoint(xlarge) {
            max-width: 50%;
        }*/ }

.qa__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .qa__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.qa__grid {
  display: flex;
  flex-flow: row wrap; }

.qa__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .qa__grid--collapse > .qa__cell {
    margin-right: 0;
    margin-left: 0; }
  .qa__grid--collapse > .small-1 {
    width: 8.33333%; }
  .qa__grid--collapse > .small-2 {
    width: 16.66667%; }
  .qa__grid--collapse > .small-3 {
    width: 25%; }
  .qa__grid--collapse > .small-4 {
    width: 33.33333%; }
  .qa__grid--collapse > .small-5 {
    width: 41.66667%; }
  .qa__grid--collapse > .small-6 {
    width: 50%; }
  .qa__grid--collapse > .small-7 {
    width: 58.33333%; }
  .qa__grid--collapse > .small-8 {
    width: 66.66667%; }
  .qa__grid--collapse > .small-9 {
    width: 75%; }
  .qa__grid--collapse > .small-10 {
    width: 83.33333%; }
  .qa__grid--collapse > .small-11 {
    width: 91.66667%; }
  .qa__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .qa__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .qa__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .qa__grid--collapse > .medium-3 {
      width: 25%; }
    .qa__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .qa__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .qa__grid--collapse > .medium-6 {
      width: 50%; }
    .qa__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .qa__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .qa__grid--collapse > .medium-9 {
      width: 75%; }
    .qa__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .qa__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .qa__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .qa__grid--collapse > .large-1 {
      width: 8.33333%; }
    .qa__grid--collapse > .large-2 {
      width: 16.66667%; }
    .qa__grid--collapse > .large-3 {
      width: 25%; }
    .qa__grid--collapse > .large-4 {
      width: 33.33333%; }
    .qa__grid--collapse > .large-5 {
      width: 41.66667%; }
    .qa__grid--collapse > .large-6 {
      width: 50%; }
    .qa__grid--collapse > .large-7 {
      width: 58.33333%; }
    .qa__grid--collapse > .large-8 {
      width: 66.66667%; }
    .qa__grid--collapse > .large-9 {
      width: 75%; }
    .qa__grid--collapse > .large-10 {
      width: 83.33333%; }
    .qa__grid--collapse > .large-11 {
      width: 91.66667%; }
    .qa__grid--collapse > .large-12 {
      width: 100%; } }

.qa__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.qa__grid--collapse > .qa__cell {
  width: 100%; }

.qa h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0; }

.qa h2 {
  line-height: 1.25em; }

.qa p {
  margin-bottom: 1.5em !important; }

.qa__intro h2 {
  font-size: 1.25rem;
  font-weight: 700; }

.qa__intro img {
  float: left;
  margin-right: 1rem; }

.qa__guarantee h2 {
  background: #2279c3;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: .625rem 1.5rem; }

.qa__guarantee h3 {
  color: #0d3c64;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0; }

.qa__guarantee .qa__grid {
  border: 1px solid #cedae5;
  border-width: 0 1px 1px 1px; }

.qa__guarantee .qa__grid:last-child {
  margin-bottom: 1.5rem; }

.qa__guarantee > .qa__grid:nth-child(odd) {
  background: #e5f3ff; }

.qa__guarantee .qa__cell {
  /*border-bottom: 1px solid lighten(#000,90%);
    padding: 0 1.5rem;
    padding: .625rem 1.5rem;*/
  padding: .625rem 0; }

.qa__guarantee .qa__cell:nth-child(odd) {
  flex: 0 0 auto;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.qa__guarantee .qa__cell:nth-child(even) {
  flex: 1 1 0px;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-left: 0; }

.qa__guarantee p {
  margin-bottom: 0 !important; }

.qa__guarantee-img {
  background-image: url("https://www.biovea.com/vn/imgs/qualityAssurance/qualityAssuranceSprite.png");
  height: 55px;
  margin-top: .375rem;
  width: 55px; }

.qa__guarantee-img--research {
  background-position: 0 0; }

.qa__guarantee-img--purity {
  background-position: -56px 0; }

.qa__guarantee-img--manufacturing {
  background-position: -112px 0; }

.qa__guarantee-img--testing {
  background-position: -168px 0; }

.qa__guarantee-img--guarantee {
  background-position: -224px 0; }

.qa__process h2 {
  background: #63b809;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding: .625rem 1.5rem; }

.qa__process h3 {
  background: url("https://www.biovea.com/vn/imgs/biovea-icons/baseline-check-24px--63b809.svg") 0 0 no-repeat;
  color: #4a8a07;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-left: -.25rem;
  padding-left: 2rem; }

.qa__process ul {
  margin-bottom: 0 !important;
  margin-left: 3rem; }

.qa__process > .qa__grid {
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 0;
  margin-bottom: 1.5rem; }

.qa__process > .qa__grid > .qa__cell {
  border: 1px solid #e6e6e6;
  border-width: 1px 0 0 1px;
  padding: .625rem 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .qa__process > .qa__grid > .qa__cell {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .qa__process > .qa__grid > .qa__cell {
      width: calc(100%/3); } }

@media print, screen and (min-width: 40em) {
  .help-center .qa__process > .qa__grid > .qa__cell {
    width: 50%; } }

@media screen and (max-width: 39.9375em) {
  .qa__process > .qa__grid > .qa__cell:nth-child(even) {
    background: #f2f2f2; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .qa__process > .qa__grid > .qa__cell:nth-child(3), .qa__process .qa__grid > .qa__cell:nth-child(4) {
    background: #f2f2f2; } }

@media print, screen and (min-width: 64em) {
  .help-center .qa__process > .qa__grid > .qa__cell:nth-child(3) {
    background: #f2f2f2; } }

@media print, screen and (min-width: 64em) {
  .qa__process > .qa__grid > .qa__cell:nth-child(4) {
    background: #f2f2f2; } }

@media print, screen and (min-width: 64em) {
  .qa__process > .qa__grid > .qa__cell:nth-child(5) {
    background: #f2f2f2; } }

@media print, screen and (min-width: 64em) {
  .help-center .qa__process > .qa__grid > .qa__cell:nth-child(5) {
    background: none; } }

.qa__process > .qa__grid > .qa__cell:nth-child(6) {
  padding: 1rem 0; }
  @media print, screen and (min-width: 64em) {
    .qa__process > .qa__grid > .qa__cell:nth-child(6) {
      background: #f2f2f2; } }

@media print, screen and (min-width: 64em) {
  .help-center .qa__process > .qa__grid > .qa__cell:nth-child(6) {
    background: none; } }

.qa__process > .qa__grid > .qa__cell:last-child > .qa__grid {
  align-items: center;
  height: 100%; }

.qa__process > .qa__grid > .qa__cell:last-child > .qa__grid > .qa__cell {
  text-align: center;
  width: 100%; }

.qa__process > .qa__grid > .qa__cell:last-child > .qa__grid > .qa__cell img {
  display: block;
  margin: 0 auto;
  width: calc(100% / 3); }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .help-center .qa__process > .qa__grid > .qa__cell:last-child > .qa__grid > .qa__cell img {
    width: 50%; } }

/* REDESIGN DISPLAY TAGS */
.displayPage {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .displayPage {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

/* --------------------- */
.displayPage {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .displayPage {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.display__grid {
  display: flex;
  flex-flow: row wrap; }

.display__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .display__grid--collapse > .display__cell {
    margin-right: 0;
    margin-left: 0; }
  .display__grid--collapse > .small-1 {
    width: 8.33333%; }
  .display__grid--collapse > .small-2 {
    width: 16.66667%; }
  .display__grid--collapse > .small-3 {
    width: 25%; }
  .display__grid--collapse > .small-4 {
    width: 33.33333%; }
  .display__grid--collapse > .small-5 {
    width: 41.66667%; }
  .display__grid--collapse > .small-6 {
    width: 50%; }
  .display__grid--collapse > .small-7 {
    width: 58.33333%; }
  .display__grid--collapse > .small-8 {
    width: 66.66667%; }
  .display__grid--collapse > .small-9 {
    width: 75%; }
  .display__grid--collapse > .small-10 {
    width: 83.33333%; }
  .display__grid--collapse > .small-11 {
    width: 91.66667%; }
  .display__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .display__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .display__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .display__grid--collapse > .medium-3 {
      width: 25%; }
    .display__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .display__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .display__grid--collapse > .medium-6 {
      width: 50%; }
    .display__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .display__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .display__grid--collapse > .medium-9 {
      width: 75%; }
    .display__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .display__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .display__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .display__grid--collapse > .large-1 {
      width: 8.33333%; }
    .display__grid--collapse > .large-2 {
      width: 16.66667%; }
    .display__grid--collapse > .large-3 {
      width: 25%; }
    .display__grid--collapse > .large-4 {
      width: 33.33333%; }
    .display__grid--collapse > .large-5 {
      width: 41.66667%; }
    .display__grid--collapse > .large-6 {
      width: 50%; }
    .display__grid--collapse > .large-7 {
      width: 58.33333%; }
    .display__grid--collapse > .large-8 {
      width: 66.66667%; }
    .display__grid--collapse > .large-9 {
      width: 75%; }
    .display__grid--collapse > .large-10 {
      width: 83.33333%; }
    .display__grid--collapse > .large-11 {
      width: 91.66667%; }
    .display__grid--collapse > .large-12 {
      width: 100%; } }

.display__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.displayPage h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: .5em 0; }

.displayPage h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1em 0; }
  @media screen and (max-width: 39.9375em) {
    .displayPage h2 {
      font-size: 1.2rem;
      margin: 0.625rem 0; } }

.displayPage h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: .5rem 0 .25rem; }

.hide {
  display: none; }

.newsletter__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .newsletter__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.newsletter__grid {
  display: flex;
  flex-flow: row wrap; }

.newsletter__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .newsletter__grid--collapse > .qa__cell {
    margin-right: 0;
    margin-left: 0; }
  .newsletter__grid--collapse > .small-1 {
    width: 8.33333%; }
  .newsletter__grid--collapse > .small-2 {
    width: 16.66667%; }
  .newsletter__grid--collapse > .small-3 {
    width: 25%; }
  .newsletter__grid--collapse > .small-4 {
    width: 33.33333%; }
  .newsletter__grid--collapse > .small-5 {
    width: 41.66667%; }
  .newsletter__grid--collapse > .small-6 {
    width: 50%; }
  .newsletter__grid--collapse > .small-7 {
    width: 58.33333%; }
  .newsletter__grid--collapse > .small-8 {
    width: 66.66667%; }
  .newsletter__grid--collapse > .small-9 {
    width: 75%; }
  .newsletter__grid--collapse > .small-10 {
    width: 83.33333%; }
  .newsletter__grid--collapse > .small-11 {
    width: 91.66667%; }
  .newsletter__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .newsletter__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .newsletter__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .newsletter__grid--collapse > .medium-3 {
      width: 25%; }
    .newsletter__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .newsletter__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .newsletter__grid--collapse > .medium-6 {
      width: 50%; }
    .newsletter__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .newsletter__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .newsletter__grid--collapse > .medium-9 {
      width: 75%; }
    .newsletter__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .newsletter__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .newsletter__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .newsletter__grid--collapse > .large-1 {
      width: 8.33333%; }
    .newsletter__grid--collapse > .large-2 {
      width: 16.66667%; }
    .newsletter__grid--collapse > .large-3 {
      width: 25%; }
    .newsletter__grid--collapse > .large-4 {
      width: 33.33333%; }
    .newsletter__grid--collapse > .large-5 {
      width: 41.66667%; }
    .newsletter__grid--collapse > .large-6 {
      width: 50%; }
    .newsletter__grid--collapse > .large-7 {
      width: 58.33333%; }
    .newsletter__grid--collapse > .large-8 {
      width: 66.66667%; }
    .newsletter__grid--collapse > .large-9 {
      width: 75%; }
    .newsletter__grid--collapse > .large-10 {
      width: 83.33333%; }
    .newsletter__grid--collapse > .large-11 {
      width: 91.66667%; }
    .newsletter__grid--collapse > .large-12 {
      width: 100%; } }

.newsletter__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.newsletter__grid--collapse > .qa__cell {
  width: 100%; }

.newsletter h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0; }

.newsletter h2 {
  line-height: 1.25em; }

.newsletter p {
  margin-bottom: 1.5em !important; }

.newsletter__intro h2 {
  font-size: 1.25rem;
  font-weight: 700; }

.newsletter__intro img {
  float: left;
  margin-right: 1rem; }

.product-detail {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media print, screen and (min-width: 40em) {
    .product-detail {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-detail__top {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .product-detail__top {
      margin-bottom: 3.125rem; } }

.prod-detail-below-fold {
  display: flex;
  flex-direction: column; }

.product-gallery {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  /*@include breakpoint(large) {
        @include xy-cell(60%);
    }*/ }
  @media screen and (max-width: 39.9375em) {
    .product-gallery {
      max-width: 20rem;
      margin: 0 auto; } }
  @media print, screen and (min-width: 40em) {
    .product-gallery {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .product-gallery {
      width: calc(60% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.product-info {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .product-info {
      width: 100%;
      margin: 0; } }
  @media print, screen and (min-width: 40em) {
    .product-info {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .product-info {
      width: calc(40% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

@media print, screen and (min-width: 40em) {
  .product-info__stock,
  .product-info__buttons,
  .product-info__promo-code-mesage,
  .product-info__out-of-stock {
    max-width: 340px; } }

.breadcrumb {
  order: 1; }

.breadcrumb a {
  color: #474747;
  font-size: 0.9375rem;
  border-bottom: 0.0625rem solid #474747;
  margin-right: 0.3375rem;
  margin-left: 0.38375rem; }
  .breadcrumb a:hover {
    border-bottom: none; }

.product-detail__top {
  order: 2; }

.freqBoughtTogether1 {
  order: 3; }

.custAlsoBought1 {
  order: 4; }

.product-panels {
  order: 5; }

.recentlyViewed1 {
  order: 6; }

.home .recentlyViewed1 {
  padding: 0 1.875rem; }

@media screen and (max-width: 63.9375em) {
  .breadcrumb {
    order: 1; }
  .product-detail__top {
    order: 2; }
  .freqBoughtTogether1 {
    order: 3; }
  .custAlsoBought1 {
    order: 5; }
  .product-panels {
    order: 4; }
  .recentlyViewed1 {
    order: 6; } }

@media screen and (max-width: 39.9375em) {
  .breadcrumb {
    order: 1; }
  .product-detail__top {
    order: 2; }
  .freqBoughtTogether1 {
    order: 4; }
  .custAlsoBought1 {
    order: 5; }
  .product-panels {
    order: 3; }
  .recentlyViewed1 {
    order: 6; } }

.wishlist {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 !important;
  /*@include breakpoint(small only) {
        padding: 0;
    }*/ }
  @media print, screen and (min-width: 40em) {
    .wishlist {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.wishlist__header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 .75em;
  text-align: center; }

.wishlist__button-group-container--page-level {
  border-bottom: 0.75rem solid #f2f2f2;
  margin: 0 -1.25rem;
  padding: .3125rem 1rem 1.875rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .wishlist__button-group-container--page-level {
      border-bottom: 0;
      padding-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .wishlist__button-group-container--page-level {
      margin: 0;
      padding: 0; } }
  @media print, screen and (min-width: 64em) {
    .my-account-header ~ .wishlist__button-group-container--page-level {
      display: none; } }
  @media screen and (max-width: 63.9375em) {
    .wishlist__button-group-container--page-level .wishlist__button-group {
      margin-bottom: 1rem;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      flex-wrap: wrap;
      margin: 0; }
      .wishlist__button-group-container--page-level .wishlist__button-group::before, .wishlist__button-group-container--page-level .wishlist__button-group::after {
        display: table;
        content: ' ';
        flex-basis: 0;
        order: 1; }
      .wishlist__button-group-container--page-level .wishlist__button-group::after {
        clear: both; }
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        margin: 0;
        margin-right: 0;
        margin-bottom: 0;
        font-size: 0.9rem;
        flex: 0 0 auto; }
        .wishlist__button-group-container--page-level .wishlist__button-group .button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a:last-child, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button:last-child {
          margin-right: 0; }
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        flex: 1 1 0px; }
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        flex: 0 0 100%; }
        .wishlist__button-group-container--page-level .wishlist__button-group .button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a:last-child, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button:last-child {
          margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .wishlist__button-group-container--page-level .wishlist__button-group {
      margin-bottom: 1rem;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch;
      display: inline-block;
      margin: 0; }
      .wishlist__button-group-container--page-level .wishlist__button-group::before, .wishlist__button-group-container--page-level .wishlist__button-group::after {
        display: table;
        content: ' ';
        flex-basis: 0;
        order: 1; }
      .wishlist__button-group-container--page-level .wishlist__button-group::after {
        clear: both; }
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        margin: 0;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        flex: 0 0 auto; }
        .wishlist__button-group-container--page-level .wishlist__button-group .button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a:last-child, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button:last-child, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button:last-child {
          margin-right: 0; } }
  .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
    font-size: 1.125rem !important;
    white-space: nowrap; }
    @media screen and (max-width: 63.9375em) {
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        margin: 0 0 .375rem;
        padding: .7em 1em; } }
    @media print, screen and (min-width: 64em) {
      .wishlist__button-group-container--page-level .wishlist__button-group .button, .wishlist__button-group-container--page-level .wishlist__button-group .notify__button, .wishlist__button-group-container--page-level .wishlist__button-group .account-dropdown__sign-in-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__notify-me-when-in-stock, .wishlist__button-group-container--page-level .wishlist__button-group .product-info__recommended-alternative, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group-container--page-level .wishlist__button-group .product-card__button a, .product-card__button .wishlist__button-group-container--page-level .wishlist__button-group a, .wishlist__button-group-container--page-level .wishlist__button-group .product-fbt__primary-button, .wishlist__button-group-container--page-level .wishlist__button-group .add-review__button {
        font-size: 1.25rem; } }
  .wishlist__button-group-container--page-level .wishlist__button-group .button--email {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .wishlist__button-group-container--page-level .wishlist__button-group .button--email img {
      display: block;
      margin: .0625rem .5em 0 0; }

.wishlist__button-group--add-and-or-out-of-stock {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .wishlist__button-group--add-and-or-out-of-stock::before, .wishlist__button-group--add-and-or-out-of-stock::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .wishlist__button-group--add-and-or-out-of-stock::after {
    clear: both; }
  .wishlist__button-group--add-and-or-out-of-stock .button, .wishlist__button-group--add-and-or-out-of-stock .notify__button, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button {
    margin: 0;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .wishlist__button-group--add-and-or-out-of-stock .button:last-child, .wishlist__button-group--add-and-or-out-of-stock .notify__button:last-child, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a:last-child, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .add-review__button:last-child {
      margin-right: 0; }
  .wishlist__button-group--add-and-or-out-of-stock .button, .wishlist__button-group--add-and-or-out-of-stock .notify__button, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button {
    flex: 0 0 100%; }
    .wishlist__button-group--add-and-or-out-of-stock .button:last-child, .wishlist__button-group--add-and-or-out-of-stock .notify__button:last-child, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a:last-child, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a:last-child, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button:last-child, .wishlist__button-group--add-and-or-out-of-stock .add-review__button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 75em) {
    .wishlist__button-group--add-and-or-out-of-stock {
      display: none; } }
  .wishlist__button-group--add-and-or-out-of-stock .button--grey, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--cancel, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--edit {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: .5em .25em;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .wishlist__button-group--add-and-or-out-of-stock .button--grey, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--cancel, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--edit {
        background: #fff; } }
    .wishlist__button-group--add-and-or-out-of-stock .button--grey span:nth-child(1), .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock span:nth-child(1), .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative span:nth-child(1), .wishlist__button-group--add-and-or-out-of-stock .add-review__button--cancel span:nth-child(1), .wishlist__button-group--add-and-or-out-of-stock .add-review__button--edit span:nth-child(1) {
      margin-right: .25rem; }
  .wishlist__button-group--add-and-or-out-of-stock .button--green, .wishlist__button-group--add-and-or-out-of-stock .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .add-review__button--ok {
    font-size: 1.125rem !important;
    padding: .7em 1em; }
  .wishlist__button-group--add-and-or-out-of-stock .button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .button--green, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .button--green, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .button--green, .wishlist__button-group--add-and-or-out-of-stock .button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .notify__button--primary, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .notify__button--primary, .wishlist__button-group--add-and-or-out-of-stock .button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .account-dropdown__sign-in-button, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .account-dropdown__sign-in-button, .wishlist__button-group--add-and-or-out-of-stock .button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .product-card__primary-button, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .product-card__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .notify__button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .notify__button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .account-dropdown__sign-in-button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .product-info__notify-me-when-in-stock + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .product-info__recommended-alternative + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .product-card__primary-button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .product-card__callout-out-of-stock-button-group-button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .product-fbt__primary-button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + a, .wishlist__button-group--add-and-or-out-of-stock .product-card__button .add-review__button + a, .product-card__button .wishlist__button-group--add-and-or-out-of-stock .add-review__button + a, .wishlist__button-group--add-and-or-out-of-stock .button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .product-fbt__primary-button, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .product-fbt__primary-button, .wishlist__button-group--add-and-or-out-of-stock .button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .add-review__button--preview, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .add-review__button--preview, .wishlist__button-group--add-and-or-out-of-stock .button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .add-review__button--publish, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .add-review__button--publish, .wishlist__button-group--add-and-or-out-of-stock .button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .notify__button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .account-dropdown__sign-in-button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-info__notify-me-when-in-stock + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-info__recommended-alternative + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-card__primary-button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-card__callout-out-of-stock-button-group-button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-card__button a + .add-review__button--ok, .product-card__button .wishlist__button-group--add-and-or-out-of-stock a + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .product-fbt__primary-button + .add-review__button--ok, .wishlist__button-group--add-and-or-out-of-stock .add-review__button + .add-review__button--ok {
    margin-top: .375rem; }

.wishlist__items--medium {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .wishlist__items--medium {
      display: block; } }
  .wishlist__items--medium .wishlist__grid--items {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.75rem solid #f2f2f2; }
    .wishlist__items--medium .wishlist__grid--items:last-child {
      border-bottom: 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .wishlist__items--medium .wishlist__grid--items {
        margin: 0 -1.25rem;
        padding: 0 1.25rem; } }
    @media print, screen and (min-width: 64em) {
      .wishlist__items--medium .wishlist__grid--items {
        border-bottom: 1px solid #d9d9d9; } }
    .wishlist__items--medium .wishlist__grid--items > .wishlist__cell {
      padding: 1.5rem 0; }
    .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(1) {
      max-width: 250px;
      text-align: center;
      width: 25%; }
      .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(1) img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(2) {
      flex: 1;
      padding-left: 1.875rem;
      padding-right: 1.875rem; }
      @media print, screen and (min-width: 40em) {
        .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(2) {
          margin-right: auto;
          max-width: 25rem; } }
      @media screen and (min-width: 75em) {
        .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(2) {
          padding-left: 2.8125rem;
          padding-right: 2.8125em;
          width: 26.875rem; } }
    .wishlist__items--medium .wishlist__grid--items > .wishlist__cell:nth-child(3) {
      max-width: 25%;
      text-align: center;
      /*.wishlist__button-group {
                display: inline-block;
                max-width: 180px;
                width: 100%;

                @include breakpoint(large) {
                    min-width: 180px;
                }

                .button {
                    display: block;
                    font-size: .875rem;
                    margin: 0 0 .5rem;
                    padding: .625em 1em;
                }

                .button--green {
                    font-weight: 400;
                }

                .button:last-child {
                    margin-bottom: 0;
                }
            }*/ }
  .wishlist__items--medium .wishlist__item-date-added {
    font-size: .875rem;
    line-height: 1.2em;
    margin-bottom: 1.25rem;
    text-align: center; }
    .wishlist__items--medium .wishlist__item-date-added-date {
      white-space: nowrap; }
  .wishlist__items--medium .wishlist__product-title {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: .5em;
    max-width: 18.75rem; }
    .wishlist__items--medium .wishlist__product-title--removed {
      display: inline;
      font-weight: 400;
      margin: 0 .25em 0 0;
      max-width: 25%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .wishlist__items--medium .wishlist__product-manufacturer {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.15em;
    margin: 0 0 .5rem; }
    .wishlist__items--medium .wishlist__product-manufacturer .wishlist__product-manufacturer-by-label {
      font-weight: 400; }
  .wishlist__items--medium .wishlist__product-price {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: .75rem; }
  @media screen and (min-width: 75em) {
    .wishlist__items--medium .wishlist__grid--price-stock {
      display: flex; } }
  @media screen and (min-width: 75em) {
    .wishlist__items--medium .wishlist__grid--price-stock > .wishlist__cell:nth-child(1) {
      margin-right: 1rem; } }
  .wishlist__items--medium .wishlist__grid--price-stock > .wishlist__cell:nth-child(1) .wishlist__stock-callout--out-of-stock {
    margin-bottom: 1rem; }
    @media screen and (min-width: 75em) {
      .wishlist__items--medium .wishlist__grid--price-stock > .wishlist__cell:nth-child(1) .wishlist__stock-callout--out-of-stock {
        display: none; } }
  .wishlist__items--medium .wishlist__grid--price-stock > .wishlist__cell:nth-child(2) {
    display: none; }
    @media screen and (min-width: 75em) {
      .wishlist__items--medium .wishlist__grid--price-stock > .wishlist__cell:nth-child(2) {
        display: block; } }

.wishlist__items--small-only {
  /*.wishlist__item-delete-button {
        //background:#def;
        display: block;
        height: 58px;
        position: absolute;
        right: 0;
        top: 0;
        width: 61px;
        z-index: -10;
    }

    .wishlist__item-delete-button img {
        display: block;
    }*/ }
  @media print, screen and (min-width: 40em) {
    .wishlist__items--small-only {
      display: none; } }
  .wishlist__items--small-only > section {
    border-bottom: 0.75rem solid #f2f2f2;
    margin: 0 -1.25rem;
    padding: 1.25rem;
    position: relative; }
    .wishlist__items--small-only > section:last-child {
      border-bottom: 0; }
  .wishlist__items--small-only .wishlist__item-delete-button {
    align-items: center;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 60px;
    box-shadow: -2px 0px 7px -1px rgba(112, 112, 112, 0.55);
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 100;
    -webkit-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1); }
  .wishlist__items--small-only .wishlist__item-delete-button img {
    display: block;
    margin: -.75rem 0 0 .75rem; }
  .wishlist__items--small-only .wishlist__item-date-added {
    font-size: .875rem;
    line-height: 1.2em;
    margin-bottom: 1em; }
    .wishlist__items--small-only .wishlist__item-date-added-date {
      white-space: nowrap; }
  .wishlist__items--small-only .wishlist__product-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.15em;
    margin-bottom: .25em;
    padding-right: 1.875rem; }
    .wishlist__items--small-only .wishlist__product-title--removed {
      font-weight: 400;
      padding-right: 0; }
  .wishlist__items--small-only .wishlist__product-manufacturer {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.15em;
    margin: 0 0 .5rem; }
    .wishlist__items--small-only .wishlist__product-manufacturer .wishlist__product-manufacturer-by-label {
      font-weight: 400; }
  .wishlist__items--small-only .wishlist__product-price {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 1rem; }
  .wishlist__items--small-only .wishlist__grid--image-price-stock {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    margin-top: .5rem; }
    .wishlist__items--small-only .wishlist__grid--image-price-stock > .wishlist__cell:nth-child(1) {
      margin: 0 1rem;
      width: 148px; }
      .wishlist__items--small-only .wishlist__grid--image-price-stock > .wishlist__cell:nth-child(1) img {
        display: block;
        margin: 0 auto;
        width: 100%; }
    .wishlist__items--small-only .wishlist__grid--image-price-stock > .wishlist__cell:nth-child(2) {
      flex: 1; }

.wishlist__stock-callout-container--xlarge {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: .75rem; }
  .wishlist__stock-callout-container--xlarge ul {
    margin-bottom: 0;
    margin-left: 2.75rem; }
    .wishlist__stock-callout-container--xlarge ul li {
      font-size: .75rem;
      line-height: 1.15em;
      padding-bottom: .5em; }

.wishlist__stock-callout {
  display: flex;
  font-size: .875rem;
  line-height: 1.15em;
  margin: 0; }
  .wishlist__stock-callout img {
    margin-top: -.25rem;
    margin-right: .25rem; }

.wishlist-block {
  border: 1px solid #f00; }
  .wishlist-block--mod {
    border-width: 5px; }
  .wishlist-block__element {
    border: 1px solid #00f; }
    .wishlist-block__element--mod {
      border-width: 5px; }

.wishlist__stock-callout--in-stock img {
  margin-top: -.4rem; }

.wishlist__stock-callout--out-of-stock {
  color: #bf0000;
  font-weight: 700; }

.wishlist__flex-container {
  display: flex; }
  .wishlist__flex-container--item-layout {
    border-bottom: 1px solid #d9d9d9; }
    .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(1) {
      margin: 0 1rem;
      padding: 1.5rem 0;
      text-align: center;
      max-width: 167px;
      width: 25%; }
      @media print, screen and (min-width: 64em) {
        .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(1) {
          max-width: 100%;
          margin: 0 1.5rem;
          width: 167px; } }
      @media screen and (min-width: 75em) {
        .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(1) {
          margin: 0 2rem; } }
    .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(2) {
      flex: 1;
      padding: 1.5rem 1rem;
      padding-left: 0; }
    .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(3) {
      max-width: 205px;
      padding: 1.5rem 0;
      text-align: center;
      width: 25%; }
      @media print, screen and (min-width: 64em) {
        .wishlist__flex-container--item-layout > .wishlist__flex-item:nth-child(3) {
          width: 205px; } }
  .wishlist__flex-container--item-layout:last-of-type {
    border-bottom: 0; }
  .wishlist__flex-container--actions {
    align-items: center; }
    .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .notify__button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .account-dropdown__sign-in-button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-info__notify-me-when-in-stock, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-info__recommended-alternative, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-card__primary-button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-card__callout-out-of-stock-button-group-button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-card__button a, .product-card__button .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart a, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .product-fbt__primary-button, .wishlist__flex-container--actions > .wishlist__flex-item--move-to-cart .add-review__button {
      font-size: .875rem;
      font-weight: 400;
      margin: 0;
      padding: .5em 1em; }

.wishlist__item-image {
  display: block;
  margin: 0 auto;
  width: 100%; }

@media screen and (max-width: 39.9375em) {
  .wishlist__callout--removed-item:last-child {
    border-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .wishlist__callout--removed-item {
    border-bottom: 0.75rem solid #f2f2f2;
    margin: 0 -1.25rem;
    padding: 1rem 1.25rem;
    text-align: center; } }

@media print, screen and (min-width: 40em) {
  .wishlist__callout--removed-item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: .75rem 1rem;
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .wishlist__callout--removed-item p {
    display: inline-block;
    margin-bottom: 1em !important; } }

.wishlist__callout p {
  line-height: 1.2em;
  margin: 0; }

.wishlist__button--undo {
  background: #fff;
  font-size: .875rem !important;
  font-weight: 400 !important;
  margin: 0 0 0 .5rem !important; }
  @media screen and (max-width: 39.9375em) {
    .wishlist__button--undo {
      margin-left: 0 !important; } }

.wishlist__items--medium .wishlist__button-group--actions {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  display: inline-flex;
  margin: 0 auto;
  width: 180px !important; }
  .wishlist__items--medium .wishlist__button-group--actions::before, .wishlist__items--medium .wishlist__button-group--actions::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .wishlist__items--medium .wishlist__button-group--actions::after {
    clear: both; }
  .wishlist__items--medium .wishlist__button-group--actions .button, .wishlist__items--medium .wishlist__button-group--actions .notify__button, .wishlist__items--medium .wishlist__button-group--actions .account-dropdown__sign-in-button, .wishlist__items--medium .wishlist__button-group--actions .product-info__notify-me-when-in-stock, .wishlist__items--medium .wishlist__button-group--actions .product-info__recommended-alternative, .wishlist__items--medium .wishlist__button-group--actions .product-card__primary-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__callout-out-of-stock-button-group-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__button a, .product-card__button .wishlist__items--medium .wishlist__button-group--actions a, .wishlist__items--medium .wishlist__button-group--actions .product-fbt__primary-button, .wishlist__items--medium .wishlist__button-group--actions .add-review__button {
    margin: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .wishlist__items--medium .wishlist__button-group--actions .button:last-child, .wishlist__items--medium .wishlist__button-group--actions .notify__button:last-child, .wishlist__items--medium .wishlist__button-group--actions .account-dropdown__sign-in-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-info__notify-me-when-in-stock:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-info__recommended-alternative:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__primary-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__button a:last-child, .product-card__button .wishlist__items--medium .wishlist__button-group--actions a:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-fbt__primary-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .add-review__button:last-child {
      margin-right: 0; }
  .wishlist__items--medium .wishlist__button-group--actions .button, .wishlist__items--medium .wishlist__button-group--actions .notify__button, .wishlist__items--medium .wishlist__button-group--actions .account-dropdown__sign-in-button, .wishlist__items--medium .wishlist__button-group--actions .product-info__notify-me-when-in-stock, .wishlist__items--medium .wishlist__button-group--actions .product-info__recommended-alternative, .wishlist__items--medium .wishlist__button-group--actions .product-card__primary-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__callout-out-of-stock-button-group-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__button a, .product-card__button .wishlist__items--medium .wishlist__button-group--actions a, .wishlist__items--medium .wishlist__button-group--actions .product-fbt__primary-button, .wishlist__items--medium .wishlist__button-group--actions .add-review__button {
    flex: 0 0 100%; }
    .wishlist__items--medium .wishlist__button-group--actions .button:last-child, .wishlist__items--medium .wishlist__button-group--actions .notify__button:last-child, .wishlist__items--medium .wishlist__button-group--actions .account-dropdown__sign-in-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-info__notify-me-when-in-stock:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-info__recommended-alternative:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__primary-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__callout-out-of-stock-button-group-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-card__button a:last-child, .product-card__button .wishlist__items--medium .wishlist__button-group--actions a:last-child, .wishlist__items--medium .wishlist__button-group--actions .product-fbt__primary-button:last-child, .wishlist__items--medium .wishlist__button-group--actions .add-review__button:last-child {
      margin-bottom: 0; }
  .wishlist__items--medium .wishlist__button-group--actions .button--green, .wishlist__items--medium .wishlist__button-group--actions .notify__button--primary, .wishlist__items--medium .wishlist__button-group--actions .account-dropdown__sign-in-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__primary-button, .wishlist__items--medium .wishlist__button-group--actions .product-card__button a, .product-card__button .wishlist__items--medium .wishlist__button-group--actions a, .wishlist__items--medium .wishlist__button-group--actions .product-fbt__primary-button, .wishlist__items--medium .wishlist__button-group--actions .add-review__button--preview, .wishlist__items--medium .wishlist__button-group--actions .add-review__button--publish, .wishlist__items--medium .wishlist__button-group--actions .add-review__button--ok {
    font-weight: 400; }

.my-account {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .my-account {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
    .my-account {
      padding-top: 1.5rem !important; } }
  .my-account .my-account__grid-container--grid-layout .button, .my-account .my-account__grid-container--grid-layout .notify__button, .my-account .my-account__grid-container--grid-layout .account-dropdown__sign-in-button, .my-account .my-account__grid-container--grid-layout .product-info__notify-me-when-in-stock, .my-account .my-account__grid-container--grid-layout .product-info__recommended-alternative, .my-account .my-account__grid-container--grid-layout .product-card__primary-button, .my-account .my-account__grid-container--grid-layout .product-card__callout-out-of-stock-button-group-button, .my-account .my-account__grid-container--grid-layout .product-card__button a, .product-card__button .my-account .my-account__grid-container--grid-layout a, .my-account .my-account__grid-container--grid-layout .product-fbt__primary-button, .my-account .my-account__grid-container--grid-layout .add-review__button,
  .my-account .my-account__payment-methods-item .button,
  .my-account .my-account__payment-methods-item .notify__button,
  .my-account .my-account__payment-methods-item .account-dropdown__sign-in-button,
  .my-account .my-account__payment-methods-item .product-info__notify-me-when-in-stock,
  .my-account .my-account__payment-methods-item .product-info__recommended-alternative,
  .my-account .my-account__payment-methods-item .product-card__primary-button,
  .my-account .my-account__payment-methods-item .product-card__callout-out-of-stock-button-group-button,
  .my-account .my-account__payment-methods-item .product-card__button a, .product-card__button
  .my-account .my-account__payment-methods-item a,
  .my-account .my-account__payment-methods-item .product-fbt__primary-button,
  .my-account .my-account__payment-methods-item .add-review__button,
  .my-account .my-account__auto-delivery-order-item .button,
  .my-account .my-account__auto-delivery-order-item .notify__button,
  .my-account .my-account__auto-delivery-order-item .account-dropdown__sign-in-button,
  .my-account .my-account__auto-delivery-order-item .product-info__notify-me-when-in-stock,
  .my-account .my-account__auto-delivery-order-item .product-info__recommended-alternative,
  .my-account .my-account__auto-delivery-order-item .product-card__primary-button,
  .my-account .my-account__auto-delivery-order-item .product-card__callout-out-of-stock-button-group-button,
  .my-account .my-account__auto-delivery-order-item .product-card__button a, .product-card__button
  .my-account .my-account__auto-delivery-order-item a,
  .my-account .my-account__auto-delivery-order-item .product-fbt__primary-button,
  .my-account .my-account__auto-delivery-order-item .add-review__button,
  .my-account .my-account-header--with-content .button,
  .my-account .my-account-header--with-content .notify__button,
  .my-account .my-account-header--with-content .account-dropdown__sign-in-button,
  .my-account .my-account-header--with-content .product-info__notify-me-when-in-stock,
  .my-account .my-account-header--with-content .product-info__recommended-alternative,
  .my-account .my-account-header--with-content .product-card__primary-button,
  .my-account .my-account-header--with-content .product-card__callout-out-of-stock-button-group-button,
  .my-account .my-account-header--with-content .product-card__button a, .product-card__button
  .my-account .my-account-header--with-content a,
  .my-account .my-account-header--with-content .product-fbt__primary-button,
  .my-account .my-account-header--with-content .add-review__button {
    font-size: .875rem !important;
    font-weight: 400;
    padding: .5em 1em; }
  @media screen and (max-width: 39.9375em) {
    .my-account .button--expand-at-small {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; } }
  .my-account .button--large, .my-account .account-dropdown__sign-in-button, .my-account .product-fbt__primary-button {
    font-size: 1.125rem !important;
    padding: .7em 1em; }
  .my-account .button--when-hidden-menu {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 64em) {
      .my-account .button--when-hidden-menu {
        display: none; } }

.my-account__grid {
  display: flex;
  flex-wrap: wrap; }
  .my-account__grid--credit-card-expiration-date > .my-account__cell {
    width: 50%; }
    @media print, screen and (min-width: 40em) {
      .my-account__grid--credit-card-expiration-date > .my-account__cell {
        width: auto; } }
  .my-account__grid--credit-card-expiration-date > .my-account__cell:nth-child(1) {
    padding-right: .25rem; }
  .my-account__grid--credit-card-expiration-date > .my-account__cell:nth-child(2) {
    padding-left: .25rem; }
  .my-account__grid--credit-card-security-code {
    align-items: center;
    margin-bottom: .5rem; }
    .my-account__grid--credit-card-security-code > .my-account__cell {
      width: 50%; }
      @media print, screen and (min-width: 40em) {
        .my-account__grid--credit-card-security-code > .my-account__cell {
          width: auto; } }
    .my-account__grid--credit-card-security-code > .my-account__cell:nth-child(1) {
      padding-right: .25rem; }
      .my-account__grid--credit-card-security-code > .my-account__cell:nth-child(1) > input {
        margin-bottom: 0; }
    .my-account__grid--credit-card-security-code > .my-account__cell:nth-child(2) {
      padding-left: .25rem; }
  .my-account__grid--address-postal-code {
    align-items: center;
    margin-bottom: .5rem; }
    .my-account__grid--address-postal-code > .my-account__cell:nth-child(1) {
      padding-right: .25rem; }
      .my-account__grid--address-postal-code > .my-account__cell:nth-child(1) > input {
        margin-bottom: 0;
        width: 5rem; }
    .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) {
      padding-left: .25rem;
      flex: 1; }
      .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .notify__button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .account-dropdown__sign-in-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-info__notify-me-when-in-stock, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-info__recommended-alternative, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__primary-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__callout-out-of-stock-button-group-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__button a, .product-card__button .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) a, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-fbt__primary-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .add-review__button {
        font-size: .9rem !important;
        padding: .85em 1em !important;
        margin-bottom: 0; }
        @media screen and (max-width: 39.9375em) {
          .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .notify__button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .account-dropdown__sign-in-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-info__notify-me-when-in-stock, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-info__recommended-alternative, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__primary-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__callout-out-of-stock-button-group-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-card__button a, .product-card__button .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) a, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .product-fbt__primary-button, .my-account__grid--address-postal-code > .my-account__cell:nth-child(2) .add-review__button {
            width: 100%; } }
  .my-account__grid--order-summary-order-details-layout {
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 63.9375em) {
      .my-account__grid--order-summary-order-details-layout {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        width: calc(100% + 2.5rem) !important; } }
    @media print, screen and (min-width: 64em) {
      .my-account__grid--order-summary-order-details-layout {
        display: none; } }
    .my-account__grid--order-summary-order-details-layout > .my-account__cell {
      padding: 1.5rem 0; }
    .my-account__grid--order-summary-order-details-layout > .my-account__cell:nth-child(1) {
      text-align: center; }
      .my-account__grid--order-summary-order-details-layout > .my-account__cell:nth-child(1) img {
        display: block;
        margin: 0 45px;
        width: 73px; }
    .my-account__grid--order-summary-order-details-layout > .my-account__cell:nth-child(2) {
      flex: 1;
      padding-right: .5rem; }
  .my-account__grid--order-summary-overview {
    margin-bottom: 1rem; }
    @media screen and (max-width: 63.9375em) {
      .my-account__grid--order-summary-overview {
        margin-top: 0.875rem; } }
    @media print, screen and (min-width: 64em) {
      .my-account__grid--order-summary-overview {
        margin-bottom: 0; } }
    @media screen and (max-width: 63.9375em) {
      .my-account__grid--order-summary-overview > .my-account__cell {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        width: calc(100% + 2.5rem) !important; } }
    .my-account__grid--order-summary-overview > .my-account__cell:nth-child(1) {
      border-bottom: 1px solid #cccccc;
      margin-bottom: .75rem;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .my-account__grid--order-summary-overview > .my-account__cell:nth-child(1) {
          /*border-bottom: 0;
                margin-bottom: 0;
                order: 2;
                width: auto;*/
          display: none; } }
    .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) {
      border-bottom: 1px solid #cccccc;
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) {
          border-bottom: 0;
          order: 1;
          width: auto; } }

.my-account__grid--page-layout > .my-account__cell {
  margin: 0; }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--page-layout > .my-account__cell {
      margin: 0 0.9375rem; } }

.my-account__grid--page-layout > .my-account__cell:nth-child(1) {
  display: none;
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--page-layout > .my-account__cell:nth-child(1) {
      display: block; } }

.my-account__grid--page-layout > .my-account__cell:nth-child(2) {
  font-size: .875rem;
  flex: 1;
  padding: 0 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--page-layout > .my-account__cell:nth-child(2) {
      padding: 0; } }

@media print, screen and (min-width: 64em) {
  .my-account__grid--signed-out > .my-account__cell:nth-child(1) {
    display: none; } }

.my-account__grid-container--grid-layout {
  overflow: hidden;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 63.9375em) {
    .my-account__grid-container--grid-layout {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }

.my-account__grid--grid-layout {
  margin: -.875rem -2px -.875rem 0; }
  .my-account__grid--grid-layout > .my-account__cell {
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0;
    padding: .875rem 1.25rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .my-account__grid--grid-layout > .my-account__cell {
        width: 50%; } }
    @media screen and (min-width: 75em) {
      .my-account__grid--grid-layout > .my-account__cell {
        width: calc(100%/3); } }
  @media print, screen and (min-width: 40em) {
    .my-account__grid--grid-layout > .my-account__cell:last-of-type {
      border-right-width: 0; } }

.my-account__grid--my-reviews-layout {
  border-bottom: 1px solid #cccccc; }
  .my-account__grid--my-reviews-layout:last-of-type {
    border-bottom: 0; }
  @media screen and (max-width: 63.9375em) {
    .my-account__grid--my-reviews-layout {
      margin: 0 -1.25rem; } }
  .my-account__grid--my-reviews-layout > .my-account__cell {
    padding: 1.5rem 0 0; }
  .my-account__grid--my-reviews-layout .button, .my-account__grid--my-reviews-layout .notify__button, .my-account__grid--my-reviews-layout .account-dropdown__sign-in-button, .my-account__grid--my-reviews-layout .product-info__notify-me-when-in-stock, .my-account__grid--my-reviews-layout .product-info__recommended-alternative, .my-account__grid--my-reviews-layout .product-card__primary-button, .my-account__grid--my-reviews-layout .product-card__callout-out-of-stock-button-group-button, .my-account__grid--my-reviews-layout .product-card__button a, .product-card__button .my-account__grid--my-reviews-layout a, .my-account__grid--my-reviews-layout .product-fbt__primary-button, .my-account__grid--my-reviews-layout .add-review__button {
    font-weight: 400;
    margin: 0 0 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .my-account__grid--my-reviews-layout .button, .my-account__grid--my-reviews-layout .notify__button, .my-account__grid--my-reviews-layout .account-dropdown__sign-in-button, .my-account__grid--my-reviews-layout .product-info__notify-me-when-in-stock, .my-account__grid--my-reviews-layout .product-info__recommended-alternative, .my-account__grid--my-reviews-layout .product-card__primary-button, .my-account__grid--my-reviews-layout .product-card__callout-out-of-stock-button-group-button, .my-account__grid--my-reviews-layout .product-card__button a, .product-card__button .my-account__grid--my-reviews-layout a, .my-account__grid--my-reviews-layout .product-fbt__primary-button, .my-account__grid--my-reviews-layout .add-review__button {
        font-size: 1rem; }
        .my-account__grid--my-reviews-layout .button--green, .my-account__grid--my-reviews-layout .notify__button--primary, .my-account__grid--my-reviews-layout .account-dropdown__sign-in-button, .my-account__grid--my-reviews-layout .product-card__primary-button, .my-account__grid--my-reviews-layout .product-card__button a, .product-card__button .my-account__grid--my-reviews-layout a, .my-account__grid--my-reviews-layout .product-fbt__primary-button, .my-account__grid--my-reviews-layout .add-review__button--preview, .my-account__grid--my-reviews-layout .add-review__button--publish, .my-account__grid--my-reviews-layout .add-review__button--ok {
          padding-bottom: .5em;
          padding-top: .5em; } }
    @media print, screen and (min-width: 40em) {
      .my-account__grid--my-reviews-layout .button, .my-account__grid--my-reviews-layout .notify__button, .my-account__grid--my-reviews-layout .account-dropdown__sign-in-button, .my-account__grid--my-reviews-layout .product-info__notify-me-when-in-stock, .my-account__grid--my-reviews-layout .product-info__recommended-alternative, .my-account__grid--my-reviews-layout .product-card__primary-button, .my-account__grid--my-reviews-layout .product-card__callout-out-of-stock-button-group-button, .my-account__grid--my-reviews-layout .product-card__button a, .product-card__button .my-account__grid--my-reviews-layout a, .my-account__grid--my-reviews-layout .product-fbt__primary-button, .my-account__grid--my-reviews-layout .add-review__button {
        padding-bottom: .5em;
        padding-top: .5em; } }
  .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(1) {
    padding-bottom: 1.5rem;
    text-align: center;
    width: 120px; }
    @media print, screen and (min-width: 40em) {
      .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(1) {
        padding-bottom: 0; } }
    .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(1) img {
      display: block;
      margin: 0 auto;
      width: 100%; }
  .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(2) {
    flex: 1;
    max-width: 540px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(2) .my-account__my-reviews-product-title {
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.4em;
      margin-bottom: .25em; }
    .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(2) .my-account__my-reviews-product-manufacturer {
      font-size: .875rem;
      font-weight: 500;
      line-height: 1.15em;
      margin: 0 0 1.5rem; }
      .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(2) .my-account__my-reviews-product-manufacturer .my-account__my-reviews-product-manufacturer-by-label {
        font-weight: 400; }
  .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(3) {
    padding: 0 1.25rem;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .my-account__grid--my-reviews-layout > .my-account__cell:nth-child(3) {
        margin-left: 116px; } }

.my-account__my-reviews-review-status-container {
  color: #666666;
  font-size: .8125rem;
  line-height: 1.4em;
  margin: 0 0 1rem; }
  @media print, screen and (min-width: 40em) {
    .my-account__my-reviews-review-status-container {
      max-width: 375px; } }
  .my-account__my-reviews-review-status-container .my-account__my-reviews-review-status-label {
    color: #e58700;
    display: inline;
    padding-right: .25rem; }
    @media print, screen and (min-width: 64em) {
      .my-account__my-reviews-review-status-container .my-account__my-reviews-review-status-label {
        color: #333333;
        font-weight: 400; } }
  .my-account__my-reviews-review-status-container .my-account__my-reviews-review-status {
    display: inline;
    font-weight: 500; }

.my-account__my-reviews-review-container {
  border: 1px solid #d9d9d9;
  margin-bottom: 0.5625rem; }
  @media print, screen and (min-width: 40em) {
    .my-account__my-reviews-review-container {
      max-width: 500px; } }
  @media print, screen and (min-width: 64em) {
    .my-account__my-reviews-review-container {
      margin-bottom: 1rem; } }

.my-account-header {
  margin-bottom: .6875rem; }
  @media screen and (max-width: 39.9375em) {
    .wishlist .my-account-header.my-account-header--subheader {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .my-account-header {
      margin-bottom: 1.125rem; } }
  .my-account-header .my-account-header__heading--h1 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15em;
    margin-bottom: 0;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .my-account-header .my-account-header__heading--h1 {
        text-align: left; } }
  .my-account-header .my-account-header__heading--h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2em;
    margin-bottom: 0;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .my-account-header .my-account-header__heading--h2 {
        text-align: left; } }

.my-account-header--with-content {
  align-items: center;
  display: flex;
  margin-bottom: 1.125rem; }
  .my-account-header--with-content > :nth-child(1) {
    flex: 1; }
  .my-account-header--with-content > :nth-child(2) {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .my-account-header--with-content > :nth-child(2) {
        display: block; } }
    @media print, screen and (min-width: 40em) {
      .wishlist .my-account-header--with-content > :nth-child(2) {
        display: none; } }
    @media print, screen and (min-width: 64em) {
      .wishlist .my-account-header--with-content > :nth-child(2) {
        display: block; } }
  .my-account-header--with-content .button, .my-account-header--with-content .notify__button, .my-account-header--with-content .account-dropdown__sign-in-button, .my-account-header--with-content .product-info__notify-me-when-in-stock, .my-account-header--with-content .product-info__recommended-alternative, .my-account-header--with-content .product-card__primary-button, .my-account-header--with-content .product-card__callout-out-of-stock-button-group-button, .my-account-header--with-content .product-card__button a, .product-card__button .my-account-header--with-content a, .my-account-header--with-content .product-fbt__primary-button, .my-account-header--with-content .add-review__button {
    margin: 0; }

.my-account-header--with-content-always-shown > :nth-child(2) {
  display: block; }

.my-account-header--subheader {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  border-width: 1px 0;
  padding: .625rem 1.25rem; }
  @media screen and (max-width: 63.9375em) {
    .my-account-header--subheader {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .my-account-header--subheader .my-account-header__heading--h2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0; }

.my-account-header--subheader.my-account-header--with-content {
  margin-top: 0;
  margin-bottom: 1.125rem;
  padding: 0.625rem 1.25rem; }

.my-account-nav .my-account-nav__ul {
  border: 1px solid #dbdbdb;
  border-width: 1px 0 0 1px;
  list-style: none;
  margin-left: 0; }
  .my-account-nav .my-account-nav__ul .my-account-nav__li {
    border: 1px solid #dbdbdb;
    border-width: 0 1px 1px 0;
    line-height: 1.5rem; }
    .my-account-nav .my-account-nav__ul .my-account-nav__li a {
      color: #333;
      display: block;
      padding: .5rem .75rem; }
      @media screen and (min-width: 75em) {
        .my-account-nav .my-account-nav__ul .my-account-nav__li a {
          padding: .5rem 1.5rem; } }
  .my-account-nav .my-account-nav__ul .my-account-nav__li--is-active a {
    cursor: not-allowed;
    color: #63b809;
    display: inline-block;
    font-weight: 600;
    pointer-events: none; }

.my-account-back-nav {
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  margin-left: -.1875rem; }
  @media print, screen and (min-width: 64em) {
    .my-account-back-nav {
      display: none; } }
  .my-account-back-nav > :nth-child(1) > img {
    display: block; }
  .my-account-back-nav > :nth-child(2) {
    font-size: 1.125rem; }

.my-account__definition-list {
  float: left;
  margin-bottom: 1em;
  padding: 0;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .my-account__definition-list {
      margin-left: 1.25rem; } }
  .my-account__auto-delivery-schedule .my-account__definition-list .my-account__definition-list-term {
    font-size: 1rem; }
  .my-account__auto-delivery-schedule .my-account__definition-list .my-account__definition-list-definition {
    margin-bottom: 1rem; }
  .my-account__grid--order-summary-order-details-layout--auto-delivery .my-account__definition-list {
    margin-top: 0.625rem;
    line-height: 2rem !important; }
    .my-account__grid--order-summary-order-details-layout--auto-delivery .my-account__definition-list .my-account__definition-list-term {
      font-size: 1rem; }
    .my-account__grid--order-summary-order-details-layout--auto-delivery .my-account__definition-list .my-account__definition-list-definition select {
      font-size: .875rem;
      margin-bottom: 0;
      margin-top: -0.1875rem;
      padding-bottom: 0.375rem;
      padding-top: 0.375rem; }
  .my-account__definition-list--add-new-address input, .my-account__definition-list--add-new-address select {
    font-size: .875rem;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .my-account__definition-list--add-new-address input, .my-account__definition-list--add-new-address select {
        margin-bottom: .5rem; } }
  .my-account__definition-list--add-credit-card {
    margin-bottom: 0; }
    .my-account__definition-list--add-credit-card input, .my-account__definition-list--add-credit-card select {
      font-size: .875rem;
      width: 100%; }
      @media screen and (max-width: 39.9375em) {
        .my-account__definition-list--add-credit-card input, .my-account__definition-list--add-credit-card select {
          margin-bottom: .5rem; } }
  .my-account__grid--order-summary-overview .my-account__definition-list {
    margin-bottom: 0; }
    .my-account__grid--order-summary-overview .my-account__definition-list .my-account__definition-list-term {
      font-weight: 700; }
  .my-account__grid--order-summary-order-details-layout .my-account__definition-list {
    line-height: 1.6em;
    margin-bottom: 0; }
  .my-account__definition-list--edit-mode {
    float: none; }
    .my-account__definition-list--edit-mode .my-account__definition-list-term {
      float: none;
      padding-right: 0; }
    .my-account__definition-list--edit-mode .my-account__definition-list-definition {
      float: none; }
  .help-center__refer-a-friend .my-account__definition-list {
    margin-left: 1.25rem;
    width: auto; }
    @media print, screen and (min-width: 40em) {
      .help-center__refer-a-friend .my-account__definition-list {
        max-width: 50%; } }
  .help-center__refer-a-friend--landing .my-account__definition-list {
    margin-left: 0; }

.my-account__definition-list-term {
  clear: left;
  float: left;
  font-weight: 500;
  margin: 0;
  padding: 0;
  padding-right: .33em; }

.my-account__add-credit-card-billing-address {
  line-height: 1.4em; }
  @media print, screen and (min-width: 64em) {
    .my-account__add-credit-card-billing-address {
      margin-left: 1.25rem; } }

.my-account__definition-list-definition {
  float: left;
  margin: 0;
  padding: 0; }

.my-account__grid--grid-layout > .my-account__cell > .my-account__definition-list {
  line-height: 1.6em; }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--grid-layout > .my-account__cell > .my-account__definition-list {
      margin-left: 0; } }

.my-account__definition-list + * {
  clear: both; }

.my-account__definition-list--payment-methods > dt:last-of-type, .my-account__definition-list--payment-methods > dd:last-of-type {
  margin-top: 1em; }

.my-account__definition-list--auto-delivery-order-item > :nth-child(7) {
  margin-top: 1em; }

.my-account__definition-list--auto-delivery-order-item > :nth-child(8) {
  clear: left; }

.my-account__auto-delivery-order-summary-container .my-account__definition-list--auto-delivery-order-item {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__auto-delivery-order-summary-container .my-account__definition-list--auto-delivery-order-item {
      margin-bottom: 1.5rem; } }

.my-account__definition-list--my-profile {
  font-size: 1rem;
  margin-bottom: 1.25rem; }
  .my-account__definition-list--my-profile dt, .my-account__definition-list--my-profile dd {
    margin-bottom: 1em; }
  .my-account__definition-list--my-profile dt:last-of-type, .my-account__definition-list--my-profile dd:last-of-type {
    margin-bottom: 0; }

.my-account__definition-list--my-orders {
  line-height: 2em; }
  .my-account__grid--order-summary-overview .my-account__definition-list--my-orders {
    margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .my-account__grid--order-summary-overview .my-account__definition-list--my-orders {
        margin-bottom: 2rem; } }
  .my-account__definition-list--my-orders .my-account__definition-list-term:first-child, .my-account__definition-list--my-orders .my-account__definition-list-term:first-child:first-child + .my-account__definition-list-definition {
    font-size: 1rem;
    font-weight: 700; }
  .my-account__definition-list--my-orders .my-account__definition-list-term:first-child:first-child + .my-account__definition-list-definition {
    position: relative; }

.my-account__definition-list--my-referrals .my-account__definition-list-definition:first-child {
  font-weight: 700; }

.my-account__definition-list--my-credits {
  margin-bottom: 0; }

.my-account__definition-list--my-credits-balance {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0; }
  .my-account__definition-list--my-credits-balance .my-account__definition-list-definition {
    color: #63b809; }

/*.my-account__definition-list-definition--balance {
        color: $color-green;
        font-weight: 700;
    }*/
.my-account__button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .my-account__button-group::before, .my-account__button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .my-account__button-group::after {
    clear: both; }
  .my-account__button-group .button, .my-account__button-group .notify__button, .my-account__button-group .account-dropdown__sign-in-button, .my-account__button-group .product-info__notify-me-when-in-stock, .my-account__button-group .product-info__recommended-alternative, .my-account__button-group .product-card__primary-button, .my-account__button-group .product-card__callout-out-of-stock-button-group-button, .my-account__button-group .product-card__button a, .product-card__button .my-account__button-group a, .my-account__button-group .product-fbt__primary-button, .my-account__button-group .add-review__button {
    margin: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .my-account__button-group .button:last-child, .my-account__button-group .notify__button:last-child, .my-account__button-group .account-dropdown__sign-in-button:last-child, .my-account__button-group .product-info__notify-me-when-in-stock:last-child, .my-account__button-group .product-info__recommended-alternative:last-child, .my-account__button-group .product-card__primary-button:last-child, .my-account__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .my-account__button-group .product-card__button a:last-child, .product-card__button .my-account__button-group a:last-child, .my-account__button-group .product-fbt__primary-button:last-child, .my-account__button-group .add-review__button:last-child {
      margin-right: 0; }
  @media screen and (max-width: 39.9375em) {
    .my-account__button-group .button, .my-account__button-group .notify__button, .my-account__button-group .account-dropdown__sign-in-button, .my-account__button-group .product-info__notify-me-when-in-stock, .my-account__button-group .product-info__recommended-alternative, .my-account__button-group .product-card__primary-button, .my-account__button-group .product-card__callout-out-of-stock-button-group-button, .my-account__button-group .product-card__button a, .product-card__button .my-account__button-group a, .my-account__button-group .product-fbt__primary-button, .my-account__button-group .add-review__button {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .my-account__button-group {
      margin-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--grid-layout .my-account__button-group {
      margin-left: 0; } }
  .my-account__button-group--small-buttons .button, .my-account__button-group--small-buttons .notify__button, .my-account__button-group--small-buttons .account-dropdown__sign-in-button, .my-account__button-group--small-buttons .product-info__notify-me-when-in-stock, .my-account__button-group--small-buttons .product-info__recommended-alternative, .my-account__button-group--small-buttons .product-card__primary-button, .my-account__button-group--small-buttons .product-card__callout-out-of-stock-button-group-button, .my-account__button-group--small-buttons .product-card__button a, .product-card__button .my-account__button-group--small-buttons a, .my-account__button-group--small-buttons .product-fbt__primary-button, .my-account__button-group--small-buttons .add-review__button {
    font-size: .875rem !important;
    font-weight: 400; }
    @media print, screen and (min-width: 64em) {
      .my-account__button-group--small-buttons .button, .my-account__button-group--small-buttons .notify__button, .my-account__button-group--small-buttons .account-dropdown__sign-in-button, .my-account__button-group--small-buttons .product-info__notify-me-when-in-stock, .my-account__button-group--small-buttons .product-info__recommended-alternative, .my-account__button-group--small-buttons .product-card__primary-button, .my-account__button-group--small-buttons .product-card__callout-out-of-stock-button-group-button, .my-account__button-group--small-buttons .product-card__button a, .product-card__button .my-account__button-group--small-buttons a, .my-account__button-group--small-buttons .product-fbt__primary-button, .my-account__button-group--small-buttons .add-review__button {
        padding: .5em 1em; } }
  @media print, screen and (min-width: 64em) {
    .my-account__button-group--auto-delivery-paused-active {
      margin-bottom: 3rem; } }
  @media screen and (max-width: 39.9375em) {
    .my-account__grid--order-summary-overview .my-account__button-group {
      flex-wrap: wrap;
      margin-bottom: 0.4375rem; } }
  .my-account__grid--order-summary-overview .my-account__button-group > .button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .notify__button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .account-dropdown__sign-in-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-info__notify-me-when-in-stock:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-info__recommended-alternative:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-card__primary-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-card__callout-out-of-stock-button-group-button:nth-child(1), .my-account__grid--order-summary-overview .product-card__button .my-account__button-group > a:nth-child(1), .product-card__button .my-account__grid--order-summary-overview .my-account__button-group > a:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-fbt__primary-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .add-review__button:nth-child(1) {
    font-weight: 400; }
    @media screen and (max-width: 39.9375em) {
      .my-account__grid--order-summary-overview .my-account__button-group > .button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .notify__button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .account-dropdown__sign-in-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-info__notify-me-when-in-stock:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-info__recommended-alternative:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-card__primary-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-card__callout-out-of-stock-button-group-button:nth-child(1), .my-account__grid--order-summary-overview .product-card__button .my-account__button-group > a:nth-child(1), .product-card__button .my-account__grid--order-summary-overview .my-account__button-group > a:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .product-fbt__primary-button:nth-child(1), .my-account__grid--order-summary-overview .my-account__button-group > .add-review__button:nth-child(1) {
        flex: 0 0 100%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .my-account__grid--order-summary-overview .my-account__button-group {
      margin-bottom: 0.4375rem; }
      .my-account__grid--order-summary-overview .my-account__button-group .button, .my-account__grid--order-summary-overview .my-account__button-group .notify__button, .my-account__grid--order-summary-overview .my-account__button-group .account-dropdown__sign-in-button, .my-account__grid--order-summary-overview .my-account__button-group .product-info__notify-me-when-in-stock, .my-account__grid--order-summary-overview .my-account__button-group .product-info__recommended-alternative, .my-account__grid--order-summary-overview .my-account__button-group .product-card__primary-button, .my-account__grid--order-summary-overview .my-account__button-group .product-card__callout-out-of-stock-button-group-button, .my-account__grid--order-summary-overview .my-account__button-group .product-card__button a, .product-card__button .my-account__grid--order-summary-overview .my-account__button-group a, .my-account__grid--order-summary-overview .my-account__button-group .product-fbt__primary-button, .my-account__grid--order-summary-overview .my-account__button-group .add-review__button {
        flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .my-account__grid--order-summary-overview .my-account__button-group {
      display: block; }
      .my-account__grid--order-summary-overview .my-account__button-group > .button, .my-account__grid--order-summary-overview .my-account__button-group > .notify__button, .my-account__grid--order-summary-overview .my-account__button-group > .account-dropdown__sign-in-button, .my-account__grid--order-summary-overview .my-account__button-group > .product-info__notify-me-when-in-stock, .my-account__grid--order-summary-overview .my-account__button-group > .product-info__recommended-alternative, .my-account__grid--order-summary-overview .my-account__button-group > .product-card__primary-button, .my-account__grid--order-summary-overview .my-account__button-group > .product-card__callout-out-of-stock-button-group-button, .my-account__grid--order-summary-overview .product-card__button .my-account__button-group > a, .product-card__button .my-account__grid--order-summary-overview .my-account__button-group > a, .my-account__grid--order-summary-overview .my-account__button-group > .product-fbt__primary-button, .my-account__grid--order-summary-overview .my-account__button-group > .add-review__button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (min-width: 40em) {
    .my-account__button-group--add-credit-card .button, .my-account__button-group--add-credit-card .notify__button, .my-account__button-group--add-credit-card .account-dropdown__sign-in-button, .my-account__button-group--add-credit-card .product-info__notify-me-when-in-stock, .my-account__button-group--add-credit-card .product-info__recommended-alternative, .my-account__button-group--add-credit-card .product-card__primary-button, .my-account__button-group--add-credit-card .product-card__callout-out-of-stock-button-group-button, .my-account__button-group--add-credit-card .product-card__button a, .product-card__button .my-account__button-group--add-credit-card a, .my-account__button-group--add-credit-card .product-fbt__primary-button, .my-account__button-group--add-credit-card .add-review__button {
      font-size: .9rem !important;
      padding: .85em 1em !important;
      min-width: 130px; } }
  @media print, screen and (min-width: 40em) {
    .my-account__button-group--use-this-address .button, .my-account__button-group--use-this-address .notify__button, .my-account__button-group--use-this-address .account-dropdown__sign-in-button, .my-account__button-group--use-this-address .product-info__notify-me-when-in-stock, .my-account__button-group--use-this-address .product-info__recommended-alternative, .my-account__button-group--use-this-address .product-card__primary-button, .my-account__button-group--use-this-address .product-card__callout-out-of-stock-button-group-button, .my-account__button-group--use-this-address .product-card__button a, .product-card__button .my-account__button-group--use-this-address a, .my-account__button-group--use-this-address .product-fbt__primary-button, .my-account__button-group--use-this-address .add-review__button {
      font-size: .9rem !important;
      padding: .85em 1em !important;
      min-width: 130px; } }
  .my-account__button-group--use-this-address .button--green, .my-account__button-group--use-this-address .notify__button--primary, .my-account__button-group--use-this-address .account-dropdown__sign-in-button, .my-account__button-group--use-this-address .product-card__primary-button, .my-account__button-group--use-this-address .product-card__button a, .product-card__button .my-account__button-group--use-this-address a, .my-account__button-group--use-this-address .product-fbt__primary-button, .my-account__button-group--use-this-address .add-review__button--preview, .my-account__button-group--use-this-address .add-review__button--publish, .my-account__button-group--use-this-address .add-review__button--ok {
    font-weight: 400; }
  @media print, screen and (min-width: 40em) {
    .my-account__button-group--add-new-address .button, .my-account__button-group--add-new-address .notify__button, .my-account__button-group--add-new-address .account-dropdown__sign-in-button, .my-account__button-group--add-new-address .product-info__notify-me-when-in-stock, .my-account__button-group--add-new-address .product-info__recommended-alternative, .my-account__button-group--add-new-address .product-card__primary-button, .my-account__button-group--add-new-address .product-card__callout-out-of-stock-button-group-button, .my-account__button-group--add-new-address .product-card__button a, .product-card__button .my-account__button-group--add-new-address a, .my-account__button-group--add-new-address .product-fbt__primary-button, .my-account__button-group--add-new-address .add-review__button {
      font-size: .9rem !important;
      padding: .85em 1em !important;
      min-width: 130px; } }
  .my-account__button-group--add-new-address .button--green, .my-account__button-group--add-new-address .notify__button--primary, .my-account__button-group--add-new-address .account-dropdown__sign-in-button, .my-account__button-group--add-new-address .product-card__primary-button, .my-account__button-group--add-new-address .product-card__button a, .product-card__button .my-account__button-group--add-new-address a, .my-account__button-group--add-new-address .product-fbt__primary-button, .my-account__button-group--add-new-address .add-review__button--preview, .my-account__button-group--add-new-address .add-review__button--publish, .my-account__button-group--add-new-address .add-review__button--ok {
    font-weight: 400; }
  @media screen and (max-width: 63.9375em) {
    .my-account__button-group--my-profile .button--green, .my-account__button-group--my-profile .notify__button--primary, .my-account__button-group--my-profile .account-dropdown__sign-in-button, .my-account__button-group--my-profile .product-card__primary-button, .my-account__button-group--my-profile .product-card__button a, .product-card__button .my-account__button-group--my-profile a, .my-account__button-group--my-profile .product-fbt__primary-button, .my-account__button-group--my-profile .add-review__button--preview, .my-account__button-group--my-profile .add-review__button--publish, .my-account__button-group--my-profile .add-review__button--ok {
      font-weight: 400; } }
  .my-account__payment-methods-item .my-account__button-group {
    margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .my-account__payment-methods-item .my-account__button-group {
        display: block; } }
    .my-account__payment-methods-item .my-account__button-group .button, .my-account__payment-methods-item .my-account__button-group .notify__button, .my-account__payment-methods-item .my-account__button-group .account-dropdown__sign-in-button, .my-account__payment-methods-item .my-account__button-group .product-info__notify-me-when-in-stock, .my-account__payment-methods-item .my-account__button-group .product-info__recommended-alternative, .my-account__payment-methods-item .my-account__button-group .product-card__primary-button, .my-account__payment-methods-item .my-account__button-group .product-card__callout-out-of-stock-button-group-button, .my-account__payment-methods-item .my-account__button-group .product-card__button a, .product-card__button .my-account__payment-methods-item .my-account__button-group a, .my-account__payment-methods-item .my-account__button-group .product-fbt__primary-button, .my-account__payment-methods-item .my-account__button-group .add-review__button {
      margin-bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .my-account__button-group--addresses {
    display: block; } }

.my-account__grid--grid-layout .my-account__button-group {
  margin-bottom: 0; }

.my-account__grid--grid-layout .button, .my-account__grid--grid-layout .notify__button, .my-account__grid--grid-layout .account-dropdown__sign-in-button, .my-account__grid--grid-layout .product-info__notify-me-when-in-stock, .my-account__grid--grid-layout .product-info__recommended-alternative, .my-account__grid--grid-layout .product-card__primary-button, .my-account__grid--grid-layout .product-card__callout-out-of-stock-button-group-button, .my-account__grid--grid-layout .product-card__button a, .product-card__button .my-account__grid--grid-layout a, .my-account__grid--grid-layout .product-fbt__primary-button, .my-account__grid--grid-layout .add-review__button {
  margin-bottom: 0; }

.my-account__address-card {
  line-height: 1.6em;
  margin-bottom: 1em; }
  .my-account__address-card .my-account__address-card-heading {
    font-size: .875rem;
    font-weight: 700;
    margin: 0; }
  .my-account__address-card .my-account__address-card-address {
    font-style: normal; }

.my-account__callout--tracking-number {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.15em;
  margin: 0 0 1.5rem; }

.my-account__callout--default {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 0 .5em 1em; }
  .my-account__callout--default div:nth-child(1) {
    padding-right: .75em; }
    @media screen and (max-width: 63.9375em) {
      .my-account__payment-methods-item .my-account__callout--default div:nth-child(1) {
        font-size: .9rem; } }
  .my-account__callout--default div:nth-child(2) img {
    display: block;
    height: 14px;
    width: 14px; }

.my-account__auto-delivery-order-number {
  margin: 0 0 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.15em; }

.my-account__payment-methods-item, .my-account__auto-delivery-order-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem; }
  .my-account__payment-methods-item:last-of-type, .my-account__auto-delivery-order-item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; }

.my-account__payment-methods-item {
  padding-bottom: 1.5rem; }

.my-account__auto-delivery-order-item {
  padding-bottom: .5rem; }
  @media screen and (max-width: 63.9375em) {
    .my-account__auto-delivery-order-item {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .my-account__auto-delivery-order-item:first-of-type {
    padding-top: 1rem; }

.my-account__auto-delivery-status-message--active {
  color: #4f9900; }

.my-account__auto-delivery-status-message--paused {
  color: #e58700; }

.my-account__auto-delivery-paused-note {
  color: #333333;
  display: inline-block;
  font-style: italic;
  margin: 0; }

.my-account-form--use-this-address {
  max-width: none !important; }

.my-account-form--add-new-address select {
  width: 100%; }

.my-account-form--add-new-address input[type="text"] + input[type="text"] {
  margin-top: -0.1875rem; }

.my-account-form .my-account-form__select + .my-account-form__select {
  margin-left: 1rem; }

@media print, screen and (min-width: 40em) {
  .my-account-form {
    max-width: 29.25rem; } }

.my-account__order-summary-numbers {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  .my-account__order-summary-numbers th, .my-account__order-summary-numbers td {
    text-align: right;
    padding: .25em 0; }
  .my-account__order-summary-numbers th {
    font-weight: 500;
    padding-right: 2em; }
    @media print, screen and (min-width: 64em) {
      .my-account__order-summary-numbers th {
        font-weight: 400;
        padding-right: 3em; } }
  .my-account__order-summary-numbers td {
    white-space: nowrap;
    width: 1%; }
    @media print, screen and (min-width: 64em) {
      .my-account__order-summary-numbers td {
        padding-right: 2.5em; } }
  .my-account__order-summary-numbers tr:last-child th, .my-account__order-summary-numbers tr:last-child td {
    font-weight: 700; }
    @media print, screen and (min-width: 64em) {
      .my-account__order-summary-numbers tr:last-child th, .my-account__order-summary-numbers tr:last-child td {
        border: 1px solid #d9d9d9;
        border-width: 1px 0;
        padding-bottom: .75em;
        padding-top: .75em; } }
  .my-account__order-summary-numbers tr:last-child th {
    text-transform: uppercase; }
  @media print, screen and (min-width: 64em) {
    .my-account__order-summary-numbers tr:nth-last-child(2) th, .my-account__order-summary-numbers tr:nth-last-child(2) td {
      padding-bottom: 1em; } }
  @media print, screen and (min-width: 64em) {
    .my-account__order-summary-numbers tr:first-child th {
      font-weight: 700; } }
  @media print, screen and (min-width: 64em) {
    .my-account__order-summary-numbers tr:first-child td {
      font-weight: 700; } }

.my-account__table--order-summary-order-details-layout {
  border-collapse: collapse;
  display: none;
  margin-top: -.5rem;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .my-account__table--order-summary-order-details-layout {
      display: table; } }
  .my-account__table--order-summary-order-details-layout th {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-weight: 400;
    padding: .5em;
    text-transform: uppercase;
    white-space: nowrap; }
    .my-account__table--order-summary-order-details-layout th:first-child {
      text-align: left;
      padding-left: 0;
      width: 40%; }
      @media print, screen and (min-width: 64em) {
        .my-account__table--order-summary-order-details-layout th:first-child {
          padding-left: 1.25rem; } }
  .my-account__table--order-summary-order-details-layout td {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: .5em; }
    .my-account__table--order-summary-order-details-layout td:first-child {
      padding: 1em 0; }
      .my-account__table--order-summary-order-details-layout td:first-child img {
        max-width: 73px;
        text-align: left; }
    .my-account__table--order-summary-order-details-layout td:nth-child(2) {
      padding-left: 1.25em;
      text-align: left; }

.my-account__table--auto-delivery-order-summary-order-details-layout {
  border-collapse: collapse;
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1.5rem;
  width: 100%; }
  .my-account__table--auto-delivery-order-summary-order-details-layout select {
    font-size: .875rem;
    margin-top: .5rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__table--auto-delivery-order-summary-order-details-layout {
      display: table; } }
  .my-account__table--auto-delivery-order-summary-order-details-layout th {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-weight: 700;
    padding: .5em;
    white-space: nowrap; }
    .my-account__table--auto-delivery-order-summary-order-details-layout th:first-child {
      text-align: left;
      padding-left: 0;
      width: 40%; }
  .my-account__table--auto-delivery-order-summary-order-details-layout td {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: .5em; }
    .my-account__table--auto-delivery-order-summary-order-details-layout td:first-child {
      padding: 1em 0; }
      .my-account__table--auto-delivery-order-summary-order-details-layout td:first-child img {
        max-width: 73px;
        text-align: left; }
    .my-account__table--auto-delivery-order-summary-order-details-layout td:nth-child(2) {
      padding-left: 1.25em;
      text-align: left; }
  .my-account__table--auto-delivery-order-summary-order-details-layout tfoot tr td {
    border-bottom: 0 !important;
    font-weight: 700;
    padding-right: 3rem !important;
    text-align: right; }

.my-account__table--auto-delivery-schedule {
  border-collapse: collapse;
  display: none;
  margin-bottom: 3rem;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .my-account__table--auto-delivery-schedule {
      display: table; } }
  .my-account__table--auto-delivery-schedule th {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-weight: 700;
    padding: .5em;
    white-space: nowrap; }
    .my-account__table--auto-delivery-schedule th:first-child {
      text-align: left;
      padding-left: 0;
      width: 40%; }
  .my-account__table--auto-delivery-schedule td {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: .5em; }
    .my-account__table--auto-delivery-schedule td:first-child {
      padding: 1em 0;
      text-align: left; }

.my-account-orders__product-title {
  font-size: 0.875rem;
  line-height: 1.15em;
  margin-bottom: 0; }

.my-account-orders__heading--h3 {
  font-weight: 700;
  font-size: 1rem; }
  @media print, screen and (min-width: 64em) {
    .my-account-orders__heading--h3 {
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: .5em;
      padding-left: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .my-account__dispatch-history .my-account-orders__heading--h3 {
      border-bottom: 0;
      padding-bottom: 0; } }

.my-account-orders__heading--no-border {
  border: 0; }

.my-account-orders__delivery-address {
  border-bottom: 1px solid #d9d9d9;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media screen and (max-width: 63.9375em) {
    .my-account-orders__delivery-address {
      margin-left: -1.25rem;
      margin-right: -1.25rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: calc(100% + 2.5rem) !important; } }
  @media print, screen and (min-width: 64em) {
    .my-account-orders__delivery-address {
      border-bottom: 0;
      padding-left: 1.25rem; } }
  .my-account-orders__delivery-address--auto-delivery {
    border-bottom-width: 0;
    padding-bottom: 0; }

.my-account-orders__delivery-address-container {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem; }
  @media screen and (max-width: 63.9375em) {
    .my-account-orders__delivery-address-container {
      margin: 0 -1.25rem;
      padding: 0 1.25rem; } }

.my-account__dispatch-history {
  border: 2px solid #ededed;
  border-radius: .25rem;
  float: left;
  padding: 1rem;
  width: 100%; }

.my-account__address-list {
  list-style: none;
  margin-bottom: 1.5rem;
  margin-left: 0; }
  @media print, screen and (min-width: 64em) {
    .my-account__address-list {
      margin-left: 1.25rem; } }
  .my-account__address-list li {
    margin-bottom: 1.5em; }
    .my-account__address-list li:last-of-type {
      margin-bottom: 0; }
    .my-account__address-list li label {
      font-weight: 700;
      line-height: 1.15em; }
      .my-account__address-list li label label {
        align-items: stretch; }
        .my-account__address-list li label label .faux-radio__button {
          margin-top: 0.0625rem;
          min-width: .875rem !important; }
      .my-account__address-list li label address {
        display: inline;
        font-style: normal;
        font-weight: 400; }

.my-account__add-new-address-link {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__add-new-address-link {
      margin-left: 1.25rem; } }

@media screen and (max-width: 63.9375em) {
  .my-account__auto-delivery-order-summary-container {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 -1.25rem 1.25rem;
    padding: .5rem 1.25rem 0; } }

.my-account__grid--order-summary-order-details-layout--auto-delivery {
  margin-bottom: 1rem; }

.my-account__auto-delivery-schedule {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -1.25rem 1.5rem;
  padding: .25rem 1.25rem .5rem; }
  @media print, screen and (min-width: 64em) {
    .my-account__auto-delivery-schedule {
      display: none; } }
  .my-account__auto-delivery-schedule select {
    margin-bottom: 0;
    margin-right: .5rem !important; }
    .my-account__auto-delivery-schedule select:nth-child(1) {
      width: calc(25% - 0.5rem); }
    .my-account__auto-delivery-schedule select:nth-child(2) {
      width: calc(45% - 0.5rem); }
    .my-account__auto-delivery-schedule select:last-child {
      margin-right: 0 !important;
      width: 30%; }

.my-account__addresses-full-name {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.7em;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .my-account__addresses-full-name {
      line-height: 1.5em; } }

.my-account__address {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.7em; }
  @media print, screen and (min-width: 40em) {
    .my-account__address {
      line-height: 1.5em; } }

.my-account__addresses-phone-number-container {
  /*@include breakpoint(small only) {
        display: none;
    }*/
  font-size: .875rem;
  line-height: 1.7em; }
  @media print, screen and (min-width: 40em) {
    .my-account__addresses-phone-number-container {
      line-height: 1.5em; } }
  .my-account__addresses-phone-number-container .my-account__addresses-phone-number-label {
    white-space: nowrap; }
  .my-account__addresses-phone-number-container .my-account__addresses-phone-number {
    white-space: nowrap; }

.register-form {
  margin-bottom: .75rem; }
  @media print, screen and (min-width: 64em) {
    .my-account .register-form {
      margin-left: 0.75rem;
      max-width: calc(50% - 0.75rem); } }
  .register-form label {
    font-weight: 500;
    padding-left: .5em; }
  .register-form .select {
    font-size: 1rem;
    margin-bottom: 1em; }
  .register-form .select--title {
    width: 100%; }
  .register-form .bday-row {
    display: flex; }
    .register-form .bday-row > * {
      margin-right: .5rem; }
    .register-form .bday-row > *:last-child {
      margin-right: 0; }
  .register-form .checkout-form-error {
    color: #bf0000;
    font-size: 1rem;
    margin-bottom: .75rem;
    margin-top: -.75rem;
    padding-left: .5em; }
  .register-form .required-marker {
    color: #bf0000;
    display: inline-block;
    margin-left: -0.25rem; }

.registration-form__newletter-container {
  margin-left: 0.75rem;
  margin-bottom: 1.5rem; }
  .registration-form__newletter-container .faux-checkbox__button {
    margin-top: -1px; }
  .registration-form__newletter-container .faux-checkbox__label {
    font-weight: 500; }

@media print, screen and (min-width: 64em) {
  .my-account__button-group--retrofit {
    margin-left: 0.75rem; } }

@media print, screen and (min-width: 64em) {
  .my-account .address-form {
    max-width: 70%; } }

.my-account .address-form .checkout-form-error {
  color: #bf0000;
  font-size: 1rem;
  margin-bottom: .75rem;
  margin-top: -.75rem;
  padding-left: .5em; }

.my-account .address-form .required-marker {
  color: #bf0000;
  display: inline-block;
  margin-left: -0.25rem; }

.my-account__callout-alt {
  background: #f0f5dc;
  border: 1px solid #e6e6e6;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
  line-height: 1.25em;
  padding: 0.5rem 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .my-account__callout-alt--wishlist {
      margin-top: 0.625rem; } }

.sale {
  /*padding: 0 !important;*/
  /*  use this if you want the cells to go all the way to the edge of the browser */ }

.sale__header {
  display: flex;
  flex-flow: row wrap;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .sale__header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
    .sale__header {
      padding: 0 15px; } }

.sale__heading--h1 {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  background: #63b809;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-bottom: 1rem;
  outline: 1px dashed #fff;
  outline-offset: -.5rem;
  padding: .67em 1.5em;
  text-align: center;
  text-transform: lowercase; }
  @media print, screen and (min-width: 40em) {
    .sale__heading--h1 {
      flex: 1;
      margin-right: 0;
      margin-left: 0;
      font-size: 3rem;
      margin-bottom: 0;
      order: 2;
      outline-offset: -1rem;
      padding: .67em 1em;
      text-align: left; } }

.sale__header-button-group {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  background: #ccc;
  margin-bottom: 0;
  padding: 1px; }
  .sale__header-button-group::before, .sale__header-button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .sale__header-button-group::after {
    clear: both; }
  .sale__header-button-group .button, .sale__header-button-group .notify__button, .sale__header-button-group .account-dropdown__sign-in-button, .sale__header-button-group .product-info__notify-me-when-in-stock, .sale__header-button-group .product-info__recommended-alternative, .sale__header-button-group .product-card__primary-button, .sale__header-button-group .product-card__callout-out-of-stock-button-group-button, .sale__header-button-group .product-card__button a, .product-card__button .sale__header-button-group a, .sale__header-button-group .product-fbt__primary-button, .sale__header-button-group .add-review__button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .sale__header-button-group .button:last-child, .sale__header-button-group .notify__button:last-child, .sale__header-button-group .account-dropdown__sign-in-button:last-child, .sale__header-button-group .product-info__notify-me-when-in-stock:last-child, .sale__header-button-group .product-info__recommended-alternative:last-child, .sale__header-button-group .product-card__primary-button:last-child, .sale__header-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .sale__header-button-group .product-card__button a:last-child, .product-card__button .sale__header-button-group a:last-child, .sale__header-button-group .product-fbt__primary-button:last-child, .sale__header-button-group .add-review__button:last-child {
      margin-right: 0; }
  .sale__header-button-group .button, .sale__header-button-group .notify__button, .sale__header-button-group .account-dropdown__sign-in-button, .sale__header-button-group .product-info__notify-me-when-in-stock, .sale__header-button-group .product-info__recommended-alternative, .sale__header-button-group .product-card__primary-button, .sale__header-button-group .product-card__callout-out-of-stock-button-group-button, .sale__header-button-group .product-card__button a, .product-card__button .sale__header-button-group a, .sale__header-button-group .product-fbt__primary-button, .sale__header-button-group .add-review__button {
    flex: 0 0 100%; }
    .sale__header-button-group .button:last-child, .sale__header-button-group .notify__button:last-child, .sale__header-button-group .account-dropdown__sign-in-button:last-child, .sale__header-button-group .product-info__notify-me-when-in-stock:last-child, .sale__header-button-group .product-info__recommended-alternative:last-child, .sale__header-button-group .product-card__primary-button:last-child, .sale__header-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .sale__header-button-group .product-card__button a:last-child, .product-card__button .sale__header-button-group a:last-child, .sale__header-button-group .product-fbt__primary-button:last-child, .sale__header-button-group .add-review__button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .sale__header-button-group {
      width: 15.625rem;
      margin-right: 0;
      margin-left: 0;
      margin-right: 0.9375rem;
      order: 1; } }

.sale__header .sale__header-button-group a {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  color: #63b809;
  font-size: 1rem;
  padding: 0.75em 1em;
  text-align: left;
  vertical-align: middle;
  border-radius: 0; }
  .sale__header .sale__header-button-group a img {
    margin-right: 0.625rem; }

/*.sale__header-button-group a img {
    height: 1.125rem;
    margin-top: -3px;
    position: relative;
    vertical-align: middle;
    width: 1.125rem;
}*/
.sale__heading--h2 {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0;
  padding-bottom: .25rem; }
  @media print, screen and (min-width: 40em) {
    .sale__heading--h2 {
      font-size: 1.5rem; } }

.sale__grid {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.5rem; }

.sale__promo {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
  color: #333;
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .sale__promo {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.sale__promo-image-container {
  flex: 0 1 auto;
  align-self: center; }
  .sale__promo-image-container:first-child {
    padding-right: 1rem; }
  .sale__promo-image-container:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .sale__promo-image-container > :last-child {
    margin-bottom: 0; }

.sale__promo-image-container img {
  border: 1px solid #ccc;
  display: block;
  width: 5.3125rem; }

.sale__promo-description {
  flex: 0 1 auto;
  align-self: center; }
  .sale__promo-description:first-child {
    padding-right: 1rem; }
  .sale__promo-description:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .sale__promo-description > :last-child {
    margin-bottom: 0; }

.sale__promo-description h2, .sale__promo-description h3 {
  font-size: 20px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0; }

.sale__promo-description p {
  font-size: .875rem;
  margin: 0; }

.sale__promo-code {
  color: #63b809;
  margin: 0;
  font-weight: 600; }

.sale__text--no-wrap {
  white-space: nowrap; }

/*
.test-container{
    @include xy-grid-container;
    background:#000;
}

.test-grid {
    @include xy-grid();
    background: #eee;
}

.test-cell {
    @include xy-cell(4);
}
*/
.giving__hero {
  width: 100%;
  background: url("https://biovea.com/vn/imgs/charity-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -1.5625rem;
  height: 13.125rem;
  border-bottom: 0.125rem solid #ebeadd; }
  @media print, screen and (min-width: 40em) {
    .giving__hero {
      height: 25rem;
      border-bottom: 0.5rem solid #ebeadd; } }
  @media print, screen and (min-width: 64em) {
    .giving__hero {
      height: 36.25rem; } }

.giving__hero-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .giving__hero-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.giving__hero-intro {
  width: 55%;
  margin-left: 45%; }
  @media print, screen and (min-width: 64em) {
    .giving__hero-intro {
      width: 50%;
      margin-left: 50%; } }

@media print, screen and (min-width: 40em) {
  .giving__hero-header {
    max-width: 75%; } }

.giving__hero-header img {
  max-width: 100%; }

.giving__hero-para {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .giving__hero-para {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .giving__hero-para {
      font-size: 1.3125rem; } }

.giving__content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .giving__content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
    .giving__content {
      padding: 0; } }

.giving__header {
  margin: 1.5625rem 0;
  padding: 0 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .giving__header {
      padding: 0;
      margin: 3.125rem 0;
      text-align: center; } }
  .giving__header h1 {
    font-size: 1.5rem;
    font-weight: 700; }
    @media print, screen and (min-width: 40em) {
      .giving__header h1 {
        font-size: 2.1875rem; } }
  .giving__header p {
    font-size: 0.875rem; }
    @media print, screen and (min-width: 40em) {
      .giving__header p {
        display: none; } }

.giving__charities {
  display: flex;
  flex-wrap: wrap; }

.giving__charity {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  @media print, screen and (min-width: 64em) {
    .giving__charity {
      width: 33.3334%; }
      .giving__charity:nth-child(3n+3) {
        border-right: 0; }
      .giving__charity:nth-child(7), .giving__charity:nth-child(8) {
        border-bottom: 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .giving__charity {
      width: 50%; }
      .giving__charity:nth-child(2n+2) {
        border-right: 0; }
      .giving__charity:nth-child(7), .giving__charity:nth-child(8) {
        border-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .giving__charity {
      border-right: 0; }
      .giving__charity:nth-child(8) {
        border-bottom: 0; } }

.giving__charity-header {
  display: flex;
  margin-bottom: 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .giving__charity-header {
      align-items: center; } }
  @media print, screen and (min-width: 40em) {
    .giving__charity-header {
      min-height: 5rem; } }

.giving__charity-logo {
  text-align: center;
  margin-right: 0.625rem;
  width: 4.375rem;
  height: 2.5rem; }
  @media screen and (max-width: 39.9375em) {
    .giving__charity-logo {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media print, screen and (min-width: 40em) {
    .giving__charity-logo {
      width: 5rem;
      height: auto; } }
  @media print, screen and (min-width: 64em) {
    .giving__charity-logo {
      width: 6.25rem; } }
  .giving__charity-logo img {
    max-width: 100%;
    max-height: 100%; }

.giving__charity-name {
  flex: 1;
  /*padding-top: rem-calc(7px);
    @include breakpoint(medium) {
        padding-top: rem-calc(10px);
    }
    @include breakpoint(large) {
        padding-top: rem-calc(13px);
    }*/ }

.giving__charity-name h2 {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 900; }
  @media print, screen and (min-width: 40em) {
    .giving__charity-name h2 {
      font-size: 1.4375rem; } }

@media print, screen and (min-width: 40em) {
  .giving__charity--aspca .giving__charity-name h2 {
    font-size: 1.0625rem; } }

@media print, screen and (min-width: 40em) {
  .giving__charity--jdrf .giving__charity-name h2 {
    font-size: 1.1875rem; } }

.giving__charity-content p {
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .giving__charity-content p {
      font-size: 1rem; } }

.giving__charity-btn {
  margin-top: auto; }

@media screen and (max-width: 63.9375em) {
  .giving__charity-btn .button, .giving__charity-btn .notify__button, .giving__charity-btn .account-dropdown__sign-in-button, .giving__charity-btn .product-info__notify-me-when-in-stock, .giving__charity-btn .product-info__recommended-alternative, .giving__charity-btn .product-card__primary-button, .giving__charity-btn .product-card__callout-out-of-stock-button-group-button, .giving__charity-btn .product-card__button a, .product-card__button .giving__charity-btn a, .giving__charity-btn .product-fbt__primary-button, .giving__charity-btn .add-review__button {
    display: block;
    text-align: center; } }

/*// Giving Title
.giving-title {
    padding: 0 rem-calc(15px);
}

.giving-title h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    padding: .5em 0;
    @include breakpoint(large) {
        font-size: 2rem;
    }
}

// Giving Intro
.giving-intro {
    padding: 0 rem-calc(15px);
}

.giving-intro__wrapper {
    @include xy-grid;
    border: 1px solid $color-grey-light;
}
 
.giving-intro__image {
    padding: 0;
    @include breakpoint(medium) {
        width:50%;
        padding-right:15px;
    }
}

.giving-intro__content {
    padding:0 1.5rem;
    @include breakpoint(medium) {
        width:50%;
        padding: 0 1.5rem 0 15px;
    }
}

// Giving Spotlight
.giving-spotlight {
    @include breakpoint(small only) {
        margin-bottom: 1.25rem;
    }
}

.giving-spotlight__header {
    @include xy-cell;
}

.giving-spotlight__header h2 {
    background: lighten(#000,20%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 1.25rem 0 0;
    padding: .5em 1.5rem;
    @include breakpoint(medium) {
        margin: 1.25rem 0;
    }
} 

.giving-spotlight__content {
    @include xy-grid;
}

.giving__spotlight-container {
    @include xy-cell;
    background: #c6ddf1;
    @include breakpoint(medium) {
        @include xy-cell(6);
    }
}

.giving__spotlight-container img {
    width:100%;
}

.giving__spotlight-container h3 {
    font-size:1.125rem;
    font-weight: 700;
    margin: .5rem 0 .25rem;
    padding: 0 1.5rem;
}

.giving__spotlight-container-heading--no-link {
    color: #071e32;
}


.giving__spotlight-container p{
    color: #000;
    margin:0 0 1.5rem;
    padding:0 1.5rem;
    //padding:0;
}



//----------------------------------------------------------------------------------------------------------


.giving__grid--collapse {
    @include xy-grid-collapse('.giving__cell');
}

.giving__cell {
    @include xy-cell();
}

.giving__grid--collapse > .giving__cell {
    width: 100%;
}

.giving__grid--layout {

}

.giving__grid--layout > .giving__cell:nth-child(1) {
    //background:#def;

    @include breakpoint(large) {
        width: 66.66666666666667%;
    }

}

.giving__grid--layout > .giving__cell:nth-child(2) {
    //background: #fed;
    display: none;
    padding-left: rem-calc(15px);
    padding-right: rem-calc(15px);

    @include breakpoint(large) {
        display: block;
        width: calc(100% / 3);
    }
}

// --------------------------------------------

// begin giving header styles


.giving__header-image-container {


    @include breakpoint(small only) {
        margin-left: rem-calc(-10px);
        margin-right: rem-calc(-10px);
        //margin: 0;
        //width: 100%;
        width: calc(100% + 1.25rem);
    }

    @include breakpoint(medium) {
       // @include xy-cell(50);
    }
}

.giving__header-image-container img {
    display:block;
    width:100%;
}

.giving__header-content-container {
    @include xy-cell();
    border: 1px solid #ccc;
    border-top-width: 0;

    @include breakpoint(small only) {
        margin-left: rem-calc(-10px);
        margin-right: rem-calc(-10px);
        //margin:0;
        //width:100%
        width: calc(100% + 1.25rem);
    }

    @include breakpoint(medium) {
        @include xy-cell(6);
    }
}

.giving__header-heading--h2 {
    color: #1b79c8;
    font-size: 1.75rem;
    //font-weight: 700;
    margin: .5rem 0 .25rem;
    padding: 0;
    text-transform: uppercase;

    @include breakpoint(medium) {
        //padding: 0;
    }
}

.giving__header-heading-biovea {
    color:#545454;
    font-weight: 700;
}

.giving__header-content-container p {
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
}


// end giving header styles

// begin spotlight charities styles




// end spotlight charities styles

// begin other charities styles

.giving__other-charities {
    @include xy-grid();
}

.giving__other-charities-header {
    @include xy-cell();
}

.giving__other-charities-heading--h2 {
    border-bottom: 1px solid lighten(#000,80%);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1em 0;
    padding-bottom: .25em;

    @include breakpoint(small only) {
        //line-height: 1.25em
    }

    @include breakpoint(medium only) {
        margin-bottom: 1.5rem;
    }

    @include breakpoint(large) {
        margin-bottom: 0;
    }

}

.giving__other-charities-heading--nowrap{
    white-space:nowrap;
}

.giving__other-charities-charity-container {
    @include xy-cell();
}

.giving__other-charities-media-object-container {

    @include breakpoint(large) {
        @include media-object-container;
        border-bottom: 1px solid lighten(#000,80%);
        padding:1.5rem 0;
        margin:0;
    }

}

.giving__other-charities-media-object-container:last-child {

    @include breakpoint(large) {
        border-bottom-width: 0;
    }
}


.giving__other-charities-media-object-image-container {
    display: none;    
    @include breakpoint(large) {
        //@include media-object-section();
        display: flex;
        align-items: center;
        justify-content: center;
        width: rem-calc(200px);
        height: rem-calc(150px);
        border: 1px solid $color-grey-light;
    }

    img {
        max-width: 100%;
    }

}

.giving__other-charities-media-object-content-container {
    flex: 1;

    @include breakpoint(medium) {
        //@include media-object-section();
        //padding-left: 15px;

    }

    @include breakpoint(large) {
        //@include media-object-section();
        padding-left: 15px;
    }
}

.giving__other-charities-media-object-content-container h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 .25rem;

    @include breakpoint(large) {
        font-size: 1rem;
    }
}

.giving__other-charities-media-object-content-container p {
    margin: 0 0 1.5rem !important;

    @include breakpoint(large) {
        margin: 0 !important;
    }
}


// end other charities styles*/
.about-us {
  max-width: 62.5rem;
  margin: 0 auto; }

h1.about-us__header {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem; }

.about-us img {
  float: right;
  padding: 0 0 0.625rem 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .about-us img {
      float: none;
      padding: 0 0 0.9375rem; } }

.about-us h2 {
  margin-bottom: 0.3125rem; }

.HowToOrder__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .HowToOrder__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.HowToOrder__grid {
  display: flex;
  flex-flow: row wrap; }

.HowToOrder__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .HowToOrder__grid--collapse > .HowToOrder__cell {
    margin-right: 0;
    margin-left: 0; }
  .HowToOrder__grid--collapse > .small-1 {
    width: 8.33333%; }
  .HowToOrder__grid--collapse > .small-2 {
    width: 16.66667%; }
  .HowToOrder__grid--collapse > .small-3 {
    width: 25%; }
  .HowToOrder__grid--collapse > .small-4 {
    width: 33.33333%; }
  .HowToOrder__grid--collapse > .small-5 {
    width: 41.66667%; }
  .HowToOrder__grid--collapse > .small-6 {
    width: 50%; }
  .HowToOrder__grid--collapse > .small-7 {
    width: 58.33333%; }
  .HowToOrder__grid--collapse > .small-8 {
    width: 66.66667%; }
  .HowToOrder__grid--collapse > .small-9 {
    width: 75%; }
  .HowToOrder__grid--collapse > .small-10 {
    width: 83.33333%; }
  .HowToOrder__grid--collapse > .small-11 {
    width: 91.66667%; }
  .HowToOrder__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .HowToOrder__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .HowToOrder__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .HowToOrder__grid--collapse > .medium-3 {
      width: 25%; }
    .HowToOrder__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .HowToOrder__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .HowToOrder__grid--collapse > .medium-6 {
      width: 50%; }
    .HowToOrder__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .HowToOrder__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .HowToOrder__grid--collapse > .medium-9 {
      width: 75%; }
    .HowToOrder__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .HowToOrder__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .HowToOrder__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .HowToOrder__grid--collapse > .large-1 {
      width: 8.33333%; }
    .HowToOrder__grid--collapse > .large-2 {
      width: 16.66667%; }
    .HowToOrder__grid--collapse > .large-3 {
      width: 25%; }
    .HowToOrder__grid--collapse > .large-4 {
      width: 33.33333%; }
    .HowToOrder__grid--collapse > .large-5 {
      width: 41.66667%; }
    .HowToOrder__grid--collapse > .large-6 {
      width: 50%; }
    .HowToOrder__grid--collapse > .large-7 {
      width: 58.33333%; }
    .HowToOrder__grid--collapse > .large-8 {
      width: 66.66667%; }
    .HowToOrder__grid--collapse > .large-9 {
      width: 75%; }
    .HowToOrder__grid--collapse > .large-10 {
      width: 83.33333%; }
    .HowToOrder__grid--collapse > .large-11 {
      width: 91.66667%; }
    .HowToOrder__grid--collapse > .large-12 {
      width: 100%; } }

.HowToOrder__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.HowToOrder__grid--collapse > .HowToOrder__cell {
  width: 100%; }

.HowToOrder__grid-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: .5em 0;
  border-bottom: 1px solid #cccccc; }

@media print, screen and (min-width: 64em) {
  .HowToOrder__grid--layout > .HowToOrder__cell:nth-child(1) {
    width: 66.66666666666667%; } }

.HowToOrder__grid--layout > .HowToOrder__cell:nth-child(2) {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .HowToOrder__grid--layout > .HowToOrder__cell:nth-child(2) {
      display: block;
      width: calc(100% / 3); } }

@media screen and (max-width: 39.9375em) {
  .HowToOrder__cell img {
    display: none; } }

.HowToOrder__grid--collapse > .HowToOrder__cell {
  width: 100%; }

.HowToOrder__grid-container h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: .5em 0; }

.HowToOrder__grid-container h2 {
  font-size: 3rem;
  font-weight: 400;
  margin: 1em 0;
  text-align: center; }

.titleGreen {
  color: #5abc0a;
  font-weight: 700; }

.HowToOrder__grid-container h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em 0;
  /*@include breakpoint(small only) {
        padding-right: 2.5em;
    }*/ }

.HowToOrder__grid--header1 {
  background: #fff; }

@media print, screen and (min-width: 40em) {
  .HowToOrder__grid--header1 > .HowToOrder__cell {
    width: 100%; } }

.HowToOrder__grid--header1 > .HowToOrder__cell:nth-child(1) {
  border-bottom: 0px solid #e5e5e5;
  border-right: 0px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 0 18em 0 18em; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .HowToOrder__grid--header1 > .HowToOrder__cell:nth-child(1) {
      padding: 0 10em 0 10em; } }
  @media screen and (max-width: 39.9375em) {
    .HowToOrder__grid--header1 > .HowToOrder__cell:nth-child(1) {
      border-bottom: 0px solid #e5e5e5;
      border-right: 0px solid #e5e5e5;
      padding: 0 3em 0 3em; } }

.howToOrderImage {
  background: url("https://www.biovea.com/imgs/sprite.png") repeat scroll 0px -212px;
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.HowToOrder__grid--header {
  background: #fff;
  margin: 0 15px; }

@media print, screen and (min-width: 40em) {
  .HowToOrder__grid--header > .HowToOrder__cell {
    width: 50%; } }

.HowToOrder__grid--header > .HowToOrder__cell:nth-child(1) {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 0 3em 0 3em; }
  @media screen and (max-width: 39.9375em) {
    .HowToOrder__grid--header > .HowToOrder__cell:nth-child(1) {
      border-bottom: 0px solid #e5e5e5;
      border-right: 0px solid #e5e5e5; } }

.HowToOrder__grid--header > .HowToOrder__cell:nth-child(2) {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 0px 50px 0px 50px; }

.howToOrderImage2 {
  background: url("https://www.biovea.com/imgs/sprite.png") repeat scroll -101px -212px;
  width: 100px;
  height: 100px;
  margin: 0 auto; }

.howToOrderDisclaimer {
  background-color: #f6f7f8;
  clear: both;
  margin: 0 auto;
  margin-top: 1.5rem; }

.howToOrderDisclaimer p {
  font-style: italic;
  padding: 14px 25px; }

.content {
  /*@include breakpoint(medium down) {
        padding-top: 0px !important;
    }*/ }

#orderSummary__products-container {
  background: #f2f2f2;
  /*max-width: 477px;*/
  width: 32%;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #dedede;
  min-height: 50px;
  height: calc(100% - 30px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 1.5rem;
  padding-right: 2rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #orderSummary__products-container {
      position: relative;
      left: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      width: 100%;
      /*max-width: 90%;*/
      margin: 0 auto;
      padding-top: 0px;
      padding-right: 0px;
      border-left-width: 0px;
      border-right-width: 0px;
      z-index: 40; } }
  @media screen and (max-width: 39.9375em) {
    #orderSummary__products-container {
      position: relative;
      left: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      width: 100%;
      margin: 0 auto;
      padding-top: 0px;
      padding-right: 0px;
      z-index: 40; } }
  @media screen and (max-width: 63.9375em) {
    #orderSummary__products-container {
      margin-top: -1.5625rem; } }

.orderSummary__products--showPanel {
  border: 0px solid #ccc;
  border-bottom-width: 1px;
  padding: 1rem;
  position: relative;
  display: none;
  cursor: pointer; }
  .orderSummary__products--showPanel a {
    line-height: 20px;
    margin-left: 3rem;
    white-space: nowrap; }
    @media screen and (max-width: 63.9375em) {
      .orderSummary__products--showPanel a {
        margin-left: 0; } }
  .orderSummary__products--showPanel img {
    filter: brightness(0.3) sepia(1) hue-rotate(180deg) saturate(4);
    vertical-align: middle; }
  .orderSummary__products--showPanel img.cart {
    width: 20px;
    position: relative;
    top: -2px; }
  @media screen and (max-width: 63.9375em) {
    .orderSummary__products--showPanel {
      display: block;
      width: 85%;
      margin: 0 auto;
      border-bottom-width: 0px; }
      .orderSummary__products--showPanel .dropdown__icon img {
        transform: rotate(-90deg); } }

.orderSummary__products--showPanel.active .dropdown__icon img {
  transform: rotate(0deg); }

#orderSummary__details-container {
  width: 66%;
  border: 0px solid red;
  padding: 50px 20px 0px 6rem;
  clear: both;
  position: relative;
  top: -30px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #orderSummary__details-container {
      width: 100%;
      max-width: 90%;
      margin: 2rem auto 0 auto;
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 39.9375em) {
    #orderSummary__details-container {
      width: 100%;
      margin: 0rem auto 0 auto;
      padding-left: 0px;
      padding-right: 0px; } }

#orderSummary__details-container h4 {
  font-weight: 500; }
  @media screen and (max-width: 39.9375em) {
    #orderSummary__details-container h4 {
      font-size: 1.8rem;
      text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .orderSummary__customer-information--container h4 {
    text-align: left !important;
    margin-bottom: 0 !important;
    line-height: 1 !important; } }

.orderSummary__map--container, .orderSummary__updates--container, .orderSummary__customer-information--container, .orderSummary__payment-instructions--container {
  margin-left: 6rem;
  margin-bottom: 1.5rem;
  border: 1px solid #dedede;
  border-radius: 10px; }
  @media screen and (max-width: 39.9375em) {
    .orderSummary__map--container, .orderSummary__updates--container, .orderSummary__customer-information--container, .orderSummary__payment-instructions--container {
      border-radius: 0;
      margin-bottom: 0;
      border: 0px solid #dedede;
      border-bottom-width: 1px;
      text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .orderSummary__customer-information--container, .orderSummary__payment-instructions--container {
    border-bottom-width: 0px;
    text-align: left !important; } }

.orderSummary__map--text, .orderSummary__updates--container, .orderSummary__customer-information--container, .orderSummary__payment-instructions--container {
  padding: 30px; }

@media screen and (max-width: 63.9375em) {
  .orderSummary__map--container, .orderSummary__updates--container, .orderSummary__customer-information--container, .orderSummary__payment-instructions--container {
    margin-left: 0; } }

.orderSummary__map--specialInstructions {
  position: relative;
  border: 1px solid #DF7700;
  border-radius: 8px;
  background: #FFF3E9;
  padding: 18px;
  width: 100%;
  margin-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.1rem;
  text-align: left; }
  .orderSummary__map--specialInstructions .alert-circle.icon {
    position: absolute;
    margin: 0 1rem 0 0;
    width: 50px;
    height: 50px;
    border: solid 3px #E46000;
    background: #fff7f1;
    top: 50%;
    transform: translateY(-50%); }
  .orderSummary__map--specialInstructions .alert-circle.icon:before {
    top: calc(50% - 13px);
    left: calc(50% - 2px);
    width: 4px;
    height: 16px;
    background-color: #E46000; }
  .orderSummary__map--specialInstructions .alert-circle.icon:after {
    top: calc(50% + 7px);
    left: calc(50% - 2px);
    width: 4px;
    height: 7px;
    background-color: #DF7700;
    position: relative; }

.orderSummary__map--specialInstructionsText {
  margin-left: 70px; }

.orderSummary__payment-instructions--container h5 {
  font-weight: bold;
  font-size: 1.1rem;
  color: orange; }

.orderSummary__payment-instructions--container h6 {
  font-weight: bold; }

.orderSummary__payment-instructions--container td.label {
  text-align: right; }

.orderSummary__payment-instructions--container td.value {
  padding-left: 20px; }

.orderSummary__updates--sms-container {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-top: 1.5rem;
  height: 3rem;
  position: relative; }

.orderSummary_updates--sms-icon {
  background: url("/sharedimages/biovea-icons/phone-icon.png") no-repeat;
  padding-left: 25px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 6rem - 25px);
  /* border: solid 1px red; */
  line-height: 28px; }

.orderSummary__customer-information--dispatch, .orderSummary__customer-information--shipping, .orderSummary__customer-information--payment {
  margin-top: 2em;
  float: left;
  width: calc(50% - 2rem);
  border: solid 0px red;
  margin-right: 2rem; }

.orderSummary__customer-information--payment {
  margin-right: 0rem;
  margin-left: 2rem;
  padding-left: 2rem; }

.paymentType--bank-transfer {
  background: url("/sharedimages/checkoutLogos/bank-icon.png") no-repeat;
  padding-left: 28px; }

.orderSummary__customer-information--containerBlock {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 39.9375em) {
    .orderSummary__customer-information--containerBlock {
      margin-left: 2rem; }
      .orderSummary__customer-information--containerBlock .orderSummary__customer-information--dispatch, .orderSummary__customer-information--containerBlock .orderSummary__customer-information--shipping, .orderSummary__customer-information--containerBlock .orderSummary__customer-information--payment {
        width: 100%;
        margin-left: 0;
        padding-left: 0; } }

.orderSummary__customer-information--dispatch h5, .orderSummary__customer-information--shipping h5, .orderSummary__customer-information--payment h5 {
  font-weight: bold;
  font-size: 1.1rem; }

.orderSummary__continue-shopping {
  text-align: center;
  padding: 0rem 1rem;
  position: absolute;
  /* border: solid 1px red; */
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  margin-left: 6rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .orderSummary__continue-shopping {
      margin-left: 0;
      transform: none;
      left: 0; } }
  @media screen and (max-width: 39.9375em) {
    .orderSummary__continue-shopping {
      margin-left: 0;
      transform: none;
      left: 0;
      margin-bottom: -3rem;
      position: relative; } }

#geocoder-container > div {
  min-width: 50%;
  margin-left: 25%; }

#mapError {
  display: none;
  border: 1px solid red;
  width: 100%;
  padding: 30px;
  text-align: center; }

#map {
  width: 100%;
  /*height: 300px;*/
  height: 255px;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: left !important; }
  @media screen and (max-width: 39.9375em) {
    #map {
      border-radius: 0; } }

.marker {
  background-image: url("/sharedimages/biovea-icons/shipping-location-pin.svg");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
  /*fill: #cc0000;*/ }

.mapboxgl-control-container {
  display: none; }

.mapboxgl-popup {
  max-width: 350px;
  width: 50%; }

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px !important;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4) !important;
  /*padding: 20px !important;*/
  padding: 20px 20px 10px !important; }

.mapboxgl-popup-close-button {
  position: absolute;
  right: 5px;
  top: 2px;
  border: none;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  background-color: transparent;
  font-size: x-large; }

ul.checkmark {
  margin-left: 0px;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 39.9375em) {
    ul.checkmark {
      margin: 0 auto 2rem auto;
      padding: 0 10px; } }

ul.checkmark li {
  font-size: 16px;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0.25em 0 0 6em;
  position: relative; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    ul.checkmark li {
      padding: 0.25em 0 1rem 6rem; } }
  @media screen and (max-width: 39.9375em) {
    ul.checkmark li {
      padding: 5.5rem 0 0 0em;
      text-align: center; } }

ul.checkmark h6 {
  font-size: 1.125rem;
  font-weight: 500; }
  @media screen and (max-width: 39.9375em) {
    ul.checkmark h6 {
      line-height: 1.4rem;
      font-size: 1.4rem; } }

ul.checkmark h3 {
  font-size: 1.8rem !important;
  line-height: 1.8rem !important; }
  @media print, screen and (min-width: 40em) {
    ul.checkmark h3 {
      margin: 0 0 .625rem !important; } }
  @media print, screen and (min-width: 64em) {
    ul.checkmark h3 {
      margin-top: .25rem !important; } }

ul.checkmark li:before {
  /*content: " "; // the circle itself is empty
        display: block;
        border: solid 0.8em #660a5e; // create a colored area...
        border-radius: .8em; // ... and turn it into a circle
        height: 0;
        width: 0;
        position: absolute; // the circle is then put into place
        left: 0.5em;
        top: 40%;
        margin-top: -0.5em;*/
  content: " ";
  display: block;
  border: solid 3px #05B300;
  /* #4CAF50 */
  border-radius: 3rem;
  height: 70px;
  width: 70px;
  position: absolute;
  left: 0.5em;
  top: 0%;
  margin-top: 0rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    ul.checkmark li:before {
      top: -5%; } }
  @media screen and (max-width: 39.9375em) {
    ul.checkmark li:before {
      position: absolute;
      margin: 0 auto 1rem;
      left: 50%;
      transform: translateX(-50%);
      height: 60px;
      width: 60px; } }

ul.checkmark li:after {
  /*content: " ";
        display: block;
        width: 1.1rem;
        height: 2.3rem;
        border: solid #05B300; /* #4CAF50 */
  /*border-width: 0 0.2rem 0.2rem 0;
        position: absolute;
        left: 35px;
        top: 22%;
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);*/
  content: " ";
  display: block;
  width: 0.8rem;
  height: 2rem;
  border: solid #05B300;
  border-width: 0 0.2rem 0.2rem 0;
  position: absolute;
  left: 40px;
  top: 18px;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    ul.checkmark li:after {
      top: 14px; } }
  @media screen and (max-width: 39.9375em) {
    ul.checkmark li:after {
      /*left: 10px;
            position: absolute;
            top: 15px;
            margin: 0 auto;
            left: calc(50% + 3px);
            transform: translateX(-50%) rotate(45deg);*/
      position: absolute;
      top: 15px;
      margin: 0 auto;
      left: calc(50% + 3px);
      transform: translateX(-50%) rotate(45deg);
      width: 0.7rem;
      height: 1.6rem;
      border: solid #05B300;
      border-width: 0 0.17rem 0.17rem 0; } }

/* ----  Cart styles ------ */
#orderSummary__products-container .h-cart__product-wrapper {
  /* border: 0px solid #dedede; */
  /* border-bottom-width: 2px; */
  /* padding: 1.5rem 0; */
  width: 100%;
  /* margin: 0 auto; */
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 63.9375em) {
    #orderSummary__products-container .h-cart__product-wrapper {
      border: 0px solid #dedede;
      border-top-width: 1px;
      -webkit-transition: height .25s ease;
      display: none; } }

#orderSummary__products-container .h-cart__product-wrapper.active {
  display: flex;
  -o-transition: height .25s ease;
  transition: height .25s ease;
  overflow: hidden; }

#orderSummary__products-container .h-cart__product-wrapper product {
  /* width: 100%; */
  border: solid;
  /* float: left; */
  position: relative;
  padding: 1.5rem 0;
  width: 85%;
  border: 0px solid #dedede;
  border-bottom-width: 2px;
  margin: 0 auto;
  display: flex; }

#orderSummary__products-container .h-cart__product-image {
  position: relative;
  width: 25%;
  float: left;
  margin-right: 1.3rem;
  max-width: 75px;
  min-width: 75px; }

#orderSummary__products-container .h-cart__product-image img {
  border: 1px solid #cecece; }

#orderSummary__products-container .h-cart__product-quantity-bubble {
  width: 23px;
  height: 23px;
  background: #505050;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 23px;
  position: absolute;
  right: -5px;
  top: -7px; }

#orderSummary__products-container subtotal, #orderSummary__products-container total {
  width: 100%;
  position: relative;
  padding: 1.5rem 0;
  width: 85%;
  border: 0px solid #dedede;
  border-bottom-width: 2px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

#orderSummary__products-container total {
  border-bottom-width: 0px; }

#orderSummary__products-container subtotal div, #orderSummary__products-container total div {
  width: 50%;
  margin-bottom: 0.5rem; }

#orderSummary__products-container subtotal div:nth-of-type(2n+2), #orderSummary__products-container total div:nth-of-type(2n+2) {
  text-align: right; }

#orderSummary__products-container total div:nth-child(1) {
  font-size: 1.3rem;
  line-height: 2rem; }

#orderSummary__products-container total div:nth-child(2) {
  font-size: 2rem;
  font-weight: bold; }

#orderSummary__products-container .h-cart__product-info {
  padding-left: 0px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #orderSummary__products-container .h-cart__product-info {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      #orderSummary__products-container .h-cart__product-info > div {
        /*padding: 0 10px;*/
        padding: 0;
        border: solid 0px red;
        /*line-height: 75px;*/
        padding: 0px 5px; }
      #orderSummary__products-container .h-cart__product-info > div p {
        padding: 0;
        margin: 0;
        line-height: unset; } }
  @media screen and (max-width: 39.9375em) {
    #orderSummary__products-container .h-cart__product-info {
      display: block;
      width: 100%;
      padding: 5px 0px; }
      #orderSummary__products-container .h-cart__product-info > div {
        padding: 0 10px 0px 0px;
        border: solid 0px red;
        /*line-height: 75px;*/ }
      #orderSummary__products-container .h-cart__product-info > div p {
        padding: 0;
        margin: 0;
        line-height: unset; } }

@media screen and (max-width: 63.9375em) {
  #orderSummary__products-container .h-cart__product-name {
    width: 65%;
    padding: 0;
    margin: 0; } }

#orderSummary__products-container .h-cart__product-quantity {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
  color: #474747;
  width: 15%; }
  @media screen and (min-width: 64em) {
    #orderSummary__products-container .h-cart__product-quantity {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    #orderSummary__products-container .h-cart__product-quantity {
      display: none; } }

@media screen and (min-width: 64em) {
  #orderSummary__products-container .h-cart__product-price p.cart-header__product-price span {
    display: none; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #orderSummary__products-container .h-cart__product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 0.875rem;
    color: #474747;
    width: 20%;
    text-align: right;
    white-space: nowrap; }
    #orderSummary__products-container .h-cart__product-price p.cart-header__product-price span {
      display: inline-block;
      font-weight: normal; } }

@media screen and (max-width: 39.9375em) {
  #orderSummary__products-container .h-cart__product-price {
    text-align: left;
    padding: 10px 0 0 0px !important; }
    #orderSummary__products-container .h-cart__product-price p.cart-header__product-price span {
      display: inline-block;
      font-weight: bold;
      margin-right: 5px; } }

.view-cart {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .view-cart {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (max-width: 74.9375em) {
    .view-cart {
      padding: 0 !important; } }

.view-cart__grid {
  display: flex;
  flex-flow: row wrap; }

.view-cart__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .view-cart__grid--collapse > .view-cart__cell {
    margin-right: 0;
    margin-left: 0; }
  .view-cart__grid--collapse > .small-1 {
    width: 8.33333%; }
  .view-cart__grid--collapse > .small-2 {
    width: 16.66667%; }
  .view-cart__grid--collapse > .small-3 {
    width: 25%; }
  .view-cart__grid--collapse > .small-4 {
    width: 33.33333%; }
  .view-cart__grid--collapse > .small-5 {
    width: 41.66667%; }
  .view-cart__grid--collapse > .small-6 {
    width: 50%; }
  .view-cart__grid--collapse > .small-7 {
    width: 58.33333%; }
  .view-cart__grid--collapse > .small-8 {
    width: 66.66667%; }
  .view-cart__grid--collapse > .small-9 {
    width: 75%; }
  .view-cart__grid--collapse > .small-10 {
    width: 83.33333%; }
  .view-cart__grid--collapse > .small-11 {
    width: 91.66667%; }
  .view-cart__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .view-cart__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .view-cart__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .view-cart__grid--collapse > .medium-3 {
      width: 25%; }
    .view-cart__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .view-cart__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .view-cart__grid--collapse > .medium-6 {
      width: 50%; }
    .view-cart__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .view-cart__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .view-cart__grid--collapse > .medium-9 {
      width: 75%; }
    .view-cart__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .view-cart__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .view-cart__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .view-cart__grid--collapse > .large-1 {
      width: 8.33333%; }
    .view-cart__grid--collapse > .large-2 {
      width: 16.66667%; }
    .view-cart__grid--collapse > .large-3 {
      width: 25%; }
    .view-cart__grid--collapse > .large-4 {
      width: 33.33333%; }
    .view-cart__grid--collapse > .large-5 {
      width: 41.66667%; }
    .view-cart__grid--collapse > .large-6 {
      width: 50%; }
    .view-cart__grid--collapse > .large-7 {
      width: 58.33333%; }
    .view-cart__grid--collapse > .large-8 {
      width: 66.66667%; }
    .view-cart__grid--collapse > .large-9 {
      width: 75%; }
    .view-cart__grid--collapse > .large-10 {
      width: 83.33333%; }
    .view-cart__grid--collapse > .large-11 {
      width: 91.66667%; }
    .view-cart__grid--collapse > .large-12 {
      width: 100%; } }

.view-cart__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.view-cart__grid--collapse > .view-cart__cell {
  width: 100%; }

.view-cart__header {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .view-cart__header {
      margin: 0;
      padding: 0 1.25rem;
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .view-cart__header {
      margin-bottom: 1rem; } }
  @media screen and (min-width: 75em) {
    .view-cart__header {
      width: 64%; } }

.view-cart__empty-cart-message {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  .view-cart__empty-cart-message h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 1.25rem 0 1.875rem; }

.view-cart__header > .view-cart__grid {
  align-items: center; }

.view-cart__header .view-cart__cell--heading {
  margin: 0; }
  @media print, screen and (min-width: 40em) {
    .view-cart__header .view-cart__cell--heading {
      flex: 0 0 auto;
      width: auto;
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      margin: 0;
      border-bottom: 0;
      order: 1; } }

.view-cart__header .view-cart__cell--free-shipping-message {
  margin: 0;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .view-cart__header .view-cart__cell--free-shipping-message {
      flex: 1 1 0px;
      width: auto;
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      margin: 0;
      order: 2; } }

.view-cart__main {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (max-width: 47.9375em) {
    .view-cart__main {
      margin: 0;
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .view-cart__main {
      flex: 1;
      margin-right: 2.8125rem;
      width: calc(100% - 3.75rem); } }

.view-cart__items {
  border-top: 1px solid #d9d9d9;
  margin-top: .5rem; }
  @media screen and (min-width: 48em) {
    .view-cart__items {
      border-top: 0;
      margin-top: 0; } }
  @media screen and (min-width: 75em) {
    .view-cart__items {
      margin-bottom: 3rem; } }

@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  .view-cart__saved {
    margin: 0 .9375rem; } }

.view-cart__sidebar--small-only {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .view-cart__sidebar--small-only {
      border-top: 1px solid #d9d9d9;
      display: block;
      margin-bottom: 2.5rem; } }

.view-cart__sidebar--xlarge {
  display: none; }
  @media screen and (min-width: 75em) {
    .view-cart__sidebar--xlarge {
      display: block;
      margin-right: 0.9375rem;
      width: 370px; } }

.view-cart__title {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap; }

.view-cart__saved-title, .product-slider__title {
  color: #404040;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: .5rem; }
  @media screen and (max-width: 39.9375em) {
    .view-cart__saved-title, .product-slider__title {
      border-bottom: 1px solid #d9d9d9;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

/* mobile cart order top */
.mobile-cart-order-top {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .mobile-cart-order-top {
      display: none; } }

@media screen and (min-width: 75em) {
  .view-cart__header-layout-grid {
    display: flex; } }

@media screen and (min-width: 75em) {
  .view-cart__header-layout-cell:nth-child(1) {
    flex: 1;
    margin: 0 2.8125rem 0 .9375rem; } }

@media screen and (min-width: 75em) {
  .view-cart__header-layout-cell:nth-child(2) {
    margin: 0 .9375rem 0 0;
    width: 370px; } }

.vc-header {
  margin-bottom: 0.3125rem;
  padding: 0 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .vc-header {
      padding: 0 1.25rem; } }
  @media screen and (min-width: 75em) {
    .vc-header {
      margin-bottom: 0.8125rem;
      padding: 0; } }

.vc-body {
  display: flex; }

.vc-header__progress {
  margin-bottom: 1.75rem;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 75em) {
    .vc-header__progress {
      margin-bottom: .5rem; } }

.cart-progress {
  display: inline-flex; }
  @media screen and (max-width: 39.9375em) {
    .cart-progress {
      align-items: flex-end;
      display: flex; } }

.cart-progress__bar {
  display: inline-block;
  padding: 0 0.3125rem; }
  .cart-progress__bar p {
    padding: 0 1.5625rem; }
  @media screen and (max-width: 39.9375em) {
    .cart-progress__bar {
      flex: 1; } }

.cart-progress__number {
  align-items: flex-end;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  top: 0.1875rem;
  white-space: nowrap; }

.view-cart-bogo-badge {
  display: block;
  max-width: 75px;
  position: absolute;
  width: 100%; }
  .view-cart-bogo-badge img {
    width: 100%; }

.view-cart__saved {
  margin-bottom: 3rem; }

.wholesale__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .wholesale__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .wholesale__grid-container--brands {
    flex: none;
    overflow: hidden;
    padding: 0; }

.wholesale__grid {
  display: flex;
  flex-flow: row wrap; }

.wholesale__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .wholesale__grid--collapse > .wholesale__cell {
    margin-right: 0;
    margin-left: 0; }
  .wholesale__grid--collapse > .small-1 {
    width: 8.33333%; }
  .wholesale__grid--collapse > .small-2 {
    width: 16.66667%; }
  .wholesale__grid--collapse > .small-3 {
    width: 25%; }
  .wholesale__grid--collapse > .small-4 {
    width: 33.33333%; }
  .wholesale__grid--collapse > .small-5 {
    width: 41.66667%; }
  .wholesale__grid--collapse > .small-6 {
    width: 50%; }
  .wholesale__grid--collapse > .small-7 {
    width: 58.33333%; }
  .wholesale__grid--collapse > .small-8 {
    width: 66.66667%; }
  .wholesale__grid--collapse > .small-9 {
    width: 75%; }
  .wholesale__grid--collapse > .small-10 {
    width: 83.33333%; }
  .wholesale__grid--collapse > .small-11 {
    width: 91.66667%; }
  .wholesale__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .wholesale__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .wholesale__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .wholesale__grid--collapse > .medium-3 {
      width: 25%; }
    .wholesale__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .wholesale__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .wholesale__grid--collapse > .medium-6 {
      width: 50%; }
    .wholesale__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .wholesale__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .wholesale__grid--collapse > .medium-9 {
      width: 75%; }
    .wholesale__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .wholesale__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .wholesale__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .wholesale__grid--collapse > .large-1 {
      width: 8.33333%; }
    .wholesale__grid--collapse > .large-2 {
      width: 16.66667%; }
    .wholesale__grid--collapse > .large-3 {
      width: 25%; }
    .wholesale__grid--collapse > .large-4 {
      width: 33.33333%; }
    .wholesale__grid--collapse > .large-5 {
      width: 41.66667%; }
    .wholesale__grid--collapse > .large-6 {
      width: 50%; }
    .wholesale__grid--collapse > .large-7 {
      width: 58.33333%; }
    .wholesale__grid--collapse > .large-8 {
      width: 66.66667%; }
    .wholesale__grid--collapse > .large-9 {
      width: 75%; }
    .wholesale__grid--collapse > .large-10 {
      width: 83.33333%; }
    .wholesale__grid--collapse > .large-11 {
      width: 91.66667%; }
    .wholesale__grid--collapse > .large-12 {
      width: 100%; } }

.wholesale__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.wholesale__grid--collapse > .wholesale__cell {
  width: 100%; }

.wholesale__grid--brands {
  margin-bottom: 1.5rem;
  margin: 0 -2px -2px 0 !important; }

.wholesale__grid--brands > .wholesale__cell {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 0;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  width: calc(50%); }
  @media print, screen and (min-width: 40em) {
    .wholesale__grid--brands > .wholesale__cell {
      width: calc(100% / 3); } }
  @media print, screen and (min-width: 64em) {
    .wholesale__grid--brands > .wholesale__cell {
      width: 25%; } }
  @media screen and (min-width: 75em) {
    .wholesale__grid--brands > .wholesale__cell {
      width: 20%; } }
  .wholesale__grid--brands > .wholesale__cell img {
    display: block;
    margin: 0;
    width: 100%; }

@media print, screen and (min-width: 40em) {
  .help-center .wholesale__grid--brands > .wholesale__cell {
    width: calc(100% / 3); } }

@media screen and (min-width: 75em) {
  .help-center .wholesale__grid--brands > .wholesale__cell {
    width: 25%; } }

.wholesale h1 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25em;
  padding: 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .wholesale h1 {
      font-size: 2rem;
      padding: 1rem 0; } }

.wholesale__grid--brands img {
  width: 100%; }

.wholesale .button, .wholesale .notify__button, .wholesale .account-dropdown__sign-in-button, .wholesale .product-info__notify-me-when-in-stock, .wholesale .product-info__recommended-alternative, .wholesale .product-card__primary-button, .wholesale .product-card__callout-out-of-stock-button-group-button, .wholesale .product-card__button a, .product-card__button .wholesale a, .wholesale .product-fbt__primary-button, .wholesale .add-review__button {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .wholesale .button, .wholesale .notify__button, .wholesale .account-dropdown__sign-in-button, .wholesale .product-info__notify-me-when-in-stock, .wholesale .product-info__recommended-alternative, .wholesale .product-card__primary-button, .wholesale .product-card__callout-out-of-stock-button-group-button, .wholesale .product-card__button a, .product-card__button .wholesale a, .wholesale .product-fbt__primary-button, .wholesale .add-review__button {
      font-size: 1.25rem;
      padding: 0.65em 1em; } }

.categoryDispatchBanner {
  max-width: 100%; }

.product-list {
  display: flex;
  flex-flow: row wrap;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .product-list {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-list__intro {
  width: 100%;
  margin: 0.3125rem 0 1.25rem; }

.product-list__title {
  text-align: center; }
  .product-list__title h1 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .product-list__title h1 {
        font-size: 1.875rem; } }

.product-list__breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.product-list__breadcrumb li {
  color: #474747; }

.product-list__breadcrumb a {
  color: #474747;
  border-bottom: 0.0625rem solid #474747; }
  .product-list__breadcrumb a:hover {
    border-bottom: none; }

.product-list__sidebar {
  width: 100%;
  display: none; }
  .product-list__sidebar.product-list__sidebar--shown {
    display: block; }
  @media print, screen and (min-width: 64em) {
    .product-list__sidebar {
      display: block !important;
      width: 15.625rem;
      margin-right: 0.9375rem; } }

.product-list__body {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .product-list__body {
      width: calc(100% - 265px); } }

.product-list__products {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .product-list__products {
      margin: 0 -0.3125rem; } }

.product-list__product {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding: 0;
  /*@include breakpoint(large) {
        @include xy-cell(3, $gutter-type: padding);
        padding: rem-calc(5px);
    }*/
  /*@include breakpoint(large) {
        @include xy-cell(4, $gutter-type: padding);
        padding: rem-calc(5px);
    }*/ }
  @media print, screen and (min-width: 40em) {
    .product-list__product {
      width: 50%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding: 0.3125rem; } }
  @media screen and (min-width: 54.75rem) {
    .product-list__product {
      width: 33.33333%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding: 0.3125rem; } }
  @media screen and (min-width: 75em) {
    .product-list__product {
      width: 25%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      padding: 0.3125rem; } }

/*.product-list__product {
    @include xy-cell(6, $gutter-type: padding);
    padding: 0;
    border-bottom: rem-calc(1px) solid #e5e5e5;
    border-right: rem-calc(1px) solid #e5e5e5;
    &:nth-child(2n+2) {
        border-right: 0;
    }    

    @include breakpoint(medium) {
        @include xy-cell(4, $gutter-type: padding);
        padding: 0;
        border-right: rem-calc(1px) solid #e5e5e5;        
        &:nth-child(2n+2) { border-right: rem-calc(1px) solid #e5e5e5; }
        &:nth-child(3n+3) { border-right: 0; }
    }    

    @include breakpoint(xlarge) {
        @include xy-cell(3, $gutter-type: padding);
        padding: 0;
        border-right: rem-calc(1px) solid #e5e5e5;
        &:nth-child(3n+3) { border-right: rem-calc(1px) solid #e5e5e5; }
        &:nth-child(4n+4) { border-right: 0; }
    }    
}*/
@media print, screen and (min-width: 64em) {
  .product-list__mobile-nav {
    display: none; } }

.pl-mobile-nav {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .pl-mobile-nav {
      display: none; } }

.pl-mobile-nav__refine {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .pl-mobile-nav__refine {
      display: none; } }

.pl-mobile-nav__sort {
  margin-right: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .pl-mobile-nav__sort {
      margin-right: 3.125rem; } }

.pl-mobile-nav__filter .button, .pl-mobile-nav__filter .notify__button, .pl-mobile-nav__filter .account-dropdown__sign-in-button, .pl-mobile-nav__filter .product-info__notify-me-when-in-stock, .pl-mobile-nav__filter .product-info__recommended-alternative, .pl-mobile-nav__filter .product-card__primary-button, .pl-mobile-nav__filter .product-card__callout-out-of-stock-button-group-button, .pl-mobile-nav__filter .product-card__button a, .product-card__button .pl-mobile-nav__filter a, .pl-mobile-nav__filter .product-fbt__primary-button, .pl-mobile-nav__filter .add-review__button {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }
  .pl-mobile-nav__filter .button.active, .pl-mobile-nav__filter .active.notify__button, .pl-mobile-nav__filter .active.account-dropdown__sign-in-button, .pl-mobile-nav__filter .active.product-info__notify-me-when-in-stock, .pl-mobile-nav__filter .active.product-info__recommended-alternative, .pl-mobile-nav__filter .active.product-card__primary-button, .pl-mobile-nav__filter .active.product-card__callout-out-of-stock-button-group-button, .pl-mobile-nav__filter .product-card__button a.active, .product-card__button .pl-mobile-nav__filter a.active, .pl-mobile-nav__filter .active.product-fbt__primary-button, .pl-mobile-nav__filter .active.add-review__button {
    background: #63b809;
    border-color: #63b809;
    color: #fff; }

.product-list__button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .product-list__button-group::before, .product-list__button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .product-list__button-group::after {
    clear: both; }
  .product-list__button-group .button, .product-list__button-group .notify__button, .product-list__button-group .account-dropdown__sign-in-button, .product-list__button-group .product-info__notify-me-when-in-stock, .product-list__button-group .product-info__recommended-alternative, .product-list__button-group .product-card__primary-button, .product-list__button-group .product-card__callout-out-of-stock-button-group-button, .product-list__button-group .product-card__button a, .product-card__button .product-list__button-group a, .product-list__button-group .product-fbt__primary-button, .product-list__button-group .add-review__button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .product-list__button-group .button:last-child, .product-list__button-group .notify__button:last-child, .product-list__button-group .account-dropdown__sign-in-button:last-child, .product-list__button-group .product-info__notify-me-when-in-stock:last-child, .product-list__button-group .product-info__recommended-alternative:last-child, .product-list__button-group .product-card__primary-button:last-child, .product-list__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .product-list__button-group .product-card__button a:last-child, .product-card__button .product-list__button-group a:last-child, .product-list__button-group .product-fbt__primary-button:last-child, .product-list__button-group .add-review__button:last-child {
      margin-right: 0; }
  .product-list__button-group .button, .product-list__button-group .notify__button, .product-list__button-group .account-dropdown__sign-in-button, .product-list__button-group .product-info__notify-me-when-in-stock, .product-list__button-group .product-info__recommended-alternative, .product-list__button-group .product-card__primary-button, .product-list__button-group .product-card__callout-out-of-stock-button-group-button, .product-list__button-group .product-card__button a, .product-card__button .product-list__button-group a, .product-list__button-group .product-fbt__primary-button, .product-list__button-group .add-review__button {
    flex: 1 1 0px; }

.pl-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
  color: #474747; }
  .pl-toolbar .button, .pl-toolbar .notify__button, .pl-toolbar .account-dropdown__sign-in-button, .pl-toolbar .product-info__notify-me-when-in-stock, .pl-toolbar .product-info__recommended-alternative, .pl-toolbar .product-card__primary-button, .pl-toolbar .product-card__callout-out-of-stock-button-group-button, .pl-toolbar .product-card__button a, .product-card__button .pl-toolbar a, .pl-toolbar .product-fbt__primary-button, .pl-toolbar .add-review__button {
    font-size: 0.875rem;
    padding: 0.5rem 0.9375rem; }
  .pl-toolbar--bottom {
    margin-top: -1px; }
  @media screen and (max-width: 39.9375em) {
    .pl-toolbar {
      background: transparent;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-radius: 0;
      padding: 0 0.9375rem;
      margin: 0 -0.625rem;
      flex-wrap: wrap;
      height: 3.125rem; } }

.pl-toolbar--bottom {
  justify-content: center;
  margin-top: 0.625rem;
  /*border-bottom: 1px solid #e5e5e5;    
    @include breakpoint(medium down) {
        display: flex;
        justify-content: center;
        margin-bottom: rem-calc(30px);
    }*/ }
  @media screen and (max-width: 39.9375em) {
    .pl-toolbar--bottom {
      border-top: 0;
      margin: 0 -0.625rem; } }

.pl-toolbar__item {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center; }

.pl-toolbar__item-wrapper {
  position: relative;
  z-index: 9;
  background: transparent;
  border: 0;
  outline: none; }
  .pl-toolbar__item-wrapper .button, .pl-toolbar__item-wrapper .notify__button, .pl-toolbar__item-wrapper .account-dropdown__sign-in-button, .pl-toolbar__item-wrapper .product-info__notify-me-when-in-stock, .pl-toolbar__item-wrapper .product-info__recommended-alternative, .pl-toolbar__item-wrapper .product-card__primary-button, .pl-toolbar__item-wrapper .product-card__callout-out-of-stock-button-group-button, .pl-toolbar__item-wrapper .product-card__button a, .product-card__button .pl-toolbar__item-wrapper a, .pl-toolbar__item-wrapper .product-fbt__primary-button, .pl-toolbar__item-wrapper .add-review__button {
    margin: 0;
    /*margin: 0;
        background: $color-white;
        border: 1px solid $color-grey-light;
        color: $color-grey-dark;
        font-weight: 400;

        .dropdown-arrow {
            float: right; 
            margin-left: rem-calc(15px);
            margin-top: rem-calc(-1px);

            img {
                width: rem-calc(10px);
            }
        }

        &:hover {
            color: $color-grey-dark;
        }*/ }

.dropdown-arrow {
  float: right;
  margin-left: 0.9375rem;
  margin-top: -0.0625rem; }
  .dropdown-arrow img {
    width: 0.625rem; }

.pl-toolbar__dropdown {
  position: absolute;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #ccc;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.75rem;
  text-align: left;
  z-index: 99; }
  .pl-toolbar__dropdown:after, .pl-toolbar__dropdown:before {
    content: '';
    display: block;
    position: absolute;
    top: -0.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-bottom: 0.625rem solid #ffffff; }
  .pl-toolbar__dropdown:before {
    top: -0.6875rem;
    border-bottom-color: #adadad; }

.pl-toolbar__dropdown ul {
  margin: 0;
  list-style: none;
  padding: 0 0.625rem;
  min-width: 7.5rem; }
  .pl-toolbar__dropdown ul.scrollable {
    max-height: 19.375rem;
    overflow-y: scroll;
    min-width: 9.375rem; }

.pl-toolbar__dropdown li {
  position: relative;
  padding: 0.5rem 3.125rem 0.5rem 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 0.875rem;
  white-space: nowrap; }
  .pl-toolbar__dropdown li.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    background: #474747;
    border-radius: 50%; }
  .pl-toolbar__dropdown li:last-of-type {
    border-bottom: 0; }
  .pl-toolbar__dropdown li:hover {
    text-decoration: underline; }

.pl-toolbar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.pl-toolbar__count {
  /*@include breakpoint(medium down) {
        display: none;
    }*/ }

.pl-toolbar__prod-count {
  /*@include breakpoint(small down) {
        height: rem-calc(50px);
        display: flex;
        align-items: center;
        margin: 0 rem-calc(5px) 0 0;
    }*/ }
  .pl-toolbar__prod-count p {
    font-size: 1rem;
    margin-bottom: 0; }
    .pl-toolbar__prod-count p span {
      color: #63b809;
      font-weight: 700; }

@media screen and (max-width: 63.9375em) {
  .pl-toolbar__compare {
    display: none; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .pl-toolbar__compare {
    width: 12% !important; } }

@media screen and (min-width: 75em) {
  .pl-toolbar__compare {
    width: 10% !important; } }

.pl-toolbar__compare .button, .pl-toolbar__compare .notify__button, .pl-toolbar__compare .account-dropdown__sign-in-button, .pl-toolbar__compare .product-info__notify-me-when-in-stock, .pl-toolbar__compare .product-info__recommended-alternative, .pl-toolbar__compare .product-card__primary-button, .pl-toolbar__compare .product-card__callout-out-of-stock-button-group-button, .pl-toolbar__compare .product-card__button a, .product-card__button .pl-toolbar__compare a, .pl-toolbar__compare .product-fbt__primary-button, .pl-toolbar__compare .add-review__button {
  margin: 0; }

@media screen and (max-width: 63.9375em) {
  .pl-toolbar__sort {
    display: none; } }

.pl-pagination {
  display: flex;
  align-items: center; }

.pl-pagination .button, .pl-pagination .notify__button, .pl-pagination .account-dropdown__sign-in-button, .pl-pagination .product-info__notify-me-when-in-stock, .pl-pagination .product-info__recommended-alternative, .pl-pagination .product-card__primary-button, .pl-pagination .product-card__callout-out-of-stock-button-group-button, .pl-pagination .product-card__button a, .product-card__button .pl-pagination a, .pl-pagination .product-fbt__primary-button, .pl-pagination .add-review__button {
  margin: 0;
  border-radius: 50%;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

.pl-pagination__count {
  position: relative; }

.pl-pagination__count button {
  background: transparent;
  border: 0;
  padding: 0.625rem;
  font-size: 1rem;
  color: #474747;
  cursor: pointer;
  outline: none; }
  .pl-pagination__count button:active {
    border: 0;
    outline: none; }
  .pl-pagination__count button:hover {
    text-decoration: underline; }
  .pl-pagination__count button .dropdown-arrow {
    margin-left: 0.3125rem; }

.pagination .active a {
  color: #ffffff;
  background: #63b809; }

/* Compare Section */
.fixed-compare {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2279c3;
  z-index: 99;
  padding: 1.25rem 0; }

.fixed-compare__wrapper {
  display: inline-flex;
  align-items: flex-end;
  height: 3.75rem; }

.fixed-compare__title {
  margin: 0 0 0.3125rem;
  line-height: 1.125rem;
  color: #ffffff; }
  .fixed-compare__title span {
    font-size: 1.3125rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block; }

.fixed-compare__list {
  display: flex;
  margin: 0 0.9375rem; }

.fixed-compare__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  background: #ccc;
  margin: 0 0.3125rem;
  overflow: hidden; }
  .fixed-compare__item .fixed-compare__product {
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .fixed-compare__item img {
    max-width: 100%;
    max-height: 100%; }
  .fixed-compare__item button {
    position: absolute;
    top: 0.125rem;
    right: 0.125rem;
    border-radius: 50%;
    width: 0.875rem;
    height: 0.875rem;
    font-size: 1rem;
    background: #ccc;
    color: #474747;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer; }
    .fixed-compare__item button span {
      position: relative;
      top: -3px; }

.fixed-compare__controls {
  margin-bottom: 0.3125rem; }
  .fixed-compare__controls .button, .fixed-compare__controls .notify__button, .fixed-compare__controls .account-dropdown__sign-in-button, .fixed-compare__controls .product-info__notify-me-when-in-stock, .fixed-compare__controls .product-info__recommended-alternative, .fixed-compare__controls .product-card__primary-button, .fixed-compare__controls .product-card__callout-out-of-stock-button-group-button, .fixed-compare__controls .product-card__button a, .product-card__button .fixed-compare__controls a, .fixed-compare__controls .product-fbt__primary-button, .fixed-compare__controls .add-review__button {
    margin: 0; }
  .fixed-compare__controls .button-remove {
    background: transparent;
    color: #ffffff;
    text-decoration: underline;
    font-weight: 400; }
    .fixed-compare__controls .button-remove:hover {
      background: transparent; }

@media screen and (max-width: 39.9375em) {
  .panel.product-list__recently-viewed {
    border: 0;
    border-top: 0.9375rem solid #f4f4f4;
    margin: 0 -0.625rem; }
    .panel.product-list__recently-viewed .panel__header {
      margin: 0 -0.9375rem;
      padding: 0 0.9375rem 0.3125rem;
      border-bottom: 1px solid #ccc; } }

.product-list__bogo {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem; }
  @media print, screen and (min-width: 64em) {
    .product-list__bogo {
      top: 0.625rem;
      left: 0.625rem;
      width: 5rem; } }
  .product-list__bogo img {
    max-width: 100%; }

.AutoDelivery__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .AutoDelivery__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.AutoDelivery__grid {
  display: flex;
  flex-flow: row wrap; }

.AutoDelivery__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .AutoDelivery__grid--collapse > .AutoDelivery__cell {
    margin-right: 0;
    margin-left: 0; }
  .AutoDelivery__grid--collapse > .small-1 {
    width: 8.33333%; }
  .AutoDelivery__grid--collapse > .small-2 {
    width: 16.66667%; }
  .AutoDelivery__grid--collapse > .small-3 {
    width: 25%; }
  .AutoDelivery__grid--collapse > .small-4 {
    width: 33.33333%; }
  .AutoDelivery__grid--collapse > .small-5 {
    width: 41.66667%; }
  .AutoDelivery__grid--collapse > .small-6 {
    width: 50%; }
  .AutoDelivery__grid--collapse > .small-7 {
    width: 58.33333%; }
  .AutoDelivery__grid--collapse > .small-8 {
    width: 66.66667%; }
  .AutoDelivery__grid--collapse > .small-9 {
    width: 75%; }
  .AutoDelivery__grid--collapse > .small-10 {
    width: 83.33333%; }
  .AutoDelivery__grid--collapse > .small-11 {
    width: 91.66667%; }
  .AutoDelivery__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .AutoDelivery__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .AutoDelivery__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .AutoDelivery__grid--collapse > .medium-3 {
      width: 25%; }
    .AutoDelivery__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .AutoDelivery__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .AutoDelivery__grid--collapse > .medium-6 {
      width: 50%; }
    .AutoDelivery__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .AutoDelivery__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .AutoDelivery__grid--collapse > .medium-9 {
      width: 75%; }
    .AutoDelivery__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .AutoDelivery__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .AutoDelivery__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .AutoDelivery__grid--collapse > .large-1 {
      width: 8.33333%; }
    .AutoDelivery__grid--collapse > .large-2 {
      width: 16.66667%; }
    .AutoDelivery__grid--collapse > .large-3 {
      width: 25%; }
    .AutoDelivery__grid--collapse > .large-4 {
      width: 33.33333%; }
    .AutoDelivery__grid--collapse > .large-5 {
      width: 41.66667%; }
    .AutoDelivery__grid--collapse > .large-6 {
      width: 50%; }
    .AutoDelivery__grid--collapse > .large-7 {
      width: 58.33333%; }
    .AutoDelivery__grid--collapse > .large-8 {
      width: 66.66667%; }
    .AutoDelivery__grid--collapse > .large-9 {
      width: 75%; }
    .AutoDelivery__grid--collapse > .large-10 {
      width: 83.33333%; }
    .AutoDelivery__grid--collapse > .large-11 {
      width: 91.66667%; }
    .AutoDelivery__grid--collapse > .large-12 {
      width: 100%; } }

.AutoDelivery__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.AutoDelivery__grid--collapse > .AutoDelivery__cell {
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .AutoDelivery__grid--layout > .AutoDelivery__cell:nth-child(1) {
    width: 66.66666666666667%; } }

.AutoDelivery__grid--layout > .AutoDelivery__cell:nth-child(2) {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .AutoDelivery__grid--layout > .AutoDelivery__cell:nth-child(2) {
      display: block;
      width: calc(100% / 3); } }

.AutoDelivery__cell ul {
  list-style: none;
  background-color: #f6f7f8;
  padding: 17px 21px;
  margin: auto; }

/*.AutoDelivery__cell img {
   padding: 20px 10px;
     
}*/
.AutoDelivery__grid--collapse > .AutoDelivery__cell {
  width: 100%; }

.AutoDelivery__grid-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: .5em 0;
  border-bottom: 1px solid #cccccc; }

.AutoDelivery__grid-container h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1em 0; }

.AutoDeliverySetup {
  font-size: 15px;
  color: #499e02;
  font-weight: bold;
  margin-left: 100px; }
  @media screen and (max-width: 39.9375em) {
    .AutoDeliverySetup {
      margin-left: 0px;
      text-align: center; } }

.Referral__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .Referral__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.Referral__grid {
  display: flex;
  flex-flow: row wrap; }

.Referral__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .Referral__grid--collapse > .Referral__cell {
    margin-right: 0;
    margin-left: 0; }
  .Referral__grid--collapse > .small-1 {
    width: 8.33333%; }
  .Referral__grid--collapse > .small-2 {
    width: 16.66667%; }
  .Referral__grid--collapse > .small-3 {
    width: 25%; }
  .Referral__grid--collapse > .small-4 {
    width: 33.33333%; }
  .Referral__grid--collapse > .small-5 {
    width: 41.66667%; }
  .Referral__grid--collapse > .small-6 {
    width: 50%; }
  .Referral__grid--collapse > .small-7 {
    width: 58.33333%; }
  .Referral__grid--collapse > .small-8 {
    width: 66.66667%; }
  .Referral__grid--collapse > .small-9 {
    width: 75%; }
  .Referral__grid--collapse > .small-10 {
    width: 83.33333%; }
  .Referral__grid--collapse > .small-11 {
    width: 91.66667%; }
  .Referral__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .Referral__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .Referral__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .Referral__grid--collapse > .medium-3 {
      width: 25%; }
    .Referral__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .Referral__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .Referral__grid--collapse > .medium-6 {
      width: 50%; }
    .Referral__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .Referral__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .Referral__grid--collapse > .medium-9 {
      width: 75%; }
    .Referral__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .Referral__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .Referral__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .Referral__grid--collapse > .large-1 {
      width: 8.33333%; }
    .Referral__grid--collapse > .large-2 {
      width: 16.66667%; }
    .Referral__grid--collapse > .large-3 {
      width: 25%; }
    .Referral__grid--collapse > .large-4 {
      width: 33.33333%; }
    .Referral__grid--collapse > .large-5 {
      width: 41.66667%; }
    .Referral__grid--collapse > .large-6 {
      width: 50%; }
    .Referral__grid--collapse > .large-7 {
      width: 58.33333%; }
    .Referral__grid--collapse > .large-8 {
      width: 66.66667%; }
    .Referral__grid--collapse > .large-9 {
      width: 75%; }
    .Referral__grid--collapse > .large-10 {
      width: 83.33333%; }
    .Referral__grid--collapse > .large-11 {
      width: 91.66667%; }
    .Referral__grid--collapse > .large-12 {
      width: 100%; } }

.Referral__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.Referral__grid--collapse > .Referral__cell {
  width: 100%; }

@media print, screen and (min-width: 64em) {
  .Referral__grid--layout > .Referral__cell:nth-child(1) {
    width: 66.66666666666667%; } }

.Referral__grid--layout > .Referral__cell:nth-child(2) {
  display: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .Referral__grid--layout > .Referral__cell:nth-child(2) {
      display: block;
      width: calc(100% / 3); } }

.Referral__cell ul {
  list-style-image: url("https://www.biovea.com/us/imgs/RAFListCheckMark.jpg"); }

.Referral__cell img {
  padding: 20px 10px; }
  @media screen and (max-width: 39.9375em) {
    .Referral__cell img {
      display: none; } }

.Referral__cell p {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 5px; }

.Referral__grid--collapse > .Referral__cell {
  width: 100%; }

.Referral__grid-container h1 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: .5em 0; }

.Referral__grid-container h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1em 0;
  color: #2798ea !important; }

.Referral__grid-container h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1em 0;
  color: #2798ea !important;
  /*@include breakpoint(small only) {
        padding-right: 2.5em;
    }*/ }

@media screen and (max-width: 39.9375em) {
  #brands {
    padding-left: 0px;
    padding-right: 0px; } }

.brands__heading, .health-concerns__heading {
  text-align: center; }

.brands__heading span, .health-concerns__heading span {
  font-weight: 300; }

.brands__list {
  /*border: 1px solid lighten(#000,90%);*/
  border-width: 1px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.625rem;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .brands__list {
      margin: 0;
      border-width: 1px; } }

.brands__list li {
  background: #fff;
  border-width: 1px 0 0 1px;
  list-style: none;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .brands__list li {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .brands__list li {
      width: calc(100%/3); } }
  @media screen and (min-width: 75em) {
    .brands__list li {
      width: 25%; } }

/*.brands__list li:nth-child(even) {

    @include breakpoint(small only) {
        background: lighten(#000,97%);
    }

}

.brands__list li:nth-child(4n),
.brands__list li:nth-child(4n-1){

    @include breakpoint(medium only) {
        background: lighten(#000,97%);
    }

}

.brands__list li:nth-child(6n),
.brands__list li:nth-child(6n-1),
.brands__list li:nth-child(6n-2){

    @include breakpoint(large only) {
        background: lighten(#000,97%);
    }

}

.brands__list li:nth-child(8n),
.brands__list li:nth-child(8n-1),
.brands__list li:nth-child(8n-2),
.brands__list li:nth-child(8n-3) {

    @include breakpoint(xlarge) {
        background: lighten(#000,97%);
    }

}*/
.brands__list li a {
  color: #333333;
  display: block;
  font-size: .875rem;
  padding: .8em 1em; }

.brands__list li a:hover {
  color: #000;
  background: #d9f4ff; }

.list-letters {
  text-align: center;
  /*font-size: 1.4em;*/
  font-size: 1.25rem;
  line-height: 3em;
  border: 1px solid #d3d3d3;
  border-left-width: 0px;
  border-right-width: 0px;
  background: #f5f5f5;
  margin: 20px 0px; }
  @media screen and (max-width: 63.9375em) {
    .list-letters {
      display: none; } }

.list-letters ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  line-height: 3rem;
  flex-direction: row;
  width: 100%;
  /*border: 1px red solid;*/
  padding: 5px;
  /* this */ }

.list-letters ul > li {
  flex: 1 1 auto;
  border: 0px red solid;
  font-weight: bold;
  text-align: center;
  /*margin: 5px;*/
  text-transform: uppercase; }

.list-letters ul > li a {
  cursor: pointer; }

.list-letters ul > li.disabled {
  cursor: not-allowed !important; }

.list-letters ul > li.disabled a {
  color: #ccc;
  pointer-events: none; }

.anchorLetter {
  margin: 10px 0;
  display: flex;
  width: 100%;
  border: solid 1px #d3d3d3;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 20px 0;
  position: relative;
  background: #fff;
  text-align: left; }
  @media screen and (max-width: 63.9375em) {
    .anchorLetter {
      padding: 15px 0;
      margin: 0;
      background: #f5f5f5;
      text-align: center;
      border-top-width: 0px;
      cursor: pointer; } }

.anchorLetter:nth-of-type(1) {
  border-top-width: 0px; }
  @media screen and (max-width: 63.9375em) {
    .anchorLetter:nth-of-type(1) {
      border-top-width: 1px;
      margin-top: 30px; } }
  @media screen and (min-width: 75em) {
    .anchorLetter:nth-of-type(1) {
      border-top-width: 1px; } }

.anchorLetter.hidden {
  display: none; }

.anchorLetter a {
  float: left;
  width: 100%;
  border: solid 0px green;
  color: #333;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: default;
  margin-left: 20px;
  font-weight: bold; }

.backtotop {
  float: right;
  width: 50%;
  text-align: right;
  border: solid 0px blue;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 63.9375em) {
    .backtotop {
      display: none; } }

.backtotop a {
  font-size: 0.8125rem;
  text-transform: none;
  color: #005ba3;
  cursor: pointer;
  margin-left: 0px;
  font-weight: normal; }

.twisty {
  float: right;
  width: 50%;
  text-align: right;
  border: solid 0px blue;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .twisty {
      display: inline-block; } }

.twisty img {
  transform: rotate(-90deg);
  width: 15px;
  -webkit-filter: brightness(250%);
  /* Safari */
  filter: brightness(250%); }

@media screen and (max-width: 63.9375em) {
  .brandGroup {
    /*display: none;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out; } }

@media screen and (max-width: 63.9375em) {
  .brandGroup.active {
    /*display: block;*/
    max-height: 2100px;
    border: 0px solid #d3d3d3;
    border-bottom-width: 1px;
    transition: max-height 1.5s ease-out; } }

.brandGroup.hidden {
  display: none; }

#brands-list ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 39.9375em) {
    #brands-list ul {
      column-count: 1;
      margin: 0; } }

#brands-list ul li {
  list-style-type: disc !important;
  list-style-position: inside; }
  @media screen and (max-width: 39.9375em) {
    #brands-list ul li {
      list-style-type: none !important;
      border: 0px solid #d3d3d3;
      border-bottom-width: 1px;
      padding: 15px 0px 15px 30px; } }

#brands-list li.hidden {
  display: none; }

#filteredResults {
  padding: 10px;
  color: #777;
  height: 30px;
  transition: all .75s ease;
  /*transition: all .75s cubic-bezier(0.07, 1.14, 0.57, 1.06);*/
  position: relative;
  overflow-y: hidden;
  z-index: 5; }
  @media screen and (max-width: 63.9375em) {
    #filteredResults {
      padding: 20px;
      margin-bottom: 20px; } }

#filteredResults.hidden {
  height: 0px;
  opacity: 1;
  transition: all .75s ease;
  /*transition: all .75s cubic-bezier(0.07, 1.14, 0.57, 1.06);*/
  z-index: 5;
  overflow: hidden;
  padding: 0 10px; }

.list-search {
  position: relative;
  /*background: $color-white;*/
  background: #f5f5f5;
  z-index: 10;
  /*padding: rem-calc(20px);*/
  /*margin-bottom: -1px;*/
  /*border: 1px solid lighten(#000,90%);*/ }
  @media screen and (max-width: 39.9375em) {
    .list-search {
      padding: 0 20px;
      background: #fff;
      margin-bottom: 0;
      border: 0; } }

.list-search p {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  color: #474747; }

.list-search .input {
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/7e/Vector_search_icon.svg);
  background-position: 12px 12px;
  background-size: 25px;
  height: auto;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 1rem;
  padding: 12px 20px 12px 42px;
  /*border: 1px solid lighten(#000,90%);*/
  border: 1px solid #d3d3d3;
  margin-bottom: 0;
  box-shadow: none;
  background-color: #f5f5f5;
  border-radius: 5px; }

.list-search input::placeholder {
  color: #333333;
  opacity: 1; }

.list-search input:-ms-input-placeholder {
  color: #333333; }

.list-search input::-ms-input-placeholder {
  color: #333333; }

.brands__list li.hidden {
  display: none; }

.brands__list li.highlight {
  background: #f7f7f7; }

#no-results {
  border: 1px solid #d9d9d9;
  /*border-top: 0;*/
  padding: 1.25rem;
  font-size: 0.875rem; }
  @media screen and (max-width: 39.9375em) {
    #no-results {
      border: 0;
      padding: 20px;
      margin-top: 0.3125rem; } }

#searchClear {
  position: absolute;
  right: 5px;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 39.9375em) {
    #searchClear {
      right: 26px; } }

#searchClear.hidden {
  display: none; }

.product-compare {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .product-compare {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-compare__header h1 {
  font-size: 1.875rem;
  font-weight: 700;
  margin: 0 0 .75em;
  text-align: center; }

.product-compare__table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .product-compare__table thead, .product-compare__table tbody {
    background: none;
    border: 0; }
  .product-compare__table thead th {
    position: relative; }
  .product-compare__table thead th:nth-child(1), .product-compare__table tbody th {
    min-width: 0;
    width: auto; }
  .product-compare__table tbody th {
    text-align: right;
    font-size: 1.25rem;
    font-weight: 400; }
  .product-compare__table tbody td {
    font-size: .875rem;
    text-align: left; }
  .product-compare__table td, .product-compare__table th {
    border: 1px solid #cccccc;
    padding: .9375rem 1.5rem 1.3125rem;
    vertical-align: text-top;
    width: 22.5%; }
    @media screen and (max-width: 74.9375em) {
      .product-compare__table td, .product-compare__table th {
        min-width: 260px; } }
  .product-compare__table tbody tr:last-child th, .product-compare__table tbody tr:last-child td {
    border: 0; }
  .product-compare__table .product-compare__table-row--price td {
    font-size: 1rem; }
  .product-compare__table tbody tr:nth-child(3) td, .product-compare__table tbody tr:nth-child(4) td, .product-compare__table tbody tr:nth-child(5) td {
    color: #666666;
    line-height: 1.4em; }
    .product-compare__table tbody tr:nth-child(3) td h2, .product-compare__table tbody tr:nth-child(4) td h2, .product-compare__table tbody tr:nth-child(5) td h2 {
      font-size: .875rem;
      font-weight: 700;
      margin-bottom: 1em; }
    .product-compare__table tbody tr:nth-child(3) td *, .product-compare__table tbody tr:nth-child(4) td *, .product-compare__table tbody tr:nth-child(5) td * {
      line-height: 1.4em; }
    .product-compare__table tbody tr:nth-child(3) td a, .product-compare__table tbody tr:nth-child(4) td a, .product-compare__table tbody tr:nth-child(5) td a {
      display: block; }

.product-compare__stock-callout {
  display: flex;
  font-size: .875rem;
  line-height: 1.15em;
  margin: 0; }
  .product-compare__stock-callout img {
    margin-top: -.25rem;
    margin-right: .25rem; }

.product-compare__stock-callout--in-stock img {
  margin-top: -.4rem; }

.product-compare__stock-callout--out-of-stock {
  color: #bf0000;
  font-weight: 700; }
  @media screen and (max-width: 74.9375em) {
    .product-compare__stock-callout--out-of-stock {
      margin-bottom: .5rem; } }
  .product-compare__stock-callout--out-of-stock ~ ul {
    display: none;
    margin-bottom: 0;
    margin-left: 2.75rem; }
    @media screen and (min-width: 75em) {
      .product-compare__stock-callout--out-of-stock ~ ul {
        display: block; } }
    .product-compare__stock-callout--out-of-stock ~ ul li {
      font-size: .75rem;
      line-height: 1.15em;
      padding-bottom: .5em; }

.product-compare__button-group--out-of-stock, .product-compare__button-group--add-and-or-wishlist {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .product-compare__button-group--out-of-stock::before, .product-compare__button-group--out-of-stock::after, .product-compare__button-group--add-and-or-wishlist::before, .product-compare__button-group--add-and-or-wishlist::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .product-compare__button-group--out-of-stock::after, .product-compare__button-group--add-and-or-wishlist::after {
    clear: both; }
  .product-compare__button-group--out-of-stock .button, .product-compare__button-group--out-of-stock .notify__button, .product-compare__button-group--out-of-stock .account-dropdown__sign-in-button, .product-compare__button-group--out-of-stock .product-info__notify-me-when-in-stock, .product-compare__button-group--out-of-stock .product-info__recommended-alternative, .product-compare__button-group--out-of-stock .product-card__primary-button, .product-compare__button-group--out-of-stock .product-card__callout-out-of-stock-button-group-button, .product-compare__button-group--out-of-stock .product-card__button a, .product-card__button .product-compare__button-group--out-of-stock a, .product-compare__button-group--out-of-stock .product-fbt__primary-button, .product-compare__button-group--out-of-stock .add-review__button, .product-compare__button-group--add-and-or-wishlist .button, .product-compare__button-group--add-and-or-wishlist .notify__button, .product-compare__button-group--add-and-or-wishlist .account-dropdown__sign-in-button, .product-compare__button-group--add-and-or-wishlist .product-info__notify-me-when-in-stock, .product-compare__button-group--add-and-or-wishlist .product-info__recommended-alternative, .product-compare__button-group--add-and-or-wishlist .product-card__primary-button, .product-compare__button-group--add-and-or-wishlist .product-card__callout-out-of-stock-button-group-button, .product-compare__button-group--add-and-or-wishlist .product-card__button a, .product-card__button .product-compare__button-group--add-and-or-wishlist a, .product-compare__button-group--add-and-or-wishlist .product-fbt__primary-button, .product-compare__button-group--add-and-or-wishlist .add-review__button {
    margin: 0;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .product-compare__button-group--out-of-stock .button:last-child, .product-compare__button-group--out-of-stock .notify__button:last-child, .product-compare__button-group--out-of-stock .account-dropdown__sign-in-button:last-child, .product-compare__button-group--out-of-stock .product-info__notify-me-when-in-stock:last-child, .product-compare__button-group--out-of-stock .product-info__recommended-alternative:last-child, .product-compare__button-group--out-of-stock .product-card__primary-button:last-child, .product-compare__button-group--out-of-stock .product-card__callout-out-of-stock-button-group-button:last-child, .product-compare__button-group--out-of-stock .product-card__button a:last-child, .product-card__button .product-compare__button-group--out-of-stock a:last-child, .product-compare__button-group--out-of-stock .product-fbt__primary-button:last-child, .product-compare__button-group--out-of-stock .add-review__button:last-child, .product-compare__button-group--add-and-or-wishlist .button:last-child, .product-compare__button-group--add-and-or-wishlist .notify__button:last-child, .product-compare__button-group--add-and-or-wishlist .account-dropdown__sign-in-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-info__notify-me-when-in-stock:last-child, .product-compare__button-group--add-and-or-wishlist .product-info__recommended-alternative:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__primary-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__callout-out-of-stock-button-group-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__button a:last-child, .product-card__button .product-compare__button-group--add-and-or-wishlist a:last-child, .product-compare__button-group--add-and-or-wishlist .product-fbt__primary-button:last-child, .product-compare__button-group--add-and-or-wishlist .add-review__button:last-child {
      margin-right: 0; }
  .product-compare__button-group--out-of-stock .button, .product-compare__button-group--out-of-stock .notify__button, .product-compare__button-group--out-of-stock .account-dropdown__sign-in-button, .product-compare__button-group--out-of-stock .product-info__notify-me-when-in-stock, .product-compare__button-group--out-of-stock .product-info__recommended-alternative, .product-compare__button-group--out-of-stock .product-card__primary-button, .product-compare__button-group--out-of-stock .product-card__callout-out-of-stock-button-group-button, .product-compare__button-group--out-of-stock .product-card__button a, .product-card__button .product-compare__button-group--out-of-stock a, .product-compare__button-group--out-of-stock .product-fbt__primary-button, .product-compare__button-group--out-of-stock .add-review__button, .product-compare__button-group--add-and-or-wishlist .button, .product-compare__button-group--add-and-or-wishlist .notify__button, .product-compare__button-group--add-and-or-wishlist .account-dropdown__sign-in-button, .product-compare__button-group--add-and-or-wishlist .product-info__notify-me-when-in-stock, .product-compare__button-group--add-and-or-wishlist .product-info__recommended-alternative, .product-compare__button-group--add-and-or-wishlist .product-card__primary-button, .product-compare__button-group--add-and-or-wishlist .product-card__callout-out-of-stock-button-group-button, .product-compare__button-group--add-and-or-wishlist .product-card__button a, .product-card__button .product-compare__button-group--add-and-or-wishlist a, .product-compare__button-group--add-and-or-wishlist .product-fbt__primary-button, .product-compare__button-group--add-and-or-wishlist .add-review__button {
    flex: 0 0 100%; }
    .product-compare__button-group--out-of-stock .button:last-child, .product-compare__button-group--out-of-stock .notify__button:last-child, .product-compare__button-group--out-of-stock .account-dropdown__sign-in-button:last-child, .product-compare__button-group--out-of-stock .product-info__notify-me-when-in-stock:last-child, .product-compare__button-group--out-of-stock .product-info__recommended-alternative:last-child, .product-compare__button-group--out-of-stock .product-card__primary-button:last-child, .product-compare__button-group--out-of-stock .product-card__callout-out-of-stock-button-group-button:last-child, .product-compare__button-group--out-of-stock .product-card__button a:last-child, .product-card__button .product-compare__button-group--out-of-stock a:last-child, .product-compare__button-group--out-of-stock .product-fbt__primary-button:last-child, .product-compare__button-group--out-of-stock .add-review__button:last-child, .product-compare__button-group--add-and-or-wishlist .button:last-child, .product-compare__button-group--add-and-or-wishlist .notify__button:last-child, .product-compare__button-group--add-and-or-wishlist .account-dropdown__sign-in-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-info__notify-me-when-in-stock:last-child, .product-compare__button-group--add-and-or-wishlist .product-info__recommended-alternative:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__primary-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__callout-out-of-stock-button-group-button:last-child, .product-compare__button-group--add-and-or-wishlist .product-card__button a:last-child, .product-card__button .product-compare__button-group--add-and-or-wishlist a:last-child, .product-compare__button-group--add-and-or-wishlist .product-fbt__primary-button:last-child, .product-compare__button-group--add-and-or-wishlist .add-review__button:last-child {
      margin-bottom: 0; }
  .product-compare__button-group--out-of-stock .button--white, .product-compare__button-group--add-and-or-wishlist .button--white {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: .45em .5em;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .product-compare__button-group--out-of-stock .button--white, .product-compare__button-group--add-and-or-wishlist .button--white {
        background: #fff; } }
    .product-compare__button-group--out-of-stock .button--white span:nth-child(1), .product-compare__button-group--add-and-or-wishlist .button--white span:nth-child(1) {
      margin-right: .25rem; }
  .product-compare__button-group--out-of-stock .button--green, .product-compare__button-group--out-of-stock .notify__button--primary, .product-compare__button-group--out-of-stock .account-dropdown__sign-in-button, .product-compare__button-group--out-of-stock .product-card__primary-button, .product-compare__button-group--out-of-stock .product-card__button a, .product-card__button .product-compare__button-group--out-of-stock a, .product-compare__button-group--out-of-stock .product-fbt__primary-button, .product-compare__button-group--out-of-stock .add-review__button--preview, .product-compare__button-group--out-of-stock .add-review__button--publish, .product-compare__button-group--out-of-stock .add-review__button--ok, .product-compare__button-group--add-and-or-wishlist .button--green, .product-compare__button-group--add-and-or-wishlist .notify__button--primary, .product-compare__button-group--add-and-or-wishlist .account-dropdown__sign-in-button, .product-compare__button-group--add-and-or-wishlist .product-card__primary-button, .product-compare__button-group--add-and-or-wishlist .product-card__button a, .product-card__button .product-compare__button-group--add-and-or-wishlist a, .product-compare__button-group--add-and-or-wishlist .product-fbt__primary-button, .product-compare__button-group--add-and-or-wishlist .add-review__button--preview, .product-compare__button-group--add-and-or-wishlist .add-review__button--publish, .product-compare__button-group--add-and-or-wishlist .add-review__button--ok {
    font-weight: 400; }

.product-compare__table tbody tr:last-child .button--green, .product-compare__table tbody tr:last-child .notify__button--primary, .product-compare__table tbody tr:last-child .account-dropdown__sign-in-button, .product-compare__table tbody tr:last-child .product-card__primary-button, .product-compare__table tbody tr:last-child .product-card__button a, .product-card__button .product-compare__table tbody tr:last-child a, .product-compare__table tbody tr:last-child .product-fbt__primary-button, .product-compare__table tbody tr:last-child .add-review__button--preview, .product-compare__table tbody tr:last-child .add-review__button--publish, .product-compare__table tbody tr:last-child .add-review__button--ok {
  font-weight: 400;
  width: 100%; }

.product-compare__button-group--out-of-stock {
  margin: 0 -1.25em; }
  @media screen and (min-width: 75em) {
    .product-compare__button-group--out-of-stock {
      display: none; } }

/*.product-compare__item-delete-button {
    display: block;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
    z-index: 10;
}

.product-compare__item-delete-button img {
    display: block;
}*/
.product-compare__item-delete-button {
  align-items: center;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 60px;
  box-shadow: -2px 0px 7px -1px rgba(112, 112, 112, 0.55);
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
  -webkit-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1); }

.product-compare__item-delete-button img {
  display: block;
  margin: -.75rem 0 0 .75rem; }

.product-compare__product-image {
  display: block;
  margin: 1rem auto 2rem;
  max-width: 275px;
  width: 100%; }

.product-compare__product-title {
  font-size: .875rem;
  font-weight: 700;
  height: 2.5em;
  line-height: 1.15em;
  margin-bottom: .75em;
  overflow: hidden; }

.product-compare__product-manufacturer {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.15em;
  margin: 0 0 1rem; }

.product-compare .product-compare__button--go-back {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: .45em 1em; }
  @media print, screen and (min-width: 40em) {
    .product-compare .product-compare__button--go-back {
      background: #fff; } }
  .product-compare .product-compare__button--go-back span:nth-child(1) {
    margin-right: .25rem;
    margin-top: .125rem; }
    .product-compare .product-compare__button--go-back span:nth-child(1) img {
      width: 18px; }

.product-request {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  max-width: 50rem; }
  @media print, screen and (min-width: 40em) {
    .product-request {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-request h4 {
  font-size: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .product-request h4 {
      font-size: 1rem; } }

.product-request__image {
  float: right;
  margin-left: 0.625rem; }

.product-request__title {
  font-size: 1.1875rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .product-request__title {
      font-size: 1.5rem; } }

.product-request__title {
  font-size: 1.0625rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .product-request__title {
      font-size: 1.3125rem; } }

.product-request h1 {
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0; }

.product-request h2 {
  line-height: 1.25em; }

.contact-panel {
  border: 1px solid #ccc;
  margin-bottom: 1rem; }

.contact-panel__header {
  background: #63b809;
  margin: -1px;
  padding: .5rem 1rem;
  display: flex;
  cursor: pointer; }

.contact-panel__header h3 {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 auto 0 0; }

.contact-panel__toggle {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700; }

.contact-panel__body {
  padding: 1rem; }

/* Topic Select */
.contact-panel__topic-select h4 {
  font-size: 1.125rem;
  font-weight: 600; }

.contact-panel__topic-select select {
  font-size: 1rem; }

.button.contact-panel-toggle, .contact-panel-toggle.notify__button, .contact-panel-toggle.account-dropdown__sign-in-button, .contact-panel-toggle.product-info__notify-me-when-in-stock, .contact-panel-toggle.product-info__recommended-alternative, .contact-panel-toggle.product-card__primary-button, .contact-panel-toggle.product-card__callout-out-of-stock-button-group-button, .product-card__button a.contact-panel-toggle, .contact-panel-toggle.product-fbt__primary-button, .contact-panel-toggle.add-review__button {
  margin: 0;
  outline: none; }

.button.contact-panel-toggle--active, .contact-panel-toggle--active.notify__button, .contact-panel-toggle--active.account-dropdown__sign-in-button, .contact-panel-toggle--active.product-info__notify-me-when-in-stock, .contact-panel-toggle--active.product-info__recommended-alternative, .contact-panel-toggle--active.product-card__primary-button, .contact-panel-toggle--active.product-card__callout-out-of-stock-button-group-button, .product-card__button a.contact-panel-toggle--active, .contact-panel-toggle--active.product-fbt__primary-button, .contact-panel-toggle--active.add-review__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.hc-helpful-links-header {
  border-bottom: 1px solid #ccc; }
  .hc-helpful-links-header h3 {
    font-size: 1.0625rem;
    font-weight: 700; }

.hc-accordion {
  padding: 0.5rem; }

.hc-accordion__item {
  display: block;
  margin-bottom: 0.5rem; }

.hc-accordion__link {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #474747; }
  .hc-accordion__link:hover {
    color: #63b809; }

.hc-accorion__link--active {
  color: #63b809;
  font-weight: 600; }

.hc-accordion__arrow {
  display: inline-block;
  border-color: transparent #63b809;
  border-style: solid;
  border-width: 0.375rem 0 0.375rem 0.5rem;
  height: 0;
  width: 0;
  margin-right: 0.5rem;
  transition: transform .2s; }

.hc-accorion__link--active .hc-accordion__arrow {
  transform: rotate(90deg); }

.hc-accordion__content {
  padding: 0.625rem 1.25rem;
  font-size: 1rem; }
  .hc-accordion__content h3, .hc-accordion__content .organicSubHead {
    font-size: 1rem;
    font-weight: 600; }
  .hc-accordion__content p {
    font-size: 1rem;
    margin-bottom: .5rem; }

.order-number-help {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #ccc; }

/*.form--contact {
    max-width: rem-calc(500px);
    padding: rem-calc(20px);
    //border: 1px solid $color-grey-light;
    margin-bottom: rem-calc(20px);
    border-radius: rem-calc(4px);

    button.button {
        margin-bottom: 0;
        margin-left: rem-calc(150px);
    }
}*/
/************************************************************
** 02 Components ** 
************************************************************/
.alert {
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert--danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert--success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.button, .notify__button, .account-dropdown__sign-in-button, .product-info__notify-me-when-in-stock, .product-info__recommended-alternative, .product-card__primary-button, .product-card__callout-out-of-stock-button-group-button, .product-card__button a, .product-fbt__primary-button, .add-review__button, [type='button'].button, [type='button'].notify__button, [type='button'].account-dropdown__sign-in-button, [type='button'].product-info__notify-me-when-in-stock, [type='button'].product-info__recommended-alternative, [type='button'].product-card__primary-button, [type='button'].product-card__callout-out-of-stock-button-group-button, .product-card__button a[type='button'], [type='button'].product-fbt__primary-button, [type='button'].add-review__button {
  display: inline-block;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #8a8a8a;
  color: #ffffff;
  border-radius: 0.25rem; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .notify__button, [data-whatinput='mouse'] .account-dropdown__sign-in-button, [data-whatinput='mouse'] .product-info__notify-me-when-in-stock, [data-whatinput='mouse'] .product-info__recommended-alternative, [data-whatinput='mouse'] .product-card__primary-button, [data-whatinput='mouse'] .product-card__callout-out-of-stock-button-group-button, [data-whatinput='mouse'] .product-card__button a, .product-card__button [data-whatinput='mouse'] a, [data-whatinput='mouse'] .product-fbt__primary-button, [data-whatinput='mouse'] .add-review__button, [data-whatinput='mouse'] [type='button'].button, [data-whatinput='mouse'] [type='button'].notify__button, [data-whatinput='mouse'] [type='button'].account-dropdown__sign-in-button, [data-whatinput='mouse'] [type='button'].product-info__notify-me-when-in-stock, [data-whatinput='mouse'] [type='button'].product-info__recommended-alternative, [data-whatinput='mouse'] [type='button'].product-card__primary-button, [data-whatinput='mouse'] [type='button'].product-card__callout-out-of-stock-button-group-button, [data-whatinput='mouse'] .product-card__button a[type='button'], .product-card__button [data-whatinput='mouse'] a[type='button'], [data-whatinput='mouse'] [type='button'].product-fbt__primary-button, [data-whatinput='mouse'] [type='button'].add-review__button {
    outline: 0; }
  .button:hover, .notify__button:hover, .account-dropdown__sign-in-button:hover, .product-info__notify-me-when-in-stock:hover, .product-info__recommended-alternative:hover, .product-card__primary-button:hover, .product-card__callout-out-of-stock-button-group-button:hover, .product-card__button a:hover, .product-fbt__primary-button:hover, .add-review__button:hover, .button:focus, .notify__button:focus, .account-dropdown__sign-in-button:focus, .product-info__notify-me-when-in-stock:focus, .product-info__recommended-alternative:focus, .product-card__primary-button:focus, .product-card__callout-out-of-stock-button-group-button:focus, .product-card__button a:focus, .product-fbt__primary-button:focus, .add-review__button:focus, [type='button'].button:hover, [type='button'].notify__button:hover, [type='button'].account-dropdown__sign-in-button:hover, [type='button'].product-info__notify-me-when-in-stock:hover, [type='button'].product-info__recommended-alternative:hover, [type='button'].product-card__primary-button:hover, [type='button'].product-card__callout-out-of-stock-button-group-button:hover, .product-card__button a[type='button']:hover, [type='button'].product-fbt__primary-button:hover, [type='button'].add-review__button:hover, [type='button'].button:focus, [type='button'].notify__button:focus, [type='button'].account-dropdown__sign-in-button:focus, [type='button'].product-info__notify-me-when-in-stock:focus, [type='button'].product-info__recommended-alternative:focus, [type='button'].product-card__primary-button:focus, [type='button'].product-card__callout-out-of-stock-button-group-button:focus, .product-card__button a[type='button']:focus, [type='button'].product-fbt__primary-button:focus, [type='button'].add-review__button:focus {
    background-color: #717171;
    color: #ffffff; }
  .button.button--disabled, .button--disabled.notify__button, .button--disabled.account-dropdown__sign-in-button, .button--disabled.product-info__notify-me-when-in-stock, .button--disabled.product-info__recommended-alternative, .button--disabled.product-card__primary-button, .button--disabled.product-card__callout-out-of-stock-button-group-button, .product-card__button a.button--disabled, .button--disabled.product-fbt__primary-button, .button--disabled.add-review__button, [type='button'].button.button--disabled, [type='button'].button--disabled.notify__button, [type='button'].button--disabled.account-dropdown__sign-in-button, [type='button'].button--disabled.product-info__notify-me-when-in-stock, [type='button'].button--disabled.product-info__recommended-alternative, [type='button'].button--disabled.product-card__primary-button, [type='button'].button--disabled.product-card__callout-out-of-stock-button-group-button, .product-card__button a[type='button'].button--disabled, [type='button'].button--disabled.product-fbt__primary-button, [type='button'].button--disabled.add-review__button {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.button--disabled, .button--disabled.notify__button, .button--disabled.account-dropdown__sign-in-button, .button--disabled.product-info__notify-me-when-in-stock, .button--disabled.product-info__recommended-alternative, .button--disabled.product-card__primary-button, .button--disabled.product-card__callout-out-of-stock-button-group-button, .product-card__button a.button--disabled, .button--disabled.product-fbt__primary-button, .button--disabled.add-review__button, .button.button--disabled:hover, .button--disabled.notify__button:hover, .button--disabled.account-dropdown__sign-in-button:hover, .button--disabled.product-info__notify-me-when-in-stock:hover, .button--disabled.product-info__recommended-alternative:hover, .button--disabled.product-card__primary-button:hover, .button--disabled.product-card__callout-out-of-stock-button-group-button:hover, .product-card__button a.button--disabled:hover, .button--disabled.product-fbt__primary-button:hover, .button--disabled.add-review__button:hover, .button.button--disabled:focus, .button--disabled.notify__button:focus, .button--disabled.account-dropdown__sign-in-button:focus, .button--disabled.product-info__notify-me-when-in-stock:focus, .button--disabled.product-info__recommended-alternative:focus, .button--disabled.product-card__primary-button:focus, .button--disabled.product-card__callout-out-of-stock-button-group-button:focus, .product-card__button a.button--disabled:focus, .button--disabled.product-fbt__primary-button:focus, .button--disabled.add-review__button:focus, [type='button'].button.button--disabled, [type='button'].button--disabled.notify__button, [type='button'].button--disabled.account-dropdown__sign-in-button, [type='button'].button--disabled.product-info__notify-me-when-in-stock, [type='button'].button--disabled.product-info__recommended-alternative, [type='button'].button--disabled.product-card__primary-button, [type='button'].button--disabled.product-card__callout-out-of-stock-button-group-button, .product-card__button a[type='button'].button--disabled, [type='button'].button--disabled.product-fbt__primary-button, [type='button'].button--disabled.add-review__button, [type='button'].button.button--disabled:hover, [type='button'].button--disabled.notify__button:hover, [type='button'].button--disabled.account-dropdown__sign-in-button:hover, [type='button'].button--disabled.product-info__notify-me-when-in-stock:hover, [type='button'].button--disabled.product-info__recommended-alternative:hover, [type='button'].button--disabled.product-card__primary-button:hover, [type='button'].button--disabled.product-card__callout-out-of-stock-button-group-button:hover, .product-card__button a[type='button'].button--disabled:hover, [type='button'].button--disabled.product-fbt__primary-button:hover, [type='button'].button--disabled.add-review__button:hover, [type='button'].button.button--disabled:focus, [type='button'].button--disabled.notify__button:focus, [type='button'].button--disabled.account-dropdown__sign-in-button:focus, [type='button'].button--disabled.product-info__notify-me-when-in-stock:focus, [type='button'].button--disabled.product-info__recommended-alternative:focus, [type='button'].button--disabled.product-card__primary-button:focus, [type='button'].button--disabled.product-card__callout-out-of-stock-button-group-button:focus, .product-card__button a[type='button'].button--disabled:focus, [type='button'].button--disabled.product-fbt__primary-button:focus, [type='button'].button--disabled.add-review__button:focus {
      background-color: #8a8a8a;
      color: #ffffff; }
  .button--expand, .account-dropdown__sign-in-button, .product-info__notify-me-when-in-stock, .product-info__recommended-alternative, [type='button'].button--expand, [type='button'].account-dropdown__sign-in-button, [type='button'].product-info__notify-me-when-in-stock, [type='button'].product-info__recommended-alternative {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button--font-weight-400, [type='button'].button--font-weight-400 {
    font-weight: 400; }
  .button--green, .notify__button--primary, .account-dropdown__sign-in-button, .product-card__primary-button, .product-card__button a, .product-fbt__primary-button, .add-review__button--preview, .add-review__button--publish, .add-review__button--ok, [type='button'].button--green, [type='button'].notify__button--primary, [type='button'].account-dropdown__sign-in-button, [type='button'].product-card__primary-button, .product-card__button a[type='button'], [type='button'].product-fbt__primary-button, [type='button'].add-review__button--preview, [type='button'].add-review__button--publish, [type='button'].add-review__button--ok {
    background-color: #63b809;
    color: #ffffff; }
    .button--green:hover, .notify__button--primary:hover, .account-dropdown__sign-in-button:hover, .product-card__primary-button:hover, .product-card__button a:hover, .product-fbt__primary-button:hover, .add-review__button--preview:hover, .add-review__button--publish:hover, .add-review__button--ok:hover, .button--green:focus, .notify__button--primary:focus, .account-dropdown__sign-in-button:focus, .product-card__primary-button:focus, .product-card__button a:focus, .product-fbt__primary-button:focus, .add-review__button--preview:focus, .add-review__button--publish:focus, .add-review__button--ok:focus, [type='button'].button--green:hover, [type='button'].notify__button--primary:hover, [type='button'].account-dropdown__sign-in-button:hover, [type='button'].product-card__primary-button:hover, .product-card__button a[type='button']:hover, [type='button'].product-fbt__primary-button:hover, [type='button'].add-review__button--preview:hover, [type='button'].add-review__button--publish:hover, [type='button'].add-review__button--ok:hover, [type='button'].button--green:focus, [type='button'].notify__button--primary:focus, [type='button'].account-dropdown__sign-in-button:focus, [type='button'].product-card__primary-button:focus, .product-card__button a[type='button']:focus, [type='button'].product-fbt__primary-button:focus, [type='button'].add-review__button--preview:focus, [type='button'].add-review__button--publish:focus, [type='button'].add-review__button--ok:focus {
      background-color: #498707;
      color: #ffffff; }
    .button--green.button--disabled, .button--disabled.notify__button--primary, .button--disabled.account-dropdown__sign-in-button, .button--disabled.product-card__primary-button, .product-card__button a.button--disabled, .button--disabled.product-fbt__primary-button, .button--disabled.add-review__button--preview, .button--disabled.add-review__button--publish, .button--disabled.add-review__button--ok, [type='button'].button--green.button--disabled, [type='button'].button--disabled.notify__button--primary, [type='button'].button--disabled.account-dropdown__sign-in-button, [type='button'].button--disabled.product-card__primary-button, .product-card__button a[type='button'].button--disabled, [type='button'].button--disabled.product-fbt__primary-button, [type='button'].button--disabled.add-review__button--preview, [type='button'].button--disabled.add-review__button--publish, [type='button'].button--disabled.add-review__button--ok {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--green.button--disabled, .button--disabled.notify__button--primary, .button--disabled.account-dropdown__sign-in-button, .button--disabled.product-card__primary-button, .product-card__button a.button--disabled, .button--disabled.product-fbt__primary-button, .button--disabled.add-review__button--preview, .button--disabled.add-review__button--publish, .button--disabled.add-review__button--ok, .button--green.button--disabled:hover, .button--disabled.notify__button--primary:hover, .button--disabled.account-dropdown__sign-in-button:hover, .button--disabled.product-card__primary-button:hover, .product-card__button a.button--disabled:hover, .button--disabled.product-fbt__primary-button:hover, .button--disabled.add-review__button--preview:hover, .button--disabled.add-review__button--publish:hover, .button--disabled.add-review__button--ok:hover, .button--green.button--disabled:focus, .button--disabled.notify__button--primary:focus, .button--disabled.account-dropdown__sign-in-button:focus, .button--disabled.product-card__primary-button:focus, .product-card__button a.button--disabled:focus, .button--disabled.product-fbt__primary-button:focus, .button--disabled.add-review__button--preview:focus, .button--disabled.add-review__button--publish:focus, .button--disabled.add-review__button--ok:focus, [type='button'].button--green.button--disabled, [type='button'].button--disabled.notify__button--primary, [type='button'].button--disabled.account-dropdown__sign-in-button, [type='button'].button--disabled.product-card__primary-button, .product-card__button a[type='button'].button--disabled, [type='button'].button--disabled.product-fbt__primary-button, [type='button'].button--disabled.add-review__button--preview, [type='button'].button--disabled.add-review__button--publish, [type='button'].button--disabled.add-review__button--ok, [type='button'].button--green.button--disabled:hover, [type='button'].button--disabled.notify__button--primary:hover, [type='button'].button--disabled.account-dropdown__sign-in-button:hover, [type='button'].button--disabled.product-card__primary-button:hover, .product-card__button a[type='button'].button--disabled:hover, [type='button'].button--disabled.product-fbt__primary-button:hover, [type='button'].button--disabled.add-review__button--preview:hover, [type='button'].button--disabled.add-review__button--publish:hover, [type='button'].button--disabled.add-review__button--ok:hover, [type='button'].button--green.button--disabled:focus, [type='button'].button--disabled.notify__button--primary:focus, [type='button'].button--disabled.account-dropdown__sign-in-button:focus, [type='button'].button--disabled.product-card__primary-button:focus, .product-card__button a[type='button'].button--disabled:focus, [type='button'].button--disabled.product-fbt__primary-button:focus, [type='button'].button--disabled.add-review__button--preview:focus, [type='button'].button--disabled.add-review__button--publish:focus, [type='button'].button--disabled.add-review__button--ok:focus {
        background-color: #63b809;
        color: #ffffff; }
  .button--blue, [type='button'].button--blue {
    background-color: #2279c3;
    color: #ffffff; }
    .button--blue:hover, .button--blue:focus, [type='button'].button--blue:hover, [type='button'].button--blue:focus {
      background-color: #1a5e98;
      color: #ffffff; }
    .button--blue.a-button--disabled, [type='button'].button--blue.a-button--disabled {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--blue.a-button--disabled, .button--blue.a-button--disabled:hover, .button--blue.a-button--disabled:focus, [type='button'].button--blue.a-button--disabled, [type='button'].button--blue.a-button--disabled:hover, [type='button'].button--blue.a-button--disabled:focus {
        background-color: #2279c3;
        color: #ffffff; }
  .button--orange, [type='button'].button--orange {
    background-color: #e58700;
    color: #ffffff; }
    .button--orange:hover, .button--orange:focus, [type='button'].button--orange:hover, [type='button'].button--orange:focus {
      background-color: #b26900;
      color: #ffffff; }
    .button--orange.button--disabled, [type='button'].button--orange.button--disabled {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--orange.button--disabled, .button--orange.button--disabled:hover, .button--orange.button--disabled:focus, [type='button'].button--orange.button--disabled, [type='button'].button--orange.button--disabled:hover, [type='button'].button--orange.button--disabled:focus {
        background-color: #e58700;
        color: #ffffff; }
  .button--white, [type='button'].button--white {
    font-weight: normal;
    border: 1px solid #ccc;
    background-color: #ffffff;
    color: #474747; }
    .button--white:hover, .button--white:focus, [type='button'].button--white:hover, [type='button'].button--white:focus {
      background-color: #ffffff;
      color: #474747; }
    .button--white.button--disabled, [type='button'].button--white.button--disabled {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--white.button--disabled, .button--white.button--disabled:hover, .button--white.button--disabled:focus, [type='button'].button--white.button--disabled, [type='button'].button--white.button--disabled:hover, [type='button'].button--white.button--disabled:focus {
        background-color: #ffffff;
        color: #474747; }
    .button--white svg, [type='button'].button--white svg {
      fill: #474747; }
  .button--whiteFull, [type='button'].button--whiteFull {
    font-weight: normal;
    border: 1px solid #ccc;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    background-color: #ffffff;
    color: #474747; }
    .button--whiteFull:hover, .button--whiteFull:focus, [type='button'].button--whiteFull:hover, [type='button'].button--whiteFull:focus {
      background-color: #ffffff;
      color: #474747; }
    .button--whiteFull.button--disabled, [type='button'].button--whiteFull.button--disabled {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--whiteFull.button--disabled, .button--whiteFull.button--disabled:hover, .button--whiteFull.button--disabled:focus, [type='button'].button--whiteFull.button--disabled, [type='button'].button--whiteFull.button--disabled:hover, [type='button'].button--whiteFull.button--disabled:focus {
        background-color: #ffffff;
        color: #474747; }
    .button--whiteFull svg, [type='button'].button--whiteFull svg {
      fill: #474747; }
  .button--grey, .product-info__notify-me-when-in-stock, .product-info__recommended-alternative, .add-review__button--cancel, .add-review__button--edit, [type='button'].button--grey, [type='button'].product-info__notify-me-when-in-stock, [type='button'].product-info__recommended-alternative, [type='button'].add-review__button--cancel, [type='button'].add-review__button--edit {
    color: #000;
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    font-weight: 400; }
    .button--grey:hover, .product-info__notify-me-when-in-stock:hover, .product-info__recommended-alternative:hover, .add-review__button--cancel:hover, .add-review__button--edit:hover, [type='button'].button--grey:hover, [type='button'].product-info__notify-me-when-in-stock:hover, [type='button'].product-info__recommended-alternative:hover, [type='button'].add-review__button--cancel:hover, [type='button'].add-review__button--edit:hover {
      background: #e6e6e6;
      color: #000; }
  .button--transparent, [type='button'].button--transparent {
    background-color: transparent;
    color: #ffffff; }
    .button--transparent:hover, .button--transparent:focus, [type='button'].button--transparent:hover, [type='button'].button--transparent:focus {
      background-color: transparent;
      color: #ffffff; }
    .button--transparent.button--disabled, [type='button'].button--transparent.button--disabled {
      opacity: 0.25;
      cursor: not-allowed; }
      .button--transparent.button--disabled, .button--transparent.button--disabled:hover, .button--transparent.button--disabled:focus, [type='button'].button--transparent.button--disabled, [type='button'].button--transparent.button--disabled:hover, [type='button'].button--transparent.button--disabled:focus {
        background-color: transparent;
        color: #ffffff; }
    .button--transparent svg, [type='button'].button--transparent svg {
      fill: #ffffff; }
  .button--rounded, [type='button'].button--rounded {
    border-radius: 0.125rem; }
    @media print, screen and (min-width: 64em) {
      .button--rounded, [type='button'].button--rounded {
        border-radius: 0.25rem; } }
  .button--tiny, [type='button'].button--tiny {
    font-size: 0.6rem; }
  .button--small, .product-card__primary-button, .product-card__callout-out-of-stock-button-group-button, [type='button'].button--small, [type='button'].product-card__primary-button, [type='button'].product-card__callout-out-of-stock-button-group-button {
    font-size: 0.75rem; }
  .button--large, .account-dropdown__sign-in-button, .product-fbt__primary-button, [type='button'].button--large, [type='button'].account-dropdown__sign-in-button, [type='button'].product-fbt__primary-button {
    font-size: 1.25rem; }
  .button--large, .account-dropdown__sign-in-button, .product-fbt__primary-button, [type='button'].button--large, [type='button'].account-dropdown__sign-in-button, [type='button'].product-fbt__primary-button {
    padding: 0.65em 1em; }
  .button--nowrap, [type='button'].button--nowrap {
    white-space: nowrap; }
  .button--small, .product-card__primary-button, .product-card__callout-out-of-stock-button-group-button, [type='button'].button--small, [type='button'].product-card__primary-button, [type='button'].product-card__callout-out-of-stock-button-group-button {
    font-size: .875rem !important;
    padding: 0.5em 1em; }
  .button--order-summary-reorder, [type='button'].button--order-summary-reorder {
    font-weight: 400; }
    @media screen and (max-width: 39.9375em) {
      .button--order-summary-reorder, [type='button'].button--order-summary-reorder {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) .button--order-summary-reorder, .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) [type='button'].button--order-summary-reorder {
      display: none; }
    @media print, screen and (min-width: 64em) {
      .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) .button--order-summary-reorder, .my-account__grid--order-summary-overview > .my-account__cell:nth-child(2) [type='button'].button--order-summary-reorder {
        display: inline-block;
        position: absolute;
        left: 100%;
        margin-left: .5rem;
        top: -20%; } }

/*@mixin a-button($disabled: false, $expand: false, $theme: default, $size: bla) {

    @include button($background: $button-base-background, $background-hover: $button-base-background-hover, $color: $button-base-text);

    @if $expand == true {
        @include button-expand;
    }

}*/
.button--icon {
  /*display: flex;
    align-items: center;
    justify-content: center;*/ }
  .button--icon .button__icon {
    margin-right: 0.25rem; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .notify__button, .button-group .account-dropdown__sign-in-button, .button-group .product-info__notify-me-when-in-stock, .button-group .product-info__recommended-alternative, .button-group .product-card__primary-button, .button-group .product-card__callout-out-of-stock-button-group-button, .button-group .product-card__button a, .product-card__button .button-group a, .button-group .product-fbt__primary-button, .button-group .add-review__button {
    margin: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child, .button-group .notify__button:last-child, .button-group .account-dropdown__sign-in-button:last-child, .button-group .product-info__notify-me-when-in-stock:last-child, .button-group .product-info__recommended-alternative:last-child, .button-group .product-card__primary-button:last-child, .button-group .product-card__callout-out-of-stock-button-group-button:last-child, .button-group .product-card__button a:last-child, .product-card__button .button-group a:last-child, .button-group .product-fbt__primary-button:last-child, .button-group .add-review__button:last-child {
      margin-right: 0; }
  .button-group--expand .button, .button-group--expand .notify__button, .button-group--expand .account-dropdown__sign-in-button, .button-group--expand .product-info__notify-me-when-in-stock, .button-group--expand .product-info__recommended-alternative, .button-group--expand .product-card__primary-button, .button-group--expand .product-card__callout-out-of-stock-button-group-button, .button-group--expand .product-card__button a, .product-card__button .button-group--expand a, .button-group--expand .product-fbt__primary-button, .button-group--expand .add-review__button {
    flex: 1 1 0px; }
  .button-group--stack {
    flex-wrap: wrap; }
    .button-group--stack .button, .button-group--stack .notify__button, .button-group--stack .account-dropdown__sign-in-button, .button-group--stack .product-info__notify-me-when-in-stock, .button-group--stack .product-info__recommended-alternative, .button-group--stack .product-card__primary-button, .button-group--stack .product-card__callout-out-of-stock-button-group-button, .button-group--stack .product-card__button a, .product-card__button .button-group--stack a, .button-group--stack .product-fbt__primary-button, .button-group--stack .add-review__button {
      flex: 0 0 100%; }
      .button-group--stack .button:last-child, .button-group--stack .notify__button:last-child, .button-group--stack .account-dropdown__sign-in-button:last-child, .button-group--stack .product-info__notify-me-when-in-stock:last-child, .button-group--stack .product-info__recommended-alternative:last-child, .button-group--stack .product-card__primary-button:last-child, .button-group--stack .product-card__callout-out-of-stock-button-group-button:last-child, .button-group--stack .product-card__button a:last-child, .product-card__button .button-group--stack a:last-child, .button-group--stack .product-fbt__primary-button:last-child, .button-group--stack .add-review__button:last-child {
        margin-bottom: 0; }
  .button-group--with-icons > .button, .button-group--with-icons > .notify__button, .button-group--with-icons > .account-dropdown__sign-in-button, .button-group--with-icons > .product-info__notify-me-when-in-stock, .button-group--with-icons > .product-info__recommended-alternative, .button-group--with-icons > .product-card__primary-button, .button-group--with-icons > .product-card__callout-out-of-stock-button-group-button, .product-card__button .button-group--with-icons > a, .button-group--with-icons > .product-fbt__primary-button, .button-group--with-icons > .add-review__button {
    padding: .5em 1em !important; }
    .button-group--with-icons > .button > *:nth-child(2), .button-group--with-icons > .notify__button > *:nth-child(2), .button-group--with-icons > .account-dropdown__sign-in-button > *:nth-child(2), .button-group--with-icons > .product-info__notify-me-when-in-stock > *:nth-child(2), .button-group--with-icons > .product-info__recommended-alternative > *:nth-child(2), .button-group--with-icons > .product-card__primary-button > *:nth-child(2), .button-group--with-icons > .product-card__callout-out-of-stock-button-group-button > *:nth-child(2), .product-card__button .button-group--with-icons > a > *:nth-child(2), .button-group--with-icons > .product-fbt__primary-button > *:nth-child(2), .button-group--with-icons > .add-review__button > *:nth-child(2) {
      padding-left: .25em;
      text-align: left; }
  .button-group > .button, .button-group > .notify__button, .button-group > .account-dropdown__sign-in-button, .button-group > .product-info__notify-me-when-in-stock, .button-group > .product-info__recommended-alternative, .button-group > .product-card__primary-button, .button-group > .product-card__callout-out-of-stock-button-group-button, .product-card__button .button-group > a, .button-group > .product-fbt__primary-button, .button-group > .add-review__button {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 1.2em;
    padding: .75em 1em; }
  @media screen and (min-width: 75em) {
    .product-info__out-of-stock .button-group {
      display: none; } }

.button--with-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 1.2em;
  padding: .5em 1em !important; }
  .button--with-icon > *:nth-child(2) {
    padding-left: .25em;
    text-align: left; }

@media screen and (max-width: 39.9375em) {
  .button--small-only-expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; } }

.wholesale__grid-container--brands + .button, .wholesale__grid-container--brands + .notify__button, .wholesale__grid-container--brands + .account-dropdown__sign-in-button, .wholesale__grid-container--brands + .product-info__notify-me-when-in-stock, .wholesale__grid-container--brands + .product-info__recommended-alternative, .wholesale__grid-container--brands + .product-card__primary-button, .wholesale__grid-container--brands + .product-card__callout-out-of-stock-button-group-button, .product-card__button .wholesale__grid-container--brands + a, .wholesale__grid-container--brands + .product-fbt__primary-button, .wholesale__grid-container--brands + .add-review__button {
  margin-top: 1.5rem; }

/* BACK TO TOP BUTTON */
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  /* image replacement properties */
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
  background: #f5f2f2 no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7; }

.no-touch .cd-top:hover {
  background-color: #e0e0e0;
  opacity: 1; }

.cd-top .fa-angle-up {
  position: absolute;
  bottom: 5px;
  right: 11px;
  font-size: 44px;
  color: #ccc; }

i.arrow--gray.up {
  position: relative;
  top: 40% !important; }

i.arrow {
  border: solid #0a0a0a;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px; }

i.arrow--gray {
  border: solid #666;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px; }

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg); }

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #999; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group__field, .input-group-button, .input-group__button, .input-group-button a, .input-group__button a,
.input-group-button input, .input-group__button input,
.input-group-button button, .input-group__button button,
.input-group-button label, .input-group__button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field, .input-group__field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button, .input-group__button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a, .input-group__button a,
  .input-group-button input, .input-group__button input,
  .input-group-button button, .input-group__button button,
  .input-group-button label, .input-group__button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

input[type="text"], input[type="password"], select, input[type="email"], input[type="submit"], textarea {
  border-radius: 0.25rem; }

label {
  font-size: 1rem; }

select {
  background-image: none;
  max-width: 100%; }

/* Rounded */
.input-group--rounded .input-group__field {
  border-top-left-radius: 2.4375rem;
  border-bottom-left-radius: 2.4375rem; }

.input-group--rounded .input-group__button .button, .input-group--rounded .input-group__button .notify__button, .input-group--rounded .input-group__button .account-dropdown__sign-in-button, .input-group--rounded .input-group__button .product-info__notify-me-when-in-stock, .input-group--rounded .input-group__button .product-info__recommended-alternative, .input-group--rounded .input-group__button .product-card__primary-button, .input-group--rounded .input-group__button .product-card__callout-out-of-stock-button-group-button, .input-group--rounded .input-group__button .product-card__button a, .product-card__button .input-group--rounded .input-group__button a, .input-group--rounded .input-group__button .product-fbt__primary-button, .input-group--rounded .input-group__button .add-review__button {
  border-top-right-radius: 2.4375rem;
  border-bottom-right-radius: 2.4375rem;
  border: 0; }

[type='checkbox'] + label,
[type='radio'] + label {
  margin-left: 0; }

/***************************************
FORM
***************************************/
.form label {
  font-weight: bold; }

.form input {
  margin-bottom: .25rem; }

.form input.input--error,
.form textarea.input--error {
  border: 1px solid #a94442; }

.form__element {
  margin-bottom: 1rem; }

.form__error {
  color: #a94442; }

.form--inline {
  /*.form__element {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    label {
        display: inline-block;
        min-width: rem-calc(150px);
    }

    input {
        margin: 0;
    }*/ }
  .form--inline label {
    float: left; }

/***************************************
FAUX RADIO
***************************************/
.faux-radio input[type="radio"] {
  display: none; }

.faux-radio label {
  display: inline-flex;
  align-items: center; }

/* Faux Radio Button */
.faux-radio__button {
  display: block;
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.375rem;
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  background: #ffffff; }

/* Faux Radio Button Active */
.faux-radio input[type="radio"]:checked ~ label .faux-radio__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #8a8a8a; }

/***************************************
FAUX CHECKBOX
***************************************/
.faux-checkbox input[type="checkbox"] {
  display: none; }

.faux-checkbox label {
  display: inline-flex;
  align-items: center;
  line-height: 1.6em; }

@media print, screen and (min-width: 40em) {
  .view-cart__items .auto-delivery-alternate .faux-checkbox__label {
    white-space: nowrap; } }

/* Faux checkbox Button */
.faux-checkbox__button {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  background: #ffffff;
  border: 2px solid #ccc;
  transition: all 0.3s; }

/* Faux checkbox Button Active */
.faux-checkbox input[type="checkbox"]:checked ~ label .faux-checkbox__button {
  position: relative;
  background: #63b809;
  border-color: #63b809; }
  .faux-checkbox input[type="checkbox"]:checked ~ label .faux-checkbox__button--orange {
    background: #e66812;
    border-color: #e66812; }

.faux-checkbox input[type="checkbox"]:checked ~ label .faux-checkbox__button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0.1875rem;
  width: 0.25rem;
  height: 0.4375rem;
  border: solid #fff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg); }

.faux-checkbox--reversed .faux-checkbox__label {
  margin-right: .5rem; }

.faux-checkbox--reversed .faux-checkbox__button {
  margin-right: 0; }

/* */
.option-dropdown {
  margin-bottom: .5rem;
  position: relative; }

.qty-label {
  color: #e58700;
  font-weight: 500;
  /*
    color: $color-green;
    position: absolute;
    top: rem-calc(4px);
    left: rem-calc(10px);
    font-size: rem-calc(12px);
    pointer-events: none;
    */ }

.qty-select {
  display: block;
  font-size: 0.875rem;
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: #fff; }
  .qty-select:focus {
    outline: none;
    box-shadow: none; }

.qty-select option:hover, .qty-select option:focus {
  color: #444645;
  background: #ddd; }

.qty-dropdown-icon {
  position: absolute;
  pointer-events: none;
  top: 2.375rem;
  right: 0.625rem;
  width: 0.75rem;
  height: 0.75rem; }

.qty-dropdown-icon--hidden-label {
  top: 0.875rem; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button,
  .menu .notify__button,
  .menu .account-dropdown__sign-in-button,
  .menu .product-info__notify-me-when-in-stock,
  .menu .product-info__recommended-alternative,
  .menu .product-card__primary-button,
  .menu .product-card__callout-out-of-stock-button-group-button,
  .menu .product-card__button a, .product-card__button
  .menu a,
  .menu .product-fbt__primary-button,
  .menu .add-review__button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }

.menu--vertical {
  flex-wrap: nowrap;
  flex-direction: column; }
  .menu--vertical a {
    padding-left: 0;
    padding-right: 0; }

.menu--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu--expanded {
  display: table;
  width: 100%;
  table-layout: fixed; }

.menu--expanded > li {
  display: table-cell; }

.menu--right {
  justify-content: flex-end; }

.menu__divider {
  padding: 0.5rem 0;
  line-height: 1;
  font-size: 1rem; }

.menu__item--text {
  font-weight: 700;
  margin-bottom: 4px; }

.menu--dividers a {
  border-right: 1px solid #333333;
  margin-bottom: .7rem;
  margin-top: .7rem;
  padding-bottom: 0;
  padding-top: 0; }

.menu--dividers li:last-child a {
  border-width: 0; }

.menu--font-size-14px {
  font-size: .875rem; }

.menu--cart-item-with-auto-delivery {
  margin-left: .5rem !important; }

.menu--cart-item {
  font-size: .875rem;
  margin-left: -1rem; }

.menu--saved-item, .menu--wishlist-item {
  font-size: .875rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .menu--saved-item, .menu--wishlist-item {
      flex-wrap: nowrap; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .menu--saved-item li a, .menu--wishlist-item li a {
      white-space: nowrap; } }

.nav-tabs__panel .menu li a {
  font-size: 14px;
  line-height: 1.375em; }

.page-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.5rem;
  height: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem; }

.dropdown {
  position: absolute;
  top: -100% !important;
  z-index: 8;
  width: 300px;
  padding: 1rem;
  border: 1px solid #cacaca;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all .3s; }

.dropdown--active {
  top: 5rem !important;
  opacity: 1;
  pointer-events: initial; }

.dropdown-container {
  position: relative;
  display: inline-block; }

.dropdown__trigger {
  display: inline-block;
  cursor: default; }

.dropdown--transparent {
  background: none;
  border: 0; }

.dropdown--full {
  left: 0.9375rem !important;
  right: 0.9375rem;
  width: 100%; }

.dropdown--right {
  right: -1.25rem; }

.dropdown--offset-full {
  right: 0.9375rem;
  width: auto; }

.dropdown__icon {
  margin-left: 0.5rem;
  width: 0.4375rem; }
  .dropdown__icon img {
    width: 0.4375rem; }

.country-sprite {
  display: inline-block;
  background: url("http://biovea.com/vn/images/Website_Graphics/lang_switcher/flags_sprite.png") no-repeat top left;
  width: 1rem;
  height: 0.6875rem;
  margin-right: 0.3125rem; }

.country-sprite--at {
  background-position: 0px 0px; }

.country-sprite--au {
  background-position: -18px 0px; }

.country-sprite--ae {
  background-position: -36px 0px; }

.country-sprite--ar {
  background-position: -54px 0px; }

.country-sprite--bo {
  background-position: -72px 0px; }

.country-sprite--br {
  background-position: -90px 0px; }

.country-sprite--be {
  background-position: -108px 0px; }

.country-sprite--eg {
  background-position: -126px 0px; }

.country-sprite--ca {
  background-position: -144px 0px; }

.country-sprite--ch {
  background-position: -162px 0px; }

.country-sprite--cl {
  background-position: -180px 0px; }

.country-sprite--co {
  background-position: -198px 0px; }

.country-sprite--cy {
  background-position: -216px 0px; }

.country-sprite--cn {
  background-position: -1062px 0px; }

.country-sprite--de {
  background-position: -234px 0px; }

.country-sprite--dk {
  background-position: -252px 0px; }

.country-sprite--kw {
  background-position: -270px 0px; }

.country-sprite--es {
  background-position: -288px 0px; }

.country-sprite--europeanunion {
  background-position: -306px 0px; }

.country-sprite--fi {
  background-position: -324px 0px; }

.country-sprite--fr {
  background-position: -342px 0px; }

.country-sprite--gr {
  background-position: -360px 0px; }

.country-sprite--hk {
  background-position: -378px 0px; }

.country-sprite--id {
  background-position: -396px 0px; }

.country-sprite--ie {
  background-position: -414px 0px; }

.country-sprite--il {
  background-position: -432px 0px; }

.country-sprite--in {
  background-position: -450px 0px; }

.country-sprite--it {
  background-position: -468px 0px; }

.country-sprite--jp {
  background-position: -486px 0px; }

.country-sprite--py {
  background-position: -504px 0px; }

.country-sprite--qa {
  background-position: -522px 0px; }

.country-sprite--mx {
  background-position: -540px 0px; }

.country-sprite--my {
  background-position: -558px 0px; }

.country-sprite--nl {
  background-position: -576px 0px; }

.country-sprite--no {
  background-position: -594px 0px; }

.country-sprite--nz {
  background-position: -612px 0px; }

.country-sprite--om {
  background-position: -630px 0px; }

.country-sprite--pe {
  background-position: -648px 0px; }

.country-sprite--ph {
  background-position: -666px 0px; }

.country-sprite--pl {
  background-position: -900px 0px; }

.country-sprite--pt {
  background-position: -684px 0px; }

.country-sprite--si {
  background-position: -702px 0px; }

.country-sprite--th {
  background-position: -720px 0px; }

.country-sprite--sa {
  background-position: -738px 0px; }

.country-sprite--se {
  background-position: -756px 0px; }

.country-sprite--sg {
  background-position: -774px 0px; }

.country-sprite--vn {
  background-position: -792px 0px; }

.country-sprite--za {
  background-position: -810px 0px; }

.country-sprite--uk {
  background-position: -828px 0px; }

.country-sprite--us {
  background-position: -846px 0px; }

.country-sprite--us_es {
  background-position: -846px 0px; }

.country-sprite--uy {
  background-position: -864px 0px; }

.country-sprite--ve {
  background-position: -882px 0px; }

.country-sprite--tw {
  background-position: -918px 0px; }

.country-sprite--do {
  background-position: -936px 0px; }

.country-sprite--ec {
  background-position: -954px 0px; }

.country-sprite--cz {
  background-position: -972px 0px; }

.country-sprite--hu {
  background-position: -990px 0px; }

.country-sprite--ro {
  background-position: -1008px 0px; }

.country-sprite--kr {
  background-position: -1026px 0px; }

.country-sprite--tr {
  background-position: -1044px 0px; }

.country-sprite--ru {
  background-position: -1080px 0px; }

.country-sprite--bg {
  background-position: -1096px 0px; }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .dropdown {
    /*margin: 0 rem-calc(-30px);*/ } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .primary-header--alt .dropdown--full {
    left: calc(228px + 1.875rem) !important; } }

@media screen and (min-width: 75em) {
  .primary-header--alt .dropdown--full {
    left: calc(197px + 1.875rem) !important; } }

.reveal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  padding: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      padding: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
    .reveal {
      padding: 2.5rem; } }

.reveal__content {
  position: relative;
  background: #ffffff;
  z-index: 2000;
  max-width: 50rem;
  margin: 0 auto;
  padding: 1.25rem; }
  .reveal__content--notify-me-when-in-stock {
    border-radius: .5rem;
    max-width: none; }
    @media print, screen and (min-width: 40em) {
      .reveal__content--notify-me-when-in-stock {
        max-width: 35rem; } }

.reveal--hidden {
  display: none; }

/*---------------- Shopper Popup Modal ----------------*/
.reveal--shopmod .reveal__content {
  position: relative;
  max-width: 28.125rem;
  padding: 2rem;
  border-radius: 4px;
  background: #efefef; }

.shopmod__close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem; }

.shopmod__close-btn {
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer; }
  .shopmod__close-btn img {
    width: 100%;
    height: 100%; }

.shopmod__intro {
  text-align: center; }

.shopmod__welcome {
  font-weight: bold;
  font-size: 24px;
  margin: 0; }

.shopmod__siteyou {
  font-size: 17px; }

.shopmod__body {
  padding: 5px 15px 0; }

.shopmod__country {
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #cccccc;
  -moz-box-shadow: 0px 0px 5px 0px #cccccc;
  box-shadow: 0px 0px 5px 0px #cccccc;
  transition: box-shadow .3s; }

.shopmod__country:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #b5b5b5;
  -moz-box-shadow: 0px 0px 10px 0px #b5b5b5;
  box-shadow: 0px 0px 10px 0px #b5b5b5; }

.shopmod__country-img {
  margin-right: 15px;
  width: 87px;
  height: 47px;
  background: black; }

.shopmod__break {
  margin: 12px 0;
  text-align: center;
  text-transform: lowercase;
  font-size: 1em; }

.shopmod__save {
  margin-top: 20px;
  text-align: center; }

/*.shopmod-or-break {
    font-size: 18px;
    text-transform: lowercase;
    margin-bottom: 12px;
}*/
/*.shopmod-check {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.shopmod-check label,
.shopmod-check input {
    vertical-align: middle;
}*/
.notify-reveal {
  display: none; }

.notify-reveal--active {
  display: block; }

.notify__form--hidden {
  display: none; }

.notify__title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.25rem;
  font-weight: 700; }

.nofity__label {
  color: rgba(0, 0, 0, 0.8); }

.notify__button-group {
  margin-bottom: 0 !important;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end; }
  .notify__button-group::before, .notify__button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .notify__button-group::after {
    clear: both; }
  .notify__button-group .button, .notify__button-group .notify__button, .notify__button-group .account-dropdown__sign-in-button, .notify__button-group .product-info__notify-me-when-in-stock, .notify__button-group .product-info__recommended-alternative, .notify__button-group .product-card__primary-button, .notify__button-group .product-card__callout-out-of-stock-button-group-button, .notify__button-group .product-card__button a, .product-card__button .notify__button-group a, .notify__button-group .product-fbt__primary-button, .notify__button-group .add-review__button {
    margin: 0;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .notify__button-group .button:last-child, .notify__button-group .notify__button:last-child, .notify__button-group .account-dropdown__sign-in-button:last-child, .notify__button-group .product-info__notify-me-when-in-stock:last-child, .notify__button-group .product-info__recommended-alternative:last-child, .notify__button-group .product-card__primary-button:last-child, .notify__button-group .product-card__callout-out-of-stock-button-group-button:last-child, .notify__button-group .product-card__button a:last-child, .product-card__button .notify__button-group a:last-child, .notify__button-group .product-fbt__primary-button:last-child, .notify__button-group .add-review__button:last-child {
      margin-right: 0; }

.notify__button--secondary {
  color: #63b809; }
  .notify__button--secondary, .notify__button--secondary:hover, .notify__button--secondary:focus {
    background-color: transparent; }
  .notify__button--secondary.disabled, .notify__button--secondary.disabled:hover, .notify__button--secondary.disabled:focus, .notify__button--secondary[disabled], .notify__button--secondary[disabled]:hover, .notify__button--secondary[disabled]:focus {
    background-color: transparent; }
  .notify__button--secondary:hover {
    color: #4f9900;
    background: rgba(99, 184, 9, 0.1); }
  .notify__button--secondary:active {
    color: #4f9900;
    background: rgba(99, 184, 9, 0.2); }

.notify__message {
  display: none; }
  .notify__message--active {
    display: block; }
  .notify__message--error {
    color: #bf0000;
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: -.75rem; }

.notify__message h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0; }

.notify__message img {
  height: 30px;
  width: 30px; }

.notify__message p {
  line-height: 1.5em;
  margin-left: 2.5rem; }
  .notify__message p--failure {
    margin-bottom: 0; }

.notify__confirmation-grid {
  align-items: center;
  display: flex; }
  .notify__confirmation-grid > *:nth-child(1) {
    margin-right: .5rem; }
  .notify__confirmation-grid > *:nth-child(2) {
    flex: 1; }

.ez-dispatch-reveal {
  display: none; }

.ez-dispatch-reveal__header {
  display: flex; }

.ez-dispatch-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 2.25rem;
  height: 2.25rem;
  color: #8a8a8a;
  font-size: 1.75rem; }
  .ez-dispatch-close:hover {
    color: #8a8a8a; }

.ez-dispatch-reveal--active {
  display: block; }

.header-bar {
  position: relative;
  background: #2279c3;
  width: 100%;
  padding: 0.3125rem 0.9375rem 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    .header-bar {
      padding: 0 1.875rem;
      height: 5rem; } }

.header-bar__item {
  position: relative;
  display: flex;
  align-items: center; }

.header-bar__link {
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.header-bar__item--nav {
  order: 1; }
  @media print, screen and (min-width: 64em) {
    .header-bar__item--nav {
      order: initial;
      display: none; } }

.header-bar__item--brand {
  order: 2; }
  @media screen and (max-width: 63.9375em) {
    .header-bar__item--brand {
      margin: 0 auto; } }
  @media print, screen and (min-width: 64em) {
    .header-bar__item--brand {
      order: 1; } }

.header-brand {
  display: flex;
  align-items: center;
  width: 7.5rem; }
  @media print, screen and (min-width: 40em) {
    .header-brand {
      width: 9.6875rem; } }
  @media print, screen and (min-width: 64em) {
    .header-brand {
      margin-right: 2.5rem; } }

.header-brand a {
  display: block;
  width: 100%; }

.header-brand img {
  width: 100%; }

.header-bar__item--country span.countryText {
  display: none;
  text-transform: uppercase; }

@media screen and (max-width: 63.9375em) {
  .header-bar__item--country {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .header-bar__item--country {
    order: 2; } }

.header-bar__item--country .dropdown__icon {
  margin-top: -0.25rem; }
  .header-bar__item--country .dropdown__icon .darkArrow {
    display: none; }

.header-bar__item--country .img-flag {
  max-width: 28px; }

.header-countries {
  display: flex;
  height: 100%;
  align-items: center; }

.header-bar__item--help {
  position: relative;
  padding-right: 1.5625rem; }
  @media screen and (max-width: 63.9375em) {
    .header-bar__item--help {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .header-bar__item--help {
      order: 4; } }
  .header-bar__item--help a {
    color: #fff;
    font-weight: 600; }
  .header-bar__item--help:after {
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 1.25rem; }
  .header-bar__item--help .header-bar__link {
    padding-top: 0.9375rem; }

@media screen and (max-width: 63.9375em) {
  .header-bar__item--account {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .header-bar__item--account {
    order: 5;
    margin-left: 1.5625rem; } }

.header-account {
  display: flex;
  height: 100%;
  align-items: center; }

.header-account > a {
  color: #fff;
  font-weight: 600;
  padding: 0.3125rem 0; }

.account-dropdown__greeting {
  font-size: 0.75rem;
  font-weight: 400; }

.header-account .dropdown__icon {
  margin-top: 0.75rem; }

.account-dropdown__up-arrow {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  height: 0;
  position: absolute;
  right: 0.8125rem;
  top: -10px;
  width: 0; }

.account-dropdown__sign-in-button {
  margin: 0; }

.account-dropdown__sign-up-text {
  border-bottom: 1px solid #ccc;
  font-size: .75rem;
  line-height: 2.5em;
  margin: 0;
  text-align: center; }

.account-dropdown__sign-up-link:hover {
  text-decoration: underline; }

.account-dropdown .menu__item a {
  color: #474747;
  font-size: 0.875rem;
  padding: 1rem; }

.account-dropdown .menu__item a:hover {
  color: #2279c3; }

.account-dropdown__sign-out--link {
  color: #005ba3; }

.account-dropdown__sign-out:hover .account-dropdown__sign-out--link {
  color: #80c3ff !important; }

.header-bar__item--cart {
  order: 3;
  display: flex;
  justify-content: flex-end; }
  @media print, screen and (min-width: 64em) {
    .header-bar__item--cart {
      margin-left: 3.125rem;
      order: 6; } }

.header-cart {
  display: flex;
  height: 100%;
  align-items: center; }

.header-cart > a {
  position: relative;
  float: right;
  margin-top: 0.125rem; }
  @media screen and (max-width: 63.9375em) {
    .header-cart > a {
      padding: 0 0.625rem; } }
  @media print, screen and (min-width: 64em) {
    .header-cart > a {
      margin-top: 0.3125rem; } }

.header-cart > a > img {
  width: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .header-cart > a > img {
      width: 1.875rem; } }

.cart__count {
  position: absolute;
  top: 0.125rem;
  left: 0;
  right: auto;
  width: 1.1875rem;
  height: 1.1875rem;
  background: #63b809;
  border-radius: 50%;
  border: 0.125rem solid #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 40em) {
    .cart__count {
      width: 1.375rem;
      height: 1.375rem;
      top: 0.1875rem;
      font-size: 0.875rem; } }
  @media print, screen and (min-width: 64em) {
    .cart__count {
      top: 0.5625rem;
      left: -0.625rem; } }

.header-cart .dropdown__icon {
  position: relative;
  left: -0.25rem; }
  @media screen and (max-width: 63.9375em) {
    .header-cart .dropdown__icon {
      display: none; } }

.header-bar__item--search {
  order: 4;
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .header-bar__item--search {
      flex: 1;
      order: 3;
      margin: 0 10%; } }

.header-search {
  position: relative;
  width: 100%; }

.header-search__bar {
  margin: 0; }

@media print, screen and (min-width: 64em) {
  .header-search__cancel {
    display: none; } }

.header-search__cancel button {
  border: 0;
  background: transparent;
  color: #fff;
  height: 100%;
  padding: 0 0.625rem;
  cursor: pointer; }

.header-search__clear {
  background: #ffffff;
  right: 2.8125rem; }
  .header-search__clear button {
    color: #ccc;
    font-size: 1.5rem;
    font-weight: 400;
    border: 0;
    padding: 0;
    height: 2.4375rem;
    width: 2.4375rem;
    background: transparent;
    cursor: pointer; }

.header-search__input {
  box-shadow: none;
  border: 0;
  padding-left: 0.9375rem;
  font-size: 0.875rem; }

.header-search__input:focus {
  border: 0;
  box-shadow: none; }

.header-search__button .button--white svg {
  fill: #2279c3; }

.header-search__button .button:hover, .header-search__button .notify__button:hover, .header-search__button .account-dropdown__sign-in-button:hover, .header-search__button .product-info__notify-me-when-in-stock:hover, .header-search__button .product-info__recommended-alternative:hover, .header-search__button .product-card__primary-button:hover, .header-search__button .product-card__callout-out-of-stock-button-group-button:hover, .header-search__button .product-card__button a:hover, .product-card__button .header-search__button a:hover, .header-search__button .product-fbt__primary-button:hover, .header-search__button .add-review__button:hover {
  background: #ffffff; }

.header-bar-mobile {
  background: #2279c3; }
  @media screen and (min-width: 64em) {
    .header-bar-mobile {
      display: none; } }

.header-bar-mobile--hidden {
  display: none; }

.header-bar-mobile__container {
  display: flex;
  flex-flow: row wrap;
  height: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .header-bar-mobile__container {
      height: 3.75rem;
      padding: 0 0.3125rem; } }

.header-bar-mobile__item {
  height: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .header-bar-mobile__item {
      height: 3.75rem; } }

.header-bar-mobile__account-icon {
  display: none; }

.header-bar-mobile__link {
  display: flex;
  align-items: center;
  box-sizing: initial;
  height: 3.125rem;
  padding: 0 0.5rem; }
  @media print, screen and (min-width: 40em) {
    .header-bar-mobile__link {
      height: 3.75rem;
      padding: 0 0.625rem; } }

.nav-menu,
.nav-close {
  position: relative; }

.nav-close {
  display: none; }

.nav-toggle--active .nav-menu {
  display: none; }

.nav-toggle--active .nav-close {
  display: flex; }

.mobile-header-icon {
  width: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .mobile-header-icon {
      width: 1.75rem; } }

@media print, screen and (min-width: 64em) {
  .mobile-account-menu,
  .mobile-departments-menu {
    margin-bottom: 1.875rem; } }

@media screen and (max-width: 63.9375em) {
  .mobile-nav--hcb {
    margin-bottom: 1.875rem; } }

.mobile-nav a {
  position: relative;
  padding: 0.9375rem;
  color: #474747;
  border-bottom: 1px solid #ccc; }

.mobile-nav--linkseparator {
  border-bottom: 5px solid #ccc; }

.mobile-nav--Department {
  display: none;
  font-size: 18px;
  font-weight: bold;
  background: #f7f7f7;
  position: relative;
  padding: 0.625rem 0.9375rem;
  color: #474747;
  border-bottom: 1px solid #ccc;
  cursor: default; }
  @media print, screen and (min-width: 64em) {
    .mobile-nav--Department {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .mobile-main-menu {
    display: none; } }

.mobile-nav__home,
.mobile-nav__account,
.mobile-main-menu {
  /*border-bottom: 1px solid $color-grey-light;

    a {
        display: flex;
        align-items: center;
    }*/ }
  .mobile-nav__home svg,
  .mobile-nav__account svg,
  .mobile-main-menu svg {
    fill: #474747;
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.375rem; }

.mobile-nav__account {
  margin-bottom: 0.625rem; }

.mobile-nav__parent:before,
.mobile-nav__back:before {
  content: '';
  display: block;
  position: absolute;
  right: 0.9375rem;
  bottom: 50%;
  margin-bottom: -5px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  width: 7px;
  height: 7px;
  transform: rotate(-45deg); }

a.mobile-nav__back {
  padding-left: 1.875rem;
  background: #f0f0f0; }

.mobile-nav__back:before {
  right: auto;
  left: 0.9375rem;
  border-width: 2px 0 0 2px; }

.mobile-nav__banner {
  display: flex;
  justify-content: space-around;
  height: 2.5rem;
  padding: 0 0.9375rem; }
  .mobile-nav__banner .nav-bar__deal {
    border-right: 0; }

/*.mobile-nav {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: $color-white;
    z-index: 99;
    overflow-y: scroll;
}

.mobile-nav--active {
    opacity: 1;
    pointer-events: initial;
}*/
/*// Mobile Nav Menu
@include foundation-drilldown-menu;

.is-drilldown {
    width: 100%;
    max-width: initial !important;
}

// Drilldown menu links
.mobile-nav .drilldown a {
    color: $color-grey-dark;
    padding: 1rem;
    &:hover,
    &:focus {
        background: $color-blue;
        color: $color-white;        
    }
}

.drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent $color-grey-dark;
}

.drilldown .is-drilldown-submenu-parent > a:hover::after,
.drilldown .is-drilldown-submenu-parent > a:focus::after {
    border-color: transparent transparent transparent $color-white;
}

// Drilldown menu back
.js-drilldown-back {
    border-bottom: 1px solid $color-grey-light;
}

.mobile-nav .js-drilldown-back a {
    color: $color-grey;
    padding: 1rem;
    &:hover,
    &:focus {
        color: $color-grey;
        background: $color-white;
    }
}

.drilldown .js-drilldown-back > a::before {
        border-color: transparent $color-grey transparent transparent;
}

// Account Links
.mobile-nav__info-links {
    border-top: 1px solid $color-grey-light;
    padding: rem-calc(15px) 0;
}

.mobile-nav__info-links a {
    padding: 1rem;
    color: $color-grey !important;
    &:hover,
    &:focus {
        color: $color-blue !important;
        background: $white !important;
    }
}*/
/* Mobile Header Brand */
.header-bar-mobile__brand {
  margin-right: auto;
  margin-left: auto; }

.header-bar-mobile__brand .header-brand {
  width: 8.125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .header-bar-mobile__brand .header-brand {
      width: 8.75rem; } }

.header-bar-mobile__brand .header-brand img {
  max-width: 100%; }

.cart-icon {
  position: relative;
  /*padding-right: rem-calc(22px);*/ }

.mobile-cart-count {
  position: absolute;
  top: 0.4375rem;
  right: 0.75rem;
  border-radius: 50%;
  background: #e58700;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center; }

.header-bar-mobile__searchbar-button {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap; }
  @media print, screen and (min-width: 40em) {
    .header-bar-mobile__searchbar-button {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.search-button {
  position: relative;
  display: block;
  width: 100%;
  height: 2.4375rem;
  line-height: 2.4375rem;
  padding: 0 0.5rem;
  margin-bottom: 0.625rem;
  background: #ffffff;
  font-size: 0.875rem;
  color: #ccc;
  border-radius: 0.125rem;
  cursor: text; }
  .search-button:hover {
    color: #ccc; }
  @media print, screen and (min-width: 40em) {
    .search-button {
      margin-bottom: 0.9375rem; } }

.search-button__icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2.625rem;
  padding: 0 1rem;
  background: transparent;
  cursor: pointer; }

.search-button__icon svg {
  fill: #2279c3; }

.mobile-search {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 99;
  overflow-y: scroll; }

.mobile-search--active {
  display: block; }

.mobile-searchbar {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #2279c3; }
  @media print, screen and (min-width: 40em) {
    .mobile-searchbar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.mobile-searchbar__input {
  flex: 1;
  position: relative; }

.mobile-search-input:focus + .input-group__button .button, .mobile-search-input:focus + .input-group__button .notify__button, .mobile-search-input:focus + .input-group__button .account-dropdown__sign-in-button, .mobile-search-input:focus + .input-group__button .product-info__notify-me-when-in-stock, .mobile-search-input:focus + .input-group__button .product-info__recommended-alternative, .mobile-search-input:focus + .input-group__button .product-card__primary-button, .mobile-search-input:focus + .input-group__button .product-card__callout-out-of-stock-button-group-button, .mobile-search-input:focus + .input-group__button .product-card__button a, .product-card__button .mobile-search-input:focus + .input-group__button a, .mobile-search-input:focus + .input-group__button .product-fbt__primary-button, .mobile-search-input:focus + .input-group__button .add-review__button {
  background: #63b809;
  padding: 0;
  width: 2.8125rem;
  text-align: center; }

.mobile-search-input:focus + .input-group__button .button svg, .mobile-search-input:focus + .input-group__button .notify__button svg, .mobile-search-input:focus + .input-group__button .account-dropdown__sign-in-button svg, .mobile-search-input:focus + .input-group__button .product-info__notify-me-when-in-stock svg, .mobile-search-input:focus + .input-group__button .product-info__recommended-alternative svg, .mobile-search-input:focus + .input-group__button .product-card__primary-button svg, .mobile-search-input:focus + .input-group__button .product-card__callout-out-of-stock-button-group-button svg, .mobile-search-input:focus + .input-group__button .product-card__button a svg, .product-card__button .mobile-search-input:focus + .input-group__button a svg, .mobile-search-input:focus + .input-group__button .product-fbt__primary-button svg, .mobile-search-input:focus + .input-group__button .add-review__button svg {
  fill: #ffffff; }

.mobile-searchbar__input .input-group__field {
  box-shadow: none;
  border: 0;
  font-size: 0.875rem; }

.mobile-searchbar__input .input-group,
.mobile-searchbar__cancel .button,
.mobile-searchbar__cancel .notify__button,
.mobile-searchbar__cancel .account-dropdown__sign-in-button,
.mobile-searchbar__cancel .product-info__notify-me-when-in-stock,
.mobile-searchbar__cancel .product-info__recommended-alternative,
.mobile-searchbar__cancel .product-card__primary-button,
.mobile-searchbar__cancel .product-card__callout-out-of-stock-button-group-button,
.mobile-searchbar__cancel .product-card__button a, .product-card__button
.mobile-searchbar__cancel a,
.mobile-searchbar__cancel .product-fbt__primary-button,
.mobile-searchbar__cancel .add-review__button {
  margin-bottom: 0; }

.mobile-search__clear {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.8125rem;
  right: 2.8125rem;
  line-height: 2.4375rem;
  text-align: center;
  font-size: 1.875rem;
  color: #ccc;
  transition: all .2s; }
  .mobile-search__clear:hover, .mobile-search__clear:focus {
    color: #ccc; }

.mobile-search__clear--active {
  opacity: 1; }

.mobile-search-results {
  margin-top: 1px; }

.mobile-search-results ul {
  list-style: none;
  margin: 0; }

.mobile-search-results li {
  /*border-bottom: 1px solid $color-grey-light;*/ }

.mobile-search-results a {
  display: block;
  padding: 0.625rem;
  font-size: 0.75rem;
  color: #474747; }
  .mobile-search-results a:hover {
    color: #ffffff;
    background: #2279c3; }
    .mobile-search-results a:hover font {
      color: #ffffff !important; }

.mobile-search-results hr {
  width: 100% !important; }

/* Nav Bar */
.nav-bar {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ccc;
  background: #ffffff;
  height: 3.125rem;
  padding: 0 0.9375rem;
  z-index: 8;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .nav-bar {
      display: none; } }

.nav-bar__deal img {
  margin-right: 0.625rem; }

.nav-bar__list {
  flex: 1;
  display: flex; }

.nav-bar__item {
  margin-right: 0.625rem;
  height: 100%; }

.nav-bar__item a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.9375rem;
  font-size: 1rem;
  color: #474747;
  font-weight: 400;
  cursor: pointer; }

.nav-bar__item--active a:after {
  content: '';
  position: absolute;
  bottom: 0.5rem;
  left: 0.9375rem;
  right: 1.875rem;
  height: 0.1875rem;
  background: #2279c3; }

.nav-bar__item--dropdown a {
  font-weight: 700; }
  .nav-bar__item--dropdown a .dropdown__icon {
    margin-top: -0.25rem; }

.nav-bar__item a.nav-bar__deal {
  text-transform: uppercase;
  font-weight: 700; }

.nav-bar__item--promo span {
  font-weight: 600; }

.content {
  position: relative;
  min-height: 25rem;
  padding-top: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .content {
      padding-top: 1.5625rem; } }
  @media print, screen and (min-width: 64em) {
    .content {
      margin-top: 8.125rem; } }

.mobile-adbar {
  padding: 0 0.9375rem 0 0.3125rem;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .mobile-adbar {
      display: none; } }

.mobile-adbar a {
  display: inline-block;
  padding: 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .mobile-adbar a {
      font-size: 0.875rem; } }

.mobile-adbar__newsletter {
  text-transform: uppercase;
  color: #474747;
  font-weight: 600; }
  .mobile-adbar__newsletter img {
    width: 1.375rem;
    margin-right: 0.25rem;
    position: relative;
    top: 0.0625rem; }

.mobile-adbar__delivery {
  color: #474747; }
  .mobile-adbar__delivery span {
    font-weight: bold; }

.mobile-adbar__divider {
  color: #8a8a8a; }

/* Offcanvas Menu */
/*
    Default Menu is Left Aligned
*/
body {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out; }

.offcanvas-left {
  left: 17.5rem; }
  @media print, screen and (min-width: 40em) {
    .offcanvas-left {
      left: 25rem; } }
  @media print, screen and (min-width: 64em) {
    .offcanvas-left {
      left: auto; } }

.offcanvas-right {
  left: -17.5rem; }
  @media print, screen and (min-width: 40em) {
    .offcanvas-right {
      left: -25rem; } }
  @media print, screen and (min-width: 64em) {
    .offcanvas-right {
      left: auto; } }

.offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0s;
  transition-delay: 0.3s; }

.offcanvas--active.offcanvas {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0s;
  transition-delay: 0; }

.offcanvas__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s; }

.offcanvas--active .offcanvas__overlay {
  opacity: 1; }

.offcanvas__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17.5rem;
  width: 17.5rem;
  background: #ffffff;
  z-index: 999;
  box-shadow: 6px 0px 13px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out; }
  @media print, screen and (min-width: 40em) {
    .offcanvas__content {
      left: -25rem;
      width: 25rem; } }

.offcanvas--right .offcanvas__content {
  left: auto;
  right: -17.5rem;
  box-shadow: -6px 0px 13px 0px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 40em) {
    .offcanvas--right .offcanvas__content {
      left: auto;
      right: -25rem; } }

.offcanvas--active .offcanvas__content {
  left: 0; }

.offcanvas--right.offcanvas--active .offcanvas__content {
  left: auto;
  right: 0; }

.offcanvas__header {
  display: flex;
  align-items: center;
  height: 3.125rem;
  border-bottom: 1px solid #ccc; }

.offcanvas__title {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0.9375rem;
  margin-right: auto; }

.offcanvas--right .offcanvas__title {
  margin-right: initial; }

.offcanvas__close {
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-size: 1.125rem;
  border-left: 1px solid #ccc;
  color: #474747; }
  .offcanvas__close:hover {
    color: #474747; }

.offcanvas--right .offcanvas__close {
  border-right: 1px solid #ccc;
  border-left: 0; }

/*
    READ ME:
    The Out of Stock messaging is used on both the View Cart page and Product List page.
    The base set of styles is sued for both , but the View Cart page uses a modifier to make changes to the medium only breakpoint.
*/
.out-of-stock {
  display: inline-flex; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock {
      background: #f2f2f2;
      border-radius: 0.25rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart {
      background: #f2f2f2;
      border-radius: 0.25rem; } }
  .cart-item__grid-container--saved-small-only .out-of-stock {
    margin-top: 1.25rem; }
  .prod-card__stock .out-of-stock {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .prod-card__stock .out-of-stock {
        display: flex; } }
  .prod-card__stock--mobile .out-of-stock {
    display: flex; }

.out-of-stock__icon {
  padding: 0 .3rem 0 0; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock__icon {
      padding: .4rem .5rem .5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart .out-of-stock__icon {
      padding: .4rem .5rem .5rem; } }

.out-of-stock__icon img {
  width: 1.125rem; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock__icon img {
      width: 1.5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart .out-of-stock__icon img {
      width: 1.5rem; } }

.out-of-stock__message {
  flex: 1; }
  @media print, screen and (min-width: 40em) {
    .out-of-stock__message {
      padding: 0 1rem .5rem 0; } }
  @media print, screen and (min-width: 64em) {
    .out-of-stock__message {
      padding: .45rem 1rem .5rem 0; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart .out-of-stock__message {
      padding: .45rem 1rem .5rem 0; } }

.out-of-stock__message p {
  color: #cc4b37;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock__message p {
      font-size: 0.875rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart .out-of-stock__message p {
      font-size: 0.875rem; } }
  .cart-item__grid-container--saved-small-only .out-of-stock__message p {
    font-size: .875rem;
    line-height: 1.3em; }
  .out-of-stock--cart-item .out-of-stock__message p {
    font-weight: 400;
    line-height: 1.5em; }
    .out-of-stock--cart-item .out-of-stock__message p span {
      font-weight: 700; }

.out-of-stock__message ul {
  display: none;
  margin-bottom: 0;
  margin-top: 0.3125rem;
  margin-left: -0.5rem;
  font-size: .75rem; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock__message ul {
      display: block; } }
  .out-of-stock__message ul li {
    line-height: 1.25em;
    margin-bottom: 0.5em; }
  .out-of-stock__message ul li:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .out-of-stock--view-cart .out-of-stock__message ul {
      display: block; } }

.out-of-stock--touch {
  width: 100%;
  margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .out-of-stock--touch {
      display: none; } }
  .out-of-stock--touch .button, .out-of-stock--touch .notify__button, .out-of-stock--touch .account-dropdown__sign-in-button, .out-of-stock--touch .product-info__notify-me-when-in-stock, .out-of-stock--touch .product-info__recommended-alternative, .out-of-stock--touch .product-card__primary-button, .out-of-stock--touch .product-card__callout-out-of-stock-button-group-button, .out-of-stock--touch .product-card__button a, .product-card__button .out-of-stock--touch a, .out-of-stock--touch .product-fbt__primary-button, .out-of-stock--touch .add-review__button {
    margin-bottom: 0.3125rem; }

.mobile-cart__body {
  padding: 0.625rem;
  font-size: 0.8125rem; }
  .mobile-cart__body .cart-header__callout {
    font-size: 0.8125rem; }

.mobile-cart__item {
  display: flex;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ccc; }

.mobile-cart__image {
  margin-right: 0.3125rem; }

.mobile-cart__title {
  margin-bottom: 0.3125rem;
  font-weight: bold; }
  .mobile-cart__title a {
    color: #474747; }

.nav-tabs {
  display: flex; }

.nav-bar__dropdown {
  right: 0;
  left: -1px;
  width: 100%;
  background: transparent;
  border: 0; }

.nav-tabs__tab-list {
  margin: 0;
  list-style: none; }

.nav-tabs__tab {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc; }
  .nav-tabs__tab:last-of-type {
    border-bottom: 0; }

.nav-tabs__tab > a {
  color: #474747;
  padding: 1rem; }

.nav-tabs__tab--active {
  background: #2279c3; }

.nav-tabs__tab--active > a {
  color: #ffffff; }

.nav-tabs__panel {
  display: flex;
  padding: 1.5625rem 0.625rem 0; }

.nav-tabs__panel .nav-tabs__column {
  flex: 1;
  padding: 0 0.625rem;
  width: 50%; }
  @media screen and (min-width: 75em) {
    .nav-tabs__panel .nav-tabs__column {
      width: 33.3333%; } }

.nav-tabs__panel .menu {
  margin-bottom: 1rem; }

.nav-tabs__panel .menu > li a {
  padding: 0.25rem 0;
  transition: color .2s; }

.nav-tabs__panel .menu > li > a:hover {
  color: #2279c3; }

.nav-tabs__panel a {
  color: #474747; }

.nav-tabs__tab {
  background: none;
  border-bottom-width: 0; }

.nav-tabs__tab > a {
  color: #333;
  font-weight: 600;
  padding: .625rem 2rem;
  cursor: default; }

.nav-tabs__tab:first-of-type > a {
  padding-top: 1.625rem; }

.nav-tabs__tab:last-of-type > a {
  padding-bottom: 1.625rem; }

.nav-tabs__tab--active > a {
  color: #2279c3; }

.nav-tabs__nav {
  border: 1px solid #ccc;
  background: #ffffff; }

@media screen and (max-width: 74.9375em) {
  .nav-tabs__column--brands {
    display: none; } }

.nav-tabs__brands-header {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.375rem;
  margin-bottom: 0.5rem; }

.nav-tabs__content {
  flex: 1;
  border: 1px solid #ccc;
  border-left: 0;
  background: #ffffff; }

.header-dropdown {
  position: fixed;
  top: 0;
  z-index: 9;
  padding: 1rem;
  background: #ffffff;
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 63.9375em) {
    .header-dropdown {
      height: calc(100% - 10rem); } }

.header-dropdown--active {
  top: 5rem;
  opacity: 1;
  pointer-events: initial;
  transition: all .3s; }
  @media screen and (max-width: 63.9375em) {
    .header-dropdown--active {
      top: 10rem !important;
      opacity: 1;
      pointer-events: initial;
      /*transition: all 0.5s ease;*/
      transition: opacity .3s, top .3s; } }

.country-dropdown {
  left: 1.875rem !important;
  right: 1.875rem; }
  .country-dropdown .closeButton-bar {
    display: none; }
  @media screen and (max-width: 63.9375em) {
    .country-dropdown {
      display: none; } }

@media screen and (max-width: 63.9375em) {
  #divCountriesOverlay.header-dropdown-overlay {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .country-dropdown__container {
    display: flex;
    flex-flow: row wrap; } }

@media print, screen and (min-width: 64em) {
  .country-dropdown__column {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .country-dropdown__column--wide {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    display: flex;
    flex-flow: row wrap; } }

@media screen and (max-width: 63.9375em) {
  .country-dropdown__column--wide .menu:nth-of-type(2) .menu__item--text {
    display: none; } }

@media print, screen and (min-width: 64em) {
  .country-dropdown__column--wide .menu {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .country-dropdown__column .menu {
    font-size: 0.875rem; } }

@media screen and (max-width: 63.9375em) {
  .country-dropdown__column .menu .menu__item--text {
    font-size: 1.125rem;
    padding: 0.625rem 0;
    margin: 0;
    border-top: 1px solid #ddd; } }

.country-dropdown__column .menu > li > a {
  padding: 0.9375rem 0.3125rem;
  border-top: 1px solid #ddd; }
  @media print, screen and (min-width: 64em) {
    .country-dropdown__column .menu > li > a {
      padding: 0.3125rem 0;
      border: 0; } }

.account-dropdown {
  width: 18.75rem;
  right: 8.125rem; }
  @media screen and (max-width: 63.9375em) {
    .account-dropdown {
      display: none; } }

.cart-dropdown {
  /*@include breakpoint(large) {
        width: rem-calc(500px);
        right: rem-calc(30px);
    }*/ }
  @media screen and (max-width: 63.9375em) {
    .cart-dropdown {
      position: fixed;
      top: 0;
      bottom: 0;
      right: -17.5rem;
      width: 17.5rem;
      overflow-y: scroll;
      z-index: 12;
      background: #ffffff;
      opacity: 0;
      pointer-events: none;
      transition: right 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0s ease-in-out 0.3s; }
      .cart-dropdown--active {
        right: 0;
        opacity: 1;
        pointer-events: initial;
        transition: right 0.3s ease-in-out, width 0.3s ease-in-out; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-dropdown {
      right: -25rem;
      width: 25rem; }
      .cart-dropdown--active {
        right: 0; } }
  @media print, screen and (min-width: 64em) {
    .cart-dropdown {
      position: fixed;
      top: -5rem;
      left: auto;
      bottom: 0;
      right: 0;
      width: 85%;
      max-width: 25.625rem;
      opacity: 0;
      pointer-events: none;
      z-index: 9;
      border-radius: 0.375rem;
      border-top-right-radius: 0; }
      .cart-dropdown--active {
        top: 5rem;
        opacity: 1;
        pointer-events: initial;
        transition: opacity .3s, top .3s; } }

.cart-dropdown__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 99; }

.header-dropdown-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 63.9375em) {
    .header-dropdown-overlay {
      transition: .3s; } }

.header-dropdown-overlay--active {
  opacity: 1;
  pointer-events: initial; }

.header-dropdown-overlay--cart {
  z-index: 11; }
  @media print, screen and (min-width: 64em) {
    .header-dropdown-overlay--cart {
      z-index: 8; } }

.header-dropdown-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.625rem solid #ffffff;
  margin-left: -0.625rem;
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 63.9375em) {
    .header-dropdown-arrow {
      display: none; } }

.header-dropdown-arrow--active {
  opacity: 1;
  transition: opacity .3s; }

.search-dropdown {
  position: absolute;
  top: 3.375rem;
  left: 0;
  right: 0;
  z-index: 8;
  padding: 0 0.9375rem 0.9375rem;
  background: #ffffff; }
  @media print, screen and (min-width: 64em) {
    .search-dropdown {
      top: 3.6875rem; } }
  @media screen and (max-width: 39.9375em) {
    .search-dropdown {
      position: fixed;
      top: 6.8125rem;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll; } }

.search-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.search-dropdown li {
  border-bottom: 1px solid #ccc; }
  .search-dropdown li:last-of-type {
    border-bottom: 0; }

.search-dropdown a {
  display: block;
  font-size: 0.875rem;
  color: #474747;
  padding: 0.625rem 0; }
  .search-dropdown a:hover {
    text-decoration: underline; }

.departments-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -17.5rem;
  width: 17.5rem;
  overflow-y: scroll;
  z-index: 12;
  background: #ffffff;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out, opacity 0s ease-in-out 0.3s; }
  .departments-dropdown--active {
    left: 0;
    opacity: 1;
    pointer-events: initial;
    transition: left 0.3s ease-in-out, width 0.3s ease-in-out; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .departments-dropdown {
      left: -25rem;
      width: 25rem; }
      .departments-dropdown--active {
        left: 0; } }
  @media print, screen and (min-width: 64em) {
    .departments-dropdown {
      position: fixed;
      top: -100%;
      left: 0;
      bottom: auto;
      right: auto;
      height: calc(100% - 8.125rem);
      overflow-y: scroll;
      width: 85%;
      max-width: 25rem;
      background: #ffffff;
      opacity: 0;
      pointer-events: none;
      z-index: 7; }
      .departments-dropdown--active {
        top: 8.125rem;
        opacity: 1;
        pointer-events: initial;
        transition: opacity .3s, top .3s; } }

.department-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none; }
  @media screen and (max-width: 63.9375em) {
    .department-overlay {
      transition: .3s; } }
  @media print, screen and (min-width: 64em) {
    .department-overlay {
      z-index: 6; } }

.department-overlay--active {
  opacity: 1;
  pointer-events: initial; }

.breadcrumb {
  font-size: 0.8125rem;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 63.9375em) {
    .breadcrumb {
      margin-bottom: 0;
      display: none; } }

.masthead {
  width: 100%;
  height: auto; }

.masthead img {
  display: block;
  width: 100%; }

.banner__container {
  display: flex;
  flex-flow: row wrap;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .banner__container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.banner--green {
  background: #63b809;
  color: #fefefe; }

.banner--shadow {
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.4); }

/* Cart Item */
.cart-item {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #ccc;
  padding: 1.25rem;
  margin-bottom: -1px; }

.cart-item__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .cart-item__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.cart-item__grid {
  display: flex;
  flex-flow: row wrap; }

.cart-item__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .cart-item__grid--collapse > .cart-item__cell {
    margin-right: 0;
    margin-left: 0; }
  .cart-item__grid--collapse > .small-1 {
    width: 8.33333%; }
  .cart-item__grid--collapse > .small-2 {
    width: 16.66667%; }
  .cart-item__grid--collapse > .small-3 {
    width: 25%; }
  .cart-item__grid--collapse > .small-4 {
    width: 33.33333%; }
  .cart-item__grid--collapse > .small-5 {
    width: 41.66667%; }
  .cart-item__grid--collapse > .small-6 {
    width: 50%; }
  .cart-item__grid--collapse > .small-7 {
    width: 58.33333%; }
  .cart-item__grid--collapse > .small-8 {
    width: 66.66667%; }
  .cart-item__grid--collapse > .small-9 {
    width: 75%; }
  .cart-item__grid--collapse > .small-10 {
    width: 83.33333%; }
  .cart-item__grid--collapse > .small-11 {
    width: 91.66667%; }
  .cart-item__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .cart-item__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .cart-item__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .cart-item__grid--collapse > .medium-3 {
      width: 25%; }
    .cart-item__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .cart-item__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .cart-item__grid--collapse > .medium-6 {
      width: 50%; }
    .cart-item__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .cart-item__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .cart-item__grid--collapse > .medium-9 {
      width: 75%; }
    .cart-item__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .cart-item__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .cart-item__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .cart-item__grid--collapse > .large-1 {
      width: 8.33333%; }
    .cart-item__grid--collapse > .large-2 {
      width: 16.66667%; }
    .cart-item__grid--collapse > .large-3 {
      width: 25%; }
    .cart-item__grid--collapse > .large-4 {
      width: 33.33333%; }
    .cart-item__grid--collapse > .large-5 {
      width: 41.66667%; }
    .cart-item__grid--collapse > .large-6 {
      width: 50%; }
    .cart-item__grid--collapse > .large-7 {
      width: 58.33333%; }
    .cart-item__grid--collapse > .large-8 {
      width: 66.66667%; }
    .cart-item__grid--collapse > .large-9 {
      width: 75%; }
    .cart-item__grid--collapse > .large-10 {
      width: 83.33333%; }
    .cart-item__grid--collapse > .large-11 {
      width: 91.66667%; }
    .cart-item__grid--collapse > .large-12 {
      width: 100%; } }

.cart-item__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.cart-item__grid--collapse > .cart-item__cell {
  width: 100%; }

.cart-item__grid--header {
  border: 1px solid #d9d9d9;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .cart-item__grid--header {
      display: flex; } }

.cart-item__grid--header .cart-item__cell {
  background: #f2f2f2;
  color: #000;
  padding: .5rem 1rem;
  text-align: center; }

.cart-item__grid--header .cart-item__cell--item {
  width: 15%; }

.cart-item__grid--header .cart-item__cell--title-delivery {
  border-right: 1px solid #d9d9d9;
  padding-left: 0;
  width: 40%; }
  @media print, screen and (min-width: 64em) {
    .cart-item__grid--header .cart-item__cell--title-delivery {
      width: 45%; } }
  @media screen and (min-width: 75em) {
    .cart-item__grid--header .cart-item__cell--title-delivery {
      width: 35%; } }

.cart-item__grid--header .cart-item__cell--price {
  border-right: 1px solid #d9d9d9;
  width: 20%; }
  @media screen and (min-width: 75em) {
    .cart-item__grid--header .cart-item__cell--price {
      width: 25%; } }

.cart-item__grid--header .cart-item__cell--quantity {
  text-align: center;
  width: 25%; }
  @media print, screen and (min-width: 64em) {
    .cart-item__grid--header .cart-item__cell--quantity {
      width: 20%; } }
  @media screen and (min-width: 75em) {
    .cart-item__grid--header .cart-item__cell--quantity {
      width: 25%; } }

.cart-item__grid--body {
  border: 1px solid #d9d9d9;
  border-top: 0; }

.cart-item__grid--body .cart-item__cell {
  padding: .75rem 1rem;
  text-align: center; }

.cart-item__grid--body .cart-item__cell--image {
  padding: .75rem 0;
  width: 15%; }

.cart-item__cell--image {
  position: relative;
  text-align: center; }

.cart-item__grid--body .cart-item__cell--title-delivery {
  border-right: 1px solid #d9d9d9;
  padding-left: 0;
  text-align: left;
  width: 40%; }
  @media print, screen and (min-width: 64em) {
    .cart-item__grid--body .cart-item__cell--title-delivery {
      width: 45%; } }
  @media screen and (min-width: 75em) {
    .cart-item__grid--body .cart-item__cell--title-delivery {
      width: 35%; } }

.cart-item__grid--body .cart-item__cell--price {
  border-right: 1px solid #d9d9d9;
  width: 20%; }
  @media screen and (min-width: 75em) {
    .cart-item__grid--body .cart-item__cell--price {
      width: 25%; } }

.cart-item__grid--body .cart-item__cell--quantity {
  text-align: center;
  width: 25%; }
  @media print, screen and (min-width: 64em) {
    .cart-item__grid--body .cart-item__cell--quantity {
      width: 20%; } }
  @media screen and (min-width: 75em) {
    .cart-item__grid--body .cart-item__cell--quantity {
      width: 25%; } }

.cart-item__grid-container--small-only {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .cart-item__grid-container--small-only {
      display: block; } }
  .view-cart__saved .cart-item__grid-container--small-only {
    display: none; }
    @media screen and (max-width: 39.9375em) {
      .view-cart__saved .cart-item__grid-container--small-only {
        display: block; } }

.cart-item__grid--small-only {
  border-bottom: 1.25rem solid #f2f2f2;
  padding: 1.75rem 1.25rem; }

.cart-item__grid--small-only:last-of-type {
  border-bottom: 0; }

.cart-item__grid--small-only .cart-item__cell--image {
  width: 168px; }
  .cart-item__grid--small-only .cart-item__cell--image .cart-item__product-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .cart-item__grid--small-only .cart-item__cell--image img.cart-item__bogo-50-image {
    max-width: calc((100%/3)*2);
    width: 100%; }

.cart-item__grid--small-only .cart-item__cell--image-discount {
  margin-bottom: 0; }

.cart-item__grid--small-only .cart-item__cell--title-price-delivery {
  flex: 1; }

.cart-item__grid--small-only .cart-item__cell--title-price-delivery .cart-item__grid {
  align-items: center; }

.cart-item__grid--small-only .cart-item__cell--product-title {
  padding-bottom: 0.625rem;
  width: 100%; }

.cart-item__grid--small-only .cart-item__cell--product-title .cart-item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375em; }

.cart-item__grid--small-only .cart-item__cell--product-title .cart-item__title--discount {
  cursor: not-allowed;
  color: #bf0000;
  display: inline-block;
  pointer-events: none; }

.cart-item__grid--small-only .cart-item__cell--price {
  margin: 0;
  width: 100%; }
  .cart-item__grid--small-only .cart-item__cell--price .cart-item__price {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 1.1875rem; }
  .cart-item__grid--small-only .cart-item__cell--price .cart-item__price--discount {
    color: #bf0000; }

.cart-item__grid--small-only .cart-item__cell--quantity {
  margin: 0;
  width: 100%; }

.cart-item__grid--small-only .cart-item__cell--quantity .select {
  width: 100%;
  margin-bottom: 0; }

.cart-item__grid--small-only .cart-item__cell--oos {
  margin: 0;
  padding-top: 1rem;
  width: 100%; }

.cart-item__grid--small-only .cart-item__cell--delivery {
  margin-top: 2.5rem;
  width: 100%; }

.cart-item__grid--small-only .cart-item__cell--save-for-later {
  padding-right: .25rem !important;
  width: 50%; }

.cart-item__grid--small-only .cart-item__cell--remove {
  padding-left: .25rem !important;
  width: 50%; }

.cart-item__grid--small-only .cart-item__cell--save-for-later .button, .cart-item__grid--small-only .cart-item__cell--save-for-later .notify__button, .cart-item__grid--small-only .cart-item__cell--save-for-later .account-dropdown__sign-in-button, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-info__notify-me-when-in-stock, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-info__recommended-alternative, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-card__primary-button, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-card__button a, .product-card__button .cart-item__grid--small-only .cart-item__cell--save-for-later a, .cart-item__grid--small-only .cart-item__cell--save-for-later .product-fbt__primary-button, .cart-item__grid--small-only .cart-item__cell--save-for-later .add-review__button, .cart-item__grid--small-only .cart-item__cell--remove .button, .cart-item__grid--small-only .cart-item__cell--remove .notify__button, .cart-item__grid--small-only .cart-item__cell--remove .account-dropdown__sign-in-button, .cart-item__grid--small-only .cart-item__cell--remove .product-info__notify-me-when-in-stock, .cart-item__grid--small-only .cart-item__cell--remove .product-info__recommended-alternative, .cart-item__grid--small-only .cart-item__cell--remove .product-card__primary-button, .cart-item__grid--small-only .cart-item__cell--remove .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--small-only .cart-item__cell--remove .product-card__button a, .product-card__button .cart-item__grid--small-only .cart-item__cell--remove a, .cart-item__grid--small-only .cart-item__cell--remove .product-fbt__primary-button, .cart-item__grid--small-only .cart-item__cell--remove .add-review__button {
  margin-bottom: 0;
  width: 100%; }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid-container--body {
    display: none; } }

.cart-item__grid--body .cart-item__cell--image img {
  margin: 0 auto;
  max-width: 100%; }

.cart-item__grid--body .cart-item__title {
  font-size: .875rem;
  font-weight: 700; }

.cart-item__grid--body .cart-item__price {
  font-size: 1.125rem;
  font-weight: 700; }

.cart-item__info {
  flex: 1;
  padding: 0 0.9375rem; }

.cart-item__cell--quantity .cart-item__quantity-button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0; }
  .cart-item__cell--quantity .cart-item__quantity-button-group::before, .cart-item__cell--quantity .cart-item__quantity-button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .cart-item__cell--quantity .cart-item__quantity-button-group::after {
    clear: both; }
  .cart-item__cell--quantity .cart-item__quantity-button-group .button, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button {
    margin: 0;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .cart-item__cell--quantity .cart-item__quantity-button-group .button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a:last-child, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button:last-child {
      margin-right: 0; }
  .cart-item__cell--quantity .cart-item__quantity-button-group .button, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button {
    flex: 1 1 0px; }
  .cart-item__cell--quantity .cart-item__quantity-button-group .button, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button {
    flex: 0 0 100%; }
    .cart-item__cell--quantity .cart-item__quantity-button-group .button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a:last-child, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button:last-child, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button:last-child {
      margin-bottom: 0; }

.cart-item__cell--quantity .select {
  font-size: .875rem;
  margin-bottom: .75rem;
  text-align-last: center; }

@media print, screen and (min-width: 40em) {
  .cart-item__cell--quantity .select option span {
    display: none; } }

.cart-item__cell--quantity .cart-item__quantity-button-group .button, .cart-item__cell--quantity .cart-item__quantity-button-group .notify__button, .cart-item__cell--quantity .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__cell--quantity .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__cell--quantity .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__cell--quantity .cart-item__quantity-button-group a, .cart-item__cell--quantity .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__cell--quantity .cart-item__quantity-button-group .add-review__button {
  font-size: .875rem;
  padding: .5em 1em; }

.cart-item__controls .menu {
  text-align: right;
  margin-top: 0.9375rem; }

.cart-item__controls .menu a {
  font-size: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.move-to-cart {
  margin: 0; }

.info-icon {
  display: inline-block;
  position: relative;
  top: -0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  background: #8a8a8a;
  color: #ffffff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 50%; }

.cart-item__grid--saved {
  border: 1px solid #d9d9d9;
  border-top-width: 0; }
  @media screen and (max-width: 39.9375em) {
    .cart-item__grid--saved {
      display: none; } }
  .cart-item__grid--saved:first-of-type {
    border-top-width: 1px;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    overflow: hidden; }
  .cart-item__grid--saved:last-of-type {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    overflow: hidden; }

.cart-item__grid--saved .cart-item__cell {
  padding: 1.5rem 1rem; }

.cart-item__grid--saved .cart-item__cell--image {
  padding: 1.5rem 1rem;
  text-align: center;
  width: 147px; }

.cart-item__grid--saved .cart-item__cell--title-price-move {
  padding-left: 0;
  flex: 1; }

.cart-item__grid--saved .cart-item__cell--image img {
  margin: 0 auto;
  max-width: 100%; }

.cart-item__grid--saved .cart-item__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: .5em; }

.cart-item__grid--saved .cart-item__price {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1em; }

.cart-item__grid--saved .button, .cart-item__grid--saved .notify__button, .cart-item__grid--saved .account-dropdown__sign-in-button, .cart-item__grid--saved .product-info__notify-me-when-in-stock, .cart-item__grid--saved .product-info__recommended-alternative, .cart-item__grid--saved .product-card__primary-button, .cart-item__grid--saved .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--saved .product-card__button a, .product-card__button .cart-item__grid--saved a, .cart-item__grid--saved .product-fbt__primary-button, .cart-item__grid--saved .add-review__button {
  font-size: .875rem;
  padding: .5em 1em; }

.cart-item__grid--saved .cart-item__cell--title-price-move .button, .cart-item__grid--saved .cart-item__cell--title-price-move .notify__button, .cart-item__grid--saved .cart-item__cell--title-price-move .account-dropdown__sign-in-button, .cart-item__grid--saved .cart-item__cell--title-price-move .product-info__notify-me-when-in-stock, .cart-item__grid--saved .cart-item__cell--title-price-move .product-info__recommended-alternative, .cart-item__grid--saved .cart-item__cell--title-price-move .product-card__primary-button, .cart-item__grid--saved .cart-item__cell--title-price-move .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--saved .cart-item__cell--title-price-move .product-card__button a, .product-card__button .cart-item__grid--saved .cart-item__cell--title-price-move a, .cart-item__grid--saved .cart-item__cell--title-price-move .product-fbt__primary-button, .cart-item__grid--saved .cart-item__cell--title-price-move .add-review__button {
  font-weight: 400;
  margin: 0; }

/*.cart-item__grid--out-of-stock-callout {
    background: lighten(#000,95%);
    float:left;
}

.view-cart .cart-item__cell--out-of-stock-icon {
    float: left;
    padding:.4rem .5rem .5rem;
}

.cart-item__cell--out-of-stock-icon img{
    width:24px;
}

.view-cart .cart-item__cell--out-of-stock-message {
    float: left;
    padding: .5rem 1rem .5rem 0;
}

.cart-item__cell--out-of-stock-message p {
    color: $color-red;
    font-size: .875rem;
    font-weight: 700;
    margin: 0;
}

.cart-item__cell--out-of-stock-message ul{
    margin-bottom:0;
    font-size:.75rem;
}

.cart-item__cell--out-of-stock-message li{

}

.cart-item__cell--out-of-stock-message a {

}*/
.cart-item__grid-container--saved-small-only {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 1.75rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  position: relative; }

.cart-item__grid-container--saved-small-only .cart-item__delete-button {
  align-items: center;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 60px;
  box-shadow: -2px 0px 7px -1px rgba(112, 112, 112, 0.55);
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 10;
  -webkit-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -5px -2px 5px 0px rgba(0, 0, 0, 0.1); }

.cart-item__grid-container--saved-small-only .cart-item__delete-button img {
  display: block;
  margin: -.75rem 0 0 .75rem; }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only {
    padding: 0 !important; } }

.cart-item__grid--saved-small-only:first-of-type {
  margin-bottom: 1.4375rem;
  padding: 0 1.25rem; }

.cart-item__grid--saved-small-only:last-of-type {
  padding: 0 1.25rem 1.875rem; }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--image {
    text-align: center;
    width: 115px; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--image img {
    display: block;
    margin: 0 auto;
    width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--title-price {
    flex: 1;
    padding-left: .9375rem; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__title {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 1.3em;
    padding-right: 40px; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__price {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid-container--saved-small-only .out-of-stock-button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex-wrap: wrap; }
    .cart-item__grid-container--saved-small-only .out-of-stock-button-group::before, .cart-item__grid-container--saved-small-only .out-of-stock-button-group::after {
      display: table;
      content: ' ';
      flex-basis: 0;
      order: 1; }
    .cart-item__grid-container--saved-small-only .out-of-stock-button-group::after {
      clear: both; }
    .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button {
      margin: 0;
      margin-right: 0.375rem;
      margin-bottom: 0.375rem;
      font-size: 0.9rem;
      flex: 0 0 auto; }
      .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a:last-child, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button:last-child {
        margin-right: 0; }
    .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button {
      flex: 1 1 0px; }
    .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button {
      flex: 0 0 100%; }
      .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a:last-child, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button:last-child, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 0;
    padding-bottom: .5375em;
    padding-top: .5375em; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid-container--saved-small-only .out-of-stock-button-group .button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .notify__button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .account-dropdown__sign-in-button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__notify-me-when-in-stock img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-info__recommended-alternative img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__primary-button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-card__button a img, .product-card__button .cart-item__grid-container--saved-small-only .out-of-stock-button-group a img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .product-fbt__primary-button img, .cart-item__grid-container--saved-small-only .out-of-stock-button-group .add-review__button img {
    width: 24px;
    margin-right: .25rem; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist {
    padding-right: .25rem !important;
    width: 50%; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .notify__button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .account-dropdown__sign-in-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__notify-me-when-in-stock, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__recommended-alternative, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__button a, .product-card__button .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist a, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-fbt__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .add-review__button {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: .5375em;
    padding-top: .5375em; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .notify__button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .account-dropdown__sign-in-button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__notify-me-when-in-stock img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__recommended-alternative img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__primary-button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__callout-out-of-stock-button-group-button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__button a img, .product-card__button .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist a img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-fbt__primary-button img, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .add-review__button img {
    width: 24px;
    margin-right: .25rem; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart {
    padding-left: .25rem !important;
    width: 50%; } }

@media screen and (max-width: 39.9375em) {
  .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .notify__button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .account-dropdown__sign-in-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__notify-me-when-in-stock, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-info__recommended-alternative, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-card__button a, .product-card__button .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist a, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .product-fbt__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--add-to-wishlist .add-review__button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .notify__button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .account-dropdown__sign-in-button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-info__notify-me-when-in-stock, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-info__recommended-alternative, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-card__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-card__callout-out-of-stock-button-group-button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-card__button a, .product-card__button .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart a, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .product-fbt__primary-button, .cart-item__grid--saved-small-only .cart-item__cell--move-to-cart .add-review__button {
    margin-bottom: 0;
    width: 100%; } }

.cart-item__table {
  border-collapse: separate;
  border-spacing: 0;
  display: none;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .cart-item__table {
      display: table; } }

.cart-item__table tbody tr:first-of-type td {
  border-top: 1px solid #d9d9d9; }

.cart-item__table tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: .5rem; }

.cart-item__table tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: .5rem; }

@media screen and (min-width: 75em) {
  .cart-item__table tbody tr:nth-last-child(5) td:first-of-type {
    border-bottom-left-radius: .5rem; } }

@media screen and (min-width: 75em) {
  .cart-item__table tbody tr:nth-last-child(5) td:last-of-type {
    border-bottom-right-radius: .5rem; } }

.cart-item__table th, .cart-item__table td {
  position: relative;
  padding: .5rem 1rem;
  text-align: center;
  /*@media all and (max-width: 768px) and (min-width: 640px) {
        border: 1px solid lighten(#000,85%);
        border-width: 0 1px 1px 0;
    }*/ }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-item__table th, .cart-item__table td {
      border: 1px solid #d9d9d9;
      border-width: 0 1px 1px 0; } }

.cart-item__table th {
  background: #f2f2f2;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 400; }

.cart-item__table td {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.cart-item__table th:nth-child(1), .cart-item__table td:nth-child(1) {
  border-left: 1px solid #d9d9d9;
  border-right-width: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.cart-item__table-cell--image {
  width: 201px; }
  .cart-item__table-cell--image .cart-item__product-image {
    margin: 0 auto;
    width: 100%; }
  .cart-item__table-cell--image .cart-item__bogo-50-image {
    max-width: calc((100%/3)*2);
    width: 100%; }

.cart-item__table th:nth-child(2), .cart-item__table td:nth-child(2) {
  padding-left: 0;
  text-align: left; }

.cart-item__table .cart-item__title {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1.375rem; }

.cart-item__table .cart-item__title--discount {
  cursor: not-allowed;
  color: #bf0000;
  display: inline-block;
  pointer-events: none; }

.cart-item__table .cart-item__price {
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap; }

.cart-item__table .cart-item__price--discount {
  color: #bf0000; }

@media print, screen and (min-width: 40em) {
  .cart-item__table th:nth-child(4), .cart-item__table td:nth-child(4) {
    border-right: 1px solid #d9d9d9; } }

.cart-item__table td:nth-child(4) .select {
  font-size: .875rem;
  margin-bottom: .75rem;
  text-align-last: center; }

@media print, screen and (min-width: 40em) {
  .cart-item__table td:nth-child(4) .select option span {
    display: none; } }

.cart-item__table .cart-item__quantity-button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin: 0; }
  .cart-item__table .cart-item__quantity-button-group::before, .cart-item__table .cart-item__quantity-button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .cart-item__table .cart-item__quantity-button-group::after {
    clear: both; }
  .cart-item__table .cart-item__quantity-button-group .button, .cart-item__table .cart-item__quantity-button-group .notify__button, .cart-item__table .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__table .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__table .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__table .cart-item__quantity-button-group .product-card__primary-button, .cart-item__table .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__table .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__table .cart-item__quantity-button-group a, .cart-item__table .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__table .cart-item__quantity-button-group .add-review__button {
    margin: 0;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .cart-item__table .cart-item__quantity-button-group .button:last-child, .cart-item__table .cart-item__quantity-button-group .notify__button:last-child, .cart-item__table .cart-item__quantity-button-group .account-dropdown__sign-in-button:last-child, .cart-item__table .cart-item__quantity-button-group .product-info__notify-me-when-in-stock:last-child, .cart-item__table .cart-item__quantity-button-group .product-info__recommended-alternative:last-child, .cart-item__table .cart-item__quantity-button-group .product-card__primary-button:last-child, .cart-item__table .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button:last-child, .cart-item__table .cart-item__quantity-button-group .product-card__button a:last-child, .product-card__button .cart-item__table .cart-item__quantity-button-group a:last-child, .cart-item__table .cart-item__quantity-button-group .product-fbt__primary-button:last-child, .cart-item__table .cart-item__quantity-button-group .add-review__button:last-child {
      margin-right: 0; }

.cart-item__table .cart-item__quantity-button-group .button, .cart-item__table .cart-item__quantity-button-group .notify__button, .cart-item__table .cart-item__quantity-button-group .account-dropdown__sign-in-button, .cart-item__table .cart-item__quantity-button-group .product-info__notify-me-when-in-stock, .cart-item__table .cart-item__quantity-button-group .product-info__recommended-alternative, .cart-item__table .cart-item__quantity-button-group .product-card__primary-button, .cart-item__table .cart-item__quantity-button-group .product-card__callout-out-of-stock-button-group-button, .cart-item__table .cart-item__quantity-button-group .product-card__button a, .product-card__button .cart-item__table .cart-item__quantity-button-group a, .cart-item__table .cart-item__quantity-button-group .product-fbt__primary-button, .cart-item__table .cart-item__quantity-button-group .add-review__button {
  font-size: .875rem;
  margin-right: 0;
  padding: .5em 1.5em;
  white-space: nowrap;
  display: block;
  margin-bottom: .75rem; }

.cart-item__table .cart-item-table__order-summary-row--medium-down, .cart-item__table .cart-item-table__procceed-to-checkout-row--medium-down {
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .cart-item__table .cart-item-table__order-summary-row--medium-down, .cart-item__table .cart-item-table__procceed-to-checkout-row--medium-down {
      display: table-row; } }

.cart-item__table .cart-item-table__order-summary-row--large-only, .cart-item__table .cart-item-table__procceed-to-checkout-row--large-only {
  display: none; }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .cart-item__table .cart-item-table__order-summary-row--large-only, .cart-item__table .cart-item-table__procceed-to-checkout-row--large-only {
      display: table-row; } }

.cart-item__table .cart-item-table__order-summary-row td {
  background: #f2f2f2; }
  @media print, screen and (min-width: 40em) {
    .cart-item__table .cart-item-table__order-summary-row td {
      padding-bottom: .5rem;
      padding-top: .5rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-item__table .cart-item-table__order-summary-row td {
      border-right: 1px solid #d9d9d9; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .cart-item__table .cart-item-table__order-summary-row td {
      border: 1px solid #d9d9d9; } }
  @media print, screen and (min-width: 64em) {
    .cart-item__table .cart-item-table__order-summary-row td {
      border-top-width: 0; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .cart-item__table .cart-item-table__order-summary-row td:nth-child(1) {
    border-right-width: 0; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .cart-item__table .cart-item-table__order-summary-row td:nth-child(2) {
    border-left-width: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cart-item__table .cart-item-table__procceed-to-checkout-row td {
    border-width: 0; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .cart-item__table .cart-item-table__procceed-to-checkout-row td {
    border-width: 0; } }

.cart-item__saved-items-actions-layout-grid {
  align-items: center;
  display: flex; }

@media print, screen and (min-width: 64em) {
  .cart-item__saved-items-actions-layout-grid-item--wishlist-remove {
    flex: 1; } }

.cart-item__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.bogo-50-badge--saved-for-later {
  display: block;
  left: -.5rem;
  max-width: 60% !important;
  position: absolute;
  top: -1rem;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .bogo-50-badge--saved-for-later {
      left: .5rem;
      max-width: 50% !important;
      top: .5rem; } }

.bogo-50-badge--product-sliders {
  display: block;
  left: -1rem;
  max-width: 60% !important;
  position: absolute;
  top: 0;
  width: 100%; }

.bogo-50-badge--frequently-bought-togther {
  display: block;
  left: -.5rem;
  position: absolute;
  top: -.5rem;
  width: 70px;
  z-index: 10; }
  @media print, screen and (min-width: 64em) {
    .bogo-50-badge--frequently-bought-togther {
      top: -1rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cart-sidebar {
    text-align: left;
    margin: 0 auto; } }

@media screen and (min-width: 48em) {
  .cart-sidebar {
    max-width: 640px; } }

@media print, screen and (min-width: 64em) {
  .cart-sidebar {
    width: 370px; } }

@media screen and (min-width: 75em) {
  .cart-sidebar {
    display: flex;
    flex-flow: row wrap;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem; }
    .cart-sidebar > .cart-sidebar__cell {
      margin-right: 0;
      margin-left: 0; }
    .cart-sidebar > .small-1 {
      width: 8.33333%; }
    .cart-sidebar > .small-2 {
      width: 16.66667%; }
    .cart-sidebar > .small-3 {
      width: 25%; }
    .cart-sidebar > .small-4 {
      width: 33.33333%; }
    .cart-sidebar > .small-5 {
      width: 41.66667%; }
    .cart-sidebar > .small-6 {
      width: 50%; }
    .cart-sidebar > .small-7 {
      width: 58.33333%; }
    .cart-sidebar > .small-8 {
      width: 66.66667%; }
    .cart-sidebar > .small-9 {
      width: 75%; }
    .cart-sidebar > .small-10 {
      width: 83.33333%; }
    .cart-sidebar > .small-11 {
      width: 91.66667%; }
    .cart-sidebar > .small-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) and (min-width: 40em) {
    .cart-sidebar > .medium-1 {
      width: 8.33333%; }
    .cart-sidebar > .medium-2 {
      width: 16.66667%; }
    .cart-sidebar > .medium-3 {
      width: 25%; }
    .cart-sidebar > .medium-4 {
      width: 33.33333%; }
    .cart-sidebar > .medium-5 {
      width: 41.66667%; }
    .cart-sidebar > .medium-6 {
      width: 50%; }
    .cart-sidebar > .medium-7 {
      width: 58.33333%; }
    .cart-sidebar > .medium-8 {
      width: 66.66667%; }
    .cart-sidebar > .medium-9 {
      width: 75%; }
    .cart-sidebar > .medium-10 {
      width: 83.33333%; }
    .cart-sidebar > .medium-11 {
      width: 91.66667%; }
    .cart-sidebar > .medium-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) and (min-width: 64em) {
    .cart-sidebar > .large-1 {
      width: 8.33333%; }
    .cart-sidebar > .large-2 {
      width: 16.66667%; }
    .cart-sidebar > .large-3 {
      width: 25%; }
    .cart-sidebar > .large-4 {
      width: 33.33333%; }
    .cart-sidebar > .large-5 {
      width: 41.66667%; }
    .cart-sidebar > .large-6 {
      width: 50%; }
    .cart-sidebar > .large-7 {
      width: 58.33333%; }
    .cart-sidebar > .large-8 {
      width: 66.66667%; }
    .cart-sidebar > .large-9 {
      width: 75%; }
    .cart-sidebar > .large-10 {
      width: 83.33333%; }
    .cart-sidebar > .large-11 {
      width: 91.66667%; }
    .cart-sidebar > .large-12 {
      width: 100%; } }

/* XL settings for fixed floating view cart sidebar */
.sticky {
  position: fixed;
  top: 140px; }

.stickyBottom {
  position: absolute;
  bottom: -60px; }

/* ------------------------------------------------ */
.cart-sidebar__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .cart-sidebar__cell {
      margin: 0; } }

.cart-sidebar > .cart-sidebar__cell--order-overview-spacer, .cart-sidebar > .cart-sidebar__cell--button-spacer {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview-spacer, .cart-sidebar > .cart-sidebar__cell--button-spacer {
      display: block;
      width: 60%; } }
  @media screen and (min-width: 75em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview-spacer, .cart-sidebar > .cart-sidebar__cell--button-spacer {
      display: none; } }

.cart-sidebar > .cart-sidebar__cell--order-overview, .cart-sidebar > .cart-sidebar__cell--button {
  width: 100%; }
  @media print, screen and (min-width: 64em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview, .cart-sidebar > .cart-sidebar__cell--button {
      width: 40%; } }
  @media screen and (min-width: 75em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview, .cart-sidebar > .cart-sidebar__cell--button {
      width: 100%; } }

.cart-sidebar > .cart-sidebar__cell--order-overview-spacer, .cart-sidebar > .cart-sidebar__cell--order-overview {
  background: #f2f2f2; }

.cart-sidebar > .cart-sidebar__cell--order-overview-spacer {
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px 1px; }

.cart-sidebar > .cart-sidebar__cell--order-overview {
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px 0; }
  @media screen and (min-width: 48em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview {
      border-width: 0 1px 1px 1px; } }
  @media print, screen and (min-width: 64em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview {
      border-width: 0 1px 1px 0; } }
  @media screen and (min-width: 75em) {
    .cart-sidebar > .cart-sidebar__cell--order-overview {
      border-width: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cart-sidebar > .cart-sidebar__cell--order-overview > .cart-sidebar__order-summary,
  .cart-sidebar > .cart-sidebar__cell--order-overview > .cart-sidebar__promos,
  .cart-sidebar > .cart-sidebar__cell--order-overview > .cart-sidebar__total {
    max-width: 640px;
    margin: 0 auto; } }

.cart-sidebar > .cart-sidebar__cell--button {
  padding: .75rem 1.25rem;
  text-align: center; }

.cart-sidebar .cart-sidebar__cell--button .button, .cart-sidebar .cart-sidebar__cell--button .notify__button, .cart-sidebar .cart-sidebar__cell--button .account-dropdown__sign-in-button, .cart-sidebar .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .cart-sidebar .cart-sidebar__cell--button .product-info__recommended-alternative, .cart-sidebar .cart-sidebar__cell--button .product-card__primary-button, .cart-sidebar .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .cart-sidebar .cart-sidebar__cell--button .product-card__button a, .product-card__button .cart-sidebar .cart-sidebar__cell--button a, .cart-sidebar .cart-sidebar__cell--button .product-fbt__primary-button, .cart-sidebar .cart-sidebar__cell--button .add-review__button, .view-cart__main .cart-sidebar__cell--button .button, .view-cart__main .cart-sidebar__cell--button .notify__button, .view-cart__main .cart-sidebar__cell--button .account-dropdown__sign-in-button, .view-cart__main .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .view-cart__main .cart-sidebar__cell--button .product-info__recommended-alternative, .view-cart__main .cart-sidebar__cell--button .product-card__primary-button, .view-cart__main .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .view-cart__main .cart-sidebar__cell--button .product-card__button a, .product-card__button .view-cart__main .cart-sidebar__cell--button a, .view-cart__main .cart-sidebar__cell--button .product-fbt__primary-button, .view-cart__main .cart-sidebar__cell--button .add-review__button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media screen and (max-width: 39.9375em) {
    .cart-sidebar .cart-sidebar__cell--button .button, .cart-sidebar .cart-sidebar__cell--button .notify__button, .cart-sidebar .cart-sidebar__cell--button .account-dropdown__sign-in-button, .cart-sidebar .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .cart-sidebar .cart-sidebar__cell--button .product-info__recommended-alternative, .cart-sidebar .cart-sidebar__cell--button .product-card__primary-button, .cart-sidebar .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .cart-sidebar .cart-sidebar__cell--button .product-card__button a, .product-card__button .cart-sidebar .cart-sidebar__cell--button a, .cart-sidebar .cart-sidebar__cell--button .product-fbt__primary-button, .cart-sidebar .cart-sidebar__cell--button .add-review__button, .view-cart__main .cart-sidebar__cell--button .button, .view-cart__main .cart-sidebar__cell--button .notify__button, .view-cart__main .cart-sidebar__cell--button .account-dropdown__sign-in-button, .view-cart__main .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .view-cart__main .cart-sidebar__cell--button .product-info__recommended-alternative, .view-cart__main .cart-sidebar__cell--button .product-card__primary-button, .view-cart__main .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .view-cart__main .cart-sidebar__cell--button .product-card__button a, .product-card__button .view-cart__main .cart-sidebar__cell--button a, .view-cart__main .cart-sidebar__cell--button .product-fbt__primary-button, .view-cart__main .cart-sidebar__cell--button .add-review__button {
      font-size: 1.1875rem;
      padding: .85em 1em; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-sidebar .cart-sidebar__cell--button .button, .cart-sidebar .cart-sidebar__cell--button .notify__button, .cart-sidebar .cart-sidebar__cell--button .account-dropdown__sign-in-button, .cart-sidebar .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .cart-sidebar .cart-sidebar__cell--button .product-info__recommended-alternative, .cart-sidebar .cart-sidebar__cell--button .product-card__primary-button, .cart-sidebar .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .cart-sidebar .cart-sidebar__cell--button .product-card__button a, .product-card__button .cart-sidebar .cart-sidebar__cell--button a, .cart-sidebar .cart-sidebar__cell--button .product-fbt__primary-button, .cart-sidebar .cart-sidebar__cell--button .add-review__button, .view-cart__main .cart-sidebar__cell--button .button, .view-cart__main .cart-sidebar__cell--button .notify__button, .view-cart__main .cart-sidebar__cell--button .account-dropdown__sign-in-button, .view-cart__main .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .view-cart__main .cart-sidebar__cell--button .product-info__recommended-alternative, .view-cart__main .cart-sidebar__cell--button .product-card__primary-button, .view-cart__main .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .view-cart__main .cart-sidebar__cell--button .product-card__button a, .product-card__button .view-cart__main .cart-sidebar__cell--button a, .view-cart__main .cart-sidebar__cell--button .product-fbt__primary-button, .view-cart__main .cart-sidebar__cell--button .add-review__button {
      display: inline-flex; } }

@media screen and (min-width: 75em) {
  .cart-sidebar .cart-sidebar__cell--button .button, .cart-sidebar .cart-sidebar__cell--button .notify__button, .cart-sidebar .cart-sidebar__cell--button .account-dropdown__sign-in-button, .cart-sidebar .cart-sidebar__cell--button .product-info__notify-me-when-in-stock, .cart-sidebar .cart-sidebar__cell--button .product-info__recommended-alternative, .cart-sidebar .cart-sidebar__cell--button .product-card__primary-button, .cart-sidebar .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button, .cart-sidebar .cart-sidebar__cell--button .product-card__button a, .product-card__button .cart-sidebar .cart-sidebar__cell--button a, .cart-sidebar .cart-sidebar__cell--button .product-fbt__primary-button, .cart-sidebar .cart-sidebar__cell--button .add-review__button {
    font-size: 1.1875rem;
    padding-left: .25em;
    padding-right: .25em; } }

.cart-sidebar .cart-sidebar__cell--button .button img, .cart-sidebar .cart-sidebar__cell--button .notify__button img, .cart-sidebar .cart-sidebar__cell--button .account-dropdown__sign-in-button img, .cart-sidebar .cart-sidebar__cell--button .product-info__notify-me-when-in-stock img, .cart-sidebar .cart-sidebar__cell--button .product-info__recommended-alternative img, .cart-sidebar .cart-sidebar__cell--button .product-card__primary-button img, .cart-sidebar .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button img, .cart-sidebar .cart-sidebar__cell--button .product-card__button a img, .product-card__button .cart-sidebar .cart-sidebar__cell--button a img, .cart-sidebar .cart-sidebar__cell--button .product-fbt__primary-button img, .cart-sidebar .cart-sidebar__cell--button .add-review__button img, .view-cart__main .cart-sidebar__cell--button .button img, .view-cart__main .cart-sidebar__cell--button .notify__button img, .view-cart__main .cart-sidebar__cell--button .account-dropdown__sign-in-button img, .view-cart__main .cart-sidebar__cell--button .product-info__notify-me-when-in-stock img, .view-cart__main .cart-sidebar__cell--button .product-info__recommended-alternative img, .view-cart__main .cart-sidebar__cell--button .product-card__primary-button img, .view-cart__main .cart-sidebar__cell--button .product-card__callout-out-of-stock-button-group-button img, .view-cart__main .cart-sidebar__cell--button .product-card__button a img, .product-card__button .view-cart__main .cart-sidebar__cell--button a img, .view-cart__main .cart-sidebar__cell--button .product-fbt__primary-button img, .view-cart__main .cart-sidebar__cell--button .add-review__button img {
  margin-left: .5em;
  width: 24px; }

.cart-sidebar__section {
  padding: .625rem 1.25rem; }
  @media screen and (min-width: 75em) {
    .cart-sidebar__section {
      border-top: 1px solid #d9d9d9;
      padding: 1.25rem; } }

.cart-sidebar h3 {
  font-size: 1.25rem;
  /*color: $color-grey-dark;*/
  font-weight: 700; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-sidebar h3 {
      text-align: center; } }

.cart-sidebar__progress {
  background: #ffffff;
  border: 0;
  font-weight: 500;
  margin: 0 auto; }
  @media screen and (max-width: 39.9375em) {
    .cart-sidebar__progress {
      padding-left: 0;
      padding-right: 0; } }
  @media print, screen and (min-width: 40em) {
    .cart-sidebar__progress {
      max-width: 90%; } }
  @media print, screen and (min-width: 64em) {
    .cart-sidebar__progress {
      max-width: 50%; } }
  @media screen and (min-width: 75em) {
    .cart-sidebar__progress {
      max-width: 67%; } }

.view-cart__sidebar .cart-sidebar__progress {
  /*@include breakpoint(($view-cart-breakpoint - 1) down) {
        display: none;
    }*/ }

.cart-sidebar__progress-message {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 0.625rem;
  text-align: center;
  margin-bottom: .75em; }

.cart-sidebar__progress-message-price {
  color: #63b809; }

@media print, screen and (min-width: 40em) {
  .cart-sidebar__progress-message--small-only {
    display: none; } }

.cart-sidebar__progress-message--medium {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .cart-sidebar__progress-message--medium {
      display: block; } }

.cart-sidebar__progress-bar {
  display: flex;
  align-items: center; }

/* Progress Bar */
.progress-bar {
  display: block;
  position: relative;
  flex: 1;
  height: 0.625rem;
  background: #ccc;
  border-radius: 0.3125rem;
  margin: 0 0.3125rem; }

.progress-bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #63b809;
  width: 75%;
  border-radius: 0.3125rem; }

/* Order Summary */
.view-cart__sidebar .cart-sidebar__order-summary {
  /*@include breakpoint(($view-cart-breakpoint - 1) down) {
        border-top: 0;
    }*/
  border-top: 0; }

.order-summary {
  margin: 0;
  list-style: none;
  font-size: 0.875rem; }

.order-summary__item {
  position: relative;
  margin-bottom: 5px; }

/*
.order-summary__item:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 2px dotted $color-grey;
    z-index: 1;
}
*/
.order-summary__label {
  padding: 0 5px 0 0; }

.cart-sidebar__total .order-summary__label {
  color: #d67222; }

.order-summary__value {
  float: right;
  position: relative;
  z-index: 3;
  padding: 0 0 0 5px; }

.cart-sidebar__order-summary .order-summary__value {
  background: #f2f2f2; }
  @media screen and (min-width: 75em) {
    .cart-sidebar__order-summary .order-summary__value {
      background: #f2f2f2; } }

.cart-sidebar__total .order-summary__value {
  background: #f2f2f2;
  color: #d67222; }

/* Promo */
@media screen and (max-width: 39.9375em) {
  .cart-sidebar__promos {
    border: 1px solid #d9d9d9;
    border-width: 1px 0;
    padding-top: 1.75rem; } }

@media print, screen and (min-width: 40em) {
  .cart-sidebar__promos {
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 75em) {
  .cart-sidebar__promos {
    background: #f2f2f2;
    padding-bottom: 0.5625rem;
    padding-top: 1.25rem; } }

.cart-sidebar__promo-code-error {
  color: #cc4b37;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 1rem 0 0 !important; }

.cart-sidebar__promo-code-confirmation-layout-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.cart-sidebar__promo-code-confirmation-message {
  flex: 1;
  line-height: 1.2em;
  margin: 0 0 1rem 0 !important;
  padding-right: 1em; }

.cart-sidebar__promo-code-discount-amount {
  color: #4f9900;
  font-weight: 700;
  margin: 0 !important;
  text-align: right; }

.promo-dropdown__field {
  display: flex; }

@media print, screen and (min-width: 40em) {
  .promo-dropdown__item:first-of-type {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1.25rem; } }

.promo-dropdown__item:first-of-type input::placeholder {
  color: #333333;
  opacity: 1; }

.promo-dropdown__item:first-of-type input:-ms-input-placeholder {
  color: #333333; }

.promo-dropdown__item:first-of-type input::-ms-input-placeholder {
  color: #333333; }

.promo-dropdown__item:first-of-type {
  margin-bottom: 0.375rem; }

.promo-dropdown__item p {
  margin: 0 0 0.1875rem;
  font-size: 0.875rem; }

.cart-sidebar__promos label {
  font-weight: 700; }

.promo-dropdown__item label span {
  color: #4f9900; }

.promo-dropdown__field input {
  margin: 0 0.3125rem 0 0;
  font-size: 0.875rem; }

.promo-dropdown__field .button, .promo-dropdown__field .notify__button, .promo-dropdown__field .account-dropdown__sign-in-button, .promo-dropdown__field .product-info__notify-me-when-in-stock, .promo-dropdown__field .product-info__recommended-alternative, .promo-dropdown__field .product-card__primary-button, .promo-dropdown__field .product-card__callout-out-of-stock-button-group-button, .promo-dropdown__field .product-card__button a, .product-card__button .promo-dropdown__field a, .promo-dropdown__field .product-fbt__primary-button, .promo-dropdown__field .add-review__button {
  margin: 0;
  font-size: rem-cacl(14px);
  padding: 0.625rem 1.25rem; }

/* Apply Credits */
.cart-sidebar__credits {
  background: #f2f2f2;
  clear: both; }
  @media screen and (min-width: 75em) {
    .cart-sidebar__credits {
      /*border-bottom: 1px solid lighten(#000,85%);*/ } }

.cart-sidebar__credits-button {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  background: transparent;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left; }
  .cart-sidebar__credits-button:hover {
    background: transparent;
    color: #333333; }
  .cart-sidebar__credits-button:active {
    background: transparent;
    color: #333333; }

.cart-sidebar__no-credits {
  font-size: .85rem;
  margin: .75rem 0 .375rem !important; }

.cart-sidebar__no-credits-link {
  position: relative; }

.cart-sidebar__credits .link {
  color: #333333;
  padding-left: 1.25em;
  position: relative;
  line-height: 1.3; }

.cart-sidebar__credits .fauxLink {
  color: #2291fe;
  text-decoration: none; }

.cart-sidebar__credits .buttonText {
  /*float: left;*/
  width: 100%;
  text-align: left;
  display: block; }

.cart-sidebar__credits .plusSign {
  float: right;
  /*width: 15px;
    text-align: center;
    padding: 0px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/ }

.cart-sidebar__credits #creditBox {
  max-height: 0;
  transition: max-height .75s ease 0s;
  overflow: hidden;
  padding-left: 1.25em; }

.cart-sidebar__credits #creditBox.creditShow {
  max-height: 500px; }

.cart-sidebar__credits .creditValue {
  padding-top: 0.3125rem;
  margin-bottom: 10px; }

.cart-sidebar__credits .creditValue .green {
  color: #4f9900;
  font-weight: bold; }

.cart-sidebar__credits .PlusMinus {
  width: 11px;
  height: 11px;
  left: 0;
  position: absolute;
  top: 0; }

.cart-sidebar__credits .PlusMinus div.PlusMinus__crossbar {
  width: 11px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 9px; }

.cart-sidebar__credits .PlusMinus .PlusMinus__crossbar--horizontal, .cart-sidebar__credits .PlusMinus .PlusMinus__crossbar--vertical {
  -webkit-transition: .3s ease-in-out 0s;
  -o-transition: .3s ease-in-out 0s;
  transition: .3s ease-in-out 0s; }

.cart-sidebar__credits .PlusMinus .PlusMinus__crossbar--vertical {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.cart-sidebar__credits .PlusMinus .PlusMinus__crossbar--horizontal {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Credits Applied */
.cart-sidebar__credits-applied {
  line-height: 1.2em;
  margin: 0.5625rem 0 0.375rem 0 !important; }

/*.promo-dropdown__credits-applied {
    margin-top: rem-calc(10px);
}

.credits-applied {
    display: flex;
}

.credits-applied-label {
    margin-right: auto;
}

.credits-applied-btn {
    margin-top: rem-calc(5px);
}*/
/* Order Total */
.cart-sidebar__total {
  background: #f2f2f2;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .cart-sidebar__total {
      padding-bottom: .5rem;
      padding-top: 0rem; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .cart-sidebar__total {
      padding-bottom: .5rem;
      padding-top: 0rem; } }
  @media screen and (min-width: 75em) {
    .cart-sidebar__total {
      border-bottom: 1px solid #d9d9d9; } }

.cart-sidebar__total .order-summary {
  font-size: 1.25rem;
  font-weight: bold;
  /*color: $color-grey-dark;*/ }

.cart-sidebar__total .order-summary__item {
  margin: 0; }

.cart-sidebar__total .order-summary__item:after {
  bottom: 7px; }

/* Proceed to checkout */
.checkout-proceed {
  background: #ffffff;
  padding: 0.75rem; }
  @media screen and (min-width: 75em) {
    .checkout-proceed {
      display: block; } }

.checkout-proceed .button, .checkout-proceed .notify__button, .checkout-proceed .account-dropdown__sign-in-button, .checkout-proceed .product-info__notify-me-when-in-stock, .checkout-proceed .product-info__recommended-alternative, .checkout-proceed .product-card__primary-button, .checkout-proceed .product-card__callout-out-of-stock-button-group-button, .checkout-proceed .product-card__button a, .product-card__button .checkout-proceed a, .checkout-proceed .product-fbt__primary-button, .checkout-proceed .add-review__button {
  margin: 0; }

/* Mobile Cart top */
.mobile-cart-order-top {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

/*.mobile-cart-order-top .checkout-proceed {
    border-top: 0;
    border-bottom: 1px solid $color-grey-light;
}*/
.icon:before, .icon:after {
  content: '';
  position: absolute;
  display: block; }

/* ----------------------------------- */
.alert-circle.icon {
  margin-left: 2px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 1px #333333; }

.alert-circle.icon:before {
  top: 3px;
  left: 7px;
  width: 2px;
  height: 7px;
  background-color: #333333; }

.alert-circle.icon:after {
  top: 11px;
  left: 7px;
  width: 2px;
  height: 2px;
  background-color: #333333; }

/*.mail.icon {
    color: #000;
    position: absolute;
    margin-left: 2px;
    margin-top: 4px;
    width: 15px;
    height: 10px;
    border-radius: 1px;
    border: solid 1px currentColor;
}

.mail.icon:before {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: currentColor;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
}

.mail.icon:after {
    content: '';
    position: absolute;
    left: 7px;
    top: -4px;
    width: 1px;
    height: 10px;
    background-color: currentColor;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}*/
.mail.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 18px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor; }

.mail.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg); }

.mail.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg); }

.mail-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor; }

.mail-solid.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  color: white;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg); }

.mail-solid.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  color: white;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg); }

.search.icon {
  color: #000;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor; }

.magnify.icon {
  color: #000;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.magnify.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor; }

.magnify.icon i {
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.magnify.icon i:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: currentColor; }

.magnify.icon i:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.minify.icon {
  color: black;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.minify.icon:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 5px;
  height: 6px;
  width: 1px;
  background-color: currentColor; }

.minify.icon i {
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.minify.icon i:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: currentColor; }

.profile.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 11px;
  width: 14px;
  height: 6px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px transparent;
  border-radius: 6px 6px 0 0; }

.profile.icon:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px currentColor; }

.profile-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 11px;
  /*width: 14px;*/
  width: 16px;
  height: 6px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-top: solid 1px currentColor;
  border-bottom: solid 1px transparent;
  background-color: currentColor;
  border-radius: 6px 6px 0 0; }

.profile-solid.icon:before {
  content: '';
  position: absolute;
  left: 2px;
  top: -10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px currentColor;
  background-color: currentColor; }

.tag.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 1px 1px 1px 0;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor; }

.tag.icon:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 10px;
  border-radius: 1px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tag.icon:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: currentColor; }

.tag-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 1px 1px 1px 0;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor;
  background-color: currentColor; }

.tag-solid.icon:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 9px;
  height: 10px;
  border-radius: 1px;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tag-solid.icon:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  color: white;
  background-color: currentColor; }

.card.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor; }

.card.icon:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -1px;
  width: 17px;
  height: 2px;
  background-color: currentColor; }

.card.icon:after {
  content: '';
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 4px;
  height: 1px;
  background-color: currentColor; }

.lock.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 13px;
  height: 6px;
  border-radius: 1px;
  border: solid 1px currentColor; }

.lock.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 5px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor; }

.lock-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 13px;
  height: 6px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor; }

.lock-solid.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 5px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor; }

.unlock.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 13px;
  height: 6px;
  border: solid 1px currentColor;
  border-radius: 1px; }

.unlock.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 5px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor; }

.unlock-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 3px;
  margin-top: 10px;
  width: 13px;
  height: 6px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background-color: currentColor; }

.unlock-solid.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: -8px;
  width: 5px;
  height: 3px;
  border-radius: 4px 4px 0 0;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  border-right: solid 1px currentColor; }

.unlock-solid.icon:after {
  content: '';
  position: absolute;
  left: 3px;
  top: -4px;
  width: 1px;
  height: 3px;
  background-color: currentColor; }

.unlock.icon:after {
  content: '';
  position: absolute;
  left: 3px;
  top: -4px;
  width: 1px;
  height: 3px;
  background-color: currentColor; }

.pin-solid.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 7px 7px 7px 0;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pin-solid.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  color: white;
  border: solid 1px currentColor;
  border-radius: 3px;
  background-color: currentColor; }

.pin-solid-red.icon {
  color: #000;
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px #cc4b37;
  border-radius: 7px 7px 7px 0;
  background-color: #cc4b37;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pin-solid-red.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  color: white;
  border: solid 1px currentColor;
  border-radius: 3px;
  background-color: currentColor; }

.newsletter {
  /*@include breakpoint(large) {
        padding-right: 15%;
    }*/
  /*max-width: 60%;*/
  max-width: 660px;
  margin: 0 auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .newsletter {
      max-width: 70%; } }
  @media screen and (max-width: 39.9375em) {
    .newsletter {
      max-width: 100%; } }

.newsletter__intro h4 {
  font-size: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .newsletter__intro h4 {
      font-size: 1rem; } }

.newsletter-intro__image {
  float: right;
  margin-left: 0.625rem; }

.newsletter-intro__title {
  font-size: 1.1875rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .newsletter-intro__title {
      font-size: 1.5rem; } }

.newsletter-section__title {
  font-size: 1.0625rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .newsletter-section__title {
      font-size: 1.3125rem; } }

/* FORM FIELDS */
.newsletter__form form {
  width: 100%; }

div.required {
  text-align: right;
  font-size: small;
  font-weight: bold;
  line-height: 2rem; }

label.input {
  position: relative; }
  label.input input {
    padding-left: 40px; }

div#bday-form {
  position: relative;
  display: flex;
  flex: 3;
  border: 0px solid red; }

section.bday-day, section.bday-month, section.bday-year {
  width: 32%;
  margin: 0 1rem 0 0;
  position: relative;
  height: 3rem;
  /* This is to remove the arrow of select element in IE */ }
  section.bday-day select, section.bday-month select, section.bday-year select {
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border: 1px solid blue;
    font-size: inherit;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 0.25rem;
    background: url(https://biovea.com/vn/imgs/biovea-icons/dropdown-arrow--select-working.svg) no-repeat !important;
    background-size: 12px 8.4px !important;
    background-position-x: calc(100% - .5rem) !important;
    background-position-y: 50% !important;
    height: auto !important;
    margin: 0;
    padding: .33em 2em .33em .5em !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  section.bday-day select::-ms-expand, section.bday-month select::-ms-expand, section.bday-year select::-ms-expand {
    display: none; }

.form-error.is-visible.bday {
  padding-top: 10px; }

.bday-italic {
  font-style: italic;
  font-weight: 500; }

.gender-wrapper {
  margin-bottom: 2rem; }
  .gender-wrapper label {
    /*width: 50%;*/
    margin-right: 2rem;
    line-height: 3rem; }
  .gender-wrapper .inline-group {
    position: relative;
    display: flex;
    flex: 2;
    width: 100%; }

/* ICONS */
.mail.icon {
  position: absolute;
  color: #ccc;
  margin-top: 0px;
  margin-left: 10px;
  width: 18px;
  height: 12px;
  top: 14px;
  /*top: 50%;
    transform: translateY(-50%);*/ }

.profile-solid.icon {
  color: #ccc;
  position: absolute;
  margin-top: 4px;
  margin-left: 10px;
  width: 16px;
  top: 14px;
  /*top: 50%;
    transform: translateY(-50%);*/ }

.qty-control {
  align-items: stretch;
  display: inline-flex; }
  .cart-item__table .qty-control {
    margin-top: -0.3125rem; }
  .qty-control > * {
    align-items: center;
    display: flex;
    justify-content: center; }

.qty-control__btn {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  height: 2rem;
  transition: all .3s;
  width: 2rem; }
  .qty-control__btn:hover {
    background: #2279c3;
    border-color: #2279c3;
    color: #ffffff; }
  .qty-control__btn--disabled {
    border-color: #cccccc;
    color: #cccccc;
    pointer-events: none; }

.qty-control__number-container {
  background: #fff;
  border: 1px solid #cccccc;
  border-width: 1px 0;
  min-width: 2.0625rem; }

.qty-control__number {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0 .5em;
  white-space: nowrap; }

.PlusMinusQ {
  height: 17px;
  position: relative;
  width: 17px; }

.PlusMinusQ__crossbar {
  background: gray;
  height: 1px;
  width: 100%; }
  .qty-control__btn:hover .PlusMinusQ__crossbar {
    background: #ffffff; }
  .PlusMinusQ__crossbar--vertical {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: calc(50% - 1px); }
  .PlusMinusQ__crossbar--horizontal {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% - 1px); }

.panel {
  position: relative;
  /*margin: 0 rem-calc(15px);*/
  padding: 1.25rem 0.625rem;
  border-top: 1px solid #ccc;
  clear: both; }
  @media screen and (max-width: 74.9375em) {
    .panel {
      padding: 0.9375rem 0; } }
  @media screen and (max-width: 63.9375em) {
    .panel {
      border-top: 0; } }

.panel--bordered {
  position: relative;
  border: solid 0.0625rem #ccc;
  padding: 1.5625rem 2.1875rem;
  /*box-shadow: #ccc 0px 8px 18px -7px;*/
  margin-top: 30px;
  padding: 0.9375rem;
  border-radius: 0.375rem; }

.panel__toggle {
  display: none; }

.back-to-top__btn {
  position: absolute;
  top: 0.75rem;
  right: 0;
  font-size: 0.875rem;
  /*opacity: 0;
    pointer-events: none;*/
  transition: opacity .1s; }
  @media screen and (max-width: 63.9375em) {
    .back-to-top__btn {
      display: none; } }

.back-to-top__btn--active {
  opacity: 1;
  pointer-events: initial; }

.panel__header-title {
  margin-right: auto;
  font-size: 1.0625rem;
  color: #e58700;
  font-weight: 700; }
  @media print, screen and (min-width: 64em) {
    .panel__header-title {
      font-size: 1.1875rem; } }

.panel__header-title--black {
  color: #0a0a0a; }

@media screen and (max-width: 63.9375em) {
  .panel--collapse .panel__header {
    margin-top: -1px;
    padding: 0.9375rem;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc; } }

@media screen and (max-width: 63.9375em) {
  .panel--collapse .panel__header-title {
    font-size: 0.875rem;
    color: #474747;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0; } }

.panel__body-header {
  display: none; }

.panel__body {
  position: relative; }

@media screen and (max-width: 63.9375em) {
  .panel--collapse {
    padding: 0; }
    .panel--collapse .panel__body {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: 0;
      background: #ffffff;
      overflow: hidden;
      transition: height .3s;
      z-index: 999;
      padding: 0; }
    .panel--collapse .panel__body-header {
      display: block;
      position: relative;
      background: #f0f0f0;
      padding: 0 0.625rem;
      height: 3.125rem;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ccc; }
      .panel--collapse .panel__body-header .panel__body-title {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.0625rem; }
      .panel--collapse .panel__body-header .panel__body-close {
        position: absolute;
        right: 0.625rem;
        display: flex;
        align-items: center;
        color: #8a8a8a; }
        .panel--collapse .panel__body-header .panel__body-close span {
          display: block;
          width: 1.25rem;
          height: 1.25rem;
          line-height: 1.25rem;
          border-radius: 50%;
          background: #8a8a8a;
          color: #ffffff;
          font-size: 1.25rem;
          text-align: center;
          margin-left: 0.1875rem; }
    .panel--collapse .panel__body-content {
      height: calc(100% - 50px);
      padding: 1.25rem;
      overflow-y: scroll; }
    .panel--collapse .panel__body--active {
      height: 80%;
      overflow: initial; } }

.panel__header-link {
  float: right;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 0.3125rem; }
  .panel__header-link a {
    color: #0a0a0a; }
  .panel__header-link .icon--up {
    position: relative;
    top: -0.0625rem;
    margin-right: 0.3125rem; }

.panel__body {
  font-size: 0.875rem;
  padding: 0.3125rem 0; }
  @media print, screen and (min-width: 64em) {
    .panel__body {
      padding: 1.5625rem;
      display: block !important; } }

@media screen and (max-width: 63.9375em) {
  .panel__SizeSelector {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .panel--mobile-alt {
    padding-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .panel--mobile-alt > .panel__header {
    /*border-left: 1px solid $color-grey-light;
        border-right: 1px solid $color-grey-light;*/
    margin-bottom: 0;
    text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .panel--mobile-alt .panel__header-title {
    margin-bottom: 0;
    padding: .75rem .5rem; } }

@media screen and (max-width: 39.9375em) {
  .panel--mobile-alt > .panel__body {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .panel--mobile-alt .product-fbt__grid-cell--layout-product-images {
    border-top: 0; } }

@media screen and (max-width: 63.9375em) {
  .freqBoughtTogether1 .panel {
    border-top: 1px solid #ccc; } }

@media screen and (max-width: 39.9375em) {
  .product-panels {
    margin-bottom: 1rem;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ccc; }
    .product-panels .panel--collapse .panel__header {
      margin: -1px; }
  .freqBoughtTogether1 .panel {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    overflow: hidden; } }

.panel--vc {
  border: 0;
  padding: 0;
  margin-bottom: 3.125rem; }
  @media screen and (max-width: 63.9375em) {
    .panel--vc {
      padding: 0 0.9375rem; } }
  .panel--vc .panel__header-title {
    color: #474747;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem; }
  .panel--vc .panel__body {
    padding: 0; }

/* Desktop Gallery */
.desktop-gallery {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 39.9375em) {
    .desktop-gallery {
      margin-top: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .desktop-gallery {
      padding-right: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
    .desktop-gallery {
      flex-direction: row; } }

.product-gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99; }
  .product-gallery-overlay.hidden {
    display: none; }

.desktop-gallery__thumbnails {
  display: flex;
  order: 2;
  justify-content: center;
  margin-bottom: 2.5rem; }
  @media print, screen and (min-width: 64em) {
    .desktop-gallery__thumbnails {
      flex-direction: column;
      order: 1;
      justify-content: unset;
      margin-right: 0.9375rem; } }

.desktop-gallery__thumbnail {
  display: flex !important;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #747474;
  text-align: center;
  padding: 0.3125rem;
  margin: 0 0.9375rem 0 0;
  overflow: hidden; }
  .desktop-gallery__thumbnail:last-of-type {
    margin-right: 0; }
  @media print, screen and (min-width: 64em) {
    .desktop-gallery__thumbnail {
      margin: 0 0 0.9375rem 0;
      width: 5rem;
      height: 5rem; } }
  .desktop-gallery__thumbnail span {
    flex: 1;
    display: block;
    text-align: center; }
  .desktop-gallery__thumbnail img {
    margin-bottom: 0.125rem;
    max-width: 100%; }
  .desktop-gallery__thumbnail:hover {
    color: #747474; }
  @media screen and (max-width: 39.9375em) {
    .desktop-gallery__thumbnail {
      width: 0.625rem;
      height: 0.625rem;
      border-radius: 50%; }
      .desktop-gallery__thumbnail img {
        display: none; }
      .desktop-gallery__thumbnail.mz-thumb-selected {
        background: #8a8a8a; } }

.hidden-thumbnail {
  display: none; }

a[data-zoom-id] img, .mz-thumb img {
  filter: brightness(100%) !important;
  box-shadow: none !important; }

.product-gallery__product-image figure.mz-figure.mz-hover-zoom.mz-ready {
  /*height: rem-calc(300px);
    line-height: rem-calc(300px);
    @include breakpoint(large) {
        height: rem-calc(500px);
    }
    > img {
        width: auto !important;
        max-height: 100% !important;
    }*/
  /*display: flex;
    align-items: center;*/
  /*height: rem-calc(300px);
    @include breakpoint(large) {
        height: rem-calc(500px);
    }*/
  /*img {
        max-width: 100% !important;
        max-height: rem-calc(300px) !important;
        @include breakpoint(large) {
            max-height: rem-calc(500px) !important;
        }
    }*/ }

.mz-expand-bg {
  display: none !important; }

:root:not(.mobile-magic) button.mz-button {
  color: #fff !important; }

button.mz-button.mz-button-close {
  color: #fff !important; }

.product-gallery__product {
  position: relative;
  flex: 1;
  max-width: 31.25rem;
  margin: 0 auto 2.5rem;
  order: 1; }
  @media print, screen and (min-width: 64em) {
    .product-gallery__product {
      order: 2; } }
  .product-gallery__product img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto; }

.product-gallery__product-image {
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 64em) {
    .product-gallery__product-image {
      height: 31.25rem; } }

.product-gallery__bogo {
  width: 7.5rem;
  position: absolute;
  z-index: 98;
  top: 0;
  left: 0; }

.product-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 2100000000;
  background-color: black; }

.product-lightbox__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent; }

.product-lightbox__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.product-lightbox__controls {
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important; }

.product-lightbox__close {
  color: #b4b4b4 !important;
  font: 900 34px/1 'magictoolbox-thin' !important;
  cursor: pointer;
  z-index: 90 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 100% !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  font-size: 26px !important;
  margin: 10px !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 95 !important;
  color: rgba(180, 180, 180, 0.75) !important;
  -webkit-transform: scale(0.85) !important;
  transform: scale(0.85) !important;
  -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
  transition: color .25s, border-color .25s, transform .25s !important;
  outline: none; }

.product-lightbox__close:before {
  content: "\A001";
  display: inline;
  position: static;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important; }

.product-lightbox__close:hover {
  color: #b4b4b4 !important;
  border-color: rgba(180, 180, 180, 0.6) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important; }

.product-lightbox__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
  left: 120px;
  right: 120px;
  padding: 20px 0 40px 0;
  margin: 0; }
  .product-lightbox__content figure {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-lightbox__content figure img {
      position: relative;
      z-index: 999;
      max-width: 100%;
      width: auto;
      height: auto; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-video iframe {
  width: 100%;
  max-width: 50rem;
  position: relative;
  z-index: 999; }

.desktop-gallery .mz-hint-message {
  display: none; }

.product-gallery__rollover-message {
  margin-top: 0.9375rem;
  text-align: center; }
  .product-gallery__rollover-message img {
    position: relative;
    top: 0.125rem;
    display: inline;
    margin-right: 0.375rem; }
  @media screen and (max-width: 63.9375em) {
    .product-gallery__rollover-message {
      display: none; } }

/* Mobile Gallery */
@media screen and (min-width: 40em) {
  .mobile-gallery {
    display: none; } }

.mobile-gallery a {
  display: block; }

.mobile-gallery img {
  max-width: 100%; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.slick-initialized .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.home-card--deals .slick-initialized .slick-slide {
  vertical-align: top; }

/*.MagicZoom {
    width: 100%;
    text-align: center;
    height: rem-calc(400px);
    figure,
    figure img{
        max-height: 100% !important;
        max-width: 100% !important;
    }
}*/
/*.zoom-gallery { 
    text-align: center; 
}
.zoom-gallery-slide { 
    display: none; 
}
.zoom-gallery-slide.active { 
    display: block; 
}
.zoom-gallery .video-slide {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.zoom-gallery .video-slide iframe, 
.zoom-gallery .video-slide object,
.zoom-gallery .video-slide embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.zoom-gallery .selectors { 
    text-align: center; 
    margin:10px 0; 
}
.zoom-gallery .selectors a { 
    margin:5px; 
    border:1px solid transparent; 
    display: inline-block; 
}
.zoom-gallery .selectors a:hover,
.zoom-gallery .selectors a.active { 
    border-color: #ccc; 
}
.zoom-gallery .selectors img { 
    box-shadow: none !important; 
    filter:none !important; 
    -webkit-filter: none !important;
    height: 75px;
}
.zoom-gallery .selectors a[data-slide-id=video-1],
.zoom-gallery .selectors a[data-slide-id=video-2] { 
    position: relative;
}
.zoom-gallery .selectors a[data-slide-id=video-1] img,
.zoom-gallery .selectors a[data-slide-id=video-2] img { 
    opacity: 0.8;
}
.zoom-gallery .selectors a span {
    position: absolute;
    color:#fff;
    text-shadow: 0px 1px 10px #000;
    top:50%;
    left:50%;
    display: inline-block;
    transform:translateY(-50%) translateX(-50%); 
    -webkit-transform:translateY(-50%) translateX(-50%);
    font-size:30px;
    z-index: 100;
}

.mobile-gallery .selectors {
    text-align: center;
}

.mobile-gallery .mz-thumb {
    position: relative;
    width: rem-calc(10px);
    height: rem-calc(10px);
    border-radius: 50%;
    overflow: hidden;
}

.mobile-gallery .mz-thumb img {
    display: none;
}

.mobile-gallery .mz-thumb:after {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: $color-grey-light;
}

.mobile-gallery .mz-thumb.mz-thumb-selected:after {
    background: $color-green;
}

.zoom-gallery .selectors a {
    border: 0;
}*/
/*.slider-nav .slick-slide {
    width: 72px;
    height: 75px;
    border: solid 1px #ccc;
    margin: 5px 10px;
}*/
.slider-nav .slick-slide img {
  max-width: 100%; }

.slickArrows {
  clear: both;
  border: solid 0px green;
  width: 65%;
  height: 30px;
  background: #fff;
  display: block;
  margin: 0 auto; }

.slickHorizontalContainer {
  /*width: 404px;
    height: 387px;
    float: left;
    margin-left: 30px;
    border: solid 0px purple;
    margin-bottom: 30px;*/
  float: left;
  /*border: solid 1px purple;*/
  width: calc(100% - 100px);
  max-width: 404px; }

.slick-dotted.slick-slider {
  margin-bottom: 0px;
  /* NOT SET BY DEFAULT */ }

.slick-dots {
  position: initial !important; }

.slickHorizontalContainer .slider-productImg div.slick-slide {
  /*width: 404px !important;
    height: 387px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: zoom-in;
    outline: none;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: zoom-in;
  outline: none; }

.slickHorizontalContainer .slider-productImg img {
  /*width: initial !important;*/
  width: 100%;
  max-width: 404px;
  max-height: 387px; }

.slickHorizontalContainer .slick-slider {
  margin: 0 auto;
  width: 100%;
  /*max-width: 404px;*/ }

.slickArrowsHorizontal {
  width: 404px;
  height: 387px;
  border: solid 0px red;
  position: absolute;
  /*z-index: 100;*/ }

.slick-prev, .slick-next {
  /*position: relative !important;
    left: initial !important;
    right: initial !important;
    top: 4px !important;
    margin: 0;
    padding: 0;*/ }

.slickArrowsHorizontal .arrowPrev {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  width: 20px;
  float: left;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  cursor: pointer;
  display: inline-block;
  border: solid 0px red;
  text-align: center; }

.slickArrowsHorizontal .arrowNext {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  width: 20px;
  position: relative;
  float: right;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  cursor: pointer;
  display: inline-block;
  border: solid 0px red;
  text-align: center; }

.slickArrowsHorizontal .arrowNext, .slickArrowsHorizontal .arrowPrev {
  opacity: 0.4; }

.slickArrowsHorizontal .arrowNext:hover, .slickArrowsHorizontal .arrowPrev:hover {
  opacity: 1.0; }

.slickArrowsHorizontal .arrowPrev {
  position: relative;
  left: -30px; }

.slickArrowsHorizontal .arrowNext {
  position: relative;
  left: 30px; }

.arrowPrev {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  width: 100%;
  /*float: left;*/
  /*position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);*/
  cursor: pointer;
  display: inline-block;
  border: solid 0px red;
  text-align: center;
  opacity: 0.3; }

.arrowNext {
  width: 100%;
  position: relative;
  /*float: right;*/
  /*top: 50%;
    transform: perspective(1px) translateY(-50%);*/
  cursor: pointer;
  display: inline-block;
  border: solid 0px red;
  text-align: center;
  top: 5px;
  opacity: 0.3; }

.arrowPrev img {
  vertical-align: bottom;
  height: 15px; }

.arrowNext img {
  vertical-align: initial;
  height: 15px; }

.slick-prev:before, .slick-next:before {
  font-size: 24px;
  color: #2196F3 !important; }

.slickArrows button, html .slickArrows [type="button"] {
  float: left;
  /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5) !important;*/
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  width: 48%; }

.slick-next {
  float: right;
  right: 20px; }

/* CUSTOMERS ALSO BOUGHT */
#cab {
  position: relative; }

/*.slider-cab {
    width: 95%;
    margin: 0 auto;
}*/
.slider-cab .slick-slide {
  outline: none; }

.slickCabArrows {
  position: absolute;
  border: solid 0px red;
  width: 96%;
  top: 40% !important;
  transform: perspective(1px) translateY(-40%) !important;
  display: inline-block;
  height: 30px;
  /*z-index: 100;*/ }

/*.slider-cab .slick-prev {
    position: relative !important;
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
}
.slider-cab .slick-next {
    position: relative !important;
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
}*/
.slickCabArrows .arrowPrev {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  width: initial !important;
  position: relative;
  left: -25px; }

.slickCabArrows .arrowNext {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  width: initial !important;
  top: 1px !important;
  float: right;
  position: relative;
  left: 25px; }

.slickCabArrows .slick-arrow {
  opacity: 0.6; }

.slickCabArrows .slick-arrow:hover {
  opacity: 1.0; }

.slickCabArrows .slick-disabled, .slickCabArrows .slick-disabled:hover {
  opacity: 0.2;
  cursor: not-allowed; }

/* RECENTLY VIEWED */
#recentlyViewed {
  position: relative; }

/*.slider-rv {
    width: 95%;
    margin: 0 auto;
}*/
.slider-rv .slick-slide {
  outline: none; }

.slickRVArrows {
  position: absolute;
  border: solid 0px red;
  width: 100%;
  top: 50% !important;
  transform: perspective(1px) translateY(-50%) !important;
  display: inline-block;
  height: 30px;
  /*z-index: 100;*/
  left: 0px; }

.slickRVArrows .arrowPrev {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  width: initial !important;
  position: relative;
  left: 25px; }

.slickRVArrows .arrowNext {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  width: initial !important;
  top: 1px !important;
  float: right;
  position: relative;
  right: 25px; }

.slickRVArrows .slick-arrow {
  opacity: 0.6; }

.slickRVArrows .slick-arrow:hover {
  opacity: 1.0; }

.slickRVArrows .slick-disabled, .slickRVArrows .slick-disabled:hover {
  opacity: 0.2;
  cursor: not-allowed; }

.slider-rv.slick-dotted {
  margin-bottom: 0px !important; }

.mobile-product-lightbox--hidden {
  display: none; }

@media screen and (max-width: 39.9375em) {
  #cab {
    display: none; } }

@media print, screen and (min-width: 40em) {
  #cab-mobile {
    display: none !important; } }

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

.slick-dots {
  position: absolute !important;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ccc; }

.slick-dots li.slick-active button:before {
  background: #a6a6a6;
  border-color: #a6a6a6; }

/* Dots */
/*.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/
.slick-list {
  margin: 0 3.125rem; }

/*
    product-slider__slide {
    padding: 0 rem-calc(15px);
}*/
.product-slider {
  position: relative;
  margin: 0.9375rem 0;
  display: none; }
  .product-slider.slick-initialized {
    display: block !important; }
  @media screen and (min-width: 40em) and (max-width: 47.9375em) {
    .view-cart .product-slider {
      margin-left: .9375rem;
      margin-right: .9375rem; } }
  .product-slider--featured-brands a {
    display: block;
    text-align: center; }
    .product-slider--featured-brands a img {
      max-width: 100%;
      margin: 0 auto; }

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

.product-slider.slick-initialized ~ .product-slider__loader {
  display: none !important; }

.tns-outer ~ .product-slider__loader {
  display: none !important; }

.tns-outer .product-slider {
  display: block !important; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #63b809 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  opacity: 0.5;
  cursor: pointer;
  z-index: 9;
  transition: opacity .2s;
  font-size: 0;
  background: transparent;
  border: 0;
  outline: none; }
  @media print, screen and (min-width: 40em) {
    .slick-arrow {
      width: 1.5rem;
      height: 1.5rem; } }
  .slick-arrow img {
    width: 100%; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slick-disabled {
    opacity: 0.25;
    cursor: initial; }
  .slick-arrow:before {
    content: ''; }

.slick-prev {
  left: 0;
  transform: translate(0, -50%) rotate(90deg); }

.slick-next {
  right: 0;
  transform: translate(0, -50%) rotate(-90deg); }

/* Mod */
@media print, screen and (min-width: 40em) {
  .product-slider--large .slick-arrow {
    width: 1.875rem;
    height: 1.875rem; } }

/*.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: rem-calc(20px);
    width: rem-calc(20px);
    line-height: 0px;
    font-size: 0px;
    cursor: $arrow-cursor;
    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;
    &:hover, &:focus {
        outline: none;
        background: transparent;
        color: transparent;
        &:before {
            opacity: $arrow-opacity--hover;
        }
    }
    &.slick-disabled:before {
        opacity: $arrow-opacity--disabled;
        cursor: $arrow-cursor--disabled;
    }
    &:before {
        line-height: 1;
        opacity: $arrow-opacity;
        
    }
}

.slick-prev:before {
            
}

.slick-next:before {
    
}*/
@media screen and (max-width: 30rem) {
  .home-card--departments .product-slider-controls {
    display: none; }
  .product-slider--departments ~ .product-slider__loader {
    display: none; }
  .product-slider--departments {
    display: flex;
    flex-wrap: wrap; }
    .product-slider--departments .product-slider__slide {
      width: 50%;
      padding: 0 0.9375rem;
      display: none; }
      .product-slider--departments .product-slider__slide:nth-child(-n+4) {
        display: block; } }

@media screen and (max-width: 39.9375em) {
  .view-cart .product-slider__title {
    border: 0; } }

.slider {
  padding: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .slider {
      padding: 1.875rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider {
      margin: 0 0.9375rem;
      width: calc(100% - rem-calc(30px)); } }

.slider__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99; }
  @media screen and (max-width: 39.9375em) {
    .slider__control {
      display: none; } }

.slider__control a {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer; }

.slider__control a img {
  width: 1.25rem; }

.slider__control a.disabled {
  cursor: default;
  opacity: 0.2; }

.slider__control--prev {
  left: 0;
  transform: rotate(90deg); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider__control--prev {
      left: 0.9375rem; } }

.slider__control--next {
  right: 0;
  transform: rotate(-90deg); }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .slider__control--next {
      right: 0.9375rem; } }

.slider__list {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: left .5s ease-in-out; }
  @media print, screen and (min-width: 40em) {
    .slider__list {
      flex-direction: row; } }
  @media screen and (max-width: 39.9375em) {
    .slider__list {
      left: 0 !important; } }

.slider__item {
  flex-shrink: 0;
  padding: 0 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .slider__item {
      width: 33.3334%; } }
  @media print, screen and (min-width: 64em) {
    .slider__item {
      width: 25%; } }
  @media screen and (max-width: 39.9375em) {
    .slider__item:nth-of-type(1n+4) {
      display: none; } }

.product-slider-control {
  position: absolute;
  cursor: pointer;
  top: 50%;
  opacity: 0.5;
  transition: opacity .2s;
  box-sizing: content-box;
  padding: 0.5rem;
  outline: none;
  z-index: 1; }
  .product-slider-control img {
    display: block;
    width: 1.875rem;
    height: 1.875rem; }
  .product-slider-control:hover {
    opacity: 1; }

.product-slider-control--prev {
  left: 0;
  transform: translateY(-50%) rotate(90deg); }

.product-slider-control--next {
  right: 0;
  transform: translateY(-50%) rotate(-90deg); }

#deals-slider-controls svg {
  width: 1.875rem;
  height: 1.875rem;
  fill: #404040; }

@media screen and (max-width: 63.9375em) {
  #deals-slider-controls svg {
    fill: #fff; }
  #deals-slider-controls .product-slider-control {
    opacity: 1; } }

.tns-outer {
  padding: 0 !important; }

.tns-inner {
  overflow: hidden; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

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

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

.product-info {
  position: relative; }

.product-info__content {
  opacity: 1;
  transition: opacity .2s; }
  .product-info__content.fade-out {
    opacity: 0; }

#zoom-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.price-in-stock-price-group .product-info__out-of-stock {
  display: none; }
  @media screen and (min-width: 75em) {
    .price-in-stock-price-group .product-info__out-of-stock {
      display: block; } }

.product-info__stock .auto-delivery__dropdown {
  margin-top: -0.9375rem;
  margin-bottom: 1.25rem; }

.product-info__buttons .button--green, .product-info__buttons .notify__button--primary, .product-info__buttons .account-dropdown__sign-in-button, .product-info__buttons .product-card__primary-button, .product-info__buttons .product-card__button a, .product-card__button .product-info__buttons a, .product-info__buttons .product-fbt__primary-button, .product-info__buttons .add-review__button--preview, .product-info__buttons .add-review__button--publish, .product-info__buttons .add-review__button--ok {
  margin-bottom: 0.3125rem; }

@media screen and (max-width: 39.9375em) {
  .product-info__intro--desktop {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .product-info__intro--mobile {
    display: none; } }

.product-info__title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #474747; }

.product-info__brand {
  font-size: .875rem;
  font-weight: 400;
  margin-top: -10rem;
  white-space: nowrap; }

.product-info__reviews {
  margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .product-info__reviews {
      margin-bottom: 1.25rem; } }

.write-review-top {
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 0.3125rem; }

.product-info__pid-supply {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 63.9375em) {
    .product-info__pid-supply {
      /*display: flex;
        margin-bottom: rem-calc(10px);*/ } }

@media print, screen and (min-width: 64em) {
  .product-info__pid {
    /*margin-bottom: rem-calc(6px);*/ } }

@media print, screen and (min-width: 64em) {
  .product-info__supply {
    margin: 0 0 0.9375rem; } }

.product-info__pid-divider {
  margin: 0 .25rem; }
  @media print, screen and (min-width: 64em) {
    .product-info__pid-divider {
      /*display: none;*/ } }

/*.product-info__price {
    border:1px solid #f00;
    margin-top: rem-calc(25px);
}*/
.price-container {
  margin: 0 0 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .price-container {
      margin: 1rem 0; } }

.price-container .price-subcontainer {
  font-size: .875rem;
  line-height: 1.6em; }

.price-container .price-subcontainer--our-price .price-label--our-price {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap; }

.price-container .price-label--sale-price {
  color: #4f9900;
  font-size: 1.25rem;
  font-weight: 700; }

.price-container .price-label--pack-price {
  color: #4f9900;
  font-size: 1.25rem;
  font-weight: 700; }

.price-container .price--msrp {
  text-decoration: line-through; }

.price-container .price--our-price {
  font-size: 1.25rem;
  font-weight: 700; }

.price-container .price--our-price-sale {
  text-decoration: line-through; }

.price-container .price--sale-price {
  color: #4f9900;
  font-size: 1.25rem;
  font-weight: 700; }

.price-container .price--pack-price {
  color: #4f9900;
  font-size: 1.25rem;
  font-weight: 700; }

.price-savings {
  font-size: .75rem;
  color: #63b809; }

.product-info__instock {
  font-size: 1rem; }

.product-info__instock i {
  display: inline-block;
  margin-right: 10px; }
  .product-info__instock i:after {
    /*Add another block-level blank space*/
    content: '';
    display: block;
    /*Make it a small rectangle so the border will create an L-shape*/
    width: 6px;
    height: 12px;
    /*Add a white border on the bottom and left, creating that 'L' */
    border: solid #873ac1;
    border-width: 0 2px 2px 0;
    /*Rotate the L 45 degrees to turn it into a checkmark*/
    transform: rotate(45deg); }

.product-info__instock .checkmark {
  font-size: 1.375rem;
  font-weight: 800;
  color: #63b809; }

.product-info__out-of-stock-message {
  align-items: center;
  color: #bf0000;
  display: flex;
  font-weight: bold;
  font-size: 0.875rem; }
  .product-info__out-of-stock-message > *:first-child {
    margin-right: .25rem; }
  @media screen and (min-width: 75em) {
    .product-info__out-of-stock-message {
      display: none; } }

.product-info__notify-me-when-in-stock, .product-info__recommended-alternative {
  /*@include button($background: 'transparent', $color: $color-grey);
    @include button-expand;
    color: $base-font-color;
    border: 1px solid $color-grey-light;
    font-size: rem-calc(14px);
    padding: 15px;
    text-transform: uppercase;
    color: #000;

    @include breakpoint(large) {
        //background: $color-grey-b90;
        margin-bottom:1px;
    }

    &:hover {
        background: #efefef;
    }*/ }

.product-info__recommended-alternative {
  margin-bottom: 0.3125rem; }

.GoToReviews {
  display: flex;
  align-items: center; }

.GoToReviews stars {
  margin-right: 0.3125rem; }

.review-count-top {
  position: relative;
  top: 0.0625rem;
  display: inline-block;
  font-size: 0.875rem; }
  .review-count-top span {
    color: #474747; }

.product-info__button {
  margin-top: 0; }
  .product-info__button .button, .product-info__button .notify__button, .product-info__button .account-dropdown__sign-in-button, .product-info__button .product-info__notify-me-when-in-stock, .product-info__button .product-info__recommended-alternative, .product-info__button .product-card__primary-button, .product-info__button .product-card__callout-out-of-stock-button-group-button, .product-info__button .product-card__button a, .product-card__button .product-info__button a, .product-info__button .product-fbt__primary-button, .product-info__button .add-review__button {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.3125rem;
    text-transform: uppercase; }

.flavor-dropdown #ddlFlavor {
  margin-bottom: 0; }

/*.volume-discount-dropdown {
    margin-bottom: 0;
}

.volume-discount-dropdown select{
    margin-bottom:0;
}*/
.mobile-gallery.slick-dotted.slick-slider {
  margin: 1.25rem 0 3.125rem; }

.mobile-gallery > .slick-list {
  max-width: 12.5rem;
  margin: 0 auto; }

.product-info__pricing-flavor .flavor-dropdown {
  margin-top: 1.25rem; }

.product-info__promo-code-mesage {
  background: #fbf4e9;
  border: 2px dashed #e58700;
  color: #4d4d4d;
  font-size: .875rem;
  line-height: 1.2em;
  padding: .5em 1em;
  text-align: center;
  border-radius: 0.25rem; }

.product-info__promo-code-mesage-save {
  font-weight: 700; }

.product-info__promo-code-mesage-code {
  font-weight: 700; }

.price-container .price-in-stock-price-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.price-container .price-in-stock-price-group__label-and-price {
  white-space: nowrap;
  margin-right: 3.125rem; }

.promo-banner {
  width: 100%; }
  .promo-banner .promo-banner__wrapper {
    position: relative;
    background: #ccc;
    width: 100%;
    overflow: hidden;
    padding-top: 28.6%; }
    @media screen and (min-width: 26.25em) {
      .promo-banner .promo-banner__wrapper {
        padding-top: 18.8%; } }
    @media print, screen and (min-width: 40em) {
      .promo-banner .promo-banner__wrapper {
        padding-top: 11.7%; } }
    @media print, screen and (min-width: 64em) {
      .promo-banner .promo-banner__wrapper {
        padding-top: 9%; } }
  .promo-banner img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateY(-50%); }
    @media print, screen and (min-width: 64em) {
      .promo-banner img {
        top: 0;
        transform: none; } }

.promo-banner--pdp {
  margin: -25px -15px 10px;
  width: calc(100% + 30px); }
  @media print, screen and (min-width: 40em) {
    .promo-banner--pdp {
      margin: -25px -15px 25px; } }
  @media print, screen and (min-width: 64em) {
    .promo-banner--pdp {
      width: 100%;
      padding: 0 0.9375rem;
      margin: 0 0 1.5625rem; } }

.promo-banner--plp {
  margin: 0 -15px;
  width: calc(100% + 30px); }
  @media print, screen and (min-width: 40em) {
    .promo-banner--plp {
      width: 100%;
      margin: 0; } }
  @media print, screen and (min-width: 64em) {
    .promo-banner--plp {
      margin: 0 0 15px; } }

.promo-banner--sp {
  margin: -0.0625rem -0.9375rem 0;
  width: calc(100% + rem-calc(30px)); }
  @media print, screen and (min-width: 64em) {
    .promo-banner--sp {
      margin: 0.9375rem 0 0;
      padding: 0 0.9375rem; } }

.reveal--promo {
  padding: 2.5rem 1.25rem; }
  .reveal--promo .reveal__content {
    max-width: 45rem;
    padding: 0; }
  .reveal--promo img {
    display: block;
    width: 100%; }
  .reveal--promo .reveal__close {
    position: absolute;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    right: -0.9375rem;
    top: -0.9375rem;
    font-size: 1.5rem;
    color: #474747; }
    @media print, screen and (min-width: 64em) {
      .reveal--promo .reveal__close {
        width: 2.5rem;
        height: 2.5rem;
        right: -1.25rem;
        top: -1.25rem;
        font-size: 2rem; } }

.stars {
  display: inline-block;
  position: relative;
  background: #ccc;
  line-height: 0; }
  .my-account__my-reviews-review-container .stars {
    margin-bottom: .5rem; }

.stars--edit {
  cursor: pointer; }

.stars__value,
.stars__fill,
.stars__hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.stars__value {
  background: #e58700;
  z-index: 7; }

.stars__fill {
  background: #feaa00;
  z-index: 8; }

.stars__overlay {
  position: relative;
  z-index: 9;
  display: flex; }

.stars__hover {
  background: #ffc44c; }

/*.auto-delivery {
    margin: rem-calc(20px) 0 rem-calc(24px);
}


.auto-delivery__dropdown {   
    margin: 0;
}

.auto-delivery__dropdown select.qty-select {
    margin-bottom: 0;
    font-size: rem-calc(14px);
    border-bottom-width: 0px;
}

.auto-delivery__dropdown {
    position: relative;
}

.auto-delivery .faux-radio__label > span:nth-of-type(1) {
    color: $color-orange;
}*/
.auto-delivery {
  border: 1px solid #ccc;
  display: inline-block;
  min-width: initial;
  border-radius: 0.25rem;
  overflow: hidden;
  margin: 0 0 1rem 0;
  width: 100%; }

.auto-delivery__option {
  background: #f0f0f0;
  height: 3.125rem;
  padding: 0.5rem 0.625rem;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-detail .auto-delivery__option {
      height: auto;
      min-height: 3.125rem; } }
  @media screen and (max-width: 63.9375em) {
    .auto-delivery__option {
      /*height: rem-calc(50px);
        padding: rem-calc(8px) rem-calc(10px);
        display: flex;
        align-items: center;*/ } }
  .auto-delivery__option:last-of-type {
    background: #fff;
    border-bottom: 0; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-detail .auto-delivery__option:last-of-type {
      padding-right: 0; } }

.auto-delivery__one-time {
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 63.9375em) {
    .auto-delivery__one-time {
      /*border-bottom: 1px solid $color-grey-light;*/ } }

.auto-delivery .faux-radio__label {
  line-height: 1.2em; }

.auto-delivery .faux-radio__label > span:nth-of-type(1) {
  font-weight: 500;
  color: #e58700; }

.auto-delivery__cc-required {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.625rem; }

.ddlAutoDelivery {
  /*@include breakpoint(medium down) {
        margin-top: rem-calc(-17px);
        border-top: 1px solid $color-white;
    }*/ }
  @media print, screen and (min-width: 64em) {
    .ddlAutoDelivery {
      margin-bottom: -1px; } }

@media screen and (max-width: 47.9375em) {
  .auto-delivery-alternate {
    text-align: center; } }

@media screen and (min-width: 48em) {
  .auto-delivery-alternate {
    margin-left: 1.5rem; } }

@media screen and (max-width: 47.9375em) {
  .auto-delivery-alternate__input-label-container {
    display: inline-block;
    margin: 0 auto;
    text-align: left; } }

@media screen and (min-width: 48em) {
  .auto-delivery-alternate .faux-checkbox {
    margin-left: -1.5rem; } }

@media screen and (max-width: 47.9375em) {
  .auto-delivery-alternate .faux-checkbox__label {
    font-size: 1rem; } }

.auto-delivery-alternate__savings-text {
  color: #e66812; }
  @media screen and (max-width: 47.9375em) {
    .auto-delivery-alternate__savings-text {
      font-weight: 500; } }

.auto-delivery-alternate__credit-card-callout {
  font-size: 0.8125rem; }
  @media screen and (max-width: 47.9375em) {
    .auto-delivery-alternate__credit-card-callout {
      margin-bottom: 1.375rem;
      margin-left: 1.5rem; } }
  @media screen and (min-width: 48em) {
    .auto-delivery-alternate__credit-card-callout {
      margin-bottom: 0.4em; } }

.auto-delivery-alternate select {
  background-color: #f7f7f7 !important;
  font-size: .875rem; }
  @media screen and (max-width: 47.9375em) {
    .auto-delivery-alternate select {
      margin-top: -.5rem;
      margin-bottom: 1.5rem;
      padding: .75em 2em .75em 1em !important;
      width: 100%; } }
  @media screen and (min-width: 48em) {
    .auto-delivery-alternate select {
      margin-bottom: 1rem; } }

.truncate {
  position: relative;
  overflow: hidden; }

.truncate--disabled {
  height: auto !important; }

.truncate__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.truncate__overlay--disabled {
  display: none; }

.truncate-trigger {
  position: relative;
  z-index: 89;
  display: inline-block;
  margin-bottom: 1rem; }

.truncate-close--active {
  display: inline-block; }

.panel#description {
  position: relative; }

.panel__SizeSelector {
  text-align: right;
  position: absolute;
  right: 0;
  top: 1.2em;
  font-size: small; }

.panel__SizeSelector span {
  cursor: pointer; }

.panel__SizeSelector span.active {
  color: #343434; }

.panel__SizeSelector span.inactive {
  color: #bbb; }

.panel__SizeSelector--small {
  font-size: 0.875rem;
  font-weight: 800;
  color: #343434; }

.description__text--small {
  font-size: 0.875rem; }

.panel__SizeSelector--medium {
  font-size: 1.125rem;
  font-weight: 800;
  color: #bbb; }

.description__text--medium {
  font-size: 1.125rem; }

.panel__SizeSelector--large {
  font-size: 1.3125rem;
  font-weight: 800;
  color: #bbb; }

.description__text--large {
  font-size: 1.3125rem; }

.panel__SizeSelector--xlarge {
  font-size: 1.625rem;
  font-weight: 800;
  color: #bbb; }

.description__text--xlarge {
  font-size: 1.625rem; }

.description-short {
  height: 360px;
  overflow: hidden; }

.description-full {
  height: auto; }

.description-readMore, .description-readLess {
  /*padding-top: 20px;*/
  display: block; }

.fadeout {
  position: relative;
  bottom: 3em;
  height: 3em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%); }

/* Quality Assurance */
/* ****** Quality Assurance / PRODUCT DETAIL VERSION ******** */
.product-detail-qualityassurance .qualityAssuranceTabh2 {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #454545; }

.product-detail-qualityassurance .qualityAssuranceWrap {
  border: 0px solid #ebebeb;
  padding: 0px; }

.product-detail-qualityassurance .qualityAssuranceWrap .introParagraph img {
  float: right;
  padding: 20px; }

.qualityAssuranceTabh2 {
  /*text-transform:uppercase;*/
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #454545; }

.product-detail-qualityassurance .fivePointWrapper {
  float: left;
  width: 620px;
  margin-top: 0px; }

.product-detail-qualityassurance .qualityProcessWrapper {
  width: 550px;
  margin-right: 34px;
  border: 1px solid #e7e7e7;
  margin-top: -36px;
  border-top: none;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 40px;
  background-color: #fbfafa;
  position: relative;
  left: 20px;
  display: inline-block; }

.product-detail-qualityassurance .fivePointBanner {
  height: 112px;
  width: 630px;
  margin: 0px 0 -68px -18px; }

.product-detail-qualityassurance .fivePointBlock {
  width: 567px;
  margin-left: 14px;
  background-color: #f2faff;
  padding-left: 18px;
  clear: both;
  min-height: 75px;
  padding-top: 10px;
  margin-bottom: 12px;
  display: inline-block; }

.product-detail-qualityassurance .fiveStarImage {
  background-image: url("https://www.biovea.com/vn/imgs/qualityAssurance/qualityAssuranceSprite.png");
  width: 55px;
  height: 55px;
  float: left; }

.product-detail-qualityassurance .fivePointBlock p {
  width: 467px;
  /*font-size: 12px;*/
  /*line-height: 15px;*/
  color: #313131;
  float: right;
  margin-top: 8px;
  /*padding: 0px 10px;*/
  padding-right: 10px; }

.product-detail-qualityassurance .fivePointTitle {
  color: #00486d;
  font-weight: bold;
  /*font-size: 15px;*/ }

.product-detail-qualityassurance .qualityReadMore, .qualityReadLess {
  color: #313131;
  font-weight: bold;
  cursor: pointer; }

.product-detail-qualityassurance .qualityCheckmark {
  background-image: url("https://www.biovea.com/vn/imgs/qualityAssurance/qualityAssuranceSprite.png");
  width: 29px;
  height: 21px;
  background-position: -279px 0px;
  float: left;
  margin: 12px 4px 0 20px; }

.product-detail-qualityassurance .qualityProcessBlock {
  clear: both;
  min-height: 80px;
  display: inline-block; }

.product-detail-qualityassurance .qualityList {
  float: right;
  width: 480px;
  padding-right: 10px; }

.product-detail-qualityassurance .qualityProcessBlock p {
  color: #3f9111;
  font-weight: bold;
  /*font-size: 16px;*/
  margin-bottom: 0px;
  margin-top: 11px; }

.product-detail-qualityassurance .qualityProcessBlock li {
  margin-left: 9px;
  line-height: 15px;
  font-size: 13px;
  list-style: none;
  width: 195px; }

.product-detail-qualityassurance .fivePointHiddenText {
  display: none; }

.product-detail-qualityassurance .qualityAssuranceBanner {
  margin-bottom: 12px;
  margin-left: -29px; }

.product-detail-qualityassurance .qualityProcessBanner {
  margin-top: 22px;
  margin-left: 15px; }

.product-detail-qualityassurance .bulletMarginFix {
  margin: 0px 5px; }

.product-detail-qualityassurance .fivePointResearch {
  padding-top: 48px; }

.product-detail-qualityassurance .researchImage {
  background-position: 0px 0px; }

.product-detail-qualityassurance .purityImage {
  background-position: -56px 0px; }

.product-detail-qualityassurance .manufacturingImage {
  background-position: -112px 0px; }

.product-detail-qualityassurance .testingImage {
  background-position: -168px 0px; }

.product-detail-qualityassurance .guaranteeImage {
  background-position: -224px 0px; }

#tabContentArea .shop-by-categories li {
  font-weight: bold; }

/* SPRITES */
/*------------------- PRODUCT ICONS ------------------*/
.sprite-prodDetail {
  background: url("/imgs/sprite_prodDetail.png") no-repeat;
  position: relative; }

.productIcons {
  display: flex; }
  @media screen and (max-width: 63.9375em) {
    .productIcons {
      flex-direction: column; } }

.toolTipPopup {
  position: absolute;
  display: none;
  text-align: center;
  padding: 5px 8px 5px 8px;
  background-color: #fff;
  border-radius: 0px;
  border: 2px solid #e5e5e5;
  min-width: 200px;
  margin-top: 6px;
  z-index: 20; }

.toolTipPopup .bogoPopupHeader {
  font-weight: bold;
  color: #005da0;
  line-height: 14px;
  margin-bottom: 0;
  font-size: 15px; }

.toolTipPopup .bogoPopupHeader p, .bogoMain p {
  margin-bottom: 4px;
  margin-top: 0; }

.toolTipPopup .bogoFinePrint p {
  margin-top: 0; }

.toolTipPopup .bogoMain {
  color: #2e2e2e;
  font-size: 12px;
  line-height: 13px; }

.toolTipPopup .bogoFinePrint {
  color: #2e2e2e;
  font-size: 10px;
  line-height: 12px;
  font-style: italic; }

.toolTipPopup .upArrowWrap {
  height: 8px;
  margin-top: 2px;
  margin-left: 82px;
  padding-bottom: 8px;
  position: absolute; }

.sprite-prodDetail {
  background: url("/imgs/sprite_prodDetail.png") no-repeat;
  position: relative;
  float: left;
  margin-right: 3px; }

.sprite-prodDetail.alcoholfree1:hover {
  background-position: 0 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.alcoholfree1 {
  background-position: -24px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.alcoholfree2:hover {
  background-position: -48px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.alcoholfree2 {
  background-position: -72px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.crueltyfree:hover {
  background-position: -96px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.crueltyfree {
  background-position: -120px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.glutenfree:hover {
  background-position: -288px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.glutenfree {
  background-position: -312px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo1:hover {
  background-position: -144px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo1 {
  background-position: -168px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo2:hover {
  background-position: -192px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo2 {
  background-position: -216px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo3:hover {
  background-position: -240px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.gmo3 {
  background-position: -264px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.halal:hover {
  background-position: -336px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.halal {
  background-position: -360px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.kosher:hover {
  background-position: -384px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.kosher {
  background-position: -408px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.organic1:hover {
  background-position: -432px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.organic1 {
  background-position: -456px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.organic2:hover {
  background-position: -480px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.organic2 {
  background-position: -504px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.vegan:hover {
  background-position: -576px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.vegan {
  background-position: -600px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.vegetarian:hover {
  background-position: -528px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.vegetarian {
  background-position: -552px 0;
  width: 23px;
  height: 23px; }

.sprite-prodDetail.x-emailIcon {
  background-position: -624px 0;
  width: 26px;
  height: 24px; }

.sprite-prodDetail.x-printIcon {
  background-position: -651px 0;
  width: 25px;
  height: 24px; }

.sprite-prodDetail.x-spyGlass {
  background-position: -677px 0;
  width: 23px;
  height: 24px; }

.sprite-prodDetail.x-videoIcon {
  background-position: -701px 0;
  width: 21px;
  height: 24px; }

.notify-me-when-in-stock-form {
  display: none; }
  @media screen and (max-width: 74.9375em) {
    .notify-me-when-in-stock-form {
      border-radius: 0.25rem;
      border: 1px solid #cccccc;
      margin-bottom: 1rem;
      margin-top: -.5rem;
      padding: .5rem 1rem; } }
  @media screen and (min-width: 75em) {
    .notify-me-when-in-stock-form {
      margin-left: 1.25rem;
      margin-top: .75rem;
      border-top: 1px solid #d9d9d9;
      padding-top: .5rem; } }

@media screen and (max-width: 74.9375em) {
  .notify-me-when-in-stock-label {
    font-size: .875rem;
    line-height: 1.6em; } }

@media screen and (min-width: 75em) {
  .notify-me-when-in-stock-label {
    font-size: .875rem;
    line-height: 1.6em; } }

@media screen and (max-width: 74.9375em) {
  .notify-me-when-in-stock-input {
    font-size: .875rem;
    margin-bottom: .5rem; } }

@media screen and (min-width: 75em) {
  .notify-me-when-in-stock-input {
    font-size: .875rem;
    margin-bottom: .5rem; } }

@media screen and (max-width: 74.9375em) {
  .notify-me-when-in-stock-button {
    font-weight: 400;
    display: block;
    margin-bottom: 0 !important; } }

@media screen and (min-width: 75em) {
  .notify-me-when-in-stock-button {
    font-size: .875rem;
    font-weight: 400;
    display: block;
    margin-bottom: 0 !important; } }

.notify-me-when-in-stock-confirmation-message {
  display: none; }
  @media screen and (max-width: 74.9375em) {
    .notify-me-when-in-stock-confirmation-message {
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #333333 !important;
      font-size: .9rem;
      font-weight: 400 !important;
      margin-top: -.5rem !important;
      background: #f0f5dc;
      padding: .5em 1em;
      text-align: center; } }
  @media screen and (min-width: 75em) {
    .notify-me-when-in-stock-confirmation-message {
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #333333 !important;
      font-weight: 400 !important;
      margin-left: 1.25rem !important;
      margin-top: .5rem !important;
      background: #f0f5dc;
      padding: .5em 1em;
      text-align: center; } }

.also-bought__img {
  float: left;
  margin-right: 20px; }

.also-bought__desc {
  float: left;
  max-width: 220px; }

@media screen and (max-width: 39.9375em) {
  .also-bought__button {
    background: #f1f1f1 url("/imgs/biovea-icons/baseline-chevron_right-24px--667.svg") no-repeat 0 50%;
    background-position-x: calc(100% - .25rem);
    border: 1px solid #ccc;
    color: #333333;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 1rem 1.875rem;
    text-align: center; } }

@media print, screen and (min-width: 40em) {
  .also-bought__button {
    display: none; } }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center; }

.product-card--inline {
  flex-direction: row;
  text-align: left; }

.product-card__image-link {
  display: inline-block; }

.product-card__image {
  margin-right: 0.9375rem; }

.product-card__badge {
  position: absolute;
  width: 3.125rem; }

.product-card__info {
  flex: 1; }

.product-card--image {
  display: block;
  text-align: center;
  margin: 0 0.9375rem; }
  .product-card--image img {
    max-width: 100%;
    margin: 0 auto; }

.department-card {
  display: block;
  margin: 0 0.9375rem;
  text-align: center;
  color: #333;
  font-size: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .department-card {
      font-size: 1.1875rem;
      font-weight: 700; } }
  @media print, screen and (min-width: 64em) {
    .department-card {
      font-size: 1.3125rem; } }
  .department-card:hover {
    color: #333; }

.department-card__image {
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  transition: top .3s; }

.department-card__text {
  display: block;
  margin-top: 1.5625rem; }

.deals-card {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0.4375rem; }

.deals-card__image {
  max-width: 100%;
  border: 0.3125rem solid #e6e6e6;
  border-radius: 0.3125rem;
  margin: 0 auto; }

.deals-card__text {
  margin: 0.9375rem 0 0;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.2; }
  .deals-card__text span {
    display: block;
    font-weight: 400;
    font-size: 1.0625rem; }
  @media print, screen and (min-width: 40em) {
    .deals-card__text {
      margin-top: 1.5625rem; } }

@media screen and (max-width: 63.9375rem) {
  .home-card--deals .slick-list {
    margin: 0; }
  .deals-card__image {
    border: 0;
    border-radius: 0;
    width: 100%; }
  .deals-card__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99;
    margin: 0;
    padding: 0.625rem 0;
    font-size: 1.0625rem; }
    .deals-card__text span {
      font-size: 0.875rem; } }

@media screen and (max-width: 30rem) {
  .department-card {
    margin-bottom: 0.9375rem; }
  .department-card__text {
    margin-top: 0.625rem; } }

.product-card__thumbnail {
  margin: 0 auto 0.625rem;
  max-width: 6.25rem;
  width: 100%; }
  .product-slider .product-card__thumbnail {
    position: relative; }

.product-card__thumbnail img {
  max-width: 100%; }

.product-card__title {
  font-size: 0.875rem;
  color: #474747;
  font-weight: 400;
  height: 3rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  .product-card__title:hover {
    color: #474747;
    text-decoration: underline; }

.product-card__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .product-card__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-card__layout-grid {
  display: flex;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0; }
  .product-card__layout-grid > .product-card__layout-grid-cell {
    margin-right: 0;
    margin-left: 0; }
  .product-card__layout-grid > .small-1 {
    width: 8.33333%; }
  .product-card__layout-grid > .small-2 {
    width: 16.66667%; }
  .product-card__layout-grid > .small-3 {
    width: 25%; }
  .product-card__layout-grid > .small-4 {
    width: 33.33333%; }
  .product-card__layout-grid > .small-5 {
    width: 41.66667%; }
  .product-card__layout-grid > .small-6 {
    width: 50%; }
  .product-card__layout-grid > .small-7 {
    width: 58.33333%; }
  .product-card__layout-grid > .small-8 {
    width: 66.66667%; }
  .product-card__layout-grid > .small-9 {
    width: 75%; }
  .product-card__layout-grid > .small-10 {
    width: 83.33333%; }
  .product-card__layout-grid > .small-11 {
    width: 91.66667%; }
  .product-card__layout-grid > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .product-card__layout-grid > .medium-1 {
      width: 8.33333%; }
    .product-card__layout-grid > .medium-2 {
      width: 16.66667%; }
    .product-card__layout-grid > .medium-3 {
      width: 25%; }
    .product-card__layout-grid > .medium-4 {
      width: 33.33333%; }
    .product-card__layout-grid > .medium-5 {
      width: 41.66667%; }
    .product-card__layout-grid > .medium-6 {
      width: 50%; }
    .product-card__layout-grid > .medium-7 {
      width: 58.33333%; }
    .product-card__layout-grid > .medium-8 {
      width: 66.66667%; }
    .product-card__layout-grid > .medium-9 {
      width: 75%; }
    .product-card__layout-grid > .medium-10 {
      width: 83.33333%; }
    .product-card__layout-grid > .medium-11 {
      width: 91.66667%; }
    .product-card__layout-grid > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .product-card__layout-grid > .large-1 {
      width: 8.33333%; }
    .product-card__layout-grid > .large-2 {
      width: 16.66667%; }
    .product-card__layout-grid > .large-3 {
      width: 25%; }
    .product-card__layout-grid > .large-4 {
      width: 33.33333%; }
    .product-card__layout-grid > .large-5 {
      width: 41.66667%; }
    .product-card__layout-grid > .large-6 {
      width: 50%; }
    .product-card__layout-grid > .large-7 {
      width: 58.33333%; }
    .product-card__layout-grid > .large-8 {
      width: 66.66667%; }
    .product-card__layout-grid > .large-9 {
      width: 75%; }
    .product-card__layout-grid > .large-10 {
      width: 83.33333%; }
    .product-card__layout-grid > .large-11 {
      width: 91.66667%; }
    .product-card__layout-grid > .large-12 {
      width: 100%; } }

.product-card__layout-grid-cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border: 1px solid #e5e5e5;
  text-align: center;
  width: calc(100%/2); }
  @media print, screen and (min-width: 40em) {
    .product-card__layout-grid-cell {
      width: calc(100%/4);
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .product-card__layout-grid-cell {
      width: calc(100%/4); } }

.product-card__layout-grid--product-list .product-card__layout-grid-cell {
  width: 50%; }
  @media print, screen and (min-width: 40em) {
    .product-card__layout-grid--product-list .product-card__layout-grid-cell {
      width: calc(100%/3);
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .product-card__layout-grid--product-list .product-card__layout-grid-cell {
      width: 25%; } }

.product-card__layout-grid--customers-also-bought .product-card__layout-grid-cell {
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .product-card__layout-grid--customers-also-bought .product-card__layout-grid-cell {
      width: calc(100%/4);
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .product-card__layout-grid--customers-also-bought .product-card__layout-grid-cell {
      width: calc(100%/3); } }

.product-card__product-grid {
  display: flex;
  flex-flow: row wrap; }
  @media screen and (max-width: 39.9375em) {
    .product-card__product-grid {
      margin-right: 0;
      margin-left: 0; }
      .product-card__product-grid > .product-card__product-grid-cell {
        margin-right: 0;
        margin-left: 0; }
      .product-card__product-grid > .small-1 {
        width: 8.33333%; }
      .product-card__product-grid > .small-2 {
        width: 16.66667%; }
      .product-card__product-grid > .small-3 {
        width: 25%; }
      .product-card__product-grid > .small-4 {
        width: 33.33333%; }
      .product-card__product-grid > .small-5 {
        width: 41.66667%; }
      .product-card__product-grid > .small-6 {
        width: 50%; }
      .product-card__product-grid > .small-7 {
        width: 58.33333%; }
      .product-card__product-grid > .small-8 {
        width: 66.66667%; }
      .product-card__product-grid > .small-9 {
        width: 75%; }
      .product-card__product-grid > .small-10 {
        width: 83.33333%; }
      .product-card__product-grid > .small-11 {
        width: 91.66667%; }
      .product-card__product-grid > .small-12 {
        width: 100%; } }
  @media screen and (max-width: 39.9375em) and (min-width: 40em) {
    .product-card__product-grid > .medium-1 {
      width: 8.33333%; }
    .product-card__product-grid > .medium-2 {
      width: 16.66667%; }
    .product-card__product-grid > .medium-3 {
      width: 25%; }
    .product-card__product-grid > .medium-4 {
      width: 33.33333%; }
    .product-card__product-grid > .medium-5 {
      width: 41.66667%; }
    .product-card__product-grid > .medium-6 {
      width: 50%; }
    .product-card__product-grid > .medium-7 {
      width: 58.33333%; }
    .product-card__product-grid > .medium-8 {
      width: 66.66667%; }
    .product-card__product-grid > .medium-9 {
      width: 75%; }
    .product-card__product-grid > .medium-10 {
      width: 83.33333%; }
    .product-card__product-grid > .medium-11 {
      width: 91.66667%; }
    .product-card__product-grid > .medium-12 {
      width: 100%; } }
  @media screen and (max-width: 39.9375em) and (min-width: 64em) {
    .product-card__product-grid > .large-1 {
      width: 8.33333%; }
    .product-card__product-grid > .large-2 {
      width: 16.66667%; }
    .product-card__product-grid > .large-3 {
      width: 25%; }
    .product-card__product-grid > .large-4 {
      width: 33.33333%; }
    .product-card__product-grid > .large-5 {
      width: 41.66667%; }
    .product-card__product-grid > .large-6 {
      width: 50%; }
    .product-card__product-grid > .large-7 {
      width: 58.33333%; }
    .product-card__product-grid > .large-8 {
      width: 66.66667%; }
    .product-card__product-grid > .large-9 {
      width: 75%; }
    .product-card__product-grid > .large-10 {
      width: 83.33333%; }
    .product-card__product-grid > .large-11 {
      width: 91.66667%; }
    .product-card__product-grid > .large-12 {
      width: 100%; } }

.product-card__product-grid-cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media screen and (max-width: 39.9375em) {
    .product-card__product-grid-cell {
      width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid-cell {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      text-align: center; } }

.product-card__product-grid-cell--compare {
  display: none;
  text-align: left;
  padding-top: 0.625rem; }
  @media screen and (max-width: 39.9375em) {
    .product-card__product-grid-cell--compare {
      width: 100%;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      padding-top: 0.3125rem; } }

.product-card__product-compare-checkbox {
  margin: 0; }

.product-card__product-compare-label {
  font-size: .75rem;
  line-height: 1.2em;
  margin-top: 1px;
  padding-left: .25em;
  position: absolute; }

.product-card__product-image {
  display: block;
  margin: 0 auto;
  max-width: 115px;
  width: 100%; }

.product-card__product-grid-cell--content {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .product-card__product-grid-cell--content {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid-cell--content {
      width: calc(100% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.product-card__product-title {
  color: #333;
  display: block;
  font-size: .875rem;
  height: 3.5em;
  line-height: 1.2em;
  margin: 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.product-card__product-title a {
  color: #333; }

.product-card__brand-title {
  display: none;
  font-size: .875rem;
  line-height: 1.2em;
  margin: 0 0 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.product-card__brand-title-label {
  font-weight: 600; }

.product-card__product-price {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
  display: flex;
  justify-content: center; }
  .product-card__product-price .product-card__product-price--strikethrough {
    margin-right: 0.625rem; }

.product-card__product-price--strikethrough {
  display: block;
  font-size: .875rem;
  font-weight: normal; }

.product-card__product-price--price-per {
  display: block;
  font-size: .875rem;
  font-weight: normal; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-price-our-price {
    padding: 0 .25em; } }

.product-card__product-price--save-percent {
  color: #bf0000;
  color: #408000;
  display: block;
  font-size: .875rem;
  font-weight: normal; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .product-card__product-grid--customers-also-bought .product-card__product-price--save-percent {
      padding: 0 .5em; } }

.product-card__primary-button {
  font-weight: 400;
  margin: 0 0 1px; }

.product-card__callout-out-of-stock-button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0; }
  .product-card__callout-out-of-stock-button-group::before, .product-card__callout-out-of-stock-button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .product-card__callout-out-of-stock-button-group::after {
    clear: both; }
  .product-card__callout-out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .product-card__callout-out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button:last-child {
      margin-right: 0; }
  .product-card__callout-out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button {
    flex: 0 0 100%; }
    .product-card__callout-out-of-stock-button-group .product-card__callout-out-of-stock-button-group-button:last-child {
      margin-bottom: 0; }

.product-card__callout-out-of-stock-button-group-button {
  background: #e5e5e5;
  color: #000;
  font-size: .75rem !important;
  font-weight: normal;
  padding-left: .25rem;
  padding-right: .25rem; }

.product-card__callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0; }
  .product-card__callout > :first-child {
    margin-top: 0; }
  .product-card__callout > :last-child {
    margin-bottom: 0; }

.product-card__callout--out-of-stock {
  border-color: transparent;
  border: 2px dashed #e5e5e5;
  color: #bf0000;
  font-size: .875em;
  font-weight: 700;
  line-height: .75rem;
  margin: 0 0 1px;
  padding: .7666666666666667em .25em;
  text-align: center;
  text-transform: uppercase; }

.product-card__callout--in-stock-within-days {
  border: 2px dashed #e5e5e5;
  color: #bf0000;
  font-size: .75em;
  font-weight: 700;
  line-height: .75rem;
  margin: 0 0 1px;
  padding: .7666666666666667em .25em;
  text-align: center; }

.product-card__callout--low-stock {
  border-color: transparent;
  color: #bf0000;
  font-size: .75em !important;
  line-height: .75rem;
  margin: 0 0 1px;
  padding: .85em 0;
  text-align: center; }

.product-card__product-grid--product-list .product-card__product-grid-cell--compare {
  display: block; }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--product-list .product-card__product-image {
    max-width: 165px; } }

.product-card__product-grid--product-list .product-card__brand-title {
  display: block; }

@media print, screen and (min-width: 40em) {
  .product-card__product-grid--product-list .product-card__product-price {
    font-size: 1.125rem; } }

/*.product-card__product-grid--product-list .product-card__product-price--strikethrough {

    @include breakpoint(medium) {
        display: block;
    }

}*/
.product-card__product-grid--product-list .product-card__primary-button {
  padding-left: .25rem;
  padding-right: .25rem; }

.product-card__product-grid--product-list .product-card__product-grid-cell--content {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-align: left; }

@media screen and (max-width: 39.9375em) {
  .product-card__product-grid--customers-also-bought {
    display: flex;
    padding: .9375rem 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-card__product-grid--customers-also-bought {
    align-items: flex-start; } }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--customers-also-bought {
    margin-right: 0;
    margin-left: 0; }
    .product-card__product-grid--customers-also-bought > .product-card__product-grid-cell {
      margin-right: 0;
      margin-left: 0; }
    .product-card__product-grid--customers-also-bought > .small-1 {
      width: 8.33333%; }
    .product-card__product-grid--customers-also-bought > .small-2 {
      width: 16.66667%; }
    .product-card__product-grid--customers-also-bought > .small-3 {
      width: 25%; }
    .product-card__product-grid--customers-also-bought > .small-4 {
      width: 33.33333%; }
    .product-card__product-grid--customers-also-bought > .small-5 {
      width: 41.66667%; }
    .product-card__product-grid--customers-also-bought > .small-6 {
      width: 50%; }
    .product-card__product-grid--customers-also-bought > .small-7 {
      width: 58.33333%; }
    .product-card__product-grid--customers-also-bought > .small-8 {
      width: 66.66667%; }
    .product-card__product-grid--customers-also-bought > .small-9 {
      width: 75%; }
    .product-card__product-grid--customers-also-bought > .small-10 {
      width: 83.33333%; }
    .product-card__product-grid--customers-also-bought > .small-11 {
      width: 91.66667%; }
    .product-card__product-grid--customers-also-bought > .small-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .product-card__product-grid--customers-also-bought > .medium-1 {
      width: 8.33333%; }
    .product-card__product-grid--customers-also-bought > .medium-2 {
      width: 16.66667%; }
    .product-card__product-grid--customers-also-bought > .medium-3 {
      width: 25%; }
    .product-card__product-grid--customers-also-bought > .medium-4 {
      width: 33.33333%; }
    .product-card__product-grid--customers-also-bought > .medium-5 {
      width: 41.66667%; }
    .product-card__product-grid--customers-also-bought > .medium-6 {
      width: 50%; }
    .product-card__product-grid--customers-also-bought > .medium-7 {
      width: 58.33333%; }
    .product-card__product-grid--customers-also-bought > .medium-8 {
      width: 66.66667%; }
    .product-card__product-grid--customers-also-bought > .medium-9 {
      width: 75%; }
    .product-card__product-grid--customers-also-bought > .medium-10 {
      width: 83.33333%; }
    .product-card__product-grid--customers-also-bought > .medium-11 {
      width: 91.66667%; }
    .product-card__product-grid--customers-also-bought > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .product-card__product-grid--customers-also-bought > .large-1 {
      width: 8.33333%; }
    .product-card__product-grid--customers-also-bought > .large-2 {
      width: 16.66667%; }
    .product-card__product-grid--customers-also-bought > .large-3 {
      width: 25%; }
    .product-card__product-grid--customers-also-bought > .large-4 {
      width: 33.33333%; }
    .product-card__product-grid--customers-also-bought > .large-5 {
      width: 41.66667%; }
    .product-card__product-grid--customers-also-bought > .large-6 {
      width: 50%; }
    .product-card__product-grid--customers-also-bought > .large-7 {
      width: 58.33333%; }
    .product-card__product-grid--customers-also-bought > .large-8 {
      width: 66.66667%; }
    .product-card__product-grid--customers-also-bought > .large-9 {
      width: 75%; }
    .product-card__product-grid--customers-also-bought > .large-10 {
      width: 83.33333%; }
    .product-card__product-grid--customers-also-bought > .large-11 {
      width: 91.66667%; }
    .product-card__product-grid--customers-also-bought > .large-12 {
      width: 100%; } }

.product-card__product-grid--customers-also-bought .product-card__product-grid-cell--compare {
  display: none; }

.product-card__product-grid--customers-also-bought .product-card__primary-button {
  display: none; }

.product-card__product-grid--customers-also-bought .product-card__brand-title {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-title {
    height: auto; } }

.product-card__product-grid--customers-also-bought .product-card__product-price,
.product-card__product-grid--recently-viewed .product-card__product-price {
  line-height: 1.25em; }
  @media screen and (max-width: 39.9375em) {
    .product-card__product-grid--customers-also-bought .product-card__product-price,
    .product-card__product-grid--recently-viewed .product-card__product-price {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid--customers-also-bought .product-card__product-price,
    .product-card__product-grid--recently-viewed .product-card__product-price {
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 64em) {
    .product-card__product-grid--customers-also-bought .product-card__product-price,
    .product-card__product-grid--recently-viewed .product-card__product-price {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0; } }

.product-card__product-grid--recently-viewed .product-card__product-price {
  margin-bottom: 1rem; }

@media screen and (max-width: 39.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-price--strikethrough {
    display: inline-block; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-price--strikethrough {
    margin: 0;
    padding: 0 .25em; } }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--customers-also-bought .product-card__product-price--strikethrough {
    margin-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-grid-cell--image-container {
    margin: 0 .5rem;
    width: auto; } }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--customers-also-bought .product-card__product-grid-cell--image-container {
    width: 40%;
    padding: 0.3125rem; } }

@media screen and (max-width: 39.9375em) {
  .product-card__product-grid--customers-also-bought .product-card__product-grid-cell--content {
    padding: 0.625rem 0;
    text-align: left;
    flex: 1; } }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--customers-also-bought .product-card__product-grid-cell--content {
    padding: 0.625rem;
    text-align: left;
    width: 60%; } }

.product-card__product-grid--customers-also-bought .product-card__product-grid-cell--content p:first-of-type {
  line-height: 1.25em;
  margin-bottom: .25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid--customers-also-bought .product-card__product-grid-cell--content p:first-of-type {
      height: 3.75em;
      margin-bottom: 0; } }

@media print, screen and (min-width: 40em) {
  .product-card__product-grid--recently-viewed {
    padding: 0 5%; } }

@media print, screen and (min-width: 64em) {
  .product-card__product-grid--recently-viewed {
    padding: 0 10%; } }

@media screen and (min-width: 75em) {
  .product-card__product-grid--recently-viewed {
    padding: 0 16.66666666666667%; } }

.product-card__product-grid--add-review {
  display: flex;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem; }
  .product-card__product-grid--add-review > .product-card__product-grid-cell {
    margin-right: 0;
    margin-left: 0; }
  .product-card__product-grid--add-review > .small-1 {
    width: 8.33333%; }
  .product-card__product-grid--add-review > .small-2 {
    width: 16.66667%; }
  .product-card__product-grid--add-review > .small-3 {
    width: 25%; }
  .product-card__product-grid--add-review > .small-4 {
    width: 33.33333%; }
  .product-card__product-grid--add-review > .small-5 {
    width: 41.66667%; }
  .product-card__product-grid--add-review > .small-6 {
    width: 50%; }
  .product-card__product-grid--add-review > .small-7 {
    width: 58.33333%; }
  .product-card__product-grid--add-review > .small-8 {
    width: 66.66667%; }
  .product-card__product-grid--add-review > .small-9 {
    width: 75%; }
  .product-card__product-grid--add-review > .small-10 {
    width: 83.33333%; }
  .product-card__product-grid--add-review > .small-11 {
    width: 91.66667%; }
  .product-card__product-grid--add-review > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid--add-review > .medium-1 {
      width: 8.33333%; }
    .product-card__product-grid--add-review > .medium-2 {
      width: 16.66667%; }
    .product-card__product-grid--add-review > .medium-3 {
      width: 25%; }
    .product-card__product-grid--add-review > .medium-4 {
      width: 33.33333%; }
    .product-card__product-grid--add-review > .medium-5 {
      width: 41.66667%; }
    .product-card__product-grid--add-review > .medium-6 {
      width: 50%; }
    .product-card__product-grid--add-review > .medium-7 {
      width: 58.33333%; }
    .product-card__product-grid--add-review > .medium-8 {
      width: 66.66667%; }
    .product-card__product-grid--add-review > .medium-9 {
      width: 75%; }
    .product-card__product-grid--add-review > .medium-10 {
      width: 83.33333%; }
    .product-card__product-grid--add-review > .medium-11 {
      width: 91.66667%; }
    .product-card__product-grid--add-review > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .product-card__product-grid--add-review > .large-1 {
      width: 8.33333%; }
    .product-card__product-grid--add-review > .large-2 {
      width: 16.66667%; }
    .product-card__product-grid--add-review > .large-3 {
      width: 25%; }
    .product-card__product-grid--add-review > .large-4 {
      width: 33.33333%; }
    .product-card__product-grid--add-review > .large-5 {
      width: 41.66667%; }
    .product-card__product-grid--add-review > .large-6 {
      width: 50%; }
    .product-card__product-grid--add-review > .large-7 {
      width: 58.33333%; }
    .product-card__product-grid--add-review > .large-8 {
      width: 66.66667%; }
    .product-card__product-grid--add-review > .large-9 {
      width: 75%; }
    .product-card__product-grid--add-review > .large-10 {
      width: 83.33333%; }
    .product-card__product-grid--add-review > .large-11 {
      width: 91.66667%; }
    .product-card__product-grid--add-review > .large-12 {
      width: 100%; } }

.product-card__product-grid--add-review .product-card__product-title {
  height: auto;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0; }

.product-card__product-grid--add-review .product-card__brand-title {
  display: block;
  line-height: 1.25em;
  margin-bottom: 0; }

.product-card__product-grid--add-review .product-card__brand-title-label {
  font-weight: normal; }

.product-card__product-grid--add-review .product-card__item-number {
  line-height: 1.25em;
  margin-bottom: 0; }

.product-card__product-grid--add-review .product-card__package-count {
  line-height: 1.25em;
  margin-bottom: 0; }

.product-card__product-grid--add-review .product-card__product-grid-cell--image-container {
  width: 40%;
  padding: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid--add-review .product-card__product-grid-cell--image-container {
      width: 20%; } }

.product-card__product-grid--add-review .product-card__product-grid-cell--content {
  padding: 0.625rem;
  text-align: left;
  width: 60%; }
  @media print, screen and (min-width: 40em) {
    .product-card__product-grid--add-review .product-card__product-grid-cell--content {
      width: 80%; } }

@media print, screen and (min-width: 40em) {
  .product-card__product-grid--add-review .product-card__product-grid-cell--content > * {
    font-size: 1rem; } }

/*.product-card__badge {
    background: #333;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5em;
    line-height: 2em;
    margin: 0 0 1em;
    text-align: center;
    padding: 0 1em;
    visibility: hidden;
}


.product-card__product-grid--customers-also-bought .product-card__badge {
    //text-align: center;
}

.product-card__badge--bogo,
.product-card__badge--clearance,
.product-card__badge--new,
.product-card__badge--sale,
.product-card__badge--value-pack {
    //content:normal;
    //visibility: visible;
}

.product-card__badge--bogo{
    background:#333;
}


.product-card__badge--clearance{
    background: #333;
}

.product-card__badge--new{
    background: #333;
}

.product-card__badge--sale{
    background: #333;
}

.product-card__badge--value-pack {
    background: #333;
}*/
.prod-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.9375rem 1.5625rem;
  border-bottom: 1px solid #ccc; }
  @media print, screen and (min-width: 40em) {
    .prod-card {
      padding: 0.625rem;
      border: 1px solid #ccc;
      border-radius: 0.375rem; } }

@media screen and (max-width: 39.9375em) {
  .prod-card__badge {
    margin-left: -1.5625rem; } }

.prod-card__badge > span {
  display: inline-block;
  position: relative;
  z-index: 98;
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.625rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #ffffff;
  left: 0;
  background: #e58700; }
  .prod-card__badge > span:after {
    content: '';
    position: absolute;
    right: -0.1875rem;
    top: 0;
    bottom: 0;
    background: #e58700;
    width: 0.5rem;
    transform: skew(-10deg); }
  @media print, screen and (min-width: 40em) {
    .prod-card__badge > span {
      position: absolute;
      top: 0.9375rem;
      margin-bottom: 0; } }

.prod-card__compare {
  /*text-align: right;
    position: relative;
    top: rem-calc(40px);
    
    label {
        margin-right: 0;
    }*/ }
  @media screen and (max-width: 39.9375em) {
    .prod-card__compare {
      display: none; } }

@media print, screen and (min-width: 40em) {
  .prod-cart__buttons-top {
    display: flex;
    margin-bottom: 0.625rem;
    min-height: 2.5rem; } }

.prod-cart__buttons-top .prod-card__compare {
  margin-left: auto;
  padding: 0.4375rem 0; }
  .prod-cart__buttons-top .prod-card__compare label {
    margin-right: 0; }

.prod-card__image-price {
  margin: 0.9375rem 0; }
  @media screen and (max-width: 39.9375em) {
    .prod-card__image-price {
      display: flex;
      align-items: center;
      margin: 1.25rem 0; } }

.prod-card__image {
  position: relative;
  display: none; }
  .prod-card__image a {
    display: block;
    text-align: center; }
  .prod-card__image img {
    max-width: 100%;
    max-height: 9.375rem; }
  @media print, screen and (min-width: 40em) {
    .prod-card__image {
      display: block;
      width: 100%;
      height: 15.625rem;
      margin: 0.9375rem 0;
      padding: 0.625rem 0;
      border-bottom: 1px solid #ccc; }
      .prod-card__image a {
        display: flex;
        height: 100%;
        justify-content: center; }
      .prod-card__image img {
        align-self: center;
        max-height: 100%; } }

.prod-card__image--mobile {
  position: relative;
  max-width: 7.1875rem;
  width: 100%;
  margin-right: 0.625rem; }
  .prod-card__image--mobile img {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .prod-card__image--mobile {
      display: none; } }

.prod-card__description {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*@include breakpoint(small down) {
        width: 65%;
        margin-left: 5%;
    }*/ }

.prod-card__title a {
  font-size: 0.875rem;
  /*color: $color-grey-dark;*/
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  .prod-card__title a:hover {
    text-decoration: underline; }

@media print, screen and (min-width: 40em) {
  .prod-card__title {
    height: 2.25rem;
    margin-bottom: 0; } }

.prod-card__brand {
  font-size: 0.75rem;
  margin: 0.125rem 0 0.25rem; }
  @media print, screen and (min-width: 40em) {
    .prod-card__brand {
      margin: 0.1875rem 0 0; } }
  .prod-card__brand p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold; }
    @media print, screen and (min-width: 40em) {
      .prod-card__brand p {
        height: 1.375rem; } }
  .prod-card__brand span {
    font-weight: 400; }
  .prod-card__brand a {
    color: #333; }
    .prod-card__brand a:hover {
      text-decoration: underline; }

@media print, screen and (min-width: 40em) {
  .prod-card__review {
    height: 1.25rem;
    margin-top: 0.5rem; } }

.prod-card__review .review-wrapper {
  font-size: 0.8125rem;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap; }

.prod-card__review p {
  margin: 0 0 0 0.3125rem;
  white-space: nowrap; }

@media print, screen and (min-width: 64em) {
  .prod-card__price {
    margin: 0 0 0.9375rem; } }

.prod-pricing span {
  display: block;
  margin-bottom: 0.3125rem; }

.prod-pricing .regular-price {
  font-size: 0.8125rem;
  text-decoration: line-through; }

.prod-pricing .our-price {
  margin-right: 0.3125rem;
  font-size: 1.125rem;
  font-weight: bold; }
  .prod-pricing .our-price--inactive {
    text-decoration: line-through; }

.prod-pricing__price {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  color: #474747; }

@media print, screen and (min-width: 64em) {
  .prod-card__stock {
    margin-bottom: 1.5625rem; } }

.prod-card__stock--mobile {
  margin-top: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .prod-card__stock--mobile {
      display: none; } }

.prod-pricing__savings {
  font-size: 0.8125rem; }

.prod-pricing__savings--sale {
  color: #63b809;
  font-size: 1.125rem;
  font-weight: bold; }

.prod-pricing__savings--pack {
  color: #e58700;
  font-size: 1.125rem;
  font-weight: bold; }

.prod-card__button {
  display: flex;
  flex: 1; }
  .prod-card__button .prod-cart__buttons-top {
    margin-top: auto; }
    @media screen and (max-width: 39.9375em) {
      .prod-card__button .prod-cart__buttons-top {
        width: 100%; } }
  .prod-card__button .button--add-to-cart {
    /*font-size: rem-calc(13px);
        margin: 0;
        min-width: rem-calc(130px);
        text-align: center;*/
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 63.9375em) {
      .prod-card__button .button--add-to-cart {
        margin-bottom: 0.3125rem; } }
    @media screen and (max-width: 39.9375em) {
      .prod-card__button .button--add-to-cart {
        display: block;
        width: 100%; } }

.prod-card__wishlist {
  display: none; }
  .prod-card__wishlist svg {
    fill: #666;
    width: 1.5625rem; }

@media print, screen and (min-width: 40em) {
  .prod-card__wishlist--mobile {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .custAlsoBought1 .slick-track {
    display: flex; } }

.product-card__button a {
  font-weight: 400;
  padding: .5em 1em; }

.product-card__price {
  margin-bottom: 1.5rem; }
  .product-card__price--bold {
    font-weight: 700; }

.sidebar__title {
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: capitalize; }
  @media screen and (max-width: 63.9375em) {
    .sidebar__title {
      display: none; } }

.sidebar__section {
  border-top: 1px solid #ccc; }
  .sidebar__section:last-of-type {
    border-bottom: 1px solid #ccc; }

.product-list__sidebar .menu {
  padding: 0 0 0.9375rem 1.4375rem; }

.sidebar__section--deals .menu {
  padding: 0.9375rem 0; }

.product-list__sidebar .menu__item {
  margin: 0 0 0.25rem; }

.sidebar__section-title {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
  font-size: 1.1875rem;
  font-weight: 400;
  color: #474747; }
  .sidebar__section-title:hover {
    color: #474747;
    text-decoration: underline; }

.sidebar__section-title img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.625rem;
  transition: transform .3s;
  transform: rotate(360deg); }
  .sidebar__section-title img.active {
    transform: rotate(180deg); }

.sidebar__section .menu--submenu {
  padding: 0; }

.sidebar__section .menu__item > a {
  color: #474747;
  padding: 0.3125rem 0; }
  .sidebar__section .menu__item > a:hover {
    text-decoration: underline; }

.sidebar__section .faux-checkbox {
  padding: 0.125rem 0;
  line-height: 1; }

.sidebar__section .faux-checkbox__button {
  border: 1px solid #8a8a8a;
  border-radius: 0.1875rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem; }

.sidebar__section .faux-checkbox input[type="checkbox"]:checked ~ label .faux-checkbox__button:after {
  width: 0.3125rem;
  height: 0.625rem;
  left: 0.375rem;
  top: 0.0625rem; }

.sidebar__section .faux-checkbox__label {
  font-size: 1rem; }

.sidebar__toggle {
  display: inline-block;
  margin: 0.9375rem 0 0 0.625rem; }

.menu--accordion a {
  position: relative;
  padding: 0.5rem 0.9375rem 0.5rem 0;
  color: #474747;
  transition: color .1s; }

.menu--accordion a:hover {
  color: #63b809; }

.menu--accordion .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.625rem;
  height: 0.4375rem;
  background: url("/imgs/biovea-icons/dropdown-arrow.svg") no-repeat;
  background-size: contain; }

.menu--accordion .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  margin-top: -0.1875rem;
  transform: rotate(180deg); }

.menu--accordion .menu--nested {
  margin-left: 0.9375rem;
  margin-bottom: 0.3125rem; }

.list-dropdown {
  overflow: hidden; }

.product-filters {
  display: none; }

.product-filters .active-filters {
  padding: 0.9375rem 0; }

.filters__catagories {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5625rem; }

.filters__catagories .menu li {
  border-top: 1px solid #ccc; }

.product-filters .menu a,
.product-filters .menu label {
  font-size: 1rem;
  display: block;
  color: #474747;
  padding: 1rem; }

.product-filters .menu label {
  display: flex; }

.product-filters .js-drilldown-back {
  border-bottom: 0; }

.product-list__sidebar .faux-checkbox__label {
  width: 10.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Temporary */
.product-list__sidebar .menu--nested,
.menu--accordion a.treetrigger {
  display: none; }

.sidebar__mobile-done-btn {
  padding-top: 0.625rem; }
  @media print, screen and (min-width: 64em) {
    .sidebar__mobile-done-btn {
      display: none; } }

/* Disabled Filter Checkboxes */
.refine-checkbox[disabled="disabled"] ~ label {
  opacity: 0.5;
  cursor: default; }

.footer {
  margin-top: 0; }
  @media print, screen and (min-width: 40em) {
    .footer {
      margin-top: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    .footer {
      margin-top: 7rem; } }

.footer__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .footer__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.footer__grid {
  display: flex;
  flex-flow: row wrap; }

.footer__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .footer__grid--collapse > .footer__cell {
    margin-right: 0;
    margin-left: 0; }
  .footer__grid--collapse > .small-1 {
    width: 8.33333%; }
  .footer__grid--collapse > .small-2 {
    width: 16.66667%; }
  .footer__grid--collapse > .small-3 {
    width: 25%; }
  .footer__grid--collapse > .small-4 {
    width: 33.33333%; }
  .footer__grid--collapse > .small-5 {
    width: 41.66667%; }
  .footer__grid--collapse > .small-6 {
    width: 50%; }
  .footer__grid--collapse > .small-7 {
    width: 58.33333%; }
  .footer__grid--collapse > .small-8 {
    width: 66.66667%; }
  .footer__grid--collapse > .small-9 {
    width: 75%; }
  .footer__grid--collapse > .small-10 {
    width: 83.33333%; }
  .footer__grid--collapse > .small-11 {
    width: 91.66667%; }
  .footer__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .footer__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .footer__grid--collapse > .medium-3 {
      width: 25%; }
    .footer__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .footer__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .footer__grid--collapse > .medium-6 {
      width: 50%; }
    .footer__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .footer__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .footer__grid--collapse > .medium-9 {
      width: 75%; }
    .footer__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .footer__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .footer__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .footer__grid--collapse > .large-1 {
      width: 8.33333%; }
    .footer__grid--collapse > .large-2 {
      width: 16.66667%; }
    .footer__grid--collapse > .large-3 {
      width: 25%; }
    .footer__grid--collapse > .large-4 {
      width: 33.33333%; }
    .footer__grid--collapse > .large-5 {
      width: 41.66667%; }
    .footer__grid--collapse > .large-6 {
      width: 50%; }
    .footer__grid--collapse > .large-7 {
      width: 58.33333%; }
    .footer__grid--collapse > .large-8 {
      width: 66.66667%; }
    .footer__grid--collapse > .large-9 {
      width: 75%; }
    .footer__grid--collapse > .large-10 {
      width: 83.33333%; }
    .footer__grid--collapse > .large-11 {
      width: 91.66667%; }
    .footer__grid--collapse > .large-12 {
      width: 100%; } }

.footer__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.footer__grid--collapse > .footer__cell {
  width: 100%; }

.footer__cell--social-media {
  background: #63b809;
  color: #fff; }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--social-media {
      border: 1px solid #56a008;
      border-width: 1px 0; } }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-media {
      padding: 1.5rem 0;
      box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2); } }

.footer__grid--social-media {
  display: flex;
  justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--social-media .footer__cell {
      width: 50%; } }

.footer__cell--social-text {
  width: auto !important; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-text {
      width: 100% !important; } }

.footer__cell--social-icons {
  width: auto !important;
  flex: 1; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-icons {
      width: 100% !important;
      flex: auto; } }

.footer__grid--social-media {
  align-items: center; }

@media screen and (max-width: 39.9375em) {
  .footer__grid--social-media .footer__cell:first-of-type {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons .menu {
    justify-content: space-around; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--social-icons .menu > li {
    margin-right: 2.8125rem; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons .menu li {
    text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons a {
    padding: 7px 0 5px; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--social-icons a {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons img {
    height: 100%;
    max-height: 31px; } }

.footer__social-text--mobile {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap; }
  @media print, screen and (min-width: 40em) {
    .footer__social-text--mobile {
      display: none; } }

.footer__social-text--desktop {
  display: none;
  font-size: .875rem;
  margin-bottom: .5em; }
  @media print, screen and (min-width: 40em) {
    .footer__social-text--desktop {
      display: block; } }

.footer__social-text--desktop span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase; }

@media screen and (max-width: 39.9375em) {
  .footer__cell--orders-promo {
    padding: .5rem 0; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--orders-promo a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1em; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--orders-promo a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.25em; } }

.footer__cell--orders-promo img {
  margin-right: 1rem;
  width: 34px; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--orders-promo img {
      width: auto; } }

@media print, screen and (min-width: 40em) {
  .footer__orders-promo-text--small {
    display: none; } }

.footer__orders-promo-text-about-us {
  font-size: .875rem;
  text-decoration: underline; }

.footer__orders-promo-text-arrow {
  font-size: .875rem; }

.footer__orders-promo-text--medium {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__orders-promo-text--medium {
      display: inline; } }

.footer__cell--mobile-email-sign-up {
  background: #f2f2f2; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--mobile-email-sign-up {
      display: none; } }

.footer__cell--mobile-email-sign-up a {
  color: #e58700;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: .6em;
  padding-top: .6em;
  text-transform: uppercase; }

.footer__cell--mobile-email-sign-up img {
  float: left;
  height: 12px;
  margin: 0 0.625rem 0 0;
  position: relative;
  top: 3px; }

.footer__cell--desktop-email-sign-up {
  background: #ccc;
  display: none;
  padding: 1.5rem 0; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--desktop-email-sign-up {
      display: block; } }

.footer__cell--desktop-email-sign-up h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase; }

@media print, screen and (min-width: 64em) {
  .footer__cell--desktop-email-sign-up .input-group {
    max-width: 50%; } }

.footer__cell--desktop-email-sign-up .input-group .input-group__field {
  font-size: 1.25rem;
  height: 2.8125rem; }

.footer__cell--desktop-email-sign-up .input-group .input-group__button button {
  font-size: 1.25rem;
  font-weight: bold; }

.footer__cell--mobile-navigation-links {
  background: #f2f2f2;
  padding-bottom: 2.5rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--mobile-navigation-links {
      display: none; } }

.footer__cell--mobile-navigation-links .menu a {
  border-bottom: 1px solid #bfbfbf;
  color: #333333;
  font-size: .875rem; }

.footer__cell--mobile-navigation-links .menu:first-child {
  border-top: 1px solid #bfbfbf; }

.footer__cell--desktop-navigation-links {
  display: none;
  /*background: $color-grey-light;*/
  background: #f4f4f4;
  justify-content: center;
  /*border: 0px dashed #CACACA;
    border-top-width: 1px;
    border-bottom-width: 1px;*/
  padding: 2rem 0;
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--desktop-navigation-links {
      display: block;
      padding-bottom: 2rem; } }

.footer__cell--desktop-navigation-links::before {
  content: "";
  position: absolute;
  border: 9px dashed #CACACA;
  border-left-width: 0px;
  border-right-width: 0px;
  top: -8px;
  bottom: -8px;
  left: 0px;
  right: 0px; }

.footer__cell--desktop-navigation-links .footer__cell {
  width: 33%;
  border: 0px solid red; }
  .footer__cell--desktop-navigation-links .footer__cell .blocks {
    border: 0px solid blue;
    width: 50%;
    margin: 0px auto; }

.footer__cell--desktop-navigation-links .footer__cell--order-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-left: 1px solid #8a8a8a; }

.footer__cell--desktop-navigation-links .footer__cell--order-line a span {
  color: #474747;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline; }
  .footer__cell--desktop-navigation-links .footer__cell--order-line a span:hover {
    color: #474747; }

.footer__cell--desktop-navigation-links .footer__cell--order-line img {
  position: relative;
  top: 0.3125rem;
  margin-right: 0.3125rem; }

.footer__cell--desktop-navigation-links .footer__menu-header {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }

.footer__cell--desktop-navigation-links .menu a {
  color: #333333;
  font-size: .875rem;
  padding-bottom: .35rem;
  padding-top: .35rem; }

.footer__cell--country-selector {
  background: #ccc;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--country-selector {
      display: none; } }

.footer__cell--legal-links {
  background: #f4f4f4;
  /*background: lighten(#000,95%);*/
  padding: 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--legal-links {
      display: block;
      background: #f4f4f4;
      /*background: $color-grey-light;*/
      order: 300; } }

.footer__cell--legal-links .menu a {
  color: #333333;
  font-size: .75rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--legal-links .menu a {
      font-size: .625rem;
      font-weight: 700; } }

.footer__cell--promos {
  display: none;
  padding: 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #ffffff;
  display: block; }
  .footer__cell--promos .footer__grid-container {
    margin-top: 1.5rem;
    padding-top: 0.9375rem;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
    @media screen and (max-width: 63.9375em) {
      .footer__cell--promos .footer__grid-container {
        margin-top: 0;
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__grid-container {
        padding-left: 0px;
        padding-right: 0px; } }

.footer__cell--promos .footer__cell {
  border-right: 1px solid #ccc;
  padding: 0 1rem;
  display: block;
  height: 101px;
  position: relative;
  color: white;
  background: #f4f4f4;
  border: 0px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*&:nth-child(1) .blocks {
            background-color: $color-orangeBadge;
        }

        &:nth-child(2) .blocks {
            background-color: $color-blueBadge;
        }

        &:nth-child(3) .blocks {
            background-color: $color-greenBadge;
        }

        &:nth-child(4) .blocks {
            background-color: $color-redBadge;
        }*/ }
  .footer__cell--promos .footer__cell a {
    color: #333333; }
    .footer__cell--promos .footer__cell a:hover {
      color: #333333; }
  .footer__cell--promos .footer__cell img {
    display: block;
    margin: 0 auto .5rem; }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__cell img {
        margin: 0 auto; } }
  .footer__cell--promos .footer__cell h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 0; }
  .footer__cell--promos .footer__cell p {
    font-size: .875rem;
    line-height: 1.25em;
    margin-bottom: 0; }
  .footer__cell--promos .footer__cell p span {
    white-space: nowrap; }
  .footer__cell--promos .footer__cell .blocks {
    background: #f4f4f4;
    border: 0px solid red;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto !important; }
  .footer__cell--promos .footer__cell .blocks a {
    color: #ffffff; }
  .footer__cell--promos .footer__cell:nth-child(4) {
    margin-right: 0px; }
  .footer__cell--promos .footer__cell:nth-child(1) .blocks a {
    color: #f47b0e; }
  .footer__cell--promos .footer__cell:nth-child(2) .blocks a {
    color: #2c93ad; }
  .footer__cell--promos .footer__cell:nth-child(3) .blocks a {
    color: #92ca61; }
  .footer__cell--promos .footer__cell:nth-child(4) .blocks a {
    color: #cc5e5d; }
  .footer__cell--promos .footer__cell .blocks .info-banner__icon {
    float: left;
    width: 65px;
    max-width: 65px;
    margin-right: 10px;
    height: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__cell .blocks .info-banner__icon {
        width: unset;
        max-width: unset;
        height: unset; }
        .footer__cell--promos .footer__cell .blocks .info-banner__icon img {
          width: 76%; }
        .footer__cell--promos .footer__cell .blocks .info-banner__icon h3 {
          font-size: 1.1rem !important; } }
  .footer__cell--promos .footer__cell .blocks .info-banner__content {
    float: left;
    width: calc(100% - 85px);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0px solid #b6f8b6; }
    .footer__cell--promos .footer__cell .blocks .info-banner__content p {
      font-size: 1em; }
  @media screen and (min-width: 90em) {
    .footer__cell--promos .footer__cell {
      max-width: 325px;
      width: 25%;
      padding: 20px !important; } }
  @media screen and (max-width: 89.9375em) {
    .footer__cell--promos .footer__cell {
      padding: 0 2rem;
      width: calc(50% - 20px) !important;
      padding: 20px !important;
      margin-right: 10px !important;
      margin-bottom: 25px !important;
      margin-left: auto; }
      .footer__cell--promos .footer__cell:nth-child(3) {
        margin-bottom: 0px !important; }
      .footer__cell--promos .footer__cell:nth-child(4) {
        margin-bottom: 0px !important; } }
  @media print, screen and (min-width: 64em) {
    .footer__cell--promos .footer__cell {
      padding: 0 1.5rem;
      width: 25%; }
      .footer__cell--promos .footer__cell:first-of-type {
        padding-left: 0; }
      .footer__cell--promos .footer__cell:last-of-type {
        border: 0;
        padding-right: 0; } }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--promos .footer__cell {
      width: 50%;
      width: 100% !important;
      padding: 20px !important;
      margin-bottom: 0px !important;
      border-bottom-width: 0px !important; }
      .footer__cell--promos .footer__cell:nth-child(1) {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(2) {
        border-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(3) {
        border-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(even) {
        border-right: 0; }
      .footer__cell--promos .footer__cell:nth-child(1), .footer__cell--promos .footer__cell:nth-child(2) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem; }
      .footer__cell--promos .footer__cell:nth-child(1), .footer__cell--promos .footer__cell:nth-child(3) {
        padding-left: 0; }
      .footer__cell--promos .footer__cell:nth-child(2), .footer__cell--promos .footer__cell:nth-child(4) {
        padding-right: 0; }
      .footer__cell--promos .footer__cell:nth-child(3), .footer__cell--promos .footer__cell:nth-child(4) {
        padding-top: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--promos .footer__cell {
      padding: 0 2rem;
      border-radius: 0px !important; }
      .footer__cell--promos .footer__cell h3 {
        font-size: 1.1rem;
        line-height: 1.1em; } }

.footer__cell--badges {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4;
  padding: 1rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--badges {
      /*background: $color-grey-light;*/
      background: #f4f4f4; } }

.footer__grid--badges {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges {
      justify-content: space-around; } }

.footer__grid--badges .footer__cell {
  width: auto; }
  @media screen and (max-width: 39.9375em) {
    .footer__grid--badges .footer__cell {
      padding: 0 1rem; } }

.footer__grid--badges .footer__cell:nth-child(1), .footer__grid--badges .footer__cell:nth-child(3), .footer__grid--badges .footer__cell:nth-child(4) {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges .footer__cell:nth-child(1), .footer__grid--badges .footer__cell:nth-child(3), .footer__grid--badges .footer__cell:nth-child(4) {
      display: block; } }

.footer__grid--badges img {
  max-width: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges img {
      max-width: 7.125rem; } }

.footer__cell--copyright {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--copyright {
      /*background: $color-grey-light;*/
      background: #f4f4f4;
      order: 200; } }

.footer__copyright {
  font-size: .75rem;
  margin-bottom: .75em; }
  @media print, screen and (min-width: 40em) {
    .footer__copyright {
      font-weight: 700;
      margin-bottom: .25em; } }

.footer__cell--disclaimer {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--disclaimer {
      /*background: $color-grey-light;*/
      background: #f4f4f4;
      order: 100;
      padding-bottom: 1em; } }

.footer__disclaimer {
  font-size: .625rem;
  line-height: 1.25em;
  margin-bottom: 1.5em;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer {
      margin-bottom: 0; } }

.footer__disclaimer-read-more-link {
  color: #333333;
  display: inline; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer-read-more-link {
      display: none; } }

.footer__disclaimer-read-more-link span {
  text-decoration: underline; }

.footer__disclaimer-full-text {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer-full-text {
      display: inline; } }

.footer__cell--social-media-small {
  background: #f2f2f2;
  padding-bottom: .5rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-media-small {
      display: none; } }

.footer__grid--social-media-small {
  display: flex;
  justify-content: space-between; }

.footer__cell--social-icons-small {
  width: auto !important;
  flex: 1; }

.footer__grid--social-media-small {
  align-items: center; }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons-small .menu {
    justify-content: space-around; } }

.footer__cell--social-icons-small .menu li {
  text-align: center; }

.footer__cell--social-icons-small a {
  padding: 7px 0 5px; }

.footer__cell--social-icons-small img {
  height: 100%;
  max-height: 32px; }

.footer__cell--stay-connected-large {
  display: none;
  padding: 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #f4f4f4;
  /*border: 0px dashed #CACACA;
    border-bottom-width: 1px;*/
  display: block; }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-large {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-large .footer__grid-container {
      padding-left: 0px;
      padding-right: 0px; } }
  .footer__cell--stay-connected-large .footer__grid-container h3 {
    font-weight: bold;
    font-size: 1.6rem; }
  .footer__cell--stay-connected-large .footer__grid-container .footer__cell {
    border-style: solid;
    border-color: #9c9c9c;
    border-width: 0px;
    padding: 1rem 2rem;
    align-items: stretch;
    max-width: 24%;
    min-height: 120px;
    margin: 40px auto 20px auto;
    color: #333;
    font-weight: normal;
    font-size: 1em; }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell .blocks {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) {
      display: block;
      text-align: center; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) h3 {
        margin-bottom: 18px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) a {
        display: inline-block;
        width: calc(25% - 5px);
        text-align: center;
        /*padding: 0px 10px;*/ }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(2) {
      border-left-width: 1px;
      border-right-width: 1px;
      max-width: 46%;
      padding: 1rem 4rem;
      text-align: center; }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) {
      max-width: 30%;
      padding-right: 0px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks a {
        color: #333 !important; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 28px;
        width: calc(100% - 73px);
        float: left;
        border: 0px solid green;
        margin-left: 10px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .footer__cell--stay-connected-large .footer__grid-container #signupandsave {
    display: block;
    align-items: stretch;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    .footer__cell--stay-connected-large .footer__grid-container #signupandsave input {
      border-radius: 20px;
      border-radius: 20px;
      margin: 0px;
      outline: none;
      padding: 20px; }
      .footer__cell--stay-connected-large .footer__grid-container #signupandsave input:nth-child(1) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
      .footer__cell--stay-connected-large .footer__grid-container #signupandsave input:nth-child(2) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        background: #63b809;
        color: #ffffff;
        border: 0px;
        height: auto;
        align-self: stretch;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer; }

.footer__cell--stay-connected-small {
  display: none;
  padding: 0 0 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #ffffff;
  /*border: 0px dashed #CACACA;
    border-bottom-width: 1px;*/
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-small {
      display: block; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-small {
      padding: 0; } }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-small .footer__grid-container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-small .footer__grid-container {
      background: #f2f2f2;
      padding-bottom: 20px; } }
  .footer__cell--stay-connected-small .footer__grid-container h3 {
    font-weight: bold;
    font-size: 1.6rem; }
  .footer__cell--stay-connected-small .footer__grid-container .footer__cell {
    border-style: solid;
    border-color: #ccc;
    border-width: 0px;
    padding: 1rem 2rem;
    align-items: stretch;
    max-width: 24%;
    min-height: 120px;
    margin: 40px auto 20px auto;
    color: #333;
    font-weight: normal;
    font-size: 1em; }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell {
        padding: 0px;
        margin: 20px auto 0px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell .blocks {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) {
      display: block;
      text-align: center;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      min-height: 85px;
      background: #ffffff;
      padding-bottom: 20px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) .blocks {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) .blocks {
            width: 63%; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) h3 {
        margin-bottom: 18px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) a {
        display: inline-block;
        width: calc(25% - 5px);
        text-align: center;
        /*padding: 0px 10px;*/ }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) {
      border-left-width: 0px;
      border-right-width: 0px;
      max-width: 100%;
      padding: 1rem 3rem;
      background: #ffffff; }
      @media screen and (max-width: 63.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) {
          padding: 0;
          min-height: 50px; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 28px;
        width: calc(100% - 90px);
        float: left;
        border: 0px solid green;
        margin-left: 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks h3 {
            font-size: 1.2rem;
            line-height: 23px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) {
      border-left-width: 0px;
      border-right-width: 0px;
      max-width: 100%;
      padding: 1rem 3rem;
      background: #63b809;
      color: #ffffff; }
      @media screen and (max-width: 39.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) {
          padding: 0;
          min-height: 90px; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 28px;
        width: calc(100% - 90px);
        float: left;
        border: 0px solid green;
        margin-left: 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 63.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
            color: #fff; } }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
            font-size: 1.2rem;
            line-height: 23px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(4) {
      max-width: 30%;
      padding-right: 0px; }
  .footer__cell--stay-connected-small .footer__grid-container #signupandsave {
    display: flex;
    align-items: stretch;
    padding-top: 20px; }
    .footer__cell--stay-connected-small .footer__grid-container #signupandsave input {
      border-radius: 20px;
      border-radius: 20px;
      margin: 0px;
      outline: none;
      padding: 20px; }
      .footer__cell--stay-connected-small .footer__grid-container #signupandsave input:nth-child(1) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
      .footer__cell--stay-connected-small .footer__grid-container #signupandsave input:nth-child(2) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        background: #63b809;
        color: #ffffff;
        border: 0px;
        height: auto;
        align-self: stretch;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    outline: none; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__flag {
    width: 2.25rem;
    margin-right: 0.5rem; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__arrow {
    margin-right: 0.5rem; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__text {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter {
    border: solid 0px red; }
    .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country {
      display: block; }
      @media screen and (max-width: 63.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
          min-width: 100px;
          margin: 0 auto;
          width: 100%;
          border: solid 0px red;
          padding: 5px; } }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries {
        display: flex;
        height: 100%;
        align-items: center; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries .header-bar__link {
          text-align: center;
          margin: 0 auto; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText {
          display: block;
          color: #333;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 39.9375em) {
            .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText {
              font-size: 12.5px;
              line-height: 12.5px; } }
          .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText img {
            max-width: 28px; }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon {
        margin-top: 0; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon img {
          display: none; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon img.darkArrow {
          display: inline-block;
          width: 12px;
          position: relative;
          left: -4px; }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .img-flag {
        max-width: 28px; }
  .footer__cell--stay-connected-small .footer__grid-container #countryList {
    /*.removeItem, .btnIconInline.remove {
                height: 20px;
                width: 20px;
                background: url(/imgs/biovea-icons/baseline-close-24px--404040.svg);
                position: relative;
                left: -7px;
                border-radius: 50%;
                cursor: pointer;
                margin-left: 8px;
            }*/
    /*div.country-dropdown {
                left: 0 !important;
                right: 0 !important;
                z-index: 150;

                .country-dropdown__column, .country-dropdown__column--wide .menu {
                    width: 100%;
                    margin: 0 !important;
                }

                .country-dropdown__column li.hidden {
                    display: none;
                }

                ul.menu.menu--vertical > li {
                    clear: both;
                    padding: 10px 15px;
                    color: #333;
                    background: #fff;
                    border-bottom: solid 1px #dedede;
                }

                .country-dropdown__container {
                    overflow-y: scroll;
                    height: calc(100% - 3rem);
                }

                .closeButton-bar {
                    display: block;
                }
            }*/ }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeButton-bar {
      background-color: #ebebeb;
      color: #444;
      height: 50px;
      padding: 15px 40px 0 40px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeButton {
      /*width: auto;
                float: right;
                margin: 0px;
                position: absolute;
                top: 14px;
                right: 2px;
                font-size: 0.8em;
                text-decoration: none;
                color: #777;*/
      width: auto;
      min-width: 65px;
      margin: 0px;
      position: absolute;
      top: 14px;
      right: 2px;
      height: 25px;
      font-size: 0.8em;
      text-decoration: none;
      color: #777;
      background: url(/imgs/biovea-icons/baseline-close-24px--404040.svg) no-repeat 100%;
      line-height: 2em;
      cursor: pointer; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeLink {
      position: absolute;
      top: -5px;
      left: -4px;
      display: block;
      height: 29px;
      width: 78px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .btnIconInline.remove {
      left: -3px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList div.header-dropdown {
      position: fixed;
      top: 1000rem;
      bottom: 0px;
      padding: 0px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      /* -webkit-transition: none 0.4s ease; */
      -moz-transition: none 0.4s ease !important;
      -ms-transition: none 0.4s ease !important;
      -o-transition: none 0.4s ease !important;
      /* transition: none 0.4s ease; */
      /* -webkit-transition-property: top, right, bottom, left, -webkit-transform; */
      -moz-transition-property: top, right, bottom, left, -moz-transform !important;
      -ms-transition-property: top, right, bottom, left, -o-transform !important;
      -o-transition-property: top, right, bottom, left, -o-transform !important;
      /* transition-property: top, right, bottom, left, transform; */ }

.body--home .footer {
  margin-top: 0; }

@media print, screen and (min-width: 64em) {
  .body--home .footer {
    position: relative;
    z-index: 98;
    margin-top: -2.1875rem; }
  .body--home .footer__cell--promos {
    background: #f4f4f4;
    padding-top: 0;
    padding: 0 15px; }
    .body--home .footer__cell--promos .footer__cell {
      width: calc(25% - 8px); }
    .body--home .footer__cell--promos .footer__grid-container {
      background: #fff;
      padding-bottom: 0.9375rem;
      max-width: calc(85rem - 30px);
      border-bottom-left-radius: 0.3125rem;
      border-bottom-right-radius: 0.3125rem; } }

.bought-together {
  display: inline-block;
  border: solid 0px;
  width: 100%;
  /*height: 200px;*/
  min-height: 100px; }

.bought-together__imgs {
  height: 120px;
  position: relative;
  display: block;
  float: left; }

.bought-together__img {
  float: left;
  border: solid 0px red;
  margin: 0px 20px; }

.bought-together .prod-divider {
  font-size: 30px;
  /* font-weight: bold; */
  border: solid 0px;
  color: #5f5e5e;
  float: left;
  width: 30px;
  /* height: 100%; */
  text-align: center;
  position: relative;
  top: 50% !important;
  transform: perspective(1px) translateY(-50%) !important;
  margin: 0px 10px; }

.bought-together__desc {
  float: left; }

.bought-together__desc .line-through {
  text-decoration: line-through; }

.bought-together__list-items {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  border: solid 0px red;
  display: block;
  clear: both;
  min-height: 50px; }

.bought-together__list-items div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* border: solid 1px red; */
  height: 25px; }

.bought-together__list-items input {
  cursor: pointer; }

.unselected, .unselected a {
  color: #ccc; }

.isDisabled {
  cursor: not-allowed;
  /*opacity: 0.5;*/
  color: #ccc; }

.isDisabled a, .isDisabled a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none; }

.noneSelected {
  display: none;
  padding: 0px 10px 10px 10px; }

.product-fbt__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.product-fbt__grid {
  display: flex;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0; }
  .product-fbt__grid > .product-fbt__grid-cell {
    margin-right: 0;
    margin-left: 0; }
  .product-fbt__grid > .small-1 {
    width: 8.33333%; }
  .product-fbt__grid > .small-2 {
    width: 16.66667%; }
  .product-fbt__grid > .small-3 {
    width: 25%; }
  .product-fbt__grid > .small-4 {
    width: 33.33333%; }
  .product-fbt__grid > .small-5 {
    width: 41.66667%; }
  .product-fbt__grid > .small-6 {
    width: 50%; }
  .product-fbt__grid > .small-7 {
    width: 58.33333%; }
  .product-fbt__grid > .small-8 {
    width: 66.66667%; }
  .product-fbt__grid > .small-9 {
    width: 75%; }
  .product-fbt__grid > .small-10 {
    width: 83.33333%; }
  .product-fbt__grid > .small-11 {
    width: 91.66667%; }
  .product-fbt__grid > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid > .medium-1 {
      width: 8.33333%; }
    .product-fbt__grid > .medium-2 {
      width: 16.66667%; }
    .product-fbt__grid > .medium-3 {
      width: 25%; }
    .product-fbt__grid > .medium-4 {
      width: 33.33333%; }
    .product-fbt__grid > .medium-5 {
      width: 41.66667%; }
    .product-fbt__grid > .medium-6 {
      width: 50%; }
    .product-fbt__grid > .medium-7 {
      width: 58.33333%; }
    .product-fbt__grid > .medium-8 {
      width: 66.66667%; }
    .product-fbt__grid > .medium-9 {
      width: 75%; }
    .product-fbt__grid > .medium-10 {
      width: 83.33333%; }
    .product-fbt__grid > .medium-11 {
      width: 91.66667%; }
    .product-fbt__grid > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .product-fbt__grid > .large-1 {
      width: 8.33333%; }
    .product-fbt__grid > .large-2 {
      width: 16.66667%; }
    .product-fbt__grid > .large-3 {
      width: 25%; }
    .product-fbt__grid > .large-4 {
      width: 33.33333%; }
    .product-fbt__grid > .large-5 {
      width: 41.66667%; }
    .product-fbt__grid > .large-6 {
      width: 50%; }
    .product-fbt__grid > .large-7 {
      width: 58.33333%; }
    .product-fbt__grid > .large-8 {
      width: 66.66667%; }
    .product-fbt__grid > .large-9 {
      width: 75%; }
    .product-fbt__grid > .large-10 {
      width: 83.33333%; }
    .product-fbt__grid > .large-11 {
      width: 91.66667%; }
    .product-fbt__grid > .large-12 {
      width: 100%; } }

.product-fbt__grid-cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%; }

.product-fbt__grid-cell--layout-product-images {
  border-bottom-width: 0;
  padding: 5px 5px 15px 5px; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid-cell--layout-product-images {
      flex: 0 0 auto;
      width: auto;
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      border: 0;
      padding: 0; } }

@media print, screen and (min-width: 40em) {
  .product-fbt__grid-cell--layout-callout {
    order: 30; } }

.product-fbt__grid-cell--layout-product-titles {
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid-cell--layout-product-titles {
      border: 0;
      order: 40;
      width: 100%; } }

.product-fbt__grid-cell--layout-cta {
  background: #f1f1f1;
  border-width: 0 1px 1px 1px;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid-cell--layout-cta {
      flex: 1 1 0px;
      width: auto;
      margin-right: 0.9375rem;
      margin-left: 0.9375rem;
      background: none;
      border: 0;
      order: 20;
      padding: 0 0 0 15px;
      text-align: left; } }

.product-fbt__grid--product-images {
  justify-content: space-around; }

.product-fbt__grid--product-images .product-fbt__grid-cell {
  text-align: center;
  position: relative;
  width: auto; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid--product-images .product-fbt__grid-cell {
      width: 45%; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__product-image {
    /*display:block;*/
    position: relative;
    top: 50% !important;
    transform: translateY(-50%) !important;
    /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */ } }

.product-fbt__grid-cell--plus-sign-container {
  text-align: center;
  width: 10% !important; }
  @media screen and (max-width: 39.9375em) {
    .product-fbt__grid-cell--plus-sign-container {
      width: auto; } }

.product-fbt__plus-sign {
  font-size: 2em;
  color: #ababab;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  position: relative;
  top: 50% !important;
  transform: translateY(-50%) !important;
  /* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */ }
  @media print, screen and (min-width: 40em) {
    .product-fbt__plus-sign {
      font-size: 2em;
      font-weight: normal; } }

.product-fbt__grid-cell--only-one-product {
  margin: 0 auto !important;
  width: auto !important; }

.product-fbt__callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  border: 0;
  background: #ffebc1;
  line-height: 1.25;
  margin: 0;
  padding: .75em .5em;
  text-align: center; }
  .product-fbt__callout > :first-child {
    margin-top: 0; }
  .product-fbt__callout > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__callout {
      background: none;
      color: #bf0000;
      font-weight: bold;
      padding: .75em 0;
      text-align: left; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__grid--product-titles {
    align-items: center;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0; } }

@media print, screen and (min-width: 40em) {
  .product-fbt__grid--product-titles .product-fbt__grid-cell {
    border: 0; } }

.product-fbt__grid--product-titles .product-fbt__grid-cell:nth-child(odd) {
  flex: 0 0 auto;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border-right: 0;
  margin: 0;
  padding: 15px; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid--product-titles .product-fbt__grid-cell:nth-child(odd) {
      padding: 0; } }

.product-fbt__grid--product-titles .product-fbt__grid-cell:nth-child(even) {
  flex: 1 1 0px;
  width: auto;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin: 0;
  padding: 10px 30px 10px 0; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__grid--product-titles .product-fbt__grid-cell:nth-child(even) {
      line-height: 1.25em;
      padding: 3px 0 8px 3px; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__grid--product-titles:nth-child(2) .product-fbt__grid-cell:nth-child(2) {
    padding-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__grid--product-titles:nth-child(2) .product-fbt__grid-cell:nth-child(2) a {
    display: block;
    background: url("/imgs/biovea-icons/baseline-chevron_right-24px--667.svg") no-repeat 0 50%;
    background-position-x: calc(100% - .25rem);
    padding-right: 1.875rem; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__grid--product-titles:nth-child(2) .product-fbt__grid-cell:nth-child(2) a .product-fbt__product-title {
    color: #333333; } }

.product-fbt__checkbox-container {
  display: block;
  border: 0 solid #f00;
  position: relative;
  height: 23px;
  width: 23px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__checkbox-container {
      height: 24px;
      width: 24px;
      top: -1px; } }

.product-fbt__checkbox-container .product-fbt__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__checkbox-container .product-fbt__checkbox {
      margin: 0; } }

/* Create a custom checkbox */
.product-fbt__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #ccc; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__checkmark {
      height: 16px;
      width: 16px;
      top: 4px;
      left: 4px; } }

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.product-fbt__checkbox-container .product-fbt__checkbox:checked ~ .product-fbt__checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.product-fbt__checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.product-fbt__checkbox-container .product-fbt__checkbox:checked ~ .product-fbt__checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.product-fbt__checkbox-container .product-fbt__checkmark:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #e58700;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media print, screen and (min-width: 40em) {
    .product-fbt__checkbox-container .product-fbt__checkmark:after {
      border-width: 0 2px 2px 0;
      left: 4px;
      top: 1px;
      width: 4px;
      height: 7px; } }

.product-fbt__product-title {
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .product-fbt__product-title {
      line-height: 1.2em;
      margin-bottom: 1px;
      max-height: 2.333333333333333em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }
  @media print, screen and (min-width: 40em) {
    .product-fbt__product-title {
      display: inline-block;
      line-height: 1.2em;
      margin-right: .25em; } }

.product-fbt__product-title-this-product {
  font-weight: 700; }

.product-fbt__product-price {
  color: #e58700;
  display: block;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0; }
  @media print, screen and (min-width: 40em) {
    .product-fbt__product-price {
      display: inline-block;
      height: auto; } }

.product-fbt__grid--product-titles .product-fbt__grid-cell--product-disabled * {
  cursor: not-allowed;
  opacity: .5; }

.product-fbt__grid--product-titles .product-fbt__grid-cell--product-disabled a {
  display: inline-block;
  /* For IE11/ MS Edge bug */
  pointer-events: none; }

.product-fbt__primary-button {
  display: block;
  margin: 0; }
  @media screen and (max-width: 39.9375em) {
    .product-fbt__primary-button {
      text-transform: uppercase; } }
  @media print, screen and (min-width: 40em) {
    .product-fbt__primary-button {
      display: inline-block;
      font-size: .9rem;
      font-weight: normal;
      padding: 0.85em 1em; } }

@media screen and (max-width: 39.9375em) {
  .product-fbt__total-price-container {
    font-size: 1rem;
    margin-top: 1rem; } }

.product-fbt__total-price {
  font-weight: 700; }

@media screen and (max-width: 39.9375em) {
  .product-fbt__buy-both-container {
    background: url("/imgs/biovea-icons/ic_expand_more_333_24px.svg") no-repeat 0 50%;
    background-position-x: calc(100% - .25rem);
    border-top: 1px solid #ccc;
    color: #333333;
    display: block;
    font-size: 1rem;
    padding: 1rem 1.875rem; } }

@media print, screen and (min-width: 40em) {
  .product-fbt__buy-both-container {
    display: none; } }

@media print, screen and (min-width: 40em) {
  .slider-rv .slick-track {
    margin-left: 0; } }

.reviews-intro__top {
  padding: 0 0.9375rem;
  margin-bottom: 1.5625rem; }

.reviews-intro__top h3 {
  font-size: 1.1875rem;
  font-weight: 600; }

.reviews-intro__top > p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.625rem 0; }

.reviews-intro__body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin-bottom: 0.625rem; }

.reviews-intro__bars {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .reviews-intro__bars {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .reviews-intro__bars {
      width: calc(41.66667% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.reviews-intro__write {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 40em) {
    .reviews-intro__write {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .reviews-intro__write {
      width: calc(58.33333% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.reviews-intro__write-para,
.reviews-intro__write-button {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }
  @media print, screen and (min-width: 64em) {
    .reviews-intro__write-para,
    .reviews-intro__write-button {
      width: calc(50% - 1.875rem);
      margin-right: 0.9375rem;
      margin-left: 0.9375rem; } }

.reviews-intro__write-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  padding: 0.9375rem 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-left: auto; }
  @media print, screen and (min-width: 64em) {
    .reviews-intro__write-wrapper {
      align-items: center;
      max-width: 31.25rem;
      padding: 1.875rem 0; } }

.reviews-intro__write-para p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0;
  margin-bottom: 0.625rem;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .reviews-intro__write-para p {
      font-size: 1.3125rem; } }

.reviews-intro__write button {
  margin: 0; }

.reviews-intro__star-row {
  display: flex;
  align-items: center; }
  .product-card__product-grid--customers-also-bought .reviews-intro__star-row {
    display: inline-flex; }

/* Stars Review */
/*.reviews-intro__star-row {
    display: flex;
    align-items: center;
}

.star-review-large {
    display: block;
    position: relative;
    width: rem-calc(105px);
    height: rem-calc(22px);
    background: $color-grey-light;
}

.star-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: $color-yellow;
}

.star-overlay {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.star-overlay span {
    flex: 1;
    width: 20%;
}*/
.reviews-intro__review-count {
  margin: 0;
  font-weight: 600;
  margin-left: 0.3125rem; }

/* Review Overview */
.review-bars__row {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem; }

.one-star-label {
  margin-right: 7px; }

/* Review Bars */
.review-bars__bar {
  position: relative;
  flex: 1;
  height: 1rem;
  background: #cacaca;
  border-radius: 0.1875rem;
  margin: 0 0.5rem;
  overflow: hidden; }
  @media print, screen and (min-width: 40em) {
    .review-bars__bar {
      max-width: 15.625rem; } }

.review-bars__bar > span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #feaa00; }

.review-bars__number {
  width: 0.9375rem; }

/* Reviews Toolbar */
.reviews__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.reviews__toolbar--bottom {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.reviews__nav {
  display: flex;
  align-items: center; }

.reviews__nav p {
  margin: 0 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 700; }

.reviews__sort {
  /*display: flex;*/
  /*align-items: center;*/ }

.reviews__sort label {
  /*margin: 0 rem-calc(10px) 0 0;
    text-transform: uppercase;
    font-weight: 700;*/ }

.reviews__sort select {
  margin: 0; }

/* Responsive Review Toolbar Styles */
@media screen and (max-width: 63.9375em) {
  #review-pagination-top,
  #review-sort-bottom {
    display: none; } }

@media screen and (max-width: 63.9375em) {
  #review-toolbar-top {
    justify-content: flex-end; }
    #review-toolbar-top .reviews__nav {
      display: none; } }

@media screen and (max-width: 63.9375em) {
  #review-toolbar-bottom {
    justify-content: center; } }

/* Review */
.review {
  padding: 0.9375rem;
  border-bottom: 1px solid #ccc; }
  .my-account__my-reviews-review-container .review {
    padding: 1rem 1.25rem; }
  .review:last-of-type {
    border-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .review {
      padding: 1.5625rem; } }
  @media print, screen and (min-width: 64em) {
    .review {
      padding: 1.5625rem 30% 1.5625rem 1.5625rem; } }

.review__title {
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 0.3125rem; }
  .my-account__my-reviews-review-container .review__title {
    color: lighten #000, 27%;
    font-family: inherit;
    font-size: 1.0625rem;
    font-weight: 600;
    margin-bottom: .625rem; }

.review__title:before {
  content: open-quote; }

.review__title:after {
  content: close-quote; }

.review__date {
  font-weight: 600;
  font-size: 0.75rem; }
  .my-account__my-reviews-review-container .review__date {
    display: none; }

.review__helpful {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.review__helpful > span {
  margin-right: 0.4375rem; }

.review__helpful-wrap {
  white-space: nowrap; }

.review__helpful-btn {
  margin: 0 0.25rem 0 0;
  padding: 0.3125rem;
  border-radius: 4px; }

.review__helpful-count {
  display: inline-block;
  padding: 0px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-left: 3px;
  position: relative; }

.review__helpful-count:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  left: -5px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #ccc; }

.review__helpful-count:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  left: -3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #fff; }

/* Review Stars */
/*.review__stars {
    position: relative;
    display: flex;
    height: rem-calc(18px);
    width: rem-calc(85px);
    background: #cacaca;
    margin-bottom: rem-calc(8px);
}*/
/* Reviews Modal */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reviews__modal {
  position: relative;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe; }
  [data-whatinput='mouse'] .reviews__modal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reviews__modal {
      min-height: 0; } }
  .reviews__modal .column {
    min-width: 0; }
  .reviews__modal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reviews__modal {
      width: 50rem;
      max-width: 75rem; } }

/* Write Reviews */
.write-review,
.review-login {
  display: none; }

.write-review--active,
.review-login--active {
  display: block; }

.write-review__prod-info {
  display: flex; }

.write-review__prod-name {
  font-size: 1.1875rem;
  font-weight: 600; }

.write-review__body {
  height: 9.375rem; }

/* Write Review Error */
.write-review__error,
.review-login__error {
  display: none;
  position: relative;
  top: -0.625rem;
  color: #cc4b37; }

/* Write Review Login */
.review-login__title {
  font-size: 1.1875rem;
  font-weight: 600; }

.page-2, page-3, page-4, page-5 {
  display: none; }

.add-review .product-card {
  margin-bottom: 0.9375rem; }

.add-review .product-card__title,
.add-review .product-card__info > p {
  font-weight: 600; }

.add-review .product-card__info > p {
  margin-bottom: 0.5rem; }

.add-review .product-card__info > p > span {
  font-weight: 400;
  display: block; }

.add-review__body textarea {
  height: 9.375rem; }

.add-review__stars {
  margin-bottom: 1rem; }

.add-review__button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 0 !important; }
  .add-review__button-group::before, .add-review__button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .add-review__button-group::after {
    clear: both; }
  .add-review__button-group .add-review__button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .add-review__button-group .add-review__button:last-child {
      margin-right: 0; }
  .add-review__button-group .add-review__button {
    flex: 1 1 0px; }

.add-review__error {
  color: #bf0000;
  margin-top: -.75rem;
  margin-bottom: 1rem; }

.add-review__error--for-stars {
  margin-top: 0 !important; }

.preview-review {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem; }

.preview__callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background: #ffebc1;
  font-size: .875rem;
  font-weight: bold;
  padding: .75rem;
  text-align: center; }
  .preview__callout > :first-child {
    margin-top: 0; }
  .preview__callout > :last-child {
    margin-bottom: 0; }

.add-review__preview h3 {
  font-weight: 600;
  font-size: 1.125rem; }

.preview-review .review__title {
  font-size: 1.125rem; }

.preview-review .review__date {
  font-size: .875rem;
  margin-top: .25rem; }

.preview-review .review__body {
  font-size: 1rem;
  margin-bottom: 0; }
  .my-account__my-reviews-review-container .preview-review .review__body {
    margin-bottom: 0; }

.my-account__my-reviews-review-container .review__body {
  line-height: 1.4em; }

.my-account__my-reviews-review-container .review__body:last-of-type {
  margin-bottom: 0; }

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

.add-review__confirmation-message, .add-review__confirmation-message--red {
  font-size: 1rem !important;
  margin: 0; }

.add-review__confirmation-message--red {
  color: #cc4b37;
  font-weight: bold;
  font-style: italic; }

.qa {
  /*@include breakpoint(large) {
        padding-right: 15%;
    }*/ }

.qa-intro__image {
  float: right;
  margin-left: 0.625rem; }

.qa-intro__title {
  font-size: 1.1875rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .qa-intro__title {
      font-size: 1.5rem; } }

.qa-section__title {
  font-size: 1.0625rem;
  margin-bottom: 6px;
  font-weight: 700; }
  @media print, screen and (min-width: 40em) {
    .qa-section__title {
      font-size: 1.3125rem; } }

.qa-guarantee {
  margin: 1.25rem 0; }

.qa-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.25rem; }

.qa-list__item {
  display: flex;
  margin-bottom: 0.9375rem; }

.qa-list__icon {
  width: 3.125rem;
  min-width: 3.125rem;
  margin-right: 0.3125rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .qa-list__icon {
      width: 4.375rem;
      min-width: 4.375rem; } }

.qa-list__icon img {
  max-width: 100%; }

.qa-list__title {
  font-weight: 600;
  text-transform: capitalize; }

.qa-guarantee .qa-list__title {
  color: #2279c3; }

.qa-quality .qa-list__title {
  color: #63b809; }

.qa-list__more,
.qa-list__less {
  font-weight: 600;
  color: #333; }

.qa-list__hidden-text {
  display: none; }

/* begin new tooltip */
.n-tooltip {
  border: 1px solid #ccc;
  -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.9375rem;
  background-color: #fff;
  font-size: 0.875rem;
  color: #333333; }
  .n-tooltip--biovea-credits {
    position: absolute;
    bottom: 30px;
    z-index: 50; }
    @media screen and (max-width: 39.9375em) {
      .n-tooltip--biovea-credits {
        left: -131px;
        min-width: 280px; } }
    @media print, screen and (min-width: 40em) {
      .n-tooltip--biovea-credits {
        left: -150px;
        width: 366px; } }
    .n-tooltip--biovea-credits:after, .n-tooltip--biovea-credits:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .n-tooltip--biovea-credits:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .n-tooltip--biovea-credits:before {
      border-color: rgba(204, 204, 204, 0);
      border-top-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }
    .n-tooltip--biovea-credits h1 {
      font-size: .875rem;
      font-weight: 700;
      margin: 0 0 1em; }
    .n-tooltip--biovea-credits p {
      margin: 0 0 1.5em;
      line-height: 1.5em; }
    .n-tooltip--biovea-credits .button, .n-tooltip--biovea-credits .notify__button, .n-tooltip--biovea-credits .account-dropdown__sign-in-button, .n-tooltip--biovea-credits .product-info__notify-me-when-in-stock, .n-tooltip--biovea-credits .product-info__recommended-alternative, .n-tooltip--biovea-credits .product-card__primary-button, .n-tooltip--biovea-credits .product-card__callout-out-of-stock-button-group-button, .n-tooltip--biovea-credits .product-card__button a, .product-card__button .n-tooltip--biovea-credits a, .n-tooltip--biovea-credits .product-fbt__primary-button, .n-tooltip--biovea-credits .add-review__button {
      margin-bottom: 0; }

/* end new tooltip */
.tooltip {
  display: flex;
  align-items: center;
  height: 2rem;
  flex-direction: row; }

.tooltip__icon {
  margin-right: 0.5rem; }

@media print, screen and (min-width: 64em) {
  .tooltip__content {
    display: none; } }

/* Tipso */
/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 4px;
  z-index: 9999;
  font-size: 0.875rem;
  border: 2px solid #ddd; }
  @media screen and (max-width: 63.9375em) {
    .tipso_bubble {
      display: none !important; } }

.tipso_style {
  cursor: help; }
  @media screen and (max-width: 63.9375em) {
    .tipso_style {
      cursor: initial; } }

.tipso_title {
  border-radius: 6px 6px 0 0; }

.tipso_content {
  word-wrap: break-word;
  padding: 0.5em; }

/* Tipso Bubble size classes - Similar to Foundation's syntax*/
.tipso_bubble.tiny {
  font-size: 0.6rem; }

.tipso_bubble.small {
  font-size: 0.8rem; }

.tipso_bubble.default {
  font-size: 1rem; }

.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%; }

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none; }

tipso_bubble > .tipso_arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  border-top-color: red !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent; }

.tipso_bubble.top > .tipso_arrow {
  border-top-color: #ddd !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #ddd !important;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px; }

.tipso_bubble.left > .tipso_arrow {
  border-left-color: #ddd !important;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px; }

.tipso_bubble.right > .tipso_arrow {
  border-right-color: #ddd !important;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px; }

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
  border-bottom-left-radius: 0; }

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
  border-top-left-radius: 0; }

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
  border-bottom-right-radius: 0; }

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
  border-top-right-radius: 0; }

/* TOOL TIPS  */
.tooltipLink {
  position: relative;
  cursor: pointer;
  display: inline-block; }

.tooltipLink img {
  display: inline-block; }

.bogo {
  background: url("/imgs/bogo/bogoBadge-EN.png");
  width: 44px;
  height: 44px;
  background-size: cover; }

/* Tooltip container */
tooltip {
  position: relative;
  /*display: inline-block;*/ }

tooltip h4 {
  font-size: 1rem;
  font-weight: bold; }

/* Tooltip text */
tooltip .tooltip-bubble {
  visibility: hidden;
  min-width: 120px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 100;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

tooltip .tooltip-bubble.tooltipActive {
  /*display: block;*/
  visibility: visible;
  position: absolute;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px; }

.tooltip-bubble.ttTop, .tooltip-bubble.ttRight, .tooltip-bubble.ttBottom, .tooltip-bubble.ttLeft {
  background: #fff;
  border: 1px solid #a5a5a5;
  padding: 15px;
  z-index: 999; }

/* Tooltip Positions & Arrows */
.tooltipArrowTop {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%); }

.tooltipArrowBottom {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%); }

.tooltip-bubble.ttTop {
  bottom: 26px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2); }

.tooltip-bubble.ttTop .tooltipArrowTop {
  bottom: -21px;
  border: 10px solid transparent;
  border-top-color: #a5a5a5; }

.tooltip-bubble.ttTop .tooltipArrowBottom {
  bottom: -18px;
  border: 9px solid transparent;
  border-top-color: #fff; }

.tooltip-bubble.ttRight {
  top: -16px;
  left: 120% !important;
  transform: translateX(0) !important;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2); }

.tooltip-bubble.ttRight .tooltipArrowTop {
  left: -8px;
  border: 10px solid transparent;
  border-right-color: #fff;
  z-index: 200; }

.tooltip-bubble.ttRight .tooltipArrowBottom {
  left: -10px;
  border: 10px solid transparent;
  border-right-color: #a5a5a5; }

.tooltip-bubble.ttBottom {
  top: 28px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2); }

.tooltip-bubble.ttBottom .tooltipArrowTop {
  top: -21px;
  border: 10px solid transparent;
  border-bottom-color: #a5a5a5;
  left: 50%;
  transform: translateX(-50%); }

.tooltip-bubble.ttBottom .tooltipArrowBottom {
  top: -18px;
  border: 9px solid transparent;
  border-bottom-color: #fff;
  left: 50%;
  transform: translateX(-50%); }

.tooltip-bubble.ttLeft {
  top: -16px;
  left: initial !important;
  right: 120% !important;
  transform: translateX(0) !important; }

.tooltip-bubble.ttLeft .tooltipArrowTop {
  left: calc(100% + 9px);
  border: 10px solid transparent;
  border-left-color: #fff;
  z-index: 200; }

.tooltip-bubble.ttLeft .tooltipArrowBottom {
  left: calc(100% + 11px);
  border: 10px solid transparent;
  border-left-color: #a5a5a5; }

.tooltip-bubble .button, .tooltip-bubble .notify__button, .tooltip-bubble .account-dropdown__sign-in-button, .tooltip-bubble .product-info__notify-me-when-in-stock, .tooltip-bubble .product-info__recommended-alternative, .tooltip-bubble .product-card__primary-button, .tooltip-bubble .product-card__callout-out-of-stock-button-group-button, .tooltip-bubble .product-card__button a, .product-card__button .tooltip-bubble a, .tooltip-bubble .product-fbt__primary-button, .tooltip-bubble .add-review__button {
  margin-bottom: 0px !important; }

.credits-tooltip {
  width: 500px;
  margin-left: -220px; }

.credits-tooltip:before {
  top: -11px;
  border-bottom: 10px solid #ccc; }

.credits-tooltip:after, .credits-tooltip:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff; }

.modal {
  background: #ffffff; }

.modal--full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.modal__header {
  display: flex;
  height: 3.75rem;
  background: #2279c3;
  padding: 0 0.625rem;
  margin-bottom: 0.625rem; }

.modal__header-title {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 3.75rem;
  color: #ffffff;
  margin: 0 auto 0 0;
  padding: 0; }

.modal__close {
  font-size: 1.3125rem;
  line-height: 3.75rem;
  color: #ffffff; }

.modal__body {
  padding: 0 0.625rem; }

.tags {
  display: flex;
  flex-wrap: wrap; }

.tags__item {
  font-size: 0.875rem;
  display: inline-block;
  background: #ffffff;
  margin: 0 0.3125rem 0.3125rem 0;
  padding: 0.4375rem;
  border: 1px solid #ccc;
  color: #474747; }

.tags__item--unstyled {
  border: 0;
  color: #63b809; }

.tags__item > span {
  margin-left: 0.625rem; }

.thumbnail-video {
  background-image: url("/imgs/thumbnail_video.png");
  width: 82px;
  background-position: 0% 25%; }

.ytp-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* LAZY YouTube */
.lazyYT-container {
  padding: 0px !important;
  /*width: 300px;
    height: 169px;*/
  width: 100%;
  padding: 0px !important;
  cursor: pointer; }

.lazyYT-container iframe {
  width: 100%;
  height: 100%; }

.html5-info-bar {
  display: none; }

.ytp-large-play-button {
  /*position: relative;
    top: 40px;
    left: 60px;*/ }

.ytp-thumbnail {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover; }

/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  /*position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 86px !important;
    height: 60px !important;
    padding: 0 !important;
    margin: -29px 0 0 -42px !important;
    font-size: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;
    opacity: .9;*/
  position: absolute;
  width: 100% !important;
  padding: 0 !important;
  font-size: normal !important; }

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f; }

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e; }

.footer {
  margin-top: 0; }
  @media print, screen and (min-width: 40em) {
    .footer {
      margin-top: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    .footer {
      margin-top: 7rem; } }

.footer__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .footer__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.footer__grid {
  display: flex;
  flex-flow: row wrap; }

.footer__grid--collapse {
  margin-right: 0;
  margin-left: 0; }
  .footer__grid--collapse > .footer__cell {
    margin-right: 0;
    margin-left: 0; }
  .footer__grid--collapse > .small-1 {
    width: 8.33333%; }
  .footer__grid--collapse > .small-2 {
    width: 16.66667%; }
  .footer__grid--collapse > .small-3 {
    width: 25%; }
  .footer__grid--collapse > .small-4 {
    width: 33.33333%; }
  .footer__grid--collapse > .small-5 {
    width: 41.66667%; }
  .footer__grid--collapse > .small-6 {
    width: 50%; }
  .footer__grid--collapse > .small-7 {
    width: 58.33333%; }
  .footer__grid--collapse > .small-8 {
    width: 66.66667%; }
  .footer__grid--collapse > .small-9 {
    width: 75%; }
  .footer__grid--collapse > .small-10 {
    width: 83.33333%; }
  .footer__grid--collapse > .small-11 {
    width: 91.66667%; }
  .footer__grid--collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--collapse > .medium-1 {
      width: 8.33333%; }
    .footer__grid--collapse > .medium-2 {
      width: 16.66667%; }
    .footer__grid--collapse > .medium-3 {
      width: 25%; }
    .footer__grid--collapse > .medium-4 {
      width: 33.33333%; }
    .footer__grid--collapse > .medium-5 {
      width: 41.66667%; }
    .footer__grid--collapse > .medium-6 {
      width: 50%; }
    .footer__grid--collapse > .medium-7 {
      width: 58.33333%; }
    .footer__grid--collapse > .medium-8 {
      width: 66.66667%; }
    .footer__grid--collapse > .medium-9 {
      width: 75%; }
    .footer__grid--collapse > .medium-10 {
      width: 83.33333%; }
    .footer__grid--collapse > .medium-11 {
      width: 91.66667%; }
    .footer__grid--collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .footer__grid--collapse > .large-1 {
      width: 8.33333%; }
    .footer__grid--collapse > .large-2 {
      width: 16.66667%; }
    .footer__grid--collapse > .large-3 {
      width: 25%; }
    .footer__grid--collapse > .large-4 {
      width: 33.33333%; }
    .footer__grid--collapse > .large-5 {
      width: 41.66667%; }
    .footer__grid--collapse > .large-6 {
      width: 50%; }
    .footer__grid--collapse > .large-7 {
      width: 58.33333%; }
    .footer__grid--collapse > .large-8 {
      width: 66.66667%; }
    .footer__grid--collapse > .large-9 {
      width: 75%; }
    .footer__grid--collapse > .large-10 {
      width: 83.33333%; }
    .footer__grid--collapse > .large-11 {
      width: 91.66667%; }
    .footer__grid--collapse > .large-12 {
      width: 100%; } }

.footer__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem; }

.footer__grid--collapse > .footer__cell {
  width: 100%; }

.footer__cell--social-media {
  background: #63b809;
  color: #fff; }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--social-media {
      border: 1px solid #56a008;
      border-width: 1px 0; } }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-media {
      padding: 1.5rem 0;
      box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2); } }

.footer__grid--social-media {
  display: flex;
  justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--social-media .footer__cell {
      width: 50%; } }

.footer__cell--social-text {
  width: auto !important; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-text {
      width: 100% !important; } }

.footer__cell--social-icons {
  width: auto !important;
  flex: 1; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-icons {
      width: 100% !important;
      flex: auto; } }

.footer__grid--social-media {
  align-items: center; }

@media screen and (max-width: 39.9375em) {
  .footer__grid--social-media .footer__cell:first-of-type {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons .menu {
    justify-content: space-around; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--social-icons .menu > li {
    margin-right: 2.8125rem; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons .menu li {
    text-align: center; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons a {
    padding: 7px 0 5px; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--social-icons a {
    padding: 0; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons img {
    height: 100%;
    max-height: 31px; } }

.footer__social-text--mobile {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap; }
  @media print, screen and (min-width: 40em) {
    .footer__social-text--mobile {
      display: none; } }

.footer__social-text--desktop {
  display: none;
  font-size: .875rem;
  margin-bottom: .5em; }
  @media print, screen and (min-width: 40em) {
    .footer__social-text--desktop {
      display: block; } }

.footer__social-text--desktop span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase; }

@media screen and (max-width: 39.9375em) {
  .footer__cell--orders-promo {
    padding: .5rem 0; } }

@media screen and (max-width: 39.9375em) {
  .footer__cell--orders-promo a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1em; } }

@media print, screen and (min-width: 40em) {
  .footer__cell--orders-promo a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.25em; } }

.footer__cell--orders-promo img {
  margin-right: 1rem;
  width: 34px; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--orders-promo img {
      width: auto; } }

@media print, screen and (min-width: 40em) {
  .footer__orders-promo-text--small {
    display: none; } }

.footer__orders-promo-text-about-us {
  font-size: .875rem;
  text-decoration: underline; }

.footer__orders-promo-text-arrow {
  font-size: .875rem; }

.footer__orders-promo-text--medium {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__orders-promo-text--medium {
      display: inline; } }

.footer__cell--mobile-email-sign-up {
  background: #f2f2f2; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--mobile-email-sign-up {
      display: none; } }

.footer__cell--mobile-email-sign-up a {
  color: #e58700;
  display: block;
  font-weight: 700;
  font-size: 1rem;
  padding-bottom: .6em;
  padding-top: .6em;
  text-transform: uppercase; }

.footer__cell--mobile-email-sign-up img {
  float: left;
  height: 12px;
  margin: 0 0.625rem 0 0;
  position: relative;
  top: 3px; }

.footer__cell--desktop-email-sign-up {
  background: #ccc;
  display: none;
  padding: 1.5rem 0; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--desktop-email-sign-up {
      display: block; } }

.footer__cell--desktop-email-sign-up h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase; }

@media print, screen and (min-width: 64em) {
  .footer__cell--desktop-email-sign-up .input-group {
    max-width: 50%; } }

.footer__cell--desktop-email-sign-up .input-group .input-group__field {
  font-size: 1.25rem;
  height: 2.8125rem; }

.footer__cell--desktop-email-sign-up .input-group .input-group__button button {
  font-size: 1.25rem;
  font-weight: bold; }

.footer__cell--mobile-navigation-links {
  background: #f2f2f2;
  padding-bottom: 2.5rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--mobile-navigation-links {
      display: none; } }

.footer__cell--mobile-navigation-links .menu a {
  border-bottom: 1px solid #bfbfbf;
  color: #333333;
  font-size: .875rem; }

.footer__cell--mobile-navigation-links .menu:first-child {
  border-top: 1px solid #bfbfbf; }

.footer__cell--desktop-navigation-links {
  display: none;
  /*background: $color-grey-light;*/
  background: #f4f4f4;
  justify-content: center;
  /*border: 0px dashed #CACACA;
    border-top-width: 1px;
    border-bottom-width: 1px;*/
  padding: 2rem 0;
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--desktop-navigation-links {
      display: block;
      padding-bottom: 2rem; } }

.footer__cell--desktop-navigation-links::before {
  content: "";
  position: absolute;
  border: 9px dashed #CACACA;
  border-left-width: 0px;
  border-right-width: 0px;
  top: -8px;
  bottom: -8px;
  left: 0px;
  right: 0px; }

.footer__cell--desktop-navigation-links .footer__cell {
  width: 33%;
  border: 0px solid red; }
  .footer__cell--desktop-navigation-links .footer__cell .blocks {
    border: 0px solid blue;
    width: 50%;
    margin: 0px auto; }

.footer__cell--desktop-navigation-links .footer__cell--order-line {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-left: 1px solid #8a8a8a; }

.footer__cell--desktop-navigation-links .footer__cell--order-line a span {
  color: #474747;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline; }
  .footer__cell--desktop-navigation-links .footer__cell--order-line a span:hover {
    color: #474747; }

.footer__cell--desktop-navigation-links .footer__cell--order-line img {
  position: relative;
  top: 0.3125rem;
  margin-right: 0.3125rem; }

.footer__cell--desktop-navigation-links .footer__menu-header {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase; }

.footer__cell--desktop-navigation-links .menu a {
  color: #333333;
  font-size: .875rem;
  padding-bottom: .35rem;
  padding-top: .35rem; }

.footer__cell--country-selector {
  background: #ccc;
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--country-selector {
      display: none; } }

.footer__cell--legal-links {
  background: #f4f4f4;
  /*background: lighten(#000,95%);*/
  padding: 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--legal-links {
      display: block;
      background: #f4f4f4;
      /*background: $color-grey-light;*/
      order: 300; } }

.footer__cell--legal-links .menu a {
  color: #333333;
  font-size: .75rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--legal-links .menu a {
      font-size: .625rem;
      font-weight: 700; } }

.footer__cell--promos {
  display: none;
  padding: 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #ffffff;
  display: block; }
  .footer__cell--promos .footer__grid-container {
    margin-top: 1.5rem;
    padding-top: 0.9375rem;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
    @media screen and (max-width: 63.9375em) {
      .footer__cell--promos .footer__grid-container {
        margin-top: 0;
        padding-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; } }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__grid-container {
        padding-left: 0px;
        padding-right: 0px; } }

.footer__cell--promos .footer__cell {
  border-right: 1px solid #ccc;
  padding: 0 1rem;
  display: block;
  height: 101px;
  position: relative;
  color: white;
  background: #f4f4f4;
  border: 0px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*&:nth-child(1) .blocks {
            background-color: $color-orangeBadge;
        }

        &:nth-child(2) .blocks {
            background-color: $color-blueBadge;
        }

        &:nth-child(3) .blocks {
            background-color: $color-greenBadge;
        }

        &:nth-child(4) .blocks {
            background-color: $color-redBadge;
        }*/ }
  .footer__cell--promos .footer__cell a {
    color: #333333; }
    .footer__cell--promos .footer__cell a:hover {
      color: #333333; }
  .footer__cell--promos .footer__cell img {
    display: block;
    margin: 0 auto .5rem; }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__cell img {
        margin: 0 auto; } }
  .footer__cell--promos .footer__cell h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 700;
    margin-bottom: 0; }
  .footer__cell--promos .footer__cell p {
    font-size: .875rem;
    line-height: 1.25em;
    margin-bottom: 0; }
  .footer__cell--promos .footer__cell p span {
    white-space: nowrap; }
  .footer__cell--promos .footer__cell .blocks {
    background: #f4f4f4;
    border: 0px solid red;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0 auto !important; }
  .footer__cell--promos .footer__cell .blocks a {
    color: #ffffff; }
  .footer__cell--promos .footer__cell:nth-child(4) {
    margin-right: 0px; }
  .footer__cell--promos .footer__cell:nth-child(1) .blocks a {
    color: #f47b0e; }
  .footer__cell--promos .footer__cell:nth-child(2) .blocks a {
    color: #2c93ad; }
  .footer__cell--promos .footer__cell:nth-child(3) .blocks a {
    color: #92ca61; }
  .footer__cell--promos .footer__cell:nth-child(4) .blocks a {
    color: #cc5e5d; }
  .footer__cell--promos .footer__cell .blocks .info-banner__icon {
    float: left;
    width: 65px;
    max-width: 65px;
    margin-right: 10px;
    height: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--promos .footer__cell .blocks .info-banner__icon {
        width: unset;
        max-width: unset;
        height: unset; }
        .footer__cell--promos .footer__cell .blocks .info-banner__icon img {
          width: 76%; }
        .footer__cell--promos .footer__cell .blocks .info-banner__icon h3 {
          font-size: 1.1rem !important; } }
  .footer__cell--promos .footer__cell .blocks .info-banner__content {
    float: left;
    width: calc(100% - 85px);
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0px solid #b6f8b6; }
    .footer__cell--promos .footer__cell .blocks .info-banner__content p {
      font-size: 1em; }
  @media screen and (min-width: 90em) {
    .footer__cell--promos .footer__cell {
      max-width: 325px;
      width: 25%;
      padding: 20px !important; } }
  @media screen and (max-width: 89.9375em) {
    .footer__cell--promos .footer__cell {
      padding: 0 2rem;
      width: calc(50% - 20px) !important;
      padding: 20px !important;
      margin-right: 10px !important;
      margin-bottom: 25px !important;
      margin-left: auto; }
      .footer__cell--promos .footer__cell:nth-child(3) {
        margin-bottom: 0px !important; }
      .footer__cell--promos .footer__cell:nth-child(4) {
        margin-bottom: 0px !important; } }
  @media print, screen and (min-width: 64em) {
    .footer__cell--promos .footer__cell {
      padding: 0 1.5rem;
      width: 25%; }
      .footer__cell--promos .footer__cell:first-of-type {
        padding-left: 0; }
      .footer__cell--promos .footer__cell:last-of-type {
        border: 0;
        padding-right: 0; } }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--promos .footer__cell {
      width: 50%;
      width: 100% !important;
      padding: 20px !important;
      margin-bottom: 0px !important;
      border-bottom-width: 0px !important; }
      .footer__cell--promos .footer__cell:nth-child(1) {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(2) {
        border-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(3) {
        border-radius: 0px; }
      .footer__cell--promos .footer__cell:nth-child(even) {
        border-right: 0; }
      .footer__cell--promos .footer__cell:nth-child(1), .footer__cell--promos .footer__cell:nth-child(2) {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem; }
      .footer__cell--promos .footer__cell:nth-child(1), .footer__cell--promos .footer__cell:nth-child(3) {
        padding-left: 0; }
      .footer__cell--promos .footer__cell:nth-child(2), .footer__cell--promos .footer__cell:nth-child(4) {
        padding-right: 0; }
      .footer__cell--promos .footer__cell:nth-child(3), .footer__cell--promos .footer__cell:nth-child(4) {
        padding-top: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--promos .footer__cell {
      padding: 0 2rem;
      border-radius: 0px !important; }
      .footer__cell--promos .footer__cell h3 {
        font-size: 1.1rem;
        line-height: 1.1em; } }

.footer__cell--badges {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4;
  padding: 1rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--badges {
      /*background: $color-grey-light;*/
      background: #f4f4f4; } }

.footer__grid--badges {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges {
      justify-content: space-around; } }

.footer__grid--badges .footer__cell {
  width: auto; }
  @media screen and (max-width: 39.9375em) {
    .footer__grid--badges .footer__cell {
      padding: 0 1rem; } }

.footer__grid--badges .footer__cell:nth-child(1), .footer__grid--badges .footer__cell:nth-child(3), .footer__grid--badges .footer__cell:nth-child(4) {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges .footer__cell:nth-child(1), .footer__grid--badges .footer__cell:nth-child(3), .footer__grid--badges .footer__cell:nth-child(4) {
      display: block; } }

.footer__grid--badges img {
  max-width: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .footer__grid--badges img {
      max-width: 7.125rem; } }

.footer__cell--copyright {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--copyright {
      /*background: $color-grey-light;*/
      background: #f4f4f4;
      order: 200; } }

.footer__copyright {
  font-size: .75rem;
  margin-bottom: .75em; }
  @media print, screen and (min-width: 40em) {
    .footer__copyright {
      font-weight: 700;
      margin-bottom: .25em; } }

.footer__cell--disclaimer {
  /*background: lighten(#000,95%);*/
  background: #f4f4f4; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--disclaimer {
      /*background: $color-grey-light;*/
      background: #f4f4f4;
      order: 100;
      padding-bottom: 1em; } }

.footer__disclaimer {
  font-size: .625rem;
  line-height: 1.25em;
  margin-bottom: 1.5em;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer {
      margin-bottom: 0; } }

.footer__disclaimer-read-more-link {
  color: #333333;
  display: inline; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer-read-more-link {
      display: none; } }

.footer__disclaimer-read-more-link span {
  text-decoration: underline; }

.footer__disclaimer-full-text {
  display: none; }
  @media print, screen and (min-width: 40em) {
    .footer__disclaimer-full-text {
      display: inline; } }

.footer__cell--social-media-small {
  background: #f2f2f2;
  padding-bottom: .5rem; }
  @media print, screen and (min-width: 40em) {
    .footer__cell--social-media-small {
      display: none; } }

.footer__grid--social-media-small {
  display: flex;
  justify-content: space-between; }

.footer__cell--social-icons-small {
  width: auto !important;
  flex: 1; }

.footer__grid--social-media-small {
  align-items: center; }

@media screen and (max-width: 39.9375em) {
  .footer__cell--social-icons-small .menu {
    justify-content: space-around; } }

.footer__cell--social-icons-small .menu li {
  text-align: center; }

.footer__cell--social-icons-small a {
  padding: 7px 0 5px; }

.footer__cell--social-icons-small img {
  height: 100%;
  max-height: 32px; }

.footer__cell--stay-connected-large {
  display: none;
  padding: 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #f4f4f4;
  /*border: 0px dashed #CACACA;
    border-bottom-width: 1px;*/
  display: block; }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-large {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-large .footer__grid-container {
      padding-left: 0px;
      padding-right: 0px; } }
  .footer__cell--stay-connected-large .footer__grid-container h3 {
    font-weight: bold;
    font-size: 1.6rem; }
  .footer__cell--stay-connected-large .footer__grid-container .footer__cell {
    border-style: solid;
    border-color: #9c9c9c;
    border-width: 0px;
    padding: 1rem 2rem;
    align-items: stretch;
    max-width: 24%;
    min-height: 120px;
    margin: 40px auto 20px auto;
    color: #333;
    font-weight: normal;
    font-size: 1em; }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell .blocks {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) {
      display: block;
      text-align: center; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) h3 {
        margin-bottom: 18px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(1) a {
        display: inline-block;
        width: calc(25% - 5px);
        text-align: center;
        /*padding: 0px 10px;*/ }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(2) {
      border-left-width: 1px;
      border-right-width: 1px;
      max-width: 46%;
      padding: 1rem 4rem;
      text-align: center; }
    .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) {
      max-width: 30%;
      padding-right: 0px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks a {
        color: #333 !important; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-large .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 28px;
        width: calc(100% - 73px);
        float: left;
        border: 0px solid green;
        margin-left: 10px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
  .footer__cell--stay-connected-large .footer__grid-container #signupandsave {
    display: block;
    align-items: stretch;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto; }
    .footer__cell--stay-connected-large .footer__grid-container #signupandsave input {
      border-radius: 20px;
      border-radius: 20px;
      margin: 0px;
      outline: none;
      padding: 20px; }
      .footer__cell--stay-connected-large .footer__grid-container #signupandsave input:nth-child(1) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
      .footer__cell--stay-connected-large .footer__grid-container #signupandsave input:nth-child(2) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        background: #63b809;
        color: #ffffff;
        border: 0px;
        height: auto;
        align-self: stretch;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer; }

.footer__cell--stay-connected-small {
  display: none;
  padding: 0 0 1.5rem 0;
  /*background: $color-offwhite-alt;*/
  background: #ffffff;
  /*border: 0px dashed #CACACA;
    border-bottom-width: 1px;*/
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-small {
      display: block; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-small {
      padding: 0; } }
  @media screen and (max-width: 63.9375em) {
    .footer__cell--stay-connected-small .footer__grid-container {
      padding-left: 0px;
      padding-right: 0px; } }
  @media screen and (max-width: 39.9375em) {
    .footer__cell--stay-connected-small .footer__grid-container {
      background: #f2f2f2;
      padding-bottom: 20px; } }
  .footer__cell--stay-connected-small .footer__grid-container h3 {
    font-weight: bold;
    font-size: 1.6rem; }
  .footer__cell--stay-connected-small .footer__grid-container .footer__cell {
    border-style: solid;
    border-color: #ccc;
    border-width: 0px;
    padding: 1rem 2rem;
    align-items: stretch;
    max-width: 24%;
    min-height: 120px;
    margin: 40px auto 20px auto;
    color: #333;
    font-weight: normal;
    font-size: 1em; }
    @media screen and (max-width: 39.9375em) {
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell {
        padding: 0px;
        margin: 20px auto 0px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell .blocks {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) {
      display: block;
      text-align: center;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      min-height: 85px;
      background: #ffffff;
      padding-bottom: 20px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) .blocks {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) .blocks {
            width: 63%; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) h3 {
        margin-bottom: 18px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(1) a {
        display: inline-block;
        width: calc(25% - 5px);
        text-align: center;
        /*padding: 0px 10px;*/ }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) {
      border-left-width: 0px;
      border-right-width: 0px;
      max-width: 100%;
      padding: 1rem 3rem;
      background: #ffffff; }
      @media screen and (max-width: 63.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) {
          padding: 0;
          min-height: 50px; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 28px;
        width: calc(100% - 90px);
        float: left;
        border: 0px solid green;
        margin-left: 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(2) .blocks h3 {
            font-size: 1.2rem;
            line-height: 23px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) {
      border-left-width: 0px;
      border-right-width: 0px;
      max-width: 100%;
      padding: 1rem 3rem;
      background: #63b809;
      color: #ffffff; }
      @media screen and (max-width: 39.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) {
          padding: 0;
          min-height: 90px; } }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks {
        margin-left: 25px; }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks img {
        float: left;
        border: 0px solid blue;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
        font-size: 1.5rem;
        font-style: italic;
        font-weight: bold;
        letter-spacing: 0px;
        line-height: 28px;
        width: calc(100% - 90px);
        float: left;
        border: 0px solid green;
        margin-left: 20px;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 63.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
            color: #fff; } }
        @media screen and (max-width: 39.9375em) {
          .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(3) .blocks h3 {
            font-size: 1.2rem;
            line-height: 23px; } }
    .footer__cell--stay-connected-small .footer__grid-container .footer__cell:nth-child(4) {
      max-width: 30%;
      padding-right: 0px; }
  .footer__cell--stay-connected-small .footer__grid-container #signupandsave {
    display: flex;
    align-items: stretch;
    padding-top: 20px; }
    .footer__cell--stay-connected-small .footer__grid-container #signupandsave input {
      border-radius: 20px;
      border-radius: 20px;
      margin: 0px;
      outline: none;
      padding: 20px; }
      .footer__cell--stay-connected-small .footer__grid-container #signupandsave input:nth-child(1) {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px; }
      .footer__cell--stay-connected-small .footer__grid-container #signupandsave input:nth-child(2) {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        background: #63b809;
        color: #ffffff;
        border: 0px;
        height: auto;
        align-self: stretch;
        padding-top: 0;
        padding-bottom: 0;
        cursor: pointer; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    outline: none; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__flag {
    width: 2.25rem;
    margin-right: 0.5rem; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__arrow {
    margin-right: 0.5rem; }
  .footer__cell--stay-connected-small .footer__grid-container .country-btn__text {
    font-size: 0.875rem;
    text-transform: uppercase; }
  .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter {
    border: solid 0px red; }
    .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country {
      display: block; }
      @media screen and (max-width: 63.9375em) {
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          text-align: center;
          min-width: 100px;
          margin: 0 auto;
          width: 100%;
          border: solid 0px red;
          padding: 5px; } }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries {
        display: flex;
        height: 100%;
        align-items: center; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries .header-bar__link {
          text-align: center;
          margin: 0 auto; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText {
          display: block;
          color: #333;
          margin: 0 0 0 10px; }
          @media screen and (max-width: 39.9375em) {
            .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText {
              font-size: 12.5px;
              line-height: 12.5px; } }
          .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .header-countries span.countryText img {
            max-width: 28px; }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon {
        margin-top: 0; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon img {
          display: none; }
        .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .dropdown__icon img.darkArrow {
          display: inline-block;
          width: 12px;
          position: relative;
          left: -4px; }
      .footer__cell--stay-connected-small .footer__grid-container #countrySelectorFooter div.header-bar__item--country .img-flag {
        max-width: 28px; }
  .footer__cell--stay-connected-small .footer__grid-container #countryList {
    /*.removeItem, .btnIconInline.remove {
                height: 20px;
                width: 20px;
                background: url(/imgs/biovea-icons/baseline-close-24px--404040.svg);
                position: relative;
                left: -7px;
                border-radius: 50%;
                cursor: pointer;
                margin-left: 8px;
            }*/
    /*div.country-dropdown {
                left: 0 !important;
                right: 0 !important;
                z-index: 150;

                .country-dropdown__column, .country-dropdown__column--wide .menu {
                    width: 100%;
                    margin: 0 !important;
                }

                .country-dropdown__column li.hidden {
                    display: none;
                }

                ul.menu.menu--vertical > li {
                    clear: both;
                    padding: 10px 15px;
                    color: #333;
                    background: #fff;
                    border-bottom: solid 1px #dedede;
                }

                .country-dropdown__container {
                    overflow-y: scroll;
                    height: calc(100% - 3rem);
                }

                .closeButton-bar {
                    display: block;
                }
            }*/ }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeButton-bar {
      background-color: #ebebeb;
      color: #444;
      height: 50px;
      padding: 15px 40px 0 40px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeButton {
      /*width: auto;
                float: right;
                margin: 0px;
                position: absolute;
                top: 14px;
                right: 2px;
                font-size: 0.8em;
                text-decoration: none;
                color: #777;*/
      width: auto;
      min-width: 65px;
      margin: 0px;
      position: absolute;
      top: 14px;
      right: 2px;
      height: 25px;
      font-size: 0.8em;
      text-decoration: none;
      color: #777;
      background: url(/imgs/biovea-icons/baseline-close-24px--404040.svg) no-repeat 100%;
      line-height: 2em;
      cursor: pointer; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .closeLink {
      position: absolute;
      top: -5px;
      left: -4px;
      display: block;
      height: 29px;
      width: 78px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList .btnIconInline.remove {
      left: -3px; }
    .footer__cell--stay-connected-small .footer__grid-container #countryList div.header-dropdown {
      position: fixed;
      top: 1000rem;
      bottom: 0px;
      padding: 0px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
      /* -webkit-transition: none 0.4s ease; */
      -moz-transition: none 0.4s ease !important;
      -ms-transition: none 0.4s ease !important;
      -o-transition: none 0.4s ease !important;
      /* transition: none 0.4s ease; */
      /* -webkit-transition-property: top, right, bottom, left, -webkit-transform; */
      -moz-transition-property: top, right, bottom, left, -moz-transform !important;
      -ms-transition-property: top, right, bottom, left, -o-transform !important;
      -o-transition-property: top, right, bottom, left, -o-transform !important;
      /* transition-property: top, right, bottom, left, transform; */ }

.body--home .footer {
  margin-top: 0; }

@media print, screen and (min-width: 64em) {
  .body--home .footer {
    position: relative;
    z-index: 98;
    margin-top: -2.1875rem; }
  .body--home .footer__cell--promos {
    background: #f4f4f4;
    padding-top: 0;
    padding: 0 15px; }
    .body--home .footer__cell--promos .footer__cell {
      width: calc(25% - 8px); }
    .body--home .footer__cell--promos .footer__grid-container {
      background: #fff;
      padding-bottom: 0.9375rem;
      max-width: calc(85rem - 30px);
      border-bottom-left-radius: 0.3125rem;
      border-bottom-right-radius: 0.3125rem; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  margin: 0;
  display: flex; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.75rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    .pagination li.current {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }

.pagination__current-item {
  padding: 0.1875rem 0.625rem;
  background: #63b809 !important;
  color: #fff !important;
  cursor: default;
  border: 1px solid #59a508 !important; }

.pagination__disabled-item {
  color: #999 !important;
  cursor: not-allowed; }
  .pagination__disabled-item:hover {
    background: transparent; }

.pagination__ellipsis {
  border: 1px solid #ccc;
  padding: .1875rem 0 !important; }

.pagination__ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a; }

.pagination a,
.pagination-truncate-icon {
  background: #e5e5e5;
  border: 1px solid #ccc;
  font-weight: 700;
  line-height: 1.7em;
  min-width: 2rem;
  text-align: center; }

.pagination li:first-child a, .pagination li:last-child a {
  background: transparent;
  font-weight: normal;
  padding-left: .4rem;
  padding-right: .4rem; }

.pagination li:first-child a {
  padding-left: .125rem; }

.pagination li:last-child a {
  padding-right: .125rem; }

.pagination__show-for-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.pagination li:first-child a::before {
  display: inline-block;
  font-size: 175%;
  line-height: 0;
  margin-right: 0.125rem;
  position: relative;
  top: .1875rem;
  content: '\25C2'; }
  @media screen and (max-width: 39.9375em) {
    .pagination li:first-child a::before {
      margin-right: 0; } }

.pagination li:last-child a::after {
  display: inline-block;
  font-size: 175%;
  line-height: 0;
  margin-left: 0.125rem;
  position: relative;
  top: .1875rem;
  content: '\25B8'; }
  @media screen and (max-width: 39.9375em) {
    .pagination li:last-child a::after {
      margin-left: 0; } }

.pagination li {
  display: inline-block; }
  .pagination li:last-child, .pagination li:first-child {
    display: inline-block; }
  .pagination li.pagination__current-item-container {
    display: inline-block; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .pagination li {
      display: inline-block; } }
  @media screen and (min-width: 75em) {
    .pagination li {
      display: inline-block; } }

@media screen and (max-width: 39.9375em) {
  .pagination li.pagination-item {
    display: none; } }

.pagination li.pagination-item--mobile {
  font-size: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    .pagination li.pagination-item--mobile {
      display: none; } }
  .pagination li.pagination-item--mobile.current-page {
    margin-left: 0.625rem; }
  .pagination li.pagination-item--mobile.last-page {
    margin-right: 0.625rem; }
  .pagination li.pagination-item--mobile span {
    color: #8a8a8a;
    font-size: 0.75rem;
    margin: 0 0.3125rem; }

@media screen and (max-width: 39.9375em) {
  .pagination li.pagination-truncate-icon {
    display: none; } }

@media screen and (max-width: 39.9375em) {
  .pagination-button-text {
    display: none; } }

.select__label {
  display: inline-block;
  font-size: inherit !important; }

.select {
  font-size: inherit;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://biovea.com/vn/imgs/biovea-icons/dropdown-arrow--select-working.svg") no-repeat !important;
  background-size: 12px 8.4px !important;
  background-position-x: calc(100% - .5rem) !important;
  background-position-y: 50% !important;
  height: auto !important;
  margin: 0;
  padding: .33em 2em .33em .5em !important;
  cursor: pointer; }

.select option {
  min-height: 1em !important;
  padding: 0 !important; }

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

/*.cart-dropdown__up-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    height: 0;
    position: absolute;
    right: rem-calc(20px);
    top: -10px;
    width: 0;
}*/
.cart-header__callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background: #ffebc1;
  font-size: .875rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: .75rem;
  text-align: center; }
  .cart-header__callout > :first-child {
    margin-top: 0; }
  .cart-header__callout > :last-child {
    margin-bottom: 0; }

.cart-header__grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85rem;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .cart-header__grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.cart-header__grid-container--items {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  padding-top: 1em; }

.cart-header__grid {
  display: flex;
  flex-flow: row wrap;
  margin-right: 0;
  margin-left: 0; }
  .cart-header__grid > .cart-header__cell {
    margin-right: 0;
    margin-left: 0; }
  .cart-header__grid > .small-1 {
    width: 8.33333%; }
  .cart-header__grid > .small-2 {
    width: 16.66667%; }
  .cart-header__grid > .small-3 {
    width: 25%; }
  .cart-header__grid > .small-4 {
    width: 33.33333%; }
  .cart-header__grid > .small-5 {
    width: 41.66667%; }
  .cart-header__grid > .small-6 {
    width: 50%; }
  .cart-header__grid > .small-7 {
    width: 58.33333%; }
  .cart-header__grid > .small-8 {
    width: 66.66667%; }
  .cart-header__grid > .small-9 {
    width: 75%; }
  .cart-header__grid > .small-10 {
    width: 83.33333%; }
  .cart-header__grid > .small-11 {
    width: 91.66667%; }
  .cart-header__grid > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .cart-header__grid > .medium-1 {
      width: 8.33333%; }
    .cart-header__grid > .medium-2 {
      width: 16.66667%; }
    .cart-header__grid > .medium-3 {
      width: 25%; }
    .cart-header__grid > .medium-4 {
      width: 33.33333%; }
    .cart-header__grid > .medium-5 {
      width: 41.66667%; }
    .cart-header__grid > .medium-6 {
      width: 50%; }
    .cart-header__grid > .medium-7 {
      width: 58.33333%; }
    .cart-header__grid > .medium-8 {
      width: 66.66667%; }
    .cart-header__grid > .medium-9 {
      width: 75%; }
    .cart-header__grid > .medium-10 {
      width: 83.33333%; }
    .cart-header__grid > .medium-11 {
      width: 91.66667%; }
    .cart-header__grid > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .cart-header__grid > .large-1 {
      width: 8.33333%; }
    .cart-header__grid > .large-2 {
      width: 16.66667%; }
    .cart-header__grid > .large-3 {
      width: 25%; }
    .cart-header__grid > .large-4 {
      width: 33.33333%; }
    .cart-header__grid > .large-5 {
      width: 41.66667%; }
    .cart-header__grid > .large-6 {
      width: 50%; }
    .cart-header__grid > .large-7 {
      width: 58.33333%; }
    .cart-header__grid > .large-8 {
      width: 66.66667%; }
    .cart-header__grid > .large-9 {
      width: 75%; }
    .cart-header__grid > .large-10 {
      width: 83.33333%; }
    .cart-header__grid > .large-11 {
      width: 91.66667%; }
    .cart-header__grid > .large-12 {
      width: 100%; } }

.cart-header__cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%; }

.cart-header__cell--image {
  text-align: center;
  width: 25%; }

.cart-header__cell--overview {
  width: 75%;
  padding-left: 1em; }

.cart-header__cell--product-name p {
  line-height: 2em;
  margin-bottom: 0; }

.cart-header__product-name a {
  display: block;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cart-header__cell--quantity {
  margin-top: -.5rem;
  width: 50%; }

.cart-header__cell--quantity div {
  align-items: center;
  display: flex; }

.cart-header__cell--quantity img {
  padding: 10px;
  position: relative;
  top: 2px; }

.cart-header__cell--remove {
  margin-top: -.5rem;
  width: 50%; }

.cart-header__cell--remove div {
  align-items: center;
  display: flex; }

.cart-header__cell--remove div > :first-child {
  margin-left: auto; }

.cart-header__cell--remove img {
  padding: 10px;
  position: relative;
  top: 2px; }

.cart-header__remove {
  color: #bf0000; }

.cart-header__product-price {
  margin-bottom: 0;
  font-weight: 500; }

.cart-header__cell--order-total {
  padding: 1em 0; }

.cart-header__cell--order-total p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0; }

.cart-header__order-total {
  font-weight: bold; }

.cart-header__cell--cta {
  text-align: right; }

.cart-header__button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0.9375rem;
  background: #ffffff; }
  .cart-header__button-group::before, .cart-header__button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .cart-header__button-group::after {
    clear: both; }
  .cart-header__button-group a {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .cart-header__button-group a:last-child {
      margin-right: 0; }
  .cart-header__button-group a {
    flex: 1 1 0px; }

.cart-header__cell--cta .button, .cart-header__cell--cta .notify__button, .cart-header__cell--cta .account-dropdown__sign-in-button, .cart-header__cell--cta .product-info__notify-me-when-in-stock, .cart-header__cell--cta .product-info__recommended-alternative, .cart-header__cell--cta .product-card__primary-button, .cart-header__cell--cta .product-card__callout-out-of-stock-button-group-button, .cart-header__cell--cta .product-card__button a, .product-card__button .cart-header__cell--cta a, .cart-header__cell--cta .product-fbt__primary-button, .cart-header__cell--cta .add-review__button {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 0.65em 1em; }

.h-cart {
  height: 100%; }

.h-cart__wrapper {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden; }

.h-cart__header {
  padding: 0.9375rem;
  background: #ffffff; }

.h-cart__callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.2em;
  margin-bottom: 0;
  padding: 0.625rem;
  text-align: center; }
  .h-cart__callout > :first-child {
    margin-top: 0; }
  .h-cart__callout > :last-child {
    margin-bottom: 0; }

.h-cart__callout--free-shipping {
  background: #f0f5dc;
  border: 2px solid #63b809;
  color: #0a0a0a; }

.h-cart__body {
  flex: 1;
  overflow-y: scroll;
  background: #e0e0e0;
  padding: 0.3125rem 0 0; }
  @media print, screen and (min-width: 64em) {
    .h-cart__body {
      max-height: 27.8125rem;
      min-height: 6.25rem; } }

.h-cart__product {
  position: relative;
  height: 13.75rem;
  padding: 3.4375rem 0.9375rem 2.5rem;
  border-bottom: 1px solid #ccc;
  background: #ffffff; }
  .h-cart__product:last-of-type {
    border-bottom: 0; }

.h-cart__product-remove {
  position: absolute;
  top: 0;
  right: 0; }
  .h-cart__product-remove a {
    width: 2.5rem;
    height: 2.5rem;
    border-bottom-left-radius: 100%;
    display: block;
    padding: 0.25rem 0 0 1.0625rem;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(156, 156, 156, 0.5);
    -moz-box-shadow: -2px 2px 5px 0px rgba(156, 156, 156, 0.5);
    box-shadow: -2px 2px 5px 0px rgba(156, 156, 156, 0.5);
    color: #0a0a0a;
    font-size: 1.375rem; }

.h-cart__product-wrapper {
  display: flex; }

.h-cart__product-image {
  position: relative;
  width: 35%; }
  .h-cart__product-image a {
    display: block;
    text-align: center; }
  .h-cart__product-image img {
    max-width: 100%;
    margin: 0 auto; }
  .h-cart__product-image span {
    display: block;
    pointer-events: none;
    position: absolute;
    width: 3.125rem; }
    .h-cart__product-image span img {
      width: 100%; }

.h-cart__product-info {
  position: relative;
  width: 65%;
  padding-left: 0.9375rem; }

.h-cart__product-name {
  margin-bottom: 0.625rem; }

.h-cart__product-name a {
  display: block;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 0.875rem; }

.h-cart__product-qty {
  margin-top: 0.625rem; }

/*.h-cart__product-remove {
    position: absolute;
    right: 0;
    bottom: 5px;
    a {
        font-size: rem-calc(14px);
    }
}*/
.h-cart__footer {
  z-index: 99;
  margin-top: -1px; }

.h-cart__total {
  padding: 0.9375rem 1.875rem;
  background: #e7e7e7;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(156, 156, 156, 0.5);
  -moz-box-shadow: 0px -2px 5px 0px rgba(156, 156, 156, 0.5);
  box-shadow: 0px -2px 5px 0px rgba(156, 156, 156, 0.5); }

.h-cart__total-list {
  margin: 0;
  list-style: none; }
  .h-cart__total-list li {
    display: flex; }
    .h-cart__total-list li span {
      margin-right: auto; }

.h-cart__order-total {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 1px solid #ccc;
  font-size: 1.125rem;
  font-weight: 700;
  color: #d67222; }

.h-cart__footer .button, .h-cart__footer .notify__button, .h-cart__footer .account-dropdown__sign-in-button, .h-cart__footer .product-info__notify-me-when-in-stock, .h-cart__footer .product-info__recommended-alternative, .h-cart__footer .product-card__primary-button, .h-cart__footer .product-card__callout-out-of-stock-button-group-button, .h-cart__footer .product-card__button a, .product-card__button .h-cart__footer a, .h-cart__footer .product-fbt__primary-button, .h-cart__footer .add-review__button {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.h-cart__footer .button:first-of-type, .h-cart__footer .notify__button:first-of-type, .h-cart__footer .account-dropdown__sign-in-button:first-of-type, .h-cart__footer .product-info__notify-me-when-in-stock:first-of-type, .h-cart__footer .product-info__recommended-alternative:first-of-type, .h-cart__footer .product-card__primary-button:first-of-type, .h-cart__footer .product-card__callout-out-of-stock-button-group-button:first-of-type, .h-cart__footer .product-card__button a:first-of-type, .product-card__button .h-cart__footer a:first-of-type, .h-cart__footer .product-fbt__primary-button:first-of-type, .h-cart__footer .add-review__button:first-of-type {
  margin-right: 0.9375rem; }

.cart-placeholder__callout {
  width: 100%;
  height: 3.125rem;
  background: #ccc;
  margin-bottom: 1.25rem; }

.proudct-placeholder__item {
  display: flex;
  margin-bottom: 1.25rem; }

.product-placeholder__image {
  width: 30%;
  height: 6.25rem;
  margin-right: 5%;
  background: #ccc; }

.product-placeholder__info {
  width: 65%; }

.product-placeholder__title {
  height: 1.25rem;
  width: 100%;
  background: #ccc;
  margin-bottom: 0.625rem; }

.product-placeholder__price {
  height: 1rem;
  width: 6.25rem;
  background: #ccc;
  margin-bottom: 0.625rem; }

.product-placeholder__qty {
  display: flex; }
  .product-placeholder__qty > div:nth-child(1) {
    height: 1rem;
    width: 6.25rem;
    background: #ccc;
    margin-right: auto; }
  .product-placeholder__qty > div:nth-child(2) {
    height: 1rem;
    width: 6.25rem;
    background: #ccc; }

.cart-placeholder__footer {
  border-top: 1px solid #ccc; }

.cart-placeholder__subtotal {
  margin: 0 auto;
  height: 1.25rem;
  width: 50%;
  background: #ccc;
  margin-top: 0.9375rem; }

.reveal--login .reveal__content {
  max-width: 23.75rem; }

.sign-in {
  position: relative; }

.sign-in__heading {
  font-size: 1.5rem;
  font-weight: 700; }

.sign-in__close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  color: #8a8a8a;
  font-size: 1.75rem; }
  .sign-in__close:hover {
    color: #8a8a8a; }

.sign-in .sfcustomer-input {
  margin-bottom: 0.875rem; }

.sign-in__button {
  margin: 1rem 0;
  border-radius: .25rem; }

.sign-in__forgot-password {
  text-align: center; }
  .sign-in__forgot-password a {
    font-size: 0.875rem; }

.sign-in__account-divider {
  position: relative;
  margin: 1.3125rem 0;
  text-align: center; }
  .sign-in__account-divider span {
    font-size: 0.875rem;
    position: relative;
    padding: 0 0.3125rem;
    background: #ffffff;
    z-index: 2; }
  .sign-in__account-divider:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
    z-index: 1; }

.sign-in__create-account .button, .sign-in__create-account .notify__button, .sign-in__create-account .account-dropdown__sign-in-button, .sign-in__create-account .product-info__notify-me-when-in-stock, .sign-in__create-account .product-info__recommended-alternative, .sign-in__create-account .product-card__primary-button, .sign-in__create-account .product-card__callout-out-of-stock-button-group-button, .sign-in__create-account .product-card__button a, .product-card__button .sign-in__create-account a, .sign-in__create-account .product-fbt__primary-button, .sign-in__create-account .add-review__button {
  margin: 0 0 0.5rem; }

.sfcustomer-input.has-error {
  border-color: #bf0000; }

.sfCustomer-error {
  font-size: 0.875rem;
  color: #bf0000;
  margin-top: -.75rem;
  margin-bottom: 1rem; }

.sign-in__container--on-page {
  max-width: 340px;
  margin: 0 auto; }

.sign-in__callout {
  color: #cc4b37;
  line-height: 1.25em; }
  .sign-in__callout--with-icon {
    display: flex;
    margin: 0 0 .5rem 0;
    opacity: 1;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s; }
    .sign-in__callout--with-icon span:nth-child(2) {
      padding-left: .25em; }
  .sign-in__callout--fade-out {
    opacity: 0; }

.form--order-status {
  max-width: 37.5rem; }

.order-table {
  border: 1px solid #ccc;
  margin-bottom: 0.9375rem; }

.order-table__header {
  padding: 0.9375rem;
  background: #efefef;
  border-bottom: 1px solid #ccc; }
  .order-table__header h2 {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0; }
    @media print, screen and (min-width: 40em) {
      .order-table__header h2 {
        font-size: 1.3125rem; } }

.order-table__info {
  padding: 0.9375rem;
  border-bottom: 1px solid #ccc; }
  .order-table__info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .order-table__info ul span {
      font-weight: bold; }

.order-table__product {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
  border-bottom: 1px solid #ccc; }
  @media print, screen and (min-width: 40em) {
    .order-table__product {
      flex-direction: row; } }

.order-table__product-img {
  width: 100%;
  text-align: center;
  margin: 0 0 1rem 0; }
  @media print, screen and (min-width: 40em) {
    .order-table__product-img {
      margin: 0 0.625rem 0 0;
      width: 5rem; } }
  .order-table__product-img img {
    max-width: 100%; }

.order-table__product-info {
  display: flex;
  flex-direction: column;
  flex: 1; }
  @media print, screen and (min-width: 40em) {
    .order-table__product-info {
      flex-direction: row; } }
  .order-table__product-info > div {
    margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  .order-table__product-name {
    width: 40%;
    margin-right: 5%; }
  .order-table__product-qty {
    width: 25%;
    margin-right: 5%;
    text-align: center; }
  .order-table__product-price {
    width: 25%;
    text-align: right; } }

.order-table__total {
  font-size: 1.125rem;
  padding: 0.9375rem;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .order-table__total {
      text-align: right; } }
