@charset "UTF-8";
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

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

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

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #5f5954;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.25rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

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

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li, h1, .h1,
h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
h3,
.h3,
h4,
.h4,
h5,
.table-styled th,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

body {
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  line-height: 1.25; }

a {
  color: #5f5954;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #5f5954; }

p {
  margin-bottom: 1.25rem; }

h1, .h1,
h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
h3,
.h3,
h4,
.h4,
h5,
.table-styled th,
.h5,
h6,
.h6 {
  color: #5f5954;
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  letter-spacing: 0.25px;
  margin-bottom: 0.64286rem; }
  h1 small, .h1 small,
  h2 small,
  .h2 small,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title small,
  h3 small,
  .h3 small,
  h4 small,
  .h4 small,
  h5 small,
  .table-styled th small,
  .h5 small,
  h6 small,
  .h6 small {
    color: #5b5754;
    font-size: 60%;
    line-height: 0; }

h1, .h1 {
  font-size: 2.5rem; }


h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title {
  font-size: 2rem; }


h3,
.h3 {
  font-size: 1.5rem; }


h4,
.h4 {
  font-size: 1.25rem; }


h5,
.table-styled th,
.h5 {
  font-size: 1.125rem; }


h6,
.h6 {
  font-size: 0.875rem; }

.subheader {
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.64286rem; }

hr {
  border: solid #d9d6d4;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.67857rem 0 1.60714rem; }

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

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

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

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.25rem; }

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.28571rem; }

dl dd {
  margin-bottom: 1.25rem; }

abbr,
acronym {
  border-bottom: 1px dotted #f8f8f8;
  color: #5f5954;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 1.5rem;
  line-height: 1.063rem; }

cite {
  color: #5f5954;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #5f5954;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #d9d6d4;
  margin-bottom: 1.67857rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #d9d6d4; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.64286rem 1.25rem; }
  .table tr th,
  .table tr td {
    padding: 0.64286rem 1.25rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #d9d6d4; }

.table-tfoot {
  border: 1px solid #d9d6d4; }

.table-tbody tr {
  border-bottom: 1px solid #d9d6d4; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #a1a4a6;
  color: #3c3027;
  font-size: 1.375rem;
  padding: 0.71429rem 1.89286rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:hover, .button:focus, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:focus, .button.is-active, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .is-active.btn.farm-to-family-btn-top, .button.active, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .active.btn.farm-to-family-btn-top {
    background-color: transparent;
    border-color: #a1a4a6;
    color: #5f5954; }
  .button:active, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:active {
    background-color: transparent;
    border: 1px solid #a1a4a6;
    color: #5f5954; }
  .button:focus, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:focus, .button.is-active, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .is-active.btn.farm-to-family-btn-top, .button.active, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .active.btn.farm-to-family-btn-top {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
      margin-left: 0.64286rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #3c3027;
  border-color: #a9ae36;
  color: #3c3027; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #545713;
    border-color: #545713;
    color: white; }
  .button--primary:active {
    background-color: #545713;
    border: 1px solid #545713;
    color: white; }

.button[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top[disabled] {
  background-color: #a1a4a6;
  border-color: #a1a4a6;
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 1.125rem; }

.button--small {
  font-size: 0.875rem;
  padding: 0.42857rem 1.25rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.64286rem 0.64286rem; }
  .button--icon svg {
    fill: #e4dbbc; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .buttonGroup > .btn.farm-to-family-btn-top {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .buttonGroup > .btn.farm-to-family-btn-top:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .buttonGroup > .btn.farm-to-family-btn-top:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f8f8f8;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #f8f8f8;
  font-size: 1rem;
  height: auto;
  padding: 0.64286rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  padding: 0.28571rem 0.57143rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.28571rem; }
  .dropdown-menu-item a {
    margin: -0.28571rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.25rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #a1a4a6;
  border-width: 0 0 1px;
  display: block;
  line-height: 1.25rem;
  margin-bottom: 0.64286rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #5f5954;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.42857rem; }
  .form-label small {
    color: #5b5754;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #aea7a1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #5f5954;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 2.5rem;
  margin: 0;
  padding: 0.625rem 0.83333rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: #dad6d4;
    color: #f8f8f8;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: white;
    border-color: #a1a4a6;
    color: #d9d6d4;
    cursor: text; }
  .form-input:focus {
    border-color: #5f5954;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #f8f8f8; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #f8f8f8; }
  .form-input:-ms-input-placeholder {
    color: #f8f8f8; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #aea7a1;
  color: #5f5954;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.625rem;
  border-radius: 0;
  cursor: pointer;
  height: 2.5rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #5f5954; }
  .form-select:disabled {
    background-color: #dad6d4;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #5f5954; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #a1a4a6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.25rem;
  max-width: none;
  padding: 1.25rem; }

.form-row {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 1.67857rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.28571rem;
    padding-left: 1.53571rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #5f5954;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: #dad6d4; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(95, 89, 84, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(95, 89, 84, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(95, 89, 84, 0.999);
  border: 3px solid white;
  border-radius: 1rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.35714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.35714rem;
    margin: 0.07143rem 0 0 -2.42857rem;
    width: 2.35714rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.57143rem; }
  .form-input.has-icon + .icon {
    height: 2.5rem;
    margin-left: -2.57143rem;
    width: 1.42857rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-prefixPostfix .btn.farm-to-family-btn-top {
    height: 2.5rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #a1a4a6;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 2.5rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.625rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.625rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.625rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #e4dbbc;
    box-shadow: 0 0 4px rgba(228, 219, 188, 0.4); }

.switch-toggle {
  background-color: #d9d6d4;
  border: 1px solid #d9d6d4;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #5f5954;
    border-color: #5f5954; }
  .switch--checked .switch-toggle {
    background-color: #5f5954;
    border-color: #5f5954; }
  .switch--disabled .switch-toggle {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.4286rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.4286rem;
  left: 0.21427rem;
  position: absolute;
  top: 0.21427rem;
  transition: all 100ms ease-out;
  width: 1.4286rem; }
  .switch--checked .switch-toggle::before {
    left: 2.49999rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #d9d6d4; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #d9d6d4; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #d9d6d4; }

.switch-description--on {
  color: #d9d6d4;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #a1a4a6;
    bottom: 0;
    left: 0;
    padding: 1.25rem 1.67857rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #5f5954; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.14286rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 1rem;
  margin: 0.28571rem 0 -0.42857rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #5f5954; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #5f5954; }

.form-field--success .form-input-indicator > svg {
  fill: #5f5954; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #5f5954; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #5f5954; }

.form-field--error .form-input-indicator > svg {
  fill: #5f5954; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #5f5954; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #5f5954; }

.form-field--warning .form-input-indicator > svg {
  fill: #5f5954; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #d9d6d4;
  margin: 0;
  padding: 1.25rem 1.67857rem 0; }

.panel-title {
  line-height: 1.25;
  margin: 0; }

.panel-body {
  margin-bottom: 1.25rem;
  padding: 1rem 1.67857rem 1.25rem;
  background: #d9d6d4; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #5f5954;
  float: left;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
  line-height: 1.25; }
  .breadcrumb a {
    color: #5f5954; }
  .breadcrumb.current {
    color: #5f5954;
    cursor: default; }
    .breadcrumb.current a {
      color: #5f5954;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #f8f8f8; }
    .breadcrumb.unavailable a {
      color: #f8f8f8; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #f8f8f8;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #5b5754;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.42857rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.42857rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #5b5754;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #5f5954;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #f8f8f8;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #d9d6d4;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: white;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #5b5754;
  display: block;
  font-size: 1.125rem;
  padding: 0.64286rem 1.28571rem; }
  .tab-title:hover {
    color: #5f5954; }

.tab.is-active .tab-title {
  color: #5f5954;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.25rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.25rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.25rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.25rem; } }

.tab-content {
  display: none;
  padding: 1.25rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

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

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.25rem; }

.navBar-section + .navBar-section {
  margin-left: 1.25rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 1.125rem;
  padding: 0.64286rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

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

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.25rem; }

.navList-section + .navList-section {
  margin-top: 1.25rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #5f5954;
  font-size: 1.125rem;
  padding: 0.14286rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #5b5754;
    font-size: 1rem;
    margin-left: 0.28571rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #5b5754;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.28571rem 0.42857rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #5f5954; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #5f5954;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.64286rem;
  padding: 0.64286rem 0.92857rem 0.64286rem 0.92857rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #5f5954; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button, .alertBox .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .alertBox .btn.farm-to-family-btn-top {
    margin: 0 0 0 0.64286rem; }

.alertBox--info {
  background-color: #5f5954;
  border-color: #5f5954;
  color: #5f5954; }
  .alertBox--info svg {
    fill: #c2e9f8; }

.alertBox--success {
  background-color: #d9eacd;
  border-color: #d9eacd;
  color: #5f5954; }
  .alertBox--success svg {
    fill: #5f5954; }

.alertBox--warning {
  background-color: #facfbf;
  border-color: #facfbf;
  color: #5f5954; }
  .alertBox--warning svg {
    fill: #5f5954; }

.alertBox--error {
  background-color: #facfbf;
  border-color: #facfbf;
  color: #5f5954; }
  .alertBox--error svg {
    fill: #5f5954; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 0.92857rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 0.92857rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #a1a4a6; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #d9d6d4 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.25rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #d9d6d4 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #5f5954;
    padding: 1.53571rem;
    display: block;
    font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #d9d6d4; }
  .accordion-navigation .accordion-title {
    padding: 1.25rem 1.53571rem; }

.accordion-title {
  font-weight: 700;
  line-height: 1rem; }

.accordion-content {
  display: none;
  padding: 1.67857rem;
  border: #d9d6d4 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #5f5954; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #5f5954; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #5f5954; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(60, 48, 39, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 1.875rem 1.875rem;
  border: solid 0 #d9d6d4;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #d9d6d4;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 2.5rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #d9d6d4;
  padding: 0.64286rem 1.25rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .modal-footer .btn.farm-to-family-btn-top {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .modal-footer .btn.farm-to-family-btn-top {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0 0 0.64286rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.25rem; } }

.modal-close {
  color: #a1a4a6;
  cursor: pointer;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 0.875rem;
  right: 0.625rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 2.5rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 2.5rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #a1a4a6;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 1.125rem;
  padding: 0.28571rem 0.64286rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(60, 48, 39, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #a1a4a6 #a1a4a6;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.25rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button, .actionBar .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .actionBar .btn.farm-to-family-btn-top {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.64286rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.28571rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.25rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.25rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 2.5rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #a1a4a6;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #5b5754; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #5f5954; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #5f5954; }

.card-body {
  padding: 0.64286rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #5b5754; }

.card-surTitle {
  float: right;
  margin-left: 1.25rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

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

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

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0.9);
  border: 1px solid rgba(0, 0, 255, 0);
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -2.78571rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%233c3027' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -2.78571rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%233c3027' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #5f5954;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #5f5954; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #a9ae36; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

div.slick-slider {
  min-width: 100%;
  width: 1px;
  *width: 100%; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: white;
    border-radius: 0.57143rem;
    color: black;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.42857rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      bottom: 1.25rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

.nanobar {
  display: none;
  height: 0.35714rem;
  pointer-events: none;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 9999; }
  .nanobar .bar {
    background-color: #a1a4a6;
    height: 100%;
    transition: height 0.1s;
    width: 0; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: #f8f8f8 !important;
  border-radius: 4px;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #5f5954;
    font-size: 0.27679rem; }
  .swal2-modal .swal2-content {
    color: #5f5954;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #aea7a1;
    color: #5f5954; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #5f5954; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #a1a4a6;
    color: #3c3027;
    font-size: 1.375rem;
    padding: 0.71429rem 1.89286rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #a1a4a6;
      color: #5f5954; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #a1a4a6;
      color: #5f5954; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #b20062;
    border-color: #b20062;
    color: white; }
    .swal2-modal .swal2-confirm:hover {
      background-color: #545713;
      border-color: #3c3027;
      color: white; }
    .swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:active {
      background-color: #b20062;
      border-color: #b20062;
      color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #a1a4a6;
    color: #3c3027; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #a1a4a6;
    color: #5f5954; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #a1a4a6;
    color: #5f5954; }
  .swal2-modal .button + .button, .swal2-modal .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .swal2-modal .btn.farm-to-family-btn-top + .button, .swal2-modal .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .swal2-modal .button + .btn.farm-to-family-btn-top, .swal2-modal .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .swal2-modal .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
    margin-left: 0.64286rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 1.67857rem;
  margin-top: 1.67857rem; }
  figure > figcaption {
    margin-bottom: -0.42857rem; }

figcaption {
  color: #f8f8f8;
  margin-top: 0.64286rem; }

body {
  font-size: 1rem; }

h1, .h1,
h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
h3,
.h3,
h4,
.h4,
h5,
.table-styled th,
.h5,
h6,
.h6 {
  margin-top: 1.89286rem; }


h5,
.table-styled th,
.h5,
h6,
.h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.25;
  margin: 0.42857rem 0 0; }

.page-heading {
  margin: 0 0 2.5rem;
  text-align: center; }

h1, .h1 {
  font-size: 2.5rem; }


h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title {
  font-size: 2rem; }


h3,
.h3 {
  font-size: 1.5rem; }


h4,
.h4 {
  font-size: 1.25rem; }


h5,
.table-styled th,
.h5 {
  font-size: 1.125rem; }


h6,
.h6 {
  font-size: 0.875rem; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #5b5754;
  float: left;
  font-weight: 400;
  margin: 0 0.28571rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(95, 89, 84, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.42857rem top 0.57143rem;
  border-radius: 4px;
  padding: 0.625rem 2.5rem 0.625rem 0.83333rem; }

.form-label small {
  float: right;
  margin-top: 0.28571rem; }

.form-label--inlineSmall small {
  color: #5b5754;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.28571rem;
  text-transform: none; }

.table {
  margin-top: 1.67857rem; }
  .table td + td {
    border-left: 1px solid #d9d6d4; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.25rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button, .table-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .table-actions .btn.farm-to-family-btn-top {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .table-actions .btn.farm-to-family-btn-top {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .table-actions .btn.farm-to-family-btn-top + .button, .table-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .table-actions .button + .btn.farm-to-family-btn-top, .table-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .table-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
        margin-left: 0.28571rem; } }

.table--line {
  border-color: #d9d6d4;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #d9d6d4;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.25rem; }
  .table--line tr {
    border-color: 1px solid #d9d6d4; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.25rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 3.75rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus, .dropdown-menu .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:focus, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .dropdown-menu .btn.farm-to-family-btn-top:focus {
    z-index: 5; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.64286rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.21429rem 0.92857rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button, #wishlist-dropdown.is-open .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top #wishlist-dropdown.is-open .btn.farm-to-family-btn-top {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button, #wishlist-dropdown.is-open li:not(:last-child) .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top #wishlist-dropdown.is-open li:not(:last-child) .btn.farm-to-family-btn-top {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 1.875rem;
  padding-right: 2.91071rem; }

.modal-header-title {
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center; }
  @media (min-width: 551px) {
    .modal-header-title {
      font-size: 2rem;
      font-weight: 700; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #5f5954;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: white;
    border-radius: 0.57143rem;
    color: black;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #e4dbbc; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%);
    top: 30px; }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem);
    content: '';
    top: 50px; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.875rem 1.875rem; }

.modal--alert {
  background-color: #f8f8f8 !important;
  border-radius: 4px;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #5f5954;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #a9ae36;
      border-color: #a9ae36;
      color: #3c3027; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #545713;
      border-color: #545713;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #545713;
      border-color: #545713;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center;
  margin-top: 15px;
  padding-left: 0; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }
  @media (min-width: 801px) {
    ol.breadcrumbs {
      text-align: left;
      margin-top: 40px;
      margin-left: 45px; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.625rem; }
  .breadcrumb .breadcrumb-label {
    cursor: pointer;
    font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    letter-spacing: normal;
    color: #5f5954; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #5f5954;
    content: "";
    display: inline-block;
    height: 1.1em;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    top: -3px;
    vertical-align: bottom; }

.panel-title {
  font-size: 1.25rem; }

.panel--large .panel-body {
  margin-bottom: 1.67857rem;
  padding: 1.67857rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.25rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #5b5754; }
  .pagination-item.pagination-item--current {
    border-color: #d9d6d4;
    border-radius: 4px;
    margin: 0 0.28571rem 0 0.64286rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #5f5954; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #5f5954; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #5f5954; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #5b5754;
    cursor: inherit;
    line-height: 1.25; }
  .pagination-list--small .pagination-link {
    padding: 0 0.28571rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top {
  line-height: .875rem;
  transition: all 0.15s ease; }
  .button + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
        margin-left: 0.64286rem; } }

.button[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #5f5954; }

.tab {
  border-top: 1px solid #d9d6d4;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #d9d6d4;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 0.92857rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.64286rem 1.25rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.25rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  color: #5f5954;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 1.67857rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 1.67857rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.64286rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #f8f8f8; }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  color: #5b5754;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #5b5754; }

ul.inlineList {
  overflow: visible; }
  ul.inlineList:before, ul.inlineList:after {
    content: " ";
    display: table; }
  ul.inlineList:after {
    clear: both; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.64286rem; }
  .inlineList--labels > li {
    margin-bottom: 0.64286rem;
    margin-left: 0.64286rem; }

.alertBox {
  border-radius: 4px;
  color: #5f5954; }

.alertBox-icon .icon {
  height: 1.78571rem;
  width: 1.78571rem; }

.alertBox--info {
  background-color: #f8f8f8;
  color: #5f5954; }
  .alertBox--info .alertBox-close svg {
    fill: #c2e9f8; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(95, 89, 84, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(95, 89, 84, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem center;
  background-repeat: no-repeat; }

.form-field--success .form-input[name="credit_card_number"] {
  background-position: right 1.89286rem center; }

.form-field--success .form-input[name="cvv"] {
  background-position: right 1.89286rem center; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-option-wrapper {
  display: inline-block;
  position: relative; }
  .form-option-wrapper .form-radio,
  .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.25rem; } }
  .form-actions .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .button + .btn.farm-to-family-btn-top, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top,
    .form-actions .button + input,
    .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + input,
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + input,
    .form-actions .button + a,
    .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + a,
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + a,
    .form-actions input + .button,
    .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input + .btn.farm-to-family-btn-top,
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions input + .btn.farm-to-family-btn-top,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a + .btn.farm-to-family-btn-top,
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions a + .btn.farm-to-family-btn-top,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.64286rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + .button, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .button + .btn.farm-to-family-btn-top, .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top,
        .form-actions .button + input,
        .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + input,
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + input,
        .form-actions .button + a,
        .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + a,
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions .btn.farm-to-family-btn-top + a,
        .form-actions input + .button,
        .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input + .btn.farm-to-family-btn-top,
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions input + .btn.farm-to-family-btn-top,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a + .btn.farm-to-family-btn-top,
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-actions a + .btn.farm-to-family-btn-top,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.64286rem; } }

.form-label--alternate {
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.64286rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.28571rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.42857rem top 0.42857rem;
  background-size: 1.28571rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.42857rem 0.64286rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.42857rem; }

.form-fileDescription {
  color: #f8f8f8;
  font-size: 0.875rem; }

.form-field-group {
  border: 1px solid #aea7a1;
  border-radius: 4px;
  padding: 1.25rem; }

.form-column {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input, .form-prefixPostfix .button, .form-prefixPostfix .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-prefixPostfix .btn.farm-to-family-btn-top {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: #5f5954; }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: #5f5954; }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: #5f5954; }

@media (min-width: 1261px) {
  .form-prefixPostfix .button, .form-prefixPostfix .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-prefixPostfix .btn.farm-to-family-btn-top {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.28571rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.64286rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.64286rem;
      order: 0; } }

.form-increment .button, .form-increment .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-increment .btn.farm-to-family-btn-top {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

.form-option {
  border: 1px solid #aea7a1;
  color: #5f5954;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.42857rem;
  margin-right: 0.42857rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #5f5954; }
  .form-radio:checked + .form-option {
    border-color: #5f5954;
    box-shadow: 0 0 0 1px #5f5954; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.28571rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1rem;
  padding: 0.42857rem 0.64286rem; }

.form-minMaxRow {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem; }
  .form-minMaxRow .button, .form-minMaxRow .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-minMaxRow .btn.farm-to-family-btn-top {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable::before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }

.card-img-container {
  max-width: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  /* Object-fit polyfill */
  font-family: "object-fit: contain;";
  max-height: 100%;
  object-fit: contain;
  width: 100%; }

.card-title {
  font-size: 1.125rem;
  margin: 0 0 0.21429rem; }
  .card-title > a {
    color: #5f5954;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #5f5954; }

.card-text {
  margin-bottom: 0.14286rem; }
  .card-text .price-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.64286rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.25rem; } }
  .card--alternate:hover {
    border-color: #e4dbbc; }
    .card--alternate:hover .card-body {
      background-color: #e4dbbc; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.28571rem;
  padding-left: 1.53571rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #5f5954;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(95, 89, 84, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(95, 89, 84, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #dad6d4; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #d9d6d4;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.21429rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #5f5954; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 3.75rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.64286rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #5f5954; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #a1a4a6; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #5b5754;
        margin: 0;
        padding-left: 0.64286rem; } }
  .navBar--sub .navBar-action {
    color: #5b5754;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #5b5754; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #aea7a1;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #5f5954; }

.actionBar-section .form-label {
  color: #5b5754;
  font-size: 0.875rem;
  line-height: 1.85714rem;
  margin-bottom: 0;
  padding-left: 0.64286rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.14286rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #5f5954;
  height: 1.85714rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #5f5954;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.25rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.25rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.25rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.64286rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #3c3027;
  font-weight: 700;
  padding: 1rem 0.64286rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #3c3027; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #3c3027;
      stroke: #3c3027; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.14286rem; }
  .navUser-action svg {
    fill: #3c3027;
    stroke: #3c3027;
    transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu::before {
  left: auto !important;
  right: 0.64286rem; }

.navUser-action--currencySelector + .dropdown-menu::after {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.25rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

.navUser-action-divider {
  border-right: 1px solid #d9d6d4;
  color: #5b5754;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #3c3027; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #3c3027; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.28571rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.64286rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.78571rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #3c3027;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #f8f8f8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: white;
  display: none;
  padding: 1.25rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 2.5rem; } }
  .dropdown--quickSearch.is-open {
    display: block;
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 1.25rem;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.25rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 2.5rem 0 0; } }

.countPill {
  background-color: #dddfaf;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.14286rem;
  text-align: center;
  width: 20px; }

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

.countPill--alt {
  background-color: #f8f8f8;
  color: #5f5954; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #e4dbbc;
  margin: 0.28571rem 0.64286rem;
  padding-left: 0.64286rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative;
      border-bottom: 5px solid rgba(218, 214, 212, 0.4); } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.25rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.25rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.25rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0;
  vertical-align: bottom; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #e4dbbc;
    margin-top: 0.64286rem;
    padding-top: 0.64286rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #e4dbbc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #3c3027;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.64286rem 0.35rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.64286rem 0.92857rem 0.92857rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: -5px; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #3c3027;
    stroke: #3c3027; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #3c3027; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #3c3027;
      stroke: #3c3027; }
  .navPages-action svg {
    fill: #3c3027;
    stroke: #3c3027;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #5b5754; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.64286rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.25rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.64286rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 2.5rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.25rem 1.25rem 1.89286rem;
      position: absolute;
      text-align: left;
      overflow: auto;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      height: auto;
      max-height: calc(100vh - 171px); }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        /*margin-right: auto;*/ } }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #e4dbbc;
    display: inherit;
    height: auto;
    margin-left: 15.35714rem;
    padding: 0 !important;
    top: 0;
    width: 16.35714rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.64286rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: left;
      /*        padding: 0 0.75rem !important; // 1*/ }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #e4dbbc;
        margin-bottom: 0.92857rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.64286rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.64286rem 0 0.92857rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.25rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.64286rem 0 0.92857rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    box-sizing: content-box;
    display: inline-block;
    height: 100%;
    text-align: right;
    width: 100%; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.28571rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #d9d6d4;
  margin-bottom: 0.64286rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #d9d6d4; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #d9d6d4; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.64286rem 1.25rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #5b5754;
    display: inline-block;
    padding: 0.28571rem 0.42857rem;
    text-decoration: none; }
    .tag a:hover {
      color: #5b5754; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 1.375rem; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #e4dbbc; }
    .socialLinks .icon svg {
      fill: #5f5954;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.28571rem;
    margin-right: 0.64286rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    height: 2rem;
    position: relative; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent white transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: white;
      border-radius: 0.57143rem;
      color: black;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #5b5754; }

.heroCarousel {
  margin-bottom: 3.75rem;
  margin-top: -1.25rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.25rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.42857rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.25rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.64286rem 1.25rem 2.5rem;
  text-align: center; }
  @media (min-width: 551px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 1.875rem;
      padding: 1.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #5f5954;
  font-size: 1.25rem;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 4rem; } }

.heroCarousel-description {
  color: #5f5954;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 0.875rem; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 1.125rem; } }

.heroCarousel-action {
  margin: 1.25rem 0 0; }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #f8f8f8;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

.account--addReturn .table {
  display: block;
  margin-bottom: 2.5rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 5rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.25rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.64286rem;
        padding-top: 0.64286rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.25rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.14286rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 1.125rem; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #f8f8f8;
  margin-bottom: 0.28571rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.28571rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px;
  margin: 0; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-track {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px; }
    .productCarousel .slick-track .add-to-cart {
      height: 40px;
      margin-top: auto;
      margin-bottom: 15px; }
      .productCarousel .slick-track .add-to-cart .button, .productCarousel .slick-track .add-to-cart .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .productCarousel .slick-track .add-to-cart .btn.farm-to-family-btn-top {
        height: 34px !important; }
    .productCarousel .slick-track .card-figcaption-button {
      line-height: 1rem;
      padding: 0 !important; }

.productCarousel-slide {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-body {
      text-align: left; }
      .productCarousel-slide .card .card-body .card-commodity {
        color: #615126;
        font-size: 0.625rem;
        line-height: 1rem;
        margin-bottom: 5px; }
      .productCarousel-slide .card .card-body .card-title {
        overflow-wrap: break-word; }
        .productCarousel-slide .card .card-body .card-title a {
          font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
          font-size: 0.875rem;
          color: #5F5954; }
      .productCarousel-slide .card .card-body .btn-show-price {
        font-size: 0.625rem;
        color: #5F5954;
        border-bottom: 1px solid #e4dbbc;
        width: fit-content;
        text-transform: uppercase; }
        .productCarousel-slide .card .card-body .btn-show-price:hover {
          text-decoration: none;
          border-bottom: 1px solid #5F5954; }
    .productCarousel-slide .card .card-figure__link .card-img-container .product-tags {
      position: absolute;
      z-index: 1;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      gap: 0.5em; }
      .productCarousel-slide .card .card-figure__link .card-img-container .product-tags span {
        width: -moz-fit-content;
        width: fit-content;
        padding: 3px 6px;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 500;
        line-height: 15.6px;
        border-radius: 2px;
        color: #000000; }
        .productCarousel-slide .card .card-figure__link .card-img-container .product-tags span.organic {
          background: #a9ae36; }
        .productCarousel-slide .card .card-figure__link .card-img-container .product-tags span.local {
          background: #75a9b0; }
        .productCarousel-slide .card .card-figure__link .card-img-container .product-tags span.seasonal {
          background: #f6be6a; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-title {
  margin: 0;
  text-transform: none; }

.productReview-author {
  color: #5b5754;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.28571rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView-images {
  margin-bottom: 2.5rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  max-width: 450px; }
  @media (min-width: 801px) {
    .productView-image {
      height: 100%;
      max-height: 767px;
      max-width: 767px; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.64286rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    height: 100%;
    object-fit: contain;
    width: 100%; }
  @media (min-width: 801px) {
    .productView-img-container {
      margin: 0 0 auto; } }
  .productView-img-container::after {
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  margin-left: -0.28571rem;
  margin-right: -0.28571rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  padding: 0.28571rem;
  text-align: center; }
  @media (min-width: 801px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #d9d6d4;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #5f5954; }

.productView-details {
  padding-bottom: 1.67857rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #d9d6d4;
    padding-bottom: 1.67857rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 1.25rem;
  margin: -0.64286rem 0 0.28571rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.25rem; } }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 2.5rem; } }

.productView-brand {
  color: #5b5754;
  font-size: 1.125rem;
  margin: 0 0 0.64286rem; }
  @media (min-width: 801px) {
    .productView-brand {
      font-size: 1.25rem;
      margin: -0.14286rem 0 1rem; } }
  .productView-brand a {
    color: #5b5754; }
    .productView-brand a:hover {
      color: #5b5754; }

.productView-price {
  font-size: 1.125rem;
  margin-bottom: 0.42857rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 2rem;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 1.125rem; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  color: #5b5754;
  display: inline-block;
  margin-left: 0.28571rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #5b5754; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.64286rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.25rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.14286rem;
  margin-right: 0.28571rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
      font-size: 0.875rem;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.28571rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.25rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 0.875rem; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.25rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button, .productView-options .form-action .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .productView-options .form-action .btn.farm-to-family-btn-top {
    width: 100%; }
    @media (min-width: 801px) {
      .productView-options .form-action .button, .productView-options .form-action .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .productView-options .form-action .btn.farm-to-family-btn-top {
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .form-action .button, .productView-options .form-action .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .productView-options .form-action .btn.farm-to-family-btn-top {
        margin-right: 0.64286rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.64286rem; }

.productOptions-list {
  border: 1px solid #aea7a1;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.25rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #aea7a1; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 2.5rem; }

.productOptions-list-item-content {
  padding-left: 1.21429rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #f8f8f8; }

.compareTable {
  border-top: 1px solid #d9d6d4;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #d9d6d4; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.21429rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.21429rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 2.71429rem 1rem 1.21429rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.21429rem; } }

.compareTable-removeProduct {
  background-color: #d9d6d4;
  border-radius: 50%;
  height: 2.25rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.25rem; }
  .compareTable-removeProduct .icon {
    fill: #5f5954;
    height: 1.25rem;
    margin-top: 0.42857rem;
    width: 1.25rem; }

.compareTable-product {
  font-weight: 400;
  padding: 1.67857rem 1rem 1.21429rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 5rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button, .compareTable-action .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .compareTable-action .btn.farm-to-family-btn-top {
    display: block;
    padding-left: 0.64286rem;
    padding-right: 0.64286rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.25rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #d9d6d4;
  margin-bottom: 1.89286rem; }
  .toggle:last-of-type {
    margin-bottom: 3.78571rem; }

.toggle-title {
  margin-bottom: 1.89286rem; }

.toggleLink {
  color: #5b5754; }
  .toggleLink:hover {
    color: #5b5754; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 0.875rem;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #d9d6d4 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 1.67857rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 1.67857rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 1.67857rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.25rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #e4dbbc;
  color: white;
  padding: 0.64286rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.25rem; }

.facetLabel {
  background: #d9d6d4;
  border-radius: 4px;
  padding: 0.14286rem 0.42857rem 0.14286rem 0.57143rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #5b5754;
    position: relative;
    top: -1px; }

.cart-additionalCheckoutButtons:before, .previewCart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after, .previewCart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .previewCart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after, .previewCart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p, .previewCart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.42857rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div, .previewCart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart {
  display: block;
  margin-bottom: 1.25rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #d9d6d4;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #d9d6d4;
  clear: both;
  display: block;
  padding: 1.25rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.28571rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.25rem;
  position: relative;
  text-align: center;
  width: 33.33333%; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  max-height: 14rem;
  max-width: 100px; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.25rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.25rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.25rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-content-padding-right {
  padding-right: 4px; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.14286rem 1px 1.25rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #5f5954;
  float: left;
  margin-bottom: 0.28571rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.25rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.25rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #5b5754;
  margin-bottom: 0.14286rem; }

.cart-item-name {
  display: inline-block;
  font-size: 1.125rem;
  margin: 0; }
  .cart-item-name__label {
    display: inline-block; }
  .cart-item-name + .definitionList {
    margin-top: 0.28571rem; }

.cart-item-options--giftWrapping {
  margin-top: 0.92857rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #5f5954; }

.cart-remove {
  background-color: #d9d6d4;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.14286rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #5f5954; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.25rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #d9d6d4; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.42857rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.64286rem;
    padding: 0 0.64286rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #5b5754;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.42857rem 0 0.42857rem 1.25rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  padding-bottom: 0.14286rem;
  padding-top: 0.14286rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.21429rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #5b5754;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #5b5754; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .coupon-form .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .coupon-form .btn.farm-to-family-btn-top,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-gift-certificate-form .btn.farm-to-family-btn-top {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .coupon-form .btn.farm-to-family-btn-top,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-gift-certificate-form .btn.farm-to-family-btn-top {
    margin: 0 0 0 2%;
    padding-left: 0.64286rem;
    padding-right: 0.64286rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.64286rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2.28571rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-actions .btn.farm-to-family-btn-top {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button, .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-actions .btn.farm-to-family-btn-top {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.28571rem; }

.previewCart-additionalCheckoutButtons {
  padding-bottom: 1.25rem;
  padding-right: 1.25rem; }

@media (max-width: 551px) {
  #cart-customer-notice {
    margin-bottom: 15px; } }

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: table-row;
  line-height: 0.9375rem; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #d9d6d4; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.33333%;
  padding: 0;
  position: relative;
  text-align: center; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 90%; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

.previewCartItem-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.14286rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #5b5754;
  display: inline-block;
  font-size: 0.875rem; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #d9d6d4;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.64286rem 0.28571rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.25rem 0.64286rem; } }
  .previewCartAction .button, .previewCartAction .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .previewCartAction .btn.farm-to-family-btn-top {
    margin: 0;
    padding-left: 0.64286rem;
    padding-right: 0.64286rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.28571rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.64286rem;
  padding-top: 0.28571rem; }

.previewCartAction-viewCart {
  padding-left: 0.28571rem; }

.previewCart-emptyBody {
  padding: 2.5rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.64286rem;
  margin-right: -0.64286rem; }

.address {
  display: inline-block;
  padding: 0 0.64286rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.25rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.25rem 1.25rem 3.75rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.64286rem;
    margin-top: 1.25rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.25rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .btn.farm-to-family-btn-top {
      margin-bottom: 0.64286rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .btn.farm-to-family-btn-top + .button, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .button + .btn.farm-to-family-btn-top, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .btn.farm-to-family-btn-top + .button, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .button + .btn.farm-to-family-btn-top, .panel--address .form-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .panel--address .form-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
            margin-left: 0.28571rem; } }

.address-title {
  margin: 0 0 0.64286rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.64286rem; }

.address-details--postal {
  font-size: 1.125rem; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #5b5754;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #5f5954; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #d9d6d4;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 4rem;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.53571rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.53571rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.64286rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.64286rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.53571rem; } }
  .video:hover, .video.is-active {
    color: #5f5954;
    opacity: 1; }

.video-figure {
  margin-right: 1.53571rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .productView {
    padding: 1rem;
    margin: 0; }
    @media (min-width: 801px) {
      .previewCart .productView {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 75%;
        float: left;
        display: flex;
        margin: 0;
        padding-bottom: 0;
        padding-top: 0;
        width: 55%; } }
  .previewCart .productView-image {
    margin: 15px auto 0;
    height: 100px;
    width: 100px; }
    @media (min-width: 801px) {
      .previewCart .productView-image {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 58.33333%;
        float: left;
        display: flex;
        flex-direction: column;
        margin: 0;
        width: 100%;
        height: 100%;
        justify-content: start;
        align-items: flex-start; } }
  .previewCart .productView-img-container {
    width: 100px;
    height: 100px;
    margin: 0; }
    @media (min-width: 801px) {
      .previewCart .productView-img-container {
        width: 350px;
        height: 350px; } }
  .previewCart .productView-image--cart {
    width: 100%;
    height: 100%;
    margin: 0; }
    @media (min-width: 801px) {
      .previewCart .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto; } }
  .previewCart .productView-details {
    margin-top: 15px;
    padding: 0; }
    @media (min-width: 801px) {
      .previewCart .productView-details {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 41.66667%;
        float: left;
        width: 60vw; } }
    .previewCart .productView-details .productView-title {
      margin-top: 0; }
      @media (min-width: 801px) {
        .previewCart .productView-details .productView-title {
          font-size: 1.5rem; } }
    @media (min-width: 801px) {
      .previewCart .productView-details .productView-price {
        font-size: 1.25rem; } }

.previewCartCheckout {
  background: #d9d6d4;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: right;
      padding: 1.25rem;
      width: 45%; } }
  .previewCartCheckout .button, .previewCartCheckout .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .previewCartCheckout .btn.farm-to-family-btn-top {
    width: 100%;
    line-height: 1.2; }
    .previewCartCheckout .button + p, .previewCartCheckout .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + p, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .previewCartCheckout .btn.farm-to-family-btn-top + p {
      margin-top: 0.64286rem; }
    .previewCartCheckout .button:not(:last-child), .previewCartCheckout .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:not(:last-child), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .previewCartCheckout .btn.farm-to-family-btn-top:not(:last-child) {
      margin-bottom: 0.64286rem; }
  .previewCartCheckout .text-link {
    font-size: .75rem;
    margin-left: 0;
    color: #3c3027;
    padding: 0;
    height: 15px;
    width: fit-content;
    margin: 25px auto 0;
    border-bottom: 1px solid #3c3027; }
  .previewCartCheckout [data-cart-quantity] {
    margin-top: 15px; }

.previewCartCheckout-price {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  line-height: 1.75; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.42857rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.25rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.25rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

/* a2c modal overrides for PDP */
.modal.modal--large {
  width: 1000px; }

.maintenanceNotice {
  background-color: #facfbf;
  box-shadow: 0 0 5px #f8f8f8;
  color: #5f5954;
  left: 0.92857rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 0.92857rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #5f5954; }

.maintenanceNotice-header {
  font-family: "Metropolis-Bold";
  margin: 0 0 0.64286rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #f8f8f8;
  color: #5f5954;
  display: none; }
  .cookieMessage .button, .cookieMessage .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cookieMessage .btn.farm-to-family-btn-top {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button, .cookieMessage .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cookieMessage .btn.farm-to-family-btn-top {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cookieMessage .btn.farm-to-family-btn-top {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.25rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.64286rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin: 2.5rem auto 5rem;
  max-width: 64.28571rem; }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 5rem; } }

.login-form {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left;
      margin-top: 2.5rem; } }

.new-customer {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 2.5rem; }

.new-customer-fact {
  padding-left: 0.64286rem; }

.search-suggestion {
  margin-bottom: 1.67857rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 2.5rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.25rem; }

.quickSearchResults {
  margin-top: 1.25rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.25rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.25rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.category-suggestion-list {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.33333%;
  float: left;
  font-size: 1.125rem; }

.search-refine {
  margin-left: 1.25rem; }

.quickSearchMessage {
  font-size: 2.5rem;
  margin: 1.25rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #d9d6d4;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #d9d6d4;
  padding: 1.25rem 0;
  position: relative;
  color: red; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #d9d6d4;
  font-weight: 700;
  padding: 1.67857rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.64286rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.64286rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 1.67857rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.64286rem;
  top: -0.64286rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.25rem;
    margin-top: 0.28571rem;
    width: 1.25rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  padding-bottom: 2.92857rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #5b5754; }

.account-product-title {
  margin: 0 0 0.14286rem;
  text-transform: inherit;
  line-height: 1.4; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.64286rem; }

.account-product-subtitle {
  color: #f8f8f8;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  margin: -0.14286rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 1.125rem; }

.account-product-description + .definitionList {
  margin: -1.28571rem 0 1.25rem; }

.account-product-refundQty {
  color: #f8f8f8;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.25rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #5b5754;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.28571rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.25rem;
      margin: 0;
      padding: 0;
      width: 1.25rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle;
    color: #5b5754; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 1.125rem;
  margin-top: -1.25rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.25rem 0; }

.account-orderTotal-key {
  color: #5b5754;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #d9d6d4;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 1.25rem; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: white;
  color: #3c3027;
  display: inline-block;
  font-size: 12px;
  line-height: 0.875rem;
  margin: 0 0 0.28571rem;
  padding: 0.14286rem 0.42857rem; }

.account-orderStatus-action {
  color: #5b5754;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.4px;
  margin-left: 0.64286rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #5b5754; }

.account .pagination {
  color: #f8f8f8;
  margin-top: 2.5rem;
  text-align: center; }

.account-message .is-read {
  color: #f8f8f8; }

.account-sidebar-block {
  font-size: 1.125rem; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 2.5rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.25rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #e4dbbc;
  font-weight: 400;
  margin-top: 1.25rem; }

.account-downloads-summary {
  border-bottom: 1px solid #d9d6d4;
  font-size: 1.125rem;
  padding-bottom: 1.25rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.25rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #5b5754;
  font-size: 1.125rem;
  margin-bottom: 0.14286rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #5b5754; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.25rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.64286rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.64286rem;
  margin-bottom: 1.25rem; }
  .paymentMethodsGrid-item {
    padding: 0.64286rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #d9d6d4;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button, .paymentMethod .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .paymentMethod .btn.farm-to-family-btn-top {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.64286rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 0.875rem;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 0.875rem;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.64286rem; }
  .methodHeader-default {
    fill: #a1a4a6;
    height: 1.28571rem;
    margin-left: 0.64286rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 1.125rem;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 0.875rem; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.64286rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.64286rem; } }

.paymentMethodForm-heading {
  color: #5f5954;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  margin-top: 1.25rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.14286rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.25rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #f8f8f8;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 2.5rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.64286rem; }

.paymentMethodForm-details-description {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.4px; }

.skip-to-main-link {
  background: white;
  color: #5f5954;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #d9d6d4;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #d9d6d4;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 3.5rem auto 3.75rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #f8f8f8;
        margin: 0;
        padding: 0.28571rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #5f5954;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0.35rem auto 0;
    position: relative;
    text-decoration: none;
    width: fit-content;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto;
        margin-top: 0; } }
    .header-logo__link:hover {
      color: #5f5954; }
    .header-logo__link:active {
      color: #5f5954; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 2rem; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.64286rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.64286rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50;
  margin-top: 5px; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #5f5954;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #5f5954;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 5rem;
  margin-top: 1.25rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.25rem; } }

.body.home-page {
  margin-top: 101px !important; }
  @media (min-width: 801px) {
    .body.home-page {
      margin-top: 0 !important; } }

.body.category-page {
  margin-top: 60px !important; }
  @media (min-width: 801px) {
    .body.category-page {
      margin-top: 0 !important; } }

@media (min-width: 551px) {
  .body.auth-page [data-type="ConfirmPassword"] {
    float: right; } }

.page {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 75%;
        float: left; } }

.footer .container {
  max-width: 1440px;
  margin: auto;
  padding: 0; }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  color: #5b5754;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit;
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }

a.footer-info-heading {
  color: #333; }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .footer-info-list a {
    color: #5b5754;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #5b5754; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #5b5754;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #5b5754;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #5b5754;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #5b5754; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.25rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 2.5rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.28571rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #5f5954; }

.footer-newsletter-summary {
  text-align: left; }

.bottom-cart-container .bottom-cart-inner {
  padding: 10px 0 !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90.71429rem;
  padding: 0 1.25rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 5rem; } }

.blog {
  margin-bottom: 1.25rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #d9d6d4;
    margin-top: 2.5rem;
    padding-top: 2.5rem; }
  .blog .tags {
    margin-top: 2.5rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 2.5rem; }

.blog-title {
  font-size: 1.5rem;
  margin: 0 1.25rem 0.28571rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #5b5754;
  text-align: center; }

.blog-author {
  margin-bottom: 2.25rem; }

.blog-post {
  font-size: 1.125rem;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #d9d6d4;
  margin-top: 1.67857rem;
  padding-top: 1.67857rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.25rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.25rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.25rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 2.5rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.33333%;
      float: none; } }

.plp-list-view .button.button--primary, .plp-list-view .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .plp-list-view .button--primary.btn.farm-to-family-btn-top {
  visibility: hidden; }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.64286rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #5f5954; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #5f5954; }

.listItem-figure {
  margin: 0 0 1.25rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.64286rem;
      padding-right: 0.64286rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
    .listItem-figure__link .product-tags {
      display: none !important;
      align-items: flex-start; }
      @media (min-width: 551px) {
        .listItem-figure__link .product-tags {
          display: block !important; } }
  .listItem-figure .listItem-button {
    margin: 1.25rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.21429rem;
    padding-right: 0.64286rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 5rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.28571rem; }

.listItem-brand {
  color: #f8f8f8;
  font-size: 1rem;
  margin: 0 0 0.14286rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 1.125rem;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 1.125rem;
  margin: 0 0 0.14286rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 1.25rem; } }
  .listItem-title > a {
    text-decoration: none; }

@media (min-width: 801px) {
  .listItem-price {
    font-size: 1.25rem; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 0.875rem;
      padding: 0.42857rem 1.25rem; } }

.listItem-actions .button, .listItem-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .listItem-actions .btn.farm-to-family-btn-top {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .listItem-actions .btn.farm-to-family-btn-top {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .listItem-actions .btn.farm-to-family-btn-top + .button, .listItem-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .listItem-actions .button + .btn.farm-to-family-btn-top, .listItem-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .listItem-actions .btn.farm-to-family-btn-top + .btn.farm-to-family-btn-top {
        margin: 0.64286rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 2.5rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #d9d6d4;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #cb4867; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #cb4867; }

.starwrap {
  height: 3.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.42857rem;
  padding-right: 0.64286rem;
  padding-top: 0.07143rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #cb4867;
  color: white; }

.sold-out-flag-side {
  background: #cb4867;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.07143rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.sale-flag-sash {
  background: #cb4867;
  color: white; }

.sold-out-flag-sash {
  background: #cb4867;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #5f5954;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.25rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 2.5rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: left; }

.account-body {
  margin: 0 -0.625rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666; }

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline; }

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted; }

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

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8; }

/*
 * Emphasize
 */
em {
  color: #f0506e; }

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none; }

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666; }

/*
 * Quote
 */
q {
  font-style: italic; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box; }

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px; }

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0; }

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0; }

/* Add margin if adjacent element */
* + p,
* + ul,
* + ol,
* + dl,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 20px; }

/* Headings
 ========================================================================== */
h1, .h1, .uk-h1,
h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .uk-h2,
h3,
.h3, .uk-h3,
h4,
.h4, .uk-h4,
h5,
.table-styled th,
.h5, .uk-h5,
h6,
.h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none; }

/* Add margin if adjacent element */
* + h1, * + .h1, * + .uk-h1,
* + h2,
* + .h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading * + .pcf-shopping-list-title, * + .uk-h2,
* + h3,
* + .h3, * + .uk-h3,
* + h4,
* + .h4, * + .uk-h4,
* + h5,
.table-styled * + th,
* + .h5, * + .uk-h5,
* + h6,
* + .h6, * + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge {
  margin-top: 40px; }

/*
 * Sizes
 */
h1, .h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2; }


h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3; }


h3,
.h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4; }


h4,
.h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4; }


h5,
.table-styled th,
.h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4; }


h6,
.h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .h1, .uk-h1 {
    font-size: 2.625rem; }
  
  h2,
  .h2,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .uk-h2 {
    font-size: 2rem; } }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5; }

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333; }

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px; }

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0; }

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666; }
  blockquote footer::before {
    content: "— "; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff; }

pre code {
  font-family: Consolas, monaco, monospace; }

/* Focus
 ========================================================================== */
:focus {
  outline: none; }

:focus-visible {
  outline: 2px dotted #333; }

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block; }

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

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

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px; }

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999; }

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #666; }

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit; }

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999; }

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit; }

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #1e87f0;
  text-decoration: none; }

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important; }

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important; }

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2; }

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1; }

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1; }

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1; }

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1; }

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem; }
  .uk-heading-medium {
    font-size: 3.5rem; }
  .uk-heading-large {
    font-size: 4rem; }
  .uk-heading-xlarge {
    font-size: 6rem; }
  .uk-heading-2xlarge {
    font-size: 8rem; } }

/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem; }
  .uk-heading-large {
    font-size: 6rem; }
  .uk-heading-xlarge {
    font-size: 8rem; }
  .uk-heading-2xlarge {
    font-size: 11rem; } }

/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative; }

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: calc(-0.1 * 1em);
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-right: calc(5px + 0.2em);
  border-left: calc(5px + 0.1em) solid #e5e5e5; }

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden; }

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative; }

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (calc(0.2px + 0.05em) / 2));
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5; }

.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em); }

.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em); }

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*='uk-divider'] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + [class*='uk-divider'] {
  margin-top: 20px; }

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5; }

.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%; }

.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%; }

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0; }

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top; }

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5; }

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none; }

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  break-inside: avoid-column; }

/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0; }

/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px; }

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-left: 30px; }

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal; }

.uk-list-decimal > * {
  counter-increment: decimal; }

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right; }

.uk-list-disc > ::before {
  list-style-type: disc; }

.uk-list-circle > ::before {
  list-style-type: circle; }

.uk-list-square > ::before {
  list-style-type: square; }

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . "; }

.uk-list-hyphen > ::before {
  content: '–\00A0\00A0'; }

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important; }

.uk-list-emphasis > ::before {
  color: #333 !important; }

.uk-list-primary > ::before {
  color: #1e87f0 !important; }

.uk-list-secondary > ::before {
  color: #222 !important; }

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-left: 30px; }

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px; }
  .uk-list-striped > *:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8; }

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px; }

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0; }

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px; }

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0; }

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px; }

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0; }

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0; }

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase; }

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px; }

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px; }

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px; }

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase; }

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top; }

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0; }

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem; }

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999; }

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5; }

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd; }

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd; }

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px; }

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px; }

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0; }

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0; }

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px; }

.uk-table-expand {
  min-width: 150px; }

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important; }

.uk-table-link > a {
  display: block;
  padding: 16px 12px; }

.uk-table-small .uk-table-link > a {
  padding: 10px 12px; }

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block; }
  .uk-table-responsive thead {
    display: none; }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important; }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important; }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important; }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0; } }

.uk-table tbody tr {
  transition: background-color 0.1s linear; }

.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0; }

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0); }

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none; }

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important; }

.uk-icon-link:hover {
  color: #666; }

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959; }

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666; }

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666; }

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent; }

/* Focus */
.uk-range:focus {
  outline: none; }

.uk-range::-moz-focus-outer {
  border: none; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer; }

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer; }

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dfdfdf; }

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px; }

.uk-range:focus::-moz-range-track {
  background: #dfdfdf; }

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc; }

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit; }

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

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none; }

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold; }

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

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

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

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1; }

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer; }

/*
 * Define consistent border, margin, and padding.
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none; }

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border; }

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block; }

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px; }

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top; }

.uk-select[multiple],
.uk-select[size] {
  resize: vertical; }

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0; }

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5; }

/*
 * Placeholder
 */
.uk-input::placeholder {
  color: #999; }

.uk-textarea::placeholder {
  color: #999; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem; }

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px; }

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px; }

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px; }

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem; }

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px; }

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px; }

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px; }

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e; }

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #5f5954;
  border-color: #32d296; }

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent; }

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid; }

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px; }

select.uk-form-width-xsmall {
  width: 75px; }

.uk-form-width-small {
  width: 130px; }

.uk-form-width-medium {
  width: 200px; }

.uk-form-width-large {
  width: 500px; }

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%; }

/* 3 */
.uk-select:not([multiple]):not([size]) option {
  color: #666; }

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%; }

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important; }

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border; }

.uk-radio {
  border-radius: 50%; }

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #1e87f0; }

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent; }

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6ecd; }

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5; }

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4; }

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle; }

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type="file"] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  left: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer; }

.uk-form-custom input[type="file"] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden; }

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 1rem; }

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px; }

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left; }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px; }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px; } }

/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #666; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important; }

/*
 * Position modifier
 */
.uk-form-icon-flip {
  right: 0;
  left: auto; }

.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important; }

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color; }

.uk-button:not(:disabled) {
  cursor: pointer; }

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none; }

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5; }

/* Hover */
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2; }

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999; }

/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent; }

/* Hover */
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff; }

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6ecd;
  color: #fff; }

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent; }

/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff; }

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #090909;
  color: #fff; }

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent; }

/* Hover */
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff; }

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff; }

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5; }

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem; }

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem; }

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative; }
  .uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid currentColor;
    transition: right 0.3s ease-out; }

/* Hover */
.uk-button-text:hover {
  color: #333; }
  .uk-button-text:hover::before {
    right: 0; }

/* Disabled */
.uk-button-text:disabled {
  color: #999; }
  .uk-button-text:disabled::before {
    display: none; }

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333; }

/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none; }

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none; }

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative; }

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px; }

/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1; }

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden; }

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px; }

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
  background-color: transparent; }

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease; }

.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  /* 1 */
  transition: width 0.6s ease; }

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px; }

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px; } }

/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0; }

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  background: #fff; }

/*
 * Muted
 */
.uk-section-muted {
  background: #f8f8f8; }

/*
 * Primary
 */
.uk-section-primary {
  background: #1e87f0; }

/*
 * Secondary
 */
.uk-section-secondary {
  background: #222; }

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0; }

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0; }

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px; }

.uk-container-small {
  max-width: 900px; }

.uk-container-large {
  max-width: 1400px; }

.uk-container-xlarge {
  max-width: 1600px; }

.uk-container-expand {
  max-width: none; }

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0; }

.uk-container-expand-right {
  margin-right: 0; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px); } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px); }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px); }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px); }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px); }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px); } }

/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px); }

.uk-container-item-padding-remove-left {
  margin-left: -15px; }

.uk-container-item-padding-remove-right {
  margin-right: -15px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px); }
  .uk-container-item-padding-remove-left {
    margin-left: -30px; }
  .uk-container-item-padding-remove-right {
    margin-right: -30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px); }
  .uk-container-item-padding-remove-left {
    margin-left: -40px; }
  .uk-container-item-padding-remove-right {
    margin-right: -40px; } }

/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px; } }

/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0; }

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px; }

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px; }

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px; } }

/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px; } }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  background-color: #fff; }

/*
 * Muted
 */
.uk-tile-muted {
  background-color: #f8f8f8; }

/*
 * Primary
 */
.uk-tile-primary {
  background-color: #1e87f0; }

/*
 * Secondary
 */
.uk-tile-secondary {
  background-color: #222; }

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out; }

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px; }

.uk-card-header {
  display: flow-root;
  padding: 15px 30px; }

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px; }
  .uk-card-header {
    padding: 20px 40px; }
  .uk-card-footer {
    padding: 20px 40px; } }

/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0; }

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4; }

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase; }

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0; }

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-default .uk-card-title {
  color: #333; }

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5; }

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5; }

/*
 * Primary
 */
.uk-card-primary {
  background-color: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-primary .uk-card-title {
  color: #fff; }

.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/*
 * Secondary
 */
.uk-card-secondary {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-card-secondary .uk-card-title {
  color: #fff; }

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px; }

.uk-card-small .uk-card-header {
  padding: 13px 20px; }

.uk-card-small .uk-card-footer {
  padding: 13px 20px; }

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px; }
  .uk-card-large .uk-card-header {
    padding: 35px 70px; }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px; } }

/*
     * Default
     */
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px; }

.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px; }

.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-left: 30px;
  padding-right: 30px; }

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px; }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px; }
  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-left: 40px;
    padding-right: 40px; }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px; } }

/*
     * Small
     */
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px; }

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px; }

.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-left: 20px;
  padding-right: 20px; }

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px; }

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0; }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0; }
  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-left: 0;
    padding-right: 0; }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px; } }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity; }

/* Hover */
.uk-close:hover {
  color: #666; }

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite; }

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round; }

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px; }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg); } }

/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out; }

/* Hover */
.uk-totop:hover {
  color: #666; }

/* OnClick */
.uk-totop:active {
  color: #333; }

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px; }

/* Hover */
.uk-marker:hover {
  color: #fff; }

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #5f5954; }

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4; }

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0; }

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296; }

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a; }

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e; }

/*
     * Content
     */
.uk-alert h1, .uk-alert .h1,
.uk-alert h2,
.uk-alert .h2,
.uk-alert .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-alert .pcf-shopping-list-title,
.uk-alert h3,
.uk-alert .h3,
.uk-alert h4,
.uk-alert .h4,
.uk-alert h5,
.uk-alert .table-styled th,
.table-styled .uk-alert th,
.uk-alert .h5,
.uk-alert h6,
.uk-alert .h6 {
  color: inherit; }

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline; }

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline; }

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5; }

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0; }

/*
 * Required for `a`
 */
.uk-badge:hover {
  text-decoration: none; }

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase; }

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff; }

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff; }

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff; }

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px; }

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0; }

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  background: rgba(255, 255, 255, 0.8); }

/*
 * Primary
 */
.uk-overlay-primary {
  background: rgba(34, 34, 34, 0.8); }

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root; }

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0; }

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px; }

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem; } }

/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }
  .uk-article-meta a {
    color: #999; }
  .uk-article-meta a:hover {
    color: #666;
    text-decoration: none; }

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4; }

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none; }

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px; }

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none; }

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px; } }

/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px; }

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8; }

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0; }

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1; }

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666; }

.uk-search-input:focus {
  outline: none; }

/* Placeholder */
.uk-search-input::placeholder {
  color: #999; }

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999; }

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999; }

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none; }

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto; }

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px; }

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  border: 1px solid #e5e5e5; }

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e87f0; }

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px; }

.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }

.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 400px; }

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem; }

/* Focus */
/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px; }

.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px; }

.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px; }

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px; }

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem; }

/* Focus */
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 80px; }

.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px; }

.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px; }

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999; }

/* Hover */
.uk-search-toggle:hover {
  color: #666; }

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none; }

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px; }

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden; }
  .uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none; }

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px; }

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px; }

/* Show */
.uk-drop.uk-open {
  display: block; }

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important; }

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out; }

[aria-expanded="true"] > .uk-drop-parent-icon {
  transform: rotateX(180deg); }

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #666; }

/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px; } }

.uk-dropbar :focus-visible {
  outline-color: #333 !important; }

/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Direction modifier
 ========================================================================== */
.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05); }

.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05); }

.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05); }

.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05); }

/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  left: 0;
  right: 0; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px; } }

/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1; }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden; }

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform; }

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0); }

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px; }

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none; }

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0); }

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px; }

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px; }
  .uk-modal-header {
    padding: 15px 30px; }
  .uk-modal-footer {
    padding: 15px 30px; } }

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*='uk-modal-close-'] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px; }

/*
 * Remove margin from adjacent element
 */
[class*='uk-modal-close-']:first-child + * {
  margin-top: 0; }

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white; }

.uk-modal-close-outside:hover {
  color: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%); } }

/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff; }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px; } }

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y; }

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity; }

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none; }

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent; }

/* Container
 ========================================================================== */
/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden; }

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px; }

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y; }

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none; }

.uk-slider-items.uk-grid {
  flex-wrap: nowrap; }

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 3. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none;
  max-width: 100%;
  /* 3 */
  position: relative; }

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box; }

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
 * Faster animations
 */
.uk-sticky[class*='uk-animation-'] {
  animation-duration: 0.2s; }

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s; }

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none; }

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000; }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto; }

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px; } }

/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px; } }

/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0; }

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0; }

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out; }

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right; }

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out; }

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0; }

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0; }

.uk-open > .uk-offcanvas-reveal {
  width: 270px; }

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px; } }

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px; }

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px; } }

/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0; }

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none; }

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear; }

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1; }

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip; }

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%; }

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px; }

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px; }

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px; }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px; } }

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none; }

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0; }

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden; }

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap; }

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none; }

/*
 * Pass fill character to JS
 */
:root {
  --uk-leader-fill-content: .; }

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px; }

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px; }

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px; }

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px; }

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0; } }

/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer; }

* + .uk-notification-message {
  margin-top: 10px; }

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px; }

.uk-notification-message:hover .uk-notification-close {
  display: block; }

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0; }

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296; }

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a; }

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 300px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 0.875rem; }

/* Show */
.uk-tooltip.uk-active {
  display: block; }

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative; }

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0; }

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none; }

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none; }

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px; }

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move; }

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem; } }

/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem; } }

/* Label
 ========================================================================== */
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px; }

.uk-grid > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px; }
  .uk-grid > * {
    padding-left: 40px; }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px; }

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-left: 15px; }

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px; }

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-left: 30px; }

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px; }

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-left: 40px; }

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px; }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-left: 70px; }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px; } }

/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0; }

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0; }

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative; }

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5; }

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px; }

.uk-grid-divider > * {
  padding-left: 60px; }

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px; }
  .uk-grid-divider > * {
    padding-left: 80px; }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px; }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px; } }

/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px; }

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-left: 30px; }

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px; }

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px; }

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px; }

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px; }

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px; }

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px; }

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-left: 60px; }

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px; }

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px; }

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px; }

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px; }

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px; }

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px; }

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-left: 80px; }

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px; }

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px; }

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px; }

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px; }

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px; }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-left: 140px; }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px; }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px; }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px; }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px; }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px; } }

/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap; }

.uk-grid-match > * > :not([class*='uk-width']),
.uk-grid-item-match > :not([class*='uk-width']) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto; }

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none; }

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0; }

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px; }

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-left: 15px; }

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0; }

/* Parent icon
 ========================================================================== */
.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out; }

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg); }

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem; }

.uk-nav-header:not(:first-child) {
  margin-top: 20px; }

/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0; }

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
  line-height: 1.5; }

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999; }

/* Hover */
.uk-nav-default > li > a:hover {
  color: #666; }

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px; }

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-nav-default .uk-nav-sub a {
  color: #999; }

.uk-nav-default .uk-nav-sub a:hover {
  color: #666; }

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5; }

/*
 * Items
 */
.uk-nav-primary > li > a {
  color: #999; }

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #666; }

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem; }

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5; }

.uk-nav-primary .uk-nav-sub a {
  color: #999; }

.uk-nav-primary .uk-nav-sub a:hover {
  color: #666; }

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5; }
  .uk-nav-secondary > :not(.uk-nav-divider) +  {
    margin-top: 0; }

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px; }

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f8f8f8; }

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f8f8f8; }

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999; }

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666; }

/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333; }

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-nav-secondary .uk-nav-sub a {
  color: #999; }

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666; }

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center; }

/* 2 */
.uk-nav-center li > a {
  justify-content: center; }

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0; }

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 0.25em; }

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header):not(.uk-nav-divider) + :not(.uk-nav-header):not(.uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5; }

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative; }

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8; }

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-left,
.uk-navbar-right,
[class*='uk-navbar-center'] {
  display: flex;
  gap: 15px;
  /* 1 */
  align-items: center; }

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-right {
  margin-left: auto; }

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  /* 1 */
  position: relative; }

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990; }

/* 4 */
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0; }

.uk-navbar-center-left {
  right: calc(100% + 15px); }

.uk-navbar-center-right {
  left: calc(100% + 15px); }

[class*='uk-navbar-center-'] {
  width: max-content;
  box-sizing: border-box; }

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  gap: 15px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-left,
.uk-navbar-right,
.uk-navbar-center:only-child {
  flex-wrap: wrap; }

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none; }

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: #666; }

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333; }

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333; }

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out; }

.uk-navbar-nav > li > a[aria-expanded="true"] .uk-navbar-parent-icon {
  transform: rotateX(180deg); }

/* Item
 ========================================================================== */
.uk-navbar-item {
  padding: 0 0;
  color: #666; }

/*
 * Remove margin from the last-child
 */
.uk-navbar-item > :last-child {
  margin-bottom: 0; }

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  padding: 0 0;
  color: #999; }

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded="true"] {
  color: #666;
  text-decoration: none; }

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem; }

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1; }

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0; }

.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important; }

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px; }

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-left: 30px; }

/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px; }

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px; }

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px; }

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px; }

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px; }

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px; }

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px; } }

.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px; }

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem; }

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999; }

/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666; }

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333; }

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px; }

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666; }

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333; }

/* Dropbar
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-left,
  .uk-navbar-right,
  [class*='uk-navbar-center'] {
    gap: 30px; }
  .uk-navbar-center-left {
    right: calc(100% + 30px); }
  .uk-navbar-center-right {
    left: calc(100% + 30px); } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px; } }

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover */
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-subnav > .uk-active > a {
  color: #333; }

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px; }

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center; }

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent; }

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5; }

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999; }

/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666; }

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666; }

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff; }

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999; }

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none; }

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents; }

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999; }

/* Hover */
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none; }

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666; }

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 20px 0 calc(20px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #999; }

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: 0;
  /* 3 */
  padding: 0;
  list-style: none; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 0;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * 1. Prevent gap if child element is `inline-block`, e.g. an icon
 * 2. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: block;
  /* 2 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out; }

/* Hover */
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-pagination > .uk-active > * {
  color: #666; }

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999; }

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative; }
  .uk-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out; }

/* Hover */
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none; }

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0; }

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999; }

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto; }

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none; }

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0; }

/* 1 */
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0; }

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none; }

.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none; }

.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none; }

.uk-tab .uk-dropdown {
  margin-left: 30px; }

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out; }

/* Hover */
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9); }

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5); }

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px; }

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex; }

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px; }

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px; }

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color; }

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent; }

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent; }

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent; }

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px; }

/* 2 */
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px; }

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-left: 15px; }

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative; }
  .uk-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
    transition: opacity 0.1s ease-in-out; }

/* Hover */
.uk-thumbnav > * > :hover::after {
  opacity: 0; }

/* Active */
.uk-thumbnav > .uk-active > *::after {
  opacity: 0; }

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px; }

/* 2 */
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px; }

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -10px; }

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-left: 10px; }

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color; }

/* Hover */
.uk-iconnav > * > a:hover {
  color: #666; }

/* Active */
.uk-iconnav > .uk-active > a {
  color: #666; }

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -10px; }

/* 2 */
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px; }

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15); }

/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0; }

.uk-dropdown :focus-visible {
  outline-color: #333 !important; }

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px; }

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px; } }

.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px; }

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  font-size: 0.875rem; }

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999; }

/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #666; }

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px; }

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333; }

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5; }

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999; }

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666; }

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom; }

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1; }

/*
 * Focus
 */
.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7); }

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden; }

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity; }

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh; }

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto; }

.uk-lightbox-items > .uk-active {
  display: flex; }

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7); }

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7); }

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7); }

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff; }

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center; }

/* Hover */
.uk-lightbox-button:hover {
  color: #fff; }

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none; }

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  animation: 0.5s ease-out both; }

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear; }

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up; }

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down; }

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top; }

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom; }

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left; }

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right; }

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small; }

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small; }

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small; }

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small; }

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium; }

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium; }

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium; }

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium; }

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s; }

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake; }

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke); }

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in; }

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s; }

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*='uk-animation-'] {
  animation-name: none; }

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }

/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px); }
  100% {
    transform: translateY(0); } }

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px); }
  100% {
    transform: translateX(0); } }

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }

/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke); }
  100% {
    stroke-dashoffset: 0; } }

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*='uk-child-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-child-width-1-2 > * {
  width: 50%; }

.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001); }

.uk-child-width-1-4 > * {
  width: 25%; }

.uk-child-width-1-5 > * {
  width: 20%; }

.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001); }

.uk-child-width-auto > * {
  width: auto; }

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*='uk-width']) {
  flex: 1;
  /* 1 */
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%; }
  .uk-child-width-1-2\@s > * {
    width: 50%; }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@s > * {
    width: 25%; }
  .uk-child-width-1-5\@s > * {
    width: 20%; }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@s > * {
    width: auto; }
  .uk-child-width-expand\@s > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%; }
  .uk-child-width-1-2\@m > * {
    width: 50%; }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@m > * {
    width: 25%; }
  .uk-child-width-1-5\@m > * {
    width: 20%; }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@m > * {
    width: auto; }
  .uk-child-width-expand\@m > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%; }
  .uk-child-width-1-2\@l > * {
    width: 50%; }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@l > * {
    width: 25%; }
  .uk-child-width-1-5\@l > * {
    width: 20%; }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@l > * {
    width: auto; }
  .uk-child-width-expand\@l > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%; }
  .uk-child-width-1-2\@xl > * {
    width: 50%; }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001); }
  .uk-child-width-1-4\@xl > * {
    width: 25%; }
  .uk-child-width-1-5\@xl > * {
    width: 20%; }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001); }
  .uk-child-width-auto\@xl > * {
    width: auto; }
  .uk-child-width-expand\@xl > :not([class*='uk-width']) {
    flex: 1;
    min-width: 1px; } }

/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%; }

/* Halves */
.uk-width-1-2 {
  width: 50%; }

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001); }

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001); }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5 {
  width: 20%; }

.uk-width-2-5 {
  width: 40%; }

.uk-width-3-5 {
  width: 60%; }

.uk-width-4-5 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001); }

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001); }

/* Pixel */
.uk-width-small {
  width: 150px; }

.uk-width-medium {
  width: 300px; }

.uk-width-large {
  width: 450px; }

.uk-width-xlarge {
  width: 600px; }

.uk-width-2xlarge {
  width: 750px; }

/* Auto */
.uk-width-auto {
  width: auto; }

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%; }
  .uk-width-3-4\@s {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%; }
  .uk-width-2-5\@s {
    width: 40%; }
  .uk-width-3-5\@s {
    width: 60%; }
  .uk-width-4-5\@s {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px; }
  .uk-width-medium\@s {
    width: 300px; }
  .uk-width-large\@s {
    width: 450px; }
  .uk-width-xlarge\@s {
    width: 600px; }
  .uk-width-2xlarge\@s {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@s {
    width: auto; }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%; }
  .uk-width-3-4\@m {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%; }
  .uk-width-2-5\@m {
    width: 40%; }
  .uk-width-3-5\@m {
    width: 60%; }
  .uk-width-4-5\@m {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px; }
  .uk-width-medium\@m {
    width: 300px; }
  .uk-width-large\@m {
    width: 450px; }
  .uk-width-xlarge\@m {
    width: 600px; }
  .uk-width-2xlarge\@m {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@m {
    width: auto; }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%; }
  .uk-width-3-4\@l {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%; }
  .uk-width-2-5\@l {
    width: 40%; }
  .uk-width-3-5\@l {
    width: 60%; }
  .uk-width-4-5\@l {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px; }
  .uk-width-medium\@l {
    width: 300px; }
  .uk-width-large\@l {
    width: 450px; }
  .uk-width-xlarge\@l {
    width: 600px; }
  .uk-width-2xlarge\@l {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@l {
    width: auto; }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%; }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%; }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001); }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001); }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%; }
  .uk-width-3-4\@xl {
    width: 75%; }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%; }
  .uk-width-2-5\@xl {
    width: 40%; }
  .uk-width-3-5\@xl {
    width: 60%; }
  .uk-width-4-5\@xl {
    width: 80%; }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001); }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001); }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px; }
  .uk-width-medium\@xl {
    width: 300px; }
  .uk-width-large\@xl {
    width: 450px; }
  .uk-width-xlarge\@xl {
    width: 600px; }
  .uk-width-2xlarge\@xl {
    width: 750px; }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto; }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px; } }

/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: max-content; }

.uk-width-min-content {
  width: min-content; }

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh; }

.uk-height-viewport-2 {
  min-height: 200vh; }

.uk-height-viewport-3 {
  min-height: 300vh; }

.uk-height-viewport-4 {
  min-height: 400vh; }

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px; }

.uk-height-medium {
  height: 300px; }

.uk-height-large {
  height: 450px; }

.uk-height-max-small {
  max-height: 150px; }

.uk-height-max-medium {
  max-height: 300px; }

.uk-height-max-large {
  max-height: 450px; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333; }

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999; }
  .uk-text-meta > a {
    color: #999; }
  .uk-text-meta > a:hover {
    color: #666;
    text-decoration: none; }

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5; }

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5; }

.uk-text-default {
  font-size: 16px;
  line-height: 1.5; }

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300; }

.uk-text-normal {
  font-weight: 400; }

.uk-text-bold {
  font-weight: 700; }

.uk-text-lighter {
  font-weight: lighter; }

.uk-text-bolder {
  font-weight: bolder; }

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic; }

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-emphasis {
  color: #333 !important; }

.uk-text-primary {
  color: #1e87f0 !important; }

.uk-text-secondary {
  color: #222 !important; }

.uk-text-success {
  color: #32d296 !important; }

.uk-text-warning {
  color: #faa05a !important; }

.uk-text-danger {
  color: #f0506e !important; }

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #1e87f0;
  background-image: linear-gradient(90deg, #1e87f0 0%, spin(#1e87f0, 40%) 100%); }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important; }
  .uk-text-right\@s {
    text-align: right !important; }
  .uk-text-center\@s {
    text-align: center !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important; }
  .uk-text-right\@m {
    text-align: right !important; }
  .uk-text-center\@m {
    text-align: center !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important; }
  .uk-text-right\@l {
    text-align: right !important; }
  .uk-text-center\@l {
    text-align: center !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important; }
  .uk-text-right\@xl {
    text-align: right !important; }
  .uk-text-center\@xl {
    text-align: center !important; } }

/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

.uk-text-baseline {
  vertical-align: baseline !important; }

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0; }

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word; }

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word; }

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  column-gap: 1.25rem; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*='uk-column-'] {
    column-gap: 40px; } }

/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*='uk-column-'] img {
  transform: translate3d(0, 0, 0); }

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 2.5rem; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px; } }

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2; }

.uk-column-1-3 {
  column-count: 3; }

.uk-column-1-4 {
  column-count: 4; }

.uk-column-1-5 {
  column-count: 5; }

.uk-column-1-6 {
  column-count: 6; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2; }
  .uk-column-1-3\@s {
    column-count: 3; }
  .uk-column-1-4\@s {
    column-count: 4; }
  .uk-column-1-5\@s {
    column-count: 5; }
  .uk-column-1-6\@s {
    column-count: 6; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2; }
  .uk-column-1-3\@m {
    column-count: 3; }
  .uk-column-1-4\@m {
    column-count: 4; }
  .uk-column-1-5\@m {
    column-count: 5; }
  .uk-column-1-6\@m {
    column-count: 6; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2; }
  .uk-column-1-3\@l {
    column-count: 3; }
  .uk-column-1-4\@l {
    column-count: 4; }
  .uk-column-1-5\@l {
    column-count: 5; }
  .uk-column-1-6\@l {
    column-count: 6; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2; }
  .uk-column-1-3\@xl {
    column-count: 3; }
  .uk-column-1-4\@xl {
    column-count: 4; }
  .uk-column-1-5\@xl {
    column-count: 5; }
  .uk-column-1-6\@xl {
    column-count: 6; } }

/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all; }

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover],
[data-uk-cover] {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)); }

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none; }

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative; }

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff; }

.uk-background-muted {
  background-color: #f8f8f8; }

.uk-background-primary {
  background-color: #1e87f0; }

.uk-background-secondary {
  background-color: #222; }

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.uk-background-cover {
  background-size: cover; }

.uk-background-contain {
  background-size: contain; }

.uk-background-width-1-1 {
  background-size: 100%; }

.uk-background-height-1-1 {
  background-size: auto 100%; }

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0; }

.uk-background-top-center {
  background-position: 50% 0; }

.uk-background-top-right {
  background-position: 100% 0; }

.uk-background-center-left {
  background-position: 0 50%; }

.uk-background-center-center {
  background-position: 50% 50%; }

.uk-background-center-right {
  background-position: 100% 50%; }

.uk-background-bottom-left {
  background-position: 0 100%; }

.uk-background-bottom-center {
  background-position: 50% 100%; }

.uk-background-bottom-right {
  background-position: 100% 100%; }

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat; }

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden; }

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll; } }

/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important; } }

/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply; }

.uk-background-blend-screen {
  background-blend-mode: screen; }

.uk-background-blend-overlay {
  background-blend-mode: overlay; }

.uk-background-blend-darken {
  background-blend-mode: darken; }

.uk-background-blend-lighten {
  background-blend-mode: lighten; }

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge; }

.uk-background-blend-color-burn {
  background-blend-mode: color-burn; }

.uk-background-blend-hard-light {
  background-blend-mode: hard-light; }

.uk-background-blend-soft-light {
  background-blend-mode: soft-light; }

.uk-background-blend-difference {
  background-blend-mode: difference; }

.uk-background-blend-exclusion {
  background-blend-mode: exclusion; }

.uk-background-blend-hue {
  background-blend-mode: hue; }

.uk-background-blend-saturation {
  background-blend-mode: saturation; }

.uk-background-blend-color {
  background-blend-mode: color; }

.uk-background-blend-luminosity {
  background-blend-mode: luminosity; }

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 30px; }

* + [class*='uk-align'] {
  margin-top: 30px; }

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left; }

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left; }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left; }
  .uk-align-right\@l {
    margin-top: 0;
    float: right; }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px; }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left; }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right; } }

/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) {
  fill: currentcolor; }

.uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: currentcolor; }

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0); }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box; }

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0; }

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both; }

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell; }

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both; }

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto; }

.uk-overflow-auto > :last-child {
  margin-bottom: 0; }

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box; }

.uk-box-sizing-border {
  box-sizing: border-box; }

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both; }

.uk-resize-horizontal {
  resize: horizontal; }

.uk-resize-vertical {
  resize: vertical; }

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important; }

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*='uk-inline'] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden; }

.uk-inline-clip {
  /* 6 */
  overflow: hidden; }

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none; }

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto; }

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none; }

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%; }

/* Object
 ========================================================================== */
.uk-object-cover {
  object-fit: cover; }

.uk-object-contain {
  object-fit: contain; }

.uk-object-fill {
  object-fit: fill; }

.uk-object-none {
  object-fit: none; }

.uk-object-scale-down {
  object-fit: scale-down; }

/*
 * Position
 */
.uk-object-top-left {
  object-position: 0 0; }

.uk-object-top-center {
  object-position: 50% 0; }

.uk-object-top-right {
  object-position: 100% 0; }

.uk-object-center-left {
  object-position: 0 50%; }

.uk-object-center-center {
  object-position: 50% 50%; }

.uk-object-center-right {
  object-position: 100% 50%; }

.uk-object-bottom-left {
  object-position: 0 100%; }

.uk-object-bottom-center {
  object-position: 50% 100%; }

.uk-object-bottom-right {
  object-position: 100% 100%; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-pill {
  border-radius: 500px; }

.uk-border-rounded {
  border-radius: 5px; }

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*='uk-border-'] {
  -webkit-transform: translateZ(0); }

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/*
 * Hover
 */
[class*='uk-box-shadow-hover'] {
  transition: box-shadow 0.1s ease-in-out; }

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); }

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16); }

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle; }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter; } }

/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px; }

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%; } }

/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 2 */
  text-decoration: none; }

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle; }

/* Hover */
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none; }

.uk-logo :where(img, svg, video) {
  display: block; }

.uk-logo-inverse {
  display: none; }

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none; }

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move; }

/* 2 */
.uk-drag iframe {
  pointer-events: none; }

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3); }

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply; }

.uk-blend-screen {
  mix-blend-mode: screen; }

.uk-blend-overlay {
  mix-blend-mode: overlay; }

.uk-blend-darken {
  mix-blend-mode: darken; }

.uk-blend-lighten {
  mix-blend-mode: lighten; }

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge; }

.uk-blend-color-burn {
  mix-blend-mode: color-burn; }

.uk-blend-hard-light {
  mix-blend-mode: hard-light; }

.uk-blend-soft-light {
  mix-blend-mode: soft-light; }

.uk-blend-difference {
  mix-blend-mode: difference; }

.uk-blend-exclusion {
  mix-blend-mode: exclusion; }

.uk-blend-hue {
  mix-blend-mode: hue; }

.uk-blend-saturation {
  mix-blend-mode: saturation; }

.uk-blend-color {
  mix-blend-mode: color; }

.uk-blend-luminosity {
  mix-blend-mode: luminosity; }

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%); }

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0; }

.uk-transform-origin-top-center {
  transform-origin: 50% 0; }

.uk-transform-origin-top-right {
  transform-origin: 100% 0; }

.uk-transform-origin-center-left {
  transform-origin: 0 50%; }

.uk-transform-origin-center-right {
  transform-origin: 100% 50%; }

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%; }

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%; }

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex; }

.uk-flex-inline {
  display: inline-flex; }

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start; }

.uk-flex-center {
  justify-content: center; }

.uk-flex-right {
  justify-content: flex-end; }

.uk-flex-between {
  justify-content: space-between; }

.uk-flex-around {
  justify-content: space-around; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start; }
  .uk-flex-center\@s {
    justify-content: center; }
  .uk-flex-right\@s {
    justify-content: flex-end; }
  .uk-flex-between\@s {
    justify-content: space-between; }
  .uk-flex-around\@s {
    justify-content: space-around; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start; }
  .uk-flex-center\@m {
    justify-content: center; }
  .uk-flex-right\@m {
    justify-content: flex-end; }
  .uk-flex-between\@m {
    justify-content: space-between; }
  .uk-flex-around\@m {
    justify-content: space-around; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start; }
  .uk-flex-center\@l {
    justify-content: center; }
  .uk-flex-right\@l {
    justify-content: flex-end; }
  .uk-flex-between\@l {
    justify-content: space-between; }
  .uk-flex-around\@l {
    justify-content: space-around; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start; }
  .uk-flex-center\@xl {
    justify-content: center; }
  .uk-flex-right\@xl {
    justify-content: flex-end; }
  .uk-flex-between\@xl {
    justify-content: space-between; }
  .uk-flex-around\@xl {
    justify-content: space-around; } }

/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch; }

.uk-flex-top {
  align-items: flex-start; }

.uk-flex-middle {
  align-items: center; }

.uk-flex-bottom {
  align-items: flex-end; }

/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row; }

.uk-flex-row-reverse {
  flex-direction: row-reverse; }

.uk-flex-column {
  flex-direction: column; }

.uk-flex-column-reverse {
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap; }

.uk-flex-wrap {
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch; }

.uk-flex-wrap-top {
  align-content: flex-start; }

.uk-flex-wrap-middle {
  align-content: center; }

.uk-flex-wrap-bottom {
  align-content: flex-end; }

.uk-flex-wrap-between {
  align-content: space-between; }

.uk-flex-wrap-around {
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1; }

.uk-flex-last {
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1; }
  .uk-flex-last\@s {
    order: 99; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1; }
  .uk-flex-last\@m {
    order: 99; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1; }
  .uk-flex-last\@l {
    order: 99; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1; }
  .uk-flex-last\@xl {
    order: 99; } }

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1; }

/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px; }

* + .uk-margin {
  margin-top: 20px !important; }

.uk-margin-top {
  margin-top: 20px !important; }

.uk-margin-bottom {
  margin-bottom: 20px !important; }

.uk-margin-left {
  margin-left: 20px !important; }

.uk-margin-right {
  margin-right: 20px !important; }

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px; }

* + .uk-margin-small {
  margin-top: 10px !important; }

.uk-margin-small-top {
  margin-top: 10px !important; }

.uk-margin-small-bottom {
  margin-bottom: 10px !important; }

.uk-margin-small-left {
  margin-left: 10px !important; }

.uk-margin-small-right {
  margin-right: 10px !important; }

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px; }

* + .uk-margin-medium {
  margin-top: 40px !important; }

.uk-margin-medium-top {
  margin-top: 40px !important; }

.uk-margin-medium-bottom {
  margin-bottom: 40px !important; }

.uk-margin-medium-left {
  margin-left: 40px !important; }

.uk-margin-medium-right {
  margin-right: 40px !important; }

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px; }

* + .uk-margin-large {
  margin-top: 40px !important; }

.uk-margin-large-top {
  margin-top: 40px !important; }

.uk-margin-large-bottom {
  margin-bottom: 40px !important; }

.uk-margin-large-left {
  margin-left: 40px !important; }

.uk-margin-large-right {
  margin-right: 40px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px; }
  * + .uk-margin-large {
    margin-top: 70px !important; }
  .uk-margin-large-top {
    margin-top: 70px !important; }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important; }
  .uk-margin-large-left {
    margin-left: 70px !important; }
  .uk-margin-large-right {
    margin-right: 70px !important; } }

/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px; }

* + .uk-margin-xlarge {
  margin-top: 70px !important; }

.uk-margin-xlarge-top {
  margin-top: 70px !important; }

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important; }

.uk-margin-xlarge-left {
  margin-left: 70px !important; }

.uk-margin-xlarge-right {
  margin-right: 70px !important; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px; }
  * + .uk-margin-xlarge {
    margin-top: 140px !important; }
  .uk-margin-xlarge-top {
    margin-top: 140px !important; }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important; }
  .uk-margin-xlarge-left {
    margin-left: 140px !important; }
  .uk-margin-xlarge-right {
    margin-right: 140px !important; } }

/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.uk-margin-auto-top {
  margin-top: auto !important; }

.uk-margin-auto-bottom {
  margin-bottom: auto !important; }

.uk-margin-auto-left {
  margin-left: auto !important; }

.uk-margin-auto-right {
  margin-right: auto !important; }

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@s {
    margin-left: auto !important; }
  .uk-margin-auto-right\@s {
    margin-right: auto !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@m {
    margin-left: auto !important; }
  .uk-margin-auto-right\@m {
    margin-right: auto !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@l {
    margin-left: auto !important; }
  .uk-margin-auto-right\@l {
    margin-right: auto !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important; }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important; }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important; } }

/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-remove-top {
  margin-top: 0 !important; }

.uk-margin-remove-bottom {
  margin-bottom: 0 !important; }

.uk-margin-remove-left {
  margin-left: 0 !important; }

.uk-margin-remove-right {
  margin-right: 0 !important; }

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important; }

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important; }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important; } }

/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px; } }

/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px; }

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px; } }

/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-remove-top {
  padding-top: 0 !important; }

.uk-padding-remove-bottom {
  padding-bottom: 0 !important; }

.uk-padding-remove-left {
  padding-left: 0 !important; }

.uk-padding-remove-right {
  padding-right: 0 !important; }

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px; }

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*='uk-position-top'],
[class*='uk-position-bottom'],
[class*='uk-position-left'],
[class*='uk-position-right'],
[class*='uk-position-center'] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box; }

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0; }

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0; }

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content; }

/* Vertical */
[class*='uk-position-center-left'],
[class*='uk-position-center-right'] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y)); }

.uk-position-center-left {
  left: 0; }

.uk-position-center-right {
  right: 0; }

.uk-position-center-left-out {
  right: 100%;
  width: max-content; }

.uk-position-center-right-out {
  left: 100%;
  width: max-content; }

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content; }

.uk-position-top-center {
  top: 0; }

.uk-position-bottom-center {
  bottom: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px; }

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px; }

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px; }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px; } }

/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative  !important; }

.uk-position-absolute {
  position: absolute  !important; }

.uk-position-fixed {
  position: fixed  !important; }

.uk-position-sticky {
  position: sticky  !important; }

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1; }

.uk-position-z-index-zero {
  z-index: 0; }

.uk-position-z-index-negative {
  z-index: -1; }

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*='uk-transition-scale']),
:where([class*='uk-transition-slide']) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0; }

.uk-transition-fade,
[class*='uk-transition-scale'],
[class*='uk-transition-slide'] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0; }

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1; }

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*='uk-transition-scale'] {
  -webkit-backface-visibility: hidden; }

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1; }

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03; }

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1; }

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1; }

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%; }

.uk-transition-slide-bottom {
  --uk-translate-y: 100%; }

.uk-transition-slide-left {
  --uk-translate-x: -100%; }

.uk-transition-slide-right {
  --uk-translate-x: 100%; }

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px); }

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px; }

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px); }

.uk-transition-slide-right-small {
  --uk-translate-x: 10px; }

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px); }

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px; }

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px); }

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px; }

/* Show */
.uk-transition-toggle:hover [class*='uk-transition-slide'],
.uk-transition-toggle:focus [class*='uk-transition-slide'],
.uk-transition-toggle [class*='uk-transition-slide']:focus-within,
.uk-transition-active.uk-active [class*='uk-transition-slide'] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1; }

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1; }

/* Duration modifiers
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s; }

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important; }

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important; } }

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important; } }

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important; } }

/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important; } }

/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important; } }

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important; } }

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important; } }

/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important; } }

/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important; }

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important; }

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important; }

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important; } }

/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important; } }

/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color), .uk-card-primary.uk-card-body, .uk-card-primary > :not([class*='uk-card-media']), .uk-card-secondary.uk-card-body, .uk-card-secondary > :not([class*='uk-card-media']), .uk-overlay-primary, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7); }
  .uk-light a, .uk-section-primary:not(.uk-preserve-color) a, .uk-section-secondary:not(.uk-preserve-color) a, .uk-tile-primary:not(.uk-preserve-color) a, .uk-tile-secondary:not(.uk-preserve-color) a, .uk-card-primary.uk-card-body a, .uk-card-primary > :not([class*='uk-card-media']) a, .uk-card-secondary.uk-card-body a, .uk-card-secondary > :not([class*='uk-card-media']) a, .uk-overlay-primary a, .uk-offcanvas-bar a,
  .uk-light .uk-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link,
  .uk-card-primary.uk-card-body .uk-link,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link,
  .uk-card-secondary.uk-card-body .uk-link,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link,
  .uk-overlay-primary .uk-link,
  .uk-offcanvas-bar .uk-link {
    color: #fff; }
  .uk-light a:hover, .uk-section-primary:not(.uk-preserve-color) a:hover, .uk-section-secondary:not(.uk-preserve-color) a:hover, .uk-tile-primary:not(.uk-preserve-color) a:hover, .uk-tile-secondary:not(.uk-preserve-color) a:hover, .uk-card-primary.uk-card-body a:hover, .uk-card-primary > :not([class*='uk-card-media']) a:hover, .uk-card-secondary.uk-card-body a:hover, .uk-card-secondary > :not([class*='uk-card-media']) a:hover, .uk-overlay-primary a:hover, .uk-offcanvas-bar a:hover,
  .uk-light .uk-link:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
  .uk-card-primary.uk-card-body .uk-link:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link:hover,
  .uk-card-secondary.uk-card-body .uk-link:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link:hover,
  .uk-overlay-primary .uk-link:hover,
  .uk-offcanvas-bar .uk-link:hover,
  .uk-light .uk-link-toggle:hover .uk-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
    color: #fff; }
  .uk-light :not(pre) > code, .uk-section-primary:not(.uk-preserve-color) :not(pre) > code, .uk-section-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-primary:not(.uk-preserve-color) :not(pre) > code, .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code, .uk-card-primary.uk-card-body :not(pre) > code, .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > code, .uk-card-secondary.uk-card-body :not(pre) > code, .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > code, .uk-overlay-primary :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
  .uk-light :not(pre) > kbd,
  .uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
  .uk-card-primary.uk-card-body :not(pre) > kbd,
  .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > kbd,
  .uk-card-secondary.uk-card-body :not(pre) > kbd,
  .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > kbd,
  .uk-overlay-primary :not(pre) > kbd,
  .uk-offcanvas-bar :not(pre) > kbd,
  .uk-light :not(pre) > samp,
  .uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
  .uk-card-primary.uk-card-body :not(pre) > samp,
  .uk-card-primary > :not([class*='uk-card-media']) :not(pre) > samp,
  .uk-card-secondary.uk-card-body :not(pre) > samp,
  .uk-card-secondary > :not([class*='uk-card-media']) :not(pre) > samp,
  .uk-overlay-primary :not(pre) > samp,
  .uk-offcanvas-bar :not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light em, .uk-section-primary:not(.uk-preserve-color) em, .uk-section-secondary:not(.uk-preserve-color) em, .uk-tile-primary:not(.uk-preserve-color) em, .uk-tile-secondary:not(.uk-preserve-color) em, .uk-card-primary.uk-card-body em, .uk-card-primary > :not([class*='uk-card-media']) em, .uk-card-secondary.uk-card-body em, .uk-card-secondary > :not([class*='uk-card-media']) em, .uk-overlay-primary em, .uk-offcanvas-bar em {
    color: #fff; }
  .uk-light h1, .uk-section-primary:not(.uk-preserve-color) h1, .uk-section-secondary:not(.uk-preserve-color) h1, .uk-tile-primary:not(.uk-preserve-color) h1, .uk-tile-secondary:not(.uk-preserve-color) h1, .uk-card-primary.uk-card-body h1, .uk-card-primary > :not([class*='uk-card-media']) h1, .uk-card-secondary.uk-card-body h1, .uk-card-secondary > :not([class*='uk-card-media']) h1, .uk-overlay-primary h1, .uk-offcanvas-bar h1, .uk-light .h1, .uk-section-primary:not(.uk-preserve-color) .h1, .uk-section-secondary:not(.uk-preserve-color) .h1, .uk-tile-primary:not(.uk-preserve-color) .h1, .uk-tile-secondary:not(.uk-preserve-color) .h1, .uk-card-primary.uk-card-body .h1, .uk-card-primary > :not([class*='uk-card-media']) .h1, .uk-card-secondary.uk-card-body .h1, .uk-card-secondary > :not([class*='uk-card-media']) .h1, .uk-overlay-primary .h1, .uk-offcanvas-bar .h1, .uk-light .uk-h1, .uk-section-primary:not(.uk-preserve-color) .uk-h1, .uk-section-secondary:not(.uk-preserve-color) .uk-h1, .uk-tile-primary:not(.uk-preserve-color) .uk-h1, .uk-tile-secondary:not(.uk-preserve-color) .uk-h1, .uk-card-primary.uk-card-body .uk-h1, .uk-card-primary > :not([class*='uk-card-media']) .uk-h1, .uk-card-secondary.uk-card-body .uk-h1, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h1, .uk-overlay-primary .uk-h1, .uk-offcanvas-bar .uk-h1,
  .uk-light h2,
  .uk-section-primary:not(.uk-preserve-color) h2,
  .uk-section-secondary:not(.uk-preserve-color) h2,
  .uk-tile-primary:not(.uk-preserve-color) h2,
  .uk-tile-secondary:not(.uk-preserve-color) h2,
  .uk-card-primary.uk-card-body h2,
  .uk-card-primary > :not([class*='uk-card-media']) h2,
  .uk-card-secondary.uk-card-body h2,
  .uk-card-secondary > :not([class*='uk-card-media']) h2,
  .uk-overlay-primary h2,
  .uk-offcanvas-bar h2,
  .uk-light .h2,
  .uk-section-primary:not(.uk-preserve-color) .h2,
  .uk-section-secondary:not(.uk-preserve-color) .h2,
  .uk-tile-primary:not(.uk-preserve-color) .h2,
  .uk-tile-secondary:not(.uk-preserve-color) .h2,
  .uk-card-primary.uk-card-body .h2,
  .uk-card-primary > :not([class*='uk-card-media']) .h2,
  .uk-card-secondary.uk-card-body .h2,
  .uk-card-secondary > :not([class*='uk-card-media']) .h2,
  .uk-overlay-primary .h2,
  .uk-offcanvas-bar .h2,
  .uk-light .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-light .pcf-shopping-list-title,
  .uk-section-primary:not(.uk-preserve-color) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-section-primary:not(.uk-preserve-color) .pcf-shopping-list-title,
  .uk-section-secondary:not(.uk-preserve-color) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-section-secondary:not(.uk-preserve-color) .pcf-shopping-list-title,
  .uk-tile-primary:not(.uk-preserve-color) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-tile-primary:not(.uk-preserve-color) .pcf-shopping-list-title,
  .uk-tile-secondary:not(.uk-preserve-color) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-tile-secondary:not(.uk-preserve-color) .pcf-shopping-list-title,
  .uk-card-primary.uk-card-body .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-card-primary.uk-card-body .pcf-shopping-list-title,
  .uk-card-primary > :not([class*='uk-card-media']) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-card-primary > :not([class*='uk-card-media']) .pcf-shopping-list-title,
  .uk-card-secondary.uk-card-body .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-card-secondary.uk-card-body .pcf-shopping-list-title,
  .uk-card-secondary > :not([class*='uk-card-media']) .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-card-secondary > :not([class*='uk-card-media']) .pcf-shopping-list-title,
  .uk-overlay-primary .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-overlay-primary .pcf-shopping-list-title,
  .uk-offcanvas-bar .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .uk-offcanvas-bar .pcf-shopping-list-title, .uk-light .uk-h2, .uk-section-primary:not(.uk-preserve-color) .uk-h2, .uk-section-secondary:not(.uk-preserve-color) .uk-h2, .uk-tile-primary:not(.uk-preserve-color) .uk-h2, .uk-tile-secondary:not(.uk-preserve-color) .uk-h2, .uk-card-primary.uk-card-body .uk-h2, .uk-card-primary > :not([class*='uk-card-media']) .uk-h2, .uk-card-secondary.uk-card-body .uk-h2, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h2, .uk-overlay-primary .uk-h2, .uk-offcanvas-bar .uk-h2,
  .uk-light h3,
  .uk-section-primary:not(.uk-preserve-color) h3,
  .uk-section-secondary:not(.uk-preserve-color) h3,
  .uk-tile-primary:not(.uk-preserve-color) h3,
  .uk-tile-secondary:not(.uk-preserve-color) h3,
  .uk-card-primary.uk-card-body h3,
  .uk-card-primary > :not([class*='uk-card-media']) h3,
  .uk-card-secondary.uk-card-body h3,
  .uk-card-secondary > :not([class*='uk-card-media']) h3,
  .uk-overlay-primary h3,
  .uk-offcanvas-bar h3,
  .uk-light .h3,
  .uk-section-primary:not(.uk-preserve-color) .h3,
  .uk-section-secondary:not(.uk-preserve-color) .h3,
  .uk-tile-primary:not(.uk-preserve-color) .h3,
  .uk-tile-secondary:not(.uk-preserve-color) .h3,
  .uk-card-primary.uk-card-body .h3,
  .uk-card-primary > :not([class*='uk-card-media']) .h3,
  .uk-card-secondary.uk-card-body .h3,
  .uk-card-secondary > :not([class*='uk-card-media']) .h3,
  .uk-overlay-primary .h3,
  .uk-offcanvas-bar .h3, .uk-light .uk-h3, .uk-section-primary:not(.uk-preserve-color) .uk-h3, .uk-section-secondary:not(.uk-preserve-color) .uk-h3, .uk-tile-primary:not(.uk-preserve-color) .uk-h3, .uk-tile-secondary:not(.uk-preserve-color) .uk-h3, .uk-card-primary.uk-card-body .uk-h3, .uk-card-primary > :not([class*='uk-card-media']) .uk-h3, .uk-card-secondary.uk-card-body .uk-h3, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h3, .uk-overlay-primary .uk-h3, .uk-offcanvas-bar .uk-h3,
  .uk-light h4,
  .uk-section-primary:not(.uk-preserve-color) h4,
  .uk-section-secondary:not(.uk-preserve-color) h4,
  .uk-tile-primary:not(.uk-preserve-color) h4,
  .uk-tile-secondary:not(.uk-preserve-color) h4,
  .uk-card-primary.uk-card-body h4,
  .uk-card-primary > :not([class*='uk-card-media']) h4,
  .uk-card-secondary.uk-card-body h4,
  .uk-card-secondary > :not([class*='uk-card-media']) h4,
  .uk-overlay-primary h4,
  .uk-offcanvas-bar h4,
  .uk-light .h4,
  .uk-section-primary:not(.uk-preserve-color) .h4,
  .uk-section-secondary:not(.uk-preserve-color) .h4,
  .uk-tile-primary:not(.uk-preserve-color) .h4,
  .uk-tile-secondary:not(.uk-preserve-color) .h4,
  .uk-card-primary.uk-card-body .h4,
  .uk-card-primary > :not([class*='uk-card-media']) .h4,
  .uk-card-secondary.uk-card-body .h4,
  .uk-card-secondary > :not([class*='uk-card-media']) .h4,
  .uk-overlay-primary .h4,
  .uk-offcanvas-bar .h4, .uk-light .uk-h4, .uk-section-primary:not(.uk-preserve-color) .uk-h4, .uk-section-secondary:not(.uk-preserve-color) .uk-h4, .uk-tile-primary:not(.uk-preserve-color) .uk-h4, .uk-tile-secondary:not(.uk-preserve-color) .uk-h4, .uk-card-primary.uk-card-body .uk-h4, .uk-card-primary > :not([class*='uk-card-media']) .uk-h4, .uk-card-secondary.uk-card-body .uk-h4, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h4, .uk-overlay-primary .uk-h4, .uk-offcanvas-bar .uk-h4,
  .uk-light h5,
  .uk-section-primary:not(.uk-preserve-color) h5,
  .uk-section-secondary:not(.uk-preserve-color) h5,
  .uk-tile-primary:not(.uk-preserve-color) h5,
  .uk-tile-secondary:not(.uk-preserve-color) h5,
  .uk-card-primary.uk-card-body h5,
  .uk-card-primary > :not([class*='uk-card-media']) h5,
  .uk-card-secondary.uk-card-body h5,
  .uk-card-secondary > :not([class*='uk-card-media']) h5,
  .uk-overlay-primary h5,
  .uk-offcanvas-bar h5,
  .uk-light .table-styled th,
  .table-styled .uk-light th,
  .uk-section-primary:not(.uk-preserve-color) .table-styled th,
  .table-styled .uk-section-primary:not(.uk-preserve-color) th,
  .uk-section-secondary:not(.uk-preserve-color) .table-styled th,
  .table-styled .uk-section-secondary:not(.uk-preserve-color) th,
  .uk-tile-primary:not(.uk-preserve-color) .table-styled th,
  .table-styled .uk-tile-primary:not(.uk-preserve-color) th,
  .uk-tile-secondary:not(.uk-preserve-color) .table-styled th,
  .table-styled .uk-tile-secondary:not(.uk-preserve-color) th,
  .uk-card-primary.uk-card-body .table-styled th,
  .table-styled .uk-card-primary.uk-card-body th,
  .uk-card-primary > :not([class*='uk-card-media']) .table-styled th,
  .table-styled .uk-card-primary > :not([class*='uk-card-media']) th,
  .uk-card-secondary.uk-card-body .table-styled th,
  .table-styled .uk-card-secondary.uk-card-body th,
  .uk-card-secondary > :not([class*='uk-card-media']) .table-styled th,
  .table-styled .uk-card-secondary > :not([class*='uk-card-media']) th,
  .uk-overlay-primary .table-styled th,
  .table-styled .uk-overlay-primary th,
  .uk-offcanvas-bar .table-styled th,
  .table-styled .uk-offcanvas-bar th,
  .uk-light .h5,
  .uk-section-primary:not(.uk-preserve-color) .h5,
  .uk-section-secondary:not(.uk-preserve-color) .h5,
  .uk-tile-primary:not(.uk-preserve-color) .h5,
  .uk-tile-secondary:not(.uk-preserve-color) .h5,
  .uk-card-primary.uk-card-body .h5,
  .uk-card-primary > :not([class*='uk-card-media']) .h5,
  .uk-card-secondary.uk-card-body .h5,
  .uk-card-secondary > :not([class*='uk-card-media']) .h5,
  .uk-overlay-primary .h5,
  .uk-offcanvas-bar .h5, .uk-light .uk-h5, .uk-section-primary:not(.uk-preserve-color) .uk-h5, .uk-section-secondary:not(.uk-preserve-color) .uk-h5, .uk-tile-primary:not(.uk-preserve-color) .uk-h5, .uk-tile-secondary:not(.uk-preserve-color) .uk-h5, .uk-card-primary.uk-card-body .uk-h5, .uk-card-primary > :not([class*='uk-card-media']) .uk-h5, .uk-card-secondary.uk-card-body .uk-h5, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h5, .uk-overlay-primary .uk-h5, .uk-offcanvas-bar .uk-h5,
  .uk-light h6,
  .uk-section-primary:not(.uk-preserve-color) h6,
  .uk-section-secondary:not(.uk-preserve-color) h6,
  .uk-tile-primary:not(.uk-preserve-color) h6,
  .uk-tile-secondary:not(.uk-preserve-color) h6,
  .uk-card-primary.uk-card-body h6,
  .uk-card-primary > :not([class*='uk-card-media']) h6,
  .uk-card-secondary.uk-card-body h6,
  .uk-card-secondary > :not([class*='uk-card-media']) h6,
  .uk-overlay-primary h6,
  .uk-offcanvas-bar h6,
  .uk-light .h6,
  .uk-section-primary:not(.uk-preserve-color) .h6,
  .uk-section-secondary:not(.uk-preserve-color) .h6,
  .uk-tile-primary:not(.uk-preserve-color) .h6,
  .uk-tile-secondary:not(.uk-preserve-color) .h6,
  .uk-card-primary.uk-card-body .h6,
  .uk-card-primary > :not([class*='uk-card-media']) .h6,
  .uk-card-secondary.uk-card-body .h6,
  .uk-card-secondary > :not([class*='uk-card-media']) .h6,
  .uk-overlay-primary .h6,
  .uk-offcanvas-bar .h6, .uk-light .uk-h6, .uk-section-primary:not(.uk-preserve-color) .uk-h6, .uk-section-secondary:not(.uk-preserve-color) .uk-h6, .uk-tile-primary:not(.uk-preserve-color) .uk-h6, .uk-tile-secondary:not(.uk-preserve-color) .uk-h6, .uk-card-primary.uk-card-body .uk-h6, .uk-card-primary > :not([class*='uk-card-media']) .uk-h6, .uk-card-secondary.uk-card-body .uk-h6, .uk-card-secondary > :not([class*='uk-card-media']) .uk-h6, .uk-overlay-primary .uk-h6, .uk-offcanvas-bar .uk-h6,
  .uk-light .uk-heading-small,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
  .uk-card-primary.uk-card-body .uk-heading-small,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-small,
  .uk-card-secondary.uk-card-body .uk-heading-small,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-small,
  .uk-overlay-primary .uk-heading-small,
  .uk-offcanvas-bar .uk-heading-small,
  .uk-light .uk-heading-medium,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
  .uk-card-primary.uk-card-body .uk-heading-medium,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-medium,
  .uk-card-secondary.uk-card-body .uk-heading-medium,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-medium,
  .uk-overlay-primary .uk-heading-medium,
  .uk-offcanvas-bar .uk-heading-medium,
  .uk-light .uk-heading-large,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
  .uk-card-primary.uk-card-body .uk-heading-large,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-large,
  .uk-card-secondary.uk-card-body .uk-heading-large,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-large,
  .uk-overlay-primary .uk-heading-large,
  .uk-offcanvas-bar .uk-heading-large,
  .uk-light .uk-heading-xlarge,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
  .uk-card-primary.uk-card-body .uk-heading-xlarge,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-xlarge,
  .uk-card-secondary.uk-card-body .uk-heading-xlarge,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-xlarge,
  .uk-overlay-primary .uk-heading-xlarge,
  .uk-offcanvas-bar .uk-heading-xlarge,
  .uk-light .uk-heading-2xlarge,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
  .uk-card-primary.uk-card-body .uk-heading-2xlarge,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
  .uk-card-secondary.uk-card-body .uk-heading-2xlarge,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-2xlarge,
  .uk-overlay-primary .uk-heading-2xlarge,
  .uk-offcanvas-bar .uk-heading-2xlarge {
    color: #fff; }
  .uk-light blockquote, .uk-section-primary:not(.uk-preserve-color) blockquote, .uk-section-secondary:not(.uk-preserve-color) blockquote, .uk-tile-primary:not(.uk-preserve-color) blockquote, .uk-tile-secondary:not(.uk-preserve-color) blockquote, .uk-card-primary.uk-card-body blockquote, .uk-card-primary > :not([class*='uk-card-media']) blockquote, .uk-card-secondary.uk-card-body blockquote, .uk-card-secondary > :not([class*='uk-card-media']) blockquote, .uk-overlay-primary blockquote, .uk-offcanvas-bar blockquote {
    color: #fff; }
  .uk-light blockquote footer, .uk-section-primary:not(.uk-preserve-color) blockquote footer, .uk-section-secondary:not(.uk-preserve-color) blockquote footer, .uk-tile-primary:not(.uk-preserve-color) blockquote footer, .uk-tile-secondary:not(.uk-preserve-color) blockquote footer, .uk-card-primary.uk-card-body blockquote footer, .uk-card-primary > :not([class*='uk-card-media']) blockquote footer, .uk-card-secondary.uk-card-body blockquote footer, .uk-card-secondary > :not([class*='uk-card-media']) blockquote footer, .uk-overlay-primary blockquote footer, .uk-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light hr, .uk-section-primary:not(.uk-preserve-color) hr, .uk-section-secondary:not(.uk-preserve-color) hr, .uk-tile-primary:not(.uk-preserve-color) hr, .uk-tile-secondary:not(.uk-preserve-color) hr, .uk-card-primary.uk-card-body hr, .uk-card-primary > :not([class*='uk-card-media']) hr, .uk-card-secondary.uk-card-body hr, .uk-card-secondary > :not([class*='uk-card-media']) hr, .uk-overlay-primary hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-section-primary:not(.uk-preserve-color) .uk-hr, .uk-section-secondary:not(.uk-preserve-color) .uk-hr, .uk-tile-primary:not(.uk-preserve-color) .uk-hr, .uk-tile-secondary:not(.uk-preserve-color) .uk-hr, .uk-card-primary.uk-card-body .uk-hr, .uk-card-primary > :not([class*='uk-card-media']) .uk-hr, .uk-card-secondary.uk-card-body .uk-hr, .uk-card-secondary > :not([class*='uk-card-media']) .uk-hr, .uk-overlay-primary .uk-hr, .uk-offcanvas-bar .uk-hr {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light :focus-visible, .uk-section-primary:not(.uk-preserve-color) :focus-visible, .uk-section-secondary:not(.uk-preserve-color) :focus-visible, .uk-tile-primary:not(.uk-preserve-color) :focus-visible, .uk-tile-secondary:not(.uk-preserve-color) :focus-visible, .uk-card-primary.uk-card-body :focus-visible, .uk-card-primary > :not([class*='uk-card-media']) :focus-visible, .uk-card-secondary.uk-card-body :focus-visible, .uk-card-secondary > :not([class*='uk-card-media']) :focus-visible, .uk-overlay-primary :focus-visible, .uk-offcanvas-bar :focus-visible {
    outline-color: #fff; }
  .uk-light a.uk-link-muted, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted, .uk-card-primary.uk-card-body a.uk-link-muted, .uk-card-primary > :not([class*='uk-card-media']) a.uk-link-muted, .uk-card-secondary.uk-card-body a.uk-link-muted, .uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-muted, .uk-overlay-primary a.uk-link-muted, .uk-offcanvas-bar a.uk-link-muted,
  .uk-light .uk-link-muted a,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
  .uk-card-primary.uk-card-body .uk-link-muted a,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a,
  .uk-card-secondary.uk-card-body .uk-link-muted a,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a,
  .uk-overlay-primary .uk-link-muted a,
  .uk-offcanvas-bar .uk-link-muted a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light a.uk-link-muted:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover, .uk-card-primary.uk-card-body a.uk-link-muted:hover, .uk-card-primary > :not([class*='uk-card-media']) a.uk-link-muted:hover, .uk-card-secondary.uk-card-body a.uk-link-muted:hover, .uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-muted:hover, .uk-overlay-primary a.uk-link-muted:hover, .uk-offcanvas-bar a.uk-link-muted:hover,
  .uk-light .uk-link-muted a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
  .uk-card-primary.uk-card-body .uk-link-muted a:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
  .uk-card-secondary.uk-card-body .uk-link-muted a:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-muted a:hover,
  .uk-overlay-primary .uk-link-muted a:hover,
  .uk-offcanvas-bar .uk-link-muted a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-muted,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-muted,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-muted,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light a.uk-link-text:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover, .uk-card-primary.uk-card-body a.uk-link-text:hover, .uk-card-primary > :not([class*='uk-card-media']) a.uk-link-text:hover, .uk-card-secondary.uk-card-body a.uk-link-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-text:hover, .uk-overlay-primary a.uk-link-text:hover, .uk-offcanvas-bar a.uk-link-text:hover,
  .uk-light .uk-link-text a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
  .uk-card-primary.uk-card-body .uk-link-text a:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-text a:hover,
  .uk-card-secondary.uk-card-body .uk-link-text a:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-text a:hover,
  .uk-overlay-primary .uk-link-text a:hover,
  .uk-offcanvas-bar .uk-link-text a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-text,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-text,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-text,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light a.uk-link-heading:hover, .uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover, .uk-card-primary.uk-card-body a.uk-link-heading:hover, .uk-card-primary > :not([class*='uk-card-media']) a.uk-link-heading:hover, .uk-card-secondary.uk-card-body a.uk-link-heading:hover, .uk-card-secondary > :not([class*='uk-card-media']) a.uk-link-heading:hover, .uk-overlay-primary a.uk-link-heading:hover, .uk-offcanvas-bar a.uk-link-heading:hover,
  .uk-light .uk-link-heading a:hover,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
  .uk-card-primary.uk-card-body .uk-link-heading a:hover,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
  .uk-card-secondary.uk-card-body .uk-link-heading a:hover,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-heading a:hover,
  .uk-overlay-primary .uk-link-heading a:hover,
  .uk-offcanvas-bar .uk-link-heading a:hover,
  .uk-light .uk-link-toggle:hover .uk-link-heading,
  .uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
  .uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-heading,
  .uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-link-toggle:hover .uk-link-heading,
  .uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
  .uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
    color: #fff; }
  .uk-light .uk-heading-divider, .uk-section-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider, .uk-card-primary.uk-card-body .uk-heading-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-card-secondary.uk-card-body .uk-heading-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-divider, .uk-overlay-primary .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-bullet::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before, .uk-card-primary.uk-card-body .uk-heading-bullet::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-card-secondary.uk-card-body .uk-heading-bullet::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-bullet::before, .uk-overlay-primary .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-heading-line > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before, .uk-card-primary.uk-card-body .uk-heading-line > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-card-secondary.uk-card-body .uk-heading-line > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::before, .uk-overlay-primary .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
  .uk-light .uk-heading-line > ::after,
  .uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
  .uk-card-primary.uk-card-body .uk-heading-line > ::after,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
  .uk-card-secondary.uk-card-body .uk-heading-line > ::after,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-heading-line > ::after,
  .uk-overlay-primary .uk-heading-line > ::after,
  .uk-offcanvas-bar .uk-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-icon, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon, .uk-card-primary.uk-card-body .uk-divider-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-card-secondary.uk-card-body .uk-divider-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon, .uk-overlay-primary .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-divider-icon::before, .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before, .uk-card-primary.uk-card-body .uk-divider-icon::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-card-secondary.uk-card-body .uk-divider-icon::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::before, .uk-overlay-primary .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
  .uk-light .uk-divider-icon::after,
  .uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
  .uk-card-primary.uk-card-body .uk-divider-icon::after,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-icon::after,
  .uk-card-secondary.uk-card-body .uk-divider-icon::after,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-icon::after,
  .uk-overlay-primary .uk-divider-icon::after,
  .uk-offcanvas-bar .uk-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-small::after, .uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after, .uk-card-primary.uk-card-body .uk-divider-small::after, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-card-secondary.uk-card-body .uk-divider-small::after, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-small::after, .uk-overlay-primary .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-divider-vertical, .uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical, .uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical, .uk-card-primary.uk-card-body .uk-divider-vertical, .uk-card-primary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-card-secondary.uk-card-body .uk-divider-vertical, .uk-card-secondary > :not([class*='uk-card-media']) .uk-divider-vertical, .uk-overlay-primary .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-muted > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before, .uk-card-primary.uk-card-body .uk-list-muted > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-muted > ::before, .uk-card-secondary.uk-card-body .uk-list-muted > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-muted > ::before, .uk-overlay-primary .uk-list-muted > ::before, .uk-offcanvas-bar .uk-list-muted > ::before {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-list-emphasis > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before, .uk-card-primary.uk-card-body .uk-list-emphasis > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-emphasis > ::before, .uk-card-secondary.uk-card-body .uk-list-emphasis > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-emphasis > ::before, .uk-overlay-primary .uk-list-emphasis > ::before, .uk-offcanvas-bar .uk-list-emphasis > ::before {
    color: #fff !important; }
  .uk-light .uk-list-primary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before, .uk-card-primary.uk-card-body .uk-list-primary > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-primary > ::before, .uk-card-secondary.uk-card-body .uk-list-primary > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-primary > ::before, .uk-overlay-primary .uk-list-primary > ::before, .uk-offcanvas-bar .uk-list-primary > ::before {
    color: #fff !important; }
  .uk-light .uk-list-secondary > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before, .uk-card-primary.uk-card-body .uk-list-secondary > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-secondary > ::before, .uk-card-secondary.uk-card-body .uk-list-secondary > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-secondary > ::before, .uk-overlay-primary .uk-list-secondary > ::before, .uk-offcanvas-bar .uk-list-secondary > ::before {
    color: #fff !important; }
  .uk-light .uk-list-bullet > ::before, .uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before, .uk-card-primary.uk-card-body .uk-list-bullet > ::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-list-bullet > ::before, .uk-card-secondary.uk-card-body .uk-list-bullet > ::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-bullet > ::before, .uk-overlay-primary .uk-list-bullet > ::before, .uk-offcanvas-bar .uk-list-bullet > ::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-list-divider > :nth-child(n+2), .uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2), .uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-divider > :nth-child(n+2), .uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-divider > :nth-child(n+2), .uk-overlay-primary .uk-list-divider > :nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > *:nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > *:nth-of-type(odd), .uk-overlay-primary .uk-list-striped > *:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-list-striped > :nth-of-type(odd), .uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd), .uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-primary > :not([class*='uk-card-media']) .uk-list-striped > :nth-of-type(odd), .uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd), .uk-card-secondary > :not([class*='uk-card-media']) .uk-list-striped > :nth-of-type(odd), .uk-overlay-primary .uk-list-striped > :nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-icon-link, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link, .uk-card-primary.uk-card-body .uk-icon-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link, .uk-card-secondary.uk-card-body .uk-icon-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link, .uk-overlay-primary .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover, .uk-card-primary.uk-card-body .uk-icon-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-card-secondary.uk-card-body .uk-icon-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:hover, .uk-overlay-primary .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-link:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active, .uk-card-primary.uk-card-body .uk-icon-link:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-card-secondary.uk-card-body .uk-icon-link:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-link:active, .uk-overlay-primary .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
  .uk-light .uk-active > .uk-icon-link,
  .uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
  .uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
  .uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-active > .uk-icon-link,
  .uk-overlay-primary .uk-active > .uk-icon-link,
  .uk-offcanvas-bar .uk-active > .uk-icon-link {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button, .uk-card-primary.uk-card-body .uk-icon-button, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button, .uk-card-secondary.uk-card-body .uk-icon-button, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button, .uk-overlay-primary .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-icon-button:hover, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover, .uk-card-primary.uk-card-body .uk-icon-button:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-card-secondary.uk-card-body .uk-icon-button:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:hover, .uk-overlay-primary .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-icon-button:active, .uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active, .uk-card-primary.uk-card-body .uk-icon-button:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-card-secondary.uk-card-body .uk-icon-button:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-icon-button:active, .uk-overlay-primary .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input, .uk-section-primary:not(.uk-preserve-color) .uk-input, .uk-section-secondary:not(.uk-preserve-color) .uk-input, .uk-tile-primary:not(.uk-preserve-color) .uk-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-input, .uk-card-primary.uk-card-body .uk-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-input, .uk-card-secondary.uk-card-body .uk-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input, .uk-overlay-primary .uk-input, .uk-offcanvas-bar .uk-input,
  .uk-light .uk-select,
  .uk-section-primary:not(.uk-preserve-color) .uk-select,
  .uk-section-secondary:not(.uk-preserve-color) .uk-select,
  .uk-tile-primary:not(.uk-preserve-color) .uk-select,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-select,
  .uk-card-primary.uk-card-body .uk-select,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-select,
  .uk-card-secondary.uk-card-body .uk-select,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-select,
  .uk-overlay-primary .uk-select,
  .uk-offcanvas-bar .uk-select,
  .uk-light .uk-textarea,
  .uk-section-primary:not(.uk-preserve-color) .uk-textarea,
  .uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
  .uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
  .uk-card-primary.uk-card-body .uk-textarea,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea,
  .uk-card-secondary.uk-card-body .uk-textarea,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea,
  .uk-overlay-primary .uk-textarea,
  .uk-offcanvas-bar .uk-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2); }
    .uk-light .uk-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus, .uk-card-primary.uk-card-body .uk-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-input:focus, .uk-card-secondary.uk-card-body .uk-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input:focus, .uk-overlay-primary .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
    .uk-light .uk-select:focus,
    .uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
    .uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
    .uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
    .uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
    .uk-card-primary.uk-card-body .uk-select:focus,
    .uk-card-primary > :not([class*='uk-card-media']) .uk-select:focus,
    .uk-card-secondary.uk-card-body .uk-select:focus,
    .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:focus,
    .uk-overlay-primary .uk-select:focus,
    .uk-offcanvas-bar .uk-select:focus,
    .uk-light .uk-textarea:focus,
    .uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
    .uk-card-primary.uk-card-body .uk-textarea:focus,
    .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea:focus,
    .uk-card-secondary.uk-card-body .uk-textarea:focus,
    .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea:focus,
    .uk-overlay-primary .uk-textarea:focus,
    .uk-offcanvas-bar .uk-textarea:focus {
      background-color: rgba(255, 255, 255, 0.15);
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder, .uk-card-primary.uk-card-body .uk-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-card-secondary.uk-card-body .uk-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input::placeholder, .uk-overlay-primary .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-textarea::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder, .uk-card-primary.uk-card-body .uk-textarea::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-card-secondary.uk-card-body .uk-textarea::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-textarea::placeholder, .uk-overlay-primary .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-select:not([multiple]):not([size]), .uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]), .uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-primary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]), .uk-card-secondary > :not([class*='uk-card-media']) .uk-select:not([multiple]):not([size]), .uk-overlay-primary .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-input[list]:hover, .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover, .uk-card-primary.uk-card-body .uk-input[list]:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-card-secondary.uk-card-body .uk-input[list]:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:hover, .uk-overlay-primary .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
  .uk-light .uk-input[list]:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
  .uk-card-primary.uk-card-body .uk-input[list]:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-input[list]:focus,
  .uk-card-secondary.uk-card-body .uk-input[list]:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-input[list]:focus,
  .uk-overlay-primary .uk-input[list]:focus,
  .uk-offcanvas-bar .uk-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .uk-light .uk-radio, .uk-section-primary:not(.uk-preserve-color) .uk-radio, .uk-section-secondary:not(.uk-preserve-color) .uk-radio, .uk-tile-primary:not(.uk-preserve-color) .uk-radio, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio, .uk-card-primary.uk-card-body .uk-radio, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio, .uk-card-secondary.uk-card-body .uk-radio, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio, .uk-overlay-primary .uk-radio, .uk-offcanvas-bar .uk-radio,
  .uk-light .uk-checkbox,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
  .uk-card-primary.uk-card-body .uk-checkbox,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox,
  .uk-card-secondary.uk-card-body .uk-checkbox,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox,
  .uk-overlay-primary .uk-checkbox,
  .uk-offcanvas-bar .uk-checkbox {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-radio:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus, .uk-card-primary.uk-card-body .uk-radio:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:focus, .uk-card-secondary.uk-card-body .uk-radio:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:focus, .uk-overlay-primary .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
  .uk-light .uk-checkbox:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:focus,
  .uk-overlay-primary .uk-checkbox:focus,
  .uk-offcanvas-bar .uk-checkbox:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
  .uk-light .uk-checkbox:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:checked,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-overlay-primary .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked,
  .uk-light .uk-checkbox:indeterminate,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-overlay-primary .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-color: #fff;
    border-color: #fff; }
  .uk-light .uk-radio:checked:focus, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus, .uk-card-primary.uk-card-body .uk-radio:checked:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-card-secondary.uk-card-body .uk-radio:checked:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked:focus, .uk-overlay-primary .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
  .uk-light .uk-checkbox:checked:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked:focus,
  .uk-overlay-primary .uk-checkbox:checked:focus,
  .uk-offcanvas-bar .uk-checkbox:checked:focus,
  .uk-light .uk-checkbox:indeterminate:focus,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate:focus,
  .uk-overlay-primary .uk-checkbox:indeterminate:focus,
  .uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
    background-color: white; }
  .uk-light .uk-radio:checked, .uk-section-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked, .uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked, .uk-card-primary.uk-card-body .uk-radio:checked, .uk-card-primary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-card-secondary.uk-card-body .uk-radio:checked, .uk-card-secondary > :not([class*='uk-card-media']) .uk-radio:checked, .uk-overlay-primary .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  
  .uk-light .uk-checkbox:checked,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
  .uk-card-primary.uk-card-body .uk-checkbox:checked,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-card-secondary.uk-card-body .uk-checkbox:checked,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:checked,
  .uk-overlay-primary .uk-checkbox:checked,
  .uk-offcanvas-bar .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  
  .uk-light .uk-checkbox:indeterminate,
  .uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
  .uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-checkbox:indeterminate,
  .uk-overlay-primary .uk-checkbox:indeterminate,
  .uk-offcanvas-bar .uk-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-form-label, .uk-section-primary:not(.uk-preserve-color) .uk-form-label, .uk-section-secondary:not(.uk-preserve-color) .uk-form-label, .uk-tile-primary:not(.uk-preserve-color) .uk-form-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-label, .uk-card-primary.uk-card-body .uk-form-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-label, .uk-card-secondary.uk-card-body .uk-form-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-label, .uk-overlay-primary .uk-form-label, .uk-offcanvas-bar .uk-form-label {
    color: #fff; }
  .uk-light .uk-form-icon, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon, .uk-card-primary.uk-card-body .uk-form-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon, .uk-card-secondary.uk-card-body .uk-form-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon, .uk-overlay-primary .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-form-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover, .uk-card-primary.uk-card-body .uk-form-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-card-secondary.uk-card-body .uk-form-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-form-icon:hover, .uk-overlay-primary .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default, .uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default, .uk-card-primary.uk-card-body .uk-button-default, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default, .uk-card-secondary.uk-card-body .uk-button-default, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default, .uk-overlay-primary .uk-button-default, .uk-offcanvas-bar .uk-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-button-default:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover, .uk-card-primary.uk-card-body .uk-button-default:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-card-secondary.uk-card-body .uk-button-default:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:hover, .uk-overlay-primary .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-default:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active, .uk-card-primary.uk-card-body .uk-button-default:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-card-secondary.uk-card-body .uk-button-default:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default:active, .uk-overlay-primary .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
  .uk-light .uk-button-default.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
  .uk-card-primary.uk-card-body .uk-button-default.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-default.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-default.uk-active,
  .uk-overlay-primary .uk-button-default.uk-active,
  .uk-offcanvas-bar .uk-button-default.uk-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-button-primary, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary, .uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary, .uk-overlay-primary .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-primary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover, .uk-card-primary.uk-card-body .uk-button-primary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-card-secondary.uk-card-body .uk-button-primary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:hover, .uk-overlay-primary .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-primary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active, .uk-card-primary.uk-card-body .uk-button-primary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-card-secondary.uk-card-body .uk-button-primary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary:active, .uk-overlay-primary .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
  .uk-light .uk-button-primary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-primary.uk-active,
  .uk-overlay-primary .uk-button-primary.uk-active,
  .uk-offcanvas-bar .uk-button-primary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary, .uk-card-primary.uk-card-body .uk-button-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-card-secondary.uk-card-body .uk-button-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary, .uk-overlay-primary .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-button-secondary:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover, .uk-card-primary.uk-card-body .uk-button-secondary:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-card-secondary.uk-card-body .uk-button-secondary:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:hover, .uk-overlay-primary .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover {
    background-color: #f2f2f2;
    color: #666; }
  .uk-light .uk-button-secondary:active, .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active, .uk-card-primary.uk-card-body .uk-button-secondary:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-card-secondary.uk-card-body .uk-button-secondary:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary:active, .uk-overlay-primary .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
  .uk-light .uk-button-secondary.uk-active,
  .uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
  .uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-primary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
  .uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-secondary.uk-active,
  .uk-overlay-primary .uk-button-secondary.uk-active,
  .uk-offcanvas-bar .uk-button-secondary.uk-active {
    background-color: #e6e6e6;
    color: #666; }
  .uk-light .uk-button-text, .uk-section-primary:not(.uk-preserve-color) .uk-button-text, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text, .uk-card-primary.uk-card-body .uk-button-text, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text, .uk-card-secondary.uk-card-body .uk-button-text, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text, .uk-overlay-primary .uk-button-text, .uk-offcanvas-bar .uk-button-text {
    color: #fff; }
    .uk-light .uk-button-text::before, .uk-section-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before, .uk-card-primary.uk-card-body .uk-button-text::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text::before, .uk-card-secondary.uk-card-body .uk-button-text::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text::before, .uk-overlay-primary .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
      border-bottom-color: #fff; }
  .uk-light .uk-button-text:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover, .uk-card-primary.uk-card-body .uk-button-text:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-card-secondary.uk-card-body .uk-button-text:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:hover, .uk-overlay-primary .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover {
    color: #fff; }
  .uk-light .uk-button-text:disabled, .uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled, .uk-card-primary.uk-card-body .uk-button-text:disabled, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-card-secondary.uk-card-body .uk-button-text:disabled, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-text:disabled, .uk-overlay-primary .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-button-link, .uk-section-primary:not(.uk-preserve-color) .uk-button-link, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link, .uk-card-primary.uk-card-body .uk-button-link, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link, .uk-card-secondary.uk-card-body .uk-button-link, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link, .uk-overlay-primary .uk-button-link, .uk-offcanvas-bar .uk-button-link {
    color: #fff; }
  .uk-light .uk-button-link:hover, .uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover, .uk-card-primary.uk-card-body .uk-button-link:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-card-secondary.uk-card-body .uk-button-link:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-button-link:hover, .uk-overlay-primary .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider > :not(.uk-first-column)::before, .uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close, .uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*='uk-card-media']) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close, .uk-overlay-primary .uk-close, .uk-offcanvas-bar .uk-close {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-close:hover, .uk-section-primary:not(.uk-preserve-color) .uk-close:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-close:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover, .uk-card-primary.uk-card-body .uk-close:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-close:hover, .uk-card-secondary.uk-card-body .uk-close:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-close:hover, .uk-overlay-primary .uk-close:hover, .uk-offcanvas-bar .uk-close:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop, .uk-section-primary:not(.uk-preserve-color) .uk-totop, .uk-section-secondary:not(.uk-preserve-color) .uk-totop, .uk-tile-primary:not(.uk-preserve-color) .uk-totop, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop, .uk-card-primary.uk-card-body .uk-totop, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop, .uk-card-secondary.uk-card-body .uk-totop, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop, .uk-overlay-primary .uk-totop, .uk-offcanvas-bar .uk-totop {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-totop:hover, .uk-section-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover, .uk-card-primary.uk-card-body .uk-totop:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-card-secondary.uk-card-body .uk-totop:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:hover, .uk-overlay-primary .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-totop:active, .uk-section-primary:not(.uk-preserve-color) .uk-totop:active, .uk-section-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-primary:not(.uk-preserve-color) .uk-totop:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active, .uk-card-primary.uk-card-body .uk-totop:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-totop:active, .uk-card-secondary.uk-card-body .uk-totop:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-totop:active, .uk-overlay-primary .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
    color: #fff; }
  .uk-light .uk-badge, .uk-section-primary:not(.uk-preserve-color) .uk-badge, .uk-section-secondary:not(.uk-preserve-color) .uk-badge, .uk-tile-primary:not(.uk-preserve-color) .uk-badge, .uk-tile-secondary:not(.uk-preserve-color) .uk-badge, .uk-card-primary.uk-card-body .uk-badge, .uk-card-primary > :not([class*='uk-card-media']) .uk-badge, .uk-card-secondary.uk-card-body .uk-badge, .uk-card-secondary > :not([class*='uk-card-media']) .uk-badge, .uk-overlay-primary .uk-badge, .uk-offcanvas-bar .uk-badge {
    background-color: #fff;
    color: #666 !important; }
  .uk-light .uk-label, .uk-section-primary:not(.uk-preserve-color) .uk-label, .uk-section-secondary:not(.uk-preserve-color) .uk-label, .uk-tile-primary:not(.uk-preserve-color) .uk-label, .uk-tile-secondary:not(.uk-preserve-color) .uk-label, .uk-card-primary.uk-card-body .uk-label, .uk-card-primary > :not([class*='uk-card-media']) .uk-label, .uk-card-secondary.uk-card-body .uk-label, .uk-card-secondary > :not([class*='uk-card-media']) .uk-label, .uk-overlay-primary .uk-label, .uk-offcanvas-bar .uk-label {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-article-meta, .uk-section-primary:not(.uk-preserve-color) .uk-article-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-article-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta, .uk-card-primary.uk-card-body .uk-article-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-article-meta, .uk-card-secondary.uk-card-body .uk-article-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-article-meta, .uk-overlay-primary .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input, .uk-card-primary.uk-card-body .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input, .uk-overlay-primary .uk-search-input, .uk-offcanvas-bar .uk-search-input {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-search-input::placeholder, .uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder, .uk-card-primary.uk-card-body .uk-search-input::placeholder, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-card-secondary.uk-card-body .uk-search-input::placeholder, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-input::placeholder, .uk-overlay-primary .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon, .uk-card-primary.uk-card-body .uk-search .uk-search-icon, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon, .uk-overlay-primary .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search .uk-search-icon:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover, .uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search .uk-search-icon:hover, .uk-overlay-primary .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-default .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input, .uk-overlay-primary .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-search-default .uk-search-input:focus, .uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus, .uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-default .uk-search-input:focus, .uk-overlay-primary .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
    background-color: rgba(0, 0, 0, 0.05); }
  .uk-light .uk-search-navbar .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input, .uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-navbar .uk-search-input, .uk-overlay-primary .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-large .uk-search-input, .uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input, .uk-card-primary.uk-card-body .uk-search-large .uk-search-input, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-card-secondary.uk-card-body .uk-search-large .uk-search-input, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-large .uk-search-input, .uk-overlay-primary .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
    background-color: transparent; }
  .uk-light .uk-search-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle, .uk-card-primary.uk-card-body .uk-search-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-card-secondary.uk-card-body .uk-search-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle, .uk-overlay-primary .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-search-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover, .uk-card-primary.uk-card-body .uk-search-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-card-secondary.uk-card-body .uk-search-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-search-toggle:hover, .uk-overlay-primary .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a, .uk-card-primary.uk-card-body .uk-nav-default > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-card-secondary.uk-card-body .uk-nav-default > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a, .uk-overlay-primary .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li > a:hover, .uk-overlay-primary .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default > li.uk-active > a, .uk-overlay-primary .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-header, .uk-overlay-primary .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-default .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-divider, .uk-overlay-primary .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-default .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a, .uk-overlay-primary .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a, .uk-card-primary.uk-card-body .uk-nav-primary > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a, .uk-overlay-primary .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li > a:hover, .uk-overlay-primary .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary > li.uk-active > a, .uk-overlay-primary .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-header, .uk-overlay-primary .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-primary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-divider, .uk-overlay-primary .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-primary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav-secondary > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a, .uk-overlay-primary .uk-nav-secondary > li > a, .uk-offcanvas-bar .uk-nav-secondary > li > a {
    color: #fff; }
  .uk-light .uk-nav-secondary > li > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a:hover, .uk-overlay-primary .uk-nav-secondary > li > a:hover, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-nav-secondary > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary > li.uk-active > a, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
  .uk-light .uk-nav-secondary .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle, .uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
    color: #fff; }
  .uk-light .uk-nav-secondary .uk-nav-header, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-header, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-header, .uk-overlay-primary .uk-nav-secondary .uk-nav-header, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-header {
    color: #fff; }
  .uk-light .uk-nav-secondary .uk-nav-divider, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-divider, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-divider, .uk-overlay-primary .uk-nav-secondary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-nav-secondary .uk-nav-sub a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub a:hover, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a {
    color: #fff; }
  .uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-primary > :not([class*='uk-card-media']) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-card-secondary > :not([class*='uk-card-media']) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  , .uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) +  {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-navbar-nav > li > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a, .uk-overlay-primary .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-nav > li:hover > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a, .uk-overlay-primary .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
  .uk-light .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded="true"],
  .uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded="true"] {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-nav > li > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:active, .uk-overlay-primary .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
    color: #fff; }
  .uk-light .uk-navbar-nav > li.uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
    color: #fff; }
  .uk-light .uk-navbar-item, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item, .uk-card-primary.uk-card-body .uk-navbar-item, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-card-secondary.uk-card-body .uk-navbar-item, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-item, .uk-overlay-primary .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-navbar-toggle, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle, .uk-card-primary.uk-card-body .uk-navbar-toggle, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-card-secondary.uk-card-body .uk-navbar-toggle, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle, .uk-overlay-primary .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-navbar-toggle:hover, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover, .uk-card-primary.uk-card-body .uk-navbar-toggle:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-card-secondary.uk-card-body .uk-navbar-toggle:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle:hover, .uk-overlay-primary .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
  .uk-light .uk-navbar-toggle[aria-expanded="true"],
  .uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded="true"],
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-toggle[aria-expanded="true"],
  .uk-overlay-primary .uk-navbar-toggle[aria-expanded="true"],
  .uk-offcanvas-bar .uk-navbar-toggle[aria-expanded="true"] {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > :first-child, .uk-overlay-primary .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > * > a:hover, .uk-overlay-primary .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-active > a, .uk-overlay-primary .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
    color: #fff; }
  .uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-subnav-pill > * > :first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child, .uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > :first-child, .uk-overlay-primary .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-subnav-pill > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:hover, .uk-overlay-primary .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > * > a:active, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active, .uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > * > a:active, .uk-overlay-primary .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-subnav-pill > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a, .uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav-pill > .uk-active > a, .uk-overlay-primary .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
    background-color: #fff;
    color: #666; }
  .uk-light .uk-subnav > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-subnav > .uk-disabled > a, .uk-overlay-primary .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *, .uk-card-primary.uk-card-body .uk-breadcrumb > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > *, .uk-overlay-primary .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-breadcrumb > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover, .uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > * > :hover, .uk-overlay-primary .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :last-child > *, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *, .uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :last-child > *, .uk-overlay-primary .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *, .uk-card-primary.uk-card-body .uk-pagination > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-card-secondary.uk-card-body .uk-pagination > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > *, .uk-overlay-primary .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > * > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-pagination > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover, .uk-card-primary.uk-card-body .uk-pagination > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-card-secondary.uk-card-body .uk-pagination > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > * > :hover, .uk-overlay-primary .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-active > *, .uk-overlay-primary .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > * {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-pagination > .uk-disabled > *, .uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *, .uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-pagination > .uk-disabled > *, .uk-overlay-primary .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab::before, .uk-section-primary:not(.uk-preserve-color) .uk-tab::before, .uk-section-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-primary:not(.uk-preserve-color) .uk-tab::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before, .uk-card-primary.uk-card-body .uk-tab::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab::before, .uk-card-secondary.uk-card-body .uk-tab::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab::before, .uk-overlay-primary .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
    border-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-tab > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a, .uk-card-primary.uk-card-body .uk-tab > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-card-secondary.uk-card-body .uk-tab > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a, .uk-overlay-primary .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-tab > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover, .uk-card-primary.uk-card-body .uk-tab > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-card-secondary.uk-card-body .uk-tab > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > * > a:hover, .uk-overlay-primary .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-tab > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a, .uk-card-primary.uk-card-body .uk-tab > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-active > a, .uk-overlay-primary .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
    color: #fff;
    border-color: #fff; }
  .uk-light .uk-tab > .uk-disabled > a, .uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a, .uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-tab > .uk-disabled > a, .uk-overlay-primary .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover {
    color: rgba(255, 255, 255, 0.95); }
  .uk-light .uk-slidenav:active, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active, .uk-card-primary.uk-card-body .uk-slidenav:active, .uk-card-primary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-card-secondary.uk-card-body .uk-slidenav:active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-slidenav:active, .uk-overlay-primary .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-dotnav > * > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *, .uk-card-primary.uk-card-body .uk-dotnav > * > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-card-secondary.uk-card-body .uk-dotnav > * > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > *, .uk-overlay-primary .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9); }
  .uk-light .uk-dotnav > * > :hover, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover, .uk-card-primary.uk-card-body .uk-dotnav > * > :hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-card-secondary.uk-card-body .uk-dotnav > * > :hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :hover, .uk-overlay-primary .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-dotnav > * > :active, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active, .uk-card-primary.uk-card-body .uk-dotnav > * > :active, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-card-secondary.uk-card-body .uk-dotnav > * > :active, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > * > :active, .uk-overlay-primary .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > * > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent; }
  .uk-light .uk-dotnav > .uk-active > *, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *, .uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-primary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *, .uk-card-secondary > :not([class*='uk-card-media']) .uk-dotnav > .uk-active > *, .uk-overlay-primary .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent; }
  .uk-light .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-accordion-title::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-accordion-title::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-accordion-title::before, .uk-overlay-primary .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-open > .uk-accordion-title::before, .uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before, .uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before, .uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-open > .uk-accordion-title::before, .uk-overlay-primary .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E"); }
  .uk-light .uk-iconnav > * > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a, .uk-card-primary.uk-card-body .uk-iconnav > * > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-card-secondary.uk-card-body .uk-iconnav > * > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a, .uk-overlay-primary .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > * > a {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-iconnav > * > a:hover, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover, .uk-card-primary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > * > a:hover, .uk-overlay-primary .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-iconnav > .uk-active > a, .uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a, .uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-primary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a, .uk-card-secondary > :not([class*='uk-card-media']) .uk-iconnav > .uk-active > a, .uk-overlay-primary .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-lead, .uk-section-primary:not(.uk-preserve-color) .uk-text-lead, .uk-section-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-primary:not(.uk-preserve-color) .uk-text-lead, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead, .uk-card-primary.uk-card-body .uk-text-lead, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-lead, .uk-card-secondary.uk-card-body .uk-text-lead, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-lead, .uk-overlay-primary .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
    color: rgba(255, 255, 255, 0.7); }
  .uk-light .uk-text-meta, .uk-section-primary:not(.uk-preserve-color) .uk-text-meta, .uk-section-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-primary:not(.uk-preserve-color) .uk-text-meta, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta, .uk-card-primary.uk-card-body .uk-text-meta, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-meta, .uk-card-secondary.uk-card-body .uk-text-meta, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-meta, .uk-overlay-primary .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
    color: rgba(255, 255, 255, 0.5); }
  .uk-light .uk-text-muted, .uk-section-primary:not(.uk-preserve-color) .uk-text-muted, .uk-section-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-primary:not(.uk-preserve-color) .uk-text-muted, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted, .uk-card-primary.uk-card-body .uk-text-muted, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-muted, .uk-card-secondary.uk-card-body .uk-text-muted, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-muted, .uk-overlay-primary .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
    color: rgba(255, 255, 255, 0.5) !important; }
  .uk-light .uk-text-emphasis, .uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis, .uk-card-primary.uk-card-body .uk-text-emphasis, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-card-secondary.uk-card-body .uk-text-emphasis, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-emphasis, .uk-overlay-primary .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
    color: #fff !important; }
  .uk-light .uk-text-primary, .uk-section-primary:not(.uk-preserve-color) .uk-text-primary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-primary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary, .uk-card-primary.uk-card-body .uk-text-primary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-primary, .uk-card-secondary.uk-card-body .uk-text-primary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-primary, .uk-overlay-primary .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
    color: #fff !important; }
  .uk-light .uk-text-secondary, .uk-section-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary, .uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .uk-card-primary.uk-card-body .uk-text-secondary, .uk-card-primary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-card-secondary.uk-card-body .uk-text-secondary, .uk-card-secondary > :not([class*='uk-card-media']) .uk-text-secondary, .uk-overlay-primary .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
    color: #fff !important; }
  .uk-light .uk-column-divider, .uk-section-primary:not(.uk-preserve-color) .uk-column-divider, .uk-section-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-primary:not(.uk-preserve-color) .uk-column-divider, .uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider, .uk-card-primary.uk-card-body .uk-column-divider, .uk-card-primary > :not([class*='uk-card-media']) .uk-column-divider, .uk-card-secondary.uk-card-body .uk-column-divider, .uk-card-secondary > :not([class*='uk-card-media']) .uk-column-divider, .uk-overlay-primary .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2); }
  .uk-light .uk-logo, .uk-section-primary:not(.uk-preserve-color) .uk-logo, .uk-section-secondary:not(.uk-preserve-color) .uk-logo, .uk-tile-primary:not(.uk-preserve-color) .uk-logo, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo, .uk-card-primary.uk-card-body .uk-logo, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo, .uk-card-secondary.uk-card-body .uk-logo, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo, .uk-overlay-primary .uk-logo, .uk-offcanvas-bar .uk-logo {
    color: #fff; }
  .uk-light .uk-logo:hover, .uk-section-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover, .uk-card-primary.uk-card-body .uk-logo:hover, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-card-secondary.uk-card-body .uk-logo:hover, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo:hover, .uk-overlay-primary .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover {
    color: #fff; }
  .uk-light .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-section-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-primary > :not([class*='uk-card-media']) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse), .uk-offcanvas-bar .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
  .uk-light .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-card-primary > :not([class*='uk-card-media']) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
  .uk-offcanvas-bar .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type) {
    display: none; }
  .uk-light .uk-logo-inverse, .uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse, .uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse, .uk-card-primary.uk-card-body .uk-logo-inverse, .uk-card-primary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-card-secondary.uk-card-body .uk-logo-inverse, .uk-card-secondary > :not([class*='uk-card-media']) .uk-logo-inverse, .uk-overlay-primary .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
    display: block; }

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #999;
    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,
  .h2,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  h3,
  .h3 {
    orphans: 3;
    widows: 3; }
  
  h2,
  .h2,
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
  h3,
  .h3 {
    page-break-after: avoid; } }

/*
 *	WebFont Package
 */
:focus {
  outline: none; }

.shadow, .shadow-inner > .inner {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1); }

.show-desktop {
  display: none; }
  @media (min-width: 801px) {
    .show-desktop {
      display: block; } }

.show-mobile {
  display: block; }
  @media (min-width: 801px) {
    .show-mobile {
      display: none; } }

.list-unstyle,
.unstyle-list {
  list-style: none;
  margin: 0;
  padding: 0; }

ol.list-styled li,
li.list-styled li {
  margin-bottom: 10px; }

.table-styled {
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px; }
  .table-styled th {
    text-align: left;
    color: #e4dbbc;
    border-bottom: 1px solid #3c3027;
    padding: 10px; }
  .table-styled tr {
    border-bottom: 1px solid rgba(60, 48, 39, 0.25); }
  .table-styled td {
    padding: 10px; }

.padding-sm {
  padding: 5px; }

.padding-md {
  padding: 15px; }

.padding-lg {
  padding: 25px; }

.padding-xl {
  padding: 30px; }

.margin-sm {
  margin: 5px; }

.margin-md {
  margin: 15px; }

.margin-lg {
  margin: 25px; }

.margin-xl {
  margin: 30px; }

.indent-left-sm {
  padding-left: 5px; }

.indent-left-md {
  padding-left: 15px; }

.indent-left-lg {
  padding-left: 25px; }

.indent-left-xl {
  padding-left: 25px; }

.flex-col, .alertBox .alertBox-message span, .styleguide-card > .inner {
  display: flex;
  flex-direction: column; }

.flex-row, .alertBox, .pagination-list {
  display: flex;
  flex-direction: row; }

.flex-row-col {
  display: flex;
  flex-direction: row; }
  @media (min-width: 801px) {
    .flex-row-col {
      flex-direction: column; } }

.flex-col-row {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .flex-col-row {
      flex-direction: row; } }

.flex-item {
  flex-basis: 100%; }

.flex-wrap {
  flex-flow: wrap; }

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-justify-flex-start,
.flex-justify-left {
  display: flex;
  justify-content: flex-start; }

.flex-justify-center, .alertBox .alertBox-message span, .pagination-list {
  display: flex;
  justify-content: center; }

.flex-justify-flex-end,
.flex-justify-right {
  display: flex;
  justify-content: flex-end; }

.flex-justify-space-between {
  display: flex;
  justify-content: space-between; }

.flex-align-flex-start,
.flex-align-top {
  display: flex;
  align-items: flex-start; }

.flex-align-center, .alertBox, .pagination-list {
  display: flex;
  align-items: center; }

.flex-align-flex-end,
.flex-align-bottom {
  display: flex;
  align-items: flex-end; }

.flex-col-count-1 > .flex-item {
  flex-basis: 100%; }

.flex-col-count-2 > .flex-item {
  flex-basis: 50%; }

.flex-col-count-3 > .flex-item {
  flex-basis: 33.33333%; }

.flex-col-count-4 > .flex-item {
  flex-basis: 25%; }

.flex-col-count-5 > .flex-item {
  flex-basis: 20%; }

.flex-col-count-6 > .flex-item {
  flex-basis: 16.66667%; }

.border-color-primary {
  border-color: #e4dbbc; }

.border-color-primaryDark {
  border-color: #3c3027; }

.border-color-primaryDarker {
  border-color: #008ba3; }

.border-color-primaryLight {
  border-color: #a5915c; }

.border-color-secondary {
  border-color: #a9ae36; }

.border-color-secondaryDark {
  border-color: #575027; }

.border-color-grey {
  border-color: #a1a4a6; }

.border-color-greyDark {
  border-color: #a1a4a6; }

.border-color-greyDarker {
  border-color: #5f5954; }

.border-color-greyDarkest {
  border-color: black; }

.border-color-greyMedium {
  border-color: #d9d6d4; }

.border-color-greyLight {
  border-color: #f8f8f8; }

.border-color-greyLighter {
  border-color: #f8f8f8; }

.border-color-greyLightest {
  border-color: #f8f8f8; }

.border-right-dashed {
  border-right: 1px dashed #3c3027; }

.border-right-dashed-mobile {
  border-right: 1px dashed #3c3027; }
  @media (min-width: 801px) {
    .border-right-dashed-mobile {
      border-right: none; } }

.border-right-dashed-desktop {
  border-right: none; }
  @media (min-width: 801px) {
    .border-right-dashed-desktop {
      border-right: 1px dashed #3c3027; } }

.border-left-dashed {
  border-left: 1px dashed #3c3027; }

.border-left-dashed-mobile {
  border-left: 1px dashed #3c3027; }
  @media (min-width: 801px) {
    .border-left-dashed-mobile {
      border-left: none; } }

.border-left-dashed-desktop {
  border-left: none; }
  @media (min-width: 801px) {
    .border-left-dashed-desktop {
      border-left: 1px dashed #3c3027; } }

.border-top-dashed {
  border-top: 1px dashed #3c3027; }

.border-top-dashed-mobile {
  border-top: 1px dashed #3c3027; }
  @media (min-width: 801px) {
    .border-top-dashed-mobile {
      border-top: none; } }

.border-top-dashed-desktop {
  border-top: none; }
  @media (min-width: 801px) {
    .border-top-dashed-desktop {
      border-top: 1px dashed #3c3027; } }

.border-bottom-dashed {
  border-bottom: 1px dashed #3c3027; }

.border-bottom-dashed-mobile {
  border-bottom: 1px dashed #3c3027; }
  @media (min-width: 801px) {
    .border-bottom-dashed-mobile {
      border-bottom: none; } }

.border-bottom-dashed-desktop {
  border-bottom: none; }
  @media (min-width: 801px) {
    .border-bottom-dashed-desktop {
      border-bottom: 1px dashed #3c3027; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInDelayed {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes slideIn {
  from {
    margin-left: -100%; }
  to {
    margin-left: 0; } }

@keyframes slideOut {
  from {
    margin-left: 0; }
  to {
    margin-left: -100%; } }

@keyframes hide {
  0% {
    visibility: visible; }
  99% {
    visibility: hidden; }
  100% {
    display: none; } }

@keyframes show {
  0% {
    display: none; }
  1% {
    visibility: hidden; }
  100% {
    visibility: visible; } }

@keyframes bounceX {
  0% {
    transform: translateX(0); }
  30% {
    transform: translateX(-10px); }
  50% {
    transform: translateX(0); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

.text-small, .text-body, body, .text-large {
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }

.text-small {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.9375rem; }
  @media (min-width: 1261px) {
    .text-small {
      font-size: 0.875rem;
      line-height: 1.25rem;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.text-body, body {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25;
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 1261px) {
    .text-body, body {
      font-size: 1rem;
      line-height: 1.25; } }

.text-large {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .text-large {
      font-size: 1.125rem; } }
  @media (min-width: 1261px) {
    .text-large {
      font-size: 1.25rem;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.label-small {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
  @media (min-width: 1261px) {
    .label-small {
      font-size: 0.75rem;
      line-height: 0.875rem;
      font-weight: 400;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px; } }

.label-large {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 500;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }
  @media (min-width: 1261px) {
    .label-large {
      font-size: 0.875rem;
      line-height: 1.063rem;
      font-weight: 400;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      letter-spacing: 1px; } }

a, .text-link, .account a.button:not(.button--primary), .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:not(.button--primary), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account a.btn.farm-to-family-btn-top:not(.button--primary) {
  text-decoration: none;
  color: #5f5954;
  font-weight: 500;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  line-height: 1rem;
  letter-spacing: 0.4px;
  font-size: 0.875rem; }
  a:hover, .text-link:hover, .account a.button:hover:not(.button--primary), .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:hover:not(.button--primary), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account a.btn.farm-to-family-btn-top:hover:not(.button--primary), a:focus, .text-link:focus, .account a.button:focus:not(.button--primary), .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:focus:not(.button--primary), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account a.btn.farm-to-family-btn-top:focus:not(.button--primary) {
    text-decoration: none;
    color: #5f5954;
    text-underline-offset: 2.5px; }
  a.active, .active.text-link, .account a.active.button:not(.button--primary), .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.active.btn.farm-to-family-btn-top:not(.button--primary), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account a.active.btn.farm-to-family-btn-top:not(.button--primary) {
    text-decoration: none;
    color: #5f5954; }
  @media (min-width: 1261px) {
    a, .text-link, .account a.button:not(.button--primary), .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:not(.button--primary), .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account a.btn.farm-to-family-btn-top:not(.button--primary) {
      font-size: 0.9375rem; } }

.hr-dashed {
  border: none;
  border-bottom: 1px dashed #3c3027;
  background-color: transparent; }

.hr-solid {
  border: none;
  border-bottom: 1px dashed #3c3027;
  background-color: transparent; }

.headline-alt, .page-title, .pcf-product .pcf-product-details .pcf-product-title,
h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title,
h3,
.h3,
h4,
.h4,
h5,
.table-styled th,
.h5,
h6,
.h6 {
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: #3c3027; }

.hero, h1, .h1 {
  font-family: "Squada One", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #3c3027; }

h1, .h1 {
  font-size: 1.875rem ;
  line-height: 2.5rem;
  letter-spacing: 1px; }
  @media (min-width: 551px) {
    h1, .h1 {
      font-size: 3.125rem;
      line-height: 1;
      font-weight: 400; } }
  @media (min-width: 1261px) {
    h1, .h1 {
      font-size: 3.563rem;
      line-height: 1;
      font-weight: 400; } }


h2,
.h2,
.pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 1px; }
  @media (min-width: 801px) {
    
    h2,
    .h2,
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title {
      font-size: 1.5rem;
      line-height: 1.875rem; } }


h3,
.h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.5px; }
  @media (min-width: 801px) {
    
    h3,
    .h3 {
      font-size: 1.1875rem;
      line-height: 1.5625rem;
      letter-spacing: 1px; } }
  @media (min-width: 1261px) {
    
    h3,
    .h3 {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.875rem;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; } }


h4,
.h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.5px; }
  @media (min-width: 1261px) {
    
    h4,
    .h4 {
      font-size: 1.125rem;
      line-height: 1.875rem;
      letter-spacing: 1px;
      font-style: italic; } }


h5,
.table-styled th,
.h5 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
  @media (min-width: 1261px) {
    
    h5,
    .table-styled th,
    .h5 {
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 1.875rem;
      letter-spacing: 1px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } }


h6,
.h6 {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.5px;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
  @media (min-width: 1261px) {
    
    h6,
    .h6 {
      font-size: 1rem;
      font-weight: 400;
      letter-spacing: 0.4px;
      line-height: 1.875rem;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } }

.headline-alt {
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700; }
  @media (min-width: 801px) {
    .headline-alt {
      font-size: 42px; } }

.subheading {
  font-size: 1.688rem;
  font-weight: 350;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }

.hero {
  font-size: 4rem;
  line-height: 1;
  font-weight: 400; }
  @media (min-width: 801px) {
    .hero {
      font-size: 5rem; } }

.page-title, .pcf-product .pcf-product-details .pcf-product-title {
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 1px;
  font-weight: 700; }
  @media (min-width: 801px) {
    .page-title, .pcf-product .pcf-product-details .pcf-product-title {
      font-size: 1.75rem;
      line-height: 1.875rem; } }

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

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

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

.text-light, .bg-color-primaryDarker {
  color: #a5915c; }
  .text-light *, .bg-color-primaryDarker * {
    color: #a5915c; }
  .text-light a:hover, .bg-color-primaryDarker a:hover {
    color: #a5915c; }

.text-white {
  color: white; }
  .text-white * {
    color: white; }
  .text-white a:hover {
    color: white; }

.text-dark {
  color: black; }
  .text-dark * {
    color: black; }

.text-color-primary {
  color: #e4dbbc; }
  .text-color-primary * {
    color: #e4dbbc; }

.text-color-primaryDark {
  color: #3c3027; }
  .text-color-primaryDark * {
    color: #3c3027; }

.text-color-primaryDarker {
  color: #008ba3; }
  .text-color-primaryDarker * {
    color: #008ba3; }

.text-color-primaryLight {
  color: #a5915c; }
  .text-color-primaryLight * {
    color: #a5915c; }

.text-color-secondary {
  color: #a9ae36; }
  .text-color-secondary * {
    color: #a9ae36; }

.text-color-secondaryDark {
  color: #575027; }
  .text-color-secondaryDark * {
    color: #575027; }

.text-color-grey {
  color: #a1a4a6; }
  .text-color-grey * {
    color: #a1a4a6; }

.text-color-greyDark {
  color: #a1a4a6; }
  .text-color-greyDark * {
    color: #a1a4a6; }

.text-color-greyDarker {
  color: #5f5954; }
  .text-color-greyDarker * {
    color: #5f5954; }

.text-color-greyDarkest {
  color: black; }
  .text-color-greyDarkest * {
    color: black; }

.text-color-greyMedium {
  color: #d9d6d4; }
  .text-color-greyMedium * {
    color: #d9d6d4; }

.text-color-greyLight {
  color: #f8f8f8; }
  .text-color-greyLight * {
    color: #f8f8f8; }

.text-color-greyLighter {
  color: #f8f8f8; }
  .text-color-greyLighter * {
    color: #f8f8f8; }

.text-color-greyLightest {
  color: #f8f8f8; }
  .text-color-greyLightest * {
    color: #f8f8f8; }

.bg-color-primary {
  background-color: #e4dbbc; }

.bg-color-primaryDark {
  background-color: #3c3027; }
  .bg-color-primaryDark .button.button--primary:hover, .bg-color-primaryDark .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .bg-color-primaryDark .button--primary.btn.farm-to-family-btn-top:hover, .bg-color-primaryDark .button.button--cta:hover, .bg-color-primaryDark .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--cta.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .bg-color-primaryDark .button--cta.btn.farm-to-family-btn-top:hover {
    border-color: white;
    background-color: white;
    color: #3c3027; }
  .bg-color-primaryDark .button.button--primary.button--light:hover, .bg-color-primaryDark .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.button--light.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .bg-color-primaryDark .button--primary.button--light.btn.farm-to-family-btn-top:hover {
    border-color: white;
    background-color: #3c3027;
    color: white; }

.bg-color-primaryDarker {
  background-color: #008ba3; }

.bg-color-primaryLight {
  background-color: #a5915c; }

.bg-color-secondary {
  background-color: #a9ae36; }

.bg-color-secondaryDark {
  background-color: #575027; }

.bg-color-grey {
  background-color: #a1a4a6; }

.bg-color-greyDark {
  background-color: #a1a4a6; }

.bg-color-greyDarker {
  background-color: #5f5954; }

.bg-color-greyDarkest {
  background-color: black; }

.bg-color-greyMedium {
  background-color: #d9d6d4; }

.bg-color-greyLight {
  background-color: #f8f8f8; }

.bg-color-greyLighter {
  background-color: #f8f8f8; }

.bg-color-greyLightest {
  background-color: #f8f8f8; }

.bg--color-berry {
  background-color: #b20062; }

.bg--color-brown {
  background-color: #3c3027; }

.bg--color-yellow {
  background-color: #eab318; }

.bg--color-green {
  background-color: #a9ad40; }

.bg--color-beige {
  background-color: #faf8f2; }

.bg--color-fig {
  background-color: #3e2b2e; }

.text--color-berry {
  color: #b20062; }

.text--color-brown {
  color: #3c3027; }

.text--color-yellow {
  color: #eab318; }

.text--color-green {
  color: #a9ad40; }

.text--color-fig {
  color: #3e2b2e; }

.text--color-white {
  color: white; }
  .text--color-white * {
    color: white; }

.underline--color-berry, .underline--color-brown, .underline--color-yellow, .underline--color-green {
  border: 0;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  padding-bottom: 8px;
  width: fit-content; }

.underline--color-berry {
  border-color: #b20062; }

.underline--color-brown {
  border-color: #3c3027; }

.underline--color-yellow {
  border-color: #eab318; }

.underline--color-green {
  border-color: #a9ad40; }

.icon.icon-size-xs {
  width: 14px;
  height: 14px; }

.icon, .icon.icon-size-sm {
  width: 22px;
  height: 22px; }

.icon.icon-size-md {
  width: 32px;
  height: 32px; }

.icon.icon-size-lg {
  width: 60px;
  height: 60px; }

.icon {
  position: relative; }
  .icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.icon-fill-white {
  fill: white; }
  .icon-fill-white svg {
    fill: white; }

.icon-fill-primary {
  fill: #e4dbbc; }
  .icon-fill-primary svg {
    fill: #e4dbbc; }

.icon-fill-primaryDark {
  fill: #3c3027; }
  .icon-fill-primaryDark svg {
    fill: #3c3027; }

.icon-fill-primaryDarker {
  fill: #008ba3; }
  .icon-fill-primaryDarker svg {
    fill: #008ba3; }

.icon-fill-primaryLight {
  fill: #a5915c; }
  .icon-fill-primaryLight svg {
    fill: #a5915c; }

.icon-fill-secondary {
  fill: #a9ae36; }
  .icon-fill-secondary svg {
    fill: #a9ae36; }

.icon-fill-secondaryDark {
  fill: #575027; }
  .icon-fill-secondaryDark svg {
    fill: #575027; }

.icon-fill-grey {
  fill: #a1a4a6; }
  .icon-fill-grey svg {
    fill: #a1a4a6; }

.icon-fill-greyDark {
  fill: #a1a4a6; }
  .icon-fill-greyDark svg {
    fill: #a1a4a6; }

.icon-fill-greyDarker {
  fill: #5f5954; }
  .icon-fill-greyDarker svg {
    fill: #5f5954; }

.icon-fill-greyDarkest {
  fill: black; }
  .icon-fill-greyDarkest svg {
    fill: black; }

.icon-fill-greyMedium {
  fill: #d9d6d4; }
  .icon-fill-greyMedium svg {
    fill: #d9d6d4; }

.icon-fill-greyLight {
  fill: #f8f8f8; }
  .icon-fill-greyLight svg {
    fill: #f8f8f8; }

.icon-fill-greyLighter {
  fill: #f8f8f8; }
  .icon-fill-greyLighter svg {
    fill: #f8f8f8; }

.icon-fill-greyLightest {
  fill: #f8f8f8; }
  .icon-fill-greyLightest svg {
    fill: #f8f8f8; }

.icon.bg--color-yellow svg {
  color: #3c3027;
  fill: #3c3027; }

.icon.bg--color-green svg {
  color: white;
  fill: white; }

.icon.bg--color-berry svg {
  color: white;
  fill: white; }

.date-picker, .time-picker {
  background-color: #e5e6c9;
  border-radius: 2px;
  border: 1px solid #3c3027;
  padding: 4px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  height: 50px; }
  .date-picker.incomplete, .time-picker.incomplete {
    background-color: #b20062; }
    .date-picker.incomplete::placeholder, .time-picker.incomplete::placeholder {
      color: white; }
  .date-picker:disabled, .time-picker:disabled {
    background-color: #ddd;
    color: white;
    cursor: not-allowed; }

#time-picker-message {
  position: absolute;
  font-size: 12px;
  color: red;
  left: 50%;
  right: 50%;
  width: max-content;
  transform: translate(-50%, 0);
  margin: 0 auto;
  bottom: -25px; }

.date-picker-wrapper, .time-picker-wrapper {
  position: relative;
  width: 100%; }
  .date-picker-wrapper img, .time-picker-wrapper img {
    position: absolute;
    top: 33px;
    left: calc(100% - 40px);
    cursor: pointer; }

.ui-timepicker-container {
  z-index: 100000 !important; }

#ui-datepicker-div.ui-widget-content .ui-state-active {
  color: #b20062; }

.ui-datepicker {
  min-width: 300px; }

.ui-widget-header {
  background: #a9ae36;
  border: 1px solid #a9ae36; }

.invalid-product-setup {
  border-left: 1px solid red;
  background: #ece3cd; }

/*hide tpa button*/
.tpa-button-container {
  display: none; }

/*widget padding*/
[data-sub-layout] {
  padding: 0; }

.pcf-recipe-card-name {
  color: #5f5954;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
  margin-top: 2px;
  margin-bottom: 15px; }

.pcf-recipe-card-commodity {
  margin-bottom: 15px; }

#quickSearch {
  position: relative; }

.quick-search-results {
  position: absolute;
  background: white;
  border: solid;
  border-width: 0.2px;
  border-color: grey; }

.rfq-button-container {
  visibility: visible !important; }

.lead-time-disclaimer {
  color: red; }

.lead-time, .pcf-arrival-time {
  font-weight: normal !important;
  font-size: .7rem; }
  @media (min-width: 801px) {
    .lead-time, .pcf-arrival-time {
      font-weight: bold !important;
      font-size: .75rem; } }

@media (min-width: 801px) {
  .quickSearchResults {
    width: 100%; }
    .quickSearchResults .quickSearchMessage {
      font-size: 1rem;
      margin-bottom: 1.5rem; }
    .quickSearchResults .productGrid .product {
      width: 100%;
      display: flex;
      align-items: center;
      border-bottom: 2px solid rgba(218, 214, 212, 0.4); }
      .quickSearchResults .productGrid .product .card-figure__link {
        width: 15%;
        margin-right: 1rem; }
      .quickSearchResults .productGrid .product h3, .quickSearchResults .productGrid .product .h3 {
        margin: 0;
        text-align: left; }
      .quickSearchResults .productGrid .product .card-commodity {
        margin: 0; }
  .date-picker-wrapper, .time-picker-wrapper {
    width: inherit;
    max-width: 100%; }
  .date-picker, .time-picker {
    min-width: 275px; } }

.filterOptionsModal {
  overscroll-behavior: none;
  min-height: 700px; }

.modal-order-type .row {
  flex-direction: column;
  row-gap: 5px; }
  @media (min-width: 551px) {
    .modal-order-type .row {
      flex-direction: row; } }

#offcanvas-overlay {
  overflow-y: scroll; }

.time-chevron {
  width: fit-content;
  height: fit-content;
  position: relative;
  top: -42px;
  right: -288px;
  margin: 0;
  color: black !important;
  transform: scale(1.5); }

.time-chevron-plp {
  width: fit-content;
  height: fit-content;
  position: relative;
  top: -14px;
  right: 23px;
  color: black !important;
  transform: scale(1.5); }

.time-chevron-cart-date {
  width: fit-content;
  height: fit-content;
  position: relative;
  top: -37px;
  right: -324px;
  color: black !important;
  margin: 0;
  transform: scale(1.5); }

.time-chevron-cart-time {
  width: fit-content;
  height: fit-content;
  position: relative;
  top: -64px;
  right: -324px;
  color: black !important;
  margin: 0;
  transform: scale(1.5); }

.cart-alert-msg {
  color: #b20062;
  font-weight: 700;
  line-height: 1.25; }
  .cart-alert-msg:first-child {
    margin-bottom: 1.25rem; }
  .cart-alert-msg:last-child {
    margin-top: 1.25rem; }

.banners {
  background-color: #a9ad40;
  color: black;
  text-transform: uppercase;
  padding: 0.28571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners .banner p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-top: 1px;
    font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px; }
  .banners .banner p a {
    text-decoration: underline; }

.button, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top {
  border-radius: 2px;
  padding: 15px 32px;
  font-weight: 400;
  min-width: 0px;
  font-family: "Squada One", Arial, Helvetica, sans-serif;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.25rem;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: 1.375rem;
  margin: 0;
  border-width: 0; }
  .button:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:hover, .button:focus, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:focus,
  .button .active,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top .active,
  .button .is-active,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top .is-active {
    text-decoration: none; }

.button--primary {
  background-color: #b20062;
  color: white; }
  .button--primary:hover, .button--primary:focus {
    background-color: #545713;
    color: white; }
  .active.button--primary, .is-active.button--primary {
    background-color: #545713;
    color: white; }

.button--navigation {
  background-color: rgba(228, 219, 188, 0.2);
  color: #3c3027;
  text-transform: none;
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto 15px; }
  .button--navigation:hover, .button--navigation:focus {
    background-color: rgba(169, 174, 54, 0.4); }

.account input.button, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.btn.farm-to-family-btn-top, .button--secondary, .secondary {
  background-color: #3c3027;
  color: white; }
  .account input.button:hover, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.btn.farm-to-family-btn-top:hover, .button--secondary:hover, .secondary:hover, .account input.button:focus, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.btn.farm-to-family-btn-top:focus, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.btn.farm-to-family-btn-top:focus, .button--secondary:focus, .secondary:focus {
    background-color: #e4dbbc;
    color: black; }
  .account input.active.button, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.active.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.active.btn.farm-to-family-btn-top, .active.button--secondary, .active.secondary, .account input.is-active.button, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.is-active.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.is-active.btn.farm-to-family-btn-top, .is-active.button--secondary, .is-active.secondary {
    background-color: #e4dbbc;
    color: black; }

.button--tertiary {
  background-color: white;
  color: #5f5954; }
  .button--tertiary:hover, .button--tertiary:focus {
    background-color: #e4dbbc; }
  .active.button--tertiary, .is-active.button--tertiary {
    background-color: #e4dbbc; }

.button[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top[disabled],
.button--disabled {
  background-color: #a1a4a6;
  border: solid 1px;
  color: white;
  user-select: none; }
  .button:hover[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:hover[disabled],
  .button--disabled:hover {
    cursor: not-allowed; }

.form-prefixPostfix .button, .form-prefixPostfix .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-prefixPostfix .btn.farm-to-family-btn-top {
  height: auto; }

.btn--disabled:not(.add-to-cart),
.btn--icon {
  border-color: #a1a4a6; }
  .btn--disabled:not(.add-to-cart) svg,
  .btn--icon svg {
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
    fill: currentColor;
    stroke: none;
    margin: -3px 5px 0; }
  .btn--disabled:not(.add-to-cart):hover, .btn--disabled:not(.add-to-cart):active,
  .btn--icon:hover,
  .btn--icon:active {
    border-color: #a1a4a6; }

#backButton a.button:hover, #backButton .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top #backButton a.btn.farm-to-family-btn-top:hover {
  background-color: #545713;
  color: white; }

.alertBox {
  border-radius: 0px;
  background-color: #f8f8f8;
  padding: 13px;
  font-size: 13px;
  margin-bottom: 0; }
  .alertBox .alertBox-message p:last-child {
    margin-bottom: 0; }
  .alertBox .alertBox-message span {
    height: 100%; }

.alertBox svg {
  fill: #5f5954; }

.alertBox--success {
  background-color: #d9eacd;
  color: #5f5954; }

.alertBox--info {
  color: #5f5954;
  background-color: #c2e9f8; }

.alertBox--info .icon svg {
  fill: #5f5954; }

.alertBox--warning {
  background-color: #facfbf;
  color: #5f5954; }

.alertBox--error {
  background-color: #facfbf;
  color: #5f5954; }

.alertBox-icon .icon {
  height: 22px;
  width: 22px; }

.alert-container {
  position: relative;
  z-index: 9; }
  .alert-container .icon-close {
    transition: all 0.15s linear;
    width: 14px;
    height: 14px;
    margin: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; }
    .alert-container .icon-close:hover svg {
      fill: #3c3027; }

.form-input, .form-select {
  border-radius: 2px;
  font-size: 12px; }

.form-input[readonly], .form-select[readonly] {
  color: #AEA7A1; }

.form-input#sl-search-input::placeholder {
  color: #5f5954; }

#b2b-account-role {
  display: none; }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-checkbox + .form-label::after {
  background-color: #e4dbbc; }

.text-field, .text-field--light {
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 18px;
  color: #3c3027 !important; }
  .text-field::placeholder, .text-field--light::placeholder {
    color: #3c3027 !important; }
  .text-field--light {
    color: #3c3027 !important; }
    .text-field--light::placeholder {
      color: #AEA7A1 !important; }

.my-menu-card .card-figure .card-figure__link,
.card .card-figure .card-figure__link {
  position: relative;
  text-decoration: none; }
  .my-menu-card .card-figure .card-figure__link .card-farm-name-container,
  .card .card-figure .card-figure__link .card-farm-name-container {
    background: #FFFFFF;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    border-radius: 2px;
    padding: 2px 5px; }
    .my-menu-card .card-figure .card-figure__link .card-farm-name-container .card-farm-name,
    .card .card-figure .card-figure__link .card-farm-name-container .card-farm-name {
      margin-bottom: 0;
      font-size: 0.6rem;
      line-height: 12px;
      font-weight: 500;
      color: black;
      width: fit-content;
      text-transform: uppercase;
      line-clamp: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }

.my-menu-card .card-body,
.card .card-body {
  padding-top: 5px;
  text-decoration: none;
  text-align: left; }
  .my-menu-card .card-body .card-commodity,
  .card .card-body .card-commodity {
    color: #615126;
    font-size: 0.75rem;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px; }
  .my-menu-card .card-body .card-title a,
  .card .card-body .card-title a {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: .25px; }
    @media (min-width: 801px) {
      .my-menu-card .card-body .card-title a,
      .card .card-body .card-title a {
        font-size: .7rem; } }
  .my-menu-card .card-body .card-text .price-section,
  .card .card-body .card-text .price-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .my-menu-card .card-body .card-text .price-section .product-sku,
    .card .card-body .card-text .price-section .product-sku {
      font-size: 0.625rem;
      line-height: 18px;
      font-weight: 400;
      color: #5f5954; }
    .my-menu-card .card-body .card-text .price-section .price,
    .card .card-body .card-text .price-section .price {
      font-size: 0.75rem;
      line-height: 16px;
      font-weight: 500;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
  .my-menu-card .card-body .btn-show-price,
  .card .card-body .btn-show-price {
    font-size: 0.625rem;
    color: #5F5954;
    border-bottom: 1px solid #e4dbbc;
    width: fit-content;
    text-transform: uppercase; }
    .my-menu-card .card-body .btn-show-price:hover,
    .card .card-body .btn-show-price:hover {
      text-decoration: none;
      border-bottom: 1px solid #5F5954; }

@media (min-width: 801px) {
  .my-menu-card .card-figure .card-figure__link .card-product-tags-container .card-product-tags,
  .card .card-figure .card-figure__link .card-product-tags-container .card-product-tags {
    padding: 5px 8px; }
  .my-menu-card .card-figure .card-figure__link .card-farm-name-container,
  .card .card-figure .card-figure__link .card-farm-name-container {
    padding: 6px 8px; }
  .my-menu-card .card-body .card-body .card-commodity,
  .card .card-body .card-body .card-commodity {
    margin-bottom: 12px; }
  .my-menu-card .card-body .card-body .card-title,
  .card .card-body .card-body .card-title {
    font-size: 1.1428571428571428em;
    margin-bottom: 12px; }
  .my-menu-card .card-body .card-body .card-text,
  .card .card-body .card-body .card-text {
    margin-bottom: 12px; }
    .my-menu-card .card-body .card-body .card-text .price-section .product-sku,
    .card .card-body .card-body .card-text .price-section .product-sku {
      font-size: 0.7857142857142857em; }
    .my-menu-card .card-body .card-body .card-text .price-section .price,
    .card .card-body .card-body .card-text .price-section .price {
      font-size: 1em; }
  .my-menu-card .card-body .add-to-cart .button, .my-menu-card .card-body .add-to-cart .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .my-menu-card .card-body .add-to-cart .btn.farm-to-family-btn-top,
  .card .card-body .add-to-cart .button,
  .card .card-body .add-to-cart .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top,
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .card .card-body .add-to-cart .btn.farm-to-family-btn-top {
    font-size: 1.375rem; }
  .my-menu-card .card-body .add-to-cart form .add-to-cart-btn,
  .card .card-body .add-to-cart form .add-to-cart-btn {
    font-size: 1.1428571428571428em;
    padding-block: 10px;
    padding-left: 30px; } }

.pcf-product-details-wrapper a.is-not-logged-in, .productCarousel-slide a.is-not-logged-in {
  text-transform: uppercase;
  text-decoration: none;
  color: #5f5954;
  font-size: 13px;
  border-bottom: 1px solid #e4dbbc;
  width: fit-content; }
  .pcf-product-details-wrapper a.is-not-logged-in:hover, .productCarousel-slide a.is-not-logged-in:hover {
    text-decoration: none; }

.slick-prev, .slick-next, .pagination-list li.pagination-item--next .pagination-link, .pagination-list li.pagination-item--previous .pagination-link {
  transition: all 0.15s linear;
  background-color: rgba(0, 0, 255, 0);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  background-image: url("../icons/chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 40px; }
  .slick-prev:before, .slick-next:before, .pagination-list li.pagination-item--next .pagination-link:before, .pagination-list li.pagination-item--previous .pagination-link:before {
    display: none; }
  .slick-prev:hover, .slick-next:hover, .pagination-list li.pagination-item--next .pagination-link:hover, .pagination-list li.pagination-item--previous .pagination-link:hover, .slick-prev:focus, .slick-next:focus, .pagination-list li.pagination-item--next .pagination-link:focus, .pagination-list li.pagination-item--previous .pagination-link:focus {
    background-color: rgba(0, 0, 255, 0);
    background-image: url("../icons/chevron-left.svg");
    background-size: 28px 40px; }

.slick-next, .pagination-list li.pagination-item--next .pagination-link {
  transform: rotate(180deg) !important; }

.slick-dots {
  background-color: white; }

.slick-disabled, .pagination-list li.pagination-item--next.slick-disabled, .pagination-list li.pagination-item--previous.slick-disabled {
  opacity: 0.3 ;
  pointer-events: none; }

.megamenu, .farms-submenu-list {
  margin-left: 0; }
  .megamenu .navPages-item, .farms-submenu-list .navPages-item {
    width: 100%; }
    .megamenu .navPages-item svg.category-svg, .farms-submenu-list .navPages-item svg.category-svg {
      width: 30px;
      height: 30px;
      stroke: unset;
      margin-right: 10px; }
    .megamenu .navPages-item svg.farm-svg, .farms-submenu-list .navPages-item svg.farm-svg {
      width: 30px;
      height: 30px;
      stroke: #3c3027;
      margin-right: 10px; }
      .megamenu .navPages-item svg.farm-svg.menu-arrow, .farms-submenu-list .navPages-item svg.farm-svg.menu-arrow {
        fill: none; }
    @media (min-width: 801px) {
      .megamenu .navPages-item:hover, .megamenu .navPages-item:active, .megamenu .navPages-item:visited, .megamenu .navPages-item .navPages-action.is-open, .farms-submenu-list .navPages-item:hover, .farms-submenu-list .navPages-item:active, .farms-submenu-list .navPages-item:visited, .farms-submenu-list .navPages-item .navPages-action.is-open {
        color: #3c3027;
        background-color: rgba(169, 174, 54, 0.4); } }
  .megamenu .navPages-action, .farms-submenu-list .navPages-action {
    text-decoration: none;
    height: 100%; }
  .megamenu .tertiary-menu-img-container, .farms-submenu-list .tertiary-menu-img-container {
    display: none; }

.menu-container {
  padding-left: 0; }
  .menu-container .navPages-action {
    text-decoration: none;
    padding: 16px 22px; }
  .menu-container .megamenu {
    padding-left: 0; }
    @media (min-width: 801px) {
      .menu-container .megamenu {
        max-width: 350px;
        width: 350px;
        min-width: 350px; } }
    .menu-container .megamenu .navPages-action, .menu-container .megamenu .navPages-action.has-subMenu {
      justify-content: flex-start;
      white-space: nowrap; }
      .menu-container .megamenu .navPages-action i, .menu-container .megamenu .navPages-action.has-subMenu i {
        margin-left: auto; }
  @media (min-width: 801px) {
    .menu-container > .navPage-subMenu.is-open::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 1px;
      background-color: #E4DBBC;
      left: 349px; } }

.megamenu-img-container .navPages-action {
  text-align: center; }

.megamenu-img-container.mobile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .megamenu-img-container.mobile .navPages-item .navPages-action {
    color: white; }
  .megamenu-img-container.mobile .navPages-item.menu-img-text {
    position: absolute; }
    .megamenu-img-container.mobile .navPages-item.menu-img-text .navPages-action {
      text-transform: none;
      font-size: 19px; }
  .megamenu-img-container.mobile .navPages-item.menu-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 48, 39, 0.5); }
  @media (min-width: 801px) {
    .megamenu-img-container.mobile {
      display: none; } }

.megamenu-img-container.desktop {
  display: none; }

.farm-submenu {
  height: fit-content;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none; }
  .farm-submenu .farms-submenu-list .navPages-item .navPages-action:not(.navPage-subMenu-action) {
    display: flex;
    align-items: center; }
  .farm-submenu .farms-submenu-list .farm-submenu {
    height: auto;
    max-height: calc(100vh - 171px); }
    .farm-submenu .farms-submenu-list .farm-submenu .navPage-subMenu-list {
      height: 100%; }
      .farm-submenu .farms-submenu-list .farm-submenu .navPage-subMenu-list .navPage-subMenu-item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

@media (min-width: 801px) {
  #shop-megamenu, .pages-submenu.navPage-subMenu.is-open {
    padding-top: 0;
    top: 100%;
    /* text-align: center; */
    margin: 0px auto;
    right: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 1100px;
    margin-top: 5px; }
    #shop-megamenu .pages-submenu-list, .pages-submenu.navPage-subMenu.is-open .pages-submenu-list {
      display: flex;
      flex-direction: column; }
    #shop-megamenu .megamenu-img-container.desktop, .pages-submenu.navPage-subMenu.is-open .megamenu-img-container.desktop {
      height: fit-content;
      width: 100%;
      margin: auto;
      padding: 50px 12%; }
  .pages-submenu.navPage-subMenu.is-open {
    max-width: 1100px;
    min-height: 200px;
    align-items: flex-start; }
    .pages-submenu.navPage-subMenu.is-open .pages-submenu-list {
      max-width: 350px;
      width: 350px;
      min-width: 350px; }
      .pages-submenu.navPage-subMenu.is-open .pages-submenu-list .navPages-item .navPages-action:not(.navPage-subMenu-action) {
        display: flex;
        align-items: center;
        height: 63px; }
  .farm-submenu.navPage-subMenu.is-open {
    max-width: 1100px; }
  .farm-submenu {
    min-height: 500px; }
    .farm-submenu .farms-submenu-list {
      flex-basis: 50%;
      justify-content: flex-start;
      max-width: 350px;
      width: 350px;
      min-width: 350px; }
      .farm-submenu .farms-submenu-list .subMenu-child-list .navPage-subMenu-item {
        width: 100%;
        min-width: 200px; }
  .megamenu, .pages-submenu-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .megamenu .navPages-item, .pages-submenu-list .navPages-item {
      border-top: 1px solid #E4DBBC;
      border-right: 1px solid #E4DBBC;
      border-left: 1px solid #E4DBBC;
      min-height: 64px; }
      .megamenu .navPages-item:last-child, .pages-submenu-list .navPages-item:last-child {
        border-bottom: 1px solid #E4DBBC; }
    .navPages-list:not(.navPages-list-depth-max) .megamenu .navPages-action.has-subMenu, .navPages-list:not(.navPages-list-depth-max) .pages-submenu-list .navPages-action.has-subMenu {
      justify-content: flex-start; }
  .farms-submenu-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .farms-submenu-list .navPages-item {
      border-top: 1px solid #E4DBBC;
      border-right: 1px solid #E4DBBC;
      border-left: 1px solid #E4DBBC; }
      .farms-submenu-list .navPages-item:last-child {
        border-bottom: 1px solid #E4DBBC; }
    .navPages-list:not(.navPages-list-depth-max) .farms-submenu-list .navPages-action.has-subMenu {
      justify-content: flex-start; }
  .megamenu-img-container {
    padding: 40px 40px 0px; }
    .megamenu-img-container .navPages-item {
      width: 100%;
      text-align: center; }
    .megamenu-img-container .navPages-action {
      font-size: 19px;
      text-transform: none;
      text-align: center; }
    .megamenu-img-container.desktop {
      display: block; }
      .megamenu-img-container.desktop .navPages-item .navPages-action {
        background-color: rgba(228, 219, 188, 0.3);
        width: 100%;
        max-width: none;
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
        letter-spacing: 1px; }
        .megamenu-img-container.desktop .navPages-item .navPages-action:hover {
          background-color: rgba(169, 174, 54, 0.4); }
  .category-submenu {
    top: 0; }
    .category-submenu.navPage-subMenu.is-open {
      max-width: calc(100% - 350px);
      margin-top: 0;
      padding: 0;
      left: 350px;
      height: 100%;
      min-height: 458px;
      /*width: 580px;*/
      overflow: auto; }
    .category-submenu .shop-all-container {
      align-self: flex-end; }
      .category-submenu .shop-all-container .navPage-subMenu-item {
        padding-left: 0 !important; }
    .category-submenu .tertiary-menu-img-container {
      width: 280px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px 5px 0;
      max-height: 480px; }
      .category-submenu .tertiary-menu-img-container a {
        font-size: 14px;
        color: #3c3027;
        max-width: 272px; }
      .category-submenu .tertiary-menu-img-container .img-container {
        text-align: center; }
        .category-submenu .tertiary-menu-img-container .img-container img {
          width: auto; }
    .category-submenu .navPage-subMenu-list {
      padding: 30px 30px 30px 80px;
      height: 100%;
      position: relative;
      margin: 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      /*max-height: 485px;*/
      overflow: hidden; }
      .category-submenu .navPage-subMenu-list .navPage-subMenu-action {
        margin: 0;
        border: 0;
        padding: 4px 0;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .category-submenu .navPage-subMenu-list .subMenu-child-list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
        max-height: 100%; }
        .category-submenu .navPage-subMenu-list .subMenu-child-list .navPage-subMenu-item {
          width: 60%; }
      .category-submenu .navPage-subMenu-list .navPage-subMenu-item {
        /*width:  auto;*/ }
      .category-submenu .navPage-subMenu-list .subMenu-list-container {
        height: 100%;
        width: 100%;
        display: inline-flex; }
      .category-submenu .navPage-subMenu-list .navPage-subMenu-item .subcategory-name {
        white-space: nowrap; }
        .category-submenu .navPage-subMenu-list .navPage-subMenu-item .subcategory-name.button--primary.button, .category-submenu .navPage-subMenu-list .navPage-subMenu-item .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .subcategory-name.button--primary.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .category-submenu .navPage-subMenu-list .navPage-subMenu-item .subcategory-name.button--primary.btn.farm-to-family-btn-top {
          font-size: 13px; } }

@media (min-width: 1261px) {
  .category-submenu .navPage-subMenu-list .navPage-subMenu-action {
    padding: 5px 0;
    line-height: 18px; }
  .category-submenu .navPage-subMenu-list .subMenu-child-list .navPage-subMenu-item {
    width: 70%;
    min-width: 125px; }
  .category-submenu.farm-submenu.is-open {
    /*left:  30%;*/
    max-width: 65%; } }

#main-content-bg {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  margin-top: 0;
  z-index: 1000; }
  #main-content-bg.home-bg {
    margin-top: 212px; }

.modal-background {
  background-color: rgba(60, 48, 39, 0.7); }

.modal-close:hover {
  color: #3c3027; }

.has-activeModal .modal-background,
.has-activeModal .modal.open {
  z-index: 2000; }

#alert-modal button.confirm.button, #alert-modal .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top button.confirm.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top #alert-modal button.confirm.btn.farm-to-family-btn-top {
  margin: 0 auto; }

.pagination-list {
  padding: 30px 0; }
  .pagination-list li.pagination-item {
    border-radius: 0;
    border: none;
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin: 0 5px; }
    .pagination-list li.pagination-item .pagination-link {
      color: black;
      font-weight: 700;
      padding: 12px;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
    .pagination-list li.pagination-item--current {
      opacity: 1;
      background-color: rgba(228, 219, 188, 0.4); }
      .pagination-list li.pagination-item--current .pagination-link {
        color: black; }
    .pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
      opacity: 1; }
      .pagination-list li.pagination-item--next .pagination-link, .pagination-list li.pagination-item--previous .pagination-link {
        overflow: hidden;
        text-indent: 999999px;
        background-position: 6px center; }
        .pagination-list li.pagination-item--next .pagination-link .icon, .pagination-list li.pagination-item--previous .pagination-link .icon {
          display: none; }
      .pagination-list li.pagination-item--next:hover, .pagination-list li.pagination-item--previous:hover {
        background-color: #e4dbbc; }
    .pagination-list li.pagination-item--next {
      margin-left: 25px; }
    .pagination-list li.pagination-item--previous {
      margin-right: 25px; }
    .pagination-list li.pagination-item--next + .pagination-list li.pagination-item--previous {
      display: none; }

.login {
  margin: 0 auto;
  max-width: 100%; }

#quote_list_table tr th[data-sort-filter="expiredAt"] {
  display: none; }

.rfq-header-icons .rfq-header-icon-left button {
  display: none; }

#sorting-actions button {
  color: #b20062; }

#quick_add_section #product_search_results {
  width: 100%;
  padding: 0;
  margin-left: 10px; }
  #quick_add_section #product_search_results div.product-qty-label {
    display: none; }

#quick_add_section div:nth-last-child(1 of .form-field--split) {
  display: none; }
  #quick_add_section div:nth-last-child(1 of .form-field--split) + div.form-field {
    display: none; }
    #quick_add_section div:nth-last-child(1 of .form-field--split) + div.form-field + div.form-field.large {
      display: none; }

#quick_add_section .search-product-table {
  border: none;
  margin: 0 !important; }
  #quick_add_section .search-product-table tr.optionView {
    display: grid;
    grid-template-columns: 25px 70px auto 0; }
  #quick_add_section .search-product-table td {
    padding: 0 !important; }
  #quick_add_section .search-product-table td.col-product-figure {
    padding: 0 10px !important; }
  #quick_add_section .search-product-table td.col-checkbox, #quick_add_section .search-product-table td.col-product-info {
    align-self: center; }
  #quick_add_section .search-product-table .product-qty-col {
    visibility: hidden;
    display: none; }

.pcf-bundleb2b-shopping-list {
  background: #f8f8f8;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 50px 20px 10px; }
  .pcf-bundleb2b-shopping-list .pcf-bundleb2b-shopping-list-inner {
    width: 100%;
    max-width: 1300px; }
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading {
    margin-bottom: 10px; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading h3, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .h3 {
      margin: 0; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading h3 a.pcf-shopping-list-shop-all-btn, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .h3 a.pcf-shopping-list-shop-all-btn {
        margin: 0; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .btn-large {
      display: none; }
  .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container {
    margin-bottom: 30px;
    width: 100%; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-main-img {
      width: 100%;
      aspect-ratio: 337/224.35;
      margin-bottom: 20px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card {
      display: grid;
      grid-template-columns: 30% 70%;
      border-bottom: 1px solid rgba(174, 167, 161, 0.5);
      padding-bottom: 20px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-img-container {
        width: 100%; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-img-container img {
          width: 100%;
          aspect-ratio: 1;
          object-fit: fill; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .add-to-cart {
        display: flex; }
        @media (min-width: 801px) {
          .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .add-to-cart {
            position: absolute;
            right: 0;
            bottom: 0;
            max-width: 255px; } }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-flow: column;
        margin-left: 10px; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details {
          height: 100%;
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          flex-flow: column; }
          .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-name {
            width: 100%;
            text-overflow: ellipsis;
            font-size: 0.8571428571428571em;
            line-height: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            text-align: left;
            color: #5f5954;
            font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
          .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-pricing-info {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-flow: row; }
            .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-pricing-info .pcf-shopping-items-sku {
              font-size: 0.7857142857142857em;
              line-height: 18px;
              margin: 0; }
            .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-pricing-info .pcf-shopping-items-price {
              font-weight: 600;
              line-height: 20px;
              margin: 0; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .large-form {
        display: none; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-add-to-cart-container {
      width: 100%;
      margin-bottom: 0; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-add-to-cart-container .btn-pcf-shopping-items.btn {
        background: #e4dbbc;
        color: #3c3027; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-add-to-cart-container .btn-pcf-shopping-items.btn span {
          float: right;
          font-size: 2.5em;
          font-weight: 100; }
  .pcf-bundleb2b-shopping-list .pcf-shopping-list-shop-all-btn.btn {
    font-size: 1.0714285714285714em;
    background: white;
    color: #5f5954;
    text-transform: uppercase;
    border: 1px solid #a9ae36;
    margin-top: 30px; }
  @media (min-width: 551px) {
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading {
      margin-bottom: 20px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title {
        margin: 0; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-name {
      font-size: 1.1428571428571428em;
      line-height: 20px; }
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-add-to-cart-container {
      padding: 0 5px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-add-to-cart-container .btn-pcf-shopping-items.btn {
        font-size: 1.1428571428571428em;
        padding: 10px 5px 10px 15px; } }
  @media (min-width: 801px) {
    .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card {
      grid-template-columns: 125px auto;
      max-height: 175px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-img-container {
        max-height: 165px; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-img-container img {
          height: 100%; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper {
        max-width: 100%;
        position: relative; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-name {
          padding: 0; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-pricing-info {
          flex-flow: column;
          width: auto;
          padding: 0;
          align-items: flex-start; }
          .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .pcf-shopping-items-details .pcf-shopping-items-pricing-info .pcf-shopping-items-price {
            margin-bottom: 0; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .pcf-shopping-items-details-wrapper .small-form {
          display: none; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .large-form {
        display: block;
        width: 100%;
        display: flex;
        align-items: flex-end;
        padding: 0; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card .large-form .btn-pcf-shopping-items.btn {
          max-width: 100%; } }
  @media (min-width: 1050px) {
    .pcf-bundleb2b-shopping-list {
      padding: 75px 85px 30px 50px; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row;
        width: 100%;
        margin-bottom: 37px; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-shop-all-btn.btn {
          font-size: 15px;
          line-height: 14px;
          padding: 15px 30px 10px; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .btn-large {
          display: block; }
      .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container {
        display: flex; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-main-img {
          aspect-ratio: 582/440;
          width: 45%;
          margin-bottom: 0; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-container {
          width: 55%;
          margin-left: 50px; }
        .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-items-container .pcf-shopping-items-card {
          gap: 1vw;
          max-height: 150px; }
      .pcf-bundleb2b-shopping-list .btn-small {
        display: none; } }

.uk-offcanvas-bar a {
  color: #5f5954; }
  .uk-offcanvas-bar a:hover {
    color: #5f5954; }

.uk-offcanvas-bar .uk-close:hover {
  color: #AEA7A1; }

.filterOptionsModal {
  background-color: white;
  padding: 40px 20px; }
  .filterOptionsModal button.uk-icon {
    color: black; }
    .filterOptionsModal button.uk-icon.uk-offcanvas-close {
      left: 20px;
      right: auto; }
  .filterOptionsModal h3, .filterOptionsModal .h3 {
    text-align: center;
    font-size: 20px;
    color: #3C3027; }
  .filterOptionsModal #quickSearch--filter {
    width: 100%;
    min-width: 250px;
    margin-top: 40px;
    position: relative; }
    .filterOptionsModal #quickSearch--filter #nav-quick-search::placeholder {
      color: #000;
      font-size: 13px;
      opacity: 46%; }
    .filterOptionsModal #quickSearch--filter .form-field {
      margin: 0; }
    .filterOptionsModal #quickSearch--filter svg {
      width: 22px;
      height: 22px;
      position: relative;
      top: 30%;
      right: 0;
      left: -1rem;
      display: block; }
      @media screen and (min-width: 600px) {
        .filterOptionsModal #quickSearch--filter svg {
          left: -2rem; } }
    .filterOptionsModal #quickSearch--filter .quickSearchMessage {
      color: #000; }
  .filterOptionsModal .quickSearchResults {
    z-index: 1001;
    top: 48px;
    width: 100%; }
    .filterOptionsModal .quickSearchResults p {
      color: #5f5954; }
      .filterOptionsModal .quickSearchResults p.quickSearchMessage {
        font-size: 1rem;
        margin-bottom: 1.5rem; }
    .filterOptionsModal .quickSearchResults ul.productGrid {
      max-width: 100%; }
    .filterOptionsModal .quickSearchResults li.product .card-title {
      color: 000; }
  .filterOptionsModal .facetedSearch-toggle + .facetedSearch-navList, .filterOptionsModal .sidebarBlock + .facetedSearch-navList {
    margin-top: 0rem; }
  .filterOptionsModal .filter-options-container {
    border: 1px solid #AEA7A1;
    margin-top: 20px;
    padding: 17px; }
    .filterOptionsModal .filter-options-container .accordion-block {
      border-top: 1px solid #AEA7A1;
      margin-top: 1rem; }
      @media screen and (max-width: 800px) {
        .filterOptionsModal .filter-options-container .accordion-block {
          margin-top: 0; } }
      .filterOptionsModal .filter-options-container .accordion-block .accordion-title {
        font-size: 13px;
        text-align: left;
        padding: 0;
        color: black;
        text-transform: uppercase;
        line-height: 28px;
        font-weight: 600; }
      .filterOptionsModal .filter-options-container .accordion-block button {
        padding: 0.5rem 0;
        text-align: left;
        display: flex; }
      .filterOptionsModal .filter-options-container .accordion-block .facetedSearch-clearLink {
        color: #5F5954;
        right: 40px;
        top: 50%;
        transform: translateY(-50%); }
      .filterOptionsModal .filter-options-container .accordion-block svg {
        fill: #A5915C; }
      .filterOptionsModal .filter-options-container .accordion-block #facetedSearch-content--price {
        padding: 1rem 0; }
      .filterOptionsModal .filter-options-container .accordion-block .accordion-content {
        padding: 0; }
        .filterOptionsModal .filter-options-container .accordion-block .accordion-content .navList {
          padding: 0; }
          .filterOptionsModal .filter-options-container .accordion-block .accordion-content .navList .navList-action--checkbox.is-selected::before {
            background: #E4DBBC; }
    .filterOptionsModal .filter-options-container .offer-checkbox {
      display: flex;
      margin-bottom: 20px; }
      .filterOptionsModal .filter-options-container .offer-checkbox input {
        height: 20px;
        width: 20px;
        margin-right: 11px; }
      .filterOptionsModal .filter-options-container .offer-checkbox label {
        font-size: 14px;
        color: #5F5954; }
    .filterOptionsModal .filter-options-container .navList-action--checkbox {
      font-size: 14px;
      line-height: 20px;
      color: #5F5954; }
  .filterOptionsModal .mobile-filters {
    display: flex !important;
    background-color: #A9AE36;
    width: 100%;
    min-height: 35px;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
    padding: 15px 24px;
    position: relative;
    bottom: 0;
    max-width: 310px;
    margin-bottom: 29px;
    height: fit-content;
    top: auto;
    left: 0 !important;
    right: 0 !important; }
    .filterOptionsModal .mobile-filters a {
      margin-right: 0.3rem; }
    .filterOptionsModal .mobile-filters:hover {
      cursor: pointer;
      color: #000000; }
  .filterOptionsModal .mobile-filters a i svg {
    display: block; }
  .filterOptionsModal .mobile-filters svg {
    display: none; }
  .filterOptionsModal .facetedSearch-toggle {
    display: none; }
  .filterOptionsModal .accordion,
  .filterOptionsModal .accordion-navigation {
    border: none; }

.floating-cart {
  background-color: #3c3027;
  padding: 20px 42px;
  position: fixed;
  z-index: 999;
  left: 0px;
  right: 0px;
  display: block;
  width: 100%;
  margin: 0px;
  bottom: 0px; }
  .floating-cart .container {
    display: flex;
    max-width: none !important;
    justify-content: space-between;
    align-items: center; }
    .floating-cart .container .subtotal {
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      height: min-content;
      padding: 1rem 0; }
      .floating-cart .container .subtotal .quantity {
        text-transform: none; }
    .floating-cart .container .right-floating-cart {
      display: flex;
      align-items: center;
      gap: 8px; }
      .floating-cart .container .right-floating-cart .button, .floating-cart .container .right-floating-cart .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .floating-cart .container .right-floating-cart .btn.farm-to-family-btn-top {
        margin-bottom: 0; }
      .floating-cart .container .right-floating-cart .bulk-update-cart {
        display: none; }
        .floating-cart .container .right-floating-cart .bulk-update-cart.visible {
          display: block; }
        .floating-cart .container .right-floating-cart .bulk-update-cart a.button:hover, .floating-cart .container .right-floating-cart .bulk-update-cart .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top a.btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .floating-cart .container .right-floating-cart .bulk-update-cart a.btn.farm-to-family-btn-top:hover {
          background-color: #545713;
          color: white; }
  .floating-cart #order_minimum_messaging {
    color: #fff;
    position: relative;
    width: auto;
    margin-bottom: 8px; }
    .floating-cart #order_minimum_messaging:before {
      content: "";
      position: absolute;
      top: 22px;
      left: 1px;
      height: 8px;
      background-color: #eab318; }
    .floating-cart #order_minimum_messaging:after {
      content: "";
      position: absolute;
      top: 20px;
      left: 0;
      height: 12px;
      width: 100%;
      border: 1px solid #fff; }
    .floating-cart #order_minimum_messaging:empty {
      display: none; }
  @media only screen and (min-width: 200px) and (max-width: 767px) {
    .floating-cart {
      padding: 10px 0px; }
      .floating-cart .container .subtotal,
      .floating-cart .container #order_minimum_messaging {
        font-size: 10px;
        padding: 0; }
        .floating-cart .container .subtotal:before,
        .floating-cart .container #order_minimum_messaging:before {
          top: 17px; }
        .floating-cart .container .subtotal:after,
        .floating-cart .container #order_minimum_messaging:after {
          top: 15px; }
      .floating-cart .container .right-floating-cart {
        flex-direction: column;
        gap: 5px; }
        .floating-cart .container .right-floating-cart a {
          font-size: 12px;
          padding: 5px;
          width: 100%; }
        .floating-cart .container .right-floating-cart .bulk-update-cart.visible {
          display: block; } }

.add-to-cart {
  background: #E4DBBC;
  justify-content: space-around;
  height: 30px;
  width: 100%;
  padding: 0;
  border: 1px solid #E4DBBC;
  align-items: stretch;
  margin: auto;
  /* Chrome, Safari, Edge, Opera hide numeric arrows*/
  /* Firefox */ }
  .add-to-cart input::-webkit-outer-spin-button,
  .add-to-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .add-to-cart input[type=number] {
    -moz-appearance: textfield; }
  @media (min-width: 801px) {
    .add-to-cart {
      height: 40px; } }
  .add-to-cart:hover {
    background: #E4DBBC; }
  .add-to-cart.button--disabled .cart-dec,
  .add-to-cart.button--disabled .cart-inc {
    display: none; }
  .add-to-cart.button--disabled .card-figcaption-button {
    border: none; }
  .add-to-cart.qty-increment {
    background: #A9AD40;
    justify-content: space-between;
    border-color: #E4DBBC; }
    .add-to-cart.qty-increment .cart-inc {
      border-left: 1px solid white; }
    .add-to-cart.qty-increment .cart-dec {
      border-right: 1px solid white; }
  .add-to-cart .cart-inc {
    padding: 0 .5rem;
    display: flex;
    align-items: center; }
    @media (min-width: 801px) {
      .add-to-cart .cart-inc {
        padding: 0 0.5rem; } }
  .add-to-cart .cart-dec {
    padding: 0 .5rem;
    display: flex;
    align-items: center; }
    .add-to-cart .cart-dec.hidden {
      visibility: hidden; }
    @media (min-width: 801px) {
      .add-to-cart .cart-dec {
        padding: 0 0.5rem; } }
  .add-to-cart .icon {
    width: 14px;
    height: 14px; }
    @media (min-width: 801px) {
      .add-to-cart .icon {
        width: 18px;
        height: 18px; } }
  .add-to-cart .card-figcaption-button[data-button-type="add-cart"] {
    background: none;
    padding: 0;
    justify-content: center;
    width: 100%;
    display: flex; }
  .add-to-cart input {
    text-align: center;
    background: transparent;
    border: none;
    display: flex;
    width: 100%;
    font-family: "Squada One", Arial, Helvetica, sans-serif;
    min-height: 1.25rem;
    position: relative; }
    @media (min-width: 801px) {
      .add-to-cart input {
        top: 0; } }
    .add-to-cart input.qty-hidden {
      display: none; }
  .add-to-cart .card-figcaption-button.a2c-hidden {
    display: none; }
  .add-to-cart:has(.button[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top[disabled]) {
    background-color: #dad6d4;
    border-color: #aea7a1;
    color: #aea7a1; }

#legend {
  font-size: .75rem; }
  @media (min-width: 801px) {
    #legend {
      font-size: .8rem; } }
  #legend dl {
    display: flex;
    flex-wrap: wrap; }
    #legend dl dt, #legend dl dd {
      padding-right: 5px;
      margin-bottom: 5px; }
    #legend dl dt {
      font-weight: bold; }
    #legend dl dd::after {
      content: " | "; }
    #legend dl dd:last-child::after {
      content: none; }

.my-menu-card.disabled .card-img-container, .my-menu-card.disabled .card-commodity,
.card.disabled .card-img-container,
.card.disabled .card-commodity, .pcf-product.disabled .productView-img-container, .pcf-product.disabled .pcf-product-delivery-container, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .listItem-figure,
.brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .listItem-figure,
.search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .listItem-figure,
.my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled .listItem-figure {
  filter: grayscale(100); }

.my-menu-card.disabled .pcf-arrival-time,
.card.disabled .pcf-arrival-time, .pcf-product.disabled .pcf-arrival-time, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
.brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
.search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
.my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time {
  width: 100%;
  text-align: left;
  color: #a9ad40; }
  @media (min-width: 551px) {
    .my-menu-card.disabled .pcf-arrival-time,
    .card.disabled .pcf-arrival-time, .pcf-product.disabled .pcf-arrival-time, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
    .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
    .search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time,
    .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled .pcf-arrival-time {
      font-weight: bold; } }

.my-menu-card.disabled div.add-to-cart.is-logged-in,
.card.disabled div.add-to-cart.is-logged-in, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in,
.brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in,
.search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in,
.my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in {
  background: #b9b9b9 !important;
  cursor: not-allowed; }
  .my-menu-card.disabled div.add-to-cart.is-logged-in .cart-inc, .card.disabled div.add-to-cart.is-logged-in .cart-inc, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-inc, .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-inc, .search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-inc, .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-inc, .my-menu-card.disabled div.add-to-cart.is-logged-in .cart-dec, .card.disabled div.add-to-cart.is-logged-in .cart-dec, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-dec, .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-dec, .search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-dec, .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in .cart-dec, .my-menu-card.disabled div.add-to-cart.is-logged-in input, .card.disabled div.add-to-cart.is-logged-in input, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in input, .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in input, .search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in input, .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in input, .my-menu-card.disabled div.add-to-cart.is-logged-in a, .card.disabled div.add-to-cart.is-logged-in a, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in a, .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in a, .search-page #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in a, .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.disabled div.add-to-cart.is-logged-in a {
    pointer-events: none;
    cursor: not-allowed; }

/* DO NOT adjust mobile based on browser emulator */
.category-page #product-listing-container .ad .sale-flag-side, .brand-page #product-listing-container .ad .sale-flag-side, .search-page #product-listing-container .ad .sale-flag-side, .my-menu #product-listing-container .ad .sale-flag-side, .pcf-product.ad .sale-flag-side, #shopping_list_table .ad .sale-flag-side {
  font-size: .75em;
  font-weight: normal;
  line-height: 1rem;
  padding: .1rem .5rem 0 .4rem;
  height: 17px; }
  @media (min-width: 801px) {
    .category-page #product-listing-container .ad .sale-flag-side, .brand-page #product-listing-container .ad .sale-flag-side, .search-page #product-listing-container .ad .sale-flag-side, .my-menu #product-listing-container .ad .sale-flag-side, .pcf-product.ad .sale-flag-side, #shopping_list_table .ad .sale-flag-side {
      padding-top: 0; } }

.category-page #product-listing-container .listItem-figure.ad,
.brand-page #product-listing-container .listItem-figure.ad,
.search-page #product-listing-container .listItem-figure.ad,
.my-menu #product-listing-container .listItem-figure.ad {
  overflow: visible !important; }
  .category-page #product-listing-container .listItem-figure.ad .sale-flag-side, .brand-page #product-listing-container .listItem-figure.ad .sale-flag-side, .search-page #product-listing-container .listItem-figure.ad .sale-flag-side, .my-menu #product-listing-container .listItem-figure.ad .sale-flag-side {
    position: absolute;
    top: 2px;
    left: 0; }
  .category-page #product-listing-container .listItem-figure.ad::before,
  .brand-page #product-listing-container .listItem-figure.ad::before,
  .search-page #product-listing-container .listItem-figure.ad::before,
  .my-menu #product-listing-container .listItem-figure.ad::before {
    position: absolute;
    top: 4px;
    left: 33px;
    width: 100px;
    font-size: .9rem; }

.category-page #product-listing-container .ad .sale-flag-side, .brand-page #product-listing-container .ad .sale-flag-side, .search-page #product-listing-container .ad .sale-flag-side, .my-menu #product-listing-container .ad .sale-flag-side {
  font-size: .65em; }

.category-page #product-listing-container .ad td:nth-child(2), .brand-page #product-listing-container .ad td:nth-child(2), .search-page #product-listing-container .ad td:nth-child(2), .my-menu #product-listing-container .ad td:nth-child(2) {
  padding-top: 20px !important;
  width: fit-content !important; }

.category-page #product-listing-container .card.ad-expired.ad .sale-flag-side, .brand-page #product-listing-container .card.ad-expired.ad .sale-flag-side, .search-page #product-listing-container .card.ad-expired.ad .sale-flag-side, .my-menu #product-listing-container .card.ad-expired.ad .sale-flag-side, .category-page #product-listing-container .listItem-figure.ad-expired.ad .sale-flag-side, .brand-page #product-listing-container .listItem-figure.ad-expired.ad .sale-flag-side, .search-page #product-listing-container .listItem-figure.ad-expired.ad .sale-flag-side, .my-menu #product-listing-container .listItem-figure.ad-expired.ad .sale-flag-side, .pcf-product.ad .ad-expired .sale-flag-side, #shopping_list_table .ad .ad-expired .sale-flag-side {
  background: #3c3027; }

.pcf-product.ad .sale-flag-side {
  top: 80px;
  left: 0; }

#shopping_list_table .ad .ad-coming-soon::before {
  position: absolute; }

#shopping_list_table .ad .sale-flag-side {
  top: -22px;
  left: 0;
  font-size: 12px;
  position: absolute;
  padding-top: .1rem; }
  @media (min-width: 551px) {
    #shopping_list_table .ad .sale-flag-side {
      top: -16px;
      padding-bottom: .05rem; } }
  @media (min-width: 801px) {
    #shopping_list_table .ad .sale-flag-side {
      padding-top: 0; } }

.category-page #product-listing-container .card.ad-coming-soon.ad::before,
.brand-page #product-listing-container .card.ad-coming-soon.ad::before,
.search-page #product-listing-container .card.ad-coming-soon.ad::before,
.my-menu #product-listing-container .card.ad-coming-soon.ad::before, .category-page #product-listing-container .listItem-figure.ad-coming-soon.ad::before,
.brand-page #product-listing-container .listItem-figure.ad-coming-soon.ad::before,
.search-page #product-listing-container .listItem-figure.ad-coming-soon.ad::before,
.my-menu #product-listing-container .listItem-figure.ad-coming-soon.ad::before, .pcf-product.ad .ad-coming-soon::before, #shopping_list_table .ad .ad-coming-soon::before {
  color: #b20062;
  content: "Starts " attr(data-ad-start);
  font-size: .7rem; }

.category-page #product-listing-container .card.ad-coming-soon.ad[data-ad-price]::before,
.brand-page #product-listing-container .card.ad-coming-soon.ad[data-ad-price]::before,
.search-page #product-listing-container .card.ad-coming-soon.ad[data-ad-price]::before,
.my-menu #product-listing-container .card.ad-coming-soon.ad[data-ad-price]::before, .category-page #product-listing-container .listItem-figure.ad-coming-soon.ad[data-ad-price]::before,
.brand-page #product-listing-container .listItem-figure.ad-coming-soon.ad[data-ad-price]::before,
.search-page #product-listing-container .listItem-figure.ad-coming-soon.ad[data-ad-price]::before,
.my-menu #product-listing-container .listItem-figure.ad-coming-soon.ad[data-ad-price]::before, .pcf-product.ad .ad-coming-soon[data-ad-price]::before, #shopping_list_table .ad .ad-coming-soon[data-ad-price]::before {
  content: "$" attr(data-ad-price) " starts " attr(data-ad-start); }

.category-page #product-listing-container .card.ad-coming-soon.ad .sale-flag-side, .brand-page #product-listing-container .card.ad-coming-soon.ad .sale-flag-side, .search-page #product-listing-container .card.ad-coming-soon.ad .sale-flag-side, .my-menu #product-listing-container .card.ad-coming-soon.ad .sale-flag-side, .category-page #product-listing-container .listItem-figure.ad-coming-soon.ad .sale-flag-side, .brand-page #product-listing-container .listItem-figure.ad-coming-soon.ad .sale-flag-side, .search-page #product-listing-container .listItem-figure.ad-coming-soon.ad .sale-flag-side, .my-menu #product-listing-container .listItem-figure.ad-coming-soon.ad .sale-flag-side, .pcf-product.ad .ad-coming-soon .sale-flag-side, #shopping_list_table .ad .ad-coming-soon .sale-flag-side {
  background: #a9ad40; }

.category-page #product-listing-container .card.ad-expired.ad::before,
.brand-page #product-listing-container .card.ad-expired.ad::before,
.search-page #product-listing-container .card.ad-expired.ad::before,
.my-menu #product-listing-container .card.ad-expired.ad::before, .category-page #product-listing-container .listItem-figure.ad-expired.ad::before,
.brand-page #product-listing-container .listItem-figure.ad-expired.ad::before,
.search-page #product-listing-container .listItem-figure.ad-expired.ad::before,
.my-menu #product-listing-container .listItem-figure.ad-expired.ad::before, .pcf-product.ad .ad-expired::before, #shopping_list_table .ad .ad-expired::before, .category-page #product-listing-container .card.ad-expiring.ad::before,
.brand-page #product-listing-container .card.ad-expiring.ad::before,
.search-page #product-listing-container .card.ad-expiring.ad::before,
.my-menu #product-listing-container .card.ad-expiring.ad::before, .category-page #product-listing-container .listItem-figure.ad-expiring.ad::before,
.brand-page #product-listing-container .listItem-figure.ad-expiring.ad::before,
.search-page #product-listing-container .listItem-figure.ad-expiring.ad::before,
.my-menu #product-listing-container .listItem-figure.ad-expiring.ad::before, .pcf-product.ad .ad-expiring::before, #shopping_list_table .ad .ad-expiring::before {
  content: "Expires " attr(data-ad-expire);
  font-size: .7rem; }

.my-menu-card.featured .card-figure::after,
.card.featured .card-figure::after, .pcf-product.featured .productView-image::after {
  content: 'featured'; }
  @media (min-width: 801px) {
    .my-menu-card.featured .card-figure::after,
    .card.featured .card-figure::after, .pcf-product.featured .productView-image::after {
      top: 15px;
      right: -20px;
      font-size: .75em; } }

#shopping_list_table .featured .product-title::before, .category-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title::before,
.brand-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title::before,
.search-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title::before,
.my-menu #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title::before {
  position: absolute;
  z-index: 100;
  top: -3px;
  left: -20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 100;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI0ZGRDYwMCI+PHBhdGggZD0iTTEyIDJsMy4wOSA2LjI2TDIyIDkuMjdMMTcgMTQuMTRMMTguMTggMjIgMTIgMTguNTYgNS44MiAyMiA3IDE0LjE0bC01LTQuODcgNi45MS0xLjAxeiIvPjwvc3ZnPg==");
  background-size: cover; }

#shopping_list_table .featured .product-title {
  position: relative; }
  #shopping_list_table .featured .product-title::before {
    top: -2px;
    left: -20px; }
    @media (min-width: 551px) {
      #shopping_list_table .featured .product-title::before {
        top: 0;
        left: -22px; } }

.my-menu-card.featured .card-figure::after,
.card.featured .card-figure::after, .pcf-product.featured .productView-image::after {
  position: absolute;
  background-color: gold;
  top: 12px;
  width: 90px;
  right: -23px;
  transform: rotate(45deg);
  font-size: .65em;
  padding: 3px 5px 2px 5px;
  text-align: center;
  box-shadow: #eee 1px 2px 3px;
  vertical-align: -50%;
  z-index: 100; }

.pcf-product.ad .ad-coming-soon::before, .pcf-product.ad .ad-expired::before, .pcf-product.ad .ad-expiring::before {
  top: 62px;
  position: absolute;
  z-index: 999;
  left: 0;
  background-color: white;
  opacity: .85;
  padding: 0 2px; }
  @media (min-width: 801px) {
    .pcf-product.ad .ad-coming-soon::before, .pcf-product.ad .ad-expired::before, .pcf-product.ad .ad-expiring::before {
      font-size: .8rem; } }

#shopping_list_table .ad .ad-coming-soon::before, #shopping_list_table .ad .ad-expired::before, #shopping_list_table .ad .ad-expiring::before {
  position: absolute;
  font-size: 11px;
  z-index: 999;
  top: -20px;
  white-space: nowrap;
  left: 36px; }
  @media (min-width: 551px) {
    #shopping_list_table .ad .ad-coming-soon::before, #shopping_list_table .ad .ad-expired::before, #shopping_list_table .ad .ad-expiring::before {
      top: -15px; } }

.listItem-figure__link .product-tags, .my-menu-card .card-figure .card-figure__link .product-tags,
.card .card-figure .card-figure__link .product-tags {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 1vw; }
  .listItem-figure__link .product-tags span, .my-menu-card .card-figure .card-figure__link .product-tags span, .card .card-figure .card-figure__link .product-tags span {
    font-size: 0.6rem;
    line-height: 12px;
    font-weight: 500;
    color: black;
    width: fit-content;
    height: fit-content;
    margin-block: 0;
    padding: 2px 5px;
    text-transform: uppercase;
    border-radius: 2px; }
    .listItem-figure__link .product-tags span.organic, .my-menu-card .card-figure .card-figure__link .product-tags span.organic, .card .card-figure .card-figure__link .product-tags span.organic {
      background: #a9ae36; }
    .listItem-figure__link .product-tags span.local, .my-menu-card .card-figure .card-figure__link .product-tags span.local, .card .card-figure .card-figure__link .product-tags span.local {
      background: #75a9b0; }
    .listItem-figure__link .product-tags span.seasonal, .my-menu-card .card-figure .card-figure__link .product-tags span.seasonal, .card .card-figure .card-figure__link .product-tags span.seasonal {
      background: #f6be6a; }

.search-container label {
  margin: 5px 0 0 8px;
  font-size: .9em;
  /* Rounded sliders */ }
  .search-container label.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px; }
    .search-container label.switch input {
      opacity: 0;
      width: 0;
      height: 0; }
  .search-container label .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .search-container label span.label-text {
    position: absolute;
    width: max-content;
    top: -1px;
    left: 35px; }
  .search-container label .slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s; }
  .search-container label input:checked + .slider {
    background-color: #a9ae36; }
  .search-container label input:focus + .slider {
    box-shadow: 0 0 1px #a9ae36; }
  .search-container label input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px); }
  .search-container label .slider.round {
    border-radius: 17px; }
  .search-container label .slider.round:before {
    border-radius: 50%; }

@media (max-width: 800px) {
  .search-container label {
    margin: 10px 0 5px 0; }
    .search-container label.is-srOnly {
      margin: 0; }
    .search-container label span.label-text {
      top: 0; } }

.last-ordered {
  font-size: 11px; }
  .last-ordered span {
    background: #f4f1e4;
    padding: 2px 7px;
    text-align: center; }

.productView .pcf-product .pcf-product-details .last-ordered {
  position: relative; }
  .productView .pcf-product .pcf-product-details .last-ordered span {
    position: absolute;
    right: 0;
    top: -25px; }

td:last-child {
  position: relative; }
  td:last-child .last-ordered {
    position: absolute;
    right: 0;
    top: 1px;
    width: 120px;
    text-align: right;
    display: none; }
    @media (min-width: 551px) {
      td:last-child .last-ordered {
        display: block; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-bottom: 0; }

.body {
  flex: 1;
  margin-bottom: 50px; }

body,
.body {
  padding-top: 0;
  margin-top: 70px; }
  body.hasAdminBar,
  .body.hasAdminBar {
    padding-top: 0; }
    body.hasAdminBar .header,
    .body.hasAdminBar .header {
      padding-top: 0; }
      body.hasAdminBar .header .navPages-container.is-open,
      .body.hasAdminBar .header .navPages-container.is-open {
        padding-top: 0 !important; }
  @media (min-width: 801px) {
    body,
    .body {
      margin-top: 0; } }

.page-content,
.page-content--full {
  width: 100%;
  padding: 0;
  float: none; }

.page-content--centered {
  max-width: 1440px; }

.page-content--centered, .container-lg, .container-md, .container-sm, .container {
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .page-content--centered, .container-lg, .container-md, .container-sm, .container {
      padding: 0 45px; } }

.container-lg {
  max-width: 1920px; }

.container-md {
  max-width: 720px; }

.container-sm {
  max-width: 375px; }

.container {
  max-width: 1440px; }

.page.container {
  padding: 0; }

.header {
  border: none;
  border-bottom: 1px solid #aea7a1;
  height: fit-content;
  width: 100%;
  background-color: white;
  z-index: 1001; }
  .header .header-logo {
    height: 72px; }
  .header .header-logo-image {
    max-height: 70px; }
  .header #quickSearch--mobile {
    width: 100%;
    padding-inline: 4vw; }
    .header #quickSearch--mobile form {
      margin-bottom: 8px; }
      .header #quickSearch--mobile form .form-fieldset .form-field {
        margin-bottom: 0;
        margin-top: 90px;
        position: relative;
        z-index: 1000 !important; }
        .header #quickSearch--mobile form .form-fieldset .form-field button {
          position: absolute;
          right: 1em;
          top: 0;
          bottom: 0;
          margin: auto; }
          .header #quickSearch--mobile form .form-fieldset .form-field button svg {
            width: 18px;
            height: 18px;
            aspect-ratio: 1; }
        .header #quickSearch--mobile form .form-fieldset .form-field input {
          border-radius: 2px;
          padding: 0.9rem 1rem 0.75rem;
          height: 2.5rem;
          font-size: 16px; }
          .header #quickSearch--mobile form .form-fieldset .form-field input::placeholder {
            color: #5f5954;
            font-size: 0.8125rem; }
          .header #quickSearch--mobile form .form-fieldset .form-field input:focus {
            background: #f4f1e4; }
    .header #quickSearch--mobile section {
      margin-top: 0;
      display: none; }
  @media (min-width: 801px) {
    .header {
      height: auto;
      border: none;
      position: relative; }
      .header #quickSearch--mobile {
        display: none; }
      .header .header-logo {
        height: auto; }
      .header .header-logo-image {
        max-height: none; } }

.header-logo-image-container {
  max-width: 122px;
  min-height: unset; }

.navUser {
  top: unset;
  transform: unset; }

.navUser-or {
  display: none; }
  @media (min-width: 801px) {
    .navUser-or {
      display: inline-block; } }

.account-text {
  display: none; }
  @media (min-width: 801px) {
    .account-text {
      display: block;
      font-size: 0.8125rem; } }

.navUser-section {
  display: flex;
  width: 100%;
  align-items: center; }
  .navUser-section .navUser-action {
    font-weight: 500;
    white-space: nowrap;
    font-size: 0.8125rem; }
  .navUser-section .nav-left, .navUser-section .nav-right {
    justify-content: center;
    align-items: center;
    flex: 2 1 0; }
  .navUser-section .nav-center {
    flex: 1 1 0; }
    @media (min-width: 801px) {
      .navUser-section .nav-center {
        margin: 1rem auto; } }
  .navUser-section .nav-left {
    display: none; }
    .navUser-section .nav-left .search-container {
      width: 80%;
      min-width: 300px; }
      .navUser-section .nav-left .search-container .form {
        margin: 0; }
        .navUser-section .nav-left .search-container .form .form-field {
          display: flex;
          align-items: center;
          margin: 0;
          position: relative;
          font-size: 13px; }
        .navUser-section .nav-left .search-container .form .form-input {
          margin-top: 1px;
          height: 40px; }
        .navUser-section .nav-left .search-container .form .form-input::placeholder {
          color: #3c3027;
          opacity: 1;
          font-weight: normal; }
        .navUser-section .nav-left .search-container .form .form-input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #3c3027; }
        .navUser-section .nav-left .search-container .form .form-input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #3c3027; }
        .navUser-section .nav-left .search-container .form svg {
          width: 16px;
          height: 16px;
          position: absolute;
          top: 30%;
          right: 12px; }
          @media (min-width: 801px) {
            .navUser-section .nav-left .search-container .form svg {
              width: 22px;
              height: 20px;
              scale: .9; } }
    @media (min-width: 801px) {
      .navUser-section .nav-left {
        display: flex; } }
  .navUser-section .nav-right {
    display: flex;
    position: absolute;
    right: 4vw; }
    .navUser-section .nav-right :nth-child(2) {
      margin-right: 10px; }
    .navUser-section .nav-right .navUser-item--cart .countPill {
      position: absolute;
      top: 14px;
      right: 4px;
      display: none; }
    .navUser-section .nav-right .navUser-item--cart svg {
      width: 22px;
      height: 26px;
      stroke: unset; }
    .navUser-section .nav-right .navUser-item--cart .navUser-action {
      padding: 1rem 0; }
    @media (min-width: 801px) {
      .navUser-section .nav-right .navUser-item--cart .countPill {
        position: unset;
        display: inline-block; }
      .navUser-section .nav-right .navUser-item--cart .navUser-action {
        display: flex;
        align-items: center;
        position: relative;
        padding: 1rem 0.64286rem; }
      .navUser-section .nav-right .navUser-item--cart .icon-container {
        border-radius: 0px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px; }
      .navUser-section .nav-right .navUser-item--cart .cart-quantity {
        display: flex;
        border-radius: 0px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        height: 30px;
        align-items: center;
        justify-content: center;
        background-color: #3c3027;
        padding-left: 20px;
        padding-right: 20px;
        width: unset;
        margin-left: 0;
        padding-top: 2px; } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .navUser-section .nav-right .navUser-item--cart .cart-quantity {
      height: 40px; } }
    @media (min-width: 801px) {
      .navUser-section .nav-right .navUser-item--cart {
        margin-left: 10px; } }
    @media (min-width: 801px) {
      .navUser-section .nav-right {
        position: unset; }
        .navUser-section .nav-right :nth-child(2) {
          margin-right: 0; } }
  .navUser-section .navUser-item {
    font-size: 13px; }
    .navUser-section .navUser-item .account-icon, .navUser-section .navUser-item .icon-container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      width: 30px;
      background-color: #e5e6c9;
      border-radius: 2px;
      border: 1px solid #3c3027; }
      @media (min-width: 1261px) {
        .navUser-section .navUser-item .account-icon, .navUser-section .navUser-item .icon-container {
          height: 40px;
          width: 40px; } }
    @media (min-width: 801px) {
      .navUser-section .navUser-item .account-icon {
        margin-right: 10px; } }
    .navUser-section .navUser-item svg {
      width: 16px;
      height: 16px; }
    .navUser-section .navUser-item--account {
      display: block; }
      .navUser-section .navUser-item--account .navUser-action {
        /*display: none;*/
        padding: 1rem 0; }
        .navUser-section .navUser-item--account .navUser-action .login-text {
          display: none; }
        .navUser-section .navUser-item--account .navUser-action.navUser-signup {
          display: none; }
      @media (min-width: 801px) {
        .navUser-section .navUser-item--account {
          display: flex;
          align-items: center; }
          .navUser-section .navUser-item--account .navUser-action {
            display: flex;
            align-items: center;
            padding: 1rem 0.64286rem; }
            .navUser-section .navUser-item--account .navUser-action:nth-child(1) {
              margin-right: 5px; }
            .navUser-section .navUser-item--account .navUser-action .login-text {
              display: block; }
            .navUser-section .navUser-item--account .navUser-action.navUser-signup {
              display: block;
              padding-left: 0.25rem; } }

.navPages-quickSearch .form-input::placeholder {
  color: #3c3027;
  opacity: 1;
  font-weight: normal; }

.navPages-list--user .navPages-item {
  display: flex;
  align-items: center; }
  .navPages-list--user .navPages-item .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    margin-right: 5px; }
  .navPages-list--user .navPages-item #navPages-account li.navPage-subMenu-item {
    padding: 0; }
    .navPages-list--user .navPages-item #navPages-account li.navPage-subMenu-item .navPages-action {
      padding: 0.5rem 0.35rem; }
    .navPages-list--user .navPages-item #navPages-account li.navPage-subMenu-item:nth-child(2) {
      display: none; }

.navPages-list--user #m-quickorderpad-entry {
  display: none; }

.navPages-container.is-open {
  padding-top: 140px; }

.navPages-action {
  font-weight: 500; }

@media (min-width: 801px) {
  .megamenu-toggle.navPages-action {
    border-bottom: 4px solid transparent; }
  .megamenu-toggle.navPages-action.is-open {
    border-bottom: 5px solid #E4DBBC; }
  .navPage-subMenu.is-open {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; } }

#navUser-telephone-number {
  white-space: pre; }

#quickSearch, #m-myquote-entry {
  position: relative; }
  #quickSearch .quote-quantity.countPill.countPill--positive, #m-myquote-entry .quote-quantity.countPill.countPill--positive {
    background-color: #b20062; }

.quick-search-results {
  position: absolute;
  background: white;
  border: solid;
  border-width: 0.2px;
  border-color: grey; }

.footer .desktop-footer {
  display: none; }

.footer .footer-info-container {
  display: flex;
  flex-direction: column; }

.footer .footer-logo-section {
  padding: 40px;
  background-color: #f7f4ec; }
  .footer .footer-logo-section .company-logos {
    margin-top: 45px; }
    .footer .footer-logo-section .company-logos .footer-trading-company {
      padding-right: 25px; }
      .footer .footer-logo-section .company-logos .footer-trading-company:last-child {
        padding-right: 0; }

.footer .footer-logo {
  text-align: center; }
  .footer .footer-logo .footer-logo-image {
    margin-bottom: 20px; }
  .footer .footer-logo p.logo-text {
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 5px; }

.footer .footer-columns {
  flex-wrap: wrap; }

.footer .footer-info {
  list-style: none;
  /*width:  65%;*/
  padding: 20px;
  background-color: #e4dbbc;
  margin: 0; }
  .footer .footer-info .footer-info-col--small {
    width: 33.33%; }
  .footer .footer-info .navPages-action {
    text-transform: none;
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
  .footer .footer-info .footer-info-heading {
    line-height: 1.25rem; }
    .footer .footer-info .footer-info-heading a {
      color: #3c3027;
      font-size: 1rem;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
      font-weight: 700; }

.footer .footer-logo-image {
  width: 204px; }

.footer .footer-contact {
  text-align: center; }
  .footer .footer-contact .footer-info-heading {
    margin: 9px 0; }
  .footer .footer-contact .contact-address {
    font-size: 14px;
    font-family: 'Metropolis-Regular', sans-serif; }

.footer .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 33px; }
  .footer .footer-copyright .footer-link {
    font-family: 'Metropolis-Regular', sans-serif;
    font-size: 14px; }
  .footer .footer-copyright .footer-link-spacer {
    /*display: none;*/
    margin: 0 5px; }

.footer .mobile-footer .navPage-subMenu-list {
  margin-left: 0; }

.footer .mobile-footer .navPage-subMenu-action {
  padding: 0; }

.footer .footer-toggle {
  border-top: 1px solid #3C3027; }
  .footer .footer-toggle .toggle-indicator:after {
    font-family: 'Metropolis-Regular', sans-serif;
    content: '+';
    font-size: 28px;
    line-height: 2.5; }
  .footer .footer-toggle .has-subMenu, .footer .footer-toggle .no-subMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0; }
    .footer .footer-toggle .has-subMenu:hover, .footer .footer-toggle .no-subMenu:hover {
      text-decoration: none; }
  .footer .footer-toggle .no-subMenu {
    min-height: 70px; }
    .footer .footer-toggle .no-subMenu a {
      color: #3c3027;
      font-size: 16px;
      font-weight: 600; }

@media (min-width: 1261px) {
  .footer .footer-info .footer-info-col--small {
    width: 25%; } }

@media (min-width: 801px) {
  .footer .mobile-footer {
    display: none; }
  .footer .desktop-footer {
    display: flex;
    align-items: baseline; }
  .footer .footer-info-container {
    flex-direction: row;
    justify-content: space-around; }
    .footer .footer-info-container .footer-info-list a {
      font-family: 'Metropolis-Regular', sans-serif; }
  .footer .footer-logo-section {
    padding: 40px;
    width: 35%; }
  .footer .footer-info {
    width: 65%;
    padding: 40px; }
  .footer .footer-contact {
    display: flex;
    align-items: center;
    text-align: left; }
    .footer .footer-contact .footer-info-heading {
      margin: 0;
      margin-right: 10px; }
      .footer .footer-contact .footer-info-heading.heading-left {
        margin-left: 40px; }
  .footer .footer-copyright {
    align-items: center;
    justify-content: flex-start; }
    .footer .footer-copyright .footer-link-spacer {
      display: block; } }

.active {
  display: block !important; }

.footer .footer-toggle .has-subMenu {
  width: 100%; }

.account-body {
  margin: 0; }

.account-content > .alertBox {
  margin-bottom: 30px; }

.account {
  margin-bottom: 60px; }
  .account input.button, .account .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top input.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .account input.btn.farm-to-family-btn-top {
    margin-left: auto;
    margin-right: auto; }
  .account .panel-body {
    background-color: #f8f8f8; }

span.extra-info {
  color: #d65341;
  display: block;
  margin: 8px 0 8px 0; }

.shipment-divider {
  font-family: Metropolis-Medium,Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 16px;
  text-transform: uppercase;
  margin: 20px 0 20px 0;
  display: block;
  color: #d65341; }
  .shipment-divider:not(.shipment-0-label) {
    margin: 80px 0 20px 0; }

.account-content .select-all-container {
  text-align: right; }
  .account-content .select-all-container .select-all {
    margin-top: 5px;
    font-size: .9em;
    padding: 3px 8px; }

.account-content .order-list-container .account-product-body h6, .account-content .order-list-container .account-product-body .h6 {
  margin: 0; }

.account-content .order-list-container .account-product-body dl {
  display: none; }

.account-sidebar dl, .account-sidebar ul, .account-sidebar p {
  line-height: 1.25; }

.navBar-item.navBar-item__messages {
  display: none; }

.account-message .is-read {
  color: #5f5954; }

.page {
  margin: 0; }

#hbspt-form-1647439319669-4844886610 {
  height: 0;
  visibility: hidden; }

.pcf-blog-list .blog-post-container {
  width: 100%;
  max-width: 100vw; }
  .pcf-blog-list .blog-post-container .blog {
    border: none;
    padding-top: 0; }
    .pcf-blog-list .blog-post-container .blog .blog-post-figure {
      margin-bottom: 10px; }
      .pcf-blog-list .blog-post-container .blog .blog-post-figure .blog-thumbnail {
        width: 100%;
        min-width: 100%;
        margin: 0;
        aspect-ratio: 650/407; }
        .pcf-blog-list .blog-post-container .blog .blog-post-figure .blog-thumbnail a {
          width: 100%; }
          .pcf-blog-list .blog-post-container .blog .blog-post-figure .blog-thumbnail a img {
            width: 100%;
            aspect-ratio: 650/407;
            object-fit: fill; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-title {
      text-align: left;
      margin-inline: 0;
      font-size: 1em;
      line-height: 20px; }
      .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-title a {
        color: #5b5754;
        text-decoration: none; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-date {
      display: none; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-cook-time {
      display: flex;
      align-items: flex-start;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 8px;
      height: 20px; }
      .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-cook-time svg {
        margin-right: 10px;
        width: 20px;
        height: fit-content;
        aspect-ratio: 1; }
      .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-cook-time .total-time-tag {
        margin-block: 0; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-post {
      font-size: 0.8571428571428571em;
      line-height: 15px; }

@media (min-width: 551px) {
  .pcf-blog-list .blog-post-container .blog .blog-post-figure {
    margin-bottom: 20px; }
  .pcf-blog-list .blog-post-container .blog .blog-post-body {
    margin-inline: 0;
    width: 100%; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-flow: row nowrap;
      margin-bottom: 10px; }
      .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-title a {
        font-size: 1.3571428571428572em;
        line-height: 25px; }
      .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-cook-time {
        font-size: 1.1428571428571428em;
        line-height: 25px;
        align-items: flex-end; }
        .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-header .blog-cook-time svg {
          width: 24px; }
    .pcf-blog-list .blog-post-container .blog .blog-post-body .blog-post {
      font-size: 1em;
      line-height: 20px; } }

@media (min-width: 801px) {
  .pcf-blog-list .blog-post-container {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 3vw; }
    .pcf-blog-list .blog-post-container .blog {
      margin-top: 0; }
      .pcf-blog-list .blog-post-container .blog .blog-post-figure {
        margin: 0 0 20px;
        width: 100%;
        aspect-ratio: 650/407; } }

/**
 * jQuery Timepicker
 * http://timepicker.co
 *
 * Enhances standard form input fields helping users to select (or type) times.
 *
 * Copyright (c) 2016 Willington Vega; Licensed MIT, GPL
 */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box; }

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 205px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center; }

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */ }

.ui-timepicker-standard {
  /* overwrites .ui-widget */
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
  /* overwrites .ui-widget-content */
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #222;
  /* overwrites .ui-menu */
  margin: 0;
  padding: 2px; }

.ui-timepicker-standard a {
  border: 1px solid transparent;
  color: #222;
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none; }

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: #DADADA;
  border: 1px solid #999;
  font-weight: normal;
  color: #212121; }

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
  float: left;*/
  margin: 0;
  padding: 0; }

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none; }

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none; }

.form-container.show {
  z-index: 1001 !important; }

.form-container .body-container, .form-container .attach-file-container {
  display: none !important; }

.form-container .search-input-container .button.button--search, .form-container .search-input-container .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--search.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .form-container .search-input-container .button--search.btn.farm-to-family-btn-top {
  margin: 0 !important;
  border-left-width: 1px !important; }

#quote-list-container a[data-click="checkout"] {
  display: none !important; }

main.quote .rfq-checkout-btn-wrap {
  display: none; }

.page-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 801px) {
    .page-section {
      padding: 60px 0; } }

.page-content p:empty {
  display: none; }

.blank-page-template .page-heading {
  display: none; }

.page-heading {
  margin: 0; }

.page-page .page-heading {
  display: none; }

main.page-page.dashboard .page-heading,
main.page-page.order-detail .page-heading {
  display: block; }

div[class^="sd-simple-text-"] a {
  color: #3c3027;
  border-bottom: 1px solid #e4dbbc;
  padding-bottom: 0.25em;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 500;
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }

code {
  background-color: #f8f8f8;
  color: black;
  padding: 10px;
  border-radius: 3px;
  display: block;
  width: 100%;
  word-break: break-word !important;
  white-space: normal !important; }
  code span.comment {
    color: #a1a4a6;
    display: block;
    white-space: normal !important;
    word-break: break-word !important; }
  code span.comment-inline {
    color: #a1a4a6; }
  code span.tab {
    padding-left: 25px;
    border: none;
    float: none;
    display: block; }

.styleguide-cards {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px; }

.styleguide-card {
  padding: 15px; }
  .styleguide-card > .inner {
    width: 100%;
    height: 100%; }
  .styleguide-card.shadow-inner > .inner {
    padding: 15px; }

.styleguide-color-swatch {
  height: 150px;
  width: 150px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px; }
  .styleguide-color-swatch .swatch-label {
    color: black; }

.styleguide-color-bg {
  width: 100%;
  text-align: center;
  padding: 25px; }

.styleguide-color-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px; }
  @media (min-width: 801px) {
    .styleguide-color-wrapper {
      gap: 15px; } }
  .styleguide-color-wrapper .styleguide-color-card {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    @media (min-width: 551px) {
      .styleguide-color-wrapper .styleguide-color-card {
        flex-direction: row; } }
    .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-bg {
      height: 75px;
      width: 100%; }
      @media (min-width: 551px) {
        .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-bg {
          max-width: 150px;
          height: 100%; } }
    .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info {
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      gap: 5px; }
      .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box {
        flex-basis: 50%;
        flex-grow: 1;
        padding: 5px;
        background: #f8f8f8; }
        @media (min-width: 551px) {
          .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box {
            flex-basis: 40%; } }
        @media (min-width: 801px) {
          .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box {
            flex-basis: 30%; } }
        .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box:first-child {
          flex-basis: 100%; }
          @media (min-width: 1100px) {
            .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box:first-child {
              flex-basis: 30%; } }
        .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box p {
          margin: 0 0 5px;
          white-space: nowrap;
          font-size: .9rem; }
          .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box p:not(:first-child) {
            color: #f0506e;
            font-size: 0.8rem; }
          .styleguide-color-wrapper .styleguide-color-card .styleguide-color-card-info .styleguide-color-card-info_box p:last-child {
            margin-bottom: 0; }

.show {
  display: block; }

.start-an-order .container .start-order {
  z-index: 1;
  position: relative;
  /* Hero banner styles */
  /* END Hero banner styles */ }
  .start-an-order .container .start-order nav[aria-label="Breadcrumb"] {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10px);
    top: 16rem; }
    @media (min-width: 801px) {
      .start-an-order .container .start-order nav[aria-label="Breadcrumb"] {
        left: 0;
        top: 0;
        transform: translate(0, 0); } }
    .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs {
      display: block;
      text-align: center;
      padding: 0; }
      @media (min-width: 801px) {
        .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs {
          text-align: left;
          padding-left: 40px; } }
      .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb {
        display: inline-block;
        float: none;
        margin-right: 0.25rem;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        line-height: 15px;
        text-align: center; }
        @media (min-width: 801px) {
          .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb:not(:first-child)::before {
            border-right-color: #fff; } }
        .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
          color: #5b5754; }
          @media (min-width: 801px) {
            .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb a {
              color: #ffff; } }
        .start-an-order .container .start-order nav[aria-label="Breadcrumb"] .breadcrumbs .breadcrumb.is-active > .a {
          font-weight: normal !important;
          color: #ffff; }
  .start-an-order .container .start-order [data-content-region="ordering-hero"] {
    position: relative; }
    .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div {
      width: 100vw;
      height: 421px;
      min-height: 233px;
      padding: 0;
      margin: 0;
      background-repeat: no-repeat;
      background-size: cover;
      height: min-content;
      transition: transform 0.4s; }
      @media (min-width: 801px) {
        .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div {
          min-height: 420px; } }
      .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div {
        display: block !important;
        padding-left: 15%;
        padding-right: 15%; }
        .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-title"], .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-title"] {
          display: block !important; }
          .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-title"] p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-title"] p {
            font-size: 28px;
            font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
            color: #fff; }
            @media (min-width: 801px) {
              .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-title"] p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-title"] p {
                font-style: normal;
                font-weight: bold;
                font-size: 42px;
                line-height: 40px; } }
        .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"], .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"] {
          margin: 0 !important;
          min-height: 0; }
          .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"] p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"] p {
            margin-top: 10px;
            margin: 0;
            font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 30px;
            text-align: center;
            letter-spacing: 1px;
            text-transform: none;
            color: #ffff; }
            @media (min-width: 801px) {
              .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"] p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div > div [data-test-id="hero-image-subtitle"] p {
                margin: 0;
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                line-height: 30px;
                text-align: center;
                letter-spacing: 1px;
                text-transform: none;
                margin-top: 20px;
                color: #ffff; } }
    .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div:not(:first-child), .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div:not(:first-child) {
      display: none !important; }
      .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div:not(:first-child) [data-test-id="hero-image-title"] p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div:not(:first-child) [data-test-id="hero-image-title"] p {
        margin: 0;
        font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 42px;
        line-height: 40px;
        color: #ffff; }
        @media (min-width: 801px) {
          .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class^='sd-hero-image'] > div > div:not(:first-child) [data-test-id="hero-image-title"] p p, .start-an-order .container .start-order [data-content-region="ordering-hero"] div[class*=' sd-hero-image'] > div > div:not(:first-child) [data-test-id="hero-image-title"] p p {
            font-size: 28px !important; } }
  .start-an-order .container .start-order .order-text {
    display: block;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 5rem; }
    .start-an-order .container .start-order .order-text h3, .start-an-order .container .start-order .order-text .h3 {
      color: #3c3027;
      font-size: 20px;
      margin-bottom: 18px !important; }
    .start-an-order .container .start-order .order-text p {
      color: black;
      font-size: 12px;
      line-height: 15px; }
  .start-an-order .container .start-order .container#start-order {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
    margin: 5rem 0; }
    @media (min-width: 801px) {
      .start-an-order .container .start-order .container#start-order {
        flex-direction: row-reverse;
        padding: 0 40px;
        max-height: 500px; } }
    .start-an-order .container .start-order .container#start-order .start-order-section-1 {
      margin-bottom: 4rem;
      flex-basis: 50%;
      padding: 0 25px 0 25px;
      margin-left: 0 !important; }
      @media (min-width: 801px) {
        .start-an-order .container .start-order .container#start-order .start-order-section-1 {
          padding: 0;
          margin-left: 5% !important;
          margin-bottom: 0; } }
      .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
        .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li {
          display: flex;
          margin-bottom: 10px; }
          @media (min-width: 801px) {
            .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li {
              margin-bottom: 0; } }
          .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .icon-container {
            display: flex;
            justify-content: center;
            align-content: center;
            width: 100px;
            /*height: 100px;*/
            background: #fbe4c3;
            margin-right: 10px;
            min-width: 100px;
            min-height: 100px; }
            .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .icon-container svg {
              height: 40px;
              width: 40px;
              margin-left: 1rem;
              margin-right: 1rem;
              margin-top: 1rem;
              margin-bottom: 1rem;
              margin: auto; }
              @media (min-width: 801px) {
                .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .icon-container svg {
                  height: 55px;
                  width: 55px; } }
          .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #f8f4eb;
            border-left: 4px solid #e4dbbc;
            padding: 15px;
            height: 100% !important;
            min-height: 100px !important;
            padding: 14px 5px 14px 15px !important;
            width: 100% !important; }
            .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text h4, .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text .h4 {
              margin: 0;
              font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
              color: #3C3027;
              font-style: normal; }
              @media (min-width: 801px) {
                .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text h4, .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text .h4 {
                  font-size: 1.1875rem;
                  letter-spacing: 1px; } }
            .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text p {
              font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 12px;
              line-height: 15px;
              margin: 0;
              word-break: break-word; }
              @media (min-width: 801px) {
                .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li .info-text p {
                  font-size: 0.875rem; } }
          @media (min-width: 801px) {
            .start-an-order .container .start-order .container#start-order .start-order-section-1 .start-order-info li:last-child {
              margin-bottom: 0; } }
    .start-an-order .container .start-order .container#start-order .start-order-section-2 {
      display: flex;
      align-items: center;
      flex-basis: 50%;
      background: #3c3027;
      margin-top: 0; }
      .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping {
        padding: 125px 25px;
        text-align: center;
        max-width: 400px;
        /* 
            If there are 2 options to select from, the text will wrap and can become 'messy'.
            One option would be to remove the "(location) + warehouse" from "Will Call Pickup".
            Another option will the 2 commented out sections below, Which arranges them on top of eachother.
            */ }
        @media (min-width: 801px) {
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping {
            padding: 20% 2%;
            max-width: 355px; } }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping h2, .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .h2, .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .pcf-shopping-list-title {
          color: white;
          margin-top: 0;
          margin-bottom: 30px; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping p {
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 20px;
          color: #ffff;
          margin-bottom: 0;
          font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          color: #ffff;
          margin: auto;
          margin-top: 17.08px; }
          @media (min-width: 1261px) {
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row {
              flex-direction: row; } }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div {
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (min-width: 1261px) {
              .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div {
                margin-top: 0; } }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div input[type="radio"] {
              -webkit-appearance: none;
              appearance: none;
              background-color: transparent;
              margin: 0;
              font: inherit;
              color: currentColor;
              width: 18px;
              height: 18px;
              border: 1px solid white;
              border-radius: 50%;
              margin-right: 12.08px;
              display: grid;
              place-content: center;
              aspect-ratio: 1; }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div input[type="radio"]::before {
              content: "";
              width: 10px;
              height: 10px;
              border-radius: 50%;
              transform: scale(0);
              transition: 120ms transform ease-in-out;
              box-shadow: inset 1em 1em var(--form-control-color);
              background-color: #ffff; }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div input[type="radio"]:checked::before {
              transform: scale(1); }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div::-webkit-input-placeholder {
              color: #5f5954 !important; }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .row > div label {
              margin-top: 0;
              margin-bottom: 0;
              font-weight: 400 !important;
              font-size: 14px;
              line-height: 20px;
              color: #ffff;
              text-transform: none;
              font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: normal; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .warehouse-row {
          justify-content: center;
          justify-content: space-around;
          padding-top: 2rem;
          width: 30%;
          margin: auto; }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .warehouse-row > div {
            display: flex; }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .warehouse-row.hidden {
            display: none; }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .warehouse-row:first-child {
            margin-right: 77px; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping #date_picker,
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping #time_picker {
          margin: 0 auto;
          margin-top: 20px;
          width: 100%;
          height: 50px; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates {
          display: none; }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul {
            list-style: none;
            margin: 0; }
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li {
              visibility: visible !important;
              display: flex;
              justify-content: space-between;
              padding: 15px 19px 12px 19px;
              width: 334px;
              height: 50px;
              background-color: white !important;
              border: 1px solid white;
              margin: auto;
              margin-top: 22px;
              float: none; }
              .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li > br {
                display: none; }
              .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li a {
                font-size: 13px;
                line-height: 18px;
                letter-spacing: 0.37px;
                color: #3c3027;
                position: relative;
                display: flex;
                margin: 0;
                width: auto; }
                .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li a i {
                  position: absolute;
                  right: 0; }
              .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li:not(:first-child) {
                width: 336px;
                height: 50px;
                background-color: white !important;
                border: 1px solid #3c3027;
                border-bottom: none;
                margin: auto; }
              .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping .hiddenDates ul li:hover {
                cursor: pointer; }
        .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping a {
          margin: 29px auto;
          width: auto;
          max-width: 250px;
          height: 50px; }
          @media (min-width: 801px) {
            .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping a {
              max-width: none; } }
          .start-an-order .container .start-order .container#start-order .start-order-section-2 #start-shopping a.disabledBtn {
            color: #aea7a1;
            background-color: #dad6d4;
            border: 1px solid #aea7a1;
            pointer-events: none;
            cursor: default; }

/*  Currently unused classes */
.plpForm > div[id^='sd-hero-image'] {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .plpForm > div[id^='sd-hero-image'] {
    margin-bottom: 50px; } }

div[id^='sd-hero-image'], div[class*=' sd-hero-image'] {
  position: relative; }
  div[id^='sd-hero-image'] div, div[class*=' sd-hero-image'] div {
    z-index: 1; }
    div[id^='sd-hero-image'] div::after, div[class*=' sd-hero-image'] div::after {
      z-index: 0; }

.main.full {
  width: 100vw; }

#pc-quickorderpad-entry {
  display: none; }

.hbspt-form {
  font-family: Helvetica, sans-serif; }
  .hbspt-form fieldset {
    width: 100% !important;
    max-width: 100% !important; }
    .hbspt-form fieldset .hs-form-field {
      margin-bottom: 18px; }
  .hbspt-form p {
    font-size: 1.2857142857142858em;
    line-height: 24px; }
  .hbspt-form label {
    color: #3c3027;
    font-size: 0.9285714285714286em; }
    .hbspt-form label .hs-form-required {
      color: #FF0000; }
  .hbspt-form input,
  .hbspt-form select,
  .hbspt-form textarea {
    font-size: 1.1428571428571428em;
    line-height: 21px;
    width: 100%;
    background: #F5F8FA;
    border: 1px solid #CBD6E2;
    border-radius: 3px; }
    .hbspt-form input .disabled,
    .hbspt-form select .disabled,
    .hbspt-form textarea .disabled {
      color: #FF0000 !important; }
  .hbspt-form select,
  .hbspt-form textarea {
    width: 100% !important; }
  .hbspt-form input {
    padding-inline: 15px;
    height: 40px; }
    .hbspt-form input:not([type="checkbox"]) {
      width: 100% !important; }
  .hbspt-form select {
    padding: 10px;
    height: 40px; }
  .hbspt-form textarea {
    padding: 10px 15px;
    height: 66px; }
  .hbspt-form ul {
    margin-left: 0; }
  .hbspt-form li {
    list-style-type: none;
    list-style-image: none; }
  .hbspt-form em {
    color: #7C98B6;
    font-size: 0.7857142857142857em; }
  .hbspt-form .hs-error-msgs {
    padding-left: 5px; }
  .hbspt-form .hs-error-msg {
    color: #F2545B;
    font-size: 1em;
    line-height: 18px; }
  .hbspt-form .error {
    border-color: #C87872; }
  .hbspt-form .hs-form-checkbox {
    height: 21px; }
    .hbspt-form .hs-form-checkbox label {
      display: flex;
      align-items: center;
      flex-flow: row;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .hbspt-form .hs-form-checkbox label input {
        margin-right: 10px;
        height: min-content; }
  .hbspt-form .hs-button {
    background: #a9ae36;
    color: white;
    border: none;
    max-width: 90px; }
  .hbspt-form .hs_customer_type {
    visibility: hidden;
    height: 0; }
  @media (min-width: 551px) {
    .hbspt-form .form-columns-2 {
      display: flex;
      gap: 3vw; }
    .hbspt-form .form-columns-3 {
      display: flex;
      gap: 1.5vw; } }
  @media (min-width: 1261px) {
    .hbspt-form {
      padding-inline: 120px; } }

.cart-page .cart-content-wrapper .cart-hidden .cart-header {
  display: none; }

.cart-page .empty-cart-container {
  width: 100%;
  text-align: center; }
  .cart-page .empty-cart-container .empty-cart {
    font-size: 24px;
    text-transform: capitalize;
    margin: 3rem 0 1.5rem;
    color: #5F5954; }
    @media (min-width: 801px) {
      .cart-page .empty-cart-container .empty-cart {
        margin: 3rem 0 2.5rem; } }
  .cart-page .empty-cart-container .cart-empty-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 4rem;
    height: 50px; }
    @media (min-width: 801px) {
      .cart-page .empty-cart-container .cart-empty-btn {
        margin: 0 auto 6rem; } }
  .cart-page .empty-cart-container .cart_slider_border {
    border-bottom: 1px solid #AEA7A1;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); }

.previewCartItem-name > a {
  white-space: nowrap; }

.cart-page {
  margin-bottom: 0; }
  .cart-page .page-content .cart-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-page .page-content .page-heading {
    text-align: left; }
  .cart-page .page-content .cart-content-wrapper {
    display: flex;
    flex-direction: column; }
    .cart-page .page-content .cart-content-wrapper [data-cart-content] {
      margin-top: 0;
      padding-right: 0; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] section h3, .cart-page .page-content .cart-content-wrapper [data-cart-content] section .h3 {
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
        font-weight: 500;
        font-size: 0.8125rem;
        line-height: 16px;
        text-transform: uppercase;
        color: #5f5954; }
        .cart-page .page-content .cart-content-wrapper [data-cart-content] section h3:not(:first-of-type), .cart-page .page-content .cart-content-wrapper [data-cart-content] section .h3:not(:first-of-type) {
          color: #D65341; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] section table[data-date] {
        margin-bottom: 30px; }
        .cart-page .page-content .cart-content-wrapper [data-cart-content] section table[data-date] .cart-list {
          top: 40px; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list {
        border: 1px solid #aea7a1;
        border-bottom: none; }
        .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item {
          display: grid;
          grid-template-columns: 35% auto;
          grid-template-columns: 115px auto;
          position: relative;
          padding: 0;
          height: 125px; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure {
            width: 125px;
            height: 125px;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure img {
              max-width: 100%;
              width: 105px;
              height: 105px;
              min-height: 105px;
              object-fit: contain; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title {
            height: 100%;
            display: grid;
            align-items: center;
            padding: 10px 15px 17px 10px; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-name .cart-item-name__label {
              font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
              font-weight: 500;
              font-size: 0.75rem;
              line-height: 16px;
              color: #5f5954;
              text-decoration: none;
              padding-right: 20px; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .definitionList {
              display: none; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-price {
              font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
              font-weight: 400;
              font-size: 0.625rem;
              line-height: 18px;
              color: #5f5954;
              margin: 0; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-price .cart-item-value {
                padding-left: 0; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit {
              display: flex;
              justify-content: flex-end;
              align-items: baseline;
              flex-flow: row nowrap;
              margin: 0;
              width: 100%; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit [data-item-edit] {
                display: none; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit a {
                font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 0.625rem;
                line-height: 16px;
                color: #3c3027; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit a svg {
                  width: 13px;
                  height: 13px;
                  aspect-ratio: 1; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit a svg use {
                    stroke: #5f5954; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment {
                font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 0.875rem;
                line-height: 20px;
                text-align: center;
                color: #5f5954;
                border: 1px solid #aea7a1;
                border-radius: 2px;
                display: flex;
                align-items: baseline; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment .button--icon {
                  display: inline-block; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment .button--icon .icon {
                    width: 12px;
                    height: 12px; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment [data-action="dec"] {
                  border-right: 1px solid #aea7a1;
                  height: 30px;
                  width: 30px; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment [data-action="inc"] {
                  border-left: 1px solid #aea7a1;
                  height: 30px;
                  width: 30px; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment .cart-item-qty-input {
                  font-weight: 400;
                  font-size: 0.875rem;
                  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-edit,
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity,
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-subtotal {
            display: none; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info {
            width: fit-content;
            position: absolute;
            top: 6px;
            right: 5px; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info .cart-remove {
              background-color: transparent; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info .cart-remove svg {
                width: 15px;
                aspect-ratio: 1; }
    .cart-page .page-content .cart-content-wrapper [data-cart-totals] {
      padding-inline: 0;
      margin-bottom: 25px; }
      .cart-page .page-content .cart-content-wrapper [data-cart-totals] input {
        width: 100%; }
      .cart-page .page-content .cart-content-wrapper [data-cart-totals] .time-picker {
        margin-bottom: 30px; }
      .cart-page .page-content .cart-content-wrapper [data-cart-totals] .order-summary-title {
        font-weight: 600;
        font-size: 1rem;
        line-height: 30px;
        color: #5f5954;
        text-align: center;
        padding-block: 10px;
        margin-block: 0;
        background-color: rgba(228, 219, 188, 0.4);
        border: 1px solid #aea7a1; }
      .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals {
        padding-left: 0;
        padding-top: 15px;
        margin-block: 0;
        border: 1px solid #aea7a1;
        border-top: none;
        margin-bottom: 30px; }
        .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total {
          display: flex;
          justify-content: space-between;
          flex-flow: row nowrap;
          text-align: left;
          font-size: 0.75rem;
          line-height: 16px;
          font-weight: 400;
          padding: 0 20px 20px; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total::before, .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total::after {
            display: none !important; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total div {
            padding: 0; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total .cart-total-label {
            font-weight: 500; }
            .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total .cart-total-label strong {
              font-weight: 500;
              font-size: 0.75rem;
              font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total:last-child {
            background-color: rgba(169, 174, 54, 0.3);
            margin-bottom: 0;
            padding-block: 20px;
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            color: #3c3027; }
            .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total:last-child .cart-total-label {
              color: #3c3027; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total .cart-total-grandTotal {
            font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
    .cart-page .page-content .cart-content-wrapper .cart-actions .button.button--primary, .cart-page .page-content .cart-content-wrapper .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-page .page-content .cart-content-wrapper .cart-actions .button--primary.btn.farm-to-family-btn-top {
      display: flex;
      width: 100%; }
      .cart-page .page-content .cart-content-wrapper .cart-actions .button.button--primary[disabled], .cart-page .page-content .cart-content-wrapper .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top[disabled], .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-page .page-content .cart-content-wrapper .cart-actions .button--primary.btn.farm-to-family-btn-top[disabled] {
        pointer-events: none; }
  .cart-page .page-content #warning-order-message {
    display: flex;
    align-items: center;
    margin-top: 15px;
    line-height: 1.5; }
    .cart-page .page-content #warning-order-message .swal2-icon {
      margin: 0 10px 0 0;
      width: 50px;
      height: 20px;
      border-width: 2px; }
      .cart-page .page-content #warning-order-message .swal2-icon .swal2-icon-content {
        font-size: 16px; }
    .cart-page .page-content #warning-order-message span {
      color: #5f5954;
      font-style: italic;
      font-weight: 600; }
  .cart-page .page-content .cart-continue-shopping-container {
    border-top: 1px solid #aea7a1;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-block: 15px; }
    .cart-page .page-content .cart-continue-shopping-container .continue-shopping-link {
      font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 15px;
      color: #5f5954; }
      .cart-page .page-content .cart-continue-shopping-container .continue-shopping-link svg {
        transform: scaleX(-1);
        width: 20px;
        aspect-ratio: 1;
        height: 18px;
        margin-right: 10px;
        vertical-align: text-top; }
  .cart-page .cart_product_slider .product-slider-widget {
    padding: 0;
    margin: 50px -20px 1.5em; }
    @media (min-width: 551px) {
      .cart-page .cart_product_slider .product-slider-widget {
        padding: 0 10px; } }
    @media (min-width: 801px) {
      .cart-page .cart_product_slider .product-slider-widget {
        margin: 75px auto 1.5em; } }
    .cart-page .cart_product_slider .product-slider-widget .product-slider-heading {
      justify-content: center; }
      .cart-page .cart_product_slider .product-slider-widget .product-slider-heading h3, .cart-page .cart_product_slider .product-slider-widget .product-slider-heading .h3 {
        color: #5F5954;
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
        font-size: 1rem; }
        @media (min-width: 801px) {
          .cart-page .cart_product_slider .product-slider-widget .product-slider-heading h3, .cart-page .cart_product_slider .product-slider-widget .product-slider-heading .h3 {
            font-size: 1.1875rem; } }
    .cart-page .cart_product_slider .product-slider-widget .page-heading {
      display: none; }
    .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid {
      margin: 0 auto; }
      @media (min-width: 801px) {
        .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product {
          width: 255px;
          padding: 30px 7.5px 0; } }
      .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card {
        margin-bottom: 0; }
        .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card .card-body .add-to-cart .cart-inc, .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card .card-body .add-to-cart .cart-dec {
          padding: 0.5rem 0.5rem;
          height: 100%;
          align-items: center; }
        .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card .card-body .add-to-cart input {
          font-size: 1rem; }
        .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card .card-body .add-to-cart.btn-show-price .span {
          font-size: 0.625rem;
          color: #5F5954;
          border-bottom: 1px solid #e4dbbc;
          width: fit-content;
          text-transform: uppercase; }
          .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid .product .card .card-body .add-to-cart.btn-show-price .span:hover {
            text-decoration: none;
            border-bottom: 1px solid #5F5954; }
    .cart-page .cart_product_slider .product-slider-widget .product-slider-wrapper .productGrid--maxCol4 .product:nth-child(n+5) {
      display: none; }
  @media (min-width: 551px) {
    .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item {
      padding-inline: 0; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item::before {
        display: none; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure {
        margin-left: 0; }
        .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure::after {
          display: none; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-price {
        font-size: 0.6875rem; }
      .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit a {
        font-size: 0.75rem; }
    .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals {
      width: 100%;
      border: 1px solid #aea7a1;
      border-top: none;
      margin-top: 0;
      padding-top: 20px;
      margin-bottom: 30px; }
    .cart-page .page-content .cart-content-wrapper .cart-actions {
      display: flex;
      justify-content: center; }
      .cart-page .page-content .cart-content-wrapper .cart-actions .button.button--primary, .cart-page .page-content .cart-content-wrapper .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-page .page-content .cart-content-wrapper .cart-actions .button--primary.btn.farm-to-family-btn-top {
        padding-inline: 80px; } }
  @media (min-width: 801px) {
    .cart-page .page-content {
      max-width: 1250px;
      margin-inline: auto;
      position: relative; }
      .cart-page .page-content .page-heading {
        margin: 0 0 1.25rem; }
      .cart-page .page-content [data-cart-status] .alertBox {
        margin-top: -20px; }
      .cart-page .page-content .cart-content-wrapper {
        flex-direction: row;
        justify-content: space-between; }
        .cart-page .page-content .cart-content-wrapper [data-cart-content] {
          width: 62.5vw;
          max-width: 713px;
          display: flex;
          flex-flow: column-reverse;
          justify-content: center;
          margin-bottom: 150px;
          margin-top: 0; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] section h3, .cart-page .page-content .cart-content-wrapper [data-cart-content] section .h3 {
            margin: 0; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] section h3:first-of-type, .cart-page .page-content .cart-content-wrapper [data-cart-content] section .h3:first-of-type {
              margin-top: 0; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] section table[data-date] {
            margin-top: 12px; }
          .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart {
            margin: 0; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-header {
              background-color: rgba(228, 219, 188, 0.4);
              border: 1px solid #aea7a1; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-header tr {
                display: grid;
                grid-template-columns: 54% 20% 15% 11%; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-header tr .cart-header-item {
                  padding-block: 17px;
                  font-size: 0.8125rem;
                  line-height: 16px;
                  font-weight: 500;
                  text-align: center;
                  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-header tr :first-child {
                  text-align: left;
                  padding-left: 15px; }
            .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item {
              border-top: none;
              grid-template-columns: 14% 40% 20% 15% 11%;
              align-items: center;
              max-height: 95px; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure {
                margin: auto;
                height: 95px;
                width: 95px;
                padding: 0; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-figure img {
                  width: 75px;
                  height: 75px;
                  min-height: 75px;
                  margin: 0; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title {
                padding: 8px 0;
                margin-bottom: 0;
                margin-left: 15px;
                grid-area: 1 / 2 / 1 / 2;
                align-content: center;
                grid-auto-rows: 1rem; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-name {
                  max-width: 225px;
                  grid-area: 1 / 1 / 2 / 3; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-name .cart-item-name__label {
                    padding-right: 0; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-price {
                  width: fit-content;
                  grid-area: 3 / 1 / 4 / 3; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit {
                  /* To show "edit" button in a cart item, comment display none, and uncomment flex */
                  display: none;
                  justify-content: flex-end;
                  position: relative;
                  grid-area: 2 / 2 / 2 / 3; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-title .cart-item-edit .form-increment {
                    display: none; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-edit {
                display: block; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-edit a {
                  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
                  font-weight: 400;
                  font-size: 0.75rem;
                  line-height: 16px;
                  color: #3c3027;
                  vertical-align: middle; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-edit a svg {
                    width: 13px;
                    aspect-ratio: 1; }
                    .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-edit a svg use {
                      stroke: #5f5954; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity {
                display: block;
                justify-self: center; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment {
                  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
                  font-weight: 400;
                  font-size: 0.875rem;
                  line-height: 20px;
                  text-align: center;
                  color: #5f5954;
                  border: 1px solid #aea7a1;
                  border-radius: 2px;
                  display: flex;
                  width: fit-content; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon {
                    padding-inline: 10px;
                    height: 30px; }
                    .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon .icon {
                      width: 12px; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment [data-action="dec"] {
                    border-right: 1px solid #aea7a1; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment [data-action="inc"] {
                    border-left: 1px solid #aea7a1; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-quantity .form-increment .cart-item-qty-input {
                    font-weight: 400; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-subtotal {
                text-align: center;
                font-size: 0.75rem;
                display: block;
                justify-self: center; }
              .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info {
                position: static;
                justify-self: center;
                margin: 0;
                padding: 0; }
                .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info .cart-remove {
                  padding: 10px;
                  margin: 0; }
                  .cart-page .page-content .cart-content-wrapper [data-cart-content] .cart .cart-list .cart-item .cart-item-info .cart-remove svg {
                    height: 20px;
                    width: 20px; }
        .cart-page .page-content .cart-content-wrapper [data-cart-totals] {
          width: 25vw;
          max-width: 374px;
          right: 0;
          top: 135px;
          position: sticky;
          display: block;
          margin-top: 28px; }
          .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals {
            margin-bottom: 0; }
            .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total {
              border: none; }
              .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total:last-child {
                padding-block: 10px; }
                .cart-page .page-content .cart-content-wrapper [data-cart-totals] .cart-totals .cart-total:last-child .cart-total-value {
                  padding-top: 5px; }
        .cart-page .page-content .cart-content-wrapper .cart-actions {
          position: initial;
          right: 0;
          top: 460px;
          justify-content: flex-end;
          margin-bottom: 0; }
          .cart-page .page-content .cart-content-wrapper .cart-actions .button.button--primary, .cart-page .page-content .cart-content-wrapper .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-page .page-content .cart-content-wrapper .cart-actions .button--primary.btn.farm-to-family-btn-top {
            width: 100%;
            max-width: 374px;
            padding-inline: 0;
            white-space: nowrap;
            margin-top: 25px; }
            .cart-page .page-content .cart-content-wrapper .cart-actions .button.button--primary svg, .cart-page .page-content .cart-content-wrapper .cart-actions .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .button--primary.btn.farm-to-family-btn-top svg, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .cart-page .page-content .cart-content-wrapper .cart-actions .button--primary.btn.farm-to-family-btn-top svg {
              margin: -6px 5px 0; } }

.cart-actions {
  flex-direction: column-reverse; }

a.minimum-orders-link {
  text-decoration: underline;
  text-underline-offset: .25rem;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-decoration-color: #5f5954;
  color: #b20062; }
  a.minimum-orders-link:hover {
    text-decoration-color: #b20062;
    color: #b20062; }

.product-options {
  display: none; }

.pcf-product {
  margin-bottom: 50px;
  /* accordian items */
  /* END accordian items*/ }
  .pcf-product.disabled form.pcf-product-add-to-cart-container {
    display: none !important; }
  .pcf-product.disabled .pcf-arrival-time {
    margin-bottom: 0; }
  .pcf-product.featured .productView-image {
    overflow: hidden; }
  .pcf-product .shopping-list-container {
    margin-top: 30px;
    width: 100vw;
    max-height: 50px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    z-index: 2; }
    .pcf-product .shopping-list-container form {
      margin-bottom: 0;
      max-height: 50px; }
      .pcf-product .shopping-list-container form [aria-controls="shoppinglist-dropdown"] {
        margin-bottom: 0;
        max-height: 50px;
        display: flex;
        flex-flow: row-reverse;
        align-items: center;
        justify-content: center; }
        .pcf-product .shopping-list-container form [aria-controls="shoppinglist-dropdown"] .icon {
          margin-left: 0;
          margin-right: 15px; }
      .pcf-product .shopping-list-container form ul {
        margin-top: 0;
        padding-inline: 0 !important;
        background-color: rgba(142, 140, 138, 0.1) !important; }
        .pcf-product .shopping-list-container form ul li .button, .pcf-product .shopping-list-container form ul li .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .pcf-product .shopping-list-container form ul li .btn.farm-to-family-btn-top {
          background-color: rgba(142, 140, 138, 0.2) !important;
          padding-inline: 0;
          width: 100%;
          margin-bottom: 0; }
          .pcf-product .shopping-list-container form ul li .button:hover, .pcf-product .shopping-list-container form ul li .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:hover, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .pcf-product .shopping-list-container form ul li .btn.farm-to-family-btn-top:hover {
            background-color: rgba(142, 140, 138, 0.4) !important; }
        .pcf-product .shopping-list-container form ul li .creat-list-group div {
          gap: 5px; }
          .pcf-product .shopping-list-container form ul li .creat-list-group div #add-new-shopping-list-cancel,
          .pcf-product .shopping-list-container form ul li .creat-list-group div #add-new-shopping-list-confirm {
            padding: 10px; }
            .pcf-product .shopping-list-container form ul li .creat-list-group div #add-new-shopping-list-cancel:hover,
            .pcf-product .shopping-list-container form ul li .creat-list-group div #add-new-shopping-list-confirm:hover {
              color: #FFFFFF; }
    .pcf-product .shopping-list-container .rfq-button-container .add-to-quote {
      background-color: rgba(169, 173, 64, 0.4); }
      .pcf-product .shopping-list-container .rfq-button-container .add-to-quote:hover {
        background-color: #5f5954; }
  .pcf-product .pcf-breadcrumbs-small nav .breadcrumbs {
    display: block;
    padding: 0; }
  .pcf-product .pcf-breadcrumbs-large {
    display: none; }
    .pcf-product .pcf-breadcrumbs-large nav .breadcrumbs {
      width: fit-content;
      padding: 0; }
  .pcf-product .pcf-product-tag-container {
    width: 100%;
    display: flex;
    gap: 0.5em; }
    .pcf-product .pcf-product-tag-container .pcf-product-tags {
      width: fit-content;
      padding: 5px 10px;
      text-transform: uppercase;
      font-size: 0.9285714285714286em;
      font-weight: 500;
      line-height: 15.6px;
      border-radius: 2px;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
      color: black; }
      .pcf-product .pcf-product-tag-container .pcf-product-tags.local {
        background: #75a9b0; }
      .pcf-product .pcf-product-tag-container .pcf-product-tags.seasonal {
        background: #f6be6a; }
      .pcf-product .pcf-product-tag-container .pcf-product-tags.organic {
        background: #a9ae36; }
  .pcf-product .pcf-product-farm-link {
    margin-top: 2em; }
    .pcf-product .pcf-product-farm-link .pcf-farm-link {
      text-decoration: none;
      font-weight: 500;
      line-height: 20px;
      color: #5f5954; }
  .pcf-product .pcf-product-details .productView-brand {
    margin: 0 0 4px;
    line-height: normal; }
    .pcf-product .pcf-product-details .productView-brand a {
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      text-align: left;
      color: #5F5954; }
  .pcf-product .pcf-product-details .pcf-product-title {
    margin-top: 0; }
  .pcf-product .pcf-product-details .pcf-product-short-description {
    color: #5b5754;
    font-weight: 400;
    line-height: 20px; }
  .pcf-product .pcf-product-details .pcf-product-pricing-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3c3027; }
    .pcf-product .pcf-product-details .pcf-product-pricing-info .pcf-product-price {
      font-size: 1.15em;
      font-weight: 700;
      margin-bottom: 0;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
      .pcf-product .pcf-product-details .pcf-product-pricing-info .pcf-product-price span {
        font-size: 1.3em; }
    .pcf-product .pcf-product-details .pcf-product-pricing-info .pcf-product-sku {
      text-transform: uppercase;
      margin-bottom: 0;
      color: #3c3027;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
      .pcf-product .pcf-product-details .pcf-product-pricing-info .pcf-product-sku span {
        color: #777; }
  .pcf-product .pcf-product-details .pcf-product-lead-time {
    color: #b20062;
    line-height: 14px;
    font-weight: bold;
    margin-top: 5px; }
  .pcf-product .pcf-product-details .pcf-product-weight {
    margin-top: 5px;
    display: flex; }
    .pcf-product .pcf-product-details .pcf-product-weight span:last-child {
      margin-left: auto;
      font-size: .9em; }
  .pcf-product .pcf-product-details .pcf-product-delivery-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: row;
    background: #e4dbbc;
    color: #3c3027;
    padding: 10px 0;
    text-align: center; }
    .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window,
    .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-questions {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: column; }
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window .pcf-product-delivery-window-title,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window .pcf-product-delivery-questions-title,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-questions .pcf-product-delivery-window-title,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-questions .pcf-product-delivery-questions-title {
        margin-bottom: 8px;
        font-weight: 500;
        font-size: .875rem;
        line-height: 15.6px;
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window .pcf-product-delivery-window-text,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window .pcf-product-delivery-questions-text,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-questions .pcf-product-delivery-window-text,
      .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-questions .pcf-product-delivery-questions-text {
        color: #5b5754;
        font-size: .75rem;
        line-height: 15px;
        font-weight: 400;
        margin: 0 auto; }
    .pcf-product .pcf-product-details .pcf-product-delivery-container .pcf-product-delivery-window {
      border-right: 0.5px solid #3c3027;
      padding-right: 10px; }
  .pcf-product .pcf-product-add-to-cart-container {
    width: 100%;
    margin-top: 30px; }
    .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin: 0 2.5%; }
      .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments {
        border: 1px solid #aea7a1;
        width: 55%;
        margin-right: 25px;
        margin-bottom: 0;
        height: 40px;
        border-radius: 2px; }
        .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments .form-label {
          display: none; }
        .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments .form-increment {
          height: 100%;
          display: flex;
          justify-content: space-around;
          align-items: center;
          color: #aea7a1; }
          .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments .form-increment button,
          .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments .form-increment input {
            color: #5f5954;
            font-size: 14px; }
          .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments .form-increment button .icon {
            width: 12px;
            height: 12px; }
      .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-action {
        min-width: 0;
        width: 100%; }
        .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-action .button, .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-action .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top, .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-action .btn.farm-to-family-btn-top {
          margin-bottom: 0;
          border-radius: 2px;
          width: 100%; }
  .pcf-product .pcf-product-accordion--item {
    border-top: 1px solid #aea7a1; }
    .pcf-product .pcf-product-accordion--item .pcf-product-accordion-title {
      margin: 15px 0;
      font-size: 1rem;
      font-weight: 600;
      line-height: 30px;
      color: #5F5954;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
    .pcf-product .pcf-product-accordion--item svg {
      height: 16px;
      width: 16px; }
    .pcf-product .pcf-product-accordion--item:last-of-type {
      border-bottom: 1px solid #aea7a1; }
  .pcf-product .pcf-product-description {
    margin-top: 30px; }
    .pcf-product .pcf-product-description .pcf-product-description-heading {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-flow: row; }
      .pcf-product .pcf-product-description .pcf-product-description-heading:hover {
        cursor: pointer; }
      .pcf-product .pcf-product-description .pcf-product-description-heading span {
        font-size: 2em; }
    .pcf-product .pcf-product-description .pcf-product-description-text {
      color: #5b5754;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 20px; }
    .pcf-product .pcf-product-description:last-of-type {
      border-bottom: 1px solid #aea7a1; }
  .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-heading:hover {
      cursor: pointer; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-heading span {
      font-size: 2em; }
  .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info {
    border: 2px solid black;
    padding: 10px 10px 20px;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 30px; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info p {
      color: black;
      line-height: 14px;
      margin-top: 0;
      margin-bottom: 10px; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info span {
      float: right; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .nutritionFacts {
      font-size: 2rem;
      line-height: 20px; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .servingSize {
      font-size: 1.25rem;
      padding-bottom: 10px;
      border-bottom: 10px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .calories {
      font-size: 1.5rem;
      padding-bottom: 10px;
      border-bottom: 5px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .dailyValue {
      padding-bottom: 20px;
      border-bottom: 2px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .totalFat,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .transFat,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .fatCalories,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .sodium,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .dietaryFiber,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .addedSugar,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .vitaminA,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .vitaminC,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .vitaminD,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .calcium,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .iron {
      padding-bottom: 5px;
      border-bottom: 3px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .saturatedFat,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .cholesterol,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .totalCarbs,
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .sugars {
      padding-bottom: 5px;
      border-bottom: 2px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .protein {
      padding-bottom: 5px;
      border-bottom: 10px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .potassium {
      padding-bottom: 10px;
      border-bottom: 10px solid currentColor; }
    .pcf-product .pcf-product-nutrition-facts .pcf-product-nutrition-facts-info .dailyValueDefinition {
      font-size: 0.75rem;
      padding: 10px; }
  .pcf-product .pcf-product-family-cookbook-container {
    position: relative;
    scrollbar-color: #a5915c #efeeee; }
    .pcf-product .pcf-product-family-cookbook-container ::-webkit-scrollbar {
      height: 5px; }
    .pcf-product .pcf-product-family-cookbook-container ::-webkit-scrollbar-track {
      background: #efeeee; }
    .pcf-product .pcf-product-family-cookbook-container ::-webkit-scrollbar-thumb {
      background: #a5915c; }
    .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-heading {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-flow: row; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-heading:hover {
        cursor: pointer; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-heading span {
        font-size: 2em; }
    .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      gap: 3vw;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scroll-padding-inline: 1em;
      margin-bottom: 20px; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        width: 100%;
        max-width: 276px;
        text-decoration: none;
        color: #5b5754;
        scroll-snap-align: start; }
        .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card img {
          width: 100%;
          aspect-ratio: 276/173;
          object-fit: cover; }
        .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card .pcf-product-family-cookbook-card-body {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column; }
          .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card .pcf-product-family-cookbook-card-body p {
            width: 100%;
            text-align: left; }
          .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card .pcf-product-family-cookbook-card-body .pcf-product-family-cookbook-card-title {
            font-weight: 400;
            line-height: 20px;
            margin: 10px 0; }
          .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card .pcf-product-family-cookbook-card-body .pcf-product-family-cookbook-card-time {
            font-weight: 400;
            line-height: 20px;
            margin: 0 0 10px;
            font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
          .pcf-product .pcf-product-family-cookbook-container .pcf-product-family-cookbook-card-wrapper .pcf-product-family-cookbook-card .pcf-product-family-cookbook-card-body .pcf-product-family-cookbook-card-text {
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 15px;
            margin: 0 0 10px;
            font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
    .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container {
      display: none; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow,
      .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow {
        font-size: 2em;
        position: absolute;
        z-index: 2;
        top: 43%;
        color: #3c3027;
        background: #e4dbbc; }
        .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow:focus, .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow:active, .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow:focus-within, .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow:visited,
        .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow:focus,
        .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow:active,
        .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow:focus-within,
        .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow:visited {
          outline: none !important;
          -moz-outline-style: none !important; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-left-arrow {
        left: 0; }
      .pcf-product .pcf-product-family-cookbook-container .pcf-family-cookbook-card-arrow-container #pcf-family-cookbook-card-right-arrow {
        right: 0; }
  @media (min-width: 551px) {
    .pcf-product .shopping-list-container {
      width: auto; }
    .pcf-product .pcf-breadcrumbs-small nav .breadcrumbs {
      text-align: left; }
    .pcf-product .pcf-product-details .pcf-product-short-description {
      font-size: 1.2857142857142858em;
      line-height: 22px; } }
  @media (min-width: 801px) {
    .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper {
      margin: 0; }
      .pcf-product .pcf-product-add-to-cart-container .add-to-cart-wrapper .form-field--increments {
        height: 50px; } }
  @media (min-width: 801px) {
    .pcf-product {
      margin: 40px 0 70px; }
      .pcf-product .shopping-list-container {
        margin-top: 0; }
      .pcf-product .pcf-breadcrumbs-small {
        display: none; }
      .pcf-product .pcf-breadcrumbs-large {
        display: block; }
      .pcf-product .pcf-product-details-wrapper {
        display: grid;
        grid-template-columns: minmax(auto, 55%) minmax(auto, 45%); }
        .pcf-product .pcf-product-details-wrapper .pcf-product-image {
          margin: auto 0; } }
      @media (min-width: 801px) and (min-width: 801px) {
        .pcf-product .pcf-product-details-wrapper .pcf-product-image {
          margin: 0; } }
  @media (min-width: 801px) {
        .pcf-product .pcf-product-details-wrapper .pcf-product-details .pcf-product-delivery-container {
          width: 100%;
          left: 0;
          right: 0;
          margin: 0; } }
    @media (min-width: 801px) and (min-width: 801px) {
      .pcf-product .pcf-product-details-wrapper {
        gap: 40px; } }
    @media (min-width: 801px) and (min-width: 1261px) {
      .pcf-product .pcf-product-details-wrapper {
        grid-template-columns: minmax(auto, 60%) minmax(auto, 40%); } }

.pcf-farm {
  padding-top: 30px;
  margin-bottom: 50px; }
  .pcf-farm .pcf-farm-title {
    color: #3c3027;
    font-size: 0.7142857142857143em;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid #e4dbbc;
    width: fit-content;
    padding-bottom: 0.5em; }
  .pcf-farm .pcf-farm-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em; }
    .pcf-farm .pcf-farm-name h4, .pcf-farm .pcf-farm-name .h4 {
      margin: 20px 0 15px;
      font-size: 1.4285714285714286em;
      font-weight: 700;
      line-height: 28px;
      color: #3c3027; }
    .pcf-farm .pcf-farm-name .pcf-farm-name-divider {
      color: #a5915c; }
  .pcf-farm .pcf-farm-video-container .pcf-farm-video {
    margin-bottom: 15px; }
  .pcf-farm .pcf-farm-video-container .pcf-farm-title,
  .pcf-farm .pcf-farm-video-container .pcf-farm-name {
    display: none; }
  .pcf-farm .pcf-farm-video-container .pcf-farm-video-description {
    font-size: 0.8571428571428571em;
    line-height: 14px;
    font-weight: 400;
    color: #5f5954; }
  .pcf-farm .pcf-farm-related-products-container {
    scrollbar-color: #a5915c #efeeee; }
    .pcf-farm .pcf-farm-related-products-container ::-webkit-scrollbar {
      height: 5px; }
    .pcf-farm .pcf-farm-related-products-container ::-webkit-scrollbar-track {
      background: #efeeee; }
    .pcf-farm .pcf-farm-related-products-container ::-webkit-scrollbar-thumb {
      background: #a5915c; }
    .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-title {
      color: #5f5954;
      font-size: 1em;
      line-height: 16px;
      font-weight: 700; }
    .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      gap: 3vw;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-behavior: smooth;
      scroll-snap-type: inline mandatory;
      scroll-padding-inline: 1em;
      padding-bottom: 30px; }
      .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card {
        width: 160px;
        scroll-snap-align: start; }
        .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url {
          width: 100%;
          text-decoration: none; }
          .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url img {
            width: 100%;
            aspect-ratio: 1; }
          .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body {
            color: #5f5954;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-flow: column; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body p {
              margin: 2.5px 0; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-commodity {
              color: #615126;
              font-size: 0.8571428571428571em;
              line-height: 16px;
              font-weight: 400; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-name {
              line-height: 20px;
              font-weight: 600;
              min-height: 50px; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-pricing-info {
              width: 100%;
              display: flex;
              justify-content: space-between; }
              .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-pricing-info .pcf-farm-card-sku {
                font-size: 0.7142857142857143em;
                font-weight: 400;
                line-height: 18px; }
              .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-pricing-info .pcf-farm-card-price {
                font-size: 0.8571428571428571em;
                line-height: 16px;
                font-weight: 600; }
        .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .form {
          width: 100%; }
          .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .form .pcf-farm-related-products-add-to-cart-btn.btn {
            width: 100%;
            height: 35px;
            border-radius: 2px;
            text-decoration: none;
            border: none;
            color: #3c3027;
            background: #e4dbbc;
            text-transform: uppercase;
            font-size: 0.8571428571428571em;
            line-height: 20px;
            font-weight: 500;
            margin: 5px 0;
            padding: 0 2px;
            text-decoration: none;
            text-align: center;
            display: flex;
            justify-content: flex-end;
            align-items: center; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .form .pcf-farm-related-products-add-to-cart-btn.btn span {
              font-size: 3em;
              font-weight: 100;
              padding: 0 5px 0 15px; }
        .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .btn.btn-show-price {
          width: fit-content;
          font-size: 13px;
          line-height: 15px;
          font-weight: 500;
          color: #5f5954;
          text-transform: uppercase;
          display: flex;
          border-bottom: 1px solid #e4dbbc;
          text-decoration: none; }
  @media (min-width: 551px) {
    .pcf-farm .pcf-farm-title {
      font-size: 0.9285714285714286em;
      line-height: 15.6px; }
    .pcf-farm .pcf-farm-name h4, .pcf-farm .pcf-farm-name .h4 {
      font-size: 1.7142857142857142em;
      line-height: 30px; }
    .pcf-farm .pcf-farm-video-container .pcf-farm-video-description {
      font-size: 1em;
      line-height: 20px; }
    .pcf-farm .pcf-farm-related-products-container {
      position: relative; }
      .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-title {
        font-size: 1.2857142857142858em;
        line-height: 20px; }
      .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper {
        gap: 3vw; }
        .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card {
          width: 255px; }
          .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url {
            width: 100%;
            text-decoration: none; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url img {
              width: 100%;
              aspect-ratio: 1; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-name {
              font-size: 1.1428571428571428em; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-pricing-info .pcf-farm-card-sku {
              font-size: 0.7857142857142857em;
              line-height: 20px; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .pcf-farm-realted-products-url .pcf-farm-related-products-card-body .pcf-farm-card-pricing-info .pcf-farm-card-price {
              font-size: 1em;
              line-height: 20px; }
          .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .form .pcf-farm-related-products-add-to-cart-btn.btn {
            font-size: 1.1428571428571428em; }
            .pcf-farm .pcf-farm-related-products-container .pcf-farm-related-products-wrapper .pcf-farm-related-products-card .form .pcf-farm-related-products-add-to-cart-btn.btn span {
              font-size: 2.5em;
              padding: 0 5px 0 35px; } }
  .pcf-farm .related-products-arrow-container {
    display: none; }
    .pcf-farm .related-products-arrow-container #related-products-left-arrow,
    .pcf-farm .related-products-arrow-container #related-products-right-arrow {
      font-size: 2em;
      position: absolute;
      z-index: 2;
      top: 43%;
      color: #3c3027;
      background: #e4dbbc; }
      .pcf-farm .related-products-arrow-container #related-products-left-arrow:focus, .pcf-farm .related-products-arrow-container #related-products-left-arrow:active, .pcf-farm .related-products-arrow-container #related-products-left-arrow:focus-within, .pcf-farm .related-products-arrow-container #related-products-left-arrow:visited,
      .pcf-farm .related-products-arrow-container #related-products-right-arrow:focus,
      .pcf-farm .related-products-arrow-container #related-products-right-arrow:active,
      .pcf-farm .related-products-arrow-container #related-products-right-arrow:focus-within,
      .pcf-farm .related-products-arrow-container #related-products-right-arrow:visited {
        outline: none !important;
        -moz-outline-style: none !important; }
    .pcf-farm .related-products-arrow-container #related-products-left-arrow {
      left: 0%;
      display: none;
      padding-top: 8px; }
      .pcf-farm .related-products-arrow-container #related-products-left-arrow svg {
        transform: scaleX(-1); }
    .pcf-farm .related-products-arrow-container #related-products-right-arrow {
      right: 0;
      padding-top: 8px; }
  @media (min-width: 801px) {
    .pcf-farm {
      margin-bottom: 100px; }
      .pcf-farm .pcf-farm-title,
      .pcf-farm .pcf-farm-name {
        display: none; }
      .pcf-farm .pcf-farm-video-container {
        display: grid;
        grid-template-columns: 60% 40%;
        gap: 3vw; }
        .pcf-farm .pcf-farm-video-container .pcf-farm-video {
          margin-bottom: 0;
          height: 100%; }
        .pcf-farm .pcf-farm-video-container .pcf-farm-title {
          display: block;
          margin-top: 0;
          margin-bottom: 0.2rem; }
        .pcf-farm .pcf-farm-video-container .pcf-farm-name {
          display: flex; }
        .pcf-farm .pcf-farm-video-container .pcf-farm-video-description {
          padding-right: 20px; }
        .pcf-farm .pcf-farm-video-container .pcf-farm-related-products-container .pcf-farm-related-products-wrapper {
          gap: 1vw; } }
  @media (min-width: 1321px) {
    .pcf-farm .related-products-arrow-container {
      display: block; } }

.pcf-page-break {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
  display: none; }
  @media (min-width: 801px) {
    .pcf-page-break {
      display: block; } }

.pcf-similar-widget {
  padding-block: 30 !important; }
  .pcf-similar-widget .pcf-similar-heading {
    width: 100%; }
    .pcf-similar-widget .pcf-similar-heading .pcf-similar-products-title {
      font-size: 1.1428571428571428em;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 1px;
      text-align: left; }
      @media (min-width: 801px) {
        .pcf-similar-widget .pcf-similar-heading .pcf-similar-products-title {
          font-size: 1.5rem; } }
  .pcf-similar-widget .productCarousel .slick-arrow,
  .pcf-similar-widget .productCarousel .slick-dots {
    display: none !important; }
  .pcf-similar-widget .productCarousel .slick-list {
    scrollbar-color: #a5915c #efeeee; }
    .pcf-similar-widget .productCarousel .slick-list ::-webkit-scrollbar {
      height: 5px !important; }
    .pcf-similar-widget .productCarousel .slick-list ::-webkit-scrollbar-track {
      background: #efeeee; }
    .pcf-similar-widget .productCarousel .slick-list ::-webkit-scrollbar-thumb {
      background: #a5915c; }
    .pcf-similar-widget .productCarousel .slick-list .slick-track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: max-content;
      gap: 3vw;
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scroll-padding-inline: 1em;
      padding-bottom: 30px;
      margin-left: -3vw; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .slick-slide {
        padding: 0;
        display: flex;
        align-items: flex-end; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card {
        width: 100%;
        scroll-snap-align: start;
        margin: 0; }
        .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .card-figure .card-figure__link .card-img-container {
          height: 154px; }
        .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body {
          color: #5f5954;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: column; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body p {
            margin: 2.5px 0; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-commodity {
            color: #615126;
            font-size: 0.8571428571428571em;
            line-height: 16px;
            font-weight: 400; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-name {
            line-height: 20px;
            font-weight: 600;
            text-align: left;
            font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-custom-fields {
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-custom-fields .pcf-similar-products-sku {
              font-size: 0.7142857142857143em;
              font-weight: 400;
              line-height: 18px; }
            .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-custom-fields .pcf-similar-products-pack-size {
              font-size: 0.8571428571428571em;
              line-height: 16px;
              font-weight: 600; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .form {
            width: 100%; }
            .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .form .btn.btn-pcf-similar-products {
              width: 100%;
              height: 35px;
              border-radius: 2px;
              text-decoration: none;
              border: none;
              color: #3c3027;
              background: #e4dbbc;
              text-transform: uppercase;
              font-size: 0.8571428571428571em;
              line-height: 20px;
              font-weight: 500;
              margin: 5px 0;
              padding: 0 2px;
              text-decoration: none;
              text-align: center;
              padding: 0 0.5em 0 1.5em; }
              .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .form .btn.btn-pcf-similar-products span {
                font-size: 3em;
                font-weight: 100;
                float: right; }
          .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .btn.btn-show-price {
            width: fit-content;
            font-size: 0.6875em;
            line-height: 15px;
            font-weight: 500;
            color: #5f5954;
            text-transform: uppercase;
            display: flex;
            border-bottom: 1px solid #e4dbbc;
            text-decoration: none; }
    .pcf-similar-widget .productCarousel .slick-list .similar-products-arrow-container {
      display: none; }
    .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow,
    .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow {
      font-size: 2em;
      position: absolute;
      z-index: 2;
      top: 42.5%;
      color: #3c3027;
      background: #e4dbbc; }
      .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow:focus, .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow:active, .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow:focus-within, .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow:visited,
      .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow:focus,
      .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow:active,
      .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow:focus-within,
      .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow:visited {
        outline: none !important;
        -moz-outline-style: none !important; }
    .pcf-similar-widget .productCarousel .slick-list #similar-products-left-arrow {
      left: 0; }
    .pcf-similar-widget .productCarousel .slick-list #similar-products-right-arrow {
      right: 0; }
  @media (min-width: 551px) {
    .pcf-similar-widget .pcf-similar-products-title {
      font-size: 1.2857142857142858em;
      line-height: 20px; }
    .pcf-similar-widget .productCarousel .slick-list .slick-track .slick-slide {
      width: 255px !important;
      padding: 0; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .slick-slide:first-child {
        margin-left: 0; }
    .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card {
      width: 100%; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .card-figure {
        height: 255px; }
        .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .card-figure .card-figure__link {
          height: 100%; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-name {
        font-size: 1.1428571428571428em;
        height: 40px; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-custom-fields .pcf-similar-products-sku {
        font-size: 0.7857142857142857em;
        line-height: 20px; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .pcf-similar-products-custom-fields .pcf-similar-products-pack-size {
        font-size: 1em;
        line-height: 20px; }
      .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .form .btn.btn-pcf-similar-products {
        font-size: 1.1428571428571428em; }
        .pcf-similar-widget .productCarousel .slick-list .slick-track .pcf-similar-products-card .pcf-similar-products-card-body .form .btn.btn-pcf-similar-products span {
          font-size: 2.5em; } }
  @media (min-width: 801px) {
    .pcf-similar-widget .productCarousel .slick-list .slick-track {
      gap: 1vw; } }
  @media (min-width: 1310px) {
    .pcf-similar-widget .productCarousel .slick-list .similar-products-arrow-container {
      display: block; } }

/* Overrides for popular pick slider */
.pcf-similar-widget {
  margin: auto;
  align-items: flex-start;
  max-width: none; }
  .pcf-similar-widget ::-webkit-scrollbar {
    height: 5px; }
  .pcf-similar-widget ::-webkit-scrollbar-track {
    background: rgba(228, 219, 188, 0.3); }
  .pcf-similar-widget ::-webkit-scrollbar-thumb {
    background: rgba(228, 219, 188, 0.8); }
  .pcf-similar-widget .pcf-similar-wrapper {
    columns: revert;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -ms-scroll-snap-type: inline mandatory;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1em;
    scrollbar-color: rgba(228, 219, 188, 0.8) rgba(228, 219, 188, 0.3);
    scrollbar-width: thin; }
    .pcf-similar-widget .pcf-similar-wrapper .productGrid {
      flex-flow: nowrap !important; }
      .pcf-similar-widget .pcf-similar-wrapper .productGrid .product {
        width: 170px; }
        @media (min-width: 801px) {
          .pcf-similar-widget .pcf-similar-wrapper .productGrid .product {
            width: 225px; } }
        .pcf-similar-widget .pcf-similar-wrapper .productGrid .product:nth-child(n+5) {
          display: block !important; }

.category-page,
.brand-page,
.search-page,
.my-menu {
  margin-bottom: 0;
  /* /below-hero-container */
  /* /offcanvas-overlay */ }
  .category-page h4, .category-page .h4,
  .brand-page h4,
  .brand-page .h4,
  .search-page h4,
  .search-page .h4,
  .my-menu h4,
  .my-menu .h4 {
    line-height: .5rem; }
  .category-page .c008.bottom-cart-container,
  .brand-page .c008.bottom-cart-container,
  .search-page .c008.bottom-cart-container,
  .my-menu .c008.bottom-cart-container {
    left: 0;
    color: inherit;
    width: 100%;
    bottom: 94px !important;
    z-index: 1;
    position: fixed;
    transition: bottom .2s ease;
    background-color: #ebebeb; }
  .category-page .bottom-cart-container .bottom-cart-inner,
  .brand-page .bottom-cart-container .bottom-cart-inner,
  .search-page .bottom-cart-container .bottom-cart-inner,
  .my-menu .bottom-cart-container .bottom-cart-inner {
    padding: 0 !important; }
  .category-page .bottom-cart-container .bottom-cart-inner #to-top-button,
  .brand-page .bottom-cart-container .bottom-cart-inner #to-top-button,
  .search-page .bottom-cart-container .bottom-cart-inner #to-top-button,
  .my-menu .bottom-cart-container .bottom-cart-inner #to-top-button {
    right: 0px !important;
    z-index: 3; }
  .category-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
  .brand-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
  .search-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
  .my-menu .bottom-cart-container .bottom-cart-inner #jump-page-container {
    right: 54px !important; }
    @media (min-width: 551px) {
      .category-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .brand-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .search-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .my-menu .bottom-cart-container .bottom-cart-inner #jump-page-container {
        right: 94px !important; } }
    @media (min-width: 800px) {
      .category-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .brand-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .search-page .bottom-cart-container .bottom-cart-inner #jump-page-container,
      .my-menu .bottom-cart-container .bottom-cart-inner #jump-page-container {
        right: 145px !important; } }
  .category-page .category-hero-banner,
  .brand-page .category-hero-banner,
  .search-page .category-hero-banner,
  .my-menu .category-hero-banner {
    position: relative;
    margin-bottom: 100px;
    background-color: #3c3027; }
    .category-page .category-hero-banner img,
    .brand-page .category-hero-banner img,
    .search-page .category-hero-banner img,
    .my-menu .category-hero-banner img {
      height: 150px;
      object-fit: cover; }
    .category-page .category-hero-banner .desktop-breadcrumbs,
    .brand-page .category-hero-banner .desktop-breadcrumbs,
    .search-page .category-hero-banner .desktop-breadcrumbs,
    .my-menu .category-hero-banner .desktop-breadcrumbs {
      position: absolute;
      top: 0;
      left: 0; }
    .category-page .category-hero-banner .category-hero-description-text,
    .brand-page .category-hero-banner .category-hero-description-text,
    .search-page .category-hero-banner .category-hero-description-text,
    .my-menu .category-hero-banner .category-hero-description-text {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      .category-page .category-hero-banner .category-hero-description-text .page-heading,
      .brand-page .category-hero-banner .category-hero-description-text .page-heading,
      .search-page .category-hero-banner .category-hero-description-text .page-heading,
      .my-menu .category-hero-banner .category-hero-description-text .page-heading {
        margin-top: 20px;
        font-size: 28px; }
      .category-page .category-hero-banner .category-hero-description-text p,
      .brand-page .category-hero-banner .category-hero-description-text p,
      .search-page .category-hero-banner .category-hero-description-text p,
      .my-menu .category-hero-banner .category-hero-description-text p {
        font-size: 12px;
        line-height: 16px;
        color: white;
        margin-top: 0;
        width: 80vw; }
    @media (min-width: 551px) {
      .category-page .category-hero-banner img,
      .brand-page .category-hero-banner img,
      .search-page .category-hero-banner img,
      .my-menu .category-hero-banner img {
        height: 250px; }
      .category-page .category-hero-banner .category-hero-description-text .page-heading,
      .brand-page .category-hero-banner .category-hero-description-text .page-heading,
      .search-page .category-hero-banner .category-hero-description-text .page-heading,
      .my-menu .category-hero-banner .category-hero-description-text .page-heading {
        font-size: 42px; }
      .category-page .category-hero-banner .category-hero-description-text p,
      .brand-page .category-hero-banner .category-hero-description-text p,
      .search-page .category-hero-banner .category-hero-description-text p,
      .my-menu .category-hero-banner .category-hero-description-text p {
        font-size: 18px;
        line-height: 30px; } }
    @media (min-width: 801px) {
      .category-page .category-hero-banner img,
      .brand-page .category-hero-banner img,
      .search-page .category-hero-banner img,
      .my-menu .category-hero-banner img {
        height: 250px;
        aspect-ratio: 1440/421;
        object-fit: cover;
        width: 100%; } }
  .category-page .card-figcaption-body,
  .brand-page .card-figcaption-body,
  .search-page .card-figcaption-body,
  .my-menu .card-figcaption-body {
    display: none; }
  .category-page [data-test-info-type="productRating"],
  .brand-page [data-test-info-type="productRating"],
  .search-page [data-test-info-type="productRating"],
  .my-menu [data-test-info-type="productRating"] {
    display: none; }
  .category-page .page-sidebar + .page-content,
  .brand-page .page-sidebar + .page-content,
  .search-page .page-sidebar + .page-content,
  .my-menu .page-sidebar + .page-content {
    float: none; }
  .category-page .category-header-image,
  .brand-page .category-header-image,
  .search-page .category-header-image,
  .my-menu .category-header-image {
    width: 100%; }
  .category-page .page,
  .brand-page .page,
  .search-page .page,
  .my-menu .page {
    position: relative; }
  .category-page .modalList,
  .brand-page .modalList,
  .search-page .modalList,
  .my-menu .modalList {
    display: none; }
  .category-page .desktop-breadcrumbs,
  .brand-page .desktop-breadcrumbs,
  .search-page .desktop-breadcrumbs,
  .my-menu .desktop-breadcrumbs {
    z-index: 1;
    position: relative; }
  .category-page .breadcrumbs,
  .brand-page .breadcrumbs,
  .search-page .breadcrumbs,
  .my-menu .breadcrumbs {
    text-align: left;
    margin: 40px 45px; }
    .category-page .breadcrumbs .breadcrumb,
    .brand-page .breadcrumbs .breadcrumb,
    .search-page .breadcrumbs .breadcrumb,
    .my-menu .breadcrumbs .breadcrumb {
      display: inline-block;
      float: none;
      margin-right: 0.25rem;
      font-style: normal;
      font-weight: normal;
      font-size: 0.625rem;
      line-height: 0.9375rem;
      text-align: center; }
      .category-page .breadcrumbs .breadcrumb .breadcrumb-label,
      .brand-page .breadcrumbs .breadcrumb .breadcrumb-label,
      .search-page .breadcrumbs .breadcrumb .breadcrumb-label,
      .my-menu .breadcrumbs .breadcrumb .breadcrumb-label {
        font-weight: normal;
        color: #fff; }
      .category-page .breadcrumbs .breadcrumb:not(:first-child)::before,
      .brand-page .breadcrumbs .breadcrumb:not(:first-child)::before,
      .search-page .breadcrumbs .breadcrumb:not(:first-child)::before,
      .my-menu .breadcrumbs .breadcrumb:not(:first-child)::before {
        border-right-color: #fff; }
  .category-page .category-hero,
  .brand-page .category-hero,
  .search-page .category-hero,
  .my-menu .category-hero {
    top: -5rem;
    position: relative;
    background-color: #3B2F27;
    margin: -1rem; }
    .category-page .category-hero > div,
    .brand-page .category-hero > div,
    .search-page .category-hero > div,
    .my-menu .category-hero > div {
      height: 421px;
      min-height: 233px;
      padding: 0;
      margin: 0;
      background-repeat: no-repeat;
      background-size: cover; }
  .category-page h1.page-heading, .category-page .page-heading.h1,
  .brand-page h1.page-heading,
  .brand-page .page-heading.h1,
  .search-page h1.page-heading,
  .search-page .page-heading.h1,
  .my-menu h1.page-heading,
  .my-menu .page-heading.h1 {
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 40px;
    text-transform: uppercase; }
    .category-page h1.page-heading:not(.standard), .category-page .page-heading.h1:not(.standard),
    .brand-page h1.page-heading:not(.standard),
    .brand-page .page-heading.h1:not(.standard),
    .search-page h1.page-heading:not(.standard),
    .search-page .page-heading.h1:not(.standard),
    .my-menu h1.page-heading:not(.standard),
    .my-menu .page-heading.h1:not(.standard) {
      color: #ffff;
      margin: 0; }
  .category-page .category-hero-text,
  .brand-page .category-hero-text,
  .search-page .category-hero-text,
  .my-menu .category-hero-text {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    top: 156px;
    position: relative; }
  .category-page .category-desc,
  .brand-page .category-desc,
  .search-page .category-desc,
  .my-menu .category-desc {
    margin: 0;
    font-family: Helvetica Neue;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: none;
    margin-top: 10px;
    color: #ffff; }
  .category-page .hiddenDates,
  .brand-page .hiddenDates,
  .search-page .hiddenDates,
  .my-menu .hiddenDates {
    display: none; }
  .category-page .below-hero-container,
  .brand-page .below-hero-container,
  .search-page .below-hero-container,
  .my-menu .below-hero-container {
    border-bottom: 1px solid #aea7a1;
    padding: 0 0 10px 0;
    margin-top: -4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 801px) {
      .category-page .below-hero-container,
      .brand-page .below-hero-container,
      .search-page .below-hero-container,
      .my-menu .below-hero-container {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row; } }
    .category-page .below-hero-container .delivery-window-picker,
    .brand-page .below-hero-container .delivery-window-picker,
    .search-page .below-hero-container .delivery-window-picker,
    .my-menu .below-hero-container .delivery-window-picker {
      display: flex;
      align-items: center;
      width: 100%; }
      .category-page .below-hero-container .delivery-window-picker span,
      .brand-page .below-hero-container .delivery-window-picker span,
      .search-page .below-hero-container .delivery-window-picker span,
      .my-menu .below-hero-container .delivery-window-picker span {
        font: 500 13px/16px "Metropolis-Medium";
        font-style: normal;
        width: 100%;
        text-transform: capitalize;
        color: #3c3027;
        display: flex;
        align-items: center; }
        .category-page .below-hero-container .delivery-window-picker span p,
        .brand-page .below-hero-container .delivery-window-picker span p,
        .search-page .below-hero-container .delivery-window-picker span p,
        .my-menu .below-hero-container .delivery-window-picker span p {
          margin-bottom: 0;
          display: none; }
        .category-page .below-hero-container .delivery-window-picker span .date-picker,
        .category-page .below-hero-container .delivery-window-picker span .time-picker,
        .brand-page .below-hero-container .delivery-window-picker span .date-picker,
        .brand-page .below-hero-container .delivery-window-picker span .time-picker,
        .search-page .below-hero-container .delivery-window-picker span .date-picker,
        .search-page .below-hero-container .delivery-window-picker span .time-picker,
        .my-menu .below-hero-container .delivery-window-picker span .date-picker,
        .my-menu .below-hero-container .delivery-window-picker span .time-picker {
          margin: 0; }
          .category-page .below-hero-container .delivery-window-picker span .date-picker + img,
          .category-page .below-hero-container .delivery-window-picker span .time-picker + img,
          .brand-page .below-hero-container .delivery-window-picker span .date-picker + img,
          .brand-page .below-hero-container .delivery-window-picker span .time-picker + img,
          .search-page .below-hero-container .delivery-window-picker span .date-picker + img,
          .search-page .below-hero-container .delivery-window-picker span .time-picker + img,
          .my-menu .below-hero-container .delivery-window-picker span .date-picker + img,
          .my-menu .below-hero-container .delivery-window-picker span .time-picker + img {
            top: 15px; }
        @media (min-width: 801px) {
          .category-page .below-hero-container .delivery-window-picker span,
          .brand-page .below-hero-container .delivery-window-picker span,
          .search-page .below-hero-container .delivery-window-picker span,
          .my-menu .below-hero-container .delivery-window-picker span {
            margin-bottom: 20px; }
            .category-page .below-hero-container .delivery-window-picker span p,
            .brand-page .below-hero-container .delivery-window-picker span p,
            .search-page .below-hero-container .delivery-window-picker span p,
            .my-menu .below-hero-container .delivery-window-picker span p {
              display: block;
              width: 120px;
              flex-shrink: 0; }
            .category-page .below-hero-container .delivery-window-picker span .date-picker-wrapper,
            .category-page .below-hero-container .delivery-window-picker span .time-picker-wrapper,
            .brand-page .below-hero-container .delivery-window-picker span .date-picker-wrapper,
            .brand-page .below-hero-container .delivery-window-picker span .time-picker-wrapper,
            .search-page .below-hero-container .delivery-window-picker span .date-picker-wrapper,
            .search-page .below-hero-container .delivery-window-picker span .time-picker-wrapper,
            .my-menu .below-hero-container .delivery-window-picker span .date-picker-wrapper,
            .my-menu .below-hero-container .delivery-window-picker span .time-picker-wrapper {
              width: 200px; }
              .category-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #date_picker,
              .category-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #time_picker,
              .category-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #date_picker,
              .category-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #time_picker,
              .brand-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #date_picker,
              .brand-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #time_picker,
              .brand-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #date_picker,
              .brand-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #time_picker,
              .search-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #date_picker,
              .search-page .below-hero-container .delivery-window-picker span .date-picker-wrapper #time_picker,
              .search-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #date_picker,
              .search-page .below-hero-container .delivery-window-picker span .time-picker-wrapper #time_picker,
              .my-menu .below-hero-container .delivery-window-picker span .date-picker-wrapper #date_picker,
              .my-menu .below-hero-container .delivery-window-picker span .date-picker-wrapper #time_picker,
              .my-menu .below-hero-container .delivery-window-picker span .time-picker-wrapper #date_picker,
              .my-menu .below-hero-container .delivery-window-picker span .time-picker-wrapper #time_picker {
                min-width: auto; } }
    .category-page .below-hero-container .mobile-filters,
    .brand-page .below-hero-container .mobile-filters,
    .search-page .below-hero-container .mobile-filters,
    .my-menu .below-hero-container .mobile-filters {
      background: #E4DBBC;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0 20px 0;
      font-size: .75rem;
      line-height: 14px;
      letter-spacing: 0.5px;
      text-transform: capitalize;
      color: #000000;
      position: relative;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
      @media (min-width: 801px) {
        .category-page .below-hero-container .mobile-filters,
        .brand-page .below-hero-container .mobile-filters,
        .search-page .below-hero-container .mobile-filters,
        .my-menu .below-hero-container .mobile-filters {
          display: none; } }
      .category-page .below-hero-container .mobile-filters a i svg,
      .brand-page .below-hero-container .mobile-filters a i svg,
      .search-page .below-hero-container .mobile-filters a i svg,
      .my-menu .below-hero-container .mobile-filters a i svg {
        display: block; }
      .category-page .below-hero-container .mobile-filters svg,
      .brand-page .below-hero-container .mobile-filters svg,
      .search-page .below-hero-container .mobile-filters svg,
      .my-menu .below-hero-container .mobile-filters svg {
        display: none; }
    .category-page .below-hero-container .mobile-filters .icon,
    .brand-page .below-hero-container .mobile-filters .icon,
    .search-page .below-hero-container .mobile-filters .icon,
    .my-menu .below-hero-container .mobile-filters .icon {
      margin-right: 5px; }
      .category-page .below-hero-container .mobile-filters .icon svg,
      .brand-page .below-hero-container .mobile-filters .icon svg,
      .search-page .below-hero-container .mobile-filters .icon svg,
      .my-menu .below-hero-container .mobile-filters .icon svg {
        width: 20px;
        height: 20px; }
    .category-page .below-hero-container #total-products,
    .brand-page .below-hero-container #total-products,
    .search-page .below-hero-container #total-products,
    .my-menu .below-hero-container #total-products {
      display: none; }
      @media (min-width: 801px) {
        .category-page .below-hero-container #total-products,
        .brand-page .below-hero-container #total-products,
        .search-page .below-hero-container #total-products,
        .my-menu .below-hero-container #total-products {
          font-weight: 500;
          font-size: 12px;
          line-height: 14px;
          text-transform: capitalize;
          color: #5b5754;
          display: block;
          align-self: end;
          width: 150px;
          text-align: right; } }
  .category-page #offcanvas-overlay .filterOptionsModal .mobile-filters.uk-icon.uk-offcanvas-close,
  .brand-page #offcanvas-overlay .filterOptionsModal .mobile-filters.uk-icon.uk-offcanvas-close,
  .search-page #offcanvas-overlay .filterOptionsModal .mobile-filters.uk-icon.uk-offcanvas-close,
  .my-menu #offcanvas-overlay .filterOptionsModal .mobile-filters.uk-icon.uk-offcanvas-close {
    max-width: none;
    left: 0;
    position: relative;
    right: 0;
    width: 100%;
    margin: 18px auto 0; }
  .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field,
  .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field,
  .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field,
  .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
    .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
    .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
    .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg {
      width: 22px;
      height: 22px;
      position: relative;
      top: 30%;
      right: 0;
      left: -1rem;
      display: block; }
      @media (min-width: 551px) {
        .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
        .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
        .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg,
        .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-field svg {
          left: -2rem; } }
  .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
  .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
  .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
  .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input {
    margin-right: -1rem; }
    @media (min-width: 551px) {
      .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
      .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
      .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input,
      .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter .form-input {
        margin-right: 0; } }
  .category-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter svg,
  .brand-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter svg,
  .search-page #offcanvas-overlay .filterOptionsModal #quickSearch--filter svg,
  .my-menu #offcanvas-overlay .filterOptionsModal #quickSearch--filter svg {
    display: none; }
  .category-page #faceted-search-container.page-sidebar .facetedSearch-refineFilters.sidebarBlock,
  .category-page #faceted-search-container.page-sidebar .facetedSearch-toggle,
  .category-page #faceted-search-container.page-sidebar #facetedSearch-navList.facetedSearch-navList,
  .brand-page #faceted-search-container.page-sidebar .facetedSearch-refineFilters.sidebarBlock,
  .brand-page #faceted-search-container.page-sidebar .facetedSearch-toggle,
  .brand-page #faceted-search-container.page-sidebar #facetedSearch-navList.facetedSearch-navList,
  .search-page #faceted-search-container.page-sidebar .facetedSearch-refineFilters.sidebarBlock,
  .search-page #faceted-search-container.page-sidebar .facetedSearch-toggle,
  .search-page #faceted-search-container.page-sidebar #facetedSearch-navList.facetedSearch-navList,
  .my-menu #faceted-search-container.page-sidebar .facetedSearch-refineFilters.sidebarBlock,
  .my-menu #faceted-search-container.page-sidebar .facetedSearch-toggle,
  .my-menu #faceted-search-container.page-sidebar #facetedSearch-navList.facetedSearch-navList {
    display: none !important; }
  .category-page .navPages-item,
  .brand-page .navPages-item,
  .search-page .navPages-item,
  .my-menu .navPages-item {
    display: flex;
    visibility: visible; }
  .category-page #product-listing-container,
  .brand-page #product-listing-container,
  .search-page #product-listing-container,
  .my-menu #product-listing-container {
    width: 100%;
    padding: 0;
    /* /action-bar */
    /* list view */ }
    .category-page #product-listing-container .actionBar,
    .brand-page #product-listing-container .actionBar,
    .search-page #product-listing-container .actionBar,
    .my-menu #product-listing-container .actionBar {
      padding-top: 28px 0 0 0;
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: space-between; }
      .category-page #product-listing-container .actionBar > div,
      .brand-page #product-listing-container .actionBar > div,
      .search-page #product-listing-container .actionBar > div,
      .my-menu #product-listing-container .actionBar > div {
        width: 100%; }
        .category-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
        .brand-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
        .search-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
        .my-menu #product-listing-container .actionBar > div .mobile-total-products#total-products {
          display: flex;
          height: 38px;
          align-items: center; }
          @media (min-width: 801px) {
            .category-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
            .brand-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
            .search-page #product-listing-container .actionBar > div .mobile-total-products#total-products,
            .my-menu #product-listing-container .actionBar > div .mobile-total-products#total-products {
              display: none; } }
        @media (min-width: 1261px) {
          .category-page #product-listing-container .actionBar > div,
          .brand-page #product-listing-container .actionBar > div,
          .search-page #product-listing-container .actionBar > div,
          .my-menu #product-listing-container .actionBar > div {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end; } }
        .category-page #product-listing-container .actionBar > div .actionBar-section,
        .brand-page #product-listing-container .actionBar > div .actionBar-section,
        .search-page #product-listing-container .actionBar > div .actionBar-section,
        .my-menu #product-listing-container .actionBar > div .actionBar-section {
          float: right;
          display: flex;
          align-items: center; }
          .category-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
          .brand-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
          .search-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
          .my-menu #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"] {
            display: none; }
            @media (min-width: 801px) {
              .category-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
              .brand-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
              .search-page #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"],
              .my-menu #product-listing-container .actionBar > div .actionBar-section .form-label[for="sort"] {
                display: block; } }
          @media (min-width: 1261px) {
            .category-page #product-listing-container .actionBar > div .actionBar-section,
            .brand-page #product-listing-container .actionBar > div .actionBar-section,
            .search-page #product-listing-container .actionBar > div .actionBar-section,
            .my-menu #product-listing-container .actionBar > div .actionBar-section {
              margin-left: auto;
              align-self: flex-end; } }
        .category-page #product-listing-container .actionBar > div .layout,
        .brand-page #product-listing-container .actionBar > div .layout,
        .search-page #product-listing-container .actionBar > div .layout,
        .my-menu #product-listing-container .actionBar > div .layout {
          display: flex;
          float: right; }
          @media (min-width: 551px) {
            .category-page #product-listing-container .actionBar > div .layout,
            .brand-page #product-listing-container .actionBar > div .layout,
            .search-page #product-listing-container .actionBar > div .layout,
            .my-menu #product-listing-container .actionBar > div .layout {
              margin-left: 20px; } }
          @media (min-width: 1261px) {
            .category-page #product-listing-container .actionBar > div .layout,
            .brand-page #product-listing-container .actionBar > div .layout,
            .search-page #product-listing-container .actionBar > div .layout,
            .my-menu #product-listing-container .actionBar > div .layout {
              align-items: flex-end; } }
          .category-page #product-listing-container .actionBar > div .layout > div,
          .brand-page #product-listing-container .actionBar > div .layout > div,
          .search-page #product-listing-container .actionBar > div .layout > div,
          .my-menu #product-listing-container .actionBar > div .layout > div {
            border: 1px solid #3c3027;
            padding: 7.13px;
            opacity: 45%; }
            .category-page #product-listing-container .actionBar > div .layout > div.is-active,
            .brand-page #product-listing-container .actionBar > div .layout > div.is-active,
            .search-page #product-listing-container .actionBar > div .layout > div.is-active,
            .my-menu #product-listing-container .actionBar > div .layout > div.is-active {
              opacity: 100%; }
            .category-page #product-listing-container .actionBar > div .layout > div:first-child,
            .brand-page #product-listing-container .actionBar > div .layout > div:first-child,
            .search-page #product-listing-container .actionBar > div .layout > div:first-child,
            .my-menu #product-listing-container .actionBar > div .layout > div:first-child {
              border-right: none; }
        .category-page #product-listing-container .actionBar > div .form-field,
        .brand-page #product-listing-container .actionBar > div .form-field,
        .search-page #product-listing-container .actionBar > div .form-field,
        .my-menu #product-listing-container .actionBar > div .form-field {
          margin-bottom: 0;
          border: none; }
        .category-page #product-listing-container .actionBar > div .form-label[for="sort"],
        .brand-page #product-listing-container .actionBar > div .form-label[for="sort"],
        .search-page #product-listing-container .actionBar > div .form-label[for="sort"],
        .my-menu #product-listing-container .actionBar > div .form-label[for="sort"] {
          text-transform: uppercase;
          font-family: "Metropolis-Medium";
          font-weight: 500;
          font-size: 13px;
          line-height: 16px;
          color: #3c3027;
          margin-right: 12px; }
        .category-page #product-listing-container .actionBar > div .form-select,
        .brand-page #product-listing-container .actionBar > div .form-select,
        .search-page #product-listing-container .actionBar > div .form-select,
        .my-menu #product-listing-container .actionBar > div .form-select {
          border: 1px solid #3c3027;
          margin: auto;
          float: none;
          height: 38.12933349609375px;
          border-radius: 2px;
          color: #5f5954;
          font-family: "Metropolis-Medium";
          font-weight: 500;
          font-size: 14px;
          line-height: 18px;
          padding-left: 14px; }
        .category-page #product-listing-container .actionBar > div .filters,
        .brand-page #product-listing-container .actionBar > div .filters,
        .search-page #product-listing-container .actionBar > div .filters,
        .my-menu #product-listing-container .actionBar > div .filters {
          display: none;
          width: min-content;
          max-width: 100%;
          overflow-x: auto;
          overflow-y: hidden;
          /* Hide scrollbar for IE, Edge and Firefox */
          -ms-overflow-style: none;
          /* IE and Edge */
          scrollbar-width: none;
          /* Firefox */
          /* Hide scrollbar for Chrome, Safari and Opera */ }
          @media (min-width: 801px) {
            .category-page #product-listing-container .actionBar > div .filters,
            .brand-page #product-listing-container .actionBar > div .filters,
            .search-page #product-listing-container .actionBar > div .filters,
            .my-menu #product-listing-container .actionBar > div .filters {
              display: block; } }
          .category-page #product-listing-container .actionBar > div .filters::-webkit-scrollbar,
          .brand-page #product-listing-container .actionBar > div .filters::-webkit-scrollbar,
          .search-page #product-listing-container .actionBar > div .filters::-webkit-scrollbar,
          .my-menu #product-listing-container .actionBar > div .filters::-webkit-scrollbar {
            display: none; }
          .category-page #product-listing-container .actionBar > div .filters > span,
          .brand-page #product-listing-container .actionBar > div .filters > span,
          .search-page #product-listing-container .actionBar > div .filters > span,
          .my-menu #product-listing-container .actionBar > div .filters > span {
            text-transform: uppercase;
            font-family: "Metropolis-Medium";
            font-weight: 500;
            font-size: 13px;
            line-height: 16px;
            color: #3c3027; }
          .category-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper,
          .brand-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper,
          .search-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper,
          .my-menu #product-listing-container .actionBar > div .filters #popular_filters_wrapper {
            display: flex;
            margin-top: 12px;
            width: min-content; }
            .category-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button,
            .brand-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button,
            .search-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button,
            .my-menu #product-listing-container .actionBar > div .filters #popular_filters_wrapper button {
              margin-right: 10px;
              background: #f4f1e4;
              border-radius: 2px;
              text-transform: uppercase;
              font-family: Metropolis-Medium;
              font-weight: 500;
              font-size: 13px;
              color: #3c3027;
              padding: 0.2rem 2.5rem;
              display: flex;
              align-items: center; }
              .category-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button i.icon,
              .brand-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button i.icon,
              .search-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button i.icon,
              .my-menu #product-listing-container .actionBar > div .filters #popular_filters_wrapper button i.icon {
                margin-right: 5px; }
              .category-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button span,
              .brand-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button span,
              .search-page #product-listing-container .actionBar > div .filters #popular_filters_wrapper button span,
              .my-menu #product-listing-container .actionBar > div .filters #popular_filters_wrapper button span {
                white-space: nowrap; }
    .category-page #product-listing-container .plpForm,
    .brand-page #product-listing-container .plpForm,
    .search-page #product-listing-container .plpForm,
    .my-menu #product-listing-container .plpForm {
      padding-right: 0;
      padding-left: 0; }
      .category-page #product-listing-container .plpForm .listItem-actions,
      .brand-page #product-listing-container .plpForm .listItem-actions,
      .search-page #product-listing-container .plpForm .listItem-actions,
      .my-menu #product-listing-container .plpForm .listItem-actions {
        display: none; }
    .category-page #product-listing-container .layout,
    .brand-page #product-listing-container .layout,
    .search-page #product-listing-container .layout,
    .my-menu #product-listing-container .layout {
      cursor: pointer; }
    .category-page #product-listing-container .productGrid,
    .brand-page #product-listing-container .productGrid,
    .search-page #product-listing-container .productGrid,
    .my-menu #product-listing-container .productGrid {
      margin: auto;
      max-width: 100%;
      display: none;
      flex-wrap: wrap;
      grid-row-gap: 47px;
      align-items: end;
      justify-content: center;
      width: 100%;
      padding: 0; }
      .category-page #product-listing-container .productGrid[data-list-name="Quick Search Results"],
      .brand-page #product-listing-container .productGrid[data-list-name="Quick Search Results"],
      .search-page #product-listing-container .productGrid[data-list-name="Quick Search Results"],
      .my-menu #product-listing-container .productGrid[data-list-name="Quick Search Results"] {
        display: block; }
      .category-page #product-listing-container .productGrid.selected_plp,
      .brand-page #product-listing-container .productGrid.selected_plp,
      .search-page #product-listing-container .productGrid.selected_plp,
      .my-menu #product-listing-container .productGrid.selected_plp {
        margin: auto;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-row-gap: 64px;
        align-items: end;
        padding-left: 0; }
      .category-page #product-listing-container .productGrid .product,
      .brand-page #product-listing-container .productGrid .product,
      .search-page #product-listing-container .productGrid .product,
      .my-menu #product-listing-container .productGrid .product {
        width: 50%;
        padding: 0 5px; }
        @media (min-width: 551px) {
          .category-page #product-listing-container .productGrid .product,
          .brand-page #product-listing-container .productGrid .product,
          .search-page #product-listing-container .productGrid .product,
          .my-menu #product-listing-container .productGrid .product {
            width: 33%; } }
        @media (min-width: 801px) {
          .category-page #product-listing-container .productGrid .product,
          .brand-page #product-listing-container .productGrid .product,
          .search-page #product-listing-container .productGrid .product,
          .my-menu #product-listing-container .productGrid .product {
            width: 25%; } }
        @media (min-width: 1261px) {
          .category-page #product-listing-container .productGrid .product,
          .brand-page #product-listing-container .productGrid .product,
          .search-page #product-listing-container .productGrid .product,
          .my-menu #product-listing-container .productGrid .product {
            width: 210px;
            padding: 0 .33rem; } }
    .category-page #product-listing-container .plp-list-view .productList,
    .brand-page #product-listing-container .plp-list-view .productList,
    .search-page #product-listing-container .plp-list-view .productList,
    .my-menu #product-listing-container .plp-list-view .productList {
      display: none;
      font-size: .7rem; }
      .category-page #product-listing-container .plp-list-view .productList.selected_plp,
      .brand-page #product-listing-container .plp-list-view .productList.selected_plp,
      .search-page #product-listing-container .plp-list-view .productList.selected_plp,
      .my-menu #product-listing-container .plp-list-view .productList.selected_plp {
        margin: auto;
        display: table; }
      .category-page #product-listing-container .plp-list-view .productList.productListTable,
      .brand-page #product-listing-container .plp-list-view .productList.productListTable,
      .search-page #product-listing-container .plp-list-view .productList.productListTable,
      .my-menu #product-listing-container .plp-list-view .productList.productListTable {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse; }
        .category-page #product-listing-container .plp-list-view .productList.productListTable thead,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable thead,
        .search-page #product-listing-container .plp-list-view .productList.productListTable thead,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable thead {
          width: 100%;
          border-bottom: 0.5px solid #3c3027 !important;
          padding-bottom: 0.8rem; }
          .category-page #product-listing-container .plp-list-view .productList.productListTable thead tr,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable thead tr,
          .search-page #product-listing-container .plp-list-view .productList.productListTable thead tr,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable thead tr {
            width: 100%; }
            .category-page #product-listing-container .plp-list-view .productList.productListTable thead tr th,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable thead tr th,
            .search-page #product-listing-container .plp-list-view .productList.productListTable thead tr th,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable thead tr th {
              font-weight: normal;
              overflow: hidden;
              word-break: normal; }
              .category-page #product-listing-container .plp-list-view .productList.productListTable thead tr th:nth-child(2),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable thead tr th:nth-child(2),
              .search-page #product-listing-container .plp-list-view .productList.productListTable thead tr th:nth-child(2),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable thead tr th:nth-child(2) {
                text-align: left; }
        @media (min-width: 551px) {
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr,
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr {
            display: table;
            margin: 0; } }
        .category-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title,
        .search-page #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.featured .listItem-title {
          position: relative; }
        .category-page #product-listing-container .plp-list-view .productList.productListTable tr.featured.ad .listItem-title::before,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable tr.featured.ad .listItem-title::before,
        .search-page #product-listing-container .plp-list-view .productList.productListTable tr.featured.ad .listItem-title::before,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable tr.featured.ad .listItem-title::before {
          top: 20px; }
        .category-page #product-listing-container .plp-list-view .productList.productListTable tr th,
        .category-page #product-listing-container .plp-list-view .productList.productListTable tr td,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td,
        .search-page #product-listing-container .plp-list-view .productList.productListTable tr th,
        .search-page #product-listing-container .plp-list-view .productList.productListTable tr td,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td {
          padding: 20px 0 10px 0;
          border-bottom: 1px solid #777;
          font-size: .6rem; }
          @media (min-width: 551px) {
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td {
              font-size: .75rem; }
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr thtd,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr tdtd,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr thtd,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr tdtd,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr thtd,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr tdtd,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr thtd,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr tdtd {
                padding: 30px 0 20px 0; } }
          @media (min-width: 801px) {
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td {
              font-size: 1rem; } }
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:first-child {
            width: 0; }
            @media (min-width: 551px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:first-child,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:first-child,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:first-child {
                width: 84px; } }
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) {
            width: auto; }
            @media (min-width: 551px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) {
                padding-left: 20px; } }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title {
              font-style: normal; }
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a {
                font-size: .65rem;
                font-weight: normal; }
                @media (min-width: 551px) {
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a {
                    font-size: .75rem; } }
                @media (min-width: 801px) {
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a {
                    font-size: .9rem; } }
                @media (min-width: 1261px) {
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(2) .listItem-title a,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(2) .listItem-title a {
                    font-size: 1rem; } }
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3), .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) {
            display: none;
            text-align: center;
            line-height: .8rem; }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) p, .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) p,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) p,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) p,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) p,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) p,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) p,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) p,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) p,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) p,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) p,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) p,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) p,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) p,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) p,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) p {
              margin: 0; }
            @media (min-width: 1261px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3), .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) {
                width: 125px;
                display: table-cell; } }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name, .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name {
              margin-bottom: 0;
              color: black;
              text-transform: uppercase; }
              @media (min-width: 801px) {
                .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name, .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
                .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
                .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(3) .card-farm-name,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(4) .card-farm-name,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(3) .card-farm-name,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(4) .card-farm-name {
                  font-size: .75rem; } }
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) {
            width: 60px; }
            @media (min-width: 551px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) {
                width: 75px; } }
            @media (min-width: 801px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) {
                width: 100px; } }
            @media (min-width: 1261px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) {
                width: 150px !important; } }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price {
              text-align: center;
              word-wrap: break-word; }
              @media (min-width: 801px) {
                .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
                .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
                .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
                .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price,
                .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price {
                  font-size: 1rem;
                  word-wrap: normal; } }
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price .price-section .product-sku,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price .price-section .product-sku,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price .price-section .product-sku,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price .price-section .product-sku,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price .price-section .product-sku,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price .price-section .product-sku,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .listItem-price .price-section .product-sku,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .listItem-price .price-section .product-sku {
                display: none; }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .is-not-logged-in,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .is-not-logged-in,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .is-not-logged-in,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .is-not-logged-in,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .is-not-logged-in,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .is-not-logged-in,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(5) .is-not-logged-in,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(5) .is-not-logged-in {
              font-size: .6rem;
              text-align: center;
              color: #a9ae36; }
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
          .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
          .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) {
            width: 60px; }
            @media (min-width: 551px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) {
                width: 75px; } }
            @media (min-width: 801px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) {
                width: 20%; } }
            @media (min-width: 1261px) {
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6),
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) {
                width: 20% !important; } }
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart,
            .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart,
            .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart,
            .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart,
            .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart {
              width: 90%; }
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec {
                display: none; }
                @media (min-width: 801px) {
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-inc,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart .cart-dec,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-inc,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart .cart-dec {
                    display: flex; } }
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
              .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
              .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
              .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
              .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input {
                font-size: 1rem; }
                @media (min-width: 801px) {
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
                  .category-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
                  .brand-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
                  .search-page #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr th:nth-child(6) .add-to-cart input,
                  .my-menu #product-listing-container .plp-list-view .productList.productListTable tr td:nth-child(6) .add-to-cart input {
                    font-size: 1.25rem; } }
        .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th,
        .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th,
        .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td,
        .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th,
        .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th,
        .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td {
          padding: 5px 0; }
          .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:first-child, .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(5),
          .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:first-child,
          .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(5),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:first-child,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(5),
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:first-child,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(5),
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:first-child,
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(5),
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:first-child,
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(5),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:first-child,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(5),
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:first-child,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(5) {
            display: none; }
          @media (min-width: 1261px) {
            .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(3), .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(4),
            .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(3),
            .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(4),
            .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(3),
            .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(4),
            .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(3),
            .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(4),
            .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(3),
            .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(4),
            .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(3),
            .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(4),
            .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(3),
            .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th:nth-child(4),
            .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(3),
            .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td:nth-child(4) {
              display: none; } }
          .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th .pcf-arrival-time,
          .category-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td .pcf-arrival-time,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th .pcf-arrival-time,
          .brand-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td .pcf-arrival-time,
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th .pcf-arrival-time,
          .search-page #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td .pcf-arrival-time,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in th .pcf-arrival-time,
          .my-menu #product-listing-container .plp-list-view .productList.productListTable.cat-not-logged-in td .pcf-arrival-time {
            display: none; }

.card-body a.is-not-logged-in {
  font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  .card-body a.is-not-logged-in:hover {
    text-decoration: none; }

article.card {
  margin: auto; }

.disabled-btn {
  background-color: #dad6d4;
  border-color: #aea7a1;
  color: #aea7a1; }

.non-sale-price--withoutTax {
  display: none; }

.price-now-label {
  display: none; }

.rrp-price--withoutTax {
  display: none; }

.page-sidebar + .page-content .productGrid .product {
  width: 20%; }

.category-shop-all {
  height: min-content;
  background-position-x: center;
  display: flex;
  align-items: center; }

.category-desc {
  font-size: 12px;
  line-height: 16px;
  margin-top: 0; }

.category-hero-text {
  top: 0;
  width: 100%;
  margin: auto; }

.desktop-breadcrumbs {
  display: none; }

/* breadcrumbs */
.mobile-breadcrumbs {
  display: none;
  font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }

/* /breadcrumbs */
.page {
  padding-left: 0px;
  padding-right: 0px; }

.my-menu .page {
  margin-bottom: 40px; }

.brand-page .plpForm {
  margin-top: 50px; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 50%;
  margin-right: 50%; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid black;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black 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); } }

.custom-page .productGrid {
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 64px;
  align-items: end;
  padding-left: 0; }
  .custom-page .productGrid .card {
    margin-bottom: 0; }

.farm-page-widget {
  max-width: 1250px;
  margin-inline: auto; }
  .farm-page-widget [data-content-region="farm_image_carousel"] #bc-carousel-fa9a45ef-3243-451c-966a-30bca3677cf6 {
    width: 100%;
    aspect-ratio: 334/191; }
    .farm-page-widget [data-content-region="farm_image_carousel"] #bc-carousel-fa9a45ef-3243-451c-966a-30bca3677cf6 :first-child {
      width: 100%;
      height: 100%; }
  .farm-page-widget [data-content-region="farm_image_carousel"] .farm-image-carousel-wrapper {
    width: 100%;
    aspect-ratio: 334/191; }
    .farm-page-widget [data-content-region="farm_image_carousel"] .farm-image-carousel-wrapper :first-child {
      width: 100%;
      height: 100%; }
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"],
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"] {
    background: #e4dbbc;
    height: 40px;
    width: 40px;
    font-size: 20px;
    color: #3c3027;
    border-radius: 0; }
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"] svg,
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"] svg {
      display: none; }
      @media (min-width: 801px) {
        .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"] svg,
        .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"] svg {
          display: inline-block; } }
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"] {
    margin-left: 20px; }
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"] svg {
      margin-left: 7px;
      height: 100%; }
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-left-arrow"]::after {
      content: '\1F860'; }
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"] {
    margin-right: 20px; }
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"] svg {
      margin-left: 8px;
      height: 100%; }
    .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-right-arrow"]::after {
      content: '\1F862'; }
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-bullets"] button {
    background: #EFEEEE;
    border: none; }
  .farm-page-widget [data-content-region="farm_image_carousel"] [data-test-id="carousel-bullets"] .bc-carousel__bullet-active {
    background: #a5915c; }
  .farm-page-widget [data-content-region="farm_body_text"] {
    margin-bottom: 30px;
    max-width: 1100px;
    margin-inline: auto; }
    .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child {
      padding-inline: 0 !important; }
      .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child h3, .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child .h3 {
        color: #3c3027;
        font-size: 20px;
        line-height: 28px; }
      .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 325; }
  .farm-page-widget [data-content-region="farm_map_image"] {
    margin-bottom: 60px; }
  .farm-page-widget [data-content-region="farm_quote"] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 60px; }
    .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper {
      padding-inline: 0; }
      .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper .founders-quote-widget {
        padding-bottom: 20px; }
        .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper .founders-quote-widget .founders-quote-quotation-mark {
          margin-block: 10px; }
        .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper .founders-quote-widget .founders-quote-quote {
          font-size: 20px;
          line-height: 28px; }
        .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper .founders-quote-widget .founders-quote-author {
          font-size: 14px;
          line-height: 20px; }
  .farm-page-widget [data-content-region="farm_video"] {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
    .farm-page-widget [data-content-region="farm_video"] .farm-video-wrapper {
      padding-inline: 0; }
  @media (min-width: 551px) {
    .farm-page-widget [data-content-region="farm_title_block"] [data-edit-mode] {
      margin-bottom: 20px; }
      .farm-page-widget [data-content-region="farm_title_block"] [data-edit-mode] p {
        font-size: 50px;
        line-height: 60px; }
    .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child h3, .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child .h3 {
      font-size: 24px;
      line-height: 30px; }
    .farm-page-widget [data-content-region="farm_body_text"] .farm-body-text-wrapper :first-child p {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400; }
    .farm-page-widget [data-content-region="farm_quote"] .founders-quote-wrapper .founders-quote-widget .founders-quote-quote {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 801px) {
    .farm-page-widget [data-content-region="farm_title_block"] {
      margin-bottom: 30px; }
      .farm-page-widget [data-content-region="farm_title_block"] [data-edit-mode] p {
        text-align: left; }
      .farm-page-widget [data-content-region="farm_title_block"] .farm-title-button-wrapper #buttonLink {
        margin-inline-end: 0;
        margin-top: 15px; }
    .farm-page-widget [data-content-region="farm_image_carousel"] {
      margin-bottom: 30px; }
    .farm-page-widget [data-content-region="farm_body_text"] {
      margin-bottom: 50px; }
    .farm-page-widget [data-content-region="farm_video"] {
      width: auto;
      left: auto;
      right: auto;
      margin-inline: auto;
      margin-bottom: 50px; }
      .farm-page-widget [data-content-region="farm_video"] .farm-video-wrapper {
        padding-inline: 10px; } }

@media (min-width: 801px) {
  .page-page {
    padding-top: 0px !important; } }

.recipe_breadcrumbs {
  display: block !important;
  margin-block: 0 30px; }
  @media (min-width: 801px) {
    .recipe_breadcrumbs {
      margin-block: 40px;
      padding-left: auto;
      text-align: left !important; } }

.pcf-recipe-page .pcf-recipe-header .pcf-recipe-title {
  font-size: 2.142857142857143em;
  line-height: 42px;
  text-align: center;
  color: #3c3027;
  margin: 0 1.5rem 0.75rem; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-figure {
  margin-bottom: 20px; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-figure .pcf-recipe-image .pcf-recipe-image-container {
    width: 100%; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-figure .pcf-recipe-image .pcf-recipe-image-container img {
      width: 100%;
      aspect-ratio: 784/580;
      object-fit: cover; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul {
  margin-inline: 0;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2vw; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul li {
    font-size: 0.7142857142857143em;
    line-height: 12px;
    font-weight: 500;
    list-style: none;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 2px;
    color: black; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul li:nth-child(1n) {
      background: #a9ae36; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul li:nth-child(2n) {
      background: #D6B168; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul li:nth-child(3n) {
      background: #75a9b0; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container .pcf-recipe-print-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 5px;
  color: #5f5954;
  margin-right: 20px;
  display: none; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container .pcf-recipe-print-icon-wrapper .pcf-recipe-print-icon {
    color: #5f5954; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container .pcf-recipe-print-icon-wrapper .pcf-recipe-print-icon.pcf-recipe-print-text {
      width: auto;
      height: auto; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container .pcf-recipe-print-icon-wrapper .pcf-recipe-print-icon.pcf-recipe-print-text p {
        font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 0; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-title {
  color: #3c3027;
  font-size: 2.142857142857143em;
  line-height: 42px;
  margin-inline: 0;
  display: none; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-preview {
  border-left: 3px solid #e4dbbc;
  padding-left: 10px; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-preview p {
    font-size: 0.9285714285714286em;
    line-height: 17px;
    font-weight: 500;
    font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }

.pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2vw; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons svg {
    width: 25px;
    aspect-ratio: 1;
    color: #3c3027; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 7px;
    background: rgba(169, 174, 54, 0.4);
    width: 100%;
    max-width: 150px;
    padding-block: 12px;
    border-radius: 4px; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div p {
      margin-block: 0;
      text-transform: uppercase;
      color: #3c3027; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .prep-heading,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .cook-heading,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .servings-heading {
      font-size: 0.8571428571428571em; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .prep-text,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .cook-text,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .servings-text {
      font-size: 0.7142857142857143em; }

.pcf-recipe-page .pcf-recipe-body {
  margin-top: 50px; }
  .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body {
    color: #3c3027;
    margin-bottom: 40px; }
    .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .h4 {
      color: #3c3027;
      text-transform: uppercase;
      text-align: left; }
    .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients {
      background: rgba(169, 174, 54, 0.4);
      width: 100%;
      border-radius: 4px;
      padding: 10px 20px;
      margin-bottom: 50px; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients .h4 {
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
        font-size: 1.1428571428571428em;
        line-height: 20px;
        font-weight: 600;
        margin-block: 20px;
        padding-left: 14px; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients ul li {
        text-align: left;
        font-size: 1em;
        line-height: 28px;
        font-weight: 500;
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
        .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients ul li::marker {
          font-size: 1rem; }
    .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions {
      position: relative; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions .h4 {
        font-size: 1.4285714285714286em;
        line-height: 28px; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions ol {
        counter-reset: counter; }
        .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions ol li {
          text-align: left;
          color: #5f5954;
          font-size: 1em;
          line-height: 20px;
          font-weight: 400;
          counter-increment: counter;
          padding-left: 10px;
          margin-bottom: 35px;
          list-style-type: none; }
          .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions ol li::before {
            color: #EFA338;
            font-size: 2.5em;
            content: counter(counter);
            position: absolute;
            left: 0;
            margin-top: 4px;
            font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }

@media (min-width: 551px) {
  .pcf-recipe-page .pcf-recipe-header .pcf-recipe-title {
    font-size: 3.5714285714285716em;
    line-height: 60px; }
  .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info {
    width: 83.33333%;
    margin: 0 auto; } }
  @media (min-width: 551px) and (min-width: 801px) {
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info {
      width: 100%;
      margin: 0; } }

@media (min-width: 551px) {
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons svg {
      width: 33px; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .prep-heading,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .cook-heading,
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons div .servings-heading {
      font-size: 1em; }
  .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients .h4 {
    font-size: 1.3571428571428572em;
    line-height: 25px; }
  .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients ul li {
    font-size: 1.1428571428571428em;
    line-height: 34px; }
  .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions .h4 {
    font-size: 1.7142857142857142em;
    line-height: 30px; } }

@media (min-width: 801px) {
  .pcf-recipe-page .pcf-recipe-header {
    display: none; }
  .pcf-recipe-page .pcf-recipe-heading {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 2vw; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-figure {
      width: 100%; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info {
      margin-block: auto; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: row nowrap;
        margin-bottom: 15px; }
        .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container ul {
          gap: 1vw; }
        .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-tag-container .pcf-recipe-print-icon-wrapper {
          display: flex; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-title {
        display: block; }
  .pcf-recipe-page .pcf-recipe-body {
    margin-inline: 0;
    width: 100%; }
    .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body {
      display: grid;
      grid-template-columns: 35% auto;
      gap: 4vw; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-ingredients {
        height: fit-content; }
      .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions h4, .pcf-recipe-page .pcf-recipe-body .pcf-recipe-main-body .pcf-recipe-instructions .h4 {
        margin-top: 0;
        margin-bottom: 20px; } }

@media (min-width: 1261px) {
  .pcf-recipe-page .pcf-recipe-heading {
    gap: 4vw; }
    .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info {
      margin-block: auto; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-title {
        font-size: 3.5714285714285716em;
        line-height: 60px; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-preview {
        margin: 20px 0 40px; }
      .pcf-recipe-page .pcf-recipe-heading .pcf-recipe-top-info .pcf-recipe-heading-info .pcf-recipe-prep-icons {
        gap: 1vw; } }

.pcf-recipe-shop-recipe {
  width: 100%;
  scrollbar-color: #a5915c #EFEEEE; }
  .pcf-recipe-shop-recipe ::-webkit-scrollbar {
    height: 5px; }
  .pcf-recipe-shop-recipe ::-webkit-scrollbar-track {
    background: #EFEEEE; }
  .pcf-recipe-shop-recipe ::-webkit-scrollbar-thumb {
    background: #a5915c; }
  .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-title {
    color: #3c3027;
    font-size: 1.4285714285714286em;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px; }
  .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 3vw;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1em;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card {
      width: 160px;
      height: 100%;
      scroll-snap-align: start;
      margin-bottom: 10px; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card a {
        text-decoration: none; }
        .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card a img {
          width: 100%;
          min-width: 160px;
          aspect-ratio: 1;
          object-fit: fill; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body {
        text-align: left; }
        .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-commodity {
          color: #615126;
          font-size: 0.75rem;
          line-height: 16px;
          font-weight: 400;
          margin: 5px 0; }
        .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-name {
          color: #5f5954;
          line-height: 20px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 0;
          line-clamp: 1 !important;
          overflow: hidden !important;
          white-space: nowrap !important;
          text-overflow: ellipsis !important;
          font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
        .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-pricing-info {
          display: flex;
          justify-content: space-between;
          align-items: baseline;
          flex-flow: row nowrap;
          width: 100%; }
          .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-pricing-info .pcf-recipe-card-sku {
            color: #5f5954;
            font-size: 0.7142857142857143em;
            line-height: 16px;
            margin-bottom: 5px; }
            @media (min-width: 801px) {
              .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-pricing-info .pcf-recipe-card-sku {
                font-size: 0.6875rem; } }
          .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-pricing-info .pcf-recipe-card-price {
            color: #5f5954;
            font-size: 0.8571428571428571em;
            line-height: 16px;
            margin-bottom: 5px;
            margin-top: 5px; }
            @media (min-width: 801px) {
              .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-pricing-info .pcf-recipe-card-price {
                font-size: 0.875rem; } }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-add-to-cart-container {
        width: 100%;
        margin-bottom: 5px; }
        .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-add-to-cart-container .pcf-recipe-card-add-to-cart-btn {
          width: 100%;
          height: 30px;
          color: #3c3027;
          background: #e4dbbc;
          border: none;
          font-size: 1em;
          line-height: 20px;
          font-weight: 600;
          text-transform: uppercase;
          margin: 5px 0;
          text-decoration: none;
          text-align: center;
          padding: 0 0.2em 0 1.2em; }
          .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-add-to-cart-container .pcf-recipe-card-add-to-cart-btn span {
            float: right;
            font-size: 1.75em;
            line-height: 18px; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .btn-show-price {
        color: #5f5954;
        font-size: 0.625rem;
        line-height: 15px;
        text-transform: uppercase;
        width: fit-content;
        border-bottom: 1px solid #e4dbbc;
        margin-top: 5px; }
        @media (min-width: 801px) {
          .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .btn-show-price {
            font-size: 0.6875rem; } }
  .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container {
    display: none; }
    .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow,
    .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow {
      font-size: 2em;
      position: absolute;
      z-index: 2;
      top: 71%;
      color: #3c3027;
      background: #e4dbbc; }
      .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow:focus, .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow:active, .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow:focus-within, .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow:visited,
      .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow:focus,
      .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow:active,
      .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow:focus-within,
      .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow:visited {
        outline: none !important;
        -moz-outline-style: none !important; }
    .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-left-arrow {
      left: 3.5%; }
    .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container #pcf-shop-recipe-right-arrow {
      right: 3.5%; }
  @media (min-width: 551px) {
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-title {
      font-size: 1.7142857142857142em;
      line-height: 30px; } }
  @media (min-width: 801px) {
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-title {
      text-align: center; }
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card {
      width: 255px; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card a img {
        min-width: 255px; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-commodity {
        font-size: 0.8571428571428571em;
        line-height: 16px; }
      .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-shop-recipe-card .pcf-recipe-card-body .pcf-recipe-card-name {
        font-size: 1rem;
        line-height: 20px;
        display: -webkit-box;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .pcf-recipe-card-add-to-cart-container .pcf-recipe-card-add-to-cart-btn {
      height: 39px;
      padding: 0 0.5em 0 1.5em; }
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper .btn-show-price {
      font-size: 0.7857142857142857em; } }
  @media (min-width: 1261px) {
    .pcf-recipe-shop-recipe .pcf-recipe-shop-recipe-card-wrapper {
      gap: 1.5vw; }
    .pcf-recipe-shop-recipe .pcf-shop-recipe-arrow-container {
      display: block; } }

.pcf-recipe-elfsight {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  margin-bottom: 20px !important; }
  .pcf-recipe-elfsight .eui-widget-title.es-widget-title.eapps-instagram-feed-title::after {
    content: "\a We love to see the beautiful creations you make with our products. Follow us @PCFruit & Use #PCFruit to be featured on our instagram and website." !important; }

.article-container {
  display: flex; }
  .article-container .left-column {
    flex-basis: 80%; }
    .article-container .left-column .article-content {
      padding-right: 19%; }
      .article-container .left-column .article-content .article-section {
        margin: 68px auto; }
        .article-container .left-column .article-content .article-section p:last-of-type {
          margin-bottom: 0; }
      .article-container .left-column .article-content p {
        margin: 0;
        margin-bottom: 1rem; }
      .article-container .left-column .article-content .article-image {
        width: 100%;
        height: 468px;
        background-color: #D9D9D9;
        display: flex;
        margin: 68px auto; }
      .article-container .left-column .article-content .img-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 21px; }
        .article-container .left-column .article-content .img-gallery .article-image {
          margin: 0;
          background-color: #D9D9D9;
          display: flex; }
          .article-container .left-column .article-content .img-gallery .article-image:not(:nth-child(3)) {
            flex: 50;
            height: 39vh; }
      .article-container .left-column .article-content .half-width {
        display: flex;
        gap: 34px; }
        .article-container .left-column .article-content .half-width > * {
          flex: 50; }
        .article-container .left-column .article-content .half-width .article-image {
          background-color: #D9D9D9;
          display: flex;
          margin: 0;
          height: 100%; }
  .article-container .right-column {
    display: none; }
    @media (min-width: 801px) {
      .article-container .right-column {
        display: block;
        flex-basis: 20%; }
        .article-container .right-column ul {
          padding: 0;
          list-style: none; } }

.local-farm-container {
  margin: 130px -45px;
  display: flex;
  height: 87vh; }
  .local-farm-container > * {
    flex-basis: 50%; }
  .local-farm-container .farm-img span {
    background-color: #D9D9D9;
    width: 100%;
    height: 100%;
    display: flex; }
  .local-farm-container .farm-content {
    padding: 11rem 7rem 0 7rem;
    background-color: #f8f8f8; }

.article-container.list .left-column .article-content {
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .article-container.list .left-column .article-content {
      padding-right: 0; } }

.article-container.list {
  padding-top: 80px; }
  @media screen and (max-width: 768px) {
    .article-container.list {
      flex-direction: column;
      padding-top: 40px; }
      .article-container.list .left-column {
        margin-bottom: 40px; } }
  .article-container.list .right-column {
    display: block; }
    .article-container.list .right-column ul {
      list-style: none;
      padding: 0; }
    .article-container.list .right-column li {
      padding-bottom: 17px;
      position: relative; }
      .article-container.list .right-column li a {
        font-size: 15px;
        color: #3a3a3a;
        transition: all .2s ease-in-out 0s;
        white-space: nowrap;
        padding-right: 20px; }
      .article-container.list .right-column li::after {
        color: #7ea901;
        content: "→";
        position: absolute;
        top: 1px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out 0s; }
      .article-container.list .right-column li:hover a {
        padding-left: 20px;
        padding-right: 0; }
      .article-container.list .right-column li:hover::after {
        opacity: 1;
        visibility: visible; }
    .article-container.list .right-column h2, .article-container.list .right-column .h2, .article-container.list .right-column .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .article-container.list .right-column .pcf-shopping-list-title {
      font-size: 20px;
      color: #3a3a3a;
      position: relative;
      padding-bottom: 22px;
      margin-bottom: 16px;
      font-weight: 700;
      border-bottom: 1px solid #e6e5e5; }

.article-list .card {
  text-align: center;
  border: 1px solid #a1a4a6;
  padding: 20px; }
  @media (min-width: 801px) {
    .article-list .card {
      padding: 40px; } }

.article-list .articleList {
  padding: 0;
  list-style: none; }

.article-list .articleList-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .article-list .articleList-item .navBar-action {
    padding: 0;
    color: #3a3a3b;
    font-size: 16px;
    line-height: 18px; }
  .article-list .articleList-item:last-child {
    border: none;
    padding: 0;
    margin: 0; }

.article-list .article-read-more {
  color: #a9ad40;
  font-style: italic;
  font-size: 13px; }
  .article-list .article-read-more::before {
    content: "";
    border: 4px solid transparent;
    border-left: 4px solid #a9ad40;
    display: inline-block;
    margin-right: 3px; }

.article-list .navBar-title {
  color: #3a3a3b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  transition: all .2s ease-in-out 0s; }
  .article-list .navBar-title:hover {
    color: #a9ad40; }
  .article-list .navBar-title__subtitle {
    display: block;
    color: #757575;
    font-size: 13px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 15px; }

.article-list .article-content-text {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 21px; }

.search-page {
  margin-top: 100px; }
  .search-page .navBar--sub {
    margin-bottom: 1.5em; }
    .search-page .navBar--sub .navBar-item .back-link {
      font-weight: bold; }
      .search-page .navBar--sub .navBar-item .back-link svg {
        width: 22px;
        height: 20px;
        scale: .9; }
      .search-page .navBar--sub .navBar-item .back-link:disabled {
        color: #ccc; }
        .search-page .navBar--sub .navBar-item .back-link:disabled svg {
          fill: #ccc; }
    .search-page .navBar--sub .navBar-action {
      font-size: inherit; }
  .search-page .actionBar {
    padding-top: 0; }
  @media (min-width: 801px) {
    .search-page {
      margin-top: 0; } }

/* Hero Banner Widget */
[data-content-region="home_hero_banner_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.banner-widget {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-flow: column-reverse; }
  .banner-widget .banner-message {
    width: 100%;
    height: 280px;
    background: rgba(169, 173, 64, 0.5);
    color: #3c3027;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
    .banner-widget .banner-message h2, .banner-widget .banner-message .h2, .banner-widget .banner-message .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .banner-widget .banner-message .pcf-shopping-list-title {
      width: 95%;
      font-size: 2.25rem;
      line-height: 46px;
      font-weight: 700;
      color: #3c3027;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
    .banner-widget .banner-message .btn.btn-shop-menu,
    .banner-widget .banner-message .btn.btn-login,
    .banner-widget .banner-message .btn.btn-view-catalog {
      color: #3c3027;
      font-weight: 500;
      text-decoration: none;
      height: 40px;
      width: 219px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
    .banner-widget .banner-message .btn.btn-shop-menu {
      text-transform: uppercase; }
    .banner-widget .banner-message .btn.btn-shop-menu,
    .banner-widget .banner-message .btn.btn-login {
      background: white; }
      .banner-widget .banner-message .btn.btn-shop-menu:hover,
      .banner-widget .banner-message .btn.btn-login:hover {
        background-color: #e4dbbc; }
    .banner-widget .banner-message .btn.btn-view-catalog {
      background: #e4dbbc;
      margin-top: 1em; }
      .banner-widget .banner-message .btn.btn-view-catalog:hover {
        background-color: white; }
    .banner-widget .banner-message .banner-btn-wrapper {
      flex-direction: column; }
  .banner-widget .banner-video {
    width: 100%;
    height: 351px; }
  @media (min-width: 551px) {
    .banner-widget .banner-message {
      padding: 50px 0; }
      .banner-widget .banner-message h2, .banner-widget .banner-message .h2, .banner-widget .banner-message .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .banner-widget .banner-message .pcf-shopping-list-title {
        width: 70%;
        font-size: 3.125rem;
        line-height: 60px; }
      .banner-widget .banner-message .btn.btn-shop-menu,
      .banner-widget .banner-message .btn.btn-login,
      .banner-widget .banner-message .btn.btn-view-catalog {
        line-height: 60px; } }
  @media (min-width: 801px) {
    .banner-widget {
      flex-direction: row;
      max-height: 450px;
      height: 100%;
      overflow: hidden; }
      .banner-widget .banner-message {
        width: 100%;
        height: 100%; }
        .banner-widget .banner-message h2, .banner-widget .banner-message .h2, .banner-widget .banner-message .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .banner-widget .banner-message .pcf-shopping-list-title {
          font-size: 2.5rem;
          line-height: 50px; }
        .banner-widget .banner-message .banner-btn-wrapper {
          display: flex;
          gap: 1vw;
          padding: 0.5vw; }
        .banner-widget .banner-message .btn.btn-shop-menu,
        .banner-widget .banner-message .btn.btn-login,
        .banner-widget .banner-message .btn.btn-view-catalog {
          font-size: 0.9375rem;
          width: 215px;
          height: 50px;
          border: 1px solid #a9ae36;
          padding: 0; }
        .banner-widget .banner-message .btn.btn-view-catalog {
          margin-top: auto; }
        .banner-widget .banner-message .banner-btn-wrapper {
          flex-direction: row; }
      .banner-widget .banner-video iframe {
        min-height: 380px; } }
  @media (min-width: 1261px) {
    .banner-widget {
      max-height: 572px;
      min-height: 572px; }
      .banner-widget .banner-message {
        max-height: 572px;
        min-height: 572px; }
        .banner-widget .banner-message h2, .banner-widget .banner-message .h2, .banner-widget .banner-message .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .pcf-shopping-list-title, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading .banner-widget .banner-message .pcf-shopping-list-title {
          width: 60%;
          margin-top: 0;
          font-size: 3.125rem;
          line-height: 60px; }
      .banner-widget .banner-video iframe {
        max-height: 572px;
        min-height: 572px;
        height: 100%; } }

/* USP Widget */
[data-content-region="home_usp_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important;
  background: #3c3027;
  scrollbar-width: none; }
  [data-content-region="home_usp_widget"] [data-sub-layout]:first-of-type ::-webkit-scrollbar {
    display: none; }

.usp-widget {
  background: #3c3027;
  color: white;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 1vw;
  overflow-y: hidden;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 1em;
  scrollbar-width: none; }
  .usp-widget .usp-card-link {
    text-decoration: none;
    color: white;
    scroll-snap-align: start; }
    .usp-widget .usp-card-link .usp-card {
      padding: 3rem;
      text-align: center;
      background: #3c3027; }
      .usp-widget .usp-card-link .usp-card svg {
        width: 50px;
        height: 50px; }
      .usp-widget .usp-card-link .usp-card .usp-card-text {
        font-size: 0.75rem;
        width: 180px;
        margin: 0 auto 21px;
        font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
        font-weight: 400;
        line-height: 15px; }
      .usp-widget .usp-card-link .usp-card .usp-card-title {
        border-bottom: 1px solid transparent;
        margin-bottom: 10px;
        font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 16px; }
      .usp-widget .usp-card-link .usp-card:hover svg path {
        fill: #a9ae36; }
      .usp-widget .usp-card-link .usp-card:hover .usp-card-title {
        border-bottom: 1px solid #EFA338; }
  @media (min-width: 551px) {
    .usp-widget {
      grid-auto-columns: 50%; } }
  @media (min-width: 801px) {
    .usp-widget {
      grid-auto-columns: 33%; }
      .usp-widget .usp-card-link {
        max-height: 245px; }
        .usp-widget .usp-card-link .usp-card {
          padding-block: 40px; } }
  @media (min-width: 1261px) {
    .usp-widget {
      display: flex;
      justify-content: space-evenly;
      align-items: end; } }

.usp-widget-arrow-container #uspWidgetLeftArrow,
.usp-widget-arrow-container #uspWidgetRightArrow {
  font-size: 2rem;
  position: absolute;
  z-index: 2;
  top: 42.5%; }
  .usp-widget-arrow-container #uspWidgetLeftArrow:focus, .usp-widget-arrow-container #uspWidgetLeftArrow:active, .usp-widget-arrow-container #uspWidgetLeftArrow:focus-within, .usp-widget-arrow-container #uspWidgetLeftArrow:visited,
  .usp-widget-arrow-container #uspWidgetRightArrow:focus,
  .usp-widget-arrow-container #uspWidgetRightArrow:active,
  .usp-widget-arrow-container #uspWidgetRightArrow:focus-within,
  .usp-widget-arrow-container #uspWidgetRightArrow:visited {
    outline: none !important;
    -moz-outline-style: none !important; }

.usp-widget-arrow-container #uspWidgetLeftArrow {
  left: 0;
  color: rgba(228, 219, 188, 0.3); }

.usp-widget-arrow-container #uspWidgetRightArrow {
  right: 0;
  color: #e4dbbc; }

@media (min-width: 1261px) {
  .usp-widget-arrow-container {
    display: none; } }

.usp-widget-pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  flex-flow: row nowrap;
  padding-bottom: 10px; }
  .usp-widget-pagination-container .uspPaginationDot {
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(228, 219, 188, 0.3);
    text-decoration: none;
    border: none;
    z-index: 2; }
    .usp-widget-pagination-container .uspPaginationDot:focus, .usp-widget-pagination-container .uspPaginationDot:active, .usp-widget-pagination-container .uspPaginationDot:focus-within, .usp-widget-pagination-container .uspPaginationDot:visited {
      outline: none !important;
      -moz-outline-style: none !important; }
  .usp-widget-pagination-container .active {
    background: #EFA338; }
  @media (min-width: 551px) {
    .usp-widget-pagination-container {
      display: none; } }

/* Odering Instructions Widget */
[data-content-region="home_ordering_instructions_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.ordering-instructions-widget {
  padding-top: 50px;
  background: white;
  display: flex;
  flex-flow: column-reverse;
  width: 100%; }
  .ordering-instructions-widget .ordering-primary-image {
    width: 100vw;
    height: 600px; }
    .ordering-instructions-widget .ordering-primary-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .ordering-instructions-widget .ordering-graphical-instructions {
    width: 100%;
    color: #3c3027;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center;
    padding-bottom: 50px; }
    .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-title {
      font-size: 1.25rem;
      line-height: 30px;
      font-weight: 700;
      color: #3c3027;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
    .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights {
      list-style-type: none;
      padding-inline: 0;
      margin-top: 0;
      text-transform: uppercase; }
      .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights .ordering-highlight {
        font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
        font-weight: 500; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights .ordering-highlight:not(:last-child)::after {
          content: "\A --------";
          white-space: pre;
          letter-spacing: -3px; }
    .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-text {
      font-size: 0.875rem;
      line-height: 20px;
      width: 80%;
      margin: 0 0 30px;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
    .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps {
      display: flex;
      justify-content: center;
      flex-direction: row;
      margin-bottom: 1em;
      gap: 0.5em; }
      .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-icon {
        background: rgba(239, 163, 56, 0.3);
        width: 70px;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
      .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-text {
        background: rgba(228, 219, 188, 0.3);
        min-width: 200px;
        max-width: 503px;
        padding: 0 15px;
        border-left: 4px solid #e4dbbc; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-text .ordering-text-title {
          font-weight: 600;
          font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
          margin: 10px 0; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-text .ordering-text-text {
          font-weight: 400;
          font-size: 0.875rem;
          margin-top: 0;
          font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 801px) {
    .ordering-instructions-widget {
      padding-top: 0;
      flex-flow: row; }
      .ordering-instructions-widget .ordering-primary-image {
        width: 50%;
        height: 100%; }
        .ordering-instructions-widget .ordering-primary-image img {
          min-height: 826px; }
      .ordering-instructions-widget .ordering-graphical-instructions {
        width: 50%;
        padding: 2em 1em;
        text-align: start; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-title {
          font-size: 1.5rem;
          line-height: 30px;
          width: auto;
          align-self: start; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights {
          align-self: flex-start;
          width: 100%;
          max-width: 600px;
          display: flex;
          justify-content: flex-start;
          flex-flow: row nowrap;
          gap: 1.5vw; }
          .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights .ordering-highlight {
            padding-right: 1.5vw; }
            .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights .ordering-highlight:not(:last-child) {
              border-right: 1px solid #3c3027; }
              .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-highlights .ordering-highlight:not(:last-child)::after {
                content: none; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-instructions-text {
          width: auto;
          max-width: 550px;
          align-self: start; }
        .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps {
          justify-content: flex-start;
          gap: 1em;
          align-self: start; }
          .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-icon {
            width: 100px; }
          .ordering-instructions-widget .ordering-graphical-instructions .ordering-steps .ordering-text-title {
            font-size: 1.1875rem;
            margin-bottom: 0 !important;
            margin-top: 20px !important; }
        .ordering-instructions-widget .ordering-graphical-instructions .btn.btn-start-shopping {
          align-self: start;
          margin-top: 1.5em;
          font-size: 0.875rem; } }
  @media (min-width: 1261px) {
    .ordering-instructions-widget .ordering-graphical-instructions {
      padding: 6em 2em;
      margin-left: 1em; }
    .ordering-instructions-widget .ordering-text {
      width: 503px;
      padding: 0 1em; } }

/* Popular Picks Widget ** now being used for PDP slider as well ** */
#home_popular_picks_widget [data-sub-layout]:first-of-type {
  width: 100%;
  background: rgba(228, 219, 188, 0.2); }

.product-slider-widget {
  color: #3c3027;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  padding: 30px 0;
  position: relative; }
  .product-slider-widget .product-slider-heading h3, .product-slider-widget .product-slider-heading .h3 {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3c3027;
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: -25px; }
  .product-slider-widget .product-slider-heading .product-slider-view-all-top {
    color: #3c3027;
    border-bottom: 1px solid #e4dbbc;
    padding-bottom: .25em;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 16px;
    font-weight: 500;
    font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
    display: none; }
    .product-slider-widget .product-slider-heading .product-slider-view-all-top:hover {
      text-decoration: none;
      border-bottom: 1px solid #3c3027; }
  .product-slider-widget .product-slider-wrapper {
    margin-bottom: 1.5em;
    padding: 35px 0 35px; }
    .product-slider-widget .product-slider-wrapper .productGrid {
      display: flex;
      flex-flow: row wrap;
      padding: 0;
      margin: 0 auto 10px;
      justify-content: center; }
      .product-slider-widget .product-slider-wrapper .productGrid .product {
        padding: 30px 2.5px 0 2.5px;
        width: 175px; }
        .product-slider-widget .product-slider-wrapper .productGrid .product:nth-child(n+5) {
          display: none; }
    .product-slider-widget .product-slider-wrapper .product-slider-card {
      height: 100% !important;
      margin-bottom: 0; }
      .product-slider-widget .product-slider-wrapper .product-slider-card .product-tags {
        display: none; }
      .product-slider-widget .product-slider-wrapper .product-slider-card img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: fill; }
      .product-slider-widget .product-slider-wrapper .product-slider-card .card-figcaption-body {
        display: none; }
      .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body {
        text-align: left; }
        .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-commodity {
          color: #615126;
          font-size: 0.75rem;
          line-height: 16px;
          font-weight: 400;
          margin: 5px 0;
          font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
        .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-product-name {
          color: #5f5954;
          font-size: 0.875rem;
          line-height: 20px;
          font-weight: 600;
          margin: 5px 0;
          line-clamp: 1;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif;
          letter-spacing: 0.5px; }
        .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-custom-fields {
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-flow: row;
          margin: 5px 0; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-custom-fields .product-slider-sku {
            color: #5f5954;
            font-size: 0.625rem;
            line-height: 18px;
            font-weight: 400;
            margin: 0;
            font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-custom-fields .product-slider-pack-size {
            color: #5f5954;
            font-size: 0.75rem;
            line-height: 16px;
            font-weight: 500;
            margin: 0;
            font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
            .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-card-body .product-slider-custom-fields .product-slider-pack-size b {
              font-weight: 500; }
      .product-slider-widget .product-slider-wrapper .product-slider-card .pcf-popular-picks-add-to-cart-container {
        width: 100%; }
        .product-slider-widget .product-slider-wrapper .product-slider-card .pcf-popular-picks-add-to-cart-container .btn.btn-popular-picks {
          width: 100%;
          height: 30px;
          color: #3c3027;
          background: #e4dbbc;
          border: none;
          font-size: 1rem;
          line-height: 20px;
          font-weight: 600;
          text-transform: uppercase;
          margin: 5px 0;
          text-decoration: none;
          text-align: center;
          padding: 0 0.2em 0 1.2em; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .pcf-popular-picks-add-to-cart-container .btn.btn-popular-picks span {
            float: right;
            font-size: 1.75rem;
            line-height: 16px; }
      .product-slider-widget .product-slider-wrapper .product-slider-card .btn.btn-show-price {
        width: fit-content;
        font-size: 10px;
        line-height: 15px;
        font-weight: 500;
        color: #5f5954;
        text-transform: uppercase;
        display: flex;
        border-bottom: 1px solid #e4dbbc;
        text-decoration: none;
        font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
        .product-slider-widget .product-slider-wrapper .product-slider-card .btn.btn-show-price:hover {
          text-decoration: none;
          border-bottom: 1px solid #5F5954; }
  .product-slider-widget .popular-picks-arrow-container {
    display: none; }
  .product-slider-widget #popular-picks-left-arrow,
  .product-slider-widget #popular-picks-right-arrow {
    font-size: 2rem;
    position: absolute;
    z-index: 2;
    top: 42.5%;
    color: #3c3027;
    background: #e4dbbc;
    height: 40px;
    width: 40px; }
    .product-slider-widget #popular-picks-left-arrow:focus, .product-slider-widget #popular-picks-left-arrow:active, .product-slider-widget #popular-picks-left-arrow:focus-within, .product-slider-widget #popular-picks-left-arrow:visited,
    .product-slider-widget #popular-picks-right-arrow:focus,
    .product-slider-widget #popular-picks-right-arrow:active,
    .product-slider-widget #popular-picks-right-arrow:focus-within,
    .product-slider-widget #popular-picks-right-arrow:visited {
      outline: none !important;
      -moz-outline-style: none !important; }
    .product-slider-widget #popular-picks-left-arrow .icon,
    .product-slider-widget #popular-picks-right-arrow .icon {
      top: 10%; }
  .product-slider-widget #popular-picks-left-arrow {
    left: 0;
    margin-left: 25px; }
    .product-slider-widget #popular-picks-left-arrow svg {
      transform: scaleX(-1); }
  .product-slider-widget #popular-picks-right-arrow {
    right: 0;
    margin-right: 25px; }
  .product-slider-widget .popular-picks-view-all-bottom {
    color: #3c3027;
    border-bottom: 1px solid #e4dbbc;
    padding-bottom: .25em;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 16px;
    font-weight: 500;
    font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .product-slider-widget {
      margin: auto;
      align-items: flex-start;
      max-width: 1260px;
      padding: 50px 25px; }
      .product-slider-widget .product-slider-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-flow: row;
        width: 100%;
        height: 100%;
        align-items: baseline;
        padding: 0 10px; }
        .product-slider-widget .product-slider-heading h3, .product-slider-widget .product-slider-heading .h3 {
          font-size: 1.5rem;
          line-height: 30px; }
        .product-slider-widget .product-slider-heading .product-slider-view-all-top {
          display: block; }
      .product-slider-widget .product-slider-wrapper {
        columns: revert;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: row;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scroll-padding-inline: 1em;
        scrollbar-color: rgba(228, 219, 188, 0.8) rgba(228, 219, 188, 0.3);
        scrollbar-width: thin; }
        .product-slider-widget .product-slider-wrapper .productGrid {
          flex-flow: row nowrap;
          scrollbar-width: thin; }
          .product-slider-widget .product-slider-wrapper .productGrid .product {
            width: 33.33%;
            min-width: 220px; }
            .product-slider-widget .product-slider-wrapper .productGrid .product:nth-child(n+5) {
              display: block; }
        .product-slider-widget .product-slider-wrapper .product-slider-card {
          width: 220px;
          height: 300px;
          margin: 0 0.5em 0;
          scroll-snap-align: start; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-sku {
            font-size: 0.6875rem; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .product-slider-pack-size {
            font-size: 0.875rem;
            line-height: 20px; }
          .product-slider-widget .product-slider-wrapper .product-slider-card .pcf-popular-picks-add-to-cart-container .btn.btn-popular-picks {
            height: 39px;
            font-size: 1rem;
            padding: 0 0.5em 0 1.5em; }
      .product-slider-widget .popular-picks-view-all-bottom {
        display: none; }
      .product-slider-widget ::-webkit-scrollbar {
        height: 5px; }
      .product-slider-widget ::-webkit-scrollbar-track {
        background: rgba(228, 219, 188, 0.3); }
      .product-slider-widget ::-webkit-scrollbar-thumb {
        background: rgba(228, 219, 188, 0.8); } }
  @media (min-width: 801px) {
    .product-slider-widget {
      padding-block: 100px; }
      .product-slider-widget .productGrid {
        padding-left: 5px; }
        .product-slider-widget .productGrid .product-slider-card .product-slider-card-body .product-slider-product-name {
          font-size: 1rem;
          line-height: 20px;
          font-weight: 400;
          letter-spacing: 0.5px; }
        .product-slider-widget .productGrid .product-slider-card .product-slider-card-body .product-slider-custom-fields .product-slider-sku {
          font-size: 0.6875rem; }
        .product-slider-widget .productGrid .product-slider-card .product-slider-card-body .product-slider-custom-fields .product-slider-pack-size {
          font-size: 0.875rem;
          line-height: 16px; }
      .product-slider-widget .product-slider-card {
        width: 255px;
        height: 278px; } }
  @media (min-width: 801px) {
    .product-slider-widget .popular-picks-arrow-container {
      display: block; } }

/* Category Widget */
[data-content-region="home_category_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.category-widget {
  background: rgba(169, 173, 64, 0.3);
  padding: 3em 1em;
  display: flex;
  justify-content: center;
  align-items: center; }
  .category-widget [data-sub-layout] {
    padding: 0; }
  .category-widget .category-fieldset {
    border: 1px solid black;
    border-left: none;
    border-right: none;
    width: 100%;
    margin: auto 1em; }
    .category-widget .category-fieldset .category-title {
      color: #3c3027;
      font-size: 1.5rem;
      line-height: 28px;
      font-weight: 700;
      margin: auto;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
    .category-widget .category-fieldset .category-card-wrapper {
      padding: 2em 0 1em;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%; }
      .category-widget .category-fieldset .category-card-wrapper .category-card-link {
        text-decoration: none;
        color: #3c3027;
        display: flex;
        flex-direction: column;
        flex-basis: 50%;
        flex: 50%; }
        .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: column;
          text-align: center;
          height: 150px;
          margin-bottom: 1em; }
          .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card .category-card-svg-wrapper {
            background: transparent;
            width: 75px;
            height: 75px;
            aspect-ratio: 1;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center; }
          .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card .category-card-name {
            font-size: 0.875rem;
            line-height: 20px;
            font-weight: 500;
            font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
          .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card:hover .category-card-svg-wrapper {
            background: #AAAD4B; }
            .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card:hover .category-card-svg-wrapper path {
              fill: white; }
  @media (min-width: 551px) {
    .category-widget .category-fieldset .category-card-wrapper {
      columns: 3; } }
  @media (min-width: 801px) {
    .category-widget .category-fieldset .category-card-wrapper {
      columns: revert;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-flow: row;
      max-width: 1260px;
      margin: auto; }
      .category-widget .category-fieldset .category-card-wrapper .category-card-link .category-card {
        height: 200px; } }
  @media (min-width: 1261px) {
    .category-widget .category-fieldset {
      margin: auto 2em; } }

.category-ad-widget {
  display: flex;
  flex-direction: column;
  padding: 32px 84px; }

div[id*="sd-hero-image-"] {
  transition: opacity 0.3s ease; }

.advanced-widget,
.basic-widget {
  display: none; }

div[id^=sd-hero-image].page-builder-view {
  display: block !important; }

@media (max-width: 480px) {
  .size-small > div > div > div,
  .size-medium > div > div > div,
  .size-large > div > div > div {
    min-height: 100px;
    min-width: 100%; }
    .size-small > div > div > div::after,
    .size-medium > div > div > div::after,
    .size-large > div > div > div::after {
      background-size: contain; } }

@media (min-width: 481px) and (max-width: 768px) {
  .size-small > div > div > div,
  .size-medium > div > div > div,
  .size-large > div > div > div {
    min-height: 180px;
    min-width: 100%; }
    .size-small > div > div > div::after,
    .size-medium > div > div > div::after,
    .size-large > div > div > div::after {
      background-size: contain; } }

/* Farm to Family Widget */
[data-content-region="home_farm_to_family_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.farm-to-family-widget {
  background: rgba(228, 219, 188, 0.2);
  color: #3c3027;
  padding: 3em 1em; }
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-subtitle {
      font-size: 0.8125em;
      line-height: 15.6px;
      font-weight: 500;
      border-bottom: 2px solid #EFA338;
      text-transform: uppercase;
      padding-bottom: 0.25em;
      font-family: "Metropolis-Medium", Arial, Helvetica, sans-serif; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-title {
      font-size: 1.5em;
      line-height: 30px;
      font-weight: 700;
      color: #3c3027;
      margin-top: 10px;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-description-top {
      font-size: 0.875em;
      line-height: 20px;
      display: none;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top {
      text-decoration: none;
      font-size: 15px;
      line-height: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #3c3027;
      width: 215px;
      height: 50px;
      border: 1px solid #a9ae36;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none; }
      .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top:hover {
        background-color: #e4dbbc;
        border: none; }
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    width: 100%;
    gap: 1.5vw;
    margin-bottom: 1.5em; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-img-wrapper img {
      width: 33%;
      max-width: 260px;
      aspect-ratio: 0.4;
      object-fit: cover; }
  .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    text-align: center; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-bottom .farm-to-family-description-bottom {
      font-size: 0.875em;
      line-height: 20px;
      margin-bottom: 1.5em;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-bottom .btn.farm-to-family-btn-bottom {
      text-decoration: none;
      font-size: 0.9375em;
      line-height: 14px;
      font-weight: 500;
      text-transform: uppercase;
      color: #3c3027;
      width: 215px;
      height: 50px;
      border: 1px solid #a9ae36;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .farm-to-family-widget .farm-to-family-wrapper {
      width: 100%;
      margin: auto; } }
  @media (min-width: 801px) {
    .farm-to-family-widget {
      padding-block: 100px; }
      .farm-to-family-widget .farm-to-family-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row;
        max-width: 1440px;
        margin: auto;
        padding: 0 2em; }
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top {
          width: 70%;
          align-items: flex-start;
          text-align: left; }
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-subtitle,
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-title {
            margin-bottom: 0; }
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-subtitle {
            font-size: 13px;
            border-bottom-width: 3px; }
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-title {
            margin-top: 30px;
            font-size: 24px; }
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-description-top,
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .btn.farm-to-family-btn-top {
            display: flex; }
          .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-top .farm-to-family-description-top {
            width: 90%;
            margin-bottom: 2em;
            font-size: 14px; }
        .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-text-bottom {
          display: none; } }
  @media (min-width: 1261px) {
    .farm-to-family-widget .farm-to-family-wrapper .farm-to-family-img-wrapper {
      gap: 1vw; } }

/* Founders Quote Widget */
[data-content-region="home_founders_quote_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.founders-quote-widget {
  width: 100%;
  background: #3c3027;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 3em 0;
  padding-top: 5em; }
  .founders-quote-widget .founders-quote-quotation-mark {
    color: #a9ae36;
    font-size: 5rem;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0; }
  .founders-quote-widget .founders-quote-quote {
    font-size: 1.25rem;
    line-height: 28px;
    font-weight: 700px;
    width: 85%;
    max-width: 676px;
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 10px;
    font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
  .founders-quote-widget .founders-quote-author {
    font-size: 0.875rem;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .founders-quote-widget .founders-quote-quote {
      font-size: 1.5rem;
      line-height: 30px; } }

/* Family Cookbook Widget */
[data-content-region="home_family_cookbook_widget"] [data-sub-layout]:first-of-type {
  padding-inline: 0 !important; }

.family-cookbook-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  color: #3c3027;
  background: rgba(228, 219, 188, 0.2);
  padding: 3em 0; }
  .family-cookbook-widget .family-cookbook-content-wrapper {
    max-width: 1350px; }
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading h3, .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading .h3 {
      font-size: 1.25rem;
      line-height: 28px;
      font-weight: 700;
      color: #3c3027;
      font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading .family-cookbook-view-all-top {
      color: #3c3027;
      border-bottom: 1px solid #e4dbbc;
      padding-bottom: .25em;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 16px;
      font-weight: 500;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
      display: none; }
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card {
        width: 95%;
        max-width: 600px;
        margin-bottom: 1em; }
        .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a {
          text-decoration: none;
          color: #3c3027; }
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a img {
            width: 100%;
            aspect-ratio: 1.3;
            object-fit: cover; }
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-heading {
            display: flex;
            justify-content: space-between;
            align-items: baseline; }
            .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-heading .family-cookbook-card-title {
              line-height: 20px;
              font-weight: 600px !important;
              font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif; }
            .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-heading .family-cookbook-card-time {
              font-size: 0.875rem;
              line-height: 20px;
              font-weight: 500;
              font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-description {
            color: #5b5754;
            font-size: 0.875rem;
            line-height: 20px;
            font-weight: 400;
            text-align: start;
            font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif;
            display: none; }
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-view-all-bottom {
      color: #3c3027;
      text-decoration: underline 1px #e4dbbc;
      text-transform: uppercase;
      font-size: 0.875rem;
      line-height: 16px;
      font-weight: 500;
      font-family: "Metropolis-Regular", Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading h3, .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading .h3 {
      font-size: 1.5rem;
      line-height: 30px; }
    .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card .family-cookbook-card-heading .family-cookbook-card-title {
      font-size: 1.1875rem !important;
      line-height: 25px !important;
      font-weight: 600px !important; } }
  @media (min-width: 801px) {
    .family-cookbook-widget {
      padding: 100px 1em; }
      .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-heading .family-cookbook-view-all-top {
          display: block; }
      .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper {
        justify-content: flex-start;
        flex-flow: row nowrap;
        gap: 2.5vw; }
        .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card {
          max-width: 421px; }
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-heading .family-cookbook-card-title,
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-heading .family-cookbook-card-time {
            margin-bottom: 5px; }
          .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-wrapper .family-cookbook-card a .family-cookbook-card-description {
            display: block;
            margin-top: 0; }
      .family-cookbook-widget .family-cookbook-content-wrapper .family-cookbook-view-all-bottom {
        display: none; } }

.more-ways-to-shop {
  margin-top: 60px; }
  .more-ways-to-shop [data-sub-layout] {
    padding: 0; }
  .more-ways-to-shop .more-shop-widget {
    background: #F8F8F8;
    padding: 70px 40px; }
  .more-ways-to-shop h3, .more-ways-to-shop .h3 {
    font-size: 20px;
    color: #3C3027;
    margin-top: 0; }
  .more-ways-to-shop .more-shop-wrapper {
    display: flex;
    justify-content: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: space-between; }
    .more-ways-to-shop .more-shop-wrapper .more-shop-card {
      max-width: 550px;
      width: 100%; }
      .more-ways-to-shop .more-shop-wrapper .more-shop-card a {
        text-decoration: none; }
      .more-ways-to-shop .more-shop-wrapper .more-shop-card .more-shop-card-body {
        margin-top: 15px; }
        .more-ways-to-shop .more-shop-wrapper .more-shop-card .more-shop-card-body .more-shop-card-title {
          color: #3C3027;
          font-size: 19px;
          text-transform: uppercase;
          font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif;
          margin-bottom: 10px; }
        .more-ways-to-shop .more-shop-wrapper .more-shop-card .more-shop-card-body .more-shop-card-description {
          font-family: "Metropolis-Medium";
          font-size: 12px;
          color: #000;
          margin-bottom: 0;
          margin-top: 0; }
      .more-ways-to-shop .more-shop-wrapper .more-shop-card img {
        width: 100%; }
  @media only screen and (max-width: 600px) and (min-width: 200px) {
    .more-ways-to-shop {
      margin-left: -20px;
      margin-right: -20px; }
      .more-ways-to-shop .more-shop-widget {
        padding: 36px 20px 52px; }
        .more-ways-to-shop .more-shop-widget .more-shop-wrapper {
          display: block; }
          .more-ways-to-shop .more-shop-widget .more-shop-wrapper .more-shop-card {
            margin-bottom: 40px; }
            .more-ways-to-shop .more-shop-widget .more-shop-wrapper .more-shop-card:last-child {
              margin-bottom: 0; } }

.category-ad-space {
  margin: 25px 0 50px; }
  @media (min-width: 801px) {
    .category-ad-space {
      margin: 41px 0 50px; } }
  .category-ad-space [data-sub-layout] {
    padding: 0; }
  .category-ad-space.second-ad-space {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 21px;
    margin-top: 80px; }
  @media only screen and (max-width: 801px) and (min-width: 200px) {
    .category-ad-space [data-widget-id] > div > div > div > div:first-child > div {
      display: block; }
      .category-ad-space [data-widget-id] > div > div > div > div:first-child > div [data-test-id="hero-image-title"] {
        display: block; }
    .category-ad-space [data-widget-id] > div > div > div > div:last-child {
      display: none; } }

.company-catalog {
  text-align: center; }
  .company-catalog [data-content-region="company_catalog_widget"] {
    padding: 50px 190px; }
  .company-catalog [data-sub-layout] {
    padding: 0; }
  .company-catalog .company-catalog-heading h3, .company-catalog .company-catalog-heading .h3 {
    font-family: "Metropolis-Medium";
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #5F5954;
    margin-top: 0; }
  .company-catalog .company-catalog-heading .company-catalog-description {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0; }
  @media only screen and (max-width: 801px) and (min-width: 200px) {
    .company-catalog [data-content-region="company_catalog_widget"] {
      padding: 0;
      padding-top: 60px;
      padding-bottom: 60px; } }

.eui-widget-title.es-widget-title.eapps-instagram-feed-title a {
  color: #3c3027 !important;
  font-weight: 700;
  font-family: "Metropolis-Bold", Arial, Helvetica, sans-serif !important; }

.eui-widget-title.es-widget-title.eapps-instagram-feed-title::after {
  content: "\a We love to see the beautiful creations you make with our products. Follow us @PCFreshCo & Use #PCFreshCo to be featured on our instagram and website." !important;
  white-space: pre-wrap;
  font-size: 14px;
  color: #5f5954;
  font-weight: 400;
  line-height: 0; }

.elfsight-app-20c8f2b4-967d-48a4-b49d-14508fa0457d {
  width: 100vw !important;
  z-index: 0; }

.address_book_list_action {
  display: none; }

.order-lists-wrap .orders-search-company .button--search {
  padding: 0.55rem !important; }

.order-lists-wrap .orders-search-company .form-input::placeholder {
  color: #aea7a1;
  font-size: 14px; }

.c002 table > thead > tr > th.t-align-c:last-child {
  display: none; }

.c0010 .address-lists-wrap .address-lists-table tbody > tr > td:last-child {
  display: none; }

#validate-company {
  display: none; }

.body {
  display: none; }

.addressList {
  display: none !important; }

#add_new_address_button {
  display: none !important; }

.address_book_list_action {
  pointer-events: none; }

.navBar-action[href="/user-management/"] {
  display: none; }

.navBar-action[href="/buy-again/"] {
  display: none; }

.button--small {
  height: auto; }

.c002 .button--small {
  padding: 0; }

.c002 .button--small::before {
  padding: 7px 61px; }

.shopping-lists-table .show-action {
  padding-left: 0; }

#shopping_list_grand_total {
  display: none; }

/* hide pagination count */
.table-toolbar.top .number-items {
  display: none !important; }

.c002 #shopping_list_table > thead > tr > th.th-checkbox {
  width: auto !important; }

.uploadFile-mockup {
  height: 100%; }

.upload-container {
  height: 74px; }

#shopping_list_table .action-lists {
  display: flex;
  width: 193px !important; }

.shopping-list #add_to_cart {
  margin-left: 8px;
  margin-top: 21px; }

.shopping-list .cart-info {
  padding: 0; }

.table-wrap:has(.featured) {
  overflow-x: visible; }

#shopping_list_table .th-checkbox, #shopping_list_table .col-checkbox {
  display: none !important; }

ul.cart-info li:last-child a.button--primary {
  display: none; }

.visually-hidden {
  display: none; }

.instructions {
  text-align: center;
  margin-bottom: 2em;
  background: aliceblue;
  padding: 10px; }
  .instructions strong {
    color: #b20062; }

/* responsive fixes */
h2#shopping_list_name, #shopping_list_name.h2, .pcf-bundleb2b-shopping-list .pcf-bundleB2B-shopping-list-heading #shopping_list_name.pcf-shopping-list-title {
  margin: 20px 0 5px 0 !important; }

#shopping_list_comment .rename-shopping-list {
  margin-top: initial !important;
  line-height: initial !important; }

#sorting-actions {
  margin-top: 20px; }
  #sorting-actions button {
    border: 1px solid gray;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    padding: 3px 5px 2px 5px; }

#shopping_list_table thead {
  display: table-header-group !important; }
  #shopping_list_table thead th {
    text-align: right !important; }
  #shopping_list_table thead th:nth-child(4) {
    /* qty */
    text-align: center !important; }

#shopping_list_table tbody > tr {
  display: table-row !important; }

#shopping_list_table .product-iamge {
  width: 0 !important;
  margin: 0 !important; }
  #shopping_list_table .product-iamge img {
    display: none !important; }
  #shopping_list_table .product-iamge .sort-position {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: gray;
    color: white;
    opacity: .85;
    border: 1px solid black;
    margin: auto;
    left: -5px;
    right: 0;
    font: bold large 'Metropolis-Medium';
    font-size: large;
    text-align: center; }

#shopping_list_table td.col-action, #shopping_list_table td.col-action div.action-lists {
  display: none !important; }

#shopping_list_table td.col-product-info {
  width: 80% !important; }
  #shopping_list_table td.col-product-info .product-description {
    width: auto !important; }
    @media (min-width: 551px) {
      #shopping_list_table td.col-product-info .product-description {
        width: inherit !important; } }

#shopping_list_table td.col-product-price {
  width: 10% !important;
  display: table-cell !important;
  text-align: right !important; }
  #shopping_list_table td.col-product-price span.product-price {
    font-size: .875rem; }

#shopping_list_table td.col-product-qty {
  width: 10% !important;
  display: table-cell !important;
  text-align: center !important; }
  #shopping_list_table td.col-product-qty input.qty {
    padding-right: 0 !important; }

.bottom-cart-container .bottom-cart-inner button {
  font-size: .8rem !important;
  border-radius: 0 !important; }

.bottom-cart-container .bottom-cart-inner #to-top-button {
  right: 95px; }

.bottom-cart-container .bottom-cart-inner #jump-page-container {
  position: absolute;
  right: 155px;
  top: -44px;
  background: #f4f1e4; }
  .bottom-cart-container .bottom-cart-inner #jump-page-container #jump-to-page {
    background: #f4f1e4;
    border: 0;
    border-radius: 0 !important;
    text-align: center;
    width: 40px;
    font-weight: 700;
    height: 44px;
    font-size: .8rem;
    padding-left: 10px; }

.bottom-cart-container .bottom-cart-updatelist {
  padding: 0 10px !important; }

@media (min-width: 551px) {
  #shopping_list_table tbody .product-iamge {
    width: 65px !important;
    margin-right: 25px !important; }
    #shopping_list_table tbody .product-iamge img {
      display: block !important; }
    #shopping_list_table tbody .product-iamge .sort-position {
      background-color: white;
      color: black;
      border-color: gray;
      top: 0;
      bottom: 0; }
  #shopping_list_table tbody td.col-action, #shopping_list_table tbody td.col-action div.action-lists {
    display: inline-block !important;
    padding-bottom: 0 !important; }
  #shopping_list_table tbody tr.ui-sortable-helper .action-wrap {
    visibility: hidden; }
  #shopping_list_table tbody tr.to-hide[hidden] {
    display: none !important; }
  #shopping_list_table tbody .col-action .action-lists {
    top: 50px; }
  #shopping_list_table tbody .product-title {
    margin-bottom: 0 !important; }
  .bottom-cart-container .bottom-cart-inner button, .bottom-cart-container .bottom-cart-inner #jump-to-page {
    font-size: 1.1rem !important; }
  .bottom-cart-container .bottom-cart-inner #to-top-button {
    right: 135px; }
  .bottom-cart-container .bottom-cart-inner #jump-page-container {
    right: 230px; }
    .bottom-cart-container .bottom-cart-inner #jump-page-container #jump-to-page {
      width: 60px; }
  .bottom-cart-container .bottom-cart-updatelist {
    padding: 0 25px !important; } }

@media (min-width: 800px) {
  #shopping_list_table .product-title {
    margin-bottom: 0 !important; }
    #shopping_list_table .product-title a {
      font-size: 1.1rem !important; }
  #shopping_list_table span.product-price {
    font-size: 1.1rem !important; }
  #shopping_list_table td.col-product-qty input {
    font-size: 1.1rem !important;
    font-weight: bold;
    width: 60px !important;
    height: 40px !important;
    padding: 0 !important; }
  .bottom-cart-container .bottom-cart-inner button, .bottom-cart-container .bottom-cart-inner #jump-to-page {
    font-size: 1.375rem !important; }
  .bottom-cart-container .bottom-cart-inner #to-top-button {
    right: 195px; }
  .bottom-cart-container .bottom-cart-inner #jump-page-container {
    right: 339px; }
    .bottom-cart-container .bottom-cart-inner #jump-page-container #jump-to-page {
      width: 60px; }
  .bottom-cart-container .bottom-cart-updatelist {
    padding: 0 45px !important; } }

#backButton {
  display: flex;
  justify-content: flex-end; }
