@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 {
  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: #333333;
  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.5rem; }

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,
h2,
h3,
h4,
h5,
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: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.78571rem; }

hr {
  border: solid #e5e5e5;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.92857rem; }

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.5rem; }

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.35714rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    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 #e5e5e5;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #e5e5e5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    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 #e5e5e5; }

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

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", 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: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

/*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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .button--primary:active {
    background-color: black;
    border: 1px solid black;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  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: 15px; }

.button--small {
  font-size: 13px;
  padding: 0.57143rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

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

/*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 {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button: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: #e5e5e5;
  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: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  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.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

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

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

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.78571rem;
  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: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  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: white;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #474747;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*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: #8f8f8f;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

/*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 #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  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.75rem;
    padding-right: 0.75rem;
    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 2rem;
  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.35714rem;
    padding-left: 1.85714rem;
    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 #8f8f8f;
      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: white; }

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 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(51, 51, 51, 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.85714rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.85714rem;
    margin: 0.07143rem 0 0 -2.92857rem;
    width: 2.85714rem; }

/*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: 3rem;
    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 {
    height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  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.75rem 0 0; }

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

/*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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  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: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    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: #757575; }

.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: #757575; }

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

.switch-description--on {
  color: #757575;
  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 #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    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: #008a06; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  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: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.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: #cc4749; }

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

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

.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: #f1a500; }

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

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

/*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: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .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: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  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: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

.tabs-contents {
  margin-bottom: 1.5rem; }
  .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.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 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.5rem; }

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

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

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

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

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

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

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  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.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

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

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

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

.alertBox-heading {
  margin: 0; }

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

/*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: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 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: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  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 #e5e5e5;
  padding: 1rem 0;
  position: relative; }

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  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: 3rem;
  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: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 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 #999999 #999999;
    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.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 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.35714rem 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.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      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: 3rem;
  padding: 0 0; }

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

.card-image {
  border: 1px solid #999999;
  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: #757575; }

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

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

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  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: #8f8f8f;
    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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  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: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .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='%238f8f8f' 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='%23474747' 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: -3.35714rem; } }
  .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='%238f8f8f' 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='%23474747' 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 #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.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%; }

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    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.5rem;
  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.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }
  .definitionList-value.omsOrderStatus .skeleton {
    width: 85px;
    display: inline-block;
    margin-bottom: 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(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    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.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .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.5rem; }
  .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: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

.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 {
    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 {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.body-wrapper .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%); }
  .body-wrapper .modal .form-field {
    position: relative; }

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

.body-wrapper .modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem; }

.body-wrapper .modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .body-wrapper .modal-header-title {
      font-size: 25px; } }

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

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

.body-wrapper .modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .body-wrapper .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .body-wrapper .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .body-wrapper .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .body-wrapper .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .body-wrapper .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .body-wrapper .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .body-wrapper .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .body-wrapper .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .body-wrapper .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .body-wrapper .modal--alert .button-container {
    margin: 25px 0 0; }
    .body-wrapper .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .body-wrapper .modal--alert .button-container .confirm:focus,
    .body-wrapper .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .body-wrapper .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.body-wrapper .hide-content {
  opacity: 0; }

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

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

.menu-mobile .quickSearchResults {
  position: relative; }

.menu-mobile [data-drop-down-close-mobile] {
  background-color: #eee;
  top: 5px;
  right: 5px;
  display: block !important; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

.panel-title {
  font-size: 20px; }

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  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: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

.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: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .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 {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  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 #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @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.5rem 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: #444444;
  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: 2rem; } }

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

.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.78571rem !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: #999999; }

.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: #757575;
  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: #333333; }

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.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

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

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

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.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(204, 71, 73, 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: 3rem;
  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(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat; }

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

.form-field--success .form-input[name="cvv"] {
  background-position: right 2.28571rem 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.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #8f8f8f;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

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

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

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

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

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

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

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  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 #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  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: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[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: 131.8%;
    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: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 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.35714rem 0 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.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .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.35714rem;
  padding-left: 1.85714rem;
  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 #8f8f8f;
    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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 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: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-section {
        flex-wrap: wrap;
        margin-top: 1rem;
        display: none !important; } }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @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 #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

.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 #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

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

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

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  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.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      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.92857rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .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 #e5e5e5;
  color: #757575;
  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; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .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.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.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: #333333;
  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 #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .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: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.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; } }
  .navPages-container .menu-mobile {
    display: none; }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }
    .navPages-container.is-open .menu-mobile {
      display: block; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: hidden;
  padding: 1.5rem; }
  @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;
      width: unset; }
      .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.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @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; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

.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 #cccccc;
  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: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #757575; }

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  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.5rem; }
    @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.78571rem; } }

.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: 3rem; }
    @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: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@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 #cccccc;
    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.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0 0.75rem !important; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }

.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.5rem;
      padding-right: 1.5rem;
      width: 100%; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.78571rem 0 1.14286rem; } }
  .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.35714rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @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 #e5e5e5; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.78571rem 1.5rem; }

.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: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .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: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      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.35714rem;
    margin-right: 0.78571rem; }
    .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 #313440 transparent;
      border-style: solid;
      border-width: 0.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      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: #757575; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @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.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .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.78571rem 1.5rem 3rem;
  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: 2.25rem;
      padding: 1.5rem;
      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: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

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

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

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

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    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: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 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.78571rem;
        padding-top: 0.78571rem; } }
    .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.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @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: 15px; }
  .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: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @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.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  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: #757575;
  margin-bottom: 1rem; }

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

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

.productView {
  padding-top: 1rem; }

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

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

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-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;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .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 */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  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: #333333; }

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

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

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

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

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .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.5rem; } }
  .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.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  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: 13px; }
  .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.5rem;
      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; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    .productView-options .add-to-cart-buttons .sec-button {
      max-width: 258px; }
    .productView-options .add-to-cart-buttons .form-action {
      max-width: 100%; }
      @media (min-width: 551px) {
        .productView-options .add-to-cart-buttons .form-action {
          max-width: 258px; } }
      .productView-options .add-to-cart-buttons .form-action span {
        display: block; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.71429rem;
        padding-left: 0;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }
  .productView-options .form-wishlist {
    width: 100%; }
    @media (max-width: 551px) {
      .productView-options .form-wishlist {
        position: fixed;
        bottom: 48px;
        left: 0;
        z-index: 5; }
        .productView-options .form-wishlist #wishlist-dropdown {
          border-top: 1px solid #8f8f8f;
          position: relative !important;
          top: unset !important; }
          .productView-options .form-wishlist #wishlist-dropdown .button {
            border-radius: 0; } }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .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: 3rem; }

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

.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: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  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 #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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.5rem;
  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 #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

.toggleLink-text {
  font-size: 13px;
  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: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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: 2rem; }
  .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: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.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; }

.reset-filters {
  display: none; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 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.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    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.5rem 0;
  text-align: right; }

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

.cart {
  display: block;
  margin-bottom: 1.5rem;
  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 #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 1.5rem 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.35714rem; }

.cart-item-figure {
  float: left;
  margin-bottom: 1.5rem;
  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.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.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.21429rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.21429rem; }

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

.cart-item-options--giftWrapping {
  margin-top: 1.14286rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  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: #757575; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      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 #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    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.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #757575;
  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.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  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: #333333; }

.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,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    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 {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

.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: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e5e5e5; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0;
        height: 40px; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

.address-details--postal {
  font-size: 15px; }

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    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: 50px;
  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.85714rem;
  padding-top: 0; }
  .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.75rem;
  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.75rem;
  padding-right: 0.75rem;
  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.85714rem;
  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.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    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.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

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

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

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

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

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

.login {
  margin: 3rem auto 6rem;
  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: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 20px; } }
  @media (min-width: 801px) {
    .login-form .form-actions {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 801px) {
    .login-form .form-field .form-inlineMessage {
      position: absolute; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  .new-customer .button {
    display: block; }
    @media (min-width: 801px) {
      .new-customer .button {
        margin: auto;
        display: table; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.78571rem; }

#FormField_27 {
  display: none; }

.login-form.form {
  background-color: whitesmoke;
  margin: 0;
  padding: 20px;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    .login-form.form {
      margin-bottom: 1rem; } }
  .login-form.form .form-input {
    border: none;
    background-color: white; }
  .login-form.form .form-field--error .form-input {
    border: none; }

.new-customer .panel {
  border-radius: 5px; }

.createAccount.account--fixed {
  margin-bottom: 30px; }
  .createAccount.account--fixed .account-body {
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 20px; }
    .createAccount.account--fixed .account-body .form-input {
      border: none; }

#FormField_29 {
  display: none; }

[data-field-type="Country"] option[value] {
  display: none; }

[data-field-type="Country"] option[value="United States"] {
  display: block; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @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.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @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.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 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 #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .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 #e5e5e5;
  font-weight: 700;
  padding: 2rem 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.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  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 2rem 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.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  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.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.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.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .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; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.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: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }
  .account-orderStatus-label--loader {
    background-color: transparent;
    width: 110px; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  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: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.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: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.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.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.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.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

@media screen and (min-width: 768px) {
  [data-path="wishlist.php"] .productGrid .product {
    width: 20%; } }

@media screen and (max-width: 767px) {
  [data-path="wishlist.php"] .productGrid .product {
    width: 50% !important; } }

[data-path="wishlist.php"] .product {
  position: relative; }
  [data-path="wishlist.php"] .product .card {
    position: relative;
    min-height: 300px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      [data-path="wishlist.php"] .product .card {
        min-height: 360px; } }
    [data-path="wishlist.php"] .product .card .prescriptionReminder {
      display: none; }
  [data-path="wishlist.php"] .product .form {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%); }
    [data-path="wishlist.php"] .product .form .button {
      margin-bottom: 0;
      font-size: 10px;
      padding: 0;
      min-height: 24px; }

[data-path="wishlist.php"] .form-actions [data-wishlist-delete] {
  padding: 0.75rem 2.28571rem;
  max-height: 40px; }

[data-path="wishlist.php"] .form-actions [data-wishlist] {
  padding: 0.75rem 2.28571rem; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #E29744; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white);
  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.5rem;
  width: 160px; }

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  border: 1px solid #e5e5e5;
  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 {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    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.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 13px; }

.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.78571rem; }
  .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.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  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.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #333333;
  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 #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative;
      padding-bottom: 18px; } }
  .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: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    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; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  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: 25px; } }

.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.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @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; }
  @media screen and (min-width: 800px) {
    .mobileMenu-toggle {
      z-index: 51; } }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #fff;
    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.34rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.54rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.45rem; }

.body {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.body-wrapper.home-page {
  min-height: 5082.58px; }
  @media (min-width: 801px) {
    .body-wrapper.home-page {
      min-height: 100%; } }

#___ratingbadge_0 {
  bottom: 53px; }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  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; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 4rem !important; }
  @media (max-width: 767px) {
    .blog {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  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;
  margin-top: 40px; }
  @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: 58.33333%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .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.75rem;
    padding-right: 0.75rem;
    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: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .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.75rem;
    padding-right: 0.75rem;
    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.5rem;
  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: 3rem;
    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.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    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: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 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.28571rem;
    padding-right: 0.78571rem;
    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: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .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.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    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: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.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.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  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.10714rem;
  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: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  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 #474747;
  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.5rem; }
  .account.forgotPassword {
    height: 80vh; }
    @media (min-width: 801px) {
      .account.forgotPassword {
        height: 40vh; } }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto; }
    .account--fixed .form-fieldset {
      width: 66.66667%;
      margin: 0 auto; } }

@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: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  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.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.pri-button,
.sec-button {
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none; }

.pri-button {
  color: #0079b1;
  border: 1px solid #0079b1; }
  .pri-button.filled {
    background-color: #0079b1;
    color: #ffffff; }

.sec-button {
  color: #e29545;
  border: 1px solid #e29545; }
  .sec-button.filled {
    background-color: #e29545;
    color: #ffffff; }

@font-face {
  font-family: 'SagonaBook';
  src: url("../fonts/SAGONABOOK.TTF") format("truetype"); }

@font-face {
  font-family: 'SagonaBold';
  src: url("../fonts/SAGONABOOKBOLD.TTF") format("truetype"); }

@font-face {
  font-family: 'SagonaBoldItalic';
  src: url("../fonts/SAGONABOOKBOLDITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'SagonaItalic';
  src: url("../fonts/SAGONABOOKITALIC.TTF") format("truetype"); }

@font-face {
  font-family: 'SagonaLightX';
  src: url("../fonts/SAGONAEXTRALIGHT.TTF") format("truetype"); }

@font-face {
  font-family: 'LatoThin';
  src: url("../fonts/LATOTHIN.woff") format("truetype"); }

@font-face {
  font-family: 'LatoXLight';
  src: url("../fonts/LATOXLIGHT.woff") format("truetype"); }

@font-face {
  font-family: 'LatoLight';
  src: url("../fonts/LATOLIGHT.woff") format("truetype"); }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/LATO.woff") format("truetype"); }

@font-face {
  font-family: 'LatoMedium';
  src: url("../fonts/LATOMEDIUM.woff") format("truetype"); }

@font-face {
  font-family: 'LatoSemi';
  src: url("../fonts/LATOSEMI.woff") format("truetype"); }

@font-face {
  font-family: "LatoBold";
  src: url("../fonts/LATOXBOLD.woff") format("truetype"); }

@font-face {
  font-family: 'LatoXBold';
  src: url("../fonts/LATOXBOLD.woff") format("truetype"); }

@font-face {
  font-family: 'LatoBlack';
  src: url("../fonts/LATOBLACK.woff") format("truetype"); }

.form-field.inputGroup {
  display: flex;
  background-color: #c9c9c933;
  border-radius: 5px;
  margin-bottom: 0px; }
  .form-field.inputGroup button {
    height: 30px;
    min-height: 30px;
    width: 54px;
    min-width: 54px;
    font-size: 12px; }
  .form-field.inputGroup input {
    background-color: transparent;
    height: 30px;
    border: none;
    padding: 5px 7px;
    color: #231F20; }

.form-field.form-field--select .form-select {
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  height: 3rem; }

.form-field .form-select {
  font-size: 12px;
  padding: 1px 10px;
  height: 35px;
  border-color: #243C4533;
  background-position: right 10px top 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.931" height="6.965" viewBox="0 0 13.931 6.965"><path id="Icon_ionic-md-arrow-dropleft" data-name="Icon ionic-md-arrow-dropleft" d="M13.5,9l6.965,6.965L13.5,22.931Z" transform="translate(22.931 -13.5) rotate(90)" fill="%23e29744"/></svg>'); }

.form-field.form-field--radio label {
  height: 25px;
  font-family: "LatoBold", Arial, sans-serif;
  font-size: 12px;
  color: #243C45;
  display: flex;
  align-items: center; }
  .form-field.form-field--radio label::before {
    margin: 0;
    height: 20px;
    width: 20px; }
  .form-field.form-field--radio label::after {
    background-color: white;
    border: 1px solid #E29445;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8"><path id="Path_18486" data-name="Path 18486" d="M133,137a4,4,0,1,0-4-4A4,4,0,0,0,133,137Z" transform="translate(-129 -129)" fill="%23e29744"/></svg>');
    height: 20px;
    width: 20px;
    top: 3px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center; }

.iti {
  --iti-path-flags-1x: url('../img/iti/flags.webp');
  --iti-path-flags-1x: url('../img/iti/flags.webp');
  --iti-path-flags-2x: url('../img/iti/flags@2x.webp');
  --iti-path-globe-1x: url('../img/iti/globe.webp');
  --iti-path-globe-2x: url('../img/iti/globe@2x.webp');
  width: 100%; }
  .iti__country-name, .iti__selected-dial-code {
    color: #243c45; }

.has-error {
  position: relative; }
  .has-error input {
    border-color: #b00020; }
  .has-error label {
    color: #b00020; }

.error-msg {
  color: #b00020;
  font-size: 12px;
  position: absolute;
  bottom: -20px; }

label {
  outline: none; }

.body#main-content {
  overflow-x: hidden;
  position: relative; }
  .body#main-content:has([data-layout-name="Pet insruance"]) {
    margin-top: -13px; }

@media (max-width: 800px) {
  body:has(#orderConfirmationPage) .legit-logo,
  body:has(#orderConfirmationPage) footer.fs-footer {
    display: none !important; } }

.custom-container {
  max-width: 1366px;
  margin-inline: auto; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important; }

input.form-input {
  border-radius: 5px; }
  input.form-input.product-quantity {
    max-width: 50px; }

*::placeholder {
  /* modern browser */
  color: #0079b1 !important;
  font-size: 14px;
  font-weight: 700; }

#shipping-address::placeholder,
#quickSearch *::placeholder {
  font-family: "LatoSemi", Arial, sans-serif;
  font-weight: 600; }

.quickSearchResults {
  display: none; }

.toggle.videoGallery .toggle-title {
  margin-top: 32px; }

.banners {
  display: none; }

.secondary-arrow .slick-prev,
.secondary-arrow .slick-next {
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 30px; }

.secondary-arrow .slick-prev::before,
.secondary-arrow .slick-next::before {
  background-image: url("../img/secondary-arrow.svg");
  width: 30px;
  height: 30px; }

.body-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  z-index: 1;
  top: 140px;
  display: none; }
  .body-overlay.is-open {
    display: block; }

.bg-overlay {
  background: #231F20;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 101;
  opacity: .2; }
  .bg-overlay.d-none {
    display: none; }

.d-none {
  display: none !important; }

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

body {
  padding-top: 0; }

.button--primary {
  background-color: #0079b1;
  color: #fff;
  border: none;
  font-family: "LatoBlack", Arial, sans-serif;
  max-height: 40px;
  min-height: 40px;
  min-width: 100px; }
  .button--primary:hover {
    background-color: #e29545; }

.new-customer {
  font-family: "Lato", Arial, sans-serif; }

.form-label {
  font-family: "LatoSemi", Arial, sans-serif; }

.page-heading {
  font-family: "SagonaBold", Arial, sans-serif;
  font-weight: bold;
  color: #0079b1;
  margin-top: 20px; }

.account-body {
  padding: 0 24px; }

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

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

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

@media (max-width: 767px) {
  .sm-text-start {
    text-align: start; } }

@media (max-width: 767px) {
  .sm-text-center {
    text-align: center; } }

@media (max-width: 767px) {
  .sm-text-end {
    text-align: end; } }

.slick-dots {
  text-align: center;
  padding: 0;
  bottom: -30px; }
  @media (min-width: 768px) {
    .slick-dots {
      padding-left: 25px; } }
  .slick-dots li {
    margin-right: 5px;
    width: 10px; }
    .slick-dots li button {
      width: 5px;
      height: 5px;
      background-color: #eebf8f;
      border-color: transparent;
      box-shadow: 0px 3px 6px #00000029; }
      .slick-dots li button::before {
        visibility: hidden; }
    .slick-dots li.slick-active {
      width: 40px; }
      .slick-dots li.slick-active button {
        width: 40px;
        height: 5px;
        background-color: #E29445;
        border-color: #E29445;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029; }
        .slick-dots li.slick-active button::before {
          visibility: hidden; }

.slick-arrow {
  background-color: transparent;
  border: none;
  width: 35px;
  height: 35px;
  top: 45%;
  padding: 0px; }
  .slick-arrow.slick-prev {
    left: 5px; }
    .slick-arrow.slick-prev::before {
      width: 35px;
      height: 35px;
      rotate: 180deg;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.963" height="30.963" viewBox="0 0 30.963 30.963"><g id="Group_18008" data-name="Group 18008" transform="translate(0 30.963) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><path id="Path_71" data-name="Path 71" d="M30.963,15.482A15.482,15.482,0,1,0,15.482,30.963,15.482,15.482,0,0,0,30.963,15.482Z" fill="%23e29445"/><path id="Path_72" data-name="Path 72" d="M12.385,0,6.193,6.193,0,0" transform="translate(9.289 12.91)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>'); }
  .slick-arrow.slick-next {
    right: 5px; }
    .slick-arrow.slick-next::before {
      width: 35px;
      height: 35px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.963" height="30.963" viewBox="0 0 30.963 30.963"><g id="Group_18008" data-name="Group 18008" transform="translate(0 30.963) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><path id="Path_71" data-name="Path 71" d="M30.963,15.482A15.482,15.482,0,1,0,15.482,30.963,15.482,15.482,0,0,0,30.963,15.482Z" fill="%23e29445"/><path id="Path_72" data-name="Path 72" d="M12.385,0,6.193,6.193,0,0" transform="translate(9.289 12.91)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>'); }

body:has(#checkoutModal.is-open),
body:has(.side-drawer.is-open) {
  overflow: hidden; }
  body:has(#checkoutModal.is-open) .drawer-underlay,
  body:has(.side-drawer.is-open) .drawer-underlay {
    display: block; }

/* width */
::-webkit-scrollbar {
  width: 6px; }

/* Track */
::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e29545;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e29545; }

.modal-background {
  pointer-events: all;
  z-index: 1005;
  cursor: pointer;
  background-color: #33333352; }

.swal2-confirm {
  background-color: #0079b1; }

.custom-breadcrumbs {
  margin-top: 20px; }
  .custom-breadcrumbs .breadcrumbs {
    text-align: left; }
    .custom-breadcrumbs .breadcrumbs .breadcrumb:not(:first-child)::before {
      transform: rotate(0deg); }
    .custom-breadcrumbs .breadcrumbs .breadcrumb a {
      text-decoration: none; }
    .custom-breadcrumbs .breadcrumbs .breadcrumb.is-active a {
      color: #0079b1; }

.checkout-step--shipping-custom .pis-header a {
  color: #e29545;
  font-size: 12px;
  font-family: "LatoMedium", Arial, sans-serif; }

.checkout-step--shipping-custom .store-map {
  padding: 20px;
  border: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 15px;
  border-radius: 4px; }
  .checkout-step--shipping-custom .store-map h4,
  .checkout-step--shipping-custom .store-map h5 {
    font-size: 16px;
    margin-bottom: 10px; }
  .checkout-step--shipping-custom .store-map p,
  .checkout-step--shipping-custom .store-map li {
    font-size: 12px;
    font-family: "LatoMedium", Arial, sans-serif; }
  .checkout-step--shipping-custom .store-map .store-info {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    padding-right: 15px;
    margin-right: 15px; }
    .checkout-step--shipping-custom .store-map .store-info .availability {
      font-size: 12px;
      font-family: "LatoBold", Arial, sans-serif; }
      .checkout-step--shipping-custom .store-map .store-info .availability.available {
        color: #66BB6A; }
      .checkout-step--shipping-custom .store-map .store-info .availability.not-available {
        color: #B71D1C; }
    .checkout-step--shipping-custom .store-map .store-info .cnc-store_hours {
      margin-bottom: 1.5rem;
      margin-left: 0;
      list-style: none; }
      .checkout-step--shipping-custom .store-map .store-info .cnc-store_hours li {
        display: flex;
        justify-content: space-between; }

.checkout-step--billing .dropdownMenu #addressDropdown {
  max-width: unset; }

.checkout-step--billing .form-actions {
  padding-bottom: 20px; }

.hero-image img {
  width: 100%; }

@media (min-width: 768px) {
  .hero-image--mobile {
    display: none; } }

.hero-image--desktop {
  display: none; }
  @media (min-width: 768px) {
    .hero-image--desktop {
      display: block; } }

.information-widget-card {
  text-align: center;
  margin-bottom: 2rem; }
  .information-widget-card__thumb {
    background-color: #eef0f1;
    border: 1px solid #eef0f1;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    padding: 2rem;
    transition: border .15s ease-in; }
    .information-widget-card__thumb:hover {
      border-color: #e29545; }
    .information-widget-card__thumb img {
      height: 100px; }
      @media (min-width: 768px) {
        .information-widget-card__thumb img {
          height: 150px; } }
  .information-widget-card__name {
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: .5rem; }
  .information-widget-card__desc, .information-widget-card__more {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    margin-bottom: .5rem; }

.information-widget-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  filter: opacity(0);
  pointer-events: none;
  transition: filter .15s ease-in; }
  .information-widget-modal__details {
    display: none; }
    .information-widget-modal__details h6 {
      margin-bottom: 1rem;
      font-size: 22px; }
    .information-widget-modal__details p {
      font-size: 16px; }
  .information-widget-modal__content {
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    padding: 3rem 2rem 2rem;
    max-width: 850px;
    width: 90%;
    transition: transform .15s ease-in;
    overflow-y: auto;
    max-height: 80%; }
    @media (min-width: 768px) {
      .information-widget-modal__content {
        width: 100%; } }
  .information-widget-modal__link {
    display: block;
    text-align: center;
    background-color: #e29545;
    color: #fff !important;
    border-radius: 4px;
    padding: 10px;
    font-weight: 700;
    font-family: "LatoBold", Arial, sans-serif;
    text-decoration: none; }
  .information-widget-modal__close {
    filter: invert(1);
    opacity: .35;
    position: absolute;
    top: 15px;
    right: 15px; }
  .information-widget-modal.info-show {
    filter: opacity(1);
    pointer-events: auto; }
    .information-widget-modal.info-show .information-widget-modal__content {
      transform: translate(-50%, -50%); }

.three-col-tile a {
  text-decoration: none; }

.three-col-tile__item {
  text-align: center;
  margin-bottom: 4rem; }

.three-col-tile__thumb {
  display: block;
  width: 80%;
  margin: 0 auto 1.5rem; }
  @media (min-width: 768px) {
    .three-col-tile__thumb {
      width: 190px; } }

.bio-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 2px solid #e29545; }
  @media (min-width: 768px) {
    .bio-widget {
      padding-bottom: 0;
      border-bottom: none; } }
  .bio-widget p {
    font-size: 16px; }
  @media (min-width: 768px) {
    .bio-widget__content {
      width: 65%;
      border-right: 2px solid #e29545;
      padding-right: 75px; } }
  .bio-widget__heading {
    color: #0079b1;
    margin-bottom: 1rem; }
  .bio-widget__thumb {
    text-align: center;
    display: none; }
    @media (min-width: 768px) {
      .bio-widget__thumb {
        width: 30%;
        display: block; } }
  .bio-widget__name {
    color: #0079b1;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .bio-widget__position {
    color: #e29545;
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 1.5rem; }
  .bio-widget__sign {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .bio-widget__sign {
        justify-content: center; } }
    .bio-widget__sign img {
      width: 50%; }
      @media (min-width: 768px) {
        .bio-widget__sign img {
          width: 25%; } }
    @media (min-width: 768px) {
      .bio-widget__sign img:nth-child(2) {
        display: none; } }

.timeline__thumb {
  height: 160px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .timeline__thumb {
      height: 140px; } }

.timeline__container {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden; }

.timeline__content {
  padding: 15px;
  border: 1px solid #ddd; }
  .timeline__content h3 {
    color: #0079b1;
    font-size: 30px;
    margin-bottom: 1rem; }
  .timeline__content p {
    font-size: 16px !important;
    font-family: "LatoSemi";
    line-height: 22px !important;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
    .timeline__content p.more {
      height: 160px;
      display: block;
      overflow-y: auto; }
  .timeline__content a {
    padding: 0 !important; }

.timeline .slick-next {
  right: -20px;
  background-color: transparent; }
  @media (min-width: 768px) {
    .timeline .slick-next {
      right: -30px; } }

.timeline .slick-prev {
  left: -20px;
  background-color: transparent; }
  @media (min-width: 768px) {
    .timeline .slick-prev {
      left: -30px; } }

.two-column-panels h2 {
  font-size: 30px !important;
  margin-bottom: 2rem;
  color: #142c34; }

.two-column-panels .grid-container {
  padding-inline: 0 !important; }

.two-column-panels .col {
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .two-column-panels .col {
      min-height: auto !important; } }

.two-column-panels__panel {
  background: #ca7e30;
  color: white;
  padding: 15px;
  border-radius: 15px;
  height: 100%; }
  @media (min-width: 768px) {
    .two-column-panels__panel {
      padding: 30px; } }
  .two-column-panels__panel p {
    font-size: 16px !important;
    line-height: 20px !important;
    margin: 0; }
    @media (min-width: 768px) {
      .two-column-panels__panel p {
        font-size: 20px !important;
        line-height: 26px !important; } }

.secondary-section {
  background-color: #e29545;
  margin-top: 200px; }
  .secondary-section [data-content-region="secondary_content"] {
    margin-top: -150px; }

.history-bg {
  display: none; }
  @media (min-width: 768px) {
    .history-bg {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 267px;
      object-fit: contain;
      pointer-events: none;
      z-index: 1; } }

.bc-carousel__arrow--left, .bc-carousel__arrow--right {
  background-color: #e29545 !important;
  border-radius: 50% !important;
  height: 52px !important;
  opacity: 1 !important; }
  .bc-carousel__arrow--left svg, .bc-carousel__arrow--right svg {
    transform: scale(0.75); }
    .bc-carousel__arrow--left svg path, .bc-carousel__arrow--right svg path {
      fill: #fff; }

.bc-carousel__bullet {
  border-color: #e29545 !important;
  background-color: #e29545;
  opacity: 0.6;
  box-shadow: 0px 3px 6px #00000029;
  width: 10px !important;
  height: 10px !important; }
  .bc-carousel__bullet-active {
    opacity: 1;
    background-color: #e29545 !important;
    width: 50px !important;
    height: 10px !important;
    border-radius: 5px !important; }

[data-path="grooming"] .timeline__content h3 {
  font-size: 18px; }

[data-sub-layout-container],
[data-sub-layout] {
  z-index: auto !important; }

[data-path="nail-trim-clinic"] h1.page-heading,
[data-path="services-page"] h1.page-heading,
[data-path="pet-care-clinics"] h1.page-heading,
[data-path="dog-training"] h1.page-heading,
[data-path="adoptions"] h1.page-heading,
[data-path="grooming"] h1.page-heading,
[data-path="bogo-toys"] h1.page-heading,
[data-path="bogo-treats"] h1.page-heading,
[data-path="rewards-member-exclusive-offers"] h1.page-heading,
[data-path="cat-essentials"] h1.page-heading,
[data-path="howl-o-ween-shop"] h1.page-heading,
[data-path="holiday-shop"] h1.page-heading,
[data-path="careers"] h1.page-heading {
  display: none; }

[data-path="services-page"] .custom-breadcrumbs,
[data-path="grooming"] .custom-breadcrumbs,
[data-path="bogo-toys"] .custom-breadcrumbs,
[data-path="bogo-treats"] .custom-breadcrumbs,
[data-path="rewards-member-exclusive-offers"] .custom-breadcrumbs,
[data-path="cat-essentials"] .custom-breadcrumbs,
[data-path="howl-o-ween-shop"] .custom-breadcrumbs,
[data-path="holiday-shop"] .custom-breadcrumbs {
  display: none; }

[data-path="pet-wash"] .pw_breadcrumbs,
[data-path="express-bathing"] .pw_breadcrumbs {
  display: none; }

.custom-breadcrumbs {
  display: none; }

.css-mwwowe,
.css-p3lncx {
  z-index: 5 !important; }

body[data-path="feeders-pet-supply-rewards"] [data-content-region="shopping-section"] [data-sub-layout-container]:nth-child(2) {
  display: none; }

@media (max-width: 700px) {
  body[data-path="feeders-pet-supply-rewards"] [data-content-region="shopping-section"] [data-sub-layout-container]:nth-child(2) {
    display: block; }
  body[data-path="feeders-pet-supply-rewards"] [data-content-region="shopping-section"] [data-sub-layout-container]:first-child {
    display: none; } }

.page:has(.page-builder.careers) .page-heading {
  display: none; }

.isMobileApp .mobileMenu-toggle {
  display: none; }

.isMobileApp header.header {
  display: none; }

.isMobileApp .legit-logo,
.isMobileApp .floating-btn-container,
.isMobileApp .needsclick.kl-private-reset-css-Xuajs1 {
  display: none !important; }

.isMobileApp .fs-footer {
  display: none; }

.isMobileApp #consent-manager {
  display: none !important; }

.isMobileApp #___ratingbadge_0 {
  display: none !important; }

.isMobileApp .smartbanner-ios {
  display: none !important; }

.isMobileApp .smartbanner-show {
  margin-top: 0 !important; }

.book-now-back-button {
  position: absolute;
  z-index: 1;
  margin: 10px 8px;
  padding: 8px 24px;
  height: auto;
  min-height: auto;
  width: auto;
  min-width: auto; }

.cnc-store_button {
  max-width: 121px; }
  @media (max-width: 700px) {
    .cnc-store_button {
      max-width: 100px; } }

@media screen and (max-width: 767px) {
  [data-path="refund-policy"] [data-content-region="page_builder_content"],
  [data-path="privacy-policy"] [data-content-region="page_builder_content"],
  [data-path="careers"] [data-content-region="page_builder_content"] {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 700px) {
  [data-content-region="monthlyAd"] .productCarousel .slick-track .slick-slide .imap-label {
    font-size: 10px; } }

[data-content-region="monthlyAd"] .productCarouselWidget {
  margin-inline: 0px; }

[data-testid="phoneNumberInput"]::placeholder,
.kl-private-reset-css-Xuajs1 {
  font-size: 18px; }

@media (min-width: 768px) {
  .home_page_carousel_container {
    margin-bottom: 30px !important; } }

.home_page_carousel_container .grid-container {
  height: 230px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .home_page_carousel_container .grid-container {
      height: 256px; } }

.home_page_carousel_container .homepageCarouselWidget .bannerContainer {
  height: 200px;
  border-radius: 10px;
  overflow: hidden; }
  .home_page_carousel_container .homepageCarouselWidget .bannerContainer:not(:first-child) {
    display: none; }
  .home_page_carousel_container .homepageCarouselWidget .bannerContainer.slick-slide {
    display: block; }
  @media (min-width: 768px) {
    .home_page_carousel_container .homepageCarouselWidget .bannerContainer {
      height: 256px; } }
  .home_page_carousel_container .homepageCarouselWidget .bannerContainer picture img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 64/15; }

.home_page_carousel_container .homepageCarouselWidget .slick-arrow {
  background-color: transparent;
  border: none;
  padding: 0px;
  bottom: -15px;
  top: initial;
  width: 40px;
  height: 40px; }
  .home_page_carousel_container .homepageCarouselWidget .slick-arrow.slick-prev {
    right: 50px;
    left: initial;
    bottom: -20px; }
    .home_page_carousel_container .homepageCarouselWidget .slick-arrow.slick-prev::before {
      width: 40px;
      height: 40px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="49.998" height="50" viewBox="0 0 49.998 50"><defs><filter id="Path_71" x="0" y="0" width="49.998" height="50" filterUnits="userSpaceOnUse"><feOffset dy="3" input="SourceAlpha"/><feGaussianBlur stdDeviation="3" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter></defs><g id="Group_19038" data-name="Group 19038" transform="translate(9 38) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><g transform="matrix(0, 1, -1, 0, 38, -9)" filter="url(%23Path_71)"><path id="Path_71-2" data-name="Path 71" d="M32,16A16,16,0,1,1,16,0,16,16,0,0,1,32,16Z" transform="translate(9 38) rotate(-90)" fill="%23fff"/></g><path id="Path_72" data-name="Path 72" d="M12.385,6.192,6.193,0,0,6.192" transform="translate(9.808 12.903)" fill="none" stroke="%23e29744" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>');
      rotate: 0deg; }
  .home_page_carousel_container .homepageCarouselWidget .slick-arrow.slick-next {
    right: 10px;
    bottom: -20px; }
    .home_page_carousel_container .homepageCarouselWidget .slick-arrow.slick-next::before {
      width: 40px;
      height: 40px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="50" height="50" viewBox="0 0 50 50"><defs><filter id="Path_71" x="0" y="0" width="50" height="50" filterUnits="userSpaceOnUse"><feOffset dy="3" input="SourceAlpha"/><feGaussianBlur stdDeviation="3" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter></defs><g id="Group_19037" data-name="Group 19037" transform="translate(8.993 37.481) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><g transform="matrix(0, 1, -1, 0, 37.48, -8.99)" filter="url(%23Path_71)"><path id="Path_71-2" data-name="Path 71" d="M32,16A16,16,0,1,0,16,32,16,16,0,0,0,32,16Z" transform="translate(9 38) rotate(-90)" fill="%23fff"/></g><path id="Path_72" data-name="Path 72" d="M12.385,0,6.193,6.193,0,0" transform="translate(9.289 12.91)" fill="none" stroke="%23e29744" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>'); }

.home_page_carousel_container .homepageCarouselWidget .slick-dots {
  bottom: -25px;
  text-align: center;
  padding: 0; }
  @media (min-width: 768px) {
    .home_page_carousel_container .homepageCarouselWidget .slick-dots {
      bottom: 10px;
      text-align: start;
      padding-left: 25px; } }
  .home_page_carousel_container .homepageCarouselWidget .slick-dots li {
    margin-right: 10px;
    width: 10px; }
    .home_page_carousel_container .homepageCarouselWidget .slick-dots li button {
      width: 10px;
      height: 10px;
      background-color: white;
      border-color: white;
      box-shadow: 0px 3px 6px #00000029; }
      .home_page_carousel_container .homepageCarouselWidget .slick-dots li button::before {
        visibility: hidden; }
    .home_page_carousel_container .homepageCarouselWidget .slick-dots li.slick-active {
      width: 50px; }
      .home_page_carousel_container .homepageCarouselWidget .slick-dots li.slick-active button {
        width: 50px;
        height: 10px;
        background-color: white;
        border-color: white;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029; }
        .home_page_carousel_container .homepageCarouselWidget .slick-dots li.slick-active button::before {
          visibility: hidden; }

.tertiaryCards .tertiaryCards--item {
  height: 90px;
  background-color: #EEF0F1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .tertiaryCards .tertiaryCards--item {
      height: 120px; } }
  .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent {
    flex-basis: 165px;
    background-color: #4FB3DD;
    white-space: pre-line;
    display: grid;
    padding: 10px; }
    @media (min-width: 1000px) {
      .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent {
        flex-basis: 45%;
        padding: 15px; } }
    .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span {
      font-family: "LatoBold", Arial, sans-serif;
      color: white;
      font-size: 10px;
      font-weight: normal;
      line-height: 15px; }
      @media (min-width: 768px) {
        .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span {
          font-size: 16px;
          line-height: 16px; } }
      .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span:nth-child(2) {
        font-family: "LatoBlack", Arial, sans-serif;
        font-size: 18px;
        line-height: 24px; }
        @media (min-width: 768px) {
          .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span:nth-child(2) {
            font-size: 20px;
            line-height: 20px; } }
      .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span:nth-child(3) {
        font-size: 10px;
        line-height: 12px; }
        @media (min-width: 768px) {
          .tertiaryCards .tertiaryCards--item .tertiaryCards--item--textContent span:nth-child(3) {
            font-size: 14px;
            line-height: 17px; } }
  .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent {
    flex-basis: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent {
        flex-basis: 55%; } }
    .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
      @media (min-width: 768px) {
        .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent img {
          height: 100%;
          object-fit: cover; } }
    .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent .sec-button {
      position: absolute;
      bottom: 10px;
      opacity: 1;
      height: 25px;
      width: 80px;
      font-size: 12px;
      padding: 3px;
      text-transform: capitalize;
      font-family: "LatoBold", Arial, sans-serif; }
      @media (min-width: 768px) {
        .tertiaryCards .tertiaryCards--item .tertiaryCards--item--imgContent .sec-button {
          opacity: 0;
          width: 102px;
          height: 30px;
          padding: 5px; } }
  .tertiaryCards .tertiaryCards--item .tertiaryCards--item--img {
    position: absolute;
    top: -2px;
    left: 0;
    right: -2px;
    bottom: -2px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .tertiaryCards .tertiaryCards--item:hover .tertiaryCards--item--textContent {
    background-color: #E29744; }
  .tertiaryCards .tertiaryCards--item:hover .tertiaryCards--item--imgContent {
    border: 2px solid #E29744;
    border-left: 0px;
    border-radius: 0px 10px 10px 0px; }
    .tertiaryCards .tertiaryCards--item:hover .tertiaryCards--item--imgContent .sec-button {
      opacity: 1; }
  .tertiaryCards .tertiaryCards--item:hover .tertiaryCards--item--img {
    box-shadow: inset 0 0 0 2px #e29545;
    border-radius: 0 10px 10px 0; }

.offersSection {
  display: none; }
  @media (min-width: 768px) {
    .offersSection {
      display: block;
      margin-top: -120px;
      z-index: 4;
      position: relative; } }
  .offersSection h2 {
    text-align: center;
    font-size: 22px;
    color: #0079b1;
    margin-bottom: 25px; }
  .offersSection .offersSection--container .offersSection--item {
    height: 50px;
    display: flex;
    gap: 20px;
    text-decoration: none; }
    .offersSection .offersSection--container .offersSection--item:nth-of-type(1) {
      justify-self: end; }
    .offersSection .offersSection--container .offersSection--item:nth-of-type(2) {
      justify-self: center; }
    .offersSection .offersSection--container .offersSection--item .offersSection--img img {
      height: 50px;
      object-fit: contain; }
    .offersSection .offersSection--container .offersSection--item .offersSection--text {
      display: grid;
      align-items: center; }
      .offersSection .offersSection--container .offersSection--item .offersSection--text span {
        font-size: "Lato";
        font-size: 12px;
        filter: opacity(0.8);
        line-height: 15px; }
        .offersSection .offersSection--container .offersSection--item .offersSection--text span:nth-child(1) {
          font-family: "LatoBlack";
          font-size: 14px;
          line-height: 17px; }

.featured-categories h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #0079b1; }

.featured-categories h3,
.featured-categories h4 {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: inherit; }

.featured-categories h4 {
  margin-block: 14px; }

.featured-categories_inner {
  background-color: #F7F7F7;
  aspect-ratio: 186 / 134;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 5px; }
  .featured-categories_inner-image {
    margin-top: 10px;
    position: relative;
    height: 75%;
    width: 107px;
    object-fit: contain;
    z-index: 99; }
  .featured-categories_inner-bgimage {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.featured-categories_shop-all {
  font: bold 16px/19px "LatoBold", Arial, sans-serif;
  color: #0079b1;
  float: right;
  position: relative;
  text-decoration: none; }
  .featured-categories_shop-all::after {
    content: '';
    height: 1.5px;
    width: 100%;
    background-color: #0079b1;
    position: absolute;
    left: 0;
    bottom: -1.5px;
    transition: width 0.5s ease-in-out; }
  .featured-categories_shop-all:hover {
    color: #e29545; }
    .featured-categories_shop-all:hover::after {
      width: 29px;
      background-color: #e29545; }
  @media (max-width: 767px) {
    .featured-categories_shop-all {
      display: none; } }

.featured-categories_category-url {
  text-decoration: none;
  color: #0079b1; }
  .featured-categories_category-url:hover {
    color: #e29545; }

.featured-categories ul {
  list-style: none;
  margin: 0; }

.featured-categories .semi-circle-blue {
  position: absolute;
  bottom: 0;
  top: 67%;
  background: #4FB3DD;
  left: -10px;
  right: -10px;
  border-radius: 1000px 1000px 0 0;
  padding-bottom: 55%; }
  @media (min-width: 376px) {
    .featured-categories .semi-circle-blue {
      top: 60%; } }

@media (max-width: 767px) {
  .featured-categories h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 21px; }
  .featured-categories h3 {
    font-size: 8px;
    line-height: 10px; }
  .featured-categories h4 {
    font-size: 12px; } }

.paw-some-deals {
  margin-top: 2rem; }
  .paw-some-deals__title {
    font-size: 22px;
    color: #0079b1;
    margin-bottom: 25px; }
  .paw-some-deals--box {
    margin-bottom: 1.5rem; }
    .paw-some-deals--box__image {
      margin-bottom: 1.5rem; }
      .paw-some-deals--box__image img {
        width: 100%; }
    .paw-some-deals--box__content {
      text-align: center; }
      .paw-some-deals--box__content__title {
        font-family: "LatoBlack", Arial, sans-serif; }
      .paw-some-deals--box__content__description {
        font-size: 12px; }

.paw-some-deals--box:hover .paw-some-deals--box__content__title,
.paw-some-deals--box:hover .paw-some-deals--box__content__description {
  color: #e29545;
  text-decoration: underline; }

[data-content-region="secondary-banner"] {
  aspect-ratio: auto 1174 / 545;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    [data-content-region="secondary-banner"] {
      aspect-ratio: 16 / 2.5;
      width: 100%; }
      [data-content-region="secondary-banner"] div,
      [data-content-region="secondary-banner"] img {
        width: 100%;
        aspect-ratio: 16 / 2.5; } }
  [data-content-region="secondary-banner"] img {
    aspect-ratio: auto 1174 / 545; }

.secondary-banner {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  margin-inline: auto;
  aspect-ratio: auto 1174 / 545; }
  @media (min-width: 768px) {
    .secondary-banner {
      aspect-ratio: 16 / 2.5; } }
  .secondary-banner .full-width {
    margin: 0 !important; }
  .secondary-banner .secondary-banner_image {
    width: 100vw;
    aspect-ratio: auto 1174 / 545; }
    @media (min-width: 768px) {
      .secondary-banner .secondary-banner_image {
        aspect-ratio: 16 / 2.5; } }
  .secondary-banner .grid-container {
    margin-inline: auto;
    padding-inline: 20px;
    position: relative;
    aspect-ratio: auto 1174 / 545; }
    @media (min-width: 768px) {
      .secondary-banner .grid-container {
        aspect-ratio: 16 / 2.5;
        padding-inline: 0px; } }
  .secondary-banner_content {
    z-index: 1;
    padding-block: 37px; }
    @media (min-width: 768px) {
      .secondary-banner_content {
        padding-block: 30px; } }
    @media (min-width: 1000px) {
      .secondary-banner_content {
        padding-left: 58px; } }
  .secondary-banner_image {
    z-index: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .secondary-banner_image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .secondary-banner_image.option-image .primary-image {
      display: none; }
    @media (min-width: 768px) {
      .secondary-banner_image.option-image .mobile-image {
        display: none; }
      .secondary-banner_image.option-image .primary-image {
        display: block; } }
  .secondary-banner h2,
  .secondary-banner p,
  .secondary-banner a {
    color: inherit; }
  .secondary-banner h2 {
    font-size: 18px;
    line-height: 21px; }
  .secondary-banner p {
    font-size: 11px;
    line-height: 14px;
    margin-block: 7px 12px; }
  .secondary-banner a {
    color: inherit;
    padding: 5px 13px;
    font: 900 12px "LatoBold", Arial, sans-serif;
    border: 0; }
  @media (min-width: 768px) {
    .secondary-banner h2 {
      font-size: 25px;
      line-height: 30px; }
    .secondary-banner p {
      font-size: 18px;
      line-height: 21px; }
    .secondary-banner a {
      font-size: 14px;
      line-height: 17px;
      padding-block: 12px;
      min-width: 170px; } }

.feature-brand .card-img-container {
  height: 100%; }
  .feature-brand .card-img-container img {
    height: 100%;
    object-fit: contain; }

.feature-brand .brand-ids {
  display: none; }

.feature-brand div {
  text-align: center; }

.feature-brand .slick-slide {
  margin: 0 5px;
  aspect-ratio: 186 / 134;
  background-color: #f7f7f7;
  padding: 8px; }

.feature-brand .slick-list {
  margin: 0 -5px; }

.feature-brand img {
  margin: 0; }

.feature-brand h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 24px;
  color: #0079b1; }

@media (min-width: 768px) {
  .feature-brand .slick-slide {
    margin: 0 9px; }
  .feature-brand .slick-list {
    margin: 0 -9px; }
  .feature-brand h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 21px; } }

.card {
  border: 1px solid #7070702e;
  border-radius: 10px;
  overflow: hidden;
  width: -webkit-fill-available;
  height: 100%; }
  .card:has(.card-promotion) {
    min-height: 325px; }
    @media (min-width: 768px) {
      .card:has(.card-promotion) {
        min-height: 400px; } }
  .card:not(.loading):hover {
    border-color: #E29744; }
  .card .card-img-container img {
    height: 120px;
    margin: 10px 0; }
    @media (min-width: 768px) {
      .card .card-img-container img {
        height: 145px;
        margin: auto; } }
  .card .card-img-container::after {
    padding-bottom: 140px; }
    @media (min-width: 768px) {
      .card .card-img-container::after {
        height: 190px; } }
  .card .card-body {
    text-align: left;
    padding: 0px 18px 0px 18px;
    margin-bottom: 0; }
    .card .card-body [data-test-info-type="brandName"] {
      color: #0079B1 !important;
      font-family: "LatoBold";
      font-size: 10px; }
      @media (min-width: 768px) {
        .card .card-body [data-test-info-type="brandName"] {
          font-size: 12px; } }
    .card .card-body .card-title a {
      font-size: 12px;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      line-height: 20px; }
      @media (min-width: 768px) {
        .card .card-body .card-title a {
          font-size: 14px; } }
    .card .card-body .price-section {
      color: #A42B3F;
      font-family: "LatoBlack";
      font-size: 11px; }
      @media (min-width: 768px) {
        .card .card-body .price-section {
          font-size: 16px; } }
  .card [data-test-info-type="price"] {
    display: grid;
    grid-template-columns: max-content;
    gap: 5px; }
    .card [data-test-info-type="price"] .price-section.price-section--withoutTax {
      grid-row: 1;
      grid-column: 1; }
    .card [data-test-info-type="price"] .price-section.price-section--withoutTax.non-sale-price--withoutTax {
      grid-row: 1;
      grid-column: 2; }
      .card [data-test-info-type="price"] .price-section.price-section--withoutTax.non-sale-price--withoutTax span {
        color: #243C45;
        filter: opacity(0.5);
        font-family: "LatoSemi";
        font-size: 10px; }
        @media (min-width: 768px) {
          .card [data-test-info-type="price"] .price-section.price-section--withoutTax.non-sale-price--withoutTax span {
            font-size: 14px; } }
  .card .auto-order {
    display: flex;
    gap: 5px; }
    .card .auto-order span {
      color: #A42B3F;
      font-family: "LatoBlack";
      font-size: 11px; }
      @media (min-width: 768px) {
        .card .auto-order span {
          font-size: 16px; } }
    .card .auto-order button {
      height: 17px;
      font-size: 8px;
      display: flex;
      align-items: center;
      gap: 2px;
      line-height: normal;
      font-family: "LatoBold"; }
      @media (min-width: 768px) {
        .card .auto-order button {
          height: 24px;
          font-size: 10px; } }
      .card .auto-order button svg {
        height: 10px; }
  .card .card-promotion {
    display: flex;
    position: absolute;
    bottom: 0; }
    .card .card-promotion p {
      color: #0079B1;
      font-family: "LatoSemi";
      font-size: 10px;
      background: #0079b130;
      margin: 10px;
      padding: 10px;
      border-radius: 4px;
      margin-top: 30px; }
      @media (min-width: 768px) {
        .card .card-promotion p {
          font-size: 12px; } }

.productBadge {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  right: 10px;
  flex-direction: column;
  z-index: 1; }
  @media (min-width: 768px) {
    .productBadge {
      padding: 5px 9px; } }
  .productBadge .badge {
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 10px;
    font-family: "LatoBold", Arial, sans-serif;
    background-color: #0079b1;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    pointer-events: none; }

.services-section h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
  color: #0079b1; }

.services-section ul {
  list-style: none;
  margin: 0; }

.services-section__all {
  font: bold 16px/19px "LatoBold", Arial, sans-serif;
  color: #0079b1;
  float: right;
  position: relative;
  text-decoration: none; }
  .services-section__all::after {
    content: '';
    height: 1.5px;
    width: 100%;
    background-color: #0079b1;
    position: absolute;
    left: 0;
    bottom: -1.5px;
    transition: width 0.5s ease-in-out; }
  .services-section__all:hover {
    color: #e29545; }
    .services-section__all:hover::after {
      width: 29px;
      background-color: #e29545; }
  @media (max-width: 767px) {
    .services-section__all {
      display: none; } }

.services-section__card {
  text-align: center;
  margin-bottom: 23px; }
  .services-section__card-thumb {
    background-color: #EEF0F1;
    margin-bottom: 12px;
    border-radius: 4px;
    display: block; }
  .services-section__card-title {
    font-size: 12px;
    line-height: 15px; }
    @media (min-width: 768px) {
      .services-section__card-title {
        font-size: 14px;
        line-height: 17px; } }
    .services-section__card-title a {
      color: #0079b1;
      text-decoration: none; }
  .services-section__card:hover a {
    color: #e29545; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root .page-heading {
    margin-top: 60px; } }

.two-column-image {
  margin-top: 2rem; }
  .two-column-image .grid-container .col {
    margin-bottom: 1.5rem; }
    .two-column-image .grid-container .col .column-layout__image img {
      aspect-ratio: 275/62;
      width: 100%; }

.news-section h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #0079b1; }

.news-section p {
  color: #243c45;
  font-size: 12px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .news-section p {
      font-size: 16px;
      line-height: 19px; } }

.news-section ul {
  list-style: none;
  margin: 0; }

.news-section img {
  border-radius: 4px;
  margin-bottom: 17px; }

.news-section a {
  display: block; }

.news-section h3 {
  color: #243c45;
  font-size: 12px;
  line-height: 16px;
  filter: opacity(80%);
  margin-bottom: 11px; }
  .news-section h3 a {
    text-decoration: none; }
  @media (min-width: 768px) {
    .news-section h3 {
      font-size: 16px;
      line-height: 19px; } }

.news-section__view-all {
  background-color: #e29545 !important;
  border-color: #e29545 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 2rem;
  display: inline-block !important; }

.news-section__read-more {
  color: #0079b1;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .news-section__read-more {
      font-size: 16px;
      line-height: 19px; } }

@media (max-width: 767px) {
  [data-content-region="two-column-layout"] .card,
  [data-content-region="featured-categories"] .card {
    padding-bottom: 45px; } }

.productCarousel {
  margin: 0; }
  .productCarousel .slick-track {
    display: flex; }
    .productCarousel .slick-track:has(.prescriptionReminder) {
      height: 315px; }
      @media (min-width: 1000px) {
        .productCarousel .slick-track:has(.prescriptionReminder) {
          height: 370px; } }
    .productCarousel .slick-track .slick-slide {
      height: auto; }
      .productCarousel .slick-track .slick-slide .card {
        height: 100%;
        width: -webkit-fill-available;
        position: relative; }
        @media (max-width: 767px) {
          .productCarousel .slick-track .slick-slide .card {
            padding-bottom: 10px; } }
        @media (min-width: 768px) {
          .productCarousel .slick-track .slick-slide .card .card-body {
            margin-bottom: 80px; } }
  .productCarousel .slick-arrow {
    background-color: transparent;
    border: none;
    width: 35px;
    height: 35px;
    top: 45%;
    padding: 0px; }
    .productCarousel .slick-arrow.slick-prev {
      left: 5px; }
      .productCarousel .slick-arrow.slick-prev::before {
        width: 35px;
        height: 35px;
        rotate: 180deg;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.963" height="30.963" viewBox="0 0 30.963 30.963"><g id="Group_18008" data-name="Group 18008" transform="translate(0 30.963) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><path id="Path_71" data-name="Path 71" d="M30.963,15.482A15.482,15.482,0,1,0,15.482,30.963,15.482,15.482,0,0,0,30.963,15.482Z" fill="%23e29445"/><path id="Path_72" data-name="Path 72" d="M12.385,0,6.193,6.193,0,0" transform="translate(9.289 12.91)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>'); }
    .productCarousel .slick-arrow.slick-next {
      right: 5px; }
      .productCarousel .slick-arrow.slick-next::before {
        width: 35px;
        height: 35px;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.963" height="30.963" viewBox="0 0 30.963 30.963"><g id="Group_18008" data-name="Group 18008" transform="translate(0 30.963) rotate(-90)"><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(0)"><path id="Path_71" data-name="Path 71" d="M30.963,15.482A15.482,15.482,0,1,0,15.482,30.963,15.482,15.482,0,0,0,30.963,15.482Z" fill="%23e29445"/><path id="Path_72" data-name="Path 72" d="M12.385,0,6.193,6.193,0,0" transform="translate(9.289 12.91)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></g></svg>'); }
  .productCarousel .slick-dots {
    text-align: center;
    padding: 0;
    bottom: -30px; }
    @media (min-width: 768px) {
      .productCarousel .slick-dots {
        padding-left: 25px; } }
    .productCarousel .slick-dots li {
      margin-right: 10px;
      width: 10px; }
      .productCarousel .slick-dots li button {
        width: 10px;
        height: 10px;
        background-color: #eebf8f;
        border-color: transparent;
        box-shadow: 0px 3px 6px #00000029; }
        .productCarousel .slick-dots li button::before {
          visibility: hidden; }
      .productCarousel .slick-dots li.slick-active {
        width: 50px; }
        .productCarousel .slick-dots li.slick-active button {
          width: 50px;
          height: 10px;
          background-color: #E29445;
          border-color: #E29445;
          border-radius: 5px;
          box-shadow: 0px 3px 6px #00000029; }
          .productCarousel .slick-dots li.slick-active button::before {
            visibility: hidden; }
  .productCarousel [data-sku]:not(:has(article)) {
    display: none; }

.productCarouselWidget {
  margin-inline: 20px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    .productCarouselWidget {
      margin-inline: 80px; } }
  .productCarouselWidget h2 {
    color: #0079B1;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0; }
    @media (min-width: 768px) {
      .productCarouselWidget h2 {
        font-size: 22px;
        margin-bottom: 28px; } }
  .productCarouselWidget img {
    max-height: 162px; }
  .productCarouselWidget .productCarouselWidget--link {
    font: bold 16px/19px "LatoBold", Arial, sans-serif;
    color: #0079b1;
    float: right;
    position: relative;
    text-decoration: none;
    display: none; }
    .productCarouselWidget .productCarouselWidget--link::after {
      content: '';
      height: 1.5px;
      width: 100%;
      background-color: #0079b1;
      position: absolute;
      left: 0;
      bottom: -2px;
      transition: width 0.5s ease-in-out; }
    .productCarouselWidget .productCarouselWidget--link:hover {
      color: #e29545; }
      .productCarouselWidget .productCarouselWidget--link:hover::after {
        width: 29px;
        background-color: #e29545; }
    @media (min-width: 768px) {
      .productCarouselWidget .productCarouselWidget--link {
        display: block; } }

.pets-category h2 {
  text-align: center; }
  @media (min-width: 768px) {
    .pets-category h2 {
      text-align: left; } }

.pets-category .custom-grid.col-6-3-3 {
  grid-template-columns: repeat(8, 1fr); }
  .pets-category .custom-grid.col-6-3-3 .col {
    margin-bottom: 1.5rem;
    overflow: hidden; }
    .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url {
      position: relative;
      transition: all 0.3s ease-in-out;
      display: block; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url .featured-categories_inner {
        aspect-ratio: 121 / 134; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url::after {
        content: "";
        position: absolute;
        bottom: -70%;
        left: -7px;
        width: 109%;
        height: 100%;
        background-color: #B9DAF1;
        border-radius: 50%;
        transition: all 0.3s ease-in-out; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url img {
        transition: all 0.9s ease-in-out; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url h4 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #0079b1;
        z-index: 1;
        font-family: "LatoBlack", Arial, sans-serif;
        font-weight: 900;
        transition: all 0.3s ease-in-out;
        margin-block: 0; }
        @media (min-width: 1000px) {
          .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url h4 {
            margin-block: 14px; } }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url:hover::after {
        bottom: -60%;
        background-color: #0079b1; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url:hover h4 {
        font-size: 16px;
        color: #FFF;
        bottom: 10px; }
      .pets-category .custom-grid.col-6-3-3 .col .featured-categories_category-url:hover img {
        transform: scale(1.1); }

.blog-section {
  margin-block: 60px 80px; }
  .blog-section_article-thumbnail {
    margin: 0 0 8px;
    aspect-ratio: 288 / 207; }
    .blog-section_article-thumbnail a, .blog-section_article-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (min-width: 768px) {
      .blog-section_article-thumbnail {
        margin-bottom: 17px; } }
  .blog-section_article-title {
    display: flex;
    flex-direction: column; }
    .blog-section_article-title .title {
      font-size: 12px;
      line-height: 16px;
      color: #243c45;
      letter-spacing: 0.12px;
      opacity: 0.8;
      margin-bottom: 8px; }
    .blog-section_article-title .read-more {
      width: fit-content;
      margin-bottom: 18px;
      font-size: 12px; }
    @media (min-width: 768px) {
      .blog-section_article-title .title {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.16px;
        margin-bottom: 11px; }
      .blog-section_article-title .read-more {
        font-size: 16px; } }
  .blog-section .sec-button {
    padding: 8px 27px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 24px; }
  .blog-section h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    color: #0079b1; }
  .blog-section p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.12px;
    color: #243c45;
    opacity: 0.8;
    margin-block: 12px; }
  .blog-section a {
    display: inline-block;
    text-decoration: none; }
  @media (min-width: 768px) {
    .blog-section h2 {
      font-size: 22px;
      line-height: 26px; }
    .blog-section p {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.16px; } }

.legit-logo {
  display: flex;
  justify-content: center;
  padding: 22px;
  border-bottom: 50px solid #454545; }

.fs-footer {
  max-width: 100% !important;
  column-gap: 0 !important;
  color: #fff; }
  .fs-footer__heading {
    color: #fff;
    font-family: "SagonaBold", Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .fs-footer__heading {
        font-size: 22px; } }
  .fs-footer p {
    font-size: 12px; }
  .fs-footer small {
    font-size: 8px;
    filter: opacity(80%); }
  .fs-footer a {
    color: #fff; }
  .fs-footer ul {
    margin-left: 0;
    list-style-type: none; }
    .fs-footer ul a {
      text-decoration: none; }
  .fs-footer__form-field {
    display: flex;
    margin-bottom: 0; }
  .fs-footer__form-input {
    border-radius: 4px !important; }
  .fs-footer__form-btn {
    font-family: "LatoBlack", Arial, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    width: 35%;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .fs-footer__form-btn {
        width: 12%; } }
    .fs-footer__form-btn--primary {
      background-color: #0079b1; }
    .fs-footer__form-btn--secondary {
      background-color: #e29545; }
  .fs-footer__form-col {
    padding: 2rem 20px; }
    @media (min-width: 768px) {
      .fs-footer__form-col {
        padding: 3.5rem; } }
    .fs-footer__form-col--primary {
      background-color: #0079b1; }
    .fs-footer__form-col--secondary {
      background-color: #e29545; }
  .fs-footer__form-notice {
    line-height: 10px; }
  .fs-footer__nav {
    background-color: #142C34;
    grid-column: 1/-1;
    padding: 2rem 20px; }
    @media (min-width: 1000px) {
      .fs-footer__nav {
        padding: 3.5rem; } }
    .fs-footer__nav-container {
      display: flex;
      justify-content: center; }
    .fs-footer__nav-col {
      width: auto; }
      .fs-footer__nav-col:not(.fs-footer__nav-socials) {
        padding-top: 1rem; }
        .fs-footer__nav-col:not(.fs-footer__nav-socials) li {
          margin-bottom: 4px; }
      @media (min-width: 1000px) {
        .fs-footer__nav-col {
          width: 20%; }
          .fs-footer__nav-col.fs-footer__nav-links {
            width: 25%; } }
    .fs-footer__nav-heading {
      font-family: "SagonaLightX", Arial, sans-serif;
      font-size: 1rem;
      color: #fff;
      margin-bottom: 12px; }
    .fs-footer__nav-socials .brand {
      margin-bottom: 15px; }
    .fs-footer__nav-socials img {
      width: 130px; }
    .fs-footer__nav-socials svg {
      width: 20px; }
    .fs-footer__nav-socials-link {
      display: flex;
      margin-top: 10px; }
      .fs-footer__nav-socials-link li:not(:last-child) {
        margin-right: 15px; }
    .fs-footer__nav-links ul {
      display: flex;
      flex-wrap: wrap; }
      .fs-footer__nav-links ul li {
        width: 50%; }
  .fs-footer__copyright {
    font-size: 12px;
    text-align: center; }
    @media (min-width: 1000px) {
      .fs-footer__copyright {
        margin-top: 2rem; } }
  .fs-footer .fs-footer__form-btn {
    min-width: 100px; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] p, .fs-footer__klaviyo div[class*="klaviyo-form-"] a, .fs-footer__klaviyo div[class*="klaviyo-form-"] span:not(.needsclick) {
    color: #fff !important; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] form {
    background-color: transparent !important;
    max-width: 100% !important;
    padding: 0 !important; }
    .fs-footer__klaviyo div[class*="klaviyo-form-"] form div {
      min-height: 0 !important; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR000000000030QAYM p:first-child,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYEZH64KXB608SRR84GE8GN p:first-child,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003146K0 p:first-child,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JSF99PF0X515PMBS72D724G8 p,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYF13G4JGW0S2731K27M4CT p,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003147YS p {
    font-family: "SagonaBold", Arial, sans-serif !important;
    margin-bottom: 12px;
    font-size: 22px !important; }
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR000000000030QAYM p:first-child span,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYEZH64KXB608SRR84GE8GN p:first-child span,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003146K0 p:first-child span,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JSF99PF0X515PMBS72D724G8 p span,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYF13G4JGW0S2731K27M4CT p span,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003147YS p span {
      font-family: inherit !important; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JSF99PF0X515PMBS72D724G8 p,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003147YS p {
    margin-bottom: 0; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR000000000030QAYM,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYEZH64KXB608SRR84GE8GN,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003146K0 {
    margin-bottom: -20px; }
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR000000000030QAYM div,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYEZH64KXB608SRR84GE8GN div,
    .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003146K0 div {
      display: none; }
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR000000000030QAYQ,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-01JXYEZH72Q1BR5WQ0VQVCW8DH,
  .fs-footer__klaviyo div[class*="klaviyo-form-"] #rich-text-016JB91TTR00000000003146S1 {
    margin-top: -20px; }

.floating-btn-container {
  position: fixed;
  right: 20px;
  z-index: 99;
  bottom: 25px;
  display: grid;
  gap: 10px 15px; }
  @media (min-width: 768px) {
    .floating-btn-container {
      right: 50px; } }
  .floating-btn-container .back-to-top,
  .floating-btn-container .chatBubble-icon {
    background-color: #4FB3DD;
    height: 45px;
    width: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .floating-btn-container .back-to-top {
    cursor: pointer;
    grid-row: 1;
    grid-column: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear; }
    .floating-btn-container .back-to-top.show {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s linear; }
  .floating-btn-container .chatBubble-icon {
    grid-row: 2;
    grid-column: 2; }
  .floating-btn-container .myOffers-btn {
    cursor: pointer;
    border-radius: 4px;
    background-color: #A42B3F;
    text-align: left;
    width: 186px;
    height: 45px;
    grid-row: 2;
    grid-column: 1;
    padding: 0px 12px; }
    .floating-btn-container .myOffers-btn p {
      color: white;
      margin-bottom: 0px; }
      .floating-btn-container .myOffers-btn p:nth-child(1) {
        font-size: 16px;
        font-family: "LatoBlack";
        letter-spacing: .16px; }
      .floating-btn-container .myOffers-btn p:nth-child(2) {
        font-size: 12px;
        font-family: "LatoMedium"; }

#chat-button {
  display: none !important; }

.sidepanelContainer {
  position: fixed;
  right: 0;
  z-index: 101;
  width: 325px;
  background-color: #FFFFFF;
  height: 100%;
  transform: translate(calc(100% + 80px), 0);
  transition: transform 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .sidepanelContainer {
      width: 415px; } }
  .sidepanelContainer.is-open {
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transform: translate(0, 0); }
  .sidepanelContainer .close-sidePanel {
    cursor: pointer;
    background-color: #A42B3F;
    border-radius: 5px 0px 0px 5px;
    height: 44px;
    width: 44px;
    position: absolute;
    left: -44px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .sidepanelContainer .close-sidePanel {
        height: 50px;
        width: 50px;
        left: -50px; } }
  .sidepanelContainer .sidepanelContainer--header {
    height: 46px;
    border-bottom: 1px solid lightgray;
    padding: 8px 16px; }
    @media (min-width: 768px) {
      .sidepanelContainer .sidepanelContainer--header {
        height: 64px; } }
    .sidepanelContainer .sidepanelContainer--header .header--items {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .sidepanelContainer .sidepanelContainer--header .header--items {
          height: 100%;
          align-items: center; } }
      .sidepanelContainer .sidepanelContainer--header .header--items .item.item--headingTitle {
        color: #0079B1;
        font-size: 16px;
        font-family: "LatoBlack"; }
        @media (min-width: 768px) {
          .sidepanelContainer .sidepanelContainer--header .header--items .item.item--headingTitle {
            font-size: 18px; } }
      .sidepanelContainer .sidepanelContainer--header .header--items .item.item--headingLink a {
        color: #E29744;
        font-size: 14px;
        font-family: "LatoMedium";
        text-decoration: underline;
        vertical-align: sub; }
  .sidepanelContainer .sidepanelContainer--body {
    padding: 14px 16px;
    overflow-y: auto;
    height: calc(100vh - 64px);
    overflow-x: hidden; }
    .sidepanelContainer .sidepanelContainer--body .body--item--card {
      padding: 9px 11px;
      box-shadow: 0px 3px 6px #0000000D;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .sidepanelContainer .sidepanelContainer--body .body--item--card {
          padding: 0px;
          padding-bottom: 10px;
          height: 218px; } }
      @media (min-width: 768px) {
        .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container {
          column-gap: normal; } }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--img img {
        height: 58px;
        width: 100%;
        object-fit: cover;
        border-radius: 4px; }
        @media (min-width: 768px) {
          .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--img img {
            height: 96px;
            border-radius: 4px 4px 0px 0px; } }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent {
        display: grid;
        align-items: center; }
        .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent p {
          margin-bottom: 0; }
          .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent p:nth-child(1) {
            font-size: 14px;
            color: #243C45;
            font-family: "LatoBold";
            line-height: 20px; }
            @media (min-width: 768px) {
              .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent p:nth-child(1) {
                font-size: 12px;
                line-height: 16px; } }
          .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent p:nth-child(2) {
            font-size: 12px;
            color: #243C45;
            filter: opacity(0.5);
            font-family: "LatoMedium"; }
            @media (min-width: 768px) {
              .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent p:nth-child(2) {
                font-size: 10px; } }
        @media (min-width: 768px) {
          .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--txtContent {
            padding: 0px 11px;
            margin-top: 7px; } }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--link {
        text-align: center; }
        .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--link a {
          color: #E29744;
          font-size: 12px;
          font-family: "LatoBold";
          text-decoration: underline;
          vertical-align: sub; }
          @media (min-width: 768px) {
            .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--link a {
              font-size: 10px;
              vertical-align: initial; } }
        @media (min-width: 768px) {
          .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--link {
            padding: 0px 11px;
            text-align: left;
            margin-bottom: 7px; } }
      @media (min-width: 768px) {
        .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--button {
          padding: 0px 11px;
          position: absolute;
          bottom: 10px; } }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--button a {
        height: 30px;
        font-size: 12px;
        font-family: "LatoBold", Arial, sans-serif;
        font-weight: bold;
        max-width: 94%; }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--inputGroup input {
        cursor: not-allowed;
        text-align: center;
        font-family: "LatoBold";
        color: #231F20;
        font-size: 14px; }
      @media (min-width: 768px) {
        .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--inputGroup {
          padding: 0px 11px; } }
      .sidepanelContainer .sidepanelContainer--body .body--item--card .body--item--card--container .body--item--card--inputGroup button.tile-secondary-sm {
        font-family: "LatoBold", Arial, sans-serif;
        font-weight: bold; }
    .sidepanelContainer .sidepanelContainer--body::-webkit-scrollbar {
      width: 8px; }
    .sidepanelContainer .sidepanelContainer--body::-webkit-scrollbar-track {
      border-radius: 10px;
      background: #8e949d38;
      margin: 10px 0px; }
    .sidepanelContainer .sidepanelContainer--body::-webkit-scrollbar-thumb {
      background: #E29744;
      border-radius: 10px; }
  .sidepanelContainer [data-widget-id] {
    margin-top: 0px !important; }

.pdpImgModal--close-btton {
  position: absolute;
  background: #E29744;
  z-index: 1005;
  top: 25px;
  right: 25px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M20.7457 3.32851C20.3552 2.93798 19.722 2.93798 19.3315 3.32851L12.0371 10.6229L4.74275 3.32851C4.35223 2.93798 3.71906 2.93798 3.32854 3.32851C2.93801 3.71903 2.93801 4.3522 3.32854 4.74272L10.6229 12.0371L3.32856 19.3314C2.93803 19.722 2.93803 20.3551 3.32856 20.7457C3.71908 21.1362 4.35225 21.1362 4.74277 20.7457L12.0371 13.4513L19.3315 20.7457C19.722 21.1362 20.3552 21.1362 20.7457 20.7457C21.1362 20.3551 21.1362 19.722 20.7457 19.3315L13.4513 12.0371L20.7457 4.74272C21.1362 4.3522 21.1362 3.71903 20.7457 3.32851Z" fill="%23ffffff"></path></g></svg>');
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center; }

[data-content-region="widgetTicker--global"] [data-widget-id] {
  margin-top: 0px !important; }

.globalTicker {
  height: 40px;
  background-color: #E29445; }
  .globalTicker span,
  .globalTicker a {
    color: white;
    font-style: 12px;
    font-family: "LatoBold"; }
  .globalTicker .globalTickerContainer {
    margin: auto;
    padding: 8px 0px 8px 20px; }
    @media (min-width: 768px) {
      .globalTicker .globalTickerContainer {
        padding: 8px 80px; } }
  .globalTicker .globalTicker--leftContent .globalTickerBtn--link {
    padding: 1px 6px;
    background-color: #4FB3DD;
    border-color: #4FB3DD;
    font-size: 12px;
    height: 23px;
    display: block; }
  .globalTicker .globalTicker--rightContent {
    justify-content: space-between; }
    @media (min-width: 768px) {
      .globalTicker .globalTicker--rightContent {
        padding-right: 45px; } }
    .globalTicker .globalTicker--rightContent .rightContent--items {
      justify-content: space-between;
      display: none;
      align-items: center; }
      @media (min-width: 768px) {
        .globalTicker .globalTicker--rightContent .rightContent--items {
          display: flex; } }
      .globalTicker .globalTicker--rightContent .rightContent--items span,
      .globalTicker .globalTicker--rightContent .rightContent--items a {
        font-size: 12px; }
      .globalTicker .globalTicker--rightContent .rightContent--items .icon {
        width: 100%;
        gap: 0px 5px; }
        .globalTicker .globalTicker--rightContent .rightContent--items .icon svg {
          width: fit-content; }
        .globalTicker .globalTicker--rightContent .rightContent--items .icon span {
          text-decoration: underline;
          white-space: nowrap; }
    .globalTicker .globalTicker--rightContent .marquee span {
      font-size: 12px; }
      @media (min-width: 768px) {
        .globalTicker .globalTicker--rightContent .marquee span {
          animation: none; } }
    @media (min-width: 768px) {
      .globalTicker .globalTicker--rightContent .grid-container {
        align-items: center; } }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden; }
  .marquee span {
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 10s linear infinite; }

.form-option-wrapper .form-option {
  border: 1px solid #E29445 !important;
  border-radius: 5px;
  font-size: 12px;
  min-width: 80px;
  outline: none !important;
  text-align: center;
  height: 30px; }

.form-option-wrapper label {
  box-shadow: none !important;
  font-family: "LatoBold", Arial, sans-serif;
  padding: 5px 18px;
  margin-right: 4px; }
  .form-option-wrapper label span {
    font-size: 12px;
    padding: 0; }

.form-option-wrapper .form-radio:checked + .form-option {
  background-color: #E29445;
  color: white; }

.relatedTabs .tab .tab-title {
  text-align: left;
  padding-inline: 14px;
  color: #0079C1; }

.relatedTabs .card {
  padding-bottom: 18px; }

.cart-suggestion .card {
  padding-bottom: 18px; }

.pdpAddToCartActionsWrapper {
  position: fixed;
  bottom: 0;
  z-index: 2;
  background: white;
  left: 0;
  right: 0;
  padding: 16px 21px 8px 21px;
  display: flex;
  gap: 10px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  @media (min-width: 768px) {
    .pdpAddToCartActionsWrapper {
      position: relative;
      box-shadow: none;
      padding-inline: 0px;
      padding-top: 31px; } }
  .pdpAddToCartActionsWrapper [aria-controls="wishlist-dropdown"] {
    margin-bottom: 0;
    height: 45px;
    width: 47px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pdpAddToCartActionsWrapper [aria-controls="wishlist-dropdown"]:focus {
      border: 0; }
    @media (min-width: 768px) {
      .pdpAddToCartActionsWrapper [aria-controls="wishlist-dropdown"] {
        height: 30px;
        width: 30px; } }
  .pdpAddToCartActionsWrapper .add-to-cart-buttons {
    width: calc(100% - 45px);
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .pdpAddToCartActionsWrapper .add-to-cart-buttons {
        margin-top: 0;
        text-align: center; } }
    .pdpAddToCartActionsWrapper .add-to-cart-buttons #form-action-addToCart {
      height: 45px;
      min-height: 45px;
      width: 100%;
      font-family: "LatoBold", Arial, sans-serif;
      font-weight: bold;
      line-height: 0; }
      @media (min-width: 768px) {
        .pdpAddToCartActionsWrapper .add-to-cart-buttons #form-action-addToCart {
          min-height: 30px;
          height: 30px; } }
    .pdpAddToCartActionsWrapper .add-to-cart-buttons span {
      font-size: 10px;
      color: #243C45;
      font-family: "Lato", Arial, sans-serif;
      filter: opacity(0.8); }
    .pdpAddToCartActionsWrapper .add-to-cart-buttons .add-to-cart-wallet-buttons {
      margin: 0; }

.productView-description {
  margin-top: 0; }
  .productView-description .descriptionTab--title {
    display: none; }
    @media (min-width: 768px) {
      .productView-description .descriptionTab--title {
        display: block;
        font-size: 22px;
        color: #0079B1;
        margin-bottom: 15px; } }
  .productView-description .tabs {
    border: 0; }
    @media (min-width: 768px) {
      .productView-description .tabs {
        background-color: #f4f5f6;
        border-radius: 4px;
        padding-inline: 37px;
        height: 50px; } }
    .productView-description .tabs .tab {
      border: 0;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .productView-description .tabs .tab::after {
        content: "";
        width: 37px;
        height: 30px;
        display: block;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.828" height="9.414" viewBox="0 0 16.828 9.414"><g id="arrow-right" transform="translate(20.414 -10.586) rotate(90)"><path id="Path_26039" data-name="Path 26039" d="M12,5l7,7-7,7" fill="none" stroke="%230079c1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
        background-position: center; }
        @media (min-width: 768px) {
          .productView-description .tabs .tab::after {
            display: none !important; } }
      @media (min-width: 768px) {
        .productView-description .tabs .tab::before {
          width: 37px;
          height: 30px;
          display: block;
          content: ""; } }
      .productView-description .tabs .tab a {
        margin: 11px 21px 11px 0px;
        padding: 0; }
      @media (min-width: 768px) {
        .productView-description .tabs .tab.is-active a {
          border-bottom: 2px solid; } }
      .productView-description .tabs .tab.is-active::after {
        content: "";
        width: 37px;
        height: 30px;
        display: block;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.828" height="9.414" viewBox="0 0 16.828 9.414"><g id="arrow-right" transform="translate(1.414 8) rotate(-90)"><path id="Path_26039" data-name="Path 26039" d="M0,14,7,7,0,0" fill="none" stroke="%23e29445" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>');
        background-position: center; }
      @media (min-width: 768px) {
        .productView-description .tabs .tab.is-active::before {
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="37.673" height="30" viewBox="0 0 37.673 30"><defs><clipPath id="clip-path"><rect id="Rectangle_9835" data-name="Rectangle 9835" width="37.673" height="30" fill="%230079b1"/></clipPath></defs><g id="Group_18378" data-name="Group 18378" clip-path="url(%23clip-path)"><path id="Path_30587" data-name="Path 30587" d="M34.667.8c-.356-1-2.75-1.074-5.35-.154S24.9,3.126,25.255,4.13,28,5.2,30.6,4.286,35.023,1.806,34.667.8" transform="translate(2.962 0)" fill="%230079b1"/><path id="Path_30588" data-name="Path 30588" d="M22.883,14.431c1.124-.438,3.817-.221,5.006-.57a.614.614,0,0,0,.411-.594c0-.24-.313-.677-1.136-.925a10.387,10.387,0,0,0-2.07-.389q-.189-.018-.386-.034l-.1-.007-.3-.019-.134-.006-.275-.012-.152,0-.269-.006h-.163q-.134,0-.272,0h-.165l-.285.006-.161,0-.312.011-.142.007c-.143.007-.286.015-.431.025h-.028c-.025-.019-.047-.039-.07-.059a1.372,1.372,0,0,1-.158-.154,2.548,2.548,0,0,1-.184-.245c-.017-.025-.03-.051-.046-.076-.037-.061-.074-.123-.105-.188-.016-.03-.028-.061-.041-.092-.028-.061-.053-.122-.075-.186-.012-.034-.022-.068-.032-.1-.019-.059-.035-.12-.048-.181A2.578,2.578,0,0,1,20.751,9.6a4.6,4.6,0,0,0,2.225-.753,3.7,3.7,0,0,0,1.918-3.531,2.534,2.534,0,0,0-.71-1.5A1.82,1.82,0,0,0,24,3.68l-.038-.021a1.288,1.288,0,0,0-.2-.093,1.019,1.019,0,0,0-.212-.049.422.422,0,0,0-.053-.007,1.056,1.056,0,0,0-.188,0H23.3a1.153,1.153,0,0,0-.194.039l-.049.016a1.545,1.545,0,0,0-.171.067l-.021.009c-.064.03-.127.066-.192.1l-.048.03-.059.035v0A5.659,5.659,0,0,1,19.528,5.17a1.849,1.849,0,0,0-.448.011c-1.255.179-1.665.847-3.652,3.45-.289.273-.662.617-1.145,1.058-1.706,1.551-1.8,3.158.075,3.734.044.013.089.025.135.035a13.652,13.652,0,0,0-3.051,1.759l-.082.049c-.042.031-.083.064-.125.094a13.075,13.075,0,0,0-1.045.866c-.082.076-.164.152-.246.231l-.061.06L9.8,16.6a15.966,15.966,0,0,0-1.263,1.417l-.015.018c-.055.068-.112.139-.17.212l-.03.038c-.6.767-1.409,1.767-2.182,2.714A4.922,4.922,0,0,1,4.75,22.2a2.71,2.71,0,0,1-1.159.449,2.94,2.94,0,0,1-2.14-.486c-.638-.43-.8-1.109-1.105-1.109-.772,0-.188,2.325,1.092,2.949a4.133,4.133,0,0,0,3.568,0c-1.186,2.768-1.9,4.024-.961,4.389,1.388.427,1.84-2.975,2.767-3.109a.548.548,0,0,1,.06,0h.017a.774.774,0,0,1,.124.01c1,.207-.523,3.833.761,4.271.613.21,1.093-1.011,2.008-2.707q.117-.216.244-.443l.011-.019c.084-.148.17-.3.261-.453l.009-.015a16.324,16.324,0,0,1,2.217-2.977,13.529,13.529,0,0,1,7.622-3.987c2.837-.565,5.793-.5,7.24-.862.483-.121.865-.326.906-.643.232-1.838-5.811-.864-5.909-2.443.012-.216.175-.422.5-.588" transform="translate(0 0.412)" fill="%230079b1"/></g></svg>');
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; } }
      .productView-description .tabs .tab .tab-title {
        text-align: left;
        color: #0079C1;
        width: 100%;
        font-size: 16px; }
  .productView-description .tabs-contents .tab-content {
    font-family: "Lato", Arial, sans-serif;
    font-size: 12px;
    line-height: 32px;
    color: #243C45;
    padding: 0 40px; }

.relatedTabs {
  border: 0; }
  .relatedTabs .tab {
    border: 0; }
    .relatedTabs .tab .tab-title {
      padding-bottom: 0;
      font-size: 22px;
      line-height: 26px; }

#tab-reviews {
  margin: 10px 0 0; }
  #tab-reviews h4.toggle-title {
    font-family: "LatoMedium";
    font-size: 16px;
    margin-bottom: 0px; }
    #tab-reviews h4.toggle-title .toggleLink {
      display: none; }
  #tab-reviews .productView-reviewLink--new {
    font-family: "LatoBold", Arial, sans-serif;
    color: #E29744;
    margin: 0;
    margin-bottom: 10px; }
  #tab-reviews .productReviews-list {
    display: grid; }
    #tab-reviews .productReviews-list .productReview {
      margin-bottom: 20px; }
      #tab-reviews .productReviews-list .productReview header {
        line-height: 25px; }
      #tab-reviews .productReviews-list .productReview .productReview-rating {
        margin: 0; }
      #tab-reviews .productReviews-list .productReview .productReview-title {
        font-size: 14px;
        color: #243C45; }
      #tab-reviews .productReviews-list .productReview p {
        font-size: 12px;
        margin: 0;
        font-family: "Lato", Arial, sans-serif; }

#tab-related {
  padding-top: 0;
  margin-top: 30px; }

#cart-preview-dropdown {
  max-width: 28.5rem; }

.previewCartItem-image img {
  max-height: 60%; }

.previewCartItem-image::after {
  padding-bottom: 80%; }

.previewCartItem-brand {
  font-size: 12px;
  color: #0079b1; }

.previewCartItem-name {
  font-size: 14px;
  color: #243c45; }

.previewCartItem-price {
  color: #A42B3F;
  font-size: 16px; }

.previewCartAction {
  background-color: #F5F5F5;
  padding: 15px 30px 30px; }
  .previewCartAction-viewCart {
    width: 100%;
    padding: 0; }
    .previewCartAction-viewCart .button {
      color: #fff;
      background-color: #e29545;
      border-color: #e29545;
      font-size: 14px;
      padding-top: 8px; }
  .previewCartAction-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: rgba(35, 31, 32, 0.8); }
    .previewCartAction-subtotal-quantity {
      font-size: 16px; }
    .previewCartAction-subtotal-price {
      font-size: 16px;
      color: #0079b1; }

.cart-suggestion,
.cart-suggestion-js {
  margin-bottom: 4rem; }

.custom-filter {
  gap: 10px;
  margin-top: 15px;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .custom-filter {
      grid-row: 2;
      grid-column: 2;
      margin: 0; } }
  .custom-filter_button {
    height: 30px;
    width: 50%;
    background-color: #f9f9f9;
    padding-block: 5px;
    text-align: center;
    font: bold 12px/15px "LatoBold", Arial, sans-serif;
    color: #e29545;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center; }
    .custom-filter_button svg {
      width: 18px;
      height: 20px; }
    @media (min-width: 768px) {
      .custom-filter_button {
        display: none; } }
    .custom-filter_button span {
      display: inline-block;
      font: bold 12px/15px "LatoBold", Arial, sans-serif;
      background-color: #e29545;
      color: white;
      width: 20px;
      height: 20px;
      border-radius: 20px;
      padding-block: 3px; }
  .custom-filter .actionBar {
    width: 50%;
    margin: 0; }
    @media (min-width: 768px) {
      .custom-filter .actionBar {
        width: 100%; } }
    .custom-filter .actionBar .actionBar-section {
      text-align: center;
      width: 100% !important;
      background-color: #f9f9f9; }
      @media (min-width: 768px) {
        .custom-filter .actionBar .actionBar-section {
          text-align: right; } }
    .custom-filter .actionBar .form-field {
      margin: 0;
      background-color: transparent;
      width: 100%; }

@media (max-width: 799px) {
  .categoryTopSection .custom-filter {
    display: flex;
    justify-content: center;
    align-items: center; } }

#faceted-search-container {
  width: 100%;
  top: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  right: 0;
  z-index: 101;
  background-color: #FFFFFF;
  height: 100%;
  transform: translate(calc(100% + 80px), 0);
  transition: transform 0.3s ease-in-out; }
  @media (min-width: 768px) {
    #faceted-search-container {
      width: 285px;
      position: relative;
      transform: none;
      transition: none;
      z-index: 0; } }
  #faceted-search-container.is-open {
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transform: translate(0, 0); }
  #faceted-search-container .custom-filter_heading {
    display: none;
    font: bold 18px/21px "SagonaBold", Arial, sans-serif;
    text-transform: capitalize;
    color: #0079b1;
    padding: 16px 30px; }
    @media (min-width: 768px) {
      #faceted-search-container .custom-filter_heading {
        padding-left: 0; } }
  @media (max-width: 799px) {
    #faceted-search-container .custom-filter_heading {
      display: block; } }
  #faceted-search-container .close-icon {
    background-image: url("../img/close-icon-orange.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    cursor: pointer; }
  #faceted-search-container .facetedSearch-refineFilters.sidebarBlock {
    padding-bottom: 10px;
    display: block; }
    #faceted-search-container .facetedSearch-refineFilters.sidebarBlock h2 {
      font-size: 14px;
      line-height: 17px;
      border-top: 0;
      border-bottom: 1px solid #243C4533;
      padding: 8px 13px;
      margin-bottom: 8px;
      color: #282828; }
      #faceted-search-container .facetedSearch-refineFilters.sidebarBlock h2 a {
        float: right;
        text-decoration: underline; }
    #faceted-search-container .facetedSearch-refineFilters.sidebarBlock p {
      text-align: center; }
    #faceted-search-container .facetedSearch-refineFilters.sidebarBlock [data-faceted-search-facet] {
      color: #e29545;
      font-size: 12px;
      line-height: 15px; }
    #faceted-search-container .facetedSearch-refineFilters.sidebarBlock .inlineList.inlineList--labels a.facetLabel {
      background-color: #fcf4ec;
      padding: 5px 10px 4px; }
      #faceted-search-container .facetedSearch-refineFilters.sidebarBlock .inlineList.inlineList--labels a.facetLabel .icon {
        fill: #e29545;
        width: 14px;
        height: 14px; }
  #faceted-search-container #facetedSearch {
    padding: 16px 30px; }
    @media (min-width: 768px) {
      #faceted-search-container #facetedSearch {
        padding-left: 0; } }
  #faceted-search-container #facetedSearch-navList {
    margin: 0; }
    #faceted-search-container #facetedSearch-navList .accordion-navigation {
      padding: 8px 0px 2px 13px;
      border-top: 0;
      border-bottom: 1px solid #243C4533; }
      #faceted-search-container #facetedSearch-navList .accordion-navigation span {
        font-size: 14px;
        line-height: 17px;
        color: #282828;
        padding: 0; }
    #faceted-search-container #facetedSearch-navList .accordion--navList {
      border: 0; }
      #faceted-search-container #facetedSearch-navList .accordion--navList .accordion-indicator {
        width: 30px;
        height: 30px;
        fill: #e29545; }
      #faceted-search-container #facetedSearch-navList .accordion--navList .accordion-content {
        padding-inline: 0; }
        @media (min-width: 768px) {
          #faceted-search-container #facetedSearch-navList .accordion--navList .accordion-content {
            padding-top: 10px; } }
        #faceted-search-container #facetedSearch-navList .accordion--navList .accordion-content#facetedSearch-content--price #facet-range-form .form-field {
          height: 37.2px; }
          #faceted-search-container #facetedSearch-navList .accordion--navList .accordion-content#facetedSearch-content--price #facet-range-form .form-field input {
            height: 100%; }
    #faceted-search-container #facetedSearch-navList .navList {
      max-height: 186px;
      overflow: auto;
      padding-inline: 13px; }
      #faceted-search-container #facetedSearch-navList .navList-item a {
        font: bold 14px/17px "LatoBold", Arial, sans-serif;
        color: #282828;
        display: flex;
        align-items: center;
        width: 100%;
        padding-block: 8px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 16px; }
        #faceted-search-container #facetedSearch-navList .navList-item a span {
          float: right;
          margin-inline: auto 14px;
          font: 12px/15px "Lato", Arial, sans-serif;
          color: #282828;
          opacity: 0.5; }
      #faceted-search-container #facetedSearch-navList .navList-item.custom a {
        display: block;
        padding-top: 0; }
      #faceted-search-container #facetedSearch-navList .navList-item.custom h3,
      #faceted-search-container #facetedSearch-navList .navList-item.custom p {
        margin: 0; }
      #faceted-search-container #facetedSearch-navList .navList-item.custom h3 {
        font: 900 14px/17px "LatoBlack", Arial, sans-serif;
        color: #0079b1;
        margin-bottom: 6px; }
        #faceted-search-container #facetedSearch-navList .navList-item.custom h3 svg {
          width: 13px;
          height: 17px;
          object-fit: contain;
          margin-right: 6px;
          margin-bottom: -4px; }
      #faceted-search-container #facetedSearch-navList .navList-item.custom p {
        max-width: 160px;
        font: 10px/12px "Lato", Arial, sans-serif;
        color: #243C45; }
        #faceted-search-container #facetedSearch-navList .navList-item.custom p strong {
          font: bold 10px/12px "LatoBlack", Arial, sans-serif;
          color: #A42B3F; }
      #faceted-search-container #facetedSearch-navList .navList-action--checkbox.is-selected::before {
        border-color: #e29545;
        background-image: url("../img/check-orange-bg.svg");
        background-position: center; }
      #faceted-search-container #facetedSearch-navList .navList-action--checkbox::before {
        width: 18px;
        height: 18px;
        border-radius: 2px;
        border: 1px solid #243C4580;
        top: 10px; }
      #faceted-search-container #facetedSearch-navList .navList-action--checkbox::after {
        background-image: unset; }
    @media (min-width: 768px) {
      #faceted-search-container #facetedSearch-navList .accordion-block {
        margin-top: 0px; } }
    @media (min-width: 768px) {
      #faceted-search-container #facetedSearch-navList .accordion-block button {
        margin-bottom: 0px !important; } }
  #faceted-search-container nav {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) {
      #faceted-search-container nav {
        height: auto;
        overflow: hidden; } }
  #faceted-search-container .filter--actions {
    position: sticky;
    background: white;
    bottom: 0;
    box-shadow: -2px -2px 6px #0000000D;
    padding: 16px 35px;
    display: flex;
    gap: 10px; }
    @media (min-width: 768px) {
      #faceted-search-container .filter--actions {
        display: none; } }
    #faceted-search-container .filter--actions button,
    #faceted-search-container .filter--actions a {
      width: 50%;
      height: 40px; }

.drawer-underlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000000;
  opacity: 0.2;
  display: none; }

.side-drawer {
  width: 465px;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  padding-left: 50px;
  z-index: 99999;
  transform: translateX(100%);
  transition: 0.3s transform cubic-bezier(0, 1.03, 1, 0.93); }
  .side-drawer_content {
    background-color: #FFFFFF;
    height: 100%;
    overflow: hidden; }
  @media (max-width: 767px) {
    .side-drawer {
      min-width: 375px;
      width: 50%; } }
  .side-drawer.is-open {
    transform: translateX(0);
    display: block; }
  .side-drawer .drawer_close {
    border-radius: 5px 0px 0px 5px;
    width: 50px;
    height: 50px;
    background-color: #A42B3F;
    position: absolute;
    left: 0;
    top: 0;
    padding-block: 16px; }

.cnc-drawer_header {
  padding: 23px 22px 18px;
  color: #0079b1;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #243C4533; }

.cnc-drawer_inner {
  padding: 15px 24px 15px 22px;
  overflow: auto;
  max-height: 90%;
  scrollbar-gutter: stable; }
  .cnc-drawer_inner form {
    margin-bottom: 15px; }
  .cnc-drawer_inner .form-field {
    display: flex;
    background-color: #f9f9f9;
    border: 0;
    border-radius: 8px;
    margin-bottom: 0; }
  .cnc-drawer_inner .form-input {
    border: 0;
    background-color: transparent;
    opacity: 0.8;
    font-size: 14px;
    line-height: 17px; }
  .cnc-drawer_inner .search-btn {
    display: flex;
    background-color: #e29545;
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    justify-content: center;
    align-items: center; }

.cnc-drawer_current-location {
  display: flex;
  align-items: center;
  margin-inline: 15px;
  margin-bottom: 11px;
  text-decoration: none; }
  .cnc-drawer_current-location svg {
    margin-right: 8px; }
  .cnc-drawer_current-location span {
    font-size: 14px;
    line-height: 17px;
    color: #e29545; }

.cnc-drawer #store-list {
  display: grid; }

.cnc-drawer .cnc-store {
  padding: 15px;
  border-bottom: 1px solid #243C4533; }
  .cnc-drawer .cnc-store_gmap {
    max-width: 243px;
    aspect-ratio: 1 / 0.8; }
  .cnc-drawer .cnc-store.list {
    padding-top: 23px; }
    .cnc-drawer .cnc-store.list.availPickup.availDelivery {
      order: -2; }
    .cnc-drawer .cnc-store.list.availDelivery, .cnc-drawer .cnc-store.list.availPickup {
      order: -1; }
  .cnc-drawer .cnc-store_header {
    font-size: 14px;
    line-height: 17px;
    color: #282828; }
  .cnc-drawer .cnc-store_address {
    font-size: 12px;
    line-height: 15px;
    margin-block: 10px 19px;
    color: #282828;
    opacity: 0.6; }
  .cnc-drawer .cnc-store_action {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cnc-drawer .cnc-store_button {
    font-size: 12px;
    line-height: 15px;
    padding: 7px 13px 8px 14px;
    min-width: 121px; }
    .cnc-drawer .cnc-store_button.current {
      opacity: 0.6; }
    @media (max-width: 767px) {
      .cnc-drawer .cnc-store_button {
        font-size: 10px;
        padding: 5px 10px;
        min-width: 100px; } }
  .cnc-drawer .cnc-store_collapse {
    font-size: 12px;
    line-height: 15px;
    color: #e29545;
    text-decoration: none; }
    .cnc-drawer .cnc-store_collapse svg {
      margin-left: 10px;
      margin-bottom: 1px; }
  .cnc-drawer .cnc-store_details {
    padding: 0;
    transition: all 0.5s ease-in;
    overflow: hidden;
    padding-top: 18px; }
    .cnc-drawer .cnc-store_details.is-close {
      padding-top: 0px;
      height: 0 !important; }
    .cnc-drawer .cnc-store_details .cnc-store_hours {
      list-style: none;
      margin: 0; }
      .cnc-drawer .cnc-store_details .cnc-store_hours li {
        display: flex;
        justify-content: space-between;
        max-width: 246px; }
    .cnc-drawer .cnc-store_details-content, .cnc-drawer .cnc-store_details-header {
      font-size: 12px;
      line-height: 15px;
      color: #282828;
      margin-bottom: 8px; }
    .cnc-drawer .cnc-store_details-content {
      opacity: 0.8;
      margin-bottom: 9px; }
    .cnc-drawer .cnc-store_details-header.contact {
      margin-top: 11px; }
    .cnc-drawer .cnc-store_details-header.wash-hours {
      margin-top: 17px; }

.cnc-drawer p.cnc-store_details-content.sanserif a {
  text-decoration: underline; }

.unavailable-text {
  color: #B71D1C;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 10px; }

.available-text {
  color: #66BB6A;
  font-size: 14px;
  font-family: "Lato", Arial, sans-serif;
  margin-bottom: 10px; }

.cart-drawer .side-drawer_content {
  display: flex;
  flex-direction: column;
  position: relative; }

.cart-drawer_content {
  overflow: auto; }

.cart-drawer header {
  padding-block: 23px 19px;
  padding-inline: 24px;
  border-bottom: 1px solid #f8f9fa; }
  .cart-drawer header svg {
    height: 23px;
    width: 23px;
    margin-bottom: -5px;
    margin-right: 7px; }
  .cart-drawer header span {
    color: #66BB6A;
    font-size: 18px;
    line-height: 22px; }

.cart-drawer footer {
  background-color: #f5f5f5;
  padding: 24px 42px;
  margin-top: auto; }
  .cart-drawer footer h3 {
    font-size: 14px;
    line-height: 17px;
    color: #0079b1;
    margin-top: 3px; }
  .cart-drawer footer p {
    color: #0079b1;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    margin-block: 10px 20px; }
    .cart-drawer footer p strong {
      color: #231F20;
      opacity: 0.8;
      text-align: left; }
    .cart-drawer footer p span {
      opacity: 0.8;
      color: #231F20;
      margin-inline: 8px auto; }
      .cart-drawer footer p span.value {
        margin: 0;
        color: #0079b1; }
  .cart-drawer footer .cart-drawer_action {
    padding-block: 12px 11px;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    display: inline-block; }

.cart-drawer .additional-info {
  margin-inline: 28px; }
  .cart-drawer .additional-info p {
    font-size: 14px;
    line-height: 19px;
    opacity: 0.8;
    color: #231F20; }

.cart-drawer .added-product {
  display: flex;
  margin-block: 30px 42px;
  padding-inline: 28px;
  flex-wrap: wrap; }
  .cart-drawer .added-product img {
    min-width: 102px;
    height: 102px;
    object-fit: contain;
    margin-right: 19px; }
  .cart-drawer .added-product_detail {
    font-size: 12px;
    line-height: 18px;
    color: #243C45;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cart-drawer .added-product_detail .title {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 13px;
      margin-top: 5px; }
    .cart-drawer .added-product_detail .prescription {
      padding: 8px 12px 7px;
      background-color: #e5f1f7;
      max-width: 204px;
      font-size: 12px;
      line-height: 15px;
      color: #00838F;
      margin-block: 0; }
      .cart-drawer .added-product_detail .prescription svg {
        min-width: 9px;
        height: 12px;
        margin-right: 6px;
        margin-top: 2px; }
  .cart-drawer .added-product-item {
    display: flex; }
    .cart-drawer .added-product-item:not(:last-child) {
      margin-bottom: 30px; }

.cart-drawer .related-product {
  list-style: none;
  margin: 0;
  margin-inline: 40px 50px; }
  .cart-drawer .related-product_image {
    position: relative;
    min-width: 72px;
    height: 72px;
    margin-right: 10px; }
  .cart-drawer .related-product_details {
    flex: 1; }
  .cart-drawer .related-product li {
    display: none;
    align-items: center; }
  .cart-drawer .related-product_action {
    min-width: 60px;
    height: 35px;
    margin-left: 18px; }
  .cart-drawer .related-product_details .brand {
    font-size: 12px;
    line-height: 15px;
    color: #0079b1;
    margin: 0; }
  .cart-drawer .related-product_details .name {
    font-size: 14px;
    line-height: 17px;
    color: #243C45;
    margin-block: 6px;
    padding-right: 10px; }
  .cart-drawer .related-product_details .price {
    font-size: 16px;
    line-height: 19px;
    color: #A42B3F; }
    .cart-drawer .related-product_details .price span {
      font-size: 14px;
      line-height: 17px;
      color: #243C45;
      text-decoration: line-through;
      opacity: 0.5;
      margin-left: 8px; }

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate; }

.skeleton-wrapper {
  background-color: #f5f5f5; }

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }
  100% {
    background-color: #f0f3f5; } }

#card-link {
  padding: 10px;
  background-color: #fbfbfb;
  display: block;
  border: none;
  height: fit-content;
  margin: 0 auto 10px;
  max-width: 260px; }

img.card__header {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin-bottom: 10px; }

.header-logo-loader {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-logo-loader .skeleton.skeleton-text {
    width: 80%; }

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem; }

.skeleton-text__body {
  width: 75%; }

.skeleton-footer {
  width: 30%; }

.createAccount.chowhound .signup-header {
  clear: left; }

.createAccount .form .signup-header {
  font-size: 18px;
  padding-inline: 0.75rem; }

.createAccount .form .signup-text {
  font-size: 14px;
  padding-inline: 0.75rem;
  margin-block: 5px 30px; }

.createAccount .form-field[data-type="Phone"], .createAccount .form-field.form-field--select, .createAccount .form-field.form-field--input {
  width: 50%; }

.createAccount .form-field[data-type="EmailAddress"].form-field--input {
  width: 100%; }

.createAccount .form-field.form-field--error .form-inlineMessage {
  font-size: 12px; }

.createAccount .form-label {
  font-size: 12px; }
  .createAccount .form-label small {
    font-size: 8px; }

.createAccount .form-input {
  padding: 1px 10px;
  height: 40px;
  border-color: #243C4533;
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal; }

.createAccount .form-select {
  height: 40px;
  border-radius: 8px; }

.custom-accordion h3 {
  margin-bottom: 28px;
  font-size: 20px;
  color: #0079b1; }

.custom-accordion_list {
  margin: 0; }

.custom-accordion_item {
  list-style: none; }
  .custom-accordion_item.is-close .custom-accordion_details {
    height: 0 !important; }
  .custom-accordion_item .plus {
    display: none; }
  .custom-accordion_item.is-close .plus {
    display: block; }
  .custom-accordion_item.is-close .minus {
    display: none; }
  .custom-accordion_item .custom-accordion_details {
    transition: 0.35s ease-in-out;
    overflow: hidden;
    margin: 0;
    padding-inline: 10px; }

.custom-accordion_title {
  position: relative;
  padding-block: 10px;
  padding-right: 30px;
  margin-bottom: 5px;
  font-family: "LatoMedium" !important;
  cursor: pointer; }
  .custom-accordion_title .icons {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
  .custom-accordion_title svg {
    width: 16px; }

.steps ul li {
  list-style: none; }

.steps-header {
  font: 700 20px/28px "SagonaBold", Arial, sans-serif;
  margin-bottom: 28px;
  color: #0079b1; }

.steps-list li {
  text-align: center; }

.steps-count {
  font: 700 130px/156px "LatoBold", Arial, sans-serif;
  color: #243b45; }

.steps-title {
  font: 700 18px/27x "LatoBold", Arial, sans-serif;
  margin-block: 30px 10px;
  color: #444; }

.steps-description {
  font: 18px/21px "Lato", Arial, sans-serif;
  color: #333; }

.image-card ul {
  margin: 0; }

.image-card ul li {
  list-style: none; }

.image-card_title {
  font: 700 20px/28px "SagonaBold", Arial, sans-serif;
  margin-bottom: 28px;
  color: #0079b1;
  text-align: center; }

.image-card_list {
  display: flex;
  flex-flow: wrap;
  justify-content: center; }
  @media (max-width: 767px) {
    .image-card_list {
      display: block; } }

.image-card_item {
  padding-inline: 15px;
  width: 20%; }
  @media (max-width: 767px) {
    .image-card_item {
      width: 100%; } }
  @media (max-width: 374px) {
    .image-card_item {
      width: 100%; } }

.image-card_img {
  aspect-ratio: 200 / 235;
  margin-bottom: 20px; }
  .image-card_img.mobile-img {
    display: none; }
  @media (max-width: 767px) {
    .image-card_img {
      display: none; }
      .image-card_img.mobile-img {
        aspect-ratio: auto;
        display: block; } }

.image-card_name {
  font: 700 16px/21px "LatoBold", Arial, sans-serif;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding-inline: 10px; }
  @media (max-width: 767px) {
    .image-card_name {
      display: none; } }

.image-card a {
  text-decoration: none; }

.request-summary {
  gap: 0; }
  .request-summary ul {
    margin: 0; }
    .request-summary ul li {
      list-style: none; }
  .request-summary_image {
    order: 0;
    padding-inline: 2rem; }
    .request-summary_image h3 {
      margin-top: 2rem;
      text-align: center;
      font: 700 18px/27px "LatoBold", Arial, sans-serif;
      color: #333333; }
  .request-summary_details {
    order: 1;
    margin-top: 2rem;
    padding: 1rem 1rem;
    background-color: #fafafa; }
    .request-summary_details h2 {
      font: 20px/30px "Lato", Arial, sans-serif;
      letter-spacing: 0.25px;
      padding-bottom: 10px; }
  .request-summary_item {
    padding-bottom: 13px;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between; }
    .request-summary_item p,
    .request-summary_item h4 {
      font: 700 14px/21px "LatoBold", Arial, sans-serif;
      color: #b5b5b5; }
    .request-summary_item p {
      margin: 0;
      color: #333333; }
  @media (min-width: 768px) {
    .request-summary_image {
      order: 2; }
    .request-summary_details {
      padding: 2rem 3rem; } }

.page-builder.next-step h2 {
  font: 700 25px/37px "LatoBold", Arial, sans-serif;
  letter-spacing: 0.25px; }

.rewards_page_pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  display: none; }
  .rewards_page_pop-up .popup-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .rewards_page_pop-up .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  .rewards_page_pop-up .pop-up-container {
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 7px;
    width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 630px;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .rewards_page_pop-up .pop-up-container {
        width: 85%; } }
    .rewards_page_pop-up .pop-up-container .create-open {
      text-decoration: none; }
    .rewards_page_pop-up .pop-up-container h2 {
      margin-bottom: 20px;
      color: #0079b1; }
    .rewards_page_pop-up .pop-up-container h2, .rewards_page_pop-up .pop-up-container h4 {
      margin-top: 0; }
    .rewards_page_pop-up .pop-up-container h4 {
      font-size: 16px;
      margin-bottom: 0;
      font-family: "Lato", Arial, sans-serif;
      font-weight: normal; }
    .rewards_page_pop-up .pop-up-container .sign-up-holder .form-others {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .rewards_page_pop-up .pop-up-container .want-to-join {
      margin-top: 2rem; }
      .rewards_page_pop-up .pop-up-container .want-to-join .join-icons-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        text-align: center; }
        .rewards_page_pop-up .pop-up-container .want-to-join .join-icons-box img {
          width: 200px; }
      .rewards_page_pop-up .pop-up-container .want-to-join a {
        margin: 0 auto 2rem auto;
        display: block;
        width: 217px;
        text-align: center;
        padding: 7px;
        border-radius: 21px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background-color: #be2f45; }
    .rewards_page_pop-up .pop-up-container .register {
      display: none; }
      .rewards_page_pop-up .pop-up-container .register .account {
        margin: 0;
        width: 100%; }
    .rewards_page_pop-up .pop-up-container .form-error {
      color: red;
      display: block;
      padding-bottom: 15px; }
      .rewards_page_pop-up .pop-up-container .form-error span {
        color: #000; }
        .rewards_page_pop-up .pop-up-container .form-error span button {
          color: blue;
          padding: 0; }
    .rewards_page_pop-up .pop-up-container .loyalty-page {
      display: none; }
      .rewards_page_pop-up .pop-up-container .loyalty-page .cs-accPage-contentArea {
        width: 100%; }
        .rewards_page_pop-up .pop-up-container .loyalty-page .cs-accPage-contentArea h4 p {
          margin: 0;
          display: inline-block; }

.header .quickSearchResults {
  box-shadow: 0 2px 4px 0 #a0a0a5; }
  .header .quickSearchResults .card {
    padding: 25px 7px;
    position: relative; }
    .header .quickSearchResults .card-body {
      padding: 0;
      padding-top: 16px; }
    .header .quickSearchResults .card .sagona-bold {
      font-family: "Lato", Arial, sans-serif;
      font-size: 12px; }
    .header .quickSearchResults .card-title {
      height: auto; }
    .header .quickSearchResults .card:hover .card-body {
      background: #FFFFFF !important; }
    .header .quickSearchResults .card:hover .card-title > a {
      color: #333333 !important; }
  .header .quickSearchResults .productGrid {
    height: 400px;
    overflow-y: auto;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }
    .header .quickSearchResults .productGrid > li {
      width: 50% !important; }
      @media (max-width: 999px) {
        .header .quickSearchResults .productGrid > li {
          width: 100% !important; } }
      @media (max-width: 768px) {
        .header .quickSearchResults .productGrid > li {
          width: 50% !important; }
          .header .quickSearchResults .productGrid > li .card-title {
            font-size: 14px; } }
      @media (max-width: 375px) {
        .header .quickSearchResults .productGrid > li .card-title {
          font-size: 12px; } }

.cs-header-search .search-wrapper {
  position: relative; }
  .cs-header-search .search-wrapper .form-field {
    position: relative;
    margin: 0; }

.cs-header-search .quickSearchResults {
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  width: 100%;
  z-index: 9999; }
  .cs-header-search .quickSearchResults .quickSearchMessage {
    margin: 15px;
    word-break: break-word;
    font-size: 22px; }
  .cs-header-search .quickSearchResults .modal-close {
    top: 7px;
    right: 18px;
    left: auto;
    height: 35px;
    width: 35px; }
  .cs-header-search .quickSearchResults .card {
    min-height: 447px; }

.cs-header-search .results-items {
  position: relative;
  top: 0;
  margin: 0;
  padding: 16px 10.5px;
  padding-right: 50px; }
  .cs-header-search .results-items .reset_search {
    padding-left: 10px; }

.cs-header-search .ico-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%); }

body:has(.buttonModal--modal.is-open) {
  overflow: hidden; }

.custom-modal {
  position: fixed;
  top: 0;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  min-height: 400px;
  height: fit-content;
  z-index: 101;
  padding: 20px;
  overflow-y: auto;
  border-radius: 10px;
  margin: 70px 20px 20px 20px;
  height: calc(100% - 85px); }
  @media (min-width: 768px) {
    .custom-modal {
      width: 800px;
      padding: 30px;
      max-height: 700px;
      margin: auto; } }

.buttonModal--wrapper {
  padding: 60px 0px; }
  .buttonModal--wrapper .grid-container {
    align-items: center; }
  .buttonModal--wrapper .brand-box {
    cursor: pointer; }
    .buttonModal--wrapper .brand-box img {
      height: 100%;
      width: 70%;
      object-fit: cover;
      margin: auto;
      display: block;
      margin-bottom: 1rem; }
    .buttonModal--wrapper .brand-box button {
      margin: auto auto 2rem;
      display: block; }
    .buttonModal--wrapper .brand-box .btn-store-locator {
      margin: auto;
      display: block;
      text-decoration: underline;
      width: 65%;
      padding: 8px; }
  .buttonModal--wrapper .section-title {
    max-width: 700px;
    margin: 0 auto;
    text-align: center; }
    .buttonModal--wrapper .section-title p {
      font-size: 20px; }

.buttonModal--modal.is-open {
  display: block; }

.buttonModal--modal .custom-modal--header {
  height: 20px; }
  .buttonModal--modal .custom-modal--header .modal-close:focus::before {
    border-style: none; }

.buttonModal--modal .buttonModal--image {
  height: 200px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .buttonModal--modal .buttonModal--image {
      width: 250px;
      height: 250px; } }
  .buttonModal--modal .buttonModal--image img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
    @media (min-width: 768px) {
      .buttonModal--modal .buttonModal--image img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }

@media (min-width: 768px) {
  .buttonModal--modal .buttonModal--description {
    width: calc(100% - 100px); } }

.buttonModal--modal .buttonModal--description h5 {
  font-size: 28px;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .buttonModal--modal .buttonModal--description h5 {
      font-size: 36px; } }

.buttonModal--modal .buttonModal--description p {
  font-size: 16px;
  margin: 0; }

.buttonModal--modal .custom-modal-body-content {
  display: block;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .buttonModal--modal .custom-modal-body-content {
      display: flex;
      gap: 30px; } }

.buttonModal--modal .custom-modal-itemContent h6 {
  font-size: 25px;
  font-family: "SagonaBold", Arial, sans-serif;
  text-align: center;
  margin: 30px 0; }
  @media (min-width: 768px) {
    .buttonModal--modal .custom-modal-itemContent h6 {
      font-size: 32px; } }

.buttonModal--modal .custom-modal-itemContent a {
  text-decoration: none; }

.buttonModal--modal .custom-modal-itemContent .grid-container {
  margin-left: 0;
  gap: 18px; }

.buttonModal--modal .custom-modal-itemContent .itemContent--wrapper {
  border: 1px solid #7070702e;
  border-radius: 15px;
  padding: 10px; }
  .buttonModal--modal .custom-modal-itemContent .itemContent--wrapper:hover {
    border: 1px solid #e29445; }

.buttonModal--modal .custom-modal-itemContent .itemContent--image {
  aspect-ratio: 1 / 1;
  height: 120px;
  margin-bottom: 10px; }
  .buttonModal--modal .custom-modal-itemContent .itemContent--image img {
    border-radius: 50px; }

.buttonModal--modal .custom-modal-itemContent .itemContent--price {
  text-align: center; }
  .buttonModal--modal .custom-modal-itemContent .itemContent--price span {
    font-size: 16px;
    color: #a42b3f;
    font-family: "LatoBlack"; }

.buttonModal--modal .custom-modal-itemContent .itemContent--details {
  text-align: center; }
  .buttonModal--modal .custom-modal-itemContent .itemContent--details p {
    font-size: 12px;
    margin-bottom: 0px;
    color: #333;
    font-family: "LatoBold";
    line-height: normal; }

.grid-system .safe-healthy a {
  border: 1px solid #0079b1;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px; }
  .grid-system .safe-healthy a:nth-child(2n) {
    border: 1px solid #e29545; }

.grid-system .sample-banner {
  padding: 100px;
  background-color: #e29545;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center; }

.grid-system div {
  margin-bottom: 20px; }

.grid-system h1, .grid-system h2, .grid-system h3 {
  margin: 0; }

.grid-system h2 {
  color: #0079b1;
  margin-bottom: 10px; }

.grid-system p {
  text-align: center;
  color: #0079b1;
  border: 1px solid #e29545;
  margin-block: 5px;
  padding-block: 20px; }
  .grid-system p:nth-child(2n) {
    color: #e29545;
    border: 1px solid #0079b1; }

.grid-system a {
  margin-bottom: 10px;
  text-decoration: none; }

.grid-system ul {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center; }
  .grid-system ul li {
    background-color: #0079b1;
    padding: 40px;
    margin-bottom: 10px;
    border-radius: 5px; }

.grid-system .Test100 {
  font-family: "LatoThin", Arial, sans-serif; }

.grid-system .Test200 {
  font-family: "LatoXLight", Arial, sans-serif; }

.grid-system .Test300 {
  font-family: "LatoLight", Arial, sans-serif; }

.grid-system .Test400 {
  font-family: "Lato", Arial, sans-serif; }

.grid-system .Test500 {
  font-family: "LatoMedium", Arial, sans-serif; }

.grid-system .Test600 {
  font-family: "LatoSemi", Arial, sans-serif; }

.grid-system .Test700 {
  font-family: "LatoBold", Arial, sans-serif; }

.grid-system .Test800 {
  font-family: "LatoXBold", Arial, sans-serif; }

.grid-system .Test900 {
  font-family: "LatoBlack", Arial, sans-serif; }

.body {
  margin-top: -1px; }
  @media (min-width: 768px) {
    .body {
      margin-bottom: 0px; } }

[data-page-template="default"] [data-content-region] [data-widget-id] {
  margin-top: 15px; }

[data-page-template="default"] [data-content-region="home_carousel_content"] [data-widget-id] {
  margin-top: 0; }

.homePageSectionGroup {
  position: relative; }
  @media (min-width: 768px) {
    .homePageSectionGroup {
      margin-bottom: 18px; } }
  .homePageSectionGroup [data-content-region="home_carousel_content"] {
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background: linear-gradient(180deg, #0079b1 97%, whitesmoke 97%);
    height: 588px;
    padding-top: 8px; }
    .homePageSectionGroup [data-content-region="home_carousel_content"]::after {
      bottom: 0;
      content: "";
      position: absolute;
      right: 0;
      left: 0;
      height: 200px;
      background-color: #fff;
      clip-path: ellipse(60% 20% at 50% 100%);
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1366" height="156" viewBox="0 0 1366 156"><defs><clipPath id="clip-path"><rect id="Rectangle_9748" data-name="Rectangle 9748" width="1366" height="156" transform="translate(0 626)" fill="%23fff" stroke="%23707070" stroke-width="1" opacity="0.5"/></clipPath><clipPath id="clip-path-2"><rect id="Rectangle_9891" data-name="Rectangle 9891" width="96.817" height="94.938" fill="%234fb3dd"/></clipPath><clipPath id="clip-path-3"><rect id="Rectangle_9893" data-name="Rectangle 9893" width="98.243" height="70.995" fill="%234fb3dd"/></clipPath><clipPath id="clip-path-4"><rect id="Rectangle_9892" data-name="Rectangle 9892" width="134.594" height="66.919" fill="%234fb3dd"/></clipPath><clipPath id="clip-path-5"><rect id="Rectangle_9889" data-name="Rectangle 9889" width="101.666" height="90.464" fill="%234fb3dd"/></clipPath></defs><g id="Mask_Group_288" data-name="Mask Group 288" transform="translate(0 -626)" clip-path="url(%23clip-path)"><ellipse id="Ellipse_2" data-name="Ellipse 2" cx="2013.5" cy="447" rx="2013.5" ry="447" transform="translate(-1330 626)" fill="%23fff"/><g id="Group_18985" data-name="Group 18985" transform="translate(514.68 611.722) rotate(110)" opacity="0.2"><g id="Group_18588" data-name="Group 18588"><g id="Group_18587" data-name="Group 18587" opacity="0.5" clip-path="url(%23clip-path-2)"><path id="Path_30649" data-name="Path 30649" d="M974.705,375.034a16.63,16.63,0,0,1,27.7,1.554c.93,1.576,2.921,11.191,17.324,13.4,7.525,1.155,12.078,8.871,11.82,16.455-.277,8.152-5.4,14.894-12.982,16.358-7.865,1.518-14.845,1.382-22.8,2.313a18.843,18.843,0,0,1-20.7-15.921c-1.186-8.169-2.882-14.957-3.681-23.177a15.392,15.392,0,0,1,3.312-10.982" transform="translate(-934.744 -368.338)" fill="%234fb3dd"/><path id="Path_30650" data-name="Path 30650" d="M964.5,556.79c9.777-13.013,22.406-2.9,23.09,3.836.872,8.586-6.246,16.364-14.739,17.828-6.531,1.126-11.777-3-12.2-9.669a18.084,18.084,0,0,1,3.849-12" transform="translate(-927.965 -483.7)" fill="%234fb3dd"/><path id="Path_30651" data-name="Path 30651" d="M913.637,522.72c-2.826,3.581-6.215,6.169-10.687,7.055-6.58,1.3-12.9-3.983-13.54-10.658-.825-8.566,7.457-16.624,15.925-18.041,6.188-1.035,11.218,2.642,12.018,8.859.62,4.818-1.006,9.008-3.716,12.785" transform="translate(-882.83 -452.295)" fill="%234fb3dd"/><path id="Path_30652" data-name="Path 30652" d="M895.835,442.585a18.351,18.351,0,0,1-11.426,7.08c-4.264.757-8.309.206-11.046-3.579s-2.059-7.845.076-11.6a17.915,17.915,0,0,1,13.4-9.262c4.234-.637,6.649,1.26,9.138,5.146,2.5,3.911,3.106,6.754.979,10.535-.329.585-.743,1.121-1.12,1.683" transform="translate(-871.563 -404.287)" fill="%234fb3dd"/><path id="Path_30653" data-name="Path 30653" d="M1056.5,553.121c4.512-2.728,12.082-3.091,14.591,1.535,3.947,7.277.892,18.263-6.252,22.487-5.1,3.013-10.775,1.457-13.3-3.9-3.044-6.452-2.534-15.593,4.962-20.126" transform="translate(-984.443 -484.096)" fill="%234fb3dd"/></g></g></g><g id="Group_18986" data-name="Group 18986" transform="translate(873.758 615.066)" opacity="0.2"><g id="Group_18594" data-name="Group 18594"><g id="Group_18593" data-name="Group 18593" opacity="0.5" clip-path="url(%23clip-path-3)"><path id="Path_30655" data-name="Path 30655" d="M743.031,8.237A6.545,6.545,0,0,1,755.564,6.85c10.4,25.869,26.772,42.7,48.662,50.035,16.21,5.429,29.243,3.415,29.373,3.394A6.545,6.545,0,0,1,835.687,73.2c-.66.107-16.382,2.538-35.618-3.9A83.837,83.837,0,0,1,769.7,51.289c-10.943-10.087-19.785-23.4-26.282-39.557a6.511,6.511,0,0,1-.388-3.495" transform="translate(-742.945 -2.743)" fill="%234fb3dd"/></g></g></g><g id="Group_19032" data-name="Group 19032" transform="translate(784.23 734.085)" opacity="0.2"><g id="Group_18591" data-name="Group 18591"><g id="Group_18590" data-name="Group 18590" opacity="0.5" clip-path="url(%23clip-path-4)"><path id="Path_30654" data-name="Path 30654" d="M36.515,385.392a115.312,115.312,0,0,1,18.941-.658c13.443.56,24.057,6.374,30.34,16.5a52.684,52.684,0,0,1,5.335-.112c16.178.463,28.863,8.342,36.683,22.785a61.552,61.552,0,0,1,6.755,21.217,5.856,5.856,0,0,1-11.657,1.125,50.319,50.319,0,0,0-5.56-17.066c-5.8-10.514-14.739-16.017-26.556-16.355l-.256-.007a43.008,43.008,0,0,1,1.028,12.744c-.487,6.931-2.641,13.192-6.066,17.627-4.123,5.339-9.963,7.768-16.022,6.665a19.008,19.008,0,0,1-12.744-8.065,20.858,20.858,0,0,1-3.2-13.82A28.367,28.367,0,0,1,64.39,409.045,34.412,34.412,0,0,1,73.226,404c-3.626-3.9-9.323-7.19-18.258-7.562-18.991-.791-30.164,2.958-36.192,6.242-6.274,3.418-8.264,6.912-8.346,7.059.041-.075.059-.115.059-.115L0,404.413c.31-.624,3.277-6.245,11.906-11.3,6.722-3.941,14.959-6.52,24.609-7.718m36.265,53a5.293,5.293,0,0,0,3.453-2.357c3.357-4.347,4.961-13.238,2.641-21.628a23.312,23.312,0,0,0-7.2,3.816,16.621,16.621,0,0,0-6.486,10.97c-.192,1.837-.3,7.923,6.394,9.143a3.778,3.778,0,0,0,1.2.056" transform="translate(0 -384.614)" fill="%234fb3dd"/></g></g></g><g id="Group_19033" data-name="Group 19033" transform="translate(1156.475 647.631)" opacity="0.2"><g id="Group_18582" data-name="Group 18582"><g id="Group_18581" data-name="Group 18581" opacity="0.5" clip-path="url(%23clip-path-5)"><path id="Path_30639" data-name="Path 30639" d="M58.238,19.651a16.631,16.631,0,0,1,22.1-16.779c1.73.6,9.479,6.626,21.878-1.032,6.477-4,14.946-1.078,19.668,4.863,5.075,6.386,5.55,14.838.724,20.871-5,6.255-10.4,10.678-15.857,16.544a18.842,18.842,0,0,1-26.078,1.3c-6.2-5.449-11.892-9.518-17.831-15.257a15.391,15.391,0,0,1-4.6-10.508" transform="translate(-44.107 0.001)" fill="%234fb3dd"/><path id="Path_30640" data-name="Path 30640" d="M168.519,172.25C167.525,156,183.7,155.513,188.584,160.2c6.231,5.971,5.856,16.507.34,23.129-4.242,5.092-10.911,5.353-15.557.55a18.086,18.086,0,0,1-4.847-11.628" transform="translate(-113.944 -99.832)" fill="%234fb3dd"/><path id="Path_30641" data-name="Path 30641" d="M108.843,176.154c.171,4.558-.732,8.727-3.561,12.3-4.164,5.258-12.4,5.331-17.218.666-6.182-5.987-5.1-17.49.425-24.061,4.04-4.8,10.253-5.262,14.894-1.048,3.6,3.266,5.075,7.51,5.461,12.143" transform="translate(-60.359 -102.05)" fill="%234fb3dd"/><path id="Path_30642" data-name="Path 30642" d="M42.433,129.336a18.351,18.351,0,0,1-4.108,12.8c-2.756,3.341-6.192,5.545-10.73,4.437s-6.654-4.637-7.466-8.883a17.916,17.916,0,0,1,4.2-15.74c2.81-3.231,5.879-3.352,10.293-2.008,4.442,1.353,6.744,3.128,7.576,7.386.129.658.161,1.335.238,2.007" transform="translate(-19.755 -75.452)" fill="%234fb3dd"/><path id="Path_30643" data-name="Path 30643" d="M233.9,111.231c1.666-5,7.193-10.187,12.1-8.293,7.724,2.98,12.522,13.324,9.821,21.173-1.926,5.6-7.258,8.1-12.652,5.658-6.5-2.938-12.04-10.227-9.273-18.539" transform="translate(-154.918 -64.941)" fill="%234fb3dd"/></g></g></g><g id="Group_19034" data-name="Group 19034" transform="translate(38.107 701.562)" opacity="0.2"><g id="Group_18588-2" data-name="Group 18588"><g id="Group_18587-2" data-name="Group 18587" opacity="0.5" clip-path="url(%23clip-path-2)"><path id="Path_30649-2" data-name="Path 30649" d="M974.705,375.034a16.63,16.63,0,0,1,27.7,1.554c.93,1.576,2.921,11.191,17.324,13.4,7.525,1.155,12.078,8.871,11.82,16.455-.277,8.152-5.4,14.894-12.982,16.358-7.865,1.518-14.845,1.382-22.8,2.313a18.843,18.843,0,0,1-20.7-15.921c-1.186-8.169-2.882-14.957-3.681-23.177a15.392,15.392,0,0,1,3.312-10.982" transform="translate(-934.744 -368.338)" fill="%234fb3dd"/><path id="Path_30650-2" data-name="Path 30650" d="M964.5,556.79c9.777-13.013,22.406-2.9,23.09,3.836.872,8.586-6.246,16.364-14.739,17.828-6.531,1.126-11.777-3-12.2-9.669a18.084,18.084,0,0,1,3.849-12" transform="translate(-927.965 -483.7)" fill="%234fb3dd"/><path id="Path_30651-2" data-name="Path 30651" d="M913.637,522.72c-2.826,3.581-6.215,6.169-10.687,7.055-6.58,1.3-12.9-3.983-13.54-10.658-.825-8.566,7.457-16.624,15.925-18.041,6.188-1.035,11.218,2.642,12.018,8.859.62,4.818-1.006,9.008-3.716,12.785" transform="translate(-882.83 -452.295)" fill="%234fb3dd"/><path id="Path_30652-2" data-name="Path 30652" d="M895.835,442.585a18.351,18.351,0,0,1-11.426,7.08c-4.264.757-8.309.206-11.046-3.579s-2.059-7.845.076-11.6a17.915,17.915,0,0,1,13.4-9.262c4.234-.637,6.649,1.26,9.138,5.146,2.5,3.911,3.106,6.754.979,10.535-.329.585-.743,1.121-1.12,1.683" transform="translate(-871.563 -404.287)" fill="%234fb3dd"/><path id="Path_30653-2" data-name="Path 30653" d="M1056.5,553.121c4.512-2.728,12.082-3.091,14.591,1.535,3.947,7.277.892,18.263-6.252,22.487-5.1,3.013-10.775,1.457-13.3-3.9-3.044-6.452-2.534-15.593,4.962-20.126" transform="translate(-984.443 -484.096)" fill="%234fb3dd"/></g></g></g><g id="Group_19035" data-name="Group 19035" transform="translate(480.879 725.005)" opacity="0.2"><g id="Group_18594-2" data-name="Group 18594"><g id="Group_18593-2" data-name="Group 18593" opacity="0.5" clip-path="url(%23clip-path-3)"><path id="Path_30655-2" data-name="Path 30655" d="M743.031,8.237A6.545,6.545,0,0,1,755.564,6.85c10.4,25.869,26.772,42.7,48.662,50.035,16.21,5.429,29.243,3.415,29.373,3.394A6.545,6.545,0,0,1,835.687,73.2c-.66.107-16.382,2.538-35.618-3.9A83.837,83.837,0,0,1,769.7,51.289c-10.943-10.087-19.785-23.4-26.282-39.557a6.511,6.511,0,0,1-.388-3.495" transform="translate(-742.945 -2.743)" fill="%234fb3dd"/></g></g></g></g></svg>');
      background-size: cover; }
      @media (min-width: 768px) {
        .homePageSectionGroup [data-content-region="home_carousel_content"]::after {
          clip-path: ellipse(60% 75% at 50% 100%); } }
    .homePageSectionGroup [data-content-region="home_carousel_content"] .grid-container {
      margin: 0px 25px; }
      @media (min-width: 768px) {
        .homePageSectionGroup [data-content-region="home_carousel_content"] .grid-container {
          margin: 0 80px; }
          .homePageSectionGroup [data-content-region="home_carousel_content"] .grid-container.tertiaryCards {
            margin: auto;
            padding: 0 80px; } }

.home_page_carousel_container {
  max-width: 1366px;
  margin: auto; }

[data-content-region="home_below_carousel"],
[data-content-region="home_offerSection_content"] {
  display: flex;
  justify-content: center;
  max-width: 1366px;
  margin: auto; }

.feature-brand_list .slick-arrow {
  top: 65%; }

.createAccount .g-recaptcha div {
  margin: auto; }

.forgotPassword {
  padding: 0 10.50px;
  margin-top: 42px; }

[data-page-template="createaccount"] .account-body {
  margin-left: 0;
  margin-right: 0; }

.custom-container.productView .productView-image:has(.easyzoom-flyout) .pdpImageBadge {
  display: none; }

.custom-container.productView .productView-images {
  width: 100%;
  margin-top: 80px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .custom-container.productView .productView-images.sticky {
    justify-content: start;
    margin-top: 30px; }
  .custom-container.productView .productView-images .pdpImageBadge {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    top: -10px;
    left: 15%;
    z-index: 1; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .pdpImageBadge {
        left: 20%; } }
    .custom-container.productView .productView-images .pdpImageBadge .badge {
      font-family: "LatoBold", Arial, sans-serif;
      font-size: 8px;
      text-transform: uppercase;
      color: white;
      text-align: center;
      margin-bottom: 5px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      position: relative;
      pointer-events: none;
      background-color: #0079b1; }
      @media screen and (min-width: 768px) {
        .custom-container.productView .productView-images .pdpImageBadge .badge {
          font-size: 12px;
          width: 78px;
          height: 78px; } }
      .custom-container.productView .productView-images .pdpImageBadge .badge span {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%; }
  .custom-container.productView .productView-images .productView-thumbnails {
    max-width: 400px; }
  .custom-container.productView .productView-images .slider-for {
    height: 218px;
    min-width: 338px;
    max-width: 338px; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .slider-for {
        height: 338px; } }
    .custom-container.productView .productView-images .slider-for:not(:has(.slick-slide)) {
      visibility: hidden; }
    .custom-container.productView .productView-images .slider-for .slick-slide {
      max-width: 338px !important;
      min-width: 338px !important; }
      .custom-container.productView .productView-images .slider-for .slick-slide .pdpImgViewPopUp {
        position: absolute;
        right: 20px;
        cursor: pointer; }
        @media (min-width: 768px) {
          .custom-container.productView .productView-images .slider-for .slick-slide .pdpImgViewPopUp {
            right: 20px; } }
        .custom-container.productView .productView-images .slider-for .slick-slide .pdpImgViewPopUp svg {
          height: 30px; }
      .custom-container.productView .productView-images .slider-for .slick-slide img {
        object-fit: contain;
        height: 218px;
        width: 160px;
        margin: auto; }
        @media (min-width: 768px) {
          .custom-container.productView .productView-images .slider-for .slick-slide img {
            width: 242px;
            height: 338px; } }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .slider-for .slick-dots {
        bottom: -10px; } }
  .custom-container.productView .productView-images .slider-nav:not(:has(.slick-slide)) {
    visibility: hidden; }
  @media (min-width: 768px) {
    .custom-container.productView .productView-images .slider-nav {
      margin-top: 50px; } }
  .custom-container.productView .productView-images .slider-nav .slick-list {
    display: none; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .slider-nav .slick-list {
        display: block; } }
  @media (min-width: 768px) {
    .custom-container.productView .productView-images .slider-nav .productView-thumbnail {
      height: 68px;
      width: 70px !important;
      margin: 5px;
      padding: 0; } }
  .custom-container.productView .productView-images .slider-nav .productView-thumbnail .productView-thumbnail-link {
    background-color: #EBEBEB;
    border: none;
    border-radius: 4px;
    padding: 5px; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .slider-nav .productView-thumbnail .productView-thumbnail-link {
        height: 100%;
        width: 100%;
        padding: 0; } }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .slider-nav .productView-thumbnail .productView-thumbnail-link img {
        height: 100%;
        width: 100%;
        object-fit: contain; } }
  .custom-container.productView .productView-images .productView-img-container {
    width: 218px;
    height: 218px;
    margin: 30px auto; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-images .productView-img-container {
        height: 338px;
        width: 338px; } }
  .custom-container.productView .productView-images .slick-arrow {
    background-color: transparent;
    height: 40px;
    width: 40px;
    top: 50%; }
    .custom-container.productView .productView-images .slick-arrow.slick-prev::before {
      height: 40px;
      width: 40px;
      rotate: 270deg;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="57.998" height="57.998" viewBox="0 0 57.998 57.998"><defs><filter id="Path_71" x="0" y="0" width="57.998" height="57.998" filterUnits="userSpaceOnUse"><feOffset dy="3" input="SourceAlpha"/><feGaussianBlur stdDeviation="3" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter></defs><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(9 6)"><g transform="matrix(1, 0, 0, 1, -9, -6)" filter="url(%23Path_71)"><path id="Path_71-2" data-name="Path 71" d="M40,20A20,20,0,1,1,20,0,20,20,0,0,1,40,20Z" transform="translate(9 6)" fill="%23fff"/></g><path id="Path_72" data-name="Path 72" d="M15.482,7.74,7.741,0,0,7.74" transform="translate(12.259 16.129)" fill="none" stroke="%23e29445" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); }
      @media (min-width: 768px) {
        .custom-container.productView .productView-images .slick-arrow.slick-prev::before {
          height: 45px;
          width: 45px; } }
    .custom-container.productView .productView-images .slick-arrow.slick-next::before {
      height: 40px;
      width: 40px;
      rotate: 90deg;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="57.998" height="57.998" viewBox="0 0 57.998 57.998"><defs><filter id="Path_71" x="0" y="0" width="57.998" height="57.998" filterUnits="userSpaceOnUse"><feOffset dy="3" input="SourceAlpha"/><feGaussianBlur stdDeviation="3" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter></defs><g id="Icon_feather-arrow-up-circle" data-name="Icon feather-arrow-up-circle" transform="translate(9 6)"><g transform="matrix(1, 0, 0, 1, -9, -6)" filter="url(%23Path_71)"><path id="Path_71-2" data-name="Path 71" d="M40,20A20,20,0,1,1,20,0,20,20,0,0,1,40,20Z" transform="translate(9 6)" fill="%23fff"/></g><path id="Path_72" data-name="Path 72" d="M15.482,7.74,7.741,0,0,7.74" transform="translate(12.259 16.129)" fill="none" stroke="%23e29445" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"/></g></svg>'); }
      @media (min-width: 768px) {
        .custom-container.productView .productView-images .slick-arrow.slick-next::before {
          height: 45px;
          width: 45px; } }

.custom-container.productView .productView-details-gridContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .custom-container.productView .productView-details-gridContainer {
      margin-top: 20px; } }
  .custom-container.productView .productView-details-gridContainer > section {
    padding-right: 0; }
  .custom-container.productView .productView-details-gridContainer.sticky {
    justify-content: start; }
  .custom-container.productView .productView-details-gridContainer .product-data {
    width: 100%; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-details-gridContainer .product-data {
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product {
        border: 0;
        padding-bottom: 0; } }
    .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-brand {
      margin-bottom: 0; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-brand a {
        text-decoration: none; }
        .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-brand a span {
          color: #0079B1;
          font-family: "LatoBold", Arial, sans-serif;
          font-size: 14px;
          line-height: 17px; }
    .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-title {
      font-family: "SagonaBold", Arial, sans-serif;
      color: #282828;
      line-height: 24px;
      font-size: 16px;
      margin-top: 0;
      max-width: 100%; }
    .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price {
      display: flex;
      position: relative; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price:has(.price-section--withoutTax > .imap-label) {
        margin-bottom: 2rem; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price .price-section {
        font-size: 16px;
        font-family: "LatoBlack", Arial, sans-serif;
        line-height: 19px;
        color: #A42B3F; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price .price.price--withoutTax {
        font-weight: 900;
        letter-spacing: 0; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price .non-sale-price--withoutTax {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        color: #243C45;
        opacity: 0.5;
        margin-left: 10px;
        font-weight: 600; }
      .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-price .imap-label {
        position: absolute;
        left: 0;
        bottom: -22px;
        font-size: 14px;
        font-family: "Lato", Arial, sans-serif;
        font-weight: 900; }
    .custom-container.productView .productView-details-gridContainer .product-data .productView-product .productView-productInfo {
      display: none; }
  .custom-container.productView .productView-details-gridContainer .product-options {
    padding-bottom: 0;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-details-gridContainer .product-options {
        width: 100%; } }
    .custom-container.productView .productView-details-gridContainer .product-options .productView-options [data-product-option-change] .form-field {
      text-align: left;
      margin-bottom: 10px; }
      .custom-container.productView .productView-details-gridContainer .product-options .productView-options [data-product-option-change] .form-field .form-label {
        font-family: "LatoBold", Arial, sans-serif;
        color: #243C45;
        margin-bottom: 8px; }
        .custom-container.productView .productView-details-gridContainer .product-options .productView-options [data-product-option-change] .form-field .form-label small {
          display: none; }
  .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper {
    text-align: left; }
    .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments {
      margin-bottom: 0; }
      .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments label {
        box-shadow: none !important;
        font-family: "LatoBold", Arial, sans-serif; }
      .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment {
        width: fit-content;
        border: 1px solid #E29445;
        border-radius: 5px; }
        @media (min-width: 768px) {
          .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment {
            height: 30px; } }
        .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment button {
          width: 30px;
          height: 30px;
          background-color: #E29445;
          border-color: #E29445; }
          @media (min-width: 768px) {
            .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment button {
              height: 29px;
              width: 29px; } }
          .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment button svg {
            width: 15px;
            height: 25px; }
          .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment button[data-action="dec"] {
            border-radius: 5px 0px 0px 5px; }
          .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment button[data-action="inc"] {
            border-radius: 0px 5px 5px 0px; }
        .custom-container.productView .productView-details-gridContainer .add-to-cart-wrapper .form-field--increments .form-increment .form-input--incrementTotal {
          width: 80px; }

.custom-container.productView .productView-details-rightContainer {
  padding: 0; }
  @media (min-width: 768px) {
    .custom-container.productView .productView-details-rightContainer {
      overflow: auto;
      margin-top: 22px; } }
  .custom-container.productView .productView-details-rightContainer::-webkit-scrollbar {
    width: 0px; }
  .custom-container.productView .productView-details-rightContainer span {
    font-family: "LatoBold", Arial, sans-serif;
    font-size: 14px;
    color: #243C45; }
    @media (min-width: 768px) {
      .custom-container.productView .productView-details-rightContainer span {
        font-size: 12px; } }
  .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether {
    overflow: hidden;
    padding-bottom: 24px; }
    .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether p {
      font-family: "LatoBold", Arial, sans-serif;
      font-size: 14px;
      color: #243C45;
      line-height: 26px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether p {
          font-size: 12px; } }
    .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--items {
      display: inline-flex;
      align-items: center;
      margin-bottom: 20px; }
      .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--items .frequentlyBoughtTogether--item {
        width: 50px;
        height: 55px; }
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--items .frequentlyBoughtTogether--item img {
          object-fit: contain;
          width: 100%;
          height: 100%; }
      .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--items svg {
        width: 13px;
        height: 13px;
        margin: 0 3px; }
    .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox {
      margin-bottom: 1rem;
      align-content: start; }
      .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label {
        display: grid;
        outline: none !important; }
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label::before {
          border: 2px solid #2b856b;
          border-radius: 2px;
          height: 18px;
          width: 18px; }
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label::after {
          border-radius: 2px;
          height: 18px;
          width: 18px;
          background-color: #2B856B;
          top: 3px;
          left: 0px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9.4" viewBox="0 0 12 9.4"><path id="Path_17826" data-name="Path 17826" d="M1193,135.4l-4-4,1.4-1.4,2.6,2.6,6.6-6.6,1.4,1.4Z" transform="translate(-1189 -126)" fill="%23fff"/></svg>');
          background-size: 13px; }
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label .itemDetails--price {
          font-family: "LatoBlack", Arial, sans-serif;
          color: #A42B3F;
          font-size: 12px; }
          .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label .itemDetails--price span {
            color: #A42B3F;
            font-family: "LatoBlack", Arial, sans-serif; }
            .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label .itemDetails--price span.non-sale {
              font-family: "LatoSemi", Arial, sans-serif;
              color: #243C45;
              text-decoration: line-through;
              filter: opacity(0.5); }
        .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--itemInfo.checkbox label .itemDetails--options.form-field {
          margin-bottom: 0 !important; }
    .custom-container.productView .productView-details-rightContainer .frequentlyBoughtTogether .frequentlyBoughtTogether--action button {
      width: 100%; }

.productView-rating {
  margin-bottom: 10px; }

.vet-prescription {
  margin-block: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font: 1rem "Lato", Arial, sans-serif; }
  .vet-prescription img {
    width: 52px;
    margin-right: 14px; }
  .vet-prescription a {
    color: #0079b1; }

.pdp-vetsource-logo.deliveryMethod--item {
  max-width: 260px !important;
  margin-top: -20px !important; }

.prescriptionReminder {
  background-color: #e5f1f7;
  padding: 8px 12px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .prescriptionReminder.reminder-card {
    background-color: unset;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0; }
    .prescriptionReminder.reminder-card p {
      color: #243C45;
      font: bold 12px/15px "LatoBold", Arial, sans-serif; }
  .prescriptionReminder p {
    color: #00838F;
    font-size: 12px;
    font-family: "LatoBold", Arial, sans-serif;
    margin-bottom: 0;
    line-height: 15px; }
    .prescriptionReminder p span {
      font-size: 16px;
      margin-right: 5px; }

#pdpImageModal {
  overflow: visible; }
  @media (min-width: 768px) {
    #pdpImageModal {
      width: 583px;
      height: 583px; } }
  #pdpImageModal .modal-close {
    background-color: #E29744;
    border-radius: 4px;
    right: 0;
    top: -8%;
    width: 30px;
    height: 30px; }
    #pdpImageModal .modal-close span[aria-hidden="true"] {
      color: white; }
    @media (min-width: 768px) {
      #pdpImageModal .modal-close {
        right: -50%;
        top: -5%;
        width: 50px;
        height: 50px; } }
  #pdpImageModal .modal-content {
    padding: 16px;
    text-align: center; }
    #pdpImageModal .modal-content img {
      object-fit: contain; }
      @media (min-width: 768px) {
        #pdpImageModal .modal-content img {
          width: 367px;
          height: 519px; } }

.pdpFloatingElement {
  display: none; }
  @media (min-width: 768px) {
    .pdpFloatingElement {
      display: grid; } }

[data-product-attribute="input-text"] {
  display: none !important; }

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate; }

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6; }
  100% {
    background-color: #f0f3f5; } }

.deliveryMethod--wrapper--status.skeleton {
  max-height: 14px;
  min-height: 14px;
  min-width: 120px;
  max-width: 120px;
  display: block;
  margin: auto 0; }
  .deliveryMethod--wrapper--status.skeleton:before {
    display: none; }

[data-display-name="Prescription Contact"],
[data-display-name="Subscription"] {
  display: none !important; }

.missing-variant {
  color: #333 !important;
  opacity: 0.8; }
  .missing-variant:before {
    display: none !important; }

[data-product-attribute="set-select"] .radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  [data-product-attribute="set-select"] .radio label {
    font-size: 12px;
    color: #243C45;
    padding: 0 20px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
    width: fit-content;
    min-width: fit-content;
    margin-right: 10px; }
    [data-product-attribute="set-select"] .radio label:hover {
      border-color: #e29545; }
    [data-product-attribute="set-select"] .radio label.filled {
      color: #fff; }

.deliveryMethod--wrapper--subHeader {
  max-width: 185px; }
  .deliveryMethod--wrapper--subHeader span {
    font-size: 12px;
    font-family: "Lato", Arial, sans-serif; }

.auto-order-price {
  display: flex;
  flex-direction: column;
  margin-left: 10px; }
  .auto-order-price:has(.discounted-price) {
    border-left: 1px solid black;
    padding-left: 10px; }
  .auto-order-price .skeleton {
    min-height: 19px;
    min-width: 100px;
    max-width: 200px; }
  .auto-order-price .discounted-price {
    font-size: 16px;
    font-family: "LatoBlack", Arial, sans-serif;
    font-weight: 900;
    line-height: 19px;
    letter-spacing: 0;
    color: #A42B3F; }
  .auto-order-price .discount-section .recurring-section {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.12px;
    color: #333333; }
    .auto-order-price .discount-section .recurring-section svg {
      margin-right: 5px; }
  .auto-order-price .discount-section .initial-section {
    font-size: 12px;
    line-height: 14px;
    font-family: "Lato", Arial, sans-serif;
    letter-spacing: 0;
    margin-block: 5px; }
    .auto-order-price .discount-section .initial-section .initial-off {
      color: #A42B3F;
      font-weight: 900; }

.btn-select-store {
  height: 21px;
  padding: 2px;
  min-width: 90px;
  font-size: 10px;
  max-width: 90px;
  margin-left: auto; }

.pdp-information {
  display: none; }
  .pdp-information .custom-accordion_title {
    color: #0079b1;
    font-size: 16px;
    font-family: "SagonaBold", Arial, sans-serif !important; }
    .pdp-information .custom-accordion_title svg {
      width: 14px; }
      .pdp-information .custom-accordion_title svg path {
        fill: #0079b1; }
  .pdp-information .custom-accordion_details {
    font-size: 12px;
    color: #243C45;
    line-height: 32px; }
  .pdp-information .toggle {
    border: none; }
  .pdp-information .toggle-title {
    font-size: 16px;
    margin-bottom: 0;
    font-family: "LatoMedium", Arial, sans-serif; }
    .pdp-information .toggle-title .toggleLink {
      display: none; }
  .pdp-information .productView-reviewLink {
    margin-left: 0;
    color: #e29545;
    font-family: "LatoBold", Arial, sans-serif; }
  .pdp-information .productReview-title {
    font-size: 14px;
    color: #243C45; }
  .pdp-information .productReview-author,
  .pdp-information .productReview-body {
    font-size: 12px;
    margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .productView-description .tabs,
  .productView-description .tabs-contents {
    display: none; }
  .pdp-information {
    display: block; } }

.recurring-blue {
  font-family: "LatoBlack", Arial, sans-serif;
  font-weight: 900;
  color: #0079B1 !important; }

.pdp-section-wrapper {
  position: relative; }

@media (min-width: 768px) {
  .deliveryMethod--container .deliveryMethod--wrapper--title {
    display: none; } }

.deliveryMethod--container .frequentlyBoughtTogether {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    .deliveryMethod--container .frequentlyBoughtTogether {
      max-width: 260px; } }

.deliveryMethod--container .deliveryMethod--item {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    .deliveryMethod--container .deliveryMethod--item {
      max-width: 260px; } }
  .deliveryMethod--container .deliveryMethod--item.is-active {
    border: 1px solid #0079b1;
    border-radius: 5px;
    overflow: hidden; }
    .deliveryMethod--container .deliveryMethod--item.is-active .deliveryMethod--wrapper--info {
      border-top: 1px solid #70707020;
      padding-top: 10px;
      max-height: 400px;
      transition: max-height 0.85s ease-in; }
    .deliveryMethod--container .deliveryMethod--item.is-active .subHeader {
      display: none; }
  .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.85s ease-out; }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--info input {
      padding: 7px 15px;
      color: #000;
      border: 0;
      border-radius: 5px;
      font-family: "LatoMedium", Arial, sans-serif; }
  .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body {
    padding: 16px;
    background-color: #fbfbfb; }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body span.address-checker-label {
      margin-left: 0;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 12px;
      color: #243C45;
      display: block;
      font-weight: 900; }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .form-field {
      margin-bottom: 15px; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .form-field label {
        display: grid;
        gap: 0px 5px;
        outline: none !important;
        grid-template-columns: 15px; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .form-field label svg {
          grid-row: 1;
          grid-column: 1;
          width: 100%; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .form-field label .deliveryMethodName {
          grid-row: 1;
          grid-column: 2; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .form-field label .subHeader {
          grid-row: 2;
          grid-column: 2;
          font-size: 10px;
          font-family: "Lato", Arial, sans-serif;
          opacity: .8; }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status {
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Lato", Arial, sans-serif;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 0;
      line-height: 20px;
      gap: 4px;
      border-radius: 4px; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--available {
        color: #66BB6A; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--available::before {
          content: "";
          height: 15px;
          width: 15px;
          margin-bottom: 1px;
          background-repeat: no-repeat;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.516" height="14.516" viewBox="0 0 14.516 14.516"><path id="Icon_ionic-ios-checkmark-circle" data-name="Icon ionic-ios-checkmark-circle" d="M10.633,3.375a7.258,7.258,0,1,0,7.258,7.258A7.257,7.257,0,0,0,10.633,3.375Zm3.716,5.252L9.684,13.313h0a.63.63,0,0,1-.4.192.611.611,0,0,1-.408-.2L6.913,11.352a.139.139,0,0,1,0-.2l.621-.621a.135.135,0,0,1,.2,0l1.549,1.549,4.257-4.289a.138.138,0,0,1,.1-.042h0a.127.127,0,0,1,.1.042l.611.632A.138.138,0,0,1,14.349,8.627Z" transform="translate(-3.375 -3.375)" fill="%2366bb6a"/></svg>'); }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--unavailable {
        color: #B71D1C;
        font-size: 11px; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--unavailable::before {
          background-size: contain;
          content: "";
          height: 15px;
          width: 15px;
          margin-bottom: 1px;
          background-repeat: no-repeat;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.62" height="14.62" viewBox="0 0 14.62 14.62"><path id="Icon_ionic-ios-close-circle" data-name="Icon ionic-ios-close-circle" d="M10.685,3.375A7.31,7.31,0,1,0,18,10.685,7.309,7.309,0,0,0,10.685,3.375Zm1.852,9.956-1.852-1.852L8.833,13.331a.562.562,0,1,1-.794-.794l1.852-1.852L8.039,8.833a.562.562,0,0,1,.794-.794l1.852,1.852,1.852-1.852a.562.562,0,1,1,.794.794l-1.852,1.852,1.852,1.852a.564.564,0,0,1,0,.794A.558.558,0,0,1,12.537,13.331Z" transform="translate(-3.375 -3.375)" fill="%23b71c1c"/></svg>'); }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--not-available {
        color: #B71D1C; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status--not-available::before {
          content: "";
          height: 15px;
          width: 15px;
          margin-bottom: 1px;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.62" height="14.62" viewBox="0 0 14.62 14.62"><path id="Icon_ionic-ios-close-circle" data-name="Icon ionic-ios-close-circle" d="M10.685,3.375A7.31,7.31,0,1,0,18,10.685,7.309,7.309,0,0,0,10.685,3.375Zm1.852,9.956-1.852-1.852L8.833,13.331a.562.562,0,1,1-.794-.794l1.852-1.852L8.039,8.833a.562.562,0,0,1,.794-.794l1.852,1.852,1.852-1.852a.562.562,0,1,1,.794.794l-1.852,1.852,1.852,1.852a.564.564,0,0,1,0,.794A.558.558,0,0,1,12.537,13.331Z" transform="translate(-3.375 -3.375)" fill="%23b71c1c"/></svg>'); }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .deliveryMethod--wrapper--status svg {
        margin-right: 5px; }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container {
      display: flex;
      justify-content: space-between; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container.r-hide {
        display: none; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container .selectedStore {
        display: flex;
        flex-direction: column; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container .selectedStore span {
          color: #243c45; }
          .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container .selectedStore span:nth-of-type(1) {
            font-family: "LatoMedium", Arial, sans-serif;
            font-size: 10px; }
          .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container .selectedStore span:nth-of-type(2) {
            font-family: "LatoBlack", Arial, sans-serif;
            font-size: 12px; }
          .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .selectedStore--container .selectedStore span:nth-of-type(3) {
            font-family: "LatoMedium", Arial, sans-serif;
            font-size: 10px;
            filter: opacity(0.6); }
    .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container {
      display: grid;
      margin-top: 16px; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container span {
        grid-row: 1;
        grid-column: 1 / 2 span;
        font-family: "LatoMedium", Arial, sans-serif;
        font-size: 10px;
        color: #243c45; }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container .nearbyStore--info {
        grid-row: 2;
        grid-column: 1;
        display: flex;
        flex-direction: column; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container .nearbyStore--info .nearbyStore--name {
          font-family: "LatoBlack", Arial, sans-serif;
          font-size: 12px; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container .nearbyStore--info .nearbyStore--time {
          font-size: 10px;
          font-family: "LatoMedium", Arial, sans-serif;
          filter: opacity(0.6); }
      .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container .nearbyStore--action {
        grid-row: 2;
        grid-column: 2;
        text-align: right; }
        .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--body .nearbyStores--container .nearbyStore--action button {
          height: 21px;
          padding: 2px;
          min-width: 90px;
          font-size: 10px; }
  .deliveryMethod--container .deliveryMethod--item .deliveryMethod--wrapper--header {
    height: 26px;
    border: 1px solid #0079b1;
    background-color: #0079b1;
    color: white;
    text-align: center;
    font-family: "LatoBlack", Arial, sans-serif;
    font-size: 12px;
    padding: 2px; }
  .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--info {
    max-height: initial; }
  .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--detailsHeader span {
    font-size: 12px; }
    .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--detailsHeader span:last-of-type {
      font-size: 16px;
      color: #A42B3F;
      font-family: "LatoBlack", Arial, sans-serif; }
  .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--subHeader {
    line-height: 16px; }
    .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--subHeader span {
      font-size: 12px; }
      .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--subHeader span:first-of-type {
        color: #A42B3F; }
      .deliveryMethod--container .deliveryMethod--item--autoOrder .deliveryMethod--wrapper--subHeader span:last-of-type {
        font-family: "Lato", Arial, sans-serif; }
  .deliveryMethod--container .deliveryMethod--item--autoOrder .autoOrder--select {
    margin-top: 12px; }
    .deliveryMethod--container .deliveryMethod--item--autoOrder .autoOrder--select .form-label {
      display: block !important;
      font-size: 12px;
      color: #243C45; }
  .deliveryMethod--container .deliveryMethod--item--delivery .deliveryMethod--wrapper--info {
    display: grid;
    gap: 10px; }
    .deliveryMethod--container .deliveryMethod--item--delivery .deliveryMethod--wrapper--info span {
      font-size: 10px; }
      .deliveryMethod--container .deliveryMethod--item--delivery .deliveryMethod--wrapper--info span:last-of-type {
        font-family: "LatoMedium"; }
    .deliveryMethod--container .deliveryMethod--item--delivery .deliveryMethod--wrapper--info .deliveryMethod--wrapper--status {
      justify-content: flex-start; }

.deliveryMethod--container .form-field--checkbox label::before {
  border: 2px solid #2b856b;
  border-radius: 2px;
  height: 18px;
  width: 18px; }

.deliveryMethod--container .form-field--checkbox label::after {
  border-radius: 2px;
  height: 18px;
  width: 18px;
  background-color: #e29545;
  top: 3px;
  left: 0px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9.4" viewBox="0 0 12 9.4"><path id="Path_17826" data-name="Path 17826" d="M1193,135.4l-4-4,1.4-1.4,2.6,2.6,6.6-6.6,1.4,1.4Z" transform="translate(-1189 -126)" fill="%23fff"/></svg>');
  background-size: 13px; }

.autoOrder-cart-add-to-cart button {
  max-height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.fbt-unavailable-list {
  margin: 15px 0 0;
  list-style-type: none;
  border: 1px solid #eee; }
  .fbt-unavailable-list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 90%;
    margin: auto;
    padding: 5px; }
    .fbt-unavailable-list li:not(:last-child) {
      border-bottom: 1px solid #eee; }
  .fbt-unavailable-list img {
    height: 50px; }
  .fbt-unavailable-list div {
    padding-left: 15px;
    text-align: left; }

.custom-cart {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .custom-cart .page-heading {
    font-size: 25px;
    margin-bottom: 15px; }
  .custom-cart .below-subs {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-left: -7px;
    flex-basis: 100%; }
    @media (min-width: 768px) {
      .custom-cart .below-subs {
        order: 7; } }
    .custom-cart .below-subs img {
      width: 34px;
      margin-right: 9px; }
    .custom-cart .below-subs span {
      font-size: 10px;
      color: #0079b1; }
  .custom-cart__message {
    background-color: rgba(0, 121, 177, 0.1);
    color: #00838F;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    display: none; }
  .custom-cart__group {
    margin-bottom: 30px; }
    .custom-cart__group-heading {
      border-bottom: 1px solid rgba(112, 112, 112, 0.2);
      padding-bottom: 5px;
      margin-bottom: 30px; }
      .custom-cart__group-heading-notice {
        color: #0079b1;
        font-size: 12px;
        padding-left: 36px;
        margin: -5px 0 5px 0; }
    .custom-cart__group-title {
      font-size: 16px;
      line-height: 40px;
      text-transform: capitalize; }
      .custom-cart__group-title--delivery::before {
        content: url("../img/icon-delivery.svg");
        margin-right: 10px;
        transform: translateY(5px);
        display: inline-table; }
      .custom-cart__group-title--pickup::before {
        content: url("../img/icon-pickup.svg");
        margin-right: 10px;
        transform: translateY(5px);
        display: inline-table; }
      .custom-cart__group-title--vetsource::before {
        content: url("../img/icon-delivery.svg");
        margin-right: 10px;
        transform: translateY(5px);
        display: inline-table; }
      .custom-cart__group-title--summary {
        color: #0079b1; }
    @media (min-width: 1000px) {
      .custom-cart__group--summary {
        padding-left: 30px; } }
  .custom-cart__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px; }
    .custom-cart__item:not(:last-child) {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .custom-cart__item {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .custom-cart__item-details {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-left: 30px; }
      .custom-cart__item-details > div {
        width: 100%;
        margin-bottom: 10px; }
      @media (min-width: 768px) {
        .custom-cart__item-details {
          justify-content: space-between;
          align-items: center; }
          .custom-cart__item-details > div {
            width: auto;
            margin-bottom: 0; } }
    .custom-cart__item-thumb {
      max-width: 35px; }
    @media (min-width: 1000px) {
      .custom-cart__item-title {
        width: 165px !important; } }
    @media (min-width: 768px) {
      .custom-cart__item-title {
        order: 1; } }
    .custom-cart__item-brand {
      color: #0079b1;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 5px; }
    .custom-cart__item-name {
      font-size: 14px;
      line-height: 17px; }
      .custom-cart__item-name a {
        text-decoration: none;
        color: #243c45; }
    .custom-cart__item-quantity {
      display: flex; }
      @media (min-width: 768px) {
        .custom-cart__item-quantity {
          order: 2; } }
      .custom-cart__item-quantity-btn {
        background-color: #e29545;
        color: #fff;
        font-size: 24px;
        width: 35px; }
        .custom-cart__item-quantity-btn--dec {
          border-radius: 4px 0 0 4px; }
          .custom-cart__item-quantity-btn--dec::before {
            content: "-"; }
        .custom-cart__item-quantity-btn--inc {
          border-radius: 0 4px 4px 0; }
          .custom-cart__item-quantity-btn--inc::before {
            content: "+"; }
      .custom-cart__item-quantity-val {
        border: 1px solid #e29545;
        text-align: center;
        width: 50px;
        font-size: 12px; }
    .custom-cart__item-shipping-type {
      margin-bottom: 0 !important; }
      @media (min-width: 768px) {
        .custom-cart__item-shipping-type {
          order: 3;
          min-width: 132px; } }
      .custom-cart__item-shipping-type .delivery svg {
        margin: 0 3px;
        width: 20px;
        transform: translateY(5px); }
      .custom-cart__item-shipping-type .pickup svg {
        margin: 0 3px;
        width: 20px;
        transform: translateY(3px); }
      .custom-cart__item-shipping-type label {
        font-size: 12px;
        display: block;
        margin-right: 0;
        margin-bottom: 8px; }
    .custom-cart__item-auto-order {
      font-size: 12px; }
      @media (min-width: 768px) {
        .custom-cart__item-auto-order {
          order: 6;
          margin-top: 8px; } }
      .custom-cart__item-auto-order svg {
        margin: 0 3px;
        width: 20px;
        transform: translateY(4px); }
      .custom-cart__item-auto-order .note {
        padding-left: 21px;
        margin-top: 3px; }
      .custom-cart__item-auto-order .save {
        color: #A42B3F; }
    .custom-cart__item-price {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      min-width: 150px; }
      @media (min-width: 768px) {
        .custom-cart__item-price {
          order: 4;
          justify-content: center; } }
      .custom-cart__item-price .sale-price {
        color: #A42B3F;
        font-size: 16px; }
        .custom-cart__item-price .sale-price--only {
          margin-right: 8px; }
      .custom-cart__item-price .original-price {
        font-size: 14px;
        color: rgba(30, 60, 69, 0.5);
        text-decoration: line-through; }
    .custom-cart__item-remove {
      color: #0079b1;
      font-size: 12px;
      padding-left: 0;
      padding-right: 0;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .custom-cart__item-remove {
          order: 5; } }
    .custom-cart__item-availability {
      font-size: 12px;
      font-family: "LatoBold", Arial, sans-serif; }
      .custom-cart__item-availability .is-available {
        color: #66BB6A; }
        .custom-cart__item-availability .is-available::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.516" height="14.516" viewBox="0 0 14.516 14.516"><path id="Icon_ionic-ios-checkmark-circle" data-name="Icon ionic-ios-checkmark-circle" d="M10.633,3.375a7.258,7.258,0,1,0,7.258,7.258A7.257,7.257,0,0,0,10.633,3.375Zm3.716,5.252L9.684,13.313h0a.63.63,0,0,1-.4.192.611.611,0,0,1-.408-.2L6.913,11.352a.139.139,0,0,1,0-.2l.621-.621a.135.135,0,0,1,.2,0l1.549,1.549,4.257-4.289a.138.138,0,0,1,.1-.042h0a.127.127,0,0,1,.1.042l.611.632A.138.138,0,0,1,14.349,8.627Z" transform="translate(-3.375 -3.375)" fill="%2366bb6a"/></svg>');
          margin-right: 5px;
          transform: translateY(2px);
          display: inline-block; }
      .custom-cart__item-availability .is-not-available {
        color: #B71D1C; }
        .custom-cart__item-availability .is-not-available::before {
          content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14.62" height="14.62" viewBox="0 0 14.62 14.62"><path id="Icon_ionic-ios-close-circle" data-name="Icon ionic-ios-close-circle" d="M10.685,3.375A7.31,7.31,0,1,0,18,10.685,7.309,7.309,0,0,0,10.685,3.375Zm1.852,9.956-1.852-1.852L8.833,13.331a.562.562,0,1,1-.794-.794l1.852-1.852L8.039,8.833a.562.562,0,0,1,.794-.794l1.852,1.852,1.852-1.852a.562.562,0,1,1,.794.794l-1.852,1.852,1.852,1.852a.564.564,0,0,1,0,.794A.558.558,0,0,1,12.537,13.331Z" transform="translate(-3.375 -3.375)" fill="%23b71c1c"/></svg>');
          margin-right: 5px;
          transform: translateY(2px);
          display: inline-block; }
  .custom-cart__frequency {
    position: relative;
    padding-left: 21px;
    width: 180px; }
    .custom-cart__frequency select {
      appearance: none;
      border: none;
      background-color: transparent;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #243C4533;
      padding-left: 10px; }
    .custom-cart__frequency::after {
      content: url("../img/arrow-dropleft.svg");
      position: absolute;
      right: 10px;
      top: 5px; }
  .custom-cart__summary table {
    font-size: 12px;
    color: rgba(35, 31, 32, 0.6);
    width: 100%;
    margin-bottom: 10px; }
  .custom-cart__summary hr {
    margin-top: 15px;
    margin-bottom: 5px; }
  .custom-cart__summary td {
    padding-top: 4px;
    padding-bottom: 4px; }
    .custom-cart__summary td:nth-child(2) {
      text-align: right; }
  .custom-cart__summary-total td {
    font-size: 14px; }
    .custom-cart__summary-total td:nth-child(2) {
      color: #0079b1; }
  .custom-cart__summary-coupon {
    display: flex; }
    .custom-cart__summary-coupon-container {
      border-radius: 5px;
      background-color: #e5f1f7;
      padding: 15px; }
    .custom-cart__summary-coupon-name {
      color: #0079b1;
      font-size: 13px; }
    .custom-cart__summary-coupon-brand {
      color: #0079b1;
      font-size: 12px;
      margin: 5px 0; }
    .custom-cart__summary-coupon-description {
      font-size: 10px;
      color: rgba(35, 31, 32, 0.6);
      margin-bottom: 0; }
    .custom-cart__summary-coupon-details {
      padding-left: 15px;
      padding-right: 15px; }
    .custom-cart__summary-coupon-apply {
      font-size: 12px;
      color: #fff;
      background-color: #0079b1;
      border-radius: 5px;
      align-self: center;
      padding: 10px 18px; }
    .custom-cart__summary-coupon-all {
      display: table;
      margin: 15px auto 0;
      color: #0079b1;
      font-size: 12px; }
  .custom-cart__summary-discount {
    display: flex;
    justify-content: flex-end; }
    .custom-cart__summary-discount input {
      border: none;
      padding: 0 10px;
      background-color: rgba(235, 235, 235, 0.2); }
    .custom-cart__summary-discount-apply {
      border-radius: 5px;
      color: #fff;
      background-color: #0079b1;
      padding: 10px 26px; }
  .custom-cart__checkout {
    background-color: #e29545;
    color: #fff !important;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    padding: 10px; }
  .custom-cart__continue-shop {
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #e29545;
    font-size: 14px; }
  .custom-cart__radio {
    display: flex; }
    .custom-cart__radio input:checked ~ label::before {
      border-color: #e29545; }
    .custom-cart__radio input:checked ~ label::after {
      background-color: #e29545; }
    .custom-cart__radio label {
      padding-left: 18px; }
      .custom-cart__radio label::before {
        content: "";
        border: 2px solid rgba(36, 60, 69, 0.5);
        height: 16px;
        width: 16px;
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 60%;
        transform: translateY(-50%); }
      .custom-cart__radio label::after {
        content: "";
        background-color: #fff;
        height: 8px;
        width: 8px;
        position: absolute;
        left: 4px;
        top: 60%;
        border-radius: 50%;
        transform: translateY(-50%); }
  .custom-cart__checkbox {
    display: flex; }
    .custom-cart__checkbox input:checked ~ label::before {
      border-color: #e29545;
      border-width: 2px; }
    .custom-cart__checkbox input:checked ~ label::after {
      background-color: #e29545;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9.4" viewBox="0 0 12 9.4"><path id="Path_17826" data-name="Path 17826" d="M1193,135.4l-4-4,1.4-1.4,2.6,2.6,6.6-6.6,1.4,1.4Z" transform="translate(-1189 -126)" fill="%23fff"/></svg>');
      height: 14px; }
    .custom-cart__checkbox label {
      position: relative; }
      .custom-cart__checkbox label::before {
        content: "";
        border: 1px solid rgba(36, 60, 69, 0.5);
        height: 17px;
        width: 17px;
        display: inline-block;
        background-color: #fff;
        border-radius: 2px;
        transform: translateY(4px); }
      .custom-cart__checkbox label::after {
        content: "";
        background-color: #fff;
        height: 13px;
        width: 13px;
        position: absolute;
        left: 2px;
        top: 6px;
        display: block;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50%; }
  .custom-cart label {
    cursor: pointer;
    position: relative; }
  .custom-cart [type="radio"],
  .custom-cart [type="checkbox"] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.break {
  flex-basis: 100%;
  height: 0; }

[data-path="cart.php"] .loyalty-page {
  margin-bottom: 0; }

.custom-cart__summary td.sanserif-bold {
  max-width: 200px; }

.delivery-address-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  filter: opacity(0);
  transition: -webkit-filter .15s ease-in;
  transition: filter .15s ease-in;
  transition: filter .15s ease-in, -webkit-filter .15s ease-in;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center; }
  .delivery-address-modal.active {
    filter: opacity(1);
    display: flex; }
  .delivery-address-modal .deliveryMethod--wrapper--info {
    display: block;
    margin: auto;
    padding: 40px;
    background-color: white;
    opacity: 1;
    top: 50%;
    max-width: 400px; }
    .delivery-address-modal .deliveryMethod--wrapper--info .delivery-address-modal-close {
      text-align: right;
      margin-right: -20px;
      margin-top: -35px;
      font-size: 25px;
      cursor: pointer; }
    .delivery-address-modal .deliveryMethod--wrapper--info .address-checker-label {
      margin-bottom: 20px;
      display: block; }
    .delivery-address-modal .deliveryMethod--wrapper--info input {
      height: 40px;
      min-width: 100%;
      margin-bottom: 20px;
      border-radius: 5px;
      padding: 0 10px; }
    .delivery-address-modal .deliveryMethod--wrapper--info button {
      font-size: 12px;
      color: #fff;
      background-color: #0079b1;
      border-radius: 5px;
      -ms-flex-item-align: center;
      align-self: center;
      padding: 10px 18px; }
    .delivery-address-modal .deliveryMethod--wrapper--info #cart-address-error {
      color: red; }

#orderConfirmationPage {
  background-image: url("../img/paw-bg.jpg");
  background-image: url(../img/paw-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%; }
  #orderConfirmationPage .layout-main {
    padding: 0;
    grid-column: 1/ -1;
    width: 100%; }
    @media (min-width: 768px) {
      #orderConfirmationPage .layout-main {
        grid-column: span 8; } }
  #orderConfirmationPage .layout.optimizedCheckout-contentPrimary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 14px; }
    @media (min-width: 768px) {
      #orderConfirmationPage .layout.optimizedCheckout-contentPrimary {
        grid-template-columns: repeat(12, 1fr);
        padding-bottom: 120px; } }
    #orderConfirmationPage .layout.optimizedCheckout-contentPrimary:before {
      display: none; }
  #orderConfirmationPage .cartDrawer.optimizedCheckout-orderSummary {
    display: none; }
  #orderConfirmationPage .cc-button {
    background-image: url("../img/copy-icon-orange.svg");
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 2px 15px;
    background-size: contain;
    background-repeat: no-repeat; }
  #orderConfirmationPage .confirmation-button {
    width: 132px;
    height: 35px;
    display: inline-block;
    font: bold 14px/17px "LatoBold", Arial, sans-serif;
    padding-block: 8px 9px; }
    #orderConfirmationPage .confirmation-button:hover {
      border-color: #0079b1;
      color: #0079b1; }
    #orderConfirmationPage .confirmation-button.filled {
      margin-right: 8px; }
      #orderConfirmationPage .confirmation-button.filled:hover {
        background-color: #0079b1;
        color: white; }
  #orderConfirmationPage .orderConfirmation {
    padding-block: 52px 20px; }
    #orderConfirmationPage .orderConfirmation .continueButtonContainer,
    #orderConfirmationPage .orderConfirmation .form-fieldset {
      display: none; }
  #orderConfirmationPage h1.optimizedCheckout-headingPrimary {
    color: #0079b1;
    font: bold 20px/24px "SagonaBold", Arial, sans-serif;
    margin-block: 0; }
    @media (min-width: 768px) {
      #orderConfirmationPage h1.optimizedCheckout-headingPrimary {
        font-size: 25px;
        line-height: 30px; } }
  #orderConfirmationPage [data-test="order-confirmation-order-number-text"] {
    margin-block: 15px 0;
    color: #0079b1;
    font: bold 14px/17px "LatoBold", Arial, sans-serif; }
    #orderConfirmationPage [data-test="order-confirmation-order-number-text"] strong {
      display: flex;
      align-items: center;
      color: #4f6168;
      font: bold 16px/19px "LatoBold", Arial, sans-serif;
      margin-top: 15px; }
    @media (min-width: 768px) {
      #orderConfirmationPage [data-test="order-confirmation-order-number-text"] {
        font-size: 16px;
        line-height: 21px; }
        #orderConfirmationPage [data-test="order-confirmation-order-number-text"] strong {
          font-size: 20px;
          line-height: 24px; } }
  #orderConfirmationPage [data-test="order-confirmation-order-status-text"] {
    margin-block: 20px 27px;
    font: 12px/20px "Lato", Arial, sans-serif;
    color: #282828; }
    @media (min-width: 768px) {
      #orderConfirmationPage [data-test="order-confirmation-order-status-text"] {
        font-size: 14px;
        line-height: 17px; } }
    #orderConfirmationPage [data-test="order-confirmation-order-status-text"] span:first-child {
      display: none; }
  #orderConfirmationPage .orderConfirmation-section {
    border: 0;
    margin: 0;
    padding: 0; }
    #orderConfirmationPage .orderConfirmation-section:has([data-test="payment-instructions"]) {
      display: none; }
  #orderConfirmationPage .layout-cart {
    display: none;
    padding: 0; }
    #orderConfirmationPage .layout-cart.custom-cart {
      width: 100%;
      grid-column: 1/-1;
      display: block; }
      @media (min-width: 768px) {
        #orderConfirmationPage .layout-cart.custom-cart {
          grid-column: span 4; } }
      #orderConfirmationPage .layout-cart.custom-cart .cart-header {
        display: block;
        padding-inline: 0;
        padding-top: 52px; }
        #orderConfirmationPage .layout-cart.custom-cart .cart-header h3 {
          font: bold 16px/19px "SagonaBold", Arial, sans-serif;
          color: #0079b1; }
      #orderConfirmationPage .layout-cart.custom-cart .cart.optimizedCheckout-orderSummary {
        border: 0;
        box-shadow: unset;
        margin: 0; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section:has(.productList) {
        padding: 5px 15px; }
      #orderConfirmationPage .layout-cart.custom-cart .productList {
        max-height: 195px;
        overflow: auto;
        margin: 0;
        padding-right: 15px; }
        #orderConfirmationPage .layout-cart.custom-cart .productList-item {
          margin-block: 15px; }
        #orderConfirmationPage .layout-cart.custom-cart .productList .grid-container {
          grid-template-columns: repeat(4, 1fr) !important; }
      #orderConfirmationPage .layout-cart.custom-cart .product-figure {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0; }
        #orderConfirmationPage .layout-cart.custom-cart .product-figure img {
          aspect-ratio: 1 / 1;
          object-fit: contain;
          max-height: 71px; }
      #orderConfirmationPage .layout-cart.custom-cart .product-body {
        width: 100%;
        order: unset; }
        #orderConfirmationPage .layout-cart.custom-cart .product-body h5 {
          font: bold 12px/15px "LatoBold", Arial, sans-serif;
          color: #0079b1; }
        #orderConfirmationPage .layout-cart.custom-cart .product-body h4 {
          font: bold 12px/15px "LatoBold", Arial, sans-serif;
          margin-block: 6px;
          color: #243C45; }
        #orderConfirmationPage .layout-cart.custom-cart .product-body p {
          font: 900 12px/15px "LatoBlack", Arial, sans-serif;
          color: #A42B3F;
          margin: 0; }
      #orderConfirmationPage .layout-cart.custom-cart .product-actions {
        display: flex;
        align-items: center;
        height: 100%; }
        #orderConfirmationPage .layout-cart.custom-cart .product-actions [data-test="cart-item-product-quantity"] {
          font: 600 14px/17px "LatoSemi", Arial, sans-serif;
          color: #243C45; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section:has([data-test="cart-subtotal"]) {
        padding-block: 5px; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-auto-order"],
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-coupon-discount"],
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-discount"],
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-subtotal"],
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-shipping"],
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-taxes"] {
        font: bold 12px/15px "LatoBold", Arial, sans-serif;
        color: #231F20;
        opacity: 0.6;
        margin-block: 14px; }
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-auto-order"] span,
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-coupon-discount"] span,
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-discount"] span,
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-subtotal"] span,
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-shipping"] span,
        #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-taxes"] span {
          font: bold 12px/15px "LatoBold", Arial, sans-serif;
          color: #231F20; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section .cart-priceItem {
        margin: 0; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-total"] .cart-priceItem-label {
        font: bold 14px/17px "LatoBold", Arial, sans-serif;
        color: #231F20;
        opacity: 0.8; }
      #orderConfirmationPage .layout-cart.custom-cart .cart-section [data-test="cart-total"] .cart-priceItem-value {
        font: bold 14px/17px "LatoBold", Arial, sans-serif;
        color: #0079b1; }

.prescription-section {
  display: block; }
  .prescription-section h2 {
    color: #0079b1;
    font-family: "SagonaBold", Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 1rem; }
  .prescription-section h3 {
    font-family: "SagonaBold", Arial, sans-serif;
    margin-bottom: 1rem;
    font-size: 20px; }
  .prescription-section p {
    font-family: "Lato", Arial, sans-serif; }

.prescription-section .medication-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f5f5f5;
  margin-bottom: 2rem; }

.prescription-section .medication-boxes > div {
  padding: 25px; }

.prescription-section .medication-boxes .first {
  border-right: 1px solid; }

.prescription-section .prescription-item.medication {
  grid-column: 1 / 3;
  border-top: 1px solid; }

.productListing {
  margin-top: 30px; }
  .productListing .category--image {
    display: none;
    margin-top: 17px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .productListing .category--image {
        display: block; } }
  .productListing .page {
    margin: 0; }
    .productListing .page #product-listing-container {
      float: none;
      width: 100%; }
      .productListing .page #product-listing-container .price-section--withoutTax .imap-label {
        position: absolute; }
      .productListing .page #product-listing-container .price-section--withoutTax:has(.imap-label) {
        margin-bottom: 24px; }
      .productListing .page #product-listing-container .categoryTopSection {
        display: grid; }
        @media (min-width: 768px) {
          .productListing .page #product-listing-container .categoryTopSection {
            margin-bottom: 24px;
            grid-template-columns: 50%; } }
        .productListing .page #product-listing-container .categoryTopSection .category-search-form .sec-button {
          margin-left: -2px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: -7px;
          height: 40px;
          margin-top: -1px; }
          .productListing .page #product-listing-container .categoryTopSection .category-search-form .sec-button svg {
            display: block; }
        .productListing .page #product-listing-container .categoryTopSection .featuredCategories,
        .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] {
          grid-row: 2; }
          @media (min-width: 768px) {
            .productListing .page #product-listing-container .categoryTopSection .featuredCategories,
            .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] {
              grid-row: 1;
              margin-bottom: 20px;
              grid-column: 1 / 2 span; } }
          .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--header,
          .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--header {
            font-family: "LatoBold", Arial, sans-serif;
            font-size: 14px;
            color: #282828;
            margin-bottom: 10px; }
          .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body,
          .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body {
            display: flex;
            overflow-x: scroll;
            scrollbar-width: none; }
            @media (min-width: 768px) {
              .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body,
              .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body {
                display: grid; } }
            .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body .featuredCategories--items,
            .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body .featuredCategories--items {
              text-align: center; }
              .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body .featuredCategories--items a,
              .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body .featuredCategories--items a {
                text-decoration: none; }
              .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body .featuredCategories--items .featuredCategories-img,
              .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body .featuredCategories--items .featuredCategories-img {
                width: 70px;
                height: 70px;
                padding: 5px 16px;
                background-color: #F2F2F2;
                border-radius: 4px;
                margin-bottom: 5px; }
                .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body .featuredCategories--items .featuredCategories-img img,
                .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body .featuredCategories--items .featuredCategories-img img {
                  object-fit: contain; }
              .productListing .page #product-listing-container .categoryTopSection .featuredCategories .featuredCategories--body .featuredCategories--items .featuredCategories--name,
              .productListing .page #product-listing-container .categoryTopSection [data-content-region="featuredCategories"] .featuredCategories--body .featuredCategories--items .featuredCategories--name {
                font-size: 12px;
                font-family: "LatoBold", Arial, sans-serif;
                color: #243C45;
                filter: opacity(0.8); }
        .productListing .page #product-listing-container .categoryTopSection .actionBar {
          grid-row: 3;
          border-radius: 4px;
          overflow: hidden; }
          @media (min-width: 768px) {
            .productListing .page #product-listing-container .categoryTopSection .actionBar {
              margin-top: 0; } }
          .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section {
            grid-row: 1;
            grid-column: 2;
            width: 255px; }
            @media (min-width: 768px) {
              .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section {
                background-color: transparent; } }
            .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field {
              border: none;
              position: relative; }
              .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-label {
                color: #E29744;
                font-family: "LatoBold", Arial, sans-serif;
                font-size: 12px;
                padding: 0;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                gap: 5px; }
                @media (min-width: 768px) {
                  .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-label {
                    font-size: 16px;
                    display: initial; } }
                .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-label svg {
                  rotate: -90deg;
                  width: 15px;
                  height: 15px; }
                  @media (min-width: 768px) {
                    .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-label svg {
                      display: none; } }
              .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-select {
                font-family: "LatoBold";
                border: 1px solid #243C4533;
                width: 179px;
                position: absolute;
                left: 0;
                opacity: 0; }
                @media (min-width: 768px) {
                  .productListing .page #product-listing-container .categoryTopSection .actionBar .actionBar-section .form-field .form-select {
                    font-size: 14px;
                    opacity: 1;
                    position: inherit;
                    height: 40px; } }
        .productListing .page #product-listing-container .categoryTopSection .inputGroup {
          grid-row: 1;
          height: 40px;
          background-color: #f9f9f9;
          margin-bottom: 23px; }
          @media (min-width: 768px) {
            .productListing .page #product-listing-container .categoryTopSection .inputGroup {
              grid-row: 2;
              max-width: 334px;
              margin-bottom: 0;
              border: 1px solid #243C4533;
              background-color: transparent; } }
          .productListing .page #product-listing-container .categoryTopSection .inputGroup input {
            min-height: 40px;
            height: 40px;
            font-size: 14px;
            font-family: "LatoBold", Arial, sans-serif; }
            .productListing .page #product-listing-container .categoryTopSection .inputGroup input::placeholder {
              color: #666666 !important;
              filter: opacity(0.8);
              font-family: "Lato", Arial, sans-serif;
              font-weight: normal; }
          .productListing .page #product-listing-container .categoryTopSection .inputGroup button {
            min-height: 30px;
            height: 38px;
            min-width: 40px;
            width: 40px; }
            @media (min-width: 768px) {
              .productListing .page #product-listing-container .categoryTopSection .inputGroup button {
                height: 39px; } }
      .productListing .page #product-listing-container .productGrid--custom {
        list-style: none;
        margin-inline: 0; }
        .productListing .page #product-listing-container .productGrid--custom li {
          margin-bottom: 30px; }
      .productListing .page #product-listing-container .pagination-list {
        display: flex;
        justify-content: center;
        align-items: center; }
        .productListing .page #product-listing-container .pagination-list .pagination-link {
          width: 40px;
          height: 40px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #243C45;
          font-family: "LatoBold", Arial, sans-serif;
          font-weight: bold; }
        .productListing .page #product-listing-container .pagination-list .pagination-item--next,
        .productListing .page #product-listing-container .pagination-list .pagination-item--previous {
          float: unset;
          background-color: #e29545;
          border-radius: 5px; }
        .productListing .page #product-listing-container .pagination-list .pagination-item--next {
          transform: rotate(180deg); }
        .productListing .page #product-listing-container .pagination-list .pagination-item.pagination-item--current {
          background-color: #fcf4ec;
          border: 0; }

body[data-path="shop-by-pet"] .accordion--navList .accordion-block:has([aria-label="Other"]) {
  display: none; }

.searchProductListingPage #search-results-heading h1 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  padding-inline: 10.5px; }
  @media (min-width: 768px) {
    .searchProductListingPage #search-results-heading h1 {
      text-align: center;
      font-size: 20px; } }

@media (min-width: 1000px) {
  .searchProductListingPage .searchProductListing {
    display: grid;
    grid-template-columns: 50%;
    margin-bottom: 20px; } }

.searchProductListingPage .searchProductListing #internalSearch {
  min-height: 40px;
  height: 40px;
  font-size: 14px;
  font-family: "LatoBold", Arial, sans-serif; }

.searchProductListingPage .searchProductListing button {
  min-height: 30px;
  height: 38px;
  min-width: 40px;
  width: 40px; }

@media (min-width: 768px) {
  .searchProductListingPage .searchProductListing .category-search-form {
    grid-row: 1;
    grid-column: 1;
    max-width: 334px;
    width: 334px;
    margin-bottom: 0;
    border: 1px solid #243C4533;
    background-color: transparent; } }

.searchProductListingPage .custom-filter {
  grid-template-columns: 50%;
  display: grid; }
  @media (min-width: 768px) {
    .searchProductListingPage .custom-filter {
      display: initial;
      grid-row: 1;
      grid-column: 2;
      width: auto;
      margin: 0; } }
  .searchProductListingPage .custom-filter .actionBar {
    grid-row: 1;
    grid-column: 1;
    width: 100%; }
    @media (min-width: 768px) {
      .searchProductListingPage .custom-filter .actionBar .actionBar-section {
        background-color: transparent; } }
    .searchProductListingPage .custom-filter .actionBar .form-field {
      border: none;
      position: relative;
      height: 35px; }
      .searchProductListingPage .custom-filter .actionBar .form-field .form-label {
        color: #E29744;
        font-family: "LatoBold", Arial, sans-serif;
        font-size: 12px;
        padding: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 5px; }
        @media (min-width: 768px) {
          .searchProductListingPage .custom-filter .actionBar .form-field .form-label {
            font-size: 16px;
            display: initial; } }
        .searchProductListingPage .custom-filter .actionBar .form-field .form-label svg {
          rotate: -90deg;
          width: 15px;
          height: 15px; }
          @media (min-width: 768px) {
            .searchProductListingPage .custom-filter .actionBar .form-field .form-label svg {
              display: none; } }
      .searchProductListingPage .custom-filter .actionBar .form-field .form-select {
        font-family: "LatoBold";
        border: 1px solid #243C4533;
        width: 179px;
        position: absolute;
        left: 0;
        opacity: 0; }
        @media (min-width: 768px) {
          .searchProductListingPage .custom-filter .actionBar .form-field .form-select {
            font-size: 14px;
            opacity: 1;
            position: inherit;
            height: 40px; } }
  .searchProductListingPage .custom-filter .custom-filter_button {
    grid-row: 1;
    grid-column: 2;
    width: 100%; }

.searchProductListingPage .custom-filter_heading {
  padding: 0 0 16px 0; }

.brandProductListingPage h1 {
  font-size: 25px;
  margin-bottom: 20px; }

.brandProductListingPage .brand-image-container {
  max-width: 100%;
  height: 120px; }
  .brandProductListingPage .brand-image-container img {
    height: 100px;
    width: 250px;
    object-fit: contain;
    margin: 0 auto; }
  .brandProductListingPage .brand-image-container::after {
    padding: 0; }

@media (min-width: 768px) {
  .brandProductListingPage .brand--actions {
    display: grid;
    grid-template-columns: 50%;
    margin-bottom: 20px; } }

.brandProductListingPage .brand--actions .category-search-form #internalSearch {
  min-height: 40px;
  height: 40px;
  font-size: 14px;
  font-family: "LatoBold", Arial, sans-serif; }

.brandProductListingPage .brand--actions .category-search-form button {
  min-height: 30px;
  height: 40px;
  min-width: 40px;
  width: 40px; }

@media (min-width: 768px) {
  .brandProductListingPage .brand--actions .category-search-form {
    grid-row: 1;
    grid-column: 1;
    background-color: transparent;
    border: 1px solid #243C4533; } }

.brandProductListingPage .brand--actions .custom-filter {
  display: grid;
  grid-template-columns: 50%; }
  @media (min-width: 768px) {
    .brandProductListingPage .brand--actions .custom-filter {
      display: block;
      grid-row: 1;
      grid-column: 2; } }
  .brandProductListingPage .brand--actions .custom-filter .actionBar {
    grid-row: 1;
    grid-column: 1;
    width: 100%; }
    .brandProductListingPage .brand--actions .custom-filter .actionBar .actionBar-section {
      text-align: center;
      width: 100% !important;
      background-color: #f9f9f9; }
      @media (min-width: 768px) {
        .brandProductListingPage .brand--actions .custom-filter .actionBar .actionBar-section {
          background-color: transparent;
          text-align: right; } }
    .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field {
      border: none;
      position: relative;
      height: 35px; }
      .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-label {
        color: #E29744;
        font-family: "LatoBold", Arial, sans-serif;
        font-size: 12px;
        padding: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 5px; }
        @media (min-width: 768px) {
          .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-label {
            font-size: 16px;
            display: initial; } }
        .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-label svg {
          rotate: -90deg;
          width: 15px;
          height: 15px; }
          @media (min-width: 768px) {
            .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-label svg {
              display: none; } }
      .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-select {
        font-family: "LatoBold";
        border: 1px solid #243C4533;
        width: 179px;
        position: absolute;
        left: 0;
        opacity: 0; }
        @media (min-width: 768px) {
          .brandProductListingPage .brand--actions .custom-filter .actionBar .form-field .form-select {
            font-size: 14px;
            opacity: 1;
            position: inherit;
            height: 40px; } }
  .brandProductListingPage .brand--actions .custom-filter .custom-filter_button {
    grid-row: 1;
    grid-column: 2;
    width: 100%;
    min-height: 30px;
    height: 36px;
    min-width: 40px; }

body:has(.add-new-product-modal.open) {
  overflow: hidden; }

.navBar--account {
  display: block; }
  .navBar--account #mobileNavbarCustom {
    display: none; }
  .navBar--account .navBar-section .navBar-item {
    font-family: "Lato", Arial, sans-serif; }
  .navBar--account .navBar-section .navBar-item.is-active {
    border-color: #0079b1; }
    .navBar--account .navBar-section .navBar-item.is-active a {
      color: #0079b1; }
  @media (max-width: 800px) {
    .navBar--account {
      margin-bottom: 2rem; }
      .navBar--account #mobileNavbarCustom {
        display: block;
        margin-inline: 24px;
        width: calc(100% - 48px);
        font-family: "Lato", Arial, sans-serif; }
      .navBar--account .navBar-section {
        display: none; } }

.ao-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99; }
  .ao-modal .appended-div {
    background-color: #fff;
    width: 65%;
    height: 400px;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 600px) {
      .ao-modal .appended-div {
        width: 90%;
        height: 70%; } }
    .ao-modal .appended-div .ao-modal-header {
      position: relative;
      display: flex;
      justify-content: space-between;
      border-bottom: 2px solid #ddd; }
      @media screen and (max-width: 600px) {
        .ao-modal .appended-div .ao-modal-header {
          padding: 15px 4rem; } }
      .ao-modal .appended-div .ao-modal-header .ao-id {
        font-size: 20px;
        font-weight: bold; }
      .ao-modal .appended-div .ao-modal-header .close-window {
        position: absolute;
        top: 14px;
        right: 20px;
        cursor: pointer; }
        .ao-modal .appended-div .ao-modal-header .close-window img {
          width: 19px; }
    .ao-modal .appended-div .ao-modal-info {
      padding: 15px 9rem; }
      @media screen and (max-width: 600px) {
        .ao-modal .appended-div .ao-modal-info {
          padding: 15px 15px; } }
      .ao-modal .appended-div .ao-modal-info .mobile-label {
        display: none; }
      .ao-modal .appended-div .ao-modal-info .address-info {
        margin-top: 2rem;
        border: 2px solid #000;
        padding: 30px 30px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: flex-start;
        justify-self: center; }
        @media screen and (max-width: 600px) {
          .ao-modal .appended-div .ao-modal-info .address-info {
            grid-template-columns: repeat(1, 1fr); } }
        .ao-modal .appended-div .ao-modal-info .address-info h6 {
          font-weight: bold;
          font-size: 14px;
          margin-bottom: 15px; }
          @media screen and (max-width: 600px) {
            .ao-modal .appended-div .ao-modal-info .address-info h6 {
              margin-top: 2rem; } }
        .ao-modal .appended-div .ao-modal-info .address-info a {
          display: block; }
        .ao-modal .appended-div .ao-modal-info .address-info select {
          margin-bottom: 1.5rem;
          padding: 5px 12px; }
        .ao-modal .appended-div .ao-modal-info .address-info button {
          margin-top: 15px;
          padding: 10px 25px;
          color: #fff;
          background-color: #0079B1; }
      .ao-modal .appended-div .ao-modal-info h4 {
        margin-top: 2rem; }
      .ao-modal .appended-div .ao-modal-info .subscribed-products {
        border: 2px solid #000;
        margin-top: 1.5rem; }
        @media screen and (max-width: 600px) {
          .ao-modal .appended-div .ao-modal-info .subscribed-products {
            padding: 15px 15px; } }
        .ao-modal .appended-div .ao-modal-info .subscribed-products table th {
          text-align: left;
          font-size: 14px;
          padding: .5rem 1rem; }
        .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr {
          display: flex;
          align-items: center; }
          @media screen and (max-width: 600px) {
            .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr {
              flex-direction: column;
              align-items: flex-start; } }
          .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr .subscribed-products-img img {
            width: 100px; }
            @media screen and (max-width: 600px) {
              .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr .subscribed-products-img img {
                width: 90px; } }
          .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr .subscribed-products-text {
            padding-left: 2rem; }
            @media screen and (max-width: 600px) {
              .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr .subscribed-products-text {
                padding: 0;
                margin-top: 1rem; } }
            .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribed-products-imageHldr .subscribed-products-text p {
              margin: 0;
              font-size: 16px; }
        .ao-modal .appended-div .ao-modal-info .subscribed-products .subscribe-count {
          text-align: center; }
      .ao-modal .appended-div .ao-modal-info .ao-total {
        margin-top: 2rem;
        border: 2px solid #000;
        padding: 30px 30px;
        width: 538px;
        margin-left: auto; }
        @media screen and (max-width: 600px) {
          .ao-modal .appended-div .ao-modal-info .ao-total {
            padding: 15px 15px;
            width: 100%; } }
        .ao-modal .appended-div .ao-modal-info .ao-total .subtotals .subscription-totals {
          display: flex;
          justify-content: space-between;
          margin-bottom: 10px; }
        @media screen and (max-width: 600px) {
          .ao-modal .appended-div .ao-modal-info .ao-total .action-buttons {
            text-align: center; } }
        .ao-modal .appended-div .ao-modal-info .ao-total .action-buttons button {
          margin-bottom: 0;
          margin-top: 1.5rem; }

.ao-page {
  padding-bottom: 5rem;
  margin: auto; }
  .ao-page .cs-loader-hldr {
    display: none; }
  .ao-page .grid-system div {
    margin-bottom: 0; }
  .ao-page .grid-system p {
    padding: 0;
    border: none;
    color: #000;
    margin-block: unset;
    text-align: left; }
  .ao-page .ao-item--loader .ao-item-header {
    background-color: transparent; }
  .ao-page .ao-item .skeleton-text {
    min-height: 20px; }
  .ao-page .ao-item .ao-item-image.skeleton {
    min-width: 126px;
    min-height: 150px;
    margin-right: 20px; }
  .ao-page .ao-item button.primary-btn.skeleton.skeleton-text {
    position: absolute;
    right: 20px;
    width: 100px;
    height: 40px;
    bottom: 35px; }
  .ao-page .ao-item:has(.ao-item-header-status--Cancelled), .ao-page .ao-item:has(.ao-item-header-status--Suspended) {
    opacity: .5; }
    .ao-page .ao-item:has(.ao-item-header-status--Cancelled) .ao-item-edit-btn, .ao-page .ao-item:has(.ao-item-header-status--Suspended) .ao-item-edit-btn {
      pointer-events: none; }
  .ao-page .ao-item {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 2rem !important; }
    .ao-page .ao-item-header {
      background-color: #0079b1;
      color: white;
      border-bottom: 1px solid #ddd;
      padding: 20px 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .ao-page .ao-item-header-status {
        color: #0079B1;
        font-weight: bold; }
        .ao-page .ao-item-header-status--Cancelled {
          color: #A42B3F; }
        .ao-page .ao-item-header-status--Pause {
          color: #e29545; }
    .ao-page .ao-item-body {
      padding: 20px 20px;
      padding-bottom: 0; }
      .ao-page .ao-item-body-inner {
        display: flex; }
    .ao-page .ao-item-image {
      padding-right: 20px; }
      .ao-page .ao-item-image img {
        max-height: 150px; }
    .ao-page .ao-item-info {
      width: 100%; }
      .ao-page .ao-item-info-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr); }
        .ao-page .ao-item-info-col div {
          padding: 10px 0; }
          .ao-page .ao-item-info-col div span {
            font-weight: bold; }
        .ao-page .ao-item-info-col.skeleton {
          height: calc(100% - 50px); }
        .ao-page .ao-item-info-col p {
          margin-bottom: 5px; }
    .ao-page .ao-item-edit-btn {
      text-align: right;
      margin-right: 20px;
      margin-bottom: 20px; }
      .ao-page .ao-item-edit-btn a {
        margin-top: 15px;
        padding: 10px 25px;
        color: #fff;
        background-color: #0079B1;
        text-decoration: none; }

.autoorder-details {
  margin-bottom: 8rem; }
  .autoorder-details .skeleton-text {
    min-height: 20px; }
  .autoorder-details__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem; }
    .autoorder-details__heading h3 {
      font-size: 22px; }
    .autoorder-details__heading .status {
      color: #0079b1;
      font-size: 18px;
      font-family: "LatoBold", Arial, sans-serif; }
    .autoorder-details__heading .skeleton-text {
      width: 300px; }
  .autoorder-details__subscription {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 2rem; }
    .autoorder-details__subscription.skeleton .autoorder-details__subscription-section:not(:last-child) {
      border-bottom: 0px !important; }
    .autoorder-details__subscription-section {
      margin-bottom: 2rem; }
      .autoorder-details__subscription-section:not(:last-child) {
        border-bottom: 1px solid #e6e6e6; }
      .autoorder-details__subscription-section form {
        margin-bottom: 2rem;
        display: none; }
        .autoorder-details__subscription-section form .form-actions {
          margin-top: 0; }
        .autoorder-details__subscription-section form .button {
          max-height: 40px; }
    .autoorder-details__subscription-header {
      display: flex;
      justify-content: space-between; }
      .autoorder-details__subscription-header .subscription-edit-address {
        color: #0079b1; }
    .autoorder-details__subscription-heading {
      margin-bottom: 1rem;
      font-size: 18px; }
    .autoorder-details__subscription-frequency-container {
      display: grid;
      grid-auto-columns: minmax(0, 1fr); }
      @media (min-width: 768px) {
        .autoorder-details__subscription-frequency-container {
          grid-auto-flow: column; } }
      .autoorder-details__subscription-frequency-container > div {
        margin-bottom: 1rem; }
        @media (min-width: 768px) {
          .autoorder-details__subscription-frequency-container > div {
            margin-bottom: 0; } }
      .autoorder-details__subscription-frequency-container #recurringPeriod {
        width: 75%; }
      .autoorder-details__subscription-frequency-container .paidBy a {
        display: block;
        text-decoration: none;
        color: #0079b1; }
    .autoorder-details__subscription-frequency-header {
      font-family: "LatoBold", Arial, sans-serif;
      margin-bottom: .5rem; }
    .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription--heading {
      display: inline-flex;
      width: 100%;
      justify-content: space-between; }
      .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription--heading .skeleton-text {
        width: 200px; }
    .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription-section {
      padding-bottom: 2rem; }
      .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription-section .skeleton-text {
        width: 300px; }
      .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription-section.frequency {
        display: inline-flex;
        gap: 0px 20px;
        width: 100%;
        border-bottom: 0px !important; }
        .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription-section.frequency .skeleton-text {
          height: 50px; }
      .autoorder-details__subscription.skeleton-wrapper .autoorder-details__subscription-section.delivery-section {
        border-bottom: none; }
  .autoorder-details__address > div {
    margin-bottom: 1rem; }
  .autoorder-details .subscribed-products.skeleton-wrapper {
    padding: 30px; }
    .autoorder-details .subscribed-products.skeleton-wrapper .subscribed-products--header {
      display: inline-flex;
      width: 100%;
      gap: 0px 20px; }
      .autoorder-details .subscribed-products.skeleton-wrapper .subscribed-products--header .skeleton.skeleton-text {
        width: 100%; }
    .autoorder-details .subscribed-products.skeleton-wrapper .subscribed-products--content {
      display: inline-flex;
      width: 100%;
      gap: 0px 20px; }
      .autoorder-details .subscribed-products.skeleton-wrapper .subscribed-products--content .skeleton.skeleton-text {
        width: 100%;
        height: 50px; }
  .autoorder-details .subscribed-products table {
    background: #f5f5f5;
    width: 100%;
    border-radius: 10px; }
    .autoorder-details .subscribed-products table th {
      text-align: left;
      font-size: 14px;
      padding: .5rem 1rem; }
    .autoorder-details .subscribed-products table tr {
      border-bottom: 1px solid #ddd; }
  .autoorder-details .subscribed-products .subscribed-products-content tr td {
    padding: 10px 1rem; }
  .autoorder-details .subscribed-products .subscribed-products-content td:first-child {
    display: flex;
    align-items: center; }
  .autoorder-details .subscribed-products .subscribed-products-content .subscribed-products-imageHldr > .subscribed-products-img {
    width: 50px;
    height: auto;
    background: #fff; }
    .autoorder-details .subscribed-products .subscribed-products-content .subscribed-products-imageHldr > .subscribed-products-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      margin: 0; }
  .autoorder-details .subscribed-products .subscribed-products-content .subscribed-products-imageHldr .subscribed-products-text {
    width: calc(100% - 90px);
    padding-left: 24px; }
    .autoorder-details .subscribed-products .subscribed-products-content .subscribed-products-imageHldr .subscribed-products-text p {
      margin-bottom: 0; }
    .autoorder-details .subscribed-products .subscribed-products-content .subscribed-products-imageHldr .subscribed-products-text span {
      font-size: 12px; }
  .autoorder-details .subscribed-products .subtotals {
    float: right;
    margin-top: 2rem;
    background: #f5f5f5;
    width: 100%;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .autoorder-details .subscribed-products .subtotals {
        width: 45%; } }
    .autoorder-details .subscribed-products .subtotals:before, .autoorder-details .subscribed-products .subtotals:after {
      content: "";
      display: table; }
    .autoorder-details .subscribed-products .subtotals:after {
      clear: both; }
    .autoorder-details .subscribed-products .subtotals .subscription-totals {
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between; }
  .autoorder-details .subscribed-products .form-actions {
    display: flex;
    justify-content: end; }
    @media (max-width: 500px) {
      .autoorder-details .subscribed-products .form-actions {
        flex-direction: column; }
        .autoorder-details .subscribed-products .form-actions .button.stop-subscription {
          margin-left: 0; } }
    .autoorder-details .subscribed-products .form-actions .pause-subscription {
      background-color: #e29545;
      border-color: #e29545;
      color: #fff; }
    .autoorder-details .subscribed-products .form-actions .stop-subscription {
      background-color: #A42B3F;
      border-color: #A42B3F;
      color: #fff; }
    .autoorder-details .subscribed-products .form-actions .resume-subscription {
      background-color: #66BB6A;
      border-color: #66BB6A;
      color: #fff; }
  .autoorder-details .subscribed-products.skeleton table {
    background-color: transparent; }
  .autoorder-details .subscribed-totals {
    display: grid;
    width: 100%;
    text-align: right;
    justify-items: end; }
    .autoorder-details .subscribed-totals .skeleton-wrapper {
      margin: 2rem 0px;
      padding: 30px;
      width: 50%; }
      .autoorder-details .subscribed-totals .skeleton-wrapper div {
        display: inline-flex;
        width: 100%;
        gap: 20px; }
  .autoorder-details .autoorder-details--actions {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: flex-end; }
    .autoorder-details .autoorder-details--actions .skeleton-text {
      height: 40px;
      width: 150px !important; }
  .autoorder-details .skeleton.skeleton-text {
    width: 500px; }

.back-autoOrderList {
  max-height: 35px;
  display: flex;
  align-items: center; }

#recurringPeriod {
  min-height: 40px; }

.ao-item-header-status--Paused {
  color: #bbbb62 !important; }

.ao-item-header-status--Suspended {
  color: lightgray !important; }

.ao-item-header-status--Completed {
  color: lightgreen !important; }

.subs-id {
  font-size: 12px;
  opacity: 0.3; }

.navBar--account .navBar-section {
  max-width: 100%;
  margin-inline: auto;
  display: flex;
  overflow: auto;
  padding-bottom: 5px;
  justify-content: center; }
  .navBar--account .navBar-section .navBar-item {
    display: block; }
    .navBar--account .navBar-section .navBar-item a.navBar-action {
      width: max-content; }
  .navBar--account .navBar-section::-webkit-scrollbar {
    height: 2px; }

.change-password-modal-button {
  clear: both;
  padding-inline: 10.5px; }
  .change-password-modal-button a {
    color: #0079b1;
    text-decoration: underline; }
  @media (max-width: 552px) {
    .change-password-modal-button {
      margin-bottom: 10px; } }

#modal-account-change-password {
  max-width: 350px; }
  #modal-account-change-password h2 {
    font-family: "SagonaBold", Arial, sans-serif;
    margin-bottom: 8px;
    color: #0079b1; }
  #modal-account-change-password .modal-header {
    border: 0; }
  #modal-account-change-password .modal-body {
    padding-top: 0; }
    #modal-account-change-password .modal-body .form-field {
      width: 100%;
      padding: 0; }
  #modal-account-change-password p {
    text-align: center;
    margin-bottom: 0; }
  #modal-account-change-password .change-password-actions {
    text-align: center; }
  #modal-account-change-password.customModal {
    display: none; }
    #modal-account-change-password.customModal .updateDetails {
      display: none; }
    #modal-account-change-password.customModal.account-details .updateDetails {
      display: block; }
    #modal-account-change-password.customModal.account-details [data-type="ConfirmPassword"],
    #modal-account-change-password.customModal.account-details [data-type="Password"],
    #modal-account-change-password.customModal.account-details .password {
      display: none; }
    #modal-account-change-password.customModal.is-open {
      display: block;
      position: absolute;
      background: white;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: auto;
      z-index: 9990; }

.account-recentViewedItems {
  margin-bottom: 50px; }
  .account-recentViewedItems .grid-container {
    gap: 10px; }

.account--address .add-edit-addressActions .button {
  padding: 8px 21px;
  height: 40px; }

.account .addressList .address .panel--address .panel-body {
  min-height: 273px; }

.account .paymentMethodsGrid .button {
  padding: 8px 21px;
  height: 40px;
  line-height: normal; }

.account.account--editPayment .button, .account.account--addPayment .button, .account.account--inbox .button {
  padding: 8px 21px;
  height: 40px;
  line-height: normal; }

.ao-item-wrapper {
  display: block; }
  .ao-item-wrapper .ao-item-wrap {
    display: flex;
    padding: 0 30px 20px; }
    .ao-item-wrapper .ao-item-wrap .ao-item-image img {
      max-height: 100px;
      aspect-ratio: 3 / 4;
      object-fit: contain; }
    .ao-item-wrapper .ao-item-wrap .ao-item-edit-btn {
      margin-left: auto; }
    .ao-item-wrapper .ao-item-wrap .ao-item-details {
      margin-right: 40px;
      display: flex;
      flex: 1; }
      .ao-item-wrapper .ao-item-wrap .ao-item-details .left {
        width: 65%;
        margin-right: 40px; }
        .ao-item-wrapper .ao-item-wrap .ao-item-details .left .value {
          font-size: 20px; }
        .ao-item-wrapper .ao-item-wrap .ao-item-details .left p {
          font-size: 10px; }
      @media (max-width: 800px) {
        .ao-item-wrapper .ao-item-wrap .ao-item-details {
          flex-direction: column;
          margin-right: 20px; }
          .ao-item-wrapper .ao-item-wrap .ao-item-details .left {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0; } }
    .ao-item-wrapper .ao-item-wrap--empty {
      justify-content: center; }
      .ao-item-wrapper .ao-item-wrap--empty h6 {
        color: #0079b1;
        font-style: italic; }

.ao-shipping-wrapper {
  padding-bottom: 20px; }
  .ao-shipping-wrapper:not(:last-child) {
    border-bottom: 5px dotted whitesmoke; }

.autoorder-details__subscription-section.delivery-section {
  border-bottom: none;
  margin-bottom: 5px; }

.ao-item-details p {
  margin-bottom: 5px; }

.autoorder-order-summary {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .autoorder-order-summary {
      padding-left: 30px;
      padding-right: 30px; } }
  .autoorder-order-summary .form-actions {
    display: flex;
    align-items: center;
    justify-content: center; }
    .autoorder-order-summary .form-actions .button {
      height: 100%;
      display: block;
      margin-left: 0;
      margin-top: 0; }
      .autoorder-order-summary .form-actions .button:last-child {
        margin-left: 10px; }
      @media screen and (min-width: 768px) {
        .autoorder-order-summary .form-actions .button {
          margin-left: 10px; } }
  .autoorder-order-summary .add-product-wrapper {
    display: inline-block;
    margin-top: 2rem; }

.actions .action-edit {
  display: block; }

.actions .form-select {
  max-height: 30px;
  margin-bottom: 20px;
  padding: 5px;
  background-position: right 0.57143rem top 0.51429rem; }

.actions .edit-frequency-form-action {
  display: flex; }

.actions .button {
  max-height: 30px;
  padding: 5x;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; }
  .actions .button.edit-frequency-update {
    background-color: #e29545; }
  .actions .button.edit-frequency-cancel {
    background-color: grey; }

.add-new-product-modal .inputGroup {
  height: 45px; }
  .add-new-product-modal .inputGroup input,
  .add-new-product-modal .inputGroup button {
    height: 100%; }
  .add-new-product-modal .inputGroup button {
    display: grid;
    justify-content: center;
    align-content: center; }

.add-new-product-modal .autoOrderProduct--items {
  position: relative; }
  .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container {
    margin-top: 20px;
    display: flex;
    justify-content: space-around; }
    .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container .autoOrderProduct--item-image {
      width: 10%; }
      .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container .autoOrderProduct--item-image img {
        height: 50px;
        width: 50px;
        object-fit: contain; }
    .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container .autoOrderProduct--item-details {
      width: 40%;
      display: grid; }
    .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container .autoOrderProduct--item-actions {
      width: 50%;
      text-align: right; }
      .add-new-product-modal .autoOrderProduct--items .autoOrderProduct--item--container .autoOrderProduct--item-actions button.isSelected {
        background-color: #e29545; }

.add-new-product-modal--deliveryMethod {
  padding-top: 0px !important; }
  .add-new-product-modal--deliveryMethod .shippingAddress-wrapper,
  .add-new-product-modal--deliveryMethod .pis-wrapper {
    background: #f3f5f7;
    padding: 8px;
    border-radius: 5px;
    margin-left: 16px;
    margin-top: 16px;
    border: 2px solid transparent; }
    .add-new-product-modal--deliveryMethod .shippingAddress-wrapper:hover,
    .add-new-product-modal--deliveryMethod .pis-wrapper:hover {
      border: 2px solid #dc7b40;
      background-color: #f8ede7; }
    .add-new-product-modal--deliveryMethod .shippingAddress-wrapper.isSelected,
    .add-new-product-modal--deliveryMethod .pis-wrapper.isSelected {
      border: 2px solid #dc7b40;
      background-color: #f8ede7; }
  .add-new-product-modal--deliveryMethod .standardShipping-radioButton--wrapper,
  .add-new-product-modal--deliveryMethod .pis-radioButton--wrapper {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 10px 0px; }
    .add-new-product-modal--deliveryMethod .standardShipping-radioButton--wrapper:has(#pis.disabled),
    .add-new-product-modal--deliveryMethod .pis-radioButton--wrapper:has(#pis.disabled) {
      cursor: not-allowed; }
      .add-new-product-modal--deliveryMethod .standardShipping-radioButton--wrapper:has(#pis.disabled) label,
      .add-new-product-modal--deliveryMethod .pis-radioButton--wrapper:has(#pis.disabled) label {
        color: lightgray; }
  .add-new-product-modal--deliveryMethod input:focus + label {
    outline: none !important; }
  .add-new-product-modal--deliveryMethod input[type="radio"] {
    place-content: center;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #DC7B40;
    border-radius: 20px;
    background: transparent;
    cursor: pointer; }
  .add-new-product-modal--deliveryMethod input[type="radio"]:checked::after {
    content: "";
    background-color: #DC7B40;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 20px;
    text-align: center;
    margin: 2px 2px; }

[data-path="auto-order-details"] .modal-body {
  max-height: 480px;
  overflow: auto; }

.button-refresh-ao-details {
  margin-top: 30px; }

.ao-shipping-item-wrapper {
  overflow: auto; }
  .ao-shipping-item-wrapper table .subscribed-products-text {
    min-width: 300px; }
    @media screen and (min-width: 768px) {
      .ao-shipping-item-wrapper table .subscribed-products-text {
        min-width: 100px; } }

.autoorder-details__subscription-heading {
  margin-top: 10px; }

ul.custom-paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  max-width: 100%;
  border-top: 1px solid black;
  min-height: 84px; }
  ul.custom-paginator li a {
    padding: 7px 15px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #595959;
    letter-spacing: 0.4px;
    text-decoration: none; }
    ul.custom-paginator li a:not(:last-of-type) {
      margin-right: 5px; }
    ul.custom-paginator li a.active {
      background-color: #0079b1;
      color: white;
      cursor: default;
      font-weight: normal; }

.subscribed-products:has(.ao-shipping-wrapper) .add-product-wrapper--new {
  display: none; }

.store-locator_header {
  text-align: center;
  color: #0079b1;
  margin-block: 40px; }

.store-locator_mapSrc {
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  max-height: 300px; }

.store-locator_storeName {
  font: 600 17px/25px "LatoBold", Arial, sans-serif;
  margin-block: 20px;
  color: black; }

.store-locator_storeURL {
  font: 14px/14px "Lato", Arial, sans-serif;
  padding: 12px 35px;
  color: white;
  background-color: #e29545;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none; }
  .store-locator_storeURL:hover {
    color: white; }

.store-locator_view {
  text-align: center;
  margin-bottom: 40px; }
  .store-locator_view a {
    font-size: 18px;
    text-decoration: none;
    color: #0079b1;
    padding: 20px; }

.store-locator ul {
  list-style: none; }

.store-locator ul.hide-others > li:nth-child(n+13) {
  display: none; }

.store-locator li {
  text-align: center;
  margin-bottom: 60px; }

.store-inner {
  padding-top: 5rem; }
  .store-inner_map {
    aspect-ratio: 530 / 450;
    margin-bottom: 40px;
    position: relative; }
    .store-inner_map .map-extra-image {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 30%;
      aspect-ratio: 1 / 1;
      object-fit: contain;
      object-position: top right; }
  .store-inner_context {
    margin-bottom: 40px; }
    @media (min-width: 1000px) {
      .store-inner_context {
        padding-left: 25px; } }
    .store-inner_context-details h4 {
      font-size: 28px; }
    .store-inner_context-details p {
      font-size: 18px;
      margin-block: 12px 24px; }
    .store-inner_context-details ul {
      margin-left: 0;
      margin-bottom: 25px; }
    .store-inner_context-details ul li {
      list-style: none;
      max-width: 246px;
      display: flex;
      justify-content: space-between; }
      .store-inner_context-details ul li b {
        font-size: 16px;
        margin-bottom: 5px; }
      .store-inner_context-details ul li:has(span) {
        opacity: 0.8;
        margin-bottom: 5px; }
    .store-inner_context-action {
      border-top: 1px solid #243C4533;
      padding-top: 30px;
      margin-top: 30px;
      display: flex;
      gap: 16px; }
      @media (max-width: 767px) {
        .store-inner_context-action {
          flex-direction: column; } }
      .store-inner_context-action a {
        font: 14px/21px "Lato", Arial, sans-serif;
        flex: 1;
        text-transform: uppercase;
        padding: 15px;
        align-content: center; }
    .store-inner_context .phone:hover {
      color: #0079b1; }
  .store-inner_nearby-title {
    margin-top: 50px;
    color: #0079b1;
    margin-bottom: 20px; }
  .store-inner_nearby-stores {
    margin-left: 0; }
  .store-inner_nearby ul li {
    text-align: center;
    list-style: none;
    margin-bottom: 60px; }

[data-store="feeders"][data-store-id="001"] [href="/grooming"], [data-store="feeders"][data-store-id="051"] [href="/grooming"], [data-store="feeders"][data-store-id="050"] [href="/grooming"], [data-store="feeders"][data-store-id="049"] [href="/grooming"], [data-store="feeders"][data-store-id="047"] [href="/grooming"], [data-store="feeders"][data-store-id="046"] [href="/grooming"], [data-store="feeders"][data-store-id="045"] [href="/grooming"], [data-store="feeders"][data-store-id="044"] [href="/grooming"], [data-store="feeders"][data-store-id="043"] [href="/grooming"], [data-store="feeders"][data-store-id="035"] [href="/grooming"], [data-store="feeders"][data-store-id="030"] [href="/grooming"], [data-store="feeders"][data-store-id="027"] [href="/grooming"], [data-store="feeders"][data-store-id="025"] [href="/grooming"], [data-store="feeders"][data-store-id="019"] [href="/grooming"], [data-store="feeders"][data-store-id="013"] [href="/grooming"], [data-store="feeders"][data-store-id="033"] [href="/grooming"] {
  display: none; }

[data-store="feeders"][data-store-id="001"] .store-inner_nearby {
  display: none; }

[data-store="chowhound"][data-store-id="503"] [href="/book-now"], [data-store="chowhound"][data-store-id="508"] [href="/book-now"], [data-store="chowhound"][data-store-id="514"] [href="/book-now"], [data-store="chowhound"][data-store-id="512"] [href="/book-now"], [data-store="chowhound"][data-store-id="515"] [href="/book-now"], [data-store="chowhound"][data-store-id="504"] [href="/book-now"], [data-store="chowhound"][data-store-id="510"] [href="/book-now"], [data-store="chowhound"][data-store-id="511"] [href="/book-now"], [data-store="chowhound"][data-store-id="505"] [href="/book-now"], [data-store="chowhound"][data-store-id="506"] [href="/book-now"], [data-store="chowhound"][data-store-id="516"] [href="/book-now"] {
  display: none; }

[data-store="chowhound"][data-store-id="507"] [href="/training"], [data-store="chowhound"][data-store-id="513"] [href="/training"] {
  display: block; }

.parentClass--ChowHound [data-store-id="503"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="504"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="505"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="506"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="507"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="509"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="510"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="511"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="512"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="513"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="514"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="515"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="516"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="517"] [href="/express-bathing/"],
.parentClass--ChowHound [data-store-id="518"] [href="/express-bathing/"] {
  display: none !important; }

.pw_main h2 {
  font-weight: bold;
  font-size: 20px;
  margin: 0; }

.pw_main .row {
  margin: 0 -15px;
  display: grid; }
  .pw_main .row .col {
    padding: 0 15px; }

.pw_main .pw_breadcrumbs {
  margin-top: 3rem; }

.pw {
  padding: 4rem 0; }
  @media screen and (max-width: 600px) {
    .pw {
      padding: 2rem 0; } }
  .pw_banner img {
    width: 100%; }
  .pw_options {
    width: 100%;
    display: flex;
    padding: 15px 2rem;
    background-color: #EEF0F1;
    color: #000;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 2rem; }
    .pw_options a {
      display: block;
      width: 100%;
      z-index: 10; }
    @media screen and (max-width: 600px) {
      .pw_options {
        padding: 10px 10px; } }
    .pw_options.walk-in::before {
      content: '';
      width: 50%;
      height: 100%;
      background-color: #D96B2D;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      transition: 1s ease-in-out; }
    .pw_options.express::before {
      content: '';
      width: 50%;
      height: 100%;
      background-color: #D96B2D;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 1;
      transition: 1s ease-in-out; }
    .pw_options button {
      width: 100%;
      font-size: 20px;
      font-weight: bold;
      z-index: 2;
      transition: 1s ease;
      color: #fff; }
      @media screen and (max-width: 600px) {
        .pw_options button {
          font-size: 15px; } }
      .pw_options button.not-active {
        color: #000; }
    .pw_options.express.active::before {
      content: '';
      width: 100%;
      left: -50%; }
    .pw_options.express.active button {
      color: #000; }
      .pw_options.express.active button.walk_in_btn {
        color: #fff; }
    .pw_options.walk-in.active::before {
      content: '';
      width: 2000px;
      left: 50%; }
    .pw_options.walk-in.active button {
      color: #000; }
      .pw_options.walk-in.active button.express_btn {
        color: #fff; }
  .pw_steps {
    margin-top: 2rem; }
    .pw_steps .row {
      grid-template-columns: repeat(3, 1fr); }
      @media screen and (max-width: 600px) {
        .pw_steps .row {
          grid-template-columns: 100%; } }
    .pw_steps_box {
      text-align: center; }
      .pw_steps_box_text span {
        color: #2D88AE;
        font-size: 130px;
        font-weight: bold; }
      .pw_steps_box_text h5 {
        font-weight: bold;
        font-size: 18px;
        text-transform: capitalize;
        margin-top: 5px;
        margin-bottom: 5px; }
      .pw_steps_box_text p {
        font-size: 18px;
        margin-bottom: 0 !important; }
    .pw_steps .pw_location_btn a {
      width: 100%;
      display: block;
      background-color: #D96B2D;
      padding: 20px 10px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      border-radius: 8px;
      margin-top: 2rem; }
    .pw_steps .search-field input {
      border: 0 none; }
      .pw_steps .search-field input::placeholder {
        color: #333 !important;
        font-weight: 400; }
    .pw_steps .search-field .search-container {
      width: 100%;
      position: relative; }
      .pw_steps .search-field .search-container .input-field svg {
        width: 23px;
        position: absolute;
        top: 18px;
        right: 18px; }
      .pw_steps .search-field .search-container .error-msg {
        display: none; }
    .pw_steps .search-field .search-container input,
    .pw_steps .search-field .search-container .suggestions {
      width: 100%;
      background: #fff;
      text-align: left; }
    .pw_steps .search-field .search-container input {
      height: 57px;
      padding: 0 19px;
      background-color: #FAFAFA;
      color: #616161;
      border: 2px solid #cecece;
      border-radius: 6px; }
    .pw_steps .search-field .search-container .suggestions {
      display: none;
      position: absolute;
      top: 60px;
      padding: 15px 15px;
      background-color: #FAFAFA;
      z-index: 24;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      max-height: 300px;
      overflow: auto; }
      .pw_steps .search-field .search-container .suggestions.has-suggestions {
        display: block; }
    .pw_steps .search-field ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .pw_steps .search-field ul li {
      padding: 10px 20px;
      border: 1px solid #dbdbdb;
      border-radius: 6px;
      max-height: 200px;
      overflow-y: auto;
      margin: 5px 0; }
      .pw_steps .search-field ul li h6 {
        margin: 0;
        color: #2D88AE;
        font-weight: bold; }
      .pw_steps .search-field ul li .state {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .pw_steps .search-field ul li .state p {
          margin: 0;
          font-size: 14px;
          font-weight: bold; }
        .pw_steps .search-field ul li .state span {
          opacity: 0.7;
          font-size: 12px; }
        .pw_steps .search-field ul li .state button {
          background-color: #2D88AE;
          color: #fff;
          padding: 15px 30px;
          border-radius: 6px; }

.pw_list h2 {
  margin-bottom: 2rem; }

.pw_list .row {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 600px) {
    .pw_list .row {
      grid-template-columns: repeat(3, 1fr); } }

.pw_list_box {
  text-align: center;
  margin-bottom: 2rem; }
  .pw_list_box_img {
    width: 100%;
    background-color: #eee;
    margin-bottom: 10px; }
    .pw_list_box_img img {
      width: 100%; }
      @media screen and (max-width: 600px) {
        .pw_list_box_img img {
          width: 76px;
          height: 76px; } }
      @media screen and (max-width: 600px) {
        .pw_list_box_img img.desktop-img {
          display: none; } }
      .pw_list_box_img img.mobile-img {
        display: none; }
        @media screen and (max-width: 600px) {
          .pw_list_box_img img.mobile-img {
            display: block; } }
  .pw_list_box_desc p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .pw_list_box_desc p {
        font-size: 16px; } }
  .pw_list_box_desc span {
    display: block;
    font-size: 16px; }

.pw_list_box img {
  mix-blend-mode: darken; }
  @media screen and (max-width: 600px) {
    .pw_list_box img {
      width: 100%;
      height: 100%; } }
  @media screen and (max-width: 600px) {
    .pw_list_box img.desktop-img {
      display: none; } }
  .pw_list_box img.mobile-img {
    display: none; }
    @media screen and (max-width: 600px) {
      .pw_list_box img.mobile-img {
        display: block; } }

@media screen and (max-width: 600px) {
  .pw_list_box span {
    font-size: 14px; } }

.form-popup {
  opacity: 0;
  position: fixed;
  bottom: -100%;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  left: 0; }
  .form-popup .popup-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .form-popup .popup-container {
    width: 70%;
    background: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: 0.6s ease 0.8s;
    height: 80%; }
    @media screen and (max-width: 500px) {
      .form-popup .popup-container {
        width: 100%; } }
    .form-popup .popup-container .close {
      position: absolute;
      top: 20px;
      right: 31px;
      cursor: pointer; }
      .form-popup .popup-container .close svg {
        width: 27px;
        height: 27px;
        opacity: 0.3; }
    .form-popup .popup-container iframe {
      height: 100vh; }
  .form-popup.open {
    display: block;
    bottom: 0%;
    opacity: 1; }
    .form-popup.open .popup-container {
      top: 50%;
      opacity: 1; }

.pharmacy h2 {
  margin-bottom: 2rem; }

.pharmacy .pw_steps_box_text span {
  color: #243B45; }

.pharmacy_image_list {
  margin: 3rem 0; }
  .pharmacy_image_list h2 {
    text-align: center; }
  .pharmacy_image_list .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 600px) {
      .pharmacy_image_list .row {
        grid-template-columns: repeat(2, 1fr); } }
    .pharmacy_image_list .row .col p {
      font-size: 16px;
      text-align: center;
      font-weight: bold; }
  .pharmacy_image_list_box {
    margin-bottom: 1rem; }

.pharmacy_faq_item {
  transition: 0.4s ease all; }
  .pharmacy_faq_item .headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    cursor: pointer; }
    .pharmacy_faq_item .headline h6 {
      text-transform: capitalize;
      margin: 0;
      font-size: 17px;
      font-weight: 400; }
    .pharmacy_faq_item .headline .icons {
      display: flex;
      align-items: center; }
      .pharmacy_faq_item .headline .icons .minus {
        display: none; }
      .pharmacy_faq_item .headline .icons svg {
        width: 16px; }
  .pharmacy_faq_item .answer {
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition: 0.4s ease all; }
    .pharmacy_faq_item .answer p {
      transition: 0.4s ease all;
      opacity: 0;
      margin-bottom: 0; }
  .pharmacy_faq_item.active .headline .icons .plus {
    display: none; }
  .pharmacy_faq_item.active .headline .icons .minus {
    display: block; }
  .pharmacy_faq_item.active .answer {
    padding: 15px 15px;
    max-height: 100vh;
    border: 1px solid #000;
    margin-bottom: 1rem; }
    .pharmacy_faq_item.active .answer p {
      opacity: 1; }

.nail-trim-clinic.pharmacy .headline_link h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: unset;
  margin: 0; }
  .nail-trim-clinic.pharmacy .headline_link h5 span {
    cursor: pointer;
    color: #D96B2D;
    border-bottom: 2px solid #D96B2D; }

.nail-trim-clinic.pharmacy .pharmacy_image_list .row {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 600px) {
    .nail-trim-clinic.pharmacy .pharmacy_image_list .row {
      grid-template-columns: repeat(2, 1fr); } }

.nail-trim-clinic.pharmacy .pharmacy_image_list_box {
  text-align: center;
  background-color: #EEF0F1;
  padding: 25px 15px;
  border-radius: 10px;
  transition: 0.4s ease all;
  border: 3px solid #EEF0F1; }
  .nail-trim-clinic.pharmacy .pharmacy_image_list_box img {
    height: 156px; }
  .nail-trim-clinic.pharmacy .pharmacy_image_list_box:hover {
    border: 3px solid #D96B2D; }

.nail-trim-clinic.pharmacy .pharmacy_image_list .desc {
  text-align: center;
  margin-bottom: 2rem; }
  .nail-trim-clinic.pharmacy .pharmacy_image_list .desc p {
    margin: 0;
    padding: 0;
    font-size: 18px; }
  .nail-trim-clinic.pharmacy .pharmacy_image_list .desc span {
    display: block;
    font-size: 16px; }
  .nail-trim-clinic.pharmacy .pharmacy_image_list .desc a {
    font-size: 16px;
    border-bottom: 1px solid #000; }

.form-popup.table .popup-container {
  height: unset; }

.form-popup.table .popup-body {
  background-color: #F3F3FE;
  padding: 4rem 5rem;
  text-align: center;
  height: 100%; }
  @media screen and (max-width: 600px) {
    .form-popup.table .popup-body {
      padding: 2rem 2rem; } }
  .form-popup.table .popup-body .logo {
    margin-bottom: 2rem; }
  .form-popup.table .popup-body iframe {
    height: 300px; }

.form-popup.more-info .popup-container {
  height: unset;
  width: 50%;
  background-color: #F3F3FE; }
  @media screen and (max-width: 600px) {
    .form-popup.more-info .popup-container {
      width: 90%; } }
  .form-popup.more-info .popup-container .popup-body {
    padding: 2rem 2rem; }
    .form-popup.more-info .popup-container .popup-body h6 {
      font-size: 22px;
      font-weight: bold;
      text-transform: unset; }
    .form-popup.more-info .popup-container .popup-body p.info {
      font-size: 16px; }
    .form-popup.more-info .popup-container .popup-body a {
      display: block;
      width: 100%;
      background-color: #D96B2D;
      color: #fff;
      padding: 15px 15px;
      font-size: 24x;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      border-radius: 10px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  :root .pw_main .pw {
    padding-top: 56px; } }

.cs-faq .cs-faq-hldr {
  margin-top: 55px;
  display: flex; }
  .cs-faq .cs-faq-hldr aside {
    width: 200px; }
    @media (max-width: 768px) {
      .cs-faq .cs-faq-hldr aside {
        display: none; } }
    .cs-faq .cs-faq-hldr aside > ul > li {
      margin-bottom: 15px; }
      .cs-faq .cs-faq-hldr aside > ul > li:last-child {
        margin-bottom: 0; }
  .cs-faq .cs-faq-hldr article {
    width: calc(100% - 200px);
    border-left: 1px solid #f5f5f5;
    padding-left: 45px; }
    @media (max-width: 768px) {
      .cs-faq .cs-faq-hldr article {
        width: 100%;
        padding-left: 0;
        border-left: 0; } }

@media (min-width: 801px) {
  [data-acc-target] {
    display: none; }
    [data-acc-target].active {
      display: block; } }

.cs-tab-navigation {
  list-style-type: none;
  margin: 0; }
  .cs-tab-navigation > li > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.57px;
    color: #000;
    padding: 8px 15px;
    border-right: 8px solid transparent;
    text-decoration: none; }
    .cs-tab-navigation > li > a.active {
      border-color: #0079B1; }

.cs-accordion {
  margin-bottom: 25px; }
  .cs-accordion .cs-accordion-header {
    background-color: #193b46; }
    .cs-accordion .cs-accordion-header h4 {
      padding: 25px 35px;
      font-size: 15px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      margin: 0;
      color: #fff;
      cursor: pointer;
      position: relative; }
      .cs-accordion .cs-accordion-header h4::after {
        background: url(../img/svg/dropdown-icon-white.svg) no-repeat;
        width: 13px;
        height: 9px;
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 20px; }
      @media (max-width: 768px) {
        .cs-accordion .cs-accordion-header h4 {
          padding: 20px 25px; } }
      @media (max-width: 375px) {
        .cs-accordion .cs-accordion-header h4 {
          padding: 20px 15px; } }
      .cs-accordion .cs-accordion-header h4 a {
        color: #fff;
        font-family: "LatoBlack", Arial, sans-serif;
        text-decoration: none;
        display: block; }
    .cs-accordion .cs-accordion-header.active {
      background: #0079B1; }
  .cs-accordion .cs-accordion-body {
    padding: 15px 35px;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000;
    display: none;
    border: 1px solid #0079B1;
    border-top: 0; }
    .cs-accordion .cs-accordion-body.active {
      display: block; }
    @media (max-width: 768px) {
      .cs-accordion .cs-accordion-body {
        padding: 15px 25px; } }
    @media (max-width: 375px) {
      .cs-accordion .cs-accordion-body {
        padding: 15px 15px; } }
  @media (min-width: 801px) {
    .cs-accordion.cs-accordion--tab > .cs-accordion-header {
      display: none; }
    .cs-accordion.cs-accordion--tab > .cs-accordion-body {
      border: 0;
      padding: 0; }
    .cs-accordion.cs-accordion--tab.active > .cs-accordion-body {
      display: block; } }

.pet-boarding .grooming-intro p a {
  white-space: unset; }

.pet-boarding .grooming-intro h2 {
  margin-top: 1rem; }

@media screen and (max-width: 600px) {
  .pet-boarding .grooming-intro p a {
    white-space: nowrap; } }

.pet-boarding .grooming-steps .steps h3,
.pet-boarding .grooming-steps .steps h4,
.pet-boarding .grooming-steps .steps h5,
.pet-boarding .grooming-steps .steps h6 {
  color: #0079b1 !important; }

.pet-boarding .grooming-steps .steps .btn-submit,
.pet-boarding .grooming-steps .steps .state-select-btn {
  background-color: #0079b1 !important; }

.pet-boarding .grooming-steps .steps .btn-cancel {
  background-color: transparent !important; }

.pet-boarding .grooming-steps .steps .content-box.active .box {
  border: 4px solid #0079b1; }

.pet-boarding .grooming-steps .steps .content-box.active p,
.pet-boarding .grooming-steps .steps .content-box.active span,
.pet-boarding .grooming-steps .steps .content-box.active a,
.pet-boarding .grooming-steps .steps .content-box.active small {
  color: #0079b1; }

.pet-boarding .grooming-steps .steps .content-box .box .click {
  background-color: #0079b1; }

.pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet {
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet .add-pet button {
    background-color: #0079b1;
    color: #fff;
    padding: 21px 44px;
    border-radius: 10px;
    margin-top: 38px; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet .add-pet-room button {
    color: #0079b1;
    margin-top: 24px; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet .select-button {
    display: flex;
    justify-content: right; }
    .pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet .select-button .delete-pet button {
      color: red;
      margin-top: 24px;
      margin-left: 17px; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container {
    margin-bottom: 2rem; }

.pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected {
  margin-top: 3rem; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected h5 {
    font-size: 18px; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected .pets-selected_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px; }
    .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected .pets-selected_list .pet {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding-bottom: 15px;
      border-bottom: 1px solid #000;
      margin: 0 15px;
      margin-top: 2rem;
      position: relative; }
      .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected .pets-selected_list .pet span {
        display: block; }
      .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected .pets-selected_list .pet svg {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
    @media screen and (max-width: 767px) {
      .pet-boarding .grooming-steps .steps.choose-pet-type .row.pets-selected .pets-selected_list {
        grid-template-columns: 100%; } }

.pet-boarding .grooming-steps .steps.choose-pet-type .row .btn-container {
  display: flex;
  justify-content: flex-start; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .row .btn-container .btn-submit {
    margin-left: 0;
    margin-right: 17px; }
    .pet-boarding .grooming-steps .steps.choose-pet-type .row .btn-container .btn-submit.btn-cancel {
      background-color: transparent;
      border: 1px solid #0079b1;
      color: #0079b1; }

.pet-boarding .grooming-steps .steps.choose-pet-type .user-pet-select.error {
  border: 2px solid red !important;
  overflow: visible;
  position: relative; }
  q .pet-boarding .grooming-steps .steps.choose-pet-type .user-pet-select.error::after {
    content: 'The selected pet has already been listed';
    position: absolute;
    top: -28px;
    left: 0;
    color: red;
    font-size: 16px; }

.pet-boarding .grooming-steps .steps.choose-pet-type p.maxlimit-error {
  color: red;
  font-size: 17px;
  display: none;
  padding: 15px; }

.pet-boarding .grooming-steps .steps.choose-pet-type .pet-selection {
  display: none; }
  .pet-boarding .grooming-steps .steps.choose-pet-type .pet-selection .row {
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 767px) {
      .pet-boarding .grooming-steps .steps.choose-pet-type .pet-selection .row {
        grid-template-columns: repeat(2, 1fr) !important; } }
    .pet-boarding .grooming-steps .steps.choose-pet-type .pet-selection .row .content-box .box {
      height: 134px; }
      @media screen and (max-width: 767px) {
        .pet-boarding .grooming-steps .steps.choose-pet-type .pet-selection .row .content-box .box {
          height: unset; } }

.pet-boarding .grooming-steps .steps.suite.groomer {
  position: relative;
  overflow: hidden; }
  .pet-boarding .grooming-steps .steps.suite.groomer .row {
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 767px) {
      .pet-boarding .grooming-steps .steps.suite.groomer .row {
        grid-template-columns: 100% !important; } }
  .pet-boarding .grooming-steps .steps.suite.groomer.dog-double .row .col:nth-of-type(1) {
    display: none; }
  .pet-boarding .grooming-steps .steps.suite.groomer.dog-single .row .col:nth-of-type(2) {
    display: none; }
  .pet-boarding .grooming-steps .steps.suite.groomer .loader {
    bottom: -150%;
    transition: 0.4s ease all; }
    .pet-boarding .grooming-steps .steps.suite.groomer .loader.open {
      bottom: 0; }

.pet-boarding .grooming-steps .steps.date-pickup .row {
  grid-template-columns: 50%; }
  @media screen and (max-width: 600px) {
    .pet-boarding .grooming-steps .steps.date-pickup .row {
      grid-template-columns: 100%; } }

.pet-boarding .grooming-steps .steps.date-pickup .date-picker-input {
  display: block !important;
  height: 47px;
  font-size: 16px;
  padding: 10px 63px; }

.pet-boarding .grooming-steps .steps.date-pickup .date-time-options .picker {
  position: relative; }
  .pet-boarding .grooming-steps .steps.date-pickup .date-time-options .picker svg {
    position: absolute;
    width: 32px;
    left: 16px; }

.pet-boarding .grooming-steps .steps.add-grooming-service .row {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 767px) {
    .pet-boarding .grooming-steps .steps.add-grooming-service .row {
      grid-template-columns: repeat(2, 1fr) !important; } }

.pet-boarding .grooming-steps .steps.add-group .row {
  grid-template-columns: repeat(4, 1fr); }
  @media screen and (max-width: 767px) {
    .pet-boarding .grooming-steps .steps.add-group .row {
      grid-template-columns: repeat(2, 1fr) !important; } }

.pet-boarding .grooming-steps .steps.upload-vaccine .row {
  grid-template-columns: repeat(1, 1fr); }
  .pet-boarding .grooming-steps .steps.upload-vaccine .row input {
    display: none; }
  .pet-boarding .grooming-steps .steps.upload-vaccine .row .upload-box {
    width: 100%;
    border: 11px solid #0079b1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.4s ease all; }
    .pet-boarding .grooming-steps .steps.upload-vaccine .row .upload-box p {
      color: #0079b1;
      margin: 0;
      font-size: 22px;
      font-weight: bold; }
    .pet-boarding .grooming-steps .steps.upload-vaccine .row .upload-box:hover {
      opacity: 0.6; }
  .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-container .user-pet-select {
    padding: 20px 20px;
    background-color: #FAFAFA;
    color: #616161;
    border: 2px solid #cecece;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer; }
  .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options {
    display: none;
    background-color: #FAFAFA;
    color: #616161;
    border: 2px solid #cecece;
    border-radius: 6px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    max-height: 300px;
    overflow-y: auto;
    position: relative; }
    .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options.active {
      display: grid; }
    .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options > div {
      cursor: pointer;
      padding: 10px 20px;
      background-color: #FAFAFA;
      color: #616161;
      border-bottom: 2px solid #cecece; }
      .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options > div:hover {
        background-color: #0079b1;
        color: #fff; }
      .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options > div:nth-of-type(2) {
        order: 1; }
      .pet-boarding .grooming-steps .steps.upload-vaccine .row .user-pet-options > div:nth-of-type(1) {
        order: 2; }

.pet-boarding .grooming-steps .steps.summary-step .row {
  grid-template-columns: 100%; }

.pet-boarding .grooming-steps .steps.summary-step .row-split {
  display: grid;
  grid-template-columns: 100%; }

.pet-boarding .grooming-steps .steps.summary-step .notes {
  display: block; }
  .pet-boarding .grooming-steps .steps.summary-step .notes textarea {
    display: block;
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #cacaca;
    padding: 14px;
    border-radius: 10px;
    height: 106px; }

.pet-boarding .grooming-steps .steps.summary-step .summary-pets-list .summary-pet {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 13px;
  border-bottom: 1px solid #b2b2b2;
  margin-top: 1.5rem; }
  @media screen and (max-width: 500px) {
    .pet-boarding .grooming-steps .steps.summary-step .summary-pets-list .summary-pet {
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  .pet-boarding .grooming-steps .steps.summary-step .summary-pets-list .summary-pet span {
    font-weight: bold;
    color: #b5b5b5; }
  .pet-boarding .grooming-steps .steps.summary-step .summary-pets-list .summary-pet p {
    margin-bottom: 0;
    font-weight: bold; }

.pet-boarding .grooming-steps .steps.summary-step .btn-submit {
  background-color: #0079b1;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-top: 1.5rem; }

.pet-boarding .grooming-steps .steps.summary-step .summary.add-ons {
  display: block; }
  .pet-boarding .grooming-steps .steps.summary-step .summary.add-ons .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }

@media (min-width: 564px) {
  .daterangepicker {
    width: 529px !important;
    display: flex;
    justify-content: center; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 9px;
    padding-left: 23px; } }

.register-popup .content {
  text-align: center; }
  .register-popup .content p span {
    color: #0079b1; }

main.appointment-summary {
  margin: 4rem 0; }
  main.appointment-summary .summary-details .row {
    display: grid;
    grid-template-columns: 50% 50%; }
    @media screen and (max-width: 767px) {
      main.appointment-summary .summary-details .row {
        grid-template-columns: 100%; }
        main.appointment-summary .summary-details .row > .col:nth-of-type(2) {
          order: 1; }
        main.appointment-summary .summary-details .row > .col:nth-of-type(1) {
          order: 2; } }
    main.appointment-summary .summary-details .row .facility-info {
      padding: 0rem 2rem; }
      main.appointment-summary .summary-details .row .facility-info .img-holder {
        background-color: #fafafa;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden; }
      main.appointment-summary .summary-details .row .facility-info .desc {
        margin-top: 2rem;
        text-align: center; }
        main.appointment-summary .summary-details .row .facility-info .desc p {
          margin: 0;
          font-size: 18px;
          font-weight: bold; }
      @media screen and (max-width: 600px) {
        main.appointment-summary .summary-details .row .facility-info {
          padding: 0; } }
  main.appointment-summary .summary-details .row-next-step {
    grid-template-columns: 100%; }
    main.appointment-summary .summary-details .row-next-step .next-step {
      margin: 2rem 0;
      padding: 1rem 3rem;
      background-color: #fafafa;
      text-align: left; }
      main.appointment-summary .summary-details .row-next-step .next-step h2 {
        font-weight: bold;
        margin-top: 0; }
      @media screen and (max-width: 600px) {
        main.appointment-summary .summary-details .row-next-step .next-step {
          margin: 2rem 0rem; } }
  main.appointment-summary .summary-details .faq-row {
    grid-template-columns: 100%; }
  main.appointment-summary .summary-details--inner .summary-pets-list .summary-pet {
    display: grid;
    grid-template-columns: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 1.5rem; }
    @media screen and (max-width: 600px) {
      main.appointment-summary .summary-details--inner .summary-pets-list .summary-pet {
        grid-template-columns: repeat(3, 1fr); } }
    main.appointment-summary .summary-details--inner .summary-pets-list .summary-pet span {
      font-weight: bold;
      color: #b5b5b5; }
    main.appointment-summary .summary-details--inner .summary-pets-list .summary-pet p {
      margin-bottom: 0;
      font-weight: bold; }
  main.appointment-summary .summary-details--inner .summary-container {
    padding: 2rem 3rem;
    background-color: #FAFAFA; }
    @media screen and (max-width: 800px) {
      main.appointment-summary .summary-details--inner .summary-container {
        margin-top: 2rem;
        padding: 1rem 1rem; } }
    main.appointment-summary .summary-details--inner .summary-container .row-split {
      display: grid;
      grid-template-columns: 100; }
    main.appointment-summary .summary-details--inner .summary-container .summary {
      display: flex;
      justify-content: space-between;
      padding-bottom: 13px;
      border-bottom: 1px solid #b2b2b2;
      margin-top: 1.5rem; }
      main.appointment-summary .summary-details--inner .summary-container .summary span {
        font-weight: bold;
        color: #b5b5b5; }
      main.appointment-summary .summary-details--inner .summary-container .summary p {
        margin-bottom: 0;
        font-weight: bold; }
      main.appointment-summary .summary-details--inner .summary-container .summary a {
        text-decoration: underline; }
      main.appointment-summary .summary-details--inner .summary-container .summary.add-ons {
        display: block; }
        main.appointment-summary .summary-details--inner .summary-container .summary.add-ons .content {
          display: grid;
          grid-template-columns: repeat(4, 1fr); }

.loader {
  background-color: #0079b1 !important; }

.grooming-wrapper .grooming-logo {
  position: relative; }

.grooming-wrapper div[data-content-region="petwash-banner-text"] {
  position: absolute;
  top: 0;
  margin-bottom: 0; }
  @media (max-width: 375px) {
    .grooming-wrapper div[data-content-region="petwash-banner-text"] {
      position: relative;
      padding: 50px 0px; }
      .grooming-wrapper div[data-content-region="petwash-banner-text"] .page-heading {
        padding-top: 0;
        padding-left: 16px;
        margin-bottom: 0; } }

.grooming-wrapper .grooming-content > div {
  width: 50%; }
  @media (max-width: 768px) {
    .grooming-wrapper .grooming-content > div {
      width: 100%; } }

@media (max-width: 768px) {
  .cs-meconre .tabs-contents .tab-content {
    margin-top: 0px; }
  .cs-row-3 > div {
    width: 50%; }
  .grooming-wrapper .grooming-content > div:last-child [data-layout-name="Layout"] {
    width: 170px;
    margin: 0 auto; }
  .grooming-wrapper .grooming-content {
    padding-top: 30px; } }

@media (max-width: 375px) {
  [data-content-region="petwash-banner-img"] {
    position: absolute;
    height: 100%;
    width: 100%; }
    [data-content-region="petwash-banner-img"] div {
      height: 100% !important; }
      [data-content-region="petwash-banner-img"] div img {
        height: 100% !important;
        object-fit: cover !important;
        width: 100% !important;
        opacity: 1 !important; } }

.grooming-banner {
  position: relative; }
  .grooming-banner h1 {
    color: #0079b1;
    font-size: 71px;
    margin-top: 0;
    font-weight: bold;
    font-family: SagonaBold; }
    @media screen and (max-width: 600px) {
      .grooming-banner h1 {
        font-size: 45px; } }

.grooming-intro {
  text-align: center;
  padding: 3rem 12px; }
  .grooming-intro h2 {
    margin-bottom: 1rem;
    font-size: 41px;
    margin-top: 0;
    font-weight: bold;
    font-family: SagonaBold; }
    @media screen and (max-width: 600px) {
      .grooming-intro h2 {
        font-size: 30px; } }
  .grooming-intro a {
    color: #0079b1;
    text-decoration: underline; }

.grooming-steps {
  margin-bottom: 4rem; }
  .grooming-steps .row {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%; }
    @media screen and (max-width: 500px) {
      .grooming-steps .row {
        grid-template-columns: 50% 50%; } }
    .grooming-steps .row .col {
      padding: 0 15px; }
  .grooming-steps .steps {
    margin-bottom: .5rem; }
    .grooming-steps .steps.disabled,
    .grooming-steps .steps .col.disabled {
      opacity: 0.3;
      pointer-events: none; }
    .grooming-steps .steps h5 {
      margin-top: 0;
      text-transform: capitalize;
      font-weight: bold;
      margin-bottom: 1rem; }
    .grooming-steps .steps .steps-header {
      padding: 0 15px;
      display: grid;
      align-items: flex-start;
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .grooming-steps .steps .steps-header {
          align-items: center; } }
      @media screen and (min-width: 768px) {
        .grooming-steps .steps .steps-header > div {
          display: flex;
          align-items: center; } }
      .grooming-steps .steps .steps-header h3 {
        font-size: 26px;
        color: #0079b1;
        padding-right: 10px;
        margin-bottom: 0;
        margin-top: 0;
        font-weight: bold;
        font-family: SagonaBold; }
        @media screen and (max-width: 500px) {
          .grooming-steps .steps .steps-header h3 {
            font-size: 20px; } }
      .grooming-steps .steps .steps-header p {
        margin-bottom: 0;
        font-size: 20px; }
        @media screen and (max-width: 500px) {
          .grooming-steps .steps .steps-header p {
            font-size: 16px; } }
    .grooming-steps .steps .select-dropdown {
      position: relative;
      display: inline-block;
      max-width: 100%;
      width: 100%; }
      .grooming-steps .steps .select-dropdown.required button {
        border: 1px solid red; }
      .grooming-steps .steps .select-dropdown.required::after {
        content: "Please select a pet breed";
        font-size: 14px;
        color: red;
        padding-top: 10px; }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps .select-dropdown {
          margin-bottom: 2rem; } }
      .grooming-steps .steps .select-dropdown.disabled {
        opacity: 0.3;
        pointer-events: none; }
      .grooming-steps .steps .select-dropdown__button {
        padding: 12px 35px 12px 25px;
        background-color: #FAFAFA;
        color: #616161;
        border: 1px solid #cecece;
        border-radius: 6px;
        cursor: pointer;
        width: 100%;
        text-align: left; }
        .grooming-steps .steps .select-dropdown__button::focus {
          outline: none; }
        .grooming-steps .steps .select-dropdown__button svg {
          position: absolute;
          right: 11px;
          top: 19px; }
      .grooming-steps .steps .select-dropdown .search-breed-input {
        width: 100%;
        padding: 15px 35px 15px 25px;
        background-color: #FAFAFA;
        border-radius: 6px;
        border: 2px solid #cecece; }
        .grooming-steps .steps .select-dropdown .search-breed-input::focus {
          outline: none; }
      .grooming-steps .steps .select-dropdown__list {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        max-height: 300px;
        overflow: auto;
        margin: 0;
        padding: 0;
        list-style-type: none;
        opacity: 0;
        pointer-events: none;
        transform-origin: top left;
        transform: scale(1, 0);
        transition: all ease-in-out .3s;
        z-index: 2;
        border-radius: 6px;
        margin-top: 7px;
        box-shadow: 0px 0px 2px 2px #eaeaea; }
        .grooming-steps .steps .select-dropdown__list.active {
          opacity: 1;
          pointer-events: auto;
          transform: scale(1, 1); }
      .grooming-steps .steps .select-dropdown__list-item {
        display: block;
        list-style-type: none;
        padding: 15px 25px;
        background: #FAFAFA;
        font-size: 14px;
        line-height: 1.4;
        cursor: pointer;
        color: #616161;
        transition: all ease-in-out .3s; }
        .grooming-steps .steps .select-dropdown__list-item:hover {
          background-color: #0079b1;
          color: #fff; }
    .grooming-steps .steps .content-box > * {
      transition: 0.4s all ease-in-out; }
    .grooming-steps .steps .content-box {
      margin-bottom: 1.5rem;
      cursor: pointer; }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps .content-box {
          margin-bottom: 2.5rem; } }
      .grooming-steps .steps .content-box.active .box {
        border: 4px solid #0079b1; }
      .grooming-steps .steps .content-box.active p,
      .grooming-steps .steps .content-box.active span,
      .grooming-steps .steps .content-box.active a,
      .grooming-steps .steps .content-box.active small {
        color: #0079b1; }
      .grooming-steps .steps .content-box .box {
        background-color: #FAFAFA;
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden; }
        .grooming-steps .steps .content-box .box img {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        @media screen and (max-width: 767px) {
          .grooming-steps .steps .content-box .box {
            height: unset; }
            .grooming-steps .steps .content-box .box img {
              position: static;
              transform: translate(0); } }
        .grooming-steps .steps .content-box .box .click {
          transition: 1s ease;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-color: #0079b1;
          border-radius: 50%;
          animation: mymove 1.4s forwards ease; }

@keyframes mymove {
  0% {
    width: 0px;
    height: 0px; }
  70% {
    opacity: 1; }
  100% {
    width: 1000px;
    height: 1000px;
    opacity: 0; } }
      .grooming-steps .steps .content-box span,
      .grooming-steps .steps .content-box small {
        display: block;
        font-size: 13.5px; }
      .grooming-steps .steps .content-box p {
        font-size: 17px;
        margin-bottom: 0;
        font-weight: bold; }
      .grooming-steps .steps .content-box a.more-info {
        font-size: 13.5px;
        text-decoration: underline; }
    .grooming-steps .steps.search-grooming input {
      border: 0 none; }
    .grooming-steps .steps.search-grooming .search-container {
      width: 100%;
      position: relative; }
      .grooming-steps .steps.search-grooming .search-container .input-field svg {
        width: 23px;
        position: absolute;
        top: 18px;
        left: 10px; }
    .grooming-steps .steps.search-grooming .search-container input,
    .grooming-steps .steps.search-grooming .search-container .suggestions {
      width: 100%;
      background: #fff;
      text-align: left; }
    .grooming-steps .steps.search-grooming .search-container input {
      height: 57px;
      padding: 0 40px;
      background-color: #FAFAFA;
      color: #616161;
      border: 2px solid #cecece;
      border-radius: 6px; }
    .grooming-steps .steps.search-grooming .search-container .suggestions {
      display: none;
      position: absolute;
      top: 60px;
      padding: 15px 15px;
      background-color: #FAFAFA;
      z-index: 24;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
      max-height: 300px;
      overflow: auto; }
      .grooming-steps .steps.search-grooming .search-container .suggestions.has-suggestions {
        display: block; }
      .grooming-steps .steps.search-grooming .search-container .suggestions .state-group {
        margin-bottom: 1.5rem; }
        .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state-info {
          width: 60%; }
          @media screen and (min-width: 768px) {
            .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state-info {
              width: 75%; } }
        .grooming-steps .steps.search-grooming .search-container .suggestions .state-group h6 {
          margin: 0;
          color: #0079b1;
          font-weight: bold; }
        .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state p {
            margin: 0;
            font-size: 14px;
            font-weight: bold; }
          .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state span {
            opacity: 0.7;
            font-size: 12px; }
          .grooming-steps .steps.search-grooming .search-container .suggestions .state-group .state button {
            background-color: #0079b1;
            color: #fff;
            padding: 15px 30px;
            border-radius: 6px; }
    .grooming-steps .steps.search-grooming ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .grooming-steps .steps.search-grooming ul li {
      padding: 10px 20px;
      border: 1px solid #dbdbdb;
      border-radius: 6px;
      max-height: 200px;
      overflow-y: auto;
      margin: 5px 0; }
    .grooming-steps .steps.sign-in-step .row {
      grid-template-columns: 100% !important; }
    .grooming-steps .steps.sign-in-step h3 {
      margin-bottom: 2rem; }
    .grooming-steps .steps.grooming-salon .row {
      grid-template-columns: 50%; }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps.grooming-salon .row {
          grid-template-columns: 100%; } }
    .grooming-steps .steps.choose-pet-type .pet-info {
      text-align: center; }
    .grooming-steps .steps.choose-pet-type .user-pet > .col {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .grooming-steps .steps.choose-pet-type .row {
      grid-template-columns: 100%; }
      .grooming-steps .steps.choose-pet-type .row.with-cat {
        grid-template-columns: 50% 50%; }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps.choose-pet-type .row {
          grid-template-columns: 100% !important; } }
      .grooming-steps .steps.choose-pet-type .row.new-pet {
        margin-bottom: 1rem;
        display: none; }
        .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row {
          display: grid;
          grid-template-columns: 50% 50%; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row.col-3 {
            grid-template-columns: 33% 33% 33%; }
            @media screen and (max-width: 500px) {
              .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row.col-3 {
                grid-template-columns: 50% 50%; } }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row.col-1 {
            grid-template-columns: 100%; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row::before {
            content: unset; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col .selection .select-dropdown button {
            padding: 12px 32px 12px 25px;
            background-color: #FAFAFA;
            border: 1px solid #cecece; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col .pet-breed-selected span,
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col .pet-type-selected span {
            color: #fff;
            padding: 10px 10px;
            display: block;
            font-size: 16px;
            font-weight: bold;
            border-radius: 6px;
            background-color: #0079b1; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col input.error-field {
            border: 1px solid red; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col span.error {
            color: red; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-row .form-col span.warning {
            color: #000;
            position: relative;
            top: 6px; }
        .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-field label {
          display: block;
          margin-bottom: 0.5rem;
          font-weight: bold; }
        .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-field input {
          display: block;
          width: 100%;
          background-color: #FAFAFA;
          padding: 14px 16px;
          border: 1px solid #ddd;
          border-radius: 8px;
          height: 48px; }
        .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .form-field textarea {
          width: 100%;
          background-color: #FAFAFA;
          padding: 14px 16px;
          border: 1px solid #ddd;
          border-radius: 8px; }
        .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .btn-submit {
          padding: 13px 42px;
          background-color: #0079b1;
          color: #fff;
          border-radius: 8px;
          display: block;
          margin-left: auto;
          text-transform: uppercase;
          position: relative;
          overflow: hidden; }
          .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .btn-submit .loader {
            bottom: -150%;
            background-color: #FEB619; }
            .grooming-steps .steps.choose-pet-type .row.new-pet .checkout-form .btn-submit .loader.open {
              bottom: 0; }
      .grooming-steps .steps.choose-pet-type .row.user-pet h5 {
        font-weight: bold;
        font-size: 18px; }
      .grooming-steps .steps.choose-pet-type .row.user-pet select {
        padding: 10px 15px;
        margin-bottom: 15px; }
      .grooming-steps .steps.choose-pet-type .row.user-pet button {
        color: #0079b1;
        padding: 0;
        font-weight: bold; }
      .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-select {
        padding: 20px 20px;
        background-color: #FAFAFA;
        color: #616161;
        border: 2px solid #cecece;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer; }
      .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-options {
        display: none;
        background-color: #FAFAFA;
        color: #616161;
        border: 2px solid #cecece;
        border-radius: 6px;
        transition: 0.4s ease all;
        max-height: 300px;
        overflow-y: auto; }
        .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-options > div {
          cursor: pointer;
          padding: 10px 20px;
          background-color: #FAFAFA;
          color: #616161;
          border-bottom: 2px solid #cecece; }
          .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-options > div:hover {
            background-color: #0079b1;
            color: #fff; }
        .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-options .add-pet {
          font-weight: bold;
          background-color: #0079b1;
          color: #fff; }
        .grooming-steps .steps.choose-pet-type .row.user-pet .user-pet-container .user-pet-options.active {
          display: block; }
    .grooming-steps .steps.pet-size .steps-content {
      height: 150px;
      position: relative;
      overflow: hidden; }
      .grooming-steps .steps.pet-size .steps-content .loader {
        bottom: -100%;
        z-index: 20; }
        .grooming-steps .steps.pet-size .steps-content .loader.open {
          bottom: 0; }
    .grooming-steps .steps.pet-size .row {
      grid-template-columns: repeat(auto-fit, minmax(223px, 1fr)); }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps.pet-size .row {
          grid-template-columns: repeat(auto-fit, minmax(166px, 1fr)); } }
    .grooming-steps .steps.grooming-service .inclusion {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .grooming-steps .steps.grooming-service .inclusion .btn-inclusion {
        padding-bottom: 3px;
        padding-right: 34px;
        border-bottom: 1px solid #000;
        position: relative; }
        .grooming-steps .steps.grooming-service .inclusion .btn-inclusion svg {
          position: absolute;
          right: 5px;
          top: 5px; }
    .grooming-steps .steps.add-ons .steps-header {
      position: relative; }
      .grooming-steps .steps.add-ons .steps-header a {
        position: absolute;
        right: 15px;
        color: #0079b1;
        text-decoration: underline;
        top: -2px;
        font-size: 17px; }
        @media screen and (min-width: 768px) {
          .grooming-steps .steps.add-ons .steps-header a {
            font-size: 20px; } }
    .grooming-steps .steps.calendar h4 {
      margin-bottom: 1rem; }
    .grooming-steps .steps.calendar .not-available {
      color: red; }
    .grooming-steps .steps.calendar .step-contents {
      position: relative;
      overflow: hidden; }
      .grooming-steps .steps.calendar .step-contents .loader {
        bottom: -100%;
        z-index: 20; }
        .grooming-steps .steps.calendar .step-contents .loader.open {
          bottom: 0; }
    .grooming-steps .steps.calendar .to-date {
      position: relative; }
      .grooming-steps .steps.calendar .to-date input {
        padding-left: 100px; }
      .grooming-steps .steps.calendar .to-date p {
        position: absolute;
        top: 11px;
        left: 11px; }
      .grooming-steps .steps.calendar .to-date .error-text {
        color: red;
        padding-bottom: 10px; }
    .grooming-steps .steps.calendar h4 {
      margin-top: 0;
      font-size: 15px;
      font-weight: bold; }
    .grooming-steps .steps.calendar .row {
      grid-template-columns: 100%; }
      @media screen and (max-width: 800px) {
        .grooming-steps .steps.calendar .row {
          grid-template-columns: 100%; } }
    .grooming-steps .steps.calendar .datepicker-dropdown {
      position: relative; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring {
        /* change color here */
        color: #1c4c5b; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring,
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring div {
        box-sizing: border-box; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring {
        display: none;
        position: relative;
        width: 100%;
        height: 100%;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0; }
        .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring.open {
          display: flex; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: 41%;
        left: 41%;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid currentColor;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: currentColor transparent transparent transparent; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring div:nth-child(1) {
        animation-delay: -0.45s; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring div:nth-child(2) {
        animation-delay: -0.3s; }
      .grooming-steps .steps.calendar .datepicker-dropdown .lds-ring div:nth-child(3) {
        animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
    .grooming-steps .steps.calendar .picker {
      position: relative; }
      .grooming-steps .steps.calendar .picker .datepicker {
        display: block;
        left: 0 !important;
        top: 0 !important;
        background-color: #fcfcfc; }
        @media screen and (max-width: 800px) {
          .grooming-steps .steps.calendar .picker .datepicker {
            position: unset; } }
      .grooming-steps .steps.calendar .picker .datepicker-header {
        padding: 10px 2px; }
      .grooming-steps .steps.calendar .picker .datepicker-controls button {
        background-color: transparent; }
      .grooming-steps .steps.calendar .picker .datepicker-picker {
        background-color: unset; }
      .grooming-steps .steps.calendar .picker .datepicker-grid,
      .grooming-steps .steps.calendar .picker .datepicker-view {
        width: 415px; }
        @media screen and (max-width: 800px) {
          .grooming-steps .steps.calendar .picker .datepicker-grid,
          .grooming-steps .steps.calendar .picker .datepicker-view {
            width: 100%; } }
      .grooming-steps .steps.calendar .picker .datepicker-view {
        display: block; }
      .grooming-steps .steps.calendar .picker .datepicker-cell,
      .grooming-steps .steps.calendar .picker .datepicker-view .week {
        height: 3.25rem; }
      .grooming-steps .steps.calendar .picker .datepicker-cell.selected,
      .grooming-steps .steps.calendar .picker .datepicker-cell.selected:hover {
        background-color: #0079b1;
        color: #fff;
        font-weight: 600; }
    .grooming-steps .steps.calendar .timeslots {
      padding: 2rem 2rem;
      background-color: #fcfcfc;
      display: grid;
      grid-template-columns: 100%; }
      @media screen and (max-width: 500px) {
        .grooming-steps .steps.calendar .timeslots {
          padding: 1rem 1rem; } }
      .grooming-steps .steps.calendar .timeslots .shift {
        padding: 1rem 1rem; }
        .grooming-steps .steps.calendar .timeslots .shift .col {
          padding: 0;
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(113px, 1fr)); }
          .grooming-steps .steps.calendar .timeslots .shift .col p {
            background-color: #F4F4F4;
            padding: 5px 5px;
            margin: 8px 8px;
            cursor: pointer;
            border: 4px solid #f4f4f4;
            transition: 0.4s all ease;
            border-radius: 8px; }
            .grooming-steps .steps.calendar .timeslots .shift .col p:hover {
              border: 4px solid #0079b1; }
            .grooming-steps .steps.calendar .timeslots .shift .col p.active {
              border: 4px solid #0079b1;
              color: #0079b1; }
            .grooming-steps .steps.calendar .timeslots .shift .col p.disabled {
              opacity: 0.4;
              pointer-events: none; }
    .grooming-steps .steps.calendar #date-picker {
      display: none; }
    .grooming-steps .steps.appointment-form h3 {
      margin-top: 0;
      font-weight: bold;
      font-family: SagonaBold;
      color: #0079b1;
      font-size: 30px; }
    .grooming-steps .steps.appointment-form h4 {
      margin-top: 0;
      font-weight: bold;
      font-family: SagonaBold;
      font-size: 22px;
      color: #0079b1; }
    .grooming-steps .steps.appointment-form .row {
      display: grid;
      grid-template-columns: 65% 35%; }
      @media screen and (max-width: 800px) {
        .grooming-steps .steps.appointment-form .row {
          grid-template-columns: 100%; } }
      .grooming-steps .steps.appointment-form .row .form-box .form-row {
        display: grid;
        grid-template-columns: 50% 50%; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row.col-3 {
          grid-template-columns: 33% 33% 33%; }
          @media screen and (max-width: 500px) {
            .grooming-steps .steps.appointment-form .row .form-box .form-row.col-3 {
              grid-template-columns: 50% 50%; } }
        .grooming-steps .steps.appointment-form .row .form-box .form-row.col-1 {
          grid-template-columns: 100%; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row::before {
          content: unset; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row .form-col .selection .select-dropdown button {
          padding: 12px 32px 12px 25px;
          background-color: #FAFAFA;
          border: 1px solid #cecece; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row .form-col .pet-breed-selected span,
        .grooming-steps .steps.appointment-form .row .form-box .form-row .form-col .pet-type-selected span {
          color: #fff;
          padding: 10px 10px;
          display: block;
          font-size: 16px;
          font-weight: bold;
          border-radius: 6px;
          background-color: #0079b1; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row .form-col input.error-field {
          border: 1px solid red; }
        .grooming-steps .steps.appointment-form .row .form-box .form-row .form-col span.error {
          color: red; }
      .grooming-steps .steps.appointment-form .row .form-box .form-field label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: bold; }
      .grooming-steps .steps.appointment-form .row .form-box .form-field input {
        display: block;
        width: 100%;
        background-color: #FAFAFA;
        padding: 14px 16px;
        border: 1px solid #ddd;
        border-radius: 8px; }
      .grooming-steps .steps.appointment-form .row .form-box .form-field textarea {
        width: 100%;
        background-color: #FAFAFA;
        padding: 14px 16px;
        border: 1px solid #ddd;
        border-radius: 8px; }
      .grooming-steps .steps.appointment-form .row .form-box .btn-submit {
        padding: 13px 42px;
        background-color: #0079b1;
        color: #fff;
        border-radius: 8px;
        display: block;
        margin-left: auto;
        text-transform: uppercase;
        position: relative;
        overflow: hidden; }
        .grooming-steps .steps.appointment-form .row .form-box .btn-submit .loader {
          bottom: -150%;
          background-color: #FEB619; }
          .grooming-steps .steps.appointment-form .row .form-box .btn-submit .loader.open {
            bottom: 0; }
      .grooming-steps .steps.appointment-form .row.post-sign-in-row {
        display: none; }
        .grooming-steps .steps.appointment-form .row.post-sign-in-row h5 {
          text-transform: none; }
          .grooming-steps .steps.appointment-form .row.post-sign-in-row h5 span {
            color: #0079b1; }
    .grooming-steps .steps.appointment-form .register-form {
      display: none;
      margin-bottom: 2rem; }
      .grooming-steps .steps.appointment-form .register-form .btn-submit {
        margin-top: 2rem;
        width: 100%; }
    .grooming-steps .steps.appointment-form .sign-in-form {
      margin-bottom: 2rem; }
      .grooming-steps .steps.appointment-form .sign-in-form .form-row {
        grid-template-columns: 100% !important; }
      .grooming-steps .steps.appointment-form .sign-in-form .btn-submit {
        width: 100%; }
      .grooming-steps .steps.appointment-form .sign-in-form .forgot-password-btn {
        color: #0079b1;
        cursor: pointer; }
      .grooming-steps .steps.appointment-form .sign-in-form .error-container {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .grooming-steps .steps.appointment-form .sign-in-form .error-container .forgot-password-btn {
          display: none; }
    .grooming-steps .steps.appointment-form .form-error {
      color: red; }
    .grooming-steps .steps.appointment-form .form-text {
      padding-top: 14px; }
      .grooming-steps .steps.appointment-form .form-text span {
        color: #0079b1;
        cursor: pointer; }
    .grooming-steps .steps.appointment-form .go-back {
      color: #0079b1;
      cursor: pointer; }
    .grooming-steps .steps.appointment-form .select-dropdown button {
      padding: 12px 35px 11px 25px; }
    .grooming-steps .steps.appointment-form .summary-container {
      padding: 2rem 3rem;
      background-color: #FAFAFA; }
      @media screen and (max-width: 800px) {
        .grooming-steps .steps.appointment-form .summary-container {
          margin-top: 2rem;
          padding: 1rem 1rem; } }
      .grooming-steps .steps.appointment-form .summary-container .summary {
        display: flex;
        justify-content: space-between;
        padding-bottom: 13px;
        border-bottom: 1px solid #b2b2b2;
        margin-top: 1.5rem; }
        .grooming-steps .steps.appointment-form .summary-container .summary span {
          font-weight: bold;
          color: #b5b5b5; }
        .grooming-steps .steps.appointment-form .summary-container .summary p {
          margin-bottom: 0;
          font-weight: bold; }
        .grooming-steps .steps.appointment-form .summary-container .summary a {
          text-decoration: underline; }
    .grooming-steps .steps.appointment-form .summary-form .form-field p {
      background-color: #fafafa;
      padding: 10px 20px;
      border-bottom: 1px solid #b2b2b2; }

.more-info-popup,
.summary-popup,
.forgot-password-popup,
.register-popup {
  opacity: 0;
  position: fixed;
  bottom: -100%;
  z-index: 999;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  right: 0; }
  .more-info-popup .popup-bg,
  .summary-popup .popup-bg,
  .forgot-password-popup .popup-bg,
  .register-popup .popup-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .more-info-popup .popup-container,
  .summary-popup .popup-container,
  .forgot-password-popup .popup-container,
  .register-popup .popup-container {
    width: 500px;
    background: #fff;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    padding: 3rem 4rem;
    z-index: 2;
    transition: 0.6s ease 0.8s; }
    @media screen and (max-width: 500px) {
      .more-info-popup .popup-container,
      .summary-popup .popup-container,
      .forgot-password-popup .popup-container,
      .register-popup .popup-container {
        width: 90%; } }
    .more-info-popup .popup-container .close,
    .summary-popup .popup-container .close,
    .forgot-password-popup .popup-container .close,
    .register-popup .popup-container .close {
      position: absolute;
      top: 13px;
      right: 14px;
      cursor: pointer; }
      .more-info-popup .popup-container .close svg,
      .summary-popup .popup-container .close svg,
      .forgot-password-popup .popup-container .close svg,
      .register-popup .popup-container .close svg {
        width: 27px;
        height: 27px;
        opacity: 0.3; }
    .more-info-popup .popup-container h4,
    .summary-popup .popup-container h4,
    .forgot-password-popup .popup-container h4,
    .register-popup .popup-container h4 {
      margin-top: 0;
      margin-top: 0;
      font-weight: bold;
      font-family: SagonaBold;
      color: #0079b1;
      font-size: 25px; }
    .more-info-popup .popup-container button,
    .summary-popup .popup-container button,
    .forgot-password-popup .popup-container button,
    .register-popup .popup-container button {
      background-color: #0079b1;
      color: #fff;
      width: 100%;
      padding: 10px 15px;
      border-radius: 6px;
      margin-top: 1.5rem; }
  .more-info-popup.open,
  .summary-popup.open,
  .forgot-password-popup.open,
  .register-popup.open {
    display: block;
    bottom: 0%;
    opacity: 1; }
    .more-info-popup.open .popup-container,
    .summary-popup.open .popup-container,
    .forgot-password-popup.open .popup-container,
    .register-popup.open .popup-container {
      top: 50%;
      opacity: 1; }

.forgot-password-popup input {
  margin-top: 5px;
  width: 100%;
  padding: 15px 35px 15px 25px;
  background-color: #FAFAFA;
  border-radius: 6px;
  border: 2px solid #cecece; }

.forgot-password-popup .password-error {
  color: red; }
  .forgot-password-popup .password-error.success {
    color: #04b504; }

.loader {
  position: absolute;
  background-color: #0079b1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.7s ease 1.8s; }
  .loader .lds-facebook {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .loader .lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
  .loader .lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s; }
  .loader .lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s; }
  .loader .lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0; }

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px; }
  50%,
  100% {
    top: 24px;
    height: 32px; } }

.summary-popup .popup-bg-summary {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none; }

.summary-popup .popup-container {
  overflow: hidden;
  width: 700px;
  padding: 2rem 2rem;
  height: 524px; }
  @media screen and (max-width: 800px) {
    .summary-popup .popup-container {
      width: 90vw;
      border-radius: 8px; } }
  .summary-popup .popup-container h4 {
    text-align: center;
    font-size: 35px; }
  .summary-popup .popup-container h6 {
    text-align: center;
    font-size: 20px;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .summary-popup .popup-container .summary-details {
    display: grid;
    grid-template-columns: 50% 50%; }
    @media screen and (max-width: 767px) {
      .summary-popup .popup-container .summary-details {
        grid-template-columns: 100%; } }
    .summary-popup .popup-container .summary-details p b {
      margin-right: 8px; }

.summary-popup.open .loader.done {
  bottom: -100%; }

.grooming-steps .col[size-id="11666"] {
  display: none; }

.daterangepicker.show-calendar {
  top: -40px; }

.new-pet .btn-submit {
  margin-left: unset !important; }

.grooming-steps .choose-pet-type .form-buttons {
  display: flex; }
  .grooming-steps .choose-pet-type .form-buttons .btn-submit:not(:last-child) {
    margin-right: 15px; }

.grooming-steps .choose-pet-type .steps-content {
  padding-left: 15px;
  padding-right: 15px; }

.grooming-steps .steps.calendar .step-contents .lds-ring {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  z-index: 99; }

.grooming-steps .steps.calendar .step-contents .lds-ring div:first-child {
  animation-delay: -.45s; }

.grooming-steps .steps.calendar .step-contents .lds-ring div {
  display: block;
  position: absolute;
  top: 41%;
  left: 41%;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent; }

.grooming-steps .steps.calendar .step-contents .lds-ring div:nth-child(2) {
  animation-delay: -.3s; }

.grooming-steps .steps.calendar .step-contents .lds-ring div:nth-child(3) {
  animation-delay: -.15s; }

.grooming-steps .steps.calendar .step-contents .lds-ring.open {
  display: flex; }

.grooming-steps .steps.calendar .timeslots .shift .col p.disabled {
  display: none; }

.grooming-steps .steps.calendar .timeslots .shift .col {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (min-width: 768px) {
    .grooming-steps .steps.calendar .timeslots .shift .col {
      grid-template-columns: repeat(7, 1fr); } }

@media screen and (max-width: 767px) {
  [data-path="boarding"] main > .container,
  [data-path="book-now"] main > .container {
    padding: 0 10px; } }

[data-path="fresh-frozen-food"] .custom-container,
[data-path="fresh-frozen-and-freeze-dried-food"] .custom-container {
  max-width: 100%; }

.custom-container:has(.fresh-food-page) {
  margin-inline: 0;
  max-width: 100%; }

.fresh-food-page {
  perspective: 10px; }
  .fresh-food-page h1, .fresh-food-page h2, .fresh-food-page h3, .fresh-food-page h4, .fresh-food-page h5, .fresh-food-page h6 {
    font-family: SagonaBold; }
  .fresh-food-page .container {
    padding: 0; }
  .fresh-food-page .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -15px; }
    .fresh-food-page .row .col {
      margin: 0 15px; }
    @media screen and (max-width: 600px) {
      .fresh-food-page .row {
        grid-template-columns: 1fr 170px;
        align-items: center;
        margin: 0; } }
  .fresh-food-page .fresh-banner {
    background-image: url("https://cdn11.bigcommerce.com/s-73ultbl6n5/images/stencil/original/image-manager/fresh-banner-bg.png?t=1718204955");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
    height: 55rem;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 600px) {
      .fresh-food-page .fresh-banner {
        height: 100%; }
        .fresh-food-page .fresh-banner .col:first-child {
          margin-right: 0; } }
    .fresh-food-page .fresh-banner .image-top {
      position: absolute;
      top: -9rem;
      left: 26%; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .fresh-banner .image-top {
          top: -3rem;
          left: 2rem; } }
    .fresh-food-page .fresh-banner .image-right {
      position: absolute;
      right: -183px; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .fresh-banner .image-right {
          right: -120px;
          bottom: 95px; } }
    .fresh-food-page .fresh-banner h1 {
      font-size: 60px;
      color: #fff;
      font-weight: 900;
      position: relative; }
      .fresh-food-page .fresh-banner h1 span {
        position: relative;
        top: -25px;
        font-family: SagonaBold; }
        .fresh-food-page .fresh-banner h1 span.mobile {
          display: none; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .fresh-banner h1 {
          font-size: 25px;
          text-align: left; }
          .fresh-food-page .fresh-banner h1 span {
            top: -10px;
            display: none;
            font-weight: 500; }
            .fresh-food-page .fresh-banner h1 span.mobile {
              display: block; } }
    .fresh-food-page .fresh-banner p {
      color: #8E9738;
      font-size: 30px; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .fresh-banner p {
          font-size: 18px;
          text-align: left;
          padding-bottom: 40px; } }
    .fresh-food-page .fresh-banner img {
      display: block;
      margin: 0 auto;
      width: 450px; }
      @media screen and (max-width: 900px) {
        .fresh-food-page .fresh-banner img {
          width: 200px; } }
  .fresh-food-page .sections {
    position: relative; }
    .fresh-food-page .sections .section-title h2 {
      font-weight: 900;
      font-size: 40px; }
    @media screen and (max-width: 600px) {
      .fresh-food-page .sections .section-title {
        padding: 0 2rem;
        text-align: center; }
        .fresh-food-page .sections .section-title h2 {
          font-size: 30px;
          line-height: 1.1; } }
    @media screen and (max-width: 600px) {
      .fresh-food-page .sections .slick-prev {
        left: 0; }
      .fresh-food-page .sections .slick-next {
        right: 0; } }
  .fresh-food-page .section-1 {
    margin-top: -17rem; }
    @media screen and (max-width: 900px) {
      .fresh-food-page .section-1 {
        margin-top: 0; } }
    .fresh-food-page .section-1-img {
      position: absolute;
      top: -104px;
      left: -151px;
      width: 358px;
      z-index: 1; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-1-img {
          top: -104px;
          left: -68px;
          width: 226px; } }
    .fresh-food-page .section-1 .row {
      grid-template-columns: repeat(4, 1fr);
      margin-top: 2rem;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-1 .row {
          grid-template-columns: repeat(2, 1fr); } }
    .fresh-food-page .section-1 .container {
      background-color: #F2F0ED;
      padding: 2rem 3rem; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-1 .container {
          padding: 2rem 15px; } }
      .fresh-food-page .section-1 .container .section-title {
        text-align: center;
        max-width: 700px;
        margin: 0 auto; }
        .fresh-food-page .section-1 .container .section-title h2 {
          font-size: 40px;
          font-weight: bold; }
        .fresh-food-page .section-1 .container .section-title p {
          font-size: 20px; }
      .fresh-food-page .section-1 .container .col .section-box {
        margin-bottom: 2rem;
        text-align: center; }
        .fresh-food-page .section-1 .container .col .section-box img {
          width: 165px;
          display: block;
          margin: 0 auto; }
        .fresh-food-page .section-1 .container .col .section-box a {
          background-color: #D96B2E;
          padding: 10px 30px;
          color: #fff;
          font-size: 16px;
          display: inline-block;
          border-radius: 10px; }
  .fresh-food-page .section-3 {
    padding-bottom: 3rem; }
    .fresh-food-page .section-3 .container {
      position: unset; }
    .fresh-food-page .section-3 .img-right {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 447px;
      z-index: -1; }
    .fresh-food-page .section-3 .img-left {
      position: absolute;
      top: -111px;
      left: -49px;
      width: 245px;
      z-index: -1; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-3 .img-left {
          width: 111px; } }
    .fresh-food-page .section-3 .row {
      align-items: center; }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-3 .row {
          grid-template-columns: 100%; } }
      .fresh-food-page .section-3 .row .col img {
        display: block;
        width: 500px;
        margin: 0 auto; }
        @media screen and (max-width: 600px) {
          .fresh-food-page .section-3 .row .col img {
            width: 260px; } }
      .fresh-food-page .section-3 .row .col .section-title p {
        font-size: 24px; }
      .fresh-food-page .section-3 .row .col .section-title a {
        background-color: #D96B2E;
        padding: 10px 30px;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        border-radius: 10px; }
  .fresh-food-page .section-4 {
    padding: 2rem 0 5rem 0;
    background-color: #8E9738; }
    .fresh-food-page .section-4 .img-right {
      width: 300px;
      position: absolute;
      bottom: 0;
      right: 0; }
    .fresh-food-page .section-4 .section-title h2 {
      color: #fff; }
    .fresh-food-page .section-4 .carousel-container {
      margin: 0 -15px; }
      @media screen and (max-width: 900px) {
        .fresh-food-page .section-4 .carousel-container {
          margin: 0; } }
      .fresh-food-page .section-4 .carousel-container .carousel-item {
        background-color: #565C29;
        padding: 3rem 3rem;
        margin: 0 15px;
        border-radius: 10px; }
        .fresh-food-page .section-4 .carousel-container .carousel-item p {
          color: #fff;
          font-size: 18px;
          margin: 0; }
          .fresh-food-page .section-4 .carousel-container .carousel-item p.title {
            font-size: 22px; }
      .fresh-food-page .section-4 .carousel-container .slick-arrow::before {
        filter: invert(100%); }
  .fresh-food-page .section-5 {
    padding-top: 2rem;
    padding-bottom: 4rem; }
    .fresh-food-page .section-5 .container .row {
      grid-template-columns: repeat(4, 1fr); }
      @media screen and (max-width: 600px) {
        .fresh-food-page .section-5 .container .row {
          grid-template-columns: repeat(2, 1fr); } }
      .fresh-food-page .section-5 .container .row .col .brand-box {
        height: 120px;
        margin-bottom: 2rem;
        position: relative;
        padding: 15px 15px; }
        .fresh-food-page .section-5 .container .row .col .brand-box img {
          display: block;
          margin: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          object-fit: contain;
          max-width: 100%;
          max-height: 100%; }

.blog-widget-section {
  margin-top: 2rem; }
  .blog-widget-section .section-title h2 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 30px;
    font-family: SagonaBold, arial; }
  .blog-widget-section .container {
    padding: 0; }
    .blog-widget-section .container .learn-carousel {
      margin: 0 -15px; }
      @media screen and (max-width: 600px) {
        .blog-widget-section .container .learn-carousel {
          margin: 0; } }
      .blog-widget-section .container .learn-carousel .carousel-box {
        box-shadow: 0px 0px 3px 3px #ddd;
        border-radius: 10px;
        overflow: hidden;
        margin: 1rem 1rem; }
        .blog-widget-section .container .learn-carousel .carousel-box a {
          text-decoration: none; }
        @media screen and (min-width: 768px) {
          .blog-widget-section .container .learn-carousel .carousel-box img {
            height: 148px;
            object-fit: cover; } }
        @media screen and (max-width: 600px) {
          .blog-widget-section .container .learn-carousel .carousel-box {
            margin: 1rem 3rem; } }
        .blog-widget-section .container .learn-carousel .carousel-box .desc {
          padding: 15px;
          background-color: #fff; }
          .blog-widget-section .container .learn-carousel .carousel-box .desc p {
            color: #D96B2E;
            margin: 0;
            padding-bottom: 10px;
            font-weight: bold; }
          .blog-widget-section .container .learn-carousel .carousel-box .desc p.title {
            margin: 0;
            font-size: 18px;
            color: #000; }

body[data-path="monthly-sales"] .custom-container {
  max-width: 100%; }

.md_navs {
  z-index: 1; }

.md_page {
  padding-bottom: 100px; }
  @media (max-width: 375px) {
    .md_page {
      padding-bottom: 50px; } }

.md_section {
  padding: 50px 0 30px; }
  .md_section + .md_section {
    border-top: 1px solid #E5E5E5; }
  .md_section--loader {
    padding: 50px 0px;
    text-align: center; }
  .md_section > h3 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 30px;
    font-family: "SagonaBold", Arial, sans-serif; }
    @media (max-width: 768px) {
      .md_section > h3 {
        font-size: 30px;
        line-height: 42px; } }
  @media (max-width: 768px) {
    .md_section--imagegrid {
      padding-bottom: 0; } }

.md_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 435px;
  background: #fff;
  z-index: 999;
  padding: 40px 25px 40px 40px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: translate(100%, 0);
  box-shadow: 0px 3px 10px #dccaca; }
  @media (max-width: 768px) {
    .md_modal {
      max-height: calc(100vh - 60px);
      top: 50%;
      bottom: auto;
      transform: translate(100%, -50%);
      left: 50%;
      right: auto;
      padding: 20px 15px 20px 20px; } }
  @media (max-width: 768px) {
    .md_modal {
      width: calc(100% - 40px); } }
  .md_modal.active {
    display: block;
    transform: translate(0, 0);
    opacity: 1; }
    @media (max-width: 768px) {
      .md_modal.active {
        transform: translate(-50%, -50%); } }
  .md_modal_close {
    position: absolute;
    left: -66px;
    top: 25px;
    cursor: pointer;
    transition: 0.3s ease-in-out; }
    @media (max-width: 768px) {
      .md_modal_close {
        left: auto;
        right: 20px; } }
    @media (max-width: 768px) {
      .md_modal_close--desktop {
        display: none; } }
    .md_modal_close--mobile {
      display: none; }
      @media (max-width: 768px) {
        .md_modal_close--mobile {
          display: block;
          opacity: 0.5; } }
  .md_modal .md_modal_container {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding-bottom: 50px; }
    .md_modal .md_modal_container::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #F5F5F5; }
    .md_modal .md_modal_container::-webkit-scrollbar {
      width: 12px;
      background-color: #F5F5F5; }
    .md_modal .md_modal_container::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #0079B1; }
    @media (max-width: 768px) {
      .md_modal .md_modal_container {
        padding-bottom: 100px; } }
  .md_modal .md_modal_card {
    border-top: 1px solid #EBE8EF; }
    .md_modal .md_modal_card--img {
      height: 270px;
      background: #fff; }
      .md_modal .md_modal_card--img img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .md_modal .md_modal_card--brand {
      margin: 0; }
      .md_modal .md_modal_card--brand a {
        font-family: "LatoBold", Arial, sans-serif;
        color: #223A45;
        font-size: 16px;
        line-height: 24px;
        margin: 0;
        text-transform: capitalize;
        display: block;
        margin-bottom: 5px; }
    .md_modal .md_modal_card--title {
      font-size: 16px;
      line-height: 24px;
      font-family: "Lato", Arial, sans-serif;
      margin-bottom: 25px; }
    .md_modal .md_modal_card_prices {
      background-color: #FAFAFA;
      padding: 16px 0;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 20px; }
      .md_modal .md_modal_card_prices::after {
        content: '';
        width: 1px;
        top: 16px;
        bottom: 16px;
        background: #EBE8EF;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0); }
      .md_modal .md_modal_card_prices h4 {
        font-size: 18px;
        line-height: 24px;
        font-family: "SagonaBold", Arial, sans-serif;
        margin: 0;
        margin-bottom: 10px; }
      .md_modal .md_modal_card_prices p {
        font-family: "Lato", Arial, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #0A0A0A; }
        .md_modal .md_modal_card_prices p.map-text {
          font-size: 15px;
          font-weight: bold; }
      .md_modal .md_modal_card_prices > div {
        text-align: center;
        width: 50%;
        padding: 0 18px; }
    .md_modal .md_modal_card--heading {
      margin: 0 0 5px;
      font-family: "SagonaBold", Arial, sans-serif; }
    .md_modal .md_modal_card--desc {
      margin: 0px; }
      .md_modal .md_modal_card--desc p {
        font-family: "Lato", Arial, sans-serif; }
  .md_modal .md_modal_tabs--nav {
    border-bottom: 1px solid #EBE8EF;
    margin-bottom: 20px; }
    .md_modal .md_modal_tabs--nav > button {
      padding: 0;
      margin: 0;
      height: auto;
      font-family: "LatoBold", Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #223A45;
      border-bottom: 3px solid transparent;
      padding-bottom: 5px;
      margin-left: 30px; }
      .md_modal .md_modal_tabs--nav > button.active {
        color: #0079B1;
        border-color: #0079B1; }
      .md_modal .md_modal_tabs--nav > button:first-of-type {
        margin-left: 0px; }
  .md_modal .md_modal_accordion--head {
    display: none; }
  .md_modal .md_modal_accordion--body {
    display: none; }
  .md_modal .md_modal_accordion.active .md_modal_accordion--body {
    display: block; }
  .md_modal .md_modal_shopnow {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px 40px;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 3px 10px #dccaca; }
    .md_modal .md_modal_shopnow .button {
      width: 100%;
      margin: 0; }

.md_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 990; }

.md_navs {
  padding: 20px 0;
  position: relative;
  z-index: 1; }
  .md_navs ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0; }
    .md_navs ul > li {
      padding-right: 30px;
      margin-bottom: 15px; }
      .md_navs ul > li:last-child {
        padding-right: 0; }
  .md_navs a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 45px;
    border: 1px solid #0079B1;
    border-radius: 50px;
    color: #0079B1;
    transition: 0.3s ease-in-out;
    text-decoration: none; }
    .md_navs a.active, .md_navs a:hover {
      background-color: #0079B1;
      color: #fff; }
  .md_navs.active {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff; }

.md_search_section {
  position: relative; }

.md_search_cont {
  position: relative;
  min-height: 300px; }

.md_search_input {
  position: absolute;
  left: 50%;
  bottom: 62px;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  z-index: 5; }
  .md_search_input input {
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 0;
    padding: 0px 50px 0px 20px;
    font-family: "Lato", Arial, sans-serif;
    font-size: 14px;
    color: #0A0A0A; }
    .md_search_input input::placeholder {
      color: #A3A3A3; }
  .md_search_input img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }

.md_search_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -25px; }
  @media (max-width: 768px) {
    .md_search_row {
      margin-left: -10px;
      margin-right: -10px; } }
  .md_search_row .md_products_col {
    padding: 0px 15px;
    width: 25%;
    margin-bottom: 30px; }
    @media (max-width: 900px) {
      .md_search_row .md_products_col {
        width: 33.3%; } }
    @media (max-width: 900px) {
      .md_search_row .md_products_col {
        padding: 0px 10px;
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .md_search_row .md_products_col {
        width: 50%; } }
    @media (max-width: 350px) {
      .md_search_row .md_products_col {
        width: 100%; } }

.md_search_results.active {
  padding: 50px 0 30px; }

.md_search_results--hldr h3 {
  font-size: 35px;
  line-height: 42px;
  margin: 0 0 30px;
  font-family: "SagonaBold", Arial, sans-serif; }

.md_search_results--hldr .search_promo {
  margin-bottom: 20px; }
  .md_search_results--hldr .search_promo .md_search_row {
    margin-bottom: 0; }
    .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col {
      padding: 0px 15px;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col {
          padding: 0px 10px;
          margin-bottom: 20px; } }
      .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="25"] {
        width: 25%; }
        @media (max-width: 768px) {
          .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="25"] {
            width: 50%; } }
        @media (max-width: 375px) {
          .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="25"] {
            width: 100%; } }
      .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="50"] {
        width: 50%; }
        @media (max-width: 600px) {
          .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="50"] {
            width: 100%; } }
      .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="75"] {
        width: 75%; }
        @media (max-width: 900px) {
          .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="75"] {
            width: 50%; } }
        @media (max-width: 600px) {
          .md_search_results--hldr .search_promo .md_search_row--promo .md_search_col[data-banner-size="75"] {
            width: 100%; } }
    .md_search_results--hldr .search_promo .md_search_row .promo_image--click img {
      width: 100%;
      cursor: pointer; }

.md_search_images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .md_search_images img {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%; }
  .md_search_images--desktop {
    display: block !important; }
    @media (max-width: 900px) {
      .md_search_images--desktop {
        display: none !important; } }
  @media (max-width: 900px) {
    .md_search_images--tablet {
      display: block !important; } }
  @media (max-width: 600px) {
    .md_search_images--tablet {
      display: none !important; } }
  @media (max-width: 599px) {
    .md_search_images--mobile {
      display: block !important; } }

.md_action {
  padding-top: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .md_action--center {
    justify-content: center; }
  .md_action--left {
    justify-content: flex-start; }
  .md_action--right {
    justify-content: flex-end; }
  .md_action button {
    background-color: #0079B1;
    font-size: 14px;
    line-height: 22px;
    padding: 14px 60px;
    color: #fff; }
    @media (max-width: 375px) {
      .md_action button {
        width: 100%; } }

.md_imggrid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .md_imggrid--holder {
    display: none; }
  .md_imggrid .md_imggrid_col {
    padding: 0px 15px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .md_imggrid .md_imggrid_col {
        margin-bottom: 20px;
        padding: 0px 10px; } }
    .md_imggrid .md_imggrid_col[data-styling-count="0"], .md_imggrid .md_imggrid_col[data-styling-count="3"] {
      width: 75%; }
      @media (max-width: 900px) {
        .md_imggrid .md_imggrid_col[data-styling-count="0"], .md_imggrid .md_imggrid_col[data-styling-count="3"] {
          width: 60%; } }
      @media (max-width: 600px) {
        .md_imggrid .md_imggrid_col[data-styling-count="0"], .md_imggrid .md_imggrid_col[data-styling-count="3"] {
          width: 100%; } }
    .md_imggrid .md_imggrid_col[data-styling-count="1"], .md_imggrid .md_imggrid_col[data-styling-count="2"] {
      width: 25%; }
      @media (max-width: 900px) {
        .md_imggrid .md_imggrid_col[data-styling-count="1"], .md_imggrid .md_imggrid_col[data-styling-count="2"] {
          width: 40%; } }
      @media (max-width: 600px) {
        .md_imggrid .md_imggrid_col[data-styling-count="1"], .md_imggrid .md_imggrid_col[data-styling-count="2"] {
          width: 100%; } }
  .md_imggrid .md_imggrid_img {
    height: 200px;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 375px) {
      .md_imggrid .md_imggrid_img {
        height: 170px; } }
    .md_imggrid .md_imggrid_img img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    .md_imggrid .md_imggrid_img--mobile {
      display: none; }
      @media (max-width: 375px) {
        .md_imggrid .md_imggrid_img--mobile {
          display: block; } }
    .md_imggrid .md_imggrid_img--tablet {
      display: none; }
      @media (max-width: 768px) {
        .md_imggrid .md_imggrid_img--tablet {
          display: block; } }
      @media (max-width: 375px) {
        .md_imggrid .md_imggrid_img--tablet {
          display: none; } }
    @media (max-width: 768px) {
      .md_imggrid .md_imggrid_img--desktop {
        display: none; } }

.md_section--products .md_products_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px; }
  @media (max-width: 768px) {
    .md_section--products .md_products_row {
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: -20px; } }
  .md_section--products .md_products_row.image-3 .md_products_col--img {
    width: 75%; }
  .md_section--products .md_products_row.image-3 .md_products_col--product {
    width: 25%; }
    .md_section--products .md_products_row.image-3 .md_products_col--product .md_products_col {
      width: 100%; }
  .md_section--products .md_products_row.image-2 .md_products_col--product {
    width: 50%; }
    .md_section--products .md_products_row.image-2 .md_products_col--product .md_products_col {
      width: 50%;
      padding: 0px 15px; }
      @media (max-width: 768px) {
        .md_section--products .md_products_row.image-2 .md_products_col--product .md_products_col {
          padding: 0px 10px; } }
  .md_section--products .md_products_row.image-2 .md_products_col--img {
    width: 50%; }
  .md_section--products .md_products_row.image-1 .md_products_col--img {
    width: 25%; }
  .md_section--products .md_products_row.image-1 .md_products_col--product {
    width: 75%; }
    .md_section--products .md_products_row.image-1 .md_products_col--product .md_products_col {
      width: 33.3%; }
  .md_section--products .md_products_row[data-rownumber="2"] {
    margin-top: 30px; }
    @media (max-width: 768px) {
      .md_section--products .md_products_row[data-rownumber="2"] {
        margin-top: 20px; } }
  @media (max-width: 768px) {
    .md_section--products .md_products_row.image-1 .md_products_col--img, .md_section--products .md_products_row.image-2 .md_products_col--img, .md_section--products .md_products_row.image-3 .md_products_col--img {
      width: 100%;
      order: -1; }
    .md_section--products .md_products_row.image-1 .md_products_col--product, .md_section--products .md_products_row.image-2 .md_products_col--product, .md_section--products .md_products_row.image-3 .md_products_col--product {
      width: 100%; }
      .md_section--products .md_products_row.image-1 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-2 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-3 .md_products_col--product .md_products_col {
        width: 50%; } }
  @media (max-width: 375px) {
    .md_section--products .md_products_row.image-1 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-2 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-3 .md_products_col--product .md_products_col {
      width: 50%; } }
  @media (max-width: 350px) {
    .md_section--products .md_products_row.image-1 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-2 .md_products_col--product .md_products_col, .md_section--products .md_products_row.image-3 .md_products_col--product .md_products_col {
      width: 100%; } }

.md_section--products .md_products_skus {
  display: none; }

.md_section--products .md_products_cont {
  display: none; }

.md_section--products .md_products_imagehldr {
  display: none; }

.md_section--products .md_products_col {
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px; }
  @media (max-width: 900px) {
    .md_section--products .md_products_col {
      width: 33.3%; } }
  @media (max-width: 767px) {
    .md_section--products .md_products_col {
      padding: 0px 10px;
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    .md_section--products .md_products_col {
      width: 50%; } }
  @media (max-width: 350px) {
    .md_section--products .md_products_col {
      width: 100%; } }
  .md_section--products .md_products_col--product {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .md_section--products .md_products_col--product .md_products_col {
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .md_section--products .md_products_col--product .md_products_col {
          margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .md_section--products .md_products_col--product {
        margin-bottom: 20px; } }
  .md_section--products .md_products_col--img {
    padding: 0px 15px;
    margin-bottom: 30px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .md_section--products .md_products_col--img {
        padding: 0px 10px;
        margin-bottom: 20px; } }
    .md_section--products .md_products_col--img a {
      display: block;
      height: 100%;
      width: 100%; }

.md_section--products .md_products_productwithimage--reverse + .md_products_row {
  flex-direction: row-reverse; }

.md_section--products + .md_section--products {
  padding-top: 28px; }

.md_imageonly > div {
  display: grid;
  margin: 0 -15px; }
  .md_imageonly > div .md_imageonly--col {
    padding: 0 15px;
    margin-bottom: 0; }
    .md_imageonly > div .md_imageonly--col .md_products_description, .md_imageonly > div .md_imageonly--col .md_products_headline {
      display: none; }
    @media screen and (max-width: 600px) {
      .md_imageonly > div .md_imageonly--col {
        margin: 15px 0; } }

.md_imageonly--25 {
  grid-template-columns: 25% 25% 25% 25%; }
  @media screen and (max-width: 600px) {
    .md_imageonly--25 {
      grid-template-columns: 50% 50%; } }

.md_imageonly--50 {
  grid-template-columns: 50% 50%; }

.md_imageonly--50-25 {
  grid-template-columns: 50% 25% 25%; }
  @media screen and (max-width: 600px) {
    .md_imageonly--50-25 {
      grid-template-columns: 50% 50%; }
      .md_imageonly--50-25 .md_imageonly--col:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 4; } }

.md_imageonly--75 {
  grid-template-columns: 75% 25%; }
  @media screen and (max-width: 600px) {
    .md_imageonly--75 {
      grid-template-columns: 50% 50%; }
      .md_imageonly--75 .md_imageonly--col:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 4; } }

.md_products_card {
  padding: 25px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  height: 100%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .md_products_card {
      padding: 20px; } }
  @media (max-width: 375px) {
    .md_products_card {
      padding: 15px; } }
  .md_products_card--img {
    margin-bottom: 7px;
    height: 165px;
    background: #fff; }
    @media (max-width: 375px) {
      .md_products_card--img {
        height: 130px; } }
    .md_products_card--img img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .md_products_card--price {
    text-align: center;
    padding-bottom: 30px;
    position: relative; }
    @media (max-width: 375px) {
      .md_products_card--price {
        padding-bottom: 15px; } }
    .md_products_card--price h4 {
      margin: 0;
      font-family: "SagonaBold", Arial, sans-serif;
      line-height: 36px;
      font-size: 28px; }
      @media (max-width: 375px) {
        .md_products_card--price h4 {
          font-size: 20px; } }
    .md_products_card--price p {
      font-family: "Lato", Arial, sans-serif;
      font-size: 12px;
      line-height: 20px;
      margin: 0;
      position: absolute;
      bottom: 6px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%; }
      @media (max-width: 375px) {
        .md_products_card--price p {
          bottom: 0px; } }
      .md_products_card--price p span {
        text-decoration: line-through;
        color: #EF5350; }
      .md_products_card--price p.map-text {
        font-size: 15px;
        font-weight: bold;
        position: relative;
        top: 5px; }
  .md_products_card--title h3 {
    font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center; }
  .md_products_card .md_products_details {
    display: none; }

.banner-search-title {
  font-size: 30px;
  line-height: 38px;
  font-family: "LatoBold", Arial, sans-serif;
  display: none; }

.privacy-policy li {
  font-family: "Lato", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px; }

.privacy-policy h3,
.privacy-policy h4 {
  font-family: "LatoSemi", Arial, sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  margin-block: 32px 12px; }

.privacy-policy h3 {
  font-size: 22px;
  line-height: 33px;
  margin-block: 35px 11px; }

.privacy-policy h3 + h4 {
  margin-top: 15px; }

.coupon-terms-conditions h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #333333; }

.coupon-terms-conditions p {
  font-size: 20px;
  color: #333333; }

.account {
  position: relative; }

.my-pets__index {
  margin-bottom: 8rem; }
  .my-pets__index .btn {
    line-height: 14px; }
  .my-pets__index .row-profile {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px; }
    @media (min-width: 768px) {
      .my-pets__index .row-profile {
        grid-template-columns: repeat(3, 1fr); } }
  .my-pets__index .profile-section {
    display: grid;
    align-items: center;
    padding: 15px;
    border-radius: 0;
    grid-template-columns: 50% 50%;
    background-color: #ebebeb;
    min-height: 100%;
    border-radius: 4px; }
    .my-pets__index .profile-section .pet-name {
      word-break: break-word; }
  .my-pets__index .new-profile {
    flex-direction: column;
    display: flex;
    justify-content: center; }
    .my-pets__index .new-profile .page-heading {
      font-family: "SagonaBold", Arial, sans-serif;
      font-size: 18px;
      margin-bottom: 1rem; }
  .my-pets__index a {
    text-decoration: none; }
  .my-pets__index .my-pets-list,
  .my-pets__index .my-pets-profile {
    background-color: #ebebeb; }

.circle {
  border-radius: 50%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1; }
  .circle img {
    opacity: 0; }

.my-pets__detail .circle {
  height: 145px;
  width: 145px; }

.center-block .circle {
  margin: auto; }

.table-bordered > tbody > tr > td {
  border: 1px solid #ddd; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

#myPetCreateForm input::placeholder {
  color: #666666 !important;
  font-weight: normal; }

#myPetCreateForm input[type="date"] {
  text-transform: uppercase; }

#myPetCreateForm .form-field.required.form-error::after {
  content: "This field is required";
  color: red;
  position: absolute; }

#myPetCreateForm .form-field .form-select {
  height: 42px;
  border: 1px solid #8f8f8f;
  border-radius: 8px;
  font-size: 14px; }

#myPetCreateForm .form-field:has(#PetName), #myPetCreateForm .form-field:has(#PetType), #myPetCreateForm .form-field:has(#BreedType), #myPetCreateForm .form-field:has(#SpayedNeutered), #myPetCreateForm .form-field:has(#HealthConditions), #myPetCreateForm .form-field:has(#PetGender) {
  width: 50%; }

#myPetCreateForm .form-field:has(#PetWeight), #myPetCreateForm .form-field:has(#PetDateType), #myPetCreateForm .form-field:has(#PetDate) {
  width: 33%; }

#myPetCreateForm .form-field #PetTypeOthers,
#myPetCreateForm .form-field #PetBreedOthers,
#myPetCreateForm .form-field #healthconditonOthers {
  margin-top: 10px; }

#myPetCreateForm .form-actions .button {
  height: 40px;
  padding: 8px 40px; }

#myPetCreateForm label {
  height: 20px; }
  #myPetCreateForm label small {
    visibility: hidden;
    float: unset; }
    #myPetCreateForm label small::before {
      visibility: visible;
      content: "*";
      font-size: 14px;
      position: absolute;
      padding-left: 5px; }
    @media (min-width: 768px) {
      #myPetCreateForm label small {
        visibility: visible;
        float: right; }
        #myPetCreateForm label small::before {
          visibility: hidden; } }

.my-pets__detail {
  margin-bottom: 8rem; }
  .my-pets__detail-action {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap; }
  .my-pets__detail .btn,
  .my-pets__detail button {
    line-height: 14px; }
  .my-pets__detail #petPresTable td {
    display: flex;
    align-items: center; }
    .my-pets__detail #petPresTable td img {
      margin-right: 20px;
      height: 62px;
      aspect-ratio: 1 / 1;
      object-fit: contain; }
    .my-pets__detail #petPresTable td a.button {
      margin: 0;
      margin-left: auto;
      background-color: #0079b1;
      color: white;
      border: 0; }
      .my-pets__detail #petPresTable td a.button:hover {
        background-color: #e29545; }

.form-field.prescription-form #prescription {
  display: inline; }

.form-field.prescription-form #uploadPrescription--btn {
  max-height: 42px;
  height: 42px;
  margin: 0;
  margin-top: -5px;
  background-color: #e29545;
  color: #FFFFFF;
  border: 0; }

.prescription-list.hidden {
  display: none; }

.prescription-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-type: none;
  grid-gap: 10px;
  margin: 0; }

.prescription-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid grey;
  padding: 7px 10px;
  border-radius: 5px; }

.prescription-list .delete-prescription {
  margin: 0;
  height: 27px;
  padding: 0px 15px;
  border: 0;
  background-color: #A42B3F;
  color: white;
  font-size: 12px; }

.loyalty-page {
  margin-bottom: 8rem; }
  .loyalty-page-top--note {
    padding: 15px 15px;
    background: #f5f5f5;
    font-family: Sagona, arial;
    text-align: center;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.29;
    letter-spacing: .7px;
    color: #0079b1;
    margin-bottom: 3rem; }
  .loyalty-page .loyalty-profile-card {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .loyalty-page .loyalty-profile-card aside {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .loyalty-page .loyalty-profile-card aside {
          width: 94px; } }
    .loyalty-page .loyalty-profile-card article {
      width: 100%; }
      @media (min-width: 768px) {
        .loyalty-page .loyalty-profile-card article {
          padding-left: 27px;
          width: calc(100% - 94px); } }
      .loyalty-page .loyalty-profile-card article h4 {
        font-family: Lato-Regular, arial;
        font-size: 18px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.78;
        letter-spacing: .9px;
        color: #000;
        margin: 0;
        text-transform: capitalize;
        text-align: center; }
        @media (min-width: 768px) {
          .loyalty-page .loyalty-profile-card article h4 {
            text-align: left; } }
        @media (max-width: 767px) {
          .loyalty-page .loyalty-profile-card article h4 .loyalty-profile-name {
            display: block; } }
        .loyalty-page .loyalty-profile-card article h4 .loyalty-profile-email {
          font-family: Lato-Regular, arial;
          font-size: 12px;
          font-weight: 400;
          font-stretch: normal;
          font-style: normal;
          line-height: 2.67;
          letter-spacing: .6px;
          color: #707e85;
          text-transform: none; }
          @media (min-width: 768px) {
            .loyalty-page .loyalty-profile-card article h4 .loyalty-profile-email {
              padding-left: 12px; } }
    .loyalty-page .loyalty-profile-card .loyalty-profile-btm {
      margin-top: 15px; }
      .loyalty-page .loyalty-profile-card .loyalty-profile-btm .loyalty-profile-bar {
        border: 1px solid #0079b1;
        padding: 4px;
        border-radius: 8.5px; }
        .loyalty-page .loyalty-profile-card .loyalty-profile-btm .loyalty-profile-bar > div {
          height: 12px;
          border-radius: 8.5px;
          background: #f5f5f5; }
          .loyalty-page .loyalty-profile-card .loyalty-profile-btm .loyalty-profile-bar > div span {
            display: block;
            background: #0079b1;
            border-radius: 9.5px;
            height: 12px;
            width: 0;
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
      .loyalty-page .loyalty-profile-card .loyalty-profile-btm > ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0 4px;
        margin-top: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
  .loyalty-page .loyalty-profile-coupons {
    margin-top: 2rem; }
    .loyalty-page .loyalty-profile-coupons .loyalty-profile-couponsHeader {
      padding: 9px 13px;
      background: #f5f5f5; }
    .loyalty-page .loyalty-profile-coupons .err_msg {
      text-align: center;
      display: block;
      font-size: 15px;
      color: #635c5c;
      margin-top: 2rem; }
    .loyalty-page .loyalty-profile-coupons > ul {
      margin: 0;
      list-style-type: none; }
      .loyalty-page .loyalty-profile-coupons > ul > li {
        border-bottom: 1px solid #d8d8d8; }
    .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card {
      padding: 23px 13px;
      align-items: center;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card p {
        font-family: Lato-Regular, arial;
        font-size: 13px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.31;
        letter-spacing: .15px;
        color: #000;
        margin: 0; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:first-of-type {
        width: 85px;
        padding-right: 25px; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(2) {
        width: 65%;
        padding-right: 16px; }
        @media (min-width: 768px) {
          .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(2) {
            width: calc(100% - 220px); } }
        .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(2) h4 {
          font-family: Lato-Regular, arial;
          font-size: 12px;
          font-weight: 700;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000;
          margin: 0;
          text-transform: none;
          margin-bottom: 5px; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(3) {
        width: 100%;
        text-align: center;
        margin-top: 15px; }
        @media (min-width: 768px) {
          .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(3) {
            width: 135px;
            text-align: right;
            margin-top: 0; } }
        .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card > div:nth-of-type(3) button {
          width: 100%; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card .loyalty-profile-coupons-circle span {
        text-align: center;
        color: #fff;
        font-family: "SagonaBold", Arial, sans-serif;
        text-transform: capitalize;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        letter-spacing: 1px;
        font-size: 10px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        background: #0079b1;
        justify-content: center;
        align-items: center;
        display: flex; }
      .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card .loyalty-profile-couponsBar {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card .loyalty-profile-couponsBar > span {
          font-family: "Lato", Arial, sans-serif;
          font-size: 12px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: right;
          color: #0079b1;
          padding-right: 10px;
          display: inline-block; }
        .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card .loyalty-profile-couponsBar .loyalty-profile-couponsBar-box {
          width: 125px;
          border: 1px solid #0079b1;
          border-radius: 5px;
          height: 14px;
          padding: 0 4px;
          align-items: center;
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          .loyalty-page .loyalty-profile-coupons .loyalty-profile-coupons--card .loyalty-profile-couponsBar .loyalty-profile-couponsBar-box > span {
            height: 6px;
            display: inline-block;
            background: #0079b1;
            border-radius: 5px; }

.cs-brands-nav {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px; }
  .cs-brands-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    list-style-type: none; }
    .cs-brands-nav > ul a {
      font-family: "Lato", Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 0.57px;
      color: #000;
      padding: 10px 5px;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none; }
      .cs-brands-nav > ul a.active {
        color: #0079b1; }
      @media (max-width: 767px) {
        .cs-brands-nav > ul a {
          font-size: 14px; } }

.cs-brands-body .brands-contents {
  margin-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  display: none;
  position: relative; }
  .cs-brands-body .brands-contents.active {
    display: block; }
  .cs-brands-body .brands-contents:last-of-type {
    margin-bottom: 0;
    border-bottom: 0; }
  .cs-brands-body .brands-contents h3 {
    margin: 0;
    font-family: "SagonaBold", Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.71px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .cs-brands-body .brands-contents > ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 45px;
    margin-left: -10px;
    margin-right: -10px; }
    .cs-brands-body .brands-contents > ul > li {
      width: 25%;
      margin-bottom: 10px;
      padding: 0px 10px; }
    .cs-brands-body .brands-contents > ul a {
      font-family: "Lato", Arial, sans-serif;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      color: #0079b1;
      text-decoration: none; }

.cs-brands-images {
  margin-top: 55px;
  padding-bottom: 125px; }
  @media (max-width: 767px) {
    .cs-brands-images {
      margin-top: 45px;
      padding-bottom: 80px; } }
  .cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] {
    border: 1px solid #ebebeb; }
    .cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] [data-sub-layout] {
      border-right: 1px solid #ebebeb; }
      .cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] [data-sub-layout]:last-of-type {
        border-right: 0; }
  .cs-brands-images [data-content-region="brands_images"] > div > div:not(:first-of-type) {
    border-top: 0px; }

.cs-brandPage .brand-image-container {
  max-width: 150px;
  width: 100%;
  margin: 0 auto; }

.brands-section .brands-wrapper {
  padding-top: 0px; }
  .brands-section .brands-wrapper .cs-loader-hldr {
    display: block; }
  .brands-section .brands-wrapper .cs_brandGrid .brand {
    display: none;
    width: 16.6%; }
    @media (max-width: 999px) {
      .brands-section .brands-wrapper .cs_brandGrid .brand {
        width: 33.3%; } }
    @media (max-width: 375px) {
      .brands-section .brands-wrapper .cs_brandGrid .brand {
        width: 50%; } }
  .brands-section .brands-wrapper .cs_brandGrid .card-body {
    display: none; }

.brands-section .brands-btn {
  text-align: center;
  display: none; }
  .brands-section .brands-btn a {
    color: #0079b1;
    font-weight: bold; }

@media (max-width: 767px) {
  .productGrid .product {
    width: 33.3% !important; }
  .productGrid .marketing-banner {
    height: auto;
    position: relative;
    padding: 15px; }
    .productGrid .marketing-banner::before {
      height: auto;
      top: 0;
      bottom: 0; }
    .productGrid .marketing-banner .marketing-banner-content {
      height: auto;
      flex-wrap: wrap; }
    .productGrid .marketing-banner .left-notes .save-text {
      font-size: 20px; }
    .productGrid .marketing-banner .left-notes .discount-rate {
      font-size: 60px;
      padding-bottom: 0;
      margin: 15px 0px; }
    .productGrid .marketing-banner .right-notes {
      width: 70%;
      padding-left: 16px; }
    .productGrid .marketing-banner .products-bundle {
      width: 50%;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .productGrid .marketing-banner .products-bundle img {
        width: 140px;
        height: auto; }
      .productGrid .marketing-banner .products-bundle .bundler-descr {
        padding-left: 16px;
        width: calc(100% - 140px); }
      .productGrid .marketing-banner .products-bundle:nth-of-type(odd) {
        padding-right: 16px; }
      .productGrid .marketing-banner .products-bundle:nth-of-type(even) {
        padding-left: 16px; } }

@media (max-width: 768px) {
  .cs-brands-images {
    padding-bottom: 40px; }
    .cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] [data-sub-layout] {
      flex-basis: 33.3% !important;
      max-width: 33.3% !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
      .cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] [data-sub-layout]:nth-of-type(n + 4) {
        border-top: 1px solid #ebebeb; }
  .cs-brands-nav,
  .cs-brands-body .brands-contents {
    margin-bottom: 24px; }
  .cs-brands-body .brands-contents > ul {
    margin-bottom: 20px; }
    .cs-brands-body .brands-contents > ul > li {
      width: 33.3%; }
      .cs-brands-body .brands-contents > ul > li a {
        font-size: 14px; }
  .cs-brands-nav > ul {
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px; }
    .cs-brands-nav > ul > li {
      width: 14.28%;
      padding: 0px; }
      .cs-brands-nav > ul > li > a {
        padding: 10px;
        display: block; }
  .productGrid .marketing-banner .products-bundle > div:first-of-type {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 130px; }
  .productGrid .marketing-banner .products-bundle .bundler-descr {
    width: 100%;
    padding-left: 0; } }

@media (min-width: 768px) {
  .cs-brands-body.loading .brands-contents ul {
    flex-direction: row; } }

@media (max-width: 375px) {
  .cs-brands-nav > ul > li {
    width: 16.6%; }
  .cs-brands-body .brands-contents > ul > li {
    width: 100%;
    margin-bottom: 5px; }
  .productGrid .product {
    width: 50% !important; }
  .productGrid .marketing-banner .marketing-banner-content .left-notes {
    width: 100%;
    border-right: 0;
    text-align: center;
    margin-bottom: 24px; }
    .productGrid .marketing-banner .marketing-banner-content .left-notes .discount-rate {
      font-size: 40px; }
  .productGrid .marketing-banner .marketing-banner-content .right-notes {
    padding-left: 0;
    width: 100%; }
    .productGrid .marketing-banner .marketing-banner-content .right-notes .products-bundle {
      width: 100%; }
      .productGrid .marketing-banner .marketing-banner-content .right-notes .products-bundle:nth-of-type(odd) {
        padding-right: 10px; }
      .productGrid .marketing-banner .marketing-banner-content .right-notes .products-bundle:nth-of-type(even) {
        padding-left: 10px; } }

.brands-list.cs-hide {
  display: none; }

.cs-brands-images [data-content-region="brands_images"] [data-layout-name="images_brands"] [data-sub-layout] {
  border-right: 1px solid #ebebeb; }

.flex, .brands-contents > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.brands-contents {
  margin-bottom: 32px;
  border-bottom: 1px solid #ebebeb;
  display: none;
  position: relative; }
  .brands-contents.active {
    display: block; }
  .brands-contents:last-of-type {
    margin-bottom: 0;
    border-bottom: 0; }
  .brands-contents h3 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.71px;
    color: gray;
    text-transform: uppercase;
    margin-bottom: 12px; }
  .brands-contents [data-letter="p"] {
    max-height: 500px; }
  .brands-contents > ul {
    list-style-type: none;
    flex-direction: column;
    max-height: 300px;
    margin: 0;
    margin-bottom: 45px;
    margin-left: -10px;
    margin-right: -10px; }
    .brands-contents > ul > li {
      width: 25%;
      margin-bottom: 10px;
      padding: 0px 10px; }
    .brands-contents > ul a {
      font-family: "Lato", Arial, sans-serif;
      font-size: 15px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      color: #0079b1; }

.coup-promo {
  padding-top: 50px; }
  .coup-promo_header {
    padding: .25em .25em 1em;
    border-bottom: 2px solid #ddd;
    margin-bottom: 1em; }
    .coup-promo_header h1 {
      font: 24px/24px "Lato", Arial, sans-serif;
      color: #333;
      margin-bottom: 0.5em;
      padding-left: 21px; }
      @media (max-width: 767px) {
        .coup-promo_header h1 {
          padding-left: 0; } }
    .coup-promo_header h2 {
      font: 18px/18px "Lato", Arial, sans-serif;
      color: #666;
      margin-bottom: 0.5em;
      padding-left: 21px; }
      @media (max-width: 767px) {
        .coup-promo_header h2 {
          padding-left: 0; } }
  .coup-promo_body {
    flex-direction: row;
    padding-left: 1rem;
    display: none; }
    @media (min-width: 1040px) {
      .coup-promo_body {
        display: flex; } }
    @media (max-width: 767px) {
      .coup-promo_body {
        flex-direction: column;
        padding-left: 0; } }
  .coup-promo_content {
    flex: 4 1;
    padding-left: 1rem;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .coup-promo_content {
        padding-left: 0; } }
  .coup-promo_offer {
    width: 258px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin: 0.5rem; }
    .coup-promo_offer.hidden {
      display: none; }
    .coup-promo_offer .details-info-circle button {
      padding: 0;
      font-size: 12px; }
    .coup-promo_offer .details-info-circle svg {
      width: 13px;
      margin-bottom: -3px; }
    .coup-promo_offer .details-info-circle path {
      fill: black !important; }
    .coup-promo_offer .details {
      padding-inline: 1rem; }
      .coup-promo_offer .details p {
        margin: 0; }
      .coup-promo_offer .details .title {
        font-family: "Lato", Arial, sans-serif;
        font-size: 18px;
        min-height: 45px;
        font-weight: 700;
        padding-bottom: 0.25em;
        padding-top: 0.5rem;
        color: #0a0a0a;
        padding-left: 0px; }
      .coup-promo_offer .details .expiration {
        font-family: "Lato", Arial, sans-serif;
        font-size: 12px;
        line-height: 12px;
        color: #505050;
        padding-bottom: 0.5rem; }
      .coup-promo_offer .details .highlight {
        height: 39px;
        padding-block: 0.5rem; }
        .coup-promo_offer .details .highlight .badge {
          width: 121px;
          height: 25px;
          font-size: 10px;
          font-weight: 700;
          font-family: "Lato", Arial, sans-serif;
          letter-spacing: 0;
          line-height: 11px;
          background-color: #e29445;
          color: #e3dcd1;
          clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
          display: flex;
          justify-content: center;
          align-items: center;
          margin-left: -1rem;
          padding-right: 1rem; }
      .coup-promo_offer .details .text {
        font-size: 12px;
        line-height: 14px;
        padding: .5rem 0 0.25rem; }
    .coup-promo_offer .action {
      margin-top: auto;
      margin-bottom: 1rem;
      padding-inline: 1rem;
      padding-top: 1rem; }
      .coup-promo_offer .action a {
        background-color: #c03247;
        color: white;
        text-transform: uppercase;
        width: 100%;
        max-width: 228px;
        display: block;
        text-align: center;
        padding-block: 10px;
        border-radius: 5px;
        text-decoration: none; }
      .coup-promo_offer .action .coup-promo-coupon-field--inputGroup {
        margin: 8px 0; }
        .coup-promo_offer .action .coup-promo-coupon-field--inputGroup .inputGroup input,
        .coup-promo_offer .action .coup-promo-coupon-field--inputGroup .inputGroup button {
          height: 41px;
          font-size: 14px; }
        .coup-promo_offer .action .coup-promo-coupon-field--inputGroup .inputGroup button {
          min-width: 60px;
          width: 60px; }
    @media (max-width: 480px) {
      .coup-promo_offer {
        width: 100%;
        height: unset;
        margin-inline: 0; }
        .coup-promo_offer .image img {
          width: 100%; }
        .coup-promo_offer .action a {
          margin-top: 10px;
          max-width: unset; } }
  @media (max-width: 767px) {
    .coup-promo_sidebar {
      display: flex; } }
  @media (max-width: 480px) {
    .coup-promo_sidebar {
      flex-direction: column; } }
  .coup-promo .sp-categories-btn {
    display: none; }
    @media (max-width: 767px) {
      .coup-promo .sp-categories-btn {
        display: block;
        flex: 1; }
        .coup-promo .sp-categories-btn .button {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          font: 700 15px/16px "Lato", Arial, sans-serif;
          color: #c03247;
          border: 1px solid #c03247;
          padding: 10px 1em;
          max-height: 45px; } }
  .coup-promo .sp-search {
    position: relative;
    min-width: 200px; }
    @media (max-width: 767px) {
      .coup-promo .sp-search {
        margin-right: 1em; } }
    @media (max-width: 480px) {
      .coup-promo .sp-search {
        margin-right: 0;
        margin-bottom: 1em; } }
    .coup-promo .sp-search .search-input {
      height: 45px; }
      .coup-promo .sp-search .search-input input {
        width: 100%;
        height: 100%;
        padding: .5em 1em;
        margin: 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        padding-right: 24px; }
    .coup-promo .sp-search svg {
      position: absolute;
      top: 13px;
      right: 5px !important; }
  .coup-promo .summary {
    font-weight: 700;
    letter-spacing: -.2px;
    margin-top: 1em; }
  .coup-promo .structured-summary-table {
    width: 100%; }
    .coup-promo .structured-summary-table td {
      font: 12px/12px "Lato", Arial, sans-serif;
      padding-block: 0.25em; }
      .coup-promo .structured-summary-table td:first-child {
        padding-left: .25em;
        padding-right: 0; }
      .coup-promo .structured-summary-table td:last-child {
        padding-left: 0;
        padding-right: 0.25em; }
    .coup-promo .structured-summary-table .text-right {
      text-align: right; }
    .coup-promo .structured-summary-table .featured-value {
      width: 100px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100px; }
  @media (max-width: 767px) {
    .coup-promo .sp-filter {
      display: none; } }
  .coup-promo .sp-filter h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #223a45;
    border-bottom: 1px solid #85938b;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 36px;
    font-family: "Lato", Arial, sans-serif; }
  .coup-promo .sp-filter ul {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #85938b;
    padding-bottom: 1em;
    margin-bottom: .5em; }
  .coup-promo .sp-filter ul li {
    padding: .5em .5em .5em 1em;
    margin-top: .5em;
    border-radius: 5px;
    letter-spacing: -.2px; }
    .coup-promo .sp-filter ul li a {
      text-decoration: none; }
      .coup-promo .sp-filter ul li a.active {
        font-weight: 700;
        color: #333; }
  .coup-promo_modal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none; }
    .coup-promo_modal:has(.sp-filter) .sp-modal-header-text {
      display: none; }
    .coup-promo_modal:has(.sp-filter) .sp-modal-header {
      border: 0;
      padding: 0; }
    .coup-promo_modal .sp-filter {
      display: block; }
      .coup-promo_modal .sp-filter h3 {
        margin: 0; }
      .coup-promo_modal .sp-filter .cat-list {
        border: 0; }
    .coup-promo_modal .sp-summary.structured-summary {
      display: none; }
    .coup-promo_modal.active {
      display: block; }
    .coup-promo_modal-overlay {
      background-color: rgba(51, 51, 51, 0.9);
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 90000;
      inset: 0;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: background-color .3s ease 0s; }
    .coup-promo_modal-content {
      width: 20em;
      z-index: 90001;
      position: fixed;
      top: 35%;
      left: 50%;
      margin-top: -10em;
      margin-left: -10em;
      border-radius: 3px;
      background-color: #fff; }
      .coup-promo_modal-content #modal-close-btn {
        width: 30px;
        position: absolute;
        top: 10px;
        right: 5px; }
      .coup-promo_modal-content .sp-modal-header {
        padding: 1em;
        border-bottom: 1px solid #ddd; }
        .coup-promo_modal-content .sp-modal-header-text {
          font: 14px/14px "Lato", Arial, sans-serif;
          text-align: center; }
    .coup-promo_modal-detail {
      padding: 1em; }
      .coup-promo_modal-detail .details-header {
        font: 16px/16px "Lato", Arial, sans-serif;
        color: #0a0a0a; }
      .coup-promo_modal-detail .details-text {
        margin-block: 1em;
        font: 12px/12px "Lato", Arial, sans-serif;
        color: #505050; }
  @media (min-width: 1040px) {
    .coup-promo {
      display: flex;
      flex-direction: row-reverse; } }

[data-layout-name="Pharmacy-page"] ul.steps-list.grid-container.grid-margin {
  display: flex; }
  [data-layout-name="Pharmacy-page"] ul.steps-list.grid-container.grid-margin li {
    flex-basis: 33%; }

[data-path="teacher-appreciation"] ul.steps-list.grid-container.grid-margin {
  display: grid; }

[data-layout-name="careers-first-section"] section.custom-accordion.grid-container.grid-margin {
  margin-top: 20px; }

[data-layout-name="LGA image"] [data-sub-layout] {
  height: fit-content; }
  [data-layout-name="LGA image"] [data-sub-layout] [data-widget-id] {
    height: fit-content; }
    [data-layout-name="LGA image"] [data-sub-layout] [data-widget-id] div {
      height: fit-content !important; }
      [data-layout-name="LGA image"] [data-sub-layout] [data-widget-id] div img {
        max-width: 950px;
        height: 200px !important; }
        @media (min-width: 768px) {
          [data-layout-name="LGA image"] [data-sub-layout] [data-widget-id] div img {
            height: 100% !important; } }

.account-orderStatus-label {
  background-color: #e29545;
  padding-inline: 17px; }
  .account-orderStatus-label .skeleton-text {
    height: 15px; }
  .account-orderStatus-label.account-orderStatus-label--loader {
    background-color: transparent; }

.account-listShipping .account-orderStatus-label {
  padding: 0px;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  letter-spacing: -0.352px;
  margin: 0;
  text-transform: unset; }

.serif-book {
  font-family: "SagonaBook", Arial, sans-serif;
  font-weight: 300; }

.serif-bold {
  font-family: "SagonaBold", Arial, sans-serif;
  font-weight: bold; }

.serif-boldIta {
  font-family: "SagonaBoldItalic", Arial, sans-serif;
  font-weight: bold; }

.serif-italic {
  font-family: "SagonaItalic", Arial, sans-serif;
  font-weight: normal; }

.serif-light {
  font-family: "SagonaLightX", Arial, sans-serif;
  font-weight: 200; }

.sanserif-thin {
  font-family: "LatoThin", Arial, sans-serif;
  font-weight: 100; }

.sanserif-xlight {
  font-family: "LatoXLight", Arial, sans-serif;
  font-weight: 200; }

.sanserif-light {
  font-family: "LatoLight", Arial, sans-serif;
  font-weight: 300; }

.sanserif {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400; }

.sanserif-med {
  font-family: "LatoMedium", Arial, sans-serif;
  font-weight: 500; }

.sanserif-semi {
  font-family: "LatoSemi", Arial, sans-serif;
  font-weight: 600; }

.sanserif-bold {
  font-family: "LatoBold", Arial, sans-serif;
  font-weight: 700; }

.sanserif-xbold {
  font-family: "LatoXBold", Arial, sans-serif;
  font-weight: 800; }

.sanserif-black {
  font-family: "LatoBlack", Arial, sans-serif;
  font-weight: 900; }

h1 {
  font: bold 35px/1.2 "LatoBold", Arial, sans-serif; }

h2 {
  font: bold 30px/1.2 "LatoBold", Arial, sans-serif; }
  h2.section-title {
    font-size: 22px;
    color: #0079b1;
    margin-bottom: 25px; }

h3 {
  font: bold 25px/1.2 "LatoBold", Arial, sans-serif; }

h4 {
  font: bold 20px/1.2 "LatoBold", Arial, sans-serif; }

h5 {
  font: bold 18px/1.2 "LatoBold", Arial, sans-serif; }

h6 {
  font: bold 14px "LatoBold", Arial, sans-serif; }

.body-1,
.body-2,
.body-3,
.button,
.f-cap {
  line-height: 1.4;
  letter-spacing: 0; }

.body-1 {
  font: 500 16px/1.4 "Lato", Arial, sans-serif; }

.body-2 {
  font: 500 14px/1.4 "Lato", Arial, sans-serif; }

.body-3 {
  font: 500 12px/1.4 "Lato", Arial, sans-serif; }

.button {
  font: bold 14px/1.4 "Lato", Arial, sans-serif; }

.f-cap {
  font: normal 10px/1.4 "Lato", Arial, sans-serif;
  letter-spacing: 1.6px; }

[data-page-template="page"] p,
[data-page-template="page"] a,
[data-page-template="page"] span {
  font-family: "Lato", Arial, sans-serif; }

[data-page-template="page"] h5,
[data-page-template="page"] h4 {
  font-family: "LatoBlack", Arial, sans-serif; }

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1366px;
  column-gap: 14px; }
  @media (min-width: 768px) {
    .grid-container {
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 1000px) {
    .grid-container {
      grid-template-columns: repeat(12, 1fr);
      column-gap: 18px; } }
  .grid-container .sm-1 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 0) {
      .grid-container .sm-1 {
        grid-column: span 1; } }
  .grid-container .sm-2 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 0) {
      .grid-container .sm-2 {
        grid-column: span 2; } }
  .grid-container .sm-3 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 0) {
      .grid-container .sm-3 {
        grid-column: span 3; } }
  .grid-container .sm-4 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 0) {
      .grid-container .sm-4 {
        grid-column: span 4; } }
  .grid-container .md-1 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-1 {
        grid-column: span 1; } }
  .grid-container .md-2 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-2 {
        grid-column: span 2; } }
  .grid-container .md-3 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-3 {
        grid-column: span 3; } }
  .grid-container .md-4 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-4 {
        grid-column: span 4; } }
  .grid-container .md-5 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-5 {
        grid-column: span 5; } }
  .grid-container .md-6 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 768px) {
      .grid-container .md-6 {
        grid-column: span 6; } }
  .grid-container .lg-1 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-1 {
        grid-column: span 1; } }
  .grid-container .lg-2 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-2 {
        grid-column: span 2; } }
  .grid-container .lg-3 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-3 {
        grid-column: span 3; } }
  .grid-container .lg-4 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-4 {
        grid-column: span 4; } }
  .grid-container .lg-5 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-5 {
        grid-column: span 5; } }
  .grid-container .lg-6 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-6 {
        grid-column: span 6; } }
  .grid-container .lg-7 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-7 {
        grid-column: span 7; } }
  .grid-container .lg-8 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-8 {
        grid-column: span 8; } }
  .grid-container .lg-9 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-9 {
        grid-column: span 9; } }
  .grid-container .lg-10 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-10 {
        grid-column: span 10; } }
  .grid-container .lg-11 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-11 {
        grid-column: span 11; } }
  .grid-container .lg-12 {
    position: relative;
    min-height: 1px; }
    @media (min-width: 1000px) {
      .grid-container .lg-12 {
        grid-column: span 12; } }
  @media (min-width: 1000px) {
    .grid-container.lg-auto {
      grid-template-columns: auto;
      grid-auto-flow: column; } }

.custom-grid {
  display: grid;
  column-gap: 14px; }
  @media (min-width: 1000px) {
    .custom-grid {
      column-gap: 18px; } }
  .custom-grid.col-1-2-2 {
    grid-template-columns: repeat(6, 1fr); }
    .custom-grid.col-1-2-2 .col {
      grid-column: span 2; }
      @media (min-width: 1000px) {
        .custom-grid.col-1-2-2 .col {
          grid-column: span 1; } }
  .custom-grid.col-6-3-3 {
    grid-template-columns: repeat(6, 1fr); }
    .custom-grid.col-6-3-3 .col {
      grid-column: span 2; }
      @media (min-width: 1000px) {
        .custom-grid.col-6-3-3 .col {
          grid-column: span 1; } }
    @media (max-width: 767px) {
      .custom-grid.col-6-3-3 {
        column-gap: 10px; } }

.full-width {
  grid-column: 1/-1; }

.grid-margin {
  margin-inline: 20px; }
  @media (min-width: 768px) {
    .grid-margin {
      margin-inline: 80px; } }

.coup-promo_header {
  min-width: none; }
  @media (min-width: 768px) {
    .coup-promo_header {
      min-width: 900px; } }

.coup-promo_body {
  min-height: none; }
  @media (min-width: 768px) {
    .coup-promo_body {
      min-height: 700px; } }

.navPages-container {
  max-width: 1366px;
  margin: 24px auto 0;
  width: -webkit-fill-available; }
  .navPages-container.isFixed {
    position: fixed;
    max-width: 100vw;
    width: 100vw;
    height: 40px;
    top: 76px;
    background-color: #4FB3DD;
    margin: 0;
    display: block !important; }
    .navPages-container.isFixed .navPages {
      margin: 0 auto; }
  .navPages-container .navPages {
    background-color: #4FB3DD;
    border-radius: 10px;
    margin: 0 80px;
    overflow-y: hidden;
    padding-right: 5px;
    max-width: 1366px; }
    .navPages-container .navPages::-webkit-scrollbar {
      height: 0px; }
  .navPages-container .navPages-list {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .navPages-container .navPages-list {
        overflow-x: hidden; } }
  .navPages-container .navPage-wrapper-services,
  .navPages-container .services-wrapper {
    background-color: #fff;
    display: block;
    max-width: 767px;
    margin: 14px auto;
    border-radius: 10px;
    padding: 24px; }
    .navPages-container .navPage-wrapper-services section,
    .navPages-container .services-wrapper section {
      display: block; }
    .navPages-container .navPage-wrapper-services .service-title,
    .navPages-container .services-wrapper .service-title {
      color: #0079b1;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0;
      font-family: "SagonaBold", Arial, sans-serif;
      margin-bottom: 16px;
      display: block; }
    .navPages-container .navPage-wrapper-services .nav-services-section,
    .navPages-container .services-wrapper .nav-services-section {
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      justify-content: start;
      gap: 16px 0; }
      .navPages-container .navPage-wrapper-services .nav-services-section .service-card,
      .navPages-container .services-wrapper .nav-services-section .service-card {
        display: flex;
        align-items: center;
        max-height: 70px;
        text-decoration: none;
        width: 33.33333333%; }
        @media (max-width: 767px) {
          .navPages-container .navPage-wrapper-services .nav-services-section .service-card:active,
          .navPages-container .services-wrapper .nav-services-section .service-card:active {
            background-color: rgba(77, 199, 255, 0.5); } }
        .navPages-container .navPage-wrapper-services .nav-services-section .service-card .service-icon,
        .navPages-container .services-wrapper .nav-services-section .service-card .service-icon {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          min-height: 70px;
          min-width: 70px;
          border-radius: 100%; }
        .navPages-container .navPage-wrapper-services .nav-services-section .service-card .service-description,
        .navPages-container .services-wrapper .nav-services-section .service-card .service-description {
          min-width: 130px;
          padding-left: 8px; }
        .navPages-container .navPage-wrapper-services .nav-services-section .service-card .service-card-header,
        .navPages-container .services-wrapper .nav-services-section .service-card .service-card-header {
          display: block;
          font-size: 12px;
          font-family: "LatoBlack", Arial, sans-serif;
          letter-spacing: 0.12px;
          line-height: 15px;
          margin-bottom: 10px;
          text-decoration: none; }
        .navPages-container .navPage-wrapper-services .nav-services-section .service-card .service-card-desc,
        .navPages-container .services-wrapper .nav-services-section .service-card .service-card-desc {
          display: block;
          font-size: 10px;
          font-family: "Lato", Arial, sans-serif;
          letter-spacing: 0.1px;
          line-height: 12px;
          text-decoration: none; }
  .navPages-container .services-wrapper {
    max-height: initial;
    padding: 0; }
    .navPages-container .services-wrapper .service-card {
      justify-content: flex-start !important;
      gap: 18px; }
  .navPages-container .nav-menu-icon {
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s linear; }
    .navPages-container .nav-menu-icon svg {
      fill: none;
      stroke: none;
      max-height: 30px; }
  .navPages-container .navPages-action.isActive {
    text-decoration: underline; }
    .navPages-container .navPages-action.isActive .nav-menu-icon {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.5s linear; }
  .navPages-container .navPages-item {
    cursor: pointer;
    width: -webkit-fill-available;
    padding-left: 16px; }
    .navPages-container .navPages-item .navPages-action {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 15px;
      color: #fff;
      text-transform: capitalize;
      display: flex;
      max-height: 40px;
      align-items: center;
      justify-content: center;
      padding: 0;
      min-height: 40px;
      text-wrap: nowrap;
      font-family: "LatoBlack", Arial, sans-serif; }
    .navPages-container .navPages-item .navPage-subMenu {
      background-color: transparent;
      padding: 0 !important;
      margin-inline: 80px;
      max-width: calc(100% - 160px);
      min-width: -webkit-fit-content; }
      .navPages-container .navPages-item .navPage-subMenu .navPages-action {
        justify-content: flex-start; }
      .navPages-container .navPages-item .navPage-subMenu .navPage-wrapper {
        background-color: #fff;
        border-radius: 10px;
        margin: 0;
        margin-top: 8px;
        padding: 24px 40px;
        display: block; }
      .navPages-container .navPages-item .navPage-subMenu .navPage-subMenu-action,
      .navPages-container .navPages-item .navPage-subMenu .sub-cat-title {
        color: #0079b1;
        margin: 0;
        border: none;
        letter-spacing: 0.14px;
        font: normal normal 900 14px/17px "Lato", Arial, sans-serif;
        text-decoration: none; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-subMenu-action.megamenu--title,
        .navPages-container .navPages-item .navPage-subMenu .sub-cat-title.megamenu--title {
          font-family: "SagonaBold";
          text-decoration: none; }
      .navPages-container .navPages-item .navPage-subMenu .bottom-cat-action {
        color: #243c45;
        font: normal normal bold 12px/15px "LatoXBold", Arial, sans-serif;
        letter-spacing: 0.12px;
        text-decoration: none; }
      .navPages-container .navPages-item .navPage-subMenu .shop-all {
        color: #e29545;
        font: normal normal bold 12px/15px "LatoXBold", Arial, sans-serif;
        letter-spacing: 0.12px;
        text-decoration: underline; }
      .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper {
        margin-top: 16px;
        max-height: 350px;
        margin-bottom: 50px; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .adjusted-padding {
          padding-top: 30px; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPage-subMenu-list {
          display: grid !important;
          max-width: 126px;
          margin: 0;
          margin-right: 0;
          grid-auto-rows: min-content; }
          .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPage-subMenu-list .navPage-subMenu-item {
            width: fit-content;
            max-height: 30px;
            border-radius: 8px;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-items: flex-start; }
            .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPage-subMenu-list .navPage-subMenu-item:hover {
              background-color: #e5f1f7; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPageColumnWrapper {
          height: 370px;
          column-fill: auto;
          -webkit-column-fill: auto;
          -moz-column-fill: auto;
          column-width: 150px;
          -webkit-column-width: 150px;
          -moz-column-width: 150px;
          max-height: 100%;
          column-gap: 20px; }
          .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPageColumnWrapper ul.bottom-list {
            /*
                        li:nth-child(9) {
                            padding-top: 31px;
                        }
                            */ }
            .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .navPageColumnWrapper ul.bottom-list li {
              display: block;
              margin: 14px 0; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-links-wrapper .article-column {
          max-width: 226px; }
      .navPages-container .navPages-item .navPage-subMenu .navPage-brand-wrapper {
        padding-top: 8px; }
        .navPages-container .navPages-item .navPage-subMenu .navPage-brand-wrapper .mega-menu-brand-title {
          font-size: 16px;
          color: #0079B1; }
    .navPages-container .navPages-item .brand-cards {
      margin-top: 17px; }
    .navPages-container .navPages-item .brand-card {
      max-height: 70px;
      min-height: 70px;
      background-position: center center;
      background-repeat: no-repeat;
      display: flex;
      color: black;
      font-size: 20px;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      font-family: "Lato", Arial, sans-serif;
      background-size: contain;
      text-align: center; }
    .navPages-container .navPages-item .view-all-brands {
      display: flex;
      justify-content: center;
      align-items: center; }
      .navPages-container .navPages-item .view-all-brands a {
        display: block;
        color: #e29545;
        font-size: 12px;
        font-family: "LatoBlack", Arial, sans-serif;
        letter-spacing: 0.12px;
        line-height: 15px; }
    .navPages-container .navPages-item [data-parent] {
      display: none; }
      .navPages-container .navPages-item [data-parent].isActive {
        display: block; }
  .navPages-container .menu-mobile {
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: calc(100vh - 71px);
    padding: 0 24px;
    overflow: auto;
    z-index: 999; }
    @media (min-width: 446px) {
      .navPages-container .menu-mobile {
        top: 80px; } }
    @media (min-width: 801px) {
      .navPages-container .menu-mobile {
        top: 0px; } }
    @media screen and (min-width: 996px) {
      .navPages-container .menu-mobile {
        display: none; } }
    .navPages-container .menu-mobile #menu-cat-btn {
      display: none; }
    .navPages-container .menu-mobile [data-quick-search-form] {
      margin-top: 24px; }
      .navPages-container .menu-mobile [data-quick-search-form] input {
        background-color: #EBEBEB; }
    .navPages-container .menu-mobile .sub-menu-title-wrapper {
      position: relative;
      margin-bottom: 24px; }
      .navPages-container .menu-mobile .sub-menu-title-wrapper svg {
        position: absolute;
        top: 0;
        left: 8px; }
    .navPages-container .menu-mobile .sub-cat-title {
      color: #0079b1;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0;
      font-family: "SagonaBold", Arial, sans-serif;
      display: block;
      text-align: center; }
    .navPages-container .menu-mobile .sub-cat-bottom-title {
      color: #0079b1;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0;
      font-family: "LatoBlack", Arial, sans-serif; }
    .navPages-container .menu-mobile ul.base-path {
      list-style: none;
      margin: 16px 0; }
      .navPages-container .menu-mobile ul.base-path .nav-path-list {
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        padding: 14px 8px 14px 0px;
        font-family: "LatoBold", Arial, sans-serif;
        color: #243c45;
        font-size: 16px;
        letter-spacing: 0.16px;
        line-height: 19px;
        cursor: pointer;
        width: 100%; }
        .navPages-container .menu-mobile ul.base-path .nav-path-list .mobile-submenu {
          display: none; }
          .navPages-container .menu-mobile ul.base-path .nav-path-list .mobile-submenu.isActive {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #fff;
            width: 100vw;
            height: 100vh;
            padding: 50px 24px;
            z-index: 51;
            overflow: auto; }
        .navPages-container .menu-mobile ul.base-path .nav-path-list ul {
          margin: 0; }
      .navPages-container .menu-mobile ul.base-path .nav-path-list.is-active {
        -webkit-tap-highlight-color: transparent; }
      .navPages-container .menu-mobile ul.base-path .nav-path-list a {
        display: flex;
        justify-content: space-between;
        text-decoration: none;
        font-family: "LatoBold", Arial, sans-serif;
        color: #243c45;
        font-size: 16px;
        letter-spacing: 0.16px;
        line-height: 19px;
        cursor: pointer;
        width: 100%; }
      .navPages-container .menu-mobile ul.base-path .nav-path-list.shop-all a {
        color: #e29545;
        text-decoration: underline; }
      .navPages-container .menu-mobile ul.base-path .bottom-list {
        margin: 24px 0; }
        .navPages-container .menu-mobile ul.base-path .bottom-list ul {
          margin-bottom: 24px; }
    .navPages-container .menu-mobile .menu-mobile-cncStore {
      background-color: #0079B1;
      position: fixed;
      bottom: 0;
      left: 0;
      height: 80px;
      right: 0;
      padding: 20px 30px;
      display: flex;
      gap: 10px; }
      .navPages-container .menu-mobile .menu-mobile-cncStore span,
      .navPages-container .menu-mobile .menu-mobile-cncStore a {
        color: white; }
      .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-icon {
        background-color: #E29744;
        border-radius: 8px;
        height: 40px;
        width: 47px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor span {
          display: block; }
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor span:nth-child(1) {
            font-family: "LatoSemi", Arial, sans-serif;
            font-size: 12px; }
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor span:nth-child(2) {
            font-family: "LatoBold", Arial, sans-serif;
            font-size: 14px; }
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor span[data-store-name] {
            text-wrap: nowrap;
            width: 165px;
            overflow: hidden;
            text-overflow: ellipsis; }
        .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs {
          text-align: right; }
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs a,
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs span {
            font-family: "LatoBold", Arial, sans-serif;
            font-size: 14px;
            text-decoration: underline; }
            .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs a svg,
            .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs span svg {
              vertical-align: baseline;
              margin-right: 5px; }
          .navPages-container .menu-mobile .menu-mobile-cncStore .cncStore-infor .cncStore-faqs a {
            display: block; }

.header {
  background-color: #0079b1;
  border-bottom: none;
  position: sticky;
  top: 0; }
  @media (min-width: 1000px) {
    .header {
      height: auto;
      padding-bottom: 10px; } }
  .header .mobileMenu-toggle {
    top: 13px;
    left: 22px; }
    @media (min-width: 1000px) {
      .header .mobileMenu-toggle {
        left: 22px;
        top: 8px;
        left: -999999px; } }
    .header .mobileMenu-toggle .mobileMenu-toggle .mobileMenu-toggleIcon {
      background-color: #fff; }
    .header .mobileMenu-toggle .mobileMenu-toggleIcon::after, .header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
      background-color: #fff; }
  .header .navUser {
    padding: 0;
    display: flex;
    margin: 8px auto 0;
    padding-bottom: 8px;
    max-width: 1366px;
    align-items: center;
    background-color: #0079b1; }
    @media (min-width: 1000px) {
      .header .navUser {
        align-items: end;
        padding: 0 80px;
        padding-bottom: 8px;
        position: sticky;
        min-height: none; } }
    .header .navUser .nav-logo {
      width: 100%;
      max-height: 50px; }
      @media (min-width: 1000px) {
        .header .navUser .nav-logo {
          width: 9%;
          margin-right: 10px; } }
      .header .navUser .nav-logo .header-logo__link {
        width: 60%; }
        @media (min-width: 1000px) {
          .header .navUser .nav-logo .header-logo__link {
            width: 100%; } }
      .header .navUser .nav-logo .header-logo-image-container {
        max-height: 50px;
        min-height: 50px;
        justify-content: start;
        margin-left: 31px;
        display: flex;
        align-items: center; }
        @media (min-width: 1000px) {
          .header .navUser .nav-logo .header-logo-image-container {
            justify-content: start;
            margin-left: 0; } }
      .header .navUser .nav-logo a {
        display: block;
        max-height: 50px; }
      .header .navUser .nav-logo img {
        height: 50px;
        width: auto;
        margin: 0; }
        .header .navUser .nav-logo img.chowHound--logo {
          object-fit: contain;
          margin-top: 8px; }
    .header .navUser #quickSearch {
      width: 46%;
      max-height: 40px; }
      .header .navUser #quickSearch .tile-secondary-sm {
        min-width: 120px;
        margin-right: 24px;
        display: none; }
      .header .navUser #quickSearch #menu-cat-btn {
        display: none;
        justify-content: space-evenly;
        font-family: "LatoBlack", Arial, sans-serif;
        font-weight: 900;
        letter-spacing: 1px; }
        .header .navUser #quickSearch #menu-cat-btn svg {
          width: 20px;
          height: fit-content; }
    .header .navUser .navUser-section {
      align-items: center;
      justify-content: end;
      max-height: 40px;
      min-height: 40px; }
      .header .navUser .navUser-section .navUser-action {
        padding: 0;
        display: block;
        margin-left: 42px; }
      .header .navUser .navUser-section .navUser-item {
        display: block;
        cursor: pointer; }
        .header .navUser .navUser-section .navUser-item .navUser-wrapper {
          display: flex; }
          .header .navUser .navUser-section .navUser-item .navUser-wrapper .cta-copy-wrapper {
            min-width: 50px;
            max-width: 70px;
            margin-left: 8px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start; }
            .header .navUser .navUser-section .navUser-item .navUser-wrapper .cta-copy-wrapper span {
              display: block;
              text-transform: capitalize;
              font-size: 12px;
              letter-spacing: 0px;
              line-height: 15px;
              font-family: "LatoBlack", Arial, sans-serif;
              font-weight: 900; }
            .header .navUser .navUser-section .navUser-item .navUser-wrapper .cta-copy-wrapper .sub-text {
              text-wrap: nowrap;
              font-family: "LatoMedium";
              font-weight: normal;
              font-size: 12px; }
            .header .navUser .navUser-section .navUser-item .navUser-wrapper .cta-copy-wrapper .store-name {
              font-size: 14px;
              text-transform: capitalize; }
              @media (min-width: 1000px) {
                .header .navUser .navUser-section .navUser-item .navUser-wrapper .cta-copy-wrapper .store-name {
                  overflow: hidden;
                  text-overflow: ellipsis;
                  width: 110px; } }
          .header .navUser .navUser-section .navUser-item .navUser-wrapper .svg-wrapper svg {
            max-width: 24px;
            fill: none;
            stroke: none; }
      @media screen and (min-width: 999px) {
        .header .navUser .navUser-section {
          display: contents !important; } }
    .header .navUser .navUser-section-mobile {
      justify-content: space-between;
      margin-right: 25px;
      gap: 10px; }
      .header .navUser .navUser-section-mobile a {
        justify-content: space-between;
        display: flex;
        margin-right: 0; }
      @media screen and (min-width: 999px) {
        .header .navUser .navUser-section-mobile {
          display: none; } }

#quickSearch .form,
#quickSearch .form-field,
#quickSearch .form-fieldset,
.navPages-quickSearch .form,
.navPages-quickSearch .form-field,
.navPages-quickSearch .form-fieldset,
.menu-mobile .form,
.menu-mobile .form-field,
.menu-mobile .form-fieldset {
  max-height: 40px;
  min-width: 100%;
  margin-bottom: 0;
  display: flex; }

#quickSearch input,
.navPages-quickSearch input,
.menu-mobile input {
  max-height: 40px;
  border: none;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-left: auto; }
  #quickSearch input::placeholder, #quickSearch input::-ms-input-placeholder, #quickSearch input::-webkit-input-placeholder,
  .navPages-quickSearch input::placeholder,
  .navPages-quickSearch input::-ms-input-placeholder,
  .navPages-quickSearch input::-webkit-input-placeholder,
  .menu-mobile input::placeholder,
  .menu-mobile input::-ms-input-placeholder,
  .menu-mobile input::-webkit-input-placeholder {
    /* Edge 12 -18 */
    color: #0079b1;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    font-family: "LatoSemi", Arial, sans-serif; }

#quickSearch .search-btn,
.navPages-quickSearch .search-btn,
.menu-mobile .search-btn {
  background-color: #e29545;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 8px;
  margin-left: -12px;
  cursor: pointer; }
  #quickSearch .search-btn svg,
  .navPages-quickSearch .search-btn svg,
  .menu-mobile .search-btn svg {
    margin: auto;
    display: block; }

#recently-viewed .message {
  text-align: center; }

#recently-viewed .card-body {
  padding-top: 10px; }

#recently-viewed .card-img-container {
  max-height: 108px;
  margin-bottom: 8px; }
  #recently-viewed .card-img-container img {
    max-height: 108px;
    margin: 10px auto; }

#recently-viewed .sidepanelContainer--header h3 {
  font-family: "LatoBlack", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  color: #0079b1; }

#recently-viewed .sidepanelContainer--body .grid-container {
  gap: 10px 10px; }

.bg-secondary {
  background-color: #e29545; }

.bg-primary {
  background-color: #0079b1; }

.text-dark {
  color: #fff; }

.r-hide {
  display: none; }

#shipping-address.r-hide,
#shipping-address-vetsource.r-hide {
  display: none !important; }

@media (min-width: 1000px) {
  .r-md-block {
    display: block; } }

@media (min-width: 1000px) {
  .r-md-inline {
    display: inline; } }

@media (min-width: 1000px) {
  .r-md-flex {
    display: flex; } }

@media (min-width: 1000px) {
  .r-md-hide {
    display: none; } }

@media (max-width: 999px) {
  .r-sm-block {
    display: block; } }

@media (max-width: 999px) {
  .r-sm-inline {
    display: inline; } }

@media (max-width: 999px) {
  .r-sm-flex {
    display: flex; } }

@media (max-width: 999px) {
  .r-sm-hide {
    display: none; } }

.tile-secondary-sm {
  background-color: #e29545;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  color: #fff;
  max-width: 36px;
  min-width: 36px;
  max-height: 36px;
  min-height: 36px; }
  @media (min-width: 1000px) {
    .tile-secondary-sm {
      max-width: 40px;
      min-width: 40px;
      max-height: 40px;
      min-height: 40px; } }

.break-column {
  margin-top: -30px;
  break-after: column;
  /*
    &:last-of-type{
        overflow: hidden;
        max-height: 370px;
    }
        */ }

.wd-65 {
  width: 68%; }

.disabled {
  opacity: 0.3;
  pointer-events: none; }

.error-message {
  color: #b00020;
  font-size: 12px; }

@media (min-width: 1000px) {
  .sticky {
    position: sticky !important;
    top: 150px !important; } }

#FormField_34,
#FormField_28,
#FormField_31,
#FormField_32,
#FormField_33,
#FormField_34,
#FormField_35,
#FormField_36,
#FormField_38,
#FormField_37,
#FormField_39,
#FormField_40,
#FormField_41,
#FormField_43,
#FormField_45,
#FormField_47,
#FormField_26,
#FormField_30 {
  display: none !important; }

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px; }

.iti {
  position: relative;
  display: inline-block; }

.iti * {
  box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute; }

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important; }

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width); }

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none; }

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal); }

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color); }

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0; }

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color); }

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg); }

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px; }

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color); }

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti--inline-dropdown .iti__country-list {
  max-height: 185px; }

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap; }

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal; } }

.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none; }

.iti__dial-code {
  color: var(--iti-dialcode-color); }

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color); }

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal); }

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal); }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer; }

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color); }

.iti .iti__selected-dial-code {
  margin-left: 4px; }

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px; }

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width); }

.iti--container:hover {
  cursor: pointer; }

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative; }

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height); }

.iti__ac {
  --iti-flag-offset: 0px; }

.iti__ad {
  --iti-flag-offset: -16px; }

.iti__ae {
  --iti-flag-offset: -32px; }

.iti__af {
  --iti-flag-offset: -48px; }

.iti__ag {
  --iti-flag-offset: -64px; }

.iti__ai {
  --iti-flag-offset: -80px; }

.iti__al {
  --iti-flag-offset: -96px; }

.iti__am {
  --iti-flag-offset: -112px; }

.iti__ao {
  --iti-flag-offset: -128px; }

.iti__ar {
  --iti-flag-offset: -144px; }

.iti__as {
  --iti-flag-offset: -160px; }

.iti__at {
  --iti-flag-offset: -176px; }

.iti__au {
  --iti-flag-offset: -192px; }

.iti__aw {
  --iti-flag-offset: -208px; }

.iti__ax {
  --iti-flag-offset: -224px; }

.iti__az {
  --iti-flag-offset: -240px; }

.iti__ba {
  --iti-flag-offset: -256px; }

.iti__bb {
  --iti-flag-offset: -272px; }

.iti__bd {
  --iti-flag-offset: -288px; }

.iti__be {
  --iti-flag-offset: -304px; }

.iti__bf {
  --iti-flag-offset: -320px; }

.iti__bg {
  --iti-flag-offset: -336px; }

.iti__bh {
  --iti-flag-offset: -352px; }

.iti__bi {
  --iti-flag-offset: -368px; }

.iti__bj {
  --iti-flag-offset: -384px; }

.iti__bl {
  --iti-flag-offset: -400px; }

.iti__bm {
  --iti-flag-offset: -416px; }

.iti__bn {
  --iti-flag-offset: -432px; }

.iti__bo {
  --iti-flag-offset: -448px; }

.iti__bq {
  --iti-flag-offset: -464px; }

.iti__br {
  --iti-flag-offset: -480px; }

.iti__bs {
  --iti-flag-offset: -496px; }

.iti__bt {
  --iti-flag-offset: -512px; }

.iti__bw {
  --iti-flag-offset: -528px; }

.iti__by {
  --iti-flag-offset: -544px; }

.iti__bz {
  --iti-flag-offset: -560px; }

.iti__ca {
  --iti-flag-offset: -576px; }

.iti__cc {
  --iti-flag-offset: -592px; }

.iti__cd {
  --iti-flag-offset: -608px; }

.iti__cf {
  --iti-flag-offset: -624px; }

.iti__cg {
  --iti-flag-offset: -640px; }

.iti__ch {
  --iti-flag-offset: -656px; }

.iti__ci {
  --iti-flag-offset: -672px; }

.iti__ck {
  --iti-flag-offset: -688px; }

.iti__cl {
  --iti-flag-offset: -704px; }

.iti__cm {
  --iti-flag-offset: -720px; }

.iti__cn {
  --iti-flag-offset: -736px; }

.iti__co {
  --iti-flag-offset: -752px; }

.iti__cr {
  --iti-flag-offset: -768px; }

.iti__cu {
  --iti-flag-offset: -784px; }

.iti__cv {
  --iti-flag-offset: -800px; }

.iti__cw {
  --iti-flag-offset: -816px; }

.iti__cx {
  --iti-flag-offset: -832px; }

.iti__cy {
  --iti-flag-offset: -848px; }

.iti__cz {
  --iti-flag-offset: -864px; }

.iti__de {
  --iti-flag-offset: -880px; }

.iti__dj {
  --iti-flag-offset: -896px; }

.iti__dk {
  --iti-flag-offset: -912px; }

.iti__dm {
  --iti-flag-offset: -928px; }

.iti__do {
  --iti-flag-offset: -944px; }

.iti__dz {
  --iti-flag-offset: -960px; }

.iti__ec {
  --iti-flag-offset: -976px; }

.iti__ee {
  --iti-flag-offset: -992px; }

.iti__eg {
  --iti-flag-offset: -1008px; }

.iti__eh {
  --iti-flag-offset: -1024px; }

.iti__er {
  --iti-flag-offset: -1040px; }

.iti__es {
  --iti-flag-offset: -1056px; }

.iti__et {
  --iti-flag-offset: -1072px; }

.iti__fi {
  --iti-flag-offset: -1088px; }

.iti__fj {
  --iti-flag-offset: -1104px; }

.iti__fk {
  --iti-flag-offset: -1120px; }

.iti__fm {
  --iti-flag-offset: -1136px; }

.iti__fo {
  --iti-flag-offset: -1152px; }

.iti__fr {
  --iti-flag-offset: -1168px; }

.iti__ga {
  --iti-flag-offset: -1184px; }

.iti__gb {
  --iti-flag-offset: -1200px; }

.iti__gd {
  --iti-flag-offset: -1216px; }

.iti__ge {
  --iti-flag-offset: -1232px; }

.iti__gf {
  --iti-flag-offset: -1248px; }

.iti__gg {
  --iti-flag-offset: -1264px; }

.iti__gh {
  --iti-flag-offset: -1280px; }

.iti__gi {
  --iti-flag-offset: -1296px; }

.iti__gl {
  --iti-flag-offset: -1312px; }

.iti__gm {
  --iti-flag-offset: -1328px; }

.iti__gn {
  --iti-flag-offset: -1344px; }

.iti__gp {
  --iti-flag-offset: -1360px; }

.iti__gq {
  --iti-flag-offset: -1376px; }

.iti__gr {
  --iti-flag-offset: -1392px; }

.iti__gt {
  --iti-flag-offset: -1408px; }

.iti__gu {
  --iti-flag-offset: -1424px; }

.iti__gw {
  --iti-flag-offset: -1440px; }

.iti__gy {
  --iti-flag-offset: -1456px; }

.iti__hk {
  --iti-flag-offset: -1472px; }

.iti__hn {
  --iti-flag-offset: -1488px; }

.iti__hr {
  --iti-flag-offset: -1504px; }

.iti__ht {
  --iti-flag-offset: -1520px; }

.iti__hu {
  --iti-flag-offset: -1536px; }

.iti__id {
  --iti-flag-offset: -1552px; }

.iti__ie {
  --iti-flag-offset: -1568px; }

.iti__il {
  --iti-flag-offset: -1584px; }

.iti__im {
  --iti-flag-offset: -1600px; }

.iti__in {
  --iti-flag-offset: -1616px; }

.iti__io {
  --iti-flag-offset: -1632px; }

.iti__iq {
  --iti-flag-offset: -1648px; }

.iti__ir {
  --iti-flag-offset: -1664px; }

.iti__is {
  --iti-flag-offset: -1680px; }

.iti__it {
  --iti-flag-offset: -1696px; }

.iti__je {
  --iti-flag-offset: -1712px; }

.iti__jm {
  --iti-flag-offset: -1728px; }

.iti__jo {
  --iti-flag-offset: -1744px; }

.iti__jp {
  --iti-flag-offset: -1760px; }

.iti__ke {
  --iti-flag-offset: -1776px; }

.iti__kg {
  --iti-flag-offset: -1792px; }

.iti__kh {
  --iti-flag-offset: -1808px; }

.iti__ki {
  --iti-flag-offset: -1824px; }

.iti__km {
  --iti-flag-offset: -1840px; }

.iti__kn {
  --iti-flag-offset: -1856px; }

.iti__kp {
  --iti-flag-offset: -1872px; }

.iti__kr {
  --iti-flag-offset: -1888px; }

.iti__kw {
  --iti-flag-offset: -1904px; }

.iti__ky {
  --iti-flag-offset: -1920px; }

.iti__kz {
  --iti-flag-offset: -1936px; }

.iti__la {
  --iti-flag-offset: -1952px; }

.iti__lb {
  --iti-flag-offset: -1968px; }

.iti__lc {
  --iti-flag-offset: -1984px; }

.iti__li {
  --iti-flag-offset: -2000px; }

.iti__lk {
  --iti-flag-offset: -2016px; }

.iti__lr {
  --iti-flag-offset: -2032px; }

.iti__ls {
  --iti-flag-offset: -2048px; }

.iti__lt {
  --iti-flag-offset: -2064px; }

.iti__lu {
  --iti-flag-offset: -2080px; }

.iti__lv {
  --iti-flag-offset: -2096px; }

.iti__ly {
  --iti-flag-offset: -2112px; }

.iti__ma {
  --iti-flag-offset: -2128px; }

.iti__mc {
  --iti-flag-offset: -2144px; }

.iti__md {
  --iti-flag-offset: -2160px; }

.iti__me {
  --iti-flag-offset: -2176px; }

.iti__mf {
  --iti-flag-offset: -2192px; }

.iti__mg {
  --iti-flag-offset: -2208px; }

.iti__mh {
  --iti-flag-offset: -2224px; }

.iti__mk {
  --iti-flag-offset: -2240px; }

.iti__ml {
  --iti-flag-offset: -2256px; }

.iti__mm {
  --iti-flag-offset: -2272px; }

.iti__mn {
  --iti-flag-offset: -2288px; }

.iti__mo {
  --iti-flag-offset: -2304px; }

.iti__mp {
  --iti-flag-offset: -2320px; }

.iti__mq {
  --iti-flag-offset: -2336px; }

.iti__mr {
  --iti-flag-offset: -2352px; }

.iti__ms {
  --iti-flag-offset: -2368px; }

.iti__mt {
  --iti-flag-offset: -2384px; }

.iti__mu {
  --iti-flag-offset: -2400px; }

.iti__mv {
  --iti-flag-offset: -2416px; }

.iti__mw {
  --iti-flag-offset: -2432px; }

.iti__mx {
  --iti-flag-offset: -2448px; }

.iti__my {
  --iti-flag-offset: -2464px; }

.iti__mz {
  --iti-flag-offset: -2480px; }

.iti__na {
  --iti-flag-offset: -2496px; }

.iti__nc {
  --iti-flag-offset: -2512px; }

.iti__ne {
  --iti-flag-offset: -2528px; }

.iti__nf {
  --iti-flag-offset: -2544px; }

.iti__ng {
  --iti-flag-offset: -2560px; }

.iti__ni {
  --iti-flag-offset: -2576px; }

.iti__nl {
  --iti-flag-offset: -2592px; }

.iti__no {
  --iti-flag-offset: -2608px; }

.iti__np {
  --iti-flag-offset: -2624px; }

.iti__nr {
  --iti-flag-offset: -2640px; }

.iti__nu {
  --iti-flag-offset: -2656px; }

.iti__nz {
  --iti-flag-offset: -2672px; }

.iti__om {
  --iti-flag-offset: -2688px; }

.iti__pa {
  --iti-flag-offset: -2704px; }

.iti__pe {
  --iti-flag-offset: -2720px; }

.iti__pf {
  --iti-flag-offset: -2736px; }

.iti__pg {
  --iti-flag-offset: -2752px; }

.iti__ph {
  --iti-flag-offset: -2768px; }

.iti__pk {
  --iti-flag-offset: -2784px; }

.iti__pl {
  --iti-flag-offset: -2800px; }

.iti__pm {
  --iti-flag-offset: -2816px; }

.iti__pr {
  --iti-flag-offset: -2832px; }

.iti__ps {
  --iti-flag-offset: -2848px; }

.iti__pt {
  --iti-flag-offset: -2864px; }

.iti__pw {
  --iti-flag-offset: -2880px; }

.iti__py {
  --iti-flag-offset: -2896px; }

.iti__qa {
  --iti-flag-offset: -2912px; }

.iti__re {
  --iti-flag-offset: -2928px; }

.iti__ro {
  --iti-flag-offset: -2944px; }

.iti__rs {
  --iti-flag-offset: -2960px; }

.iti__ru {
  --iti-flag-offset: -2976px; }

.iti__rw {
  --iti-flag-offset: -2992px; }

.iti__sa {
  --iti-flag-offset: -3008px; }

.iti__sb {
  --iti-flag-offset: -3024px; }

.iti__sc {
  --iti-flag-offset: -3040px; }

.iti__sd {
  --iti-flag-offset: -3056px; }

.iti__se {
  --iti-flag-offset: -3072px; }

.iti__sg {
  --iti-flag-offset: -3088px; }

.iti__sh {
  --iti-flag-offset: -3104px; }

.iti__si {
  --iti-flag-offset: -3120px; }

.iti__sj {
  --iti-flag-offset: -3136px; }

.iti__sk {
  --iti-flag-offset: -3152px; }

.iti__sl {
  --iti-flag-offset: -3168px; }

.iti__sm {
  --iti-flag-offset: -3184px; }

.iti__sn {
  --iti-flag-offset: -3200px; }

.iti__so {
  --iti-flag-offset: -3216px; }

.iti__sr {
  --iti-flag-offset: -3232px; }

.iti__ss {
  --iti-flag-offset: -3248px; }

.iti__st {
  --iti-flag-offset: -3264px; }

.iti__sv {
  --iti-flag-offset: -3280px; }

.iti__sx {
  --iti-flag-offset: -3296px; }

.iti__sy {
  --iti-flag-offset: -3312px; }

.iti__sz {
  --iti-flag-offset: -3328px; }

.iti__tc {
  --iti-flag-offset: -3344px; }

.iti__td {
  --iti-flag-offset: -3360px; }

.iti__tg {
  --iti-flag-offset: -3376px; }

.iti__th {
  --iti-flag-offset: -3392px; }

.iti__tj {
  --iti-flag-offset: -3408px; }

.iti__tk {
  --iti-flag-offset: -3424px; }

.iti__tl {
  --iti-flag-offset: -3440px; }

.iti__tm {
  --iti-flag-offset: -3456px; }

.iti__tn {
  --iti-flag-offset: -3472px; }

.iti__to {
  --iti-flag-offset: -3488px; }

.iti__tr {
  --iti-flag-offset: -3504px; }

.iti__tt {
  --iti-flag-offset: -3520px; }

.iti__tv {
  --iti-flag-offset: -3536px; }

.iti__tw {
  --iti-flag-offset: -3552px; }

.iti__tz {
  --iti-flag-offset: -3568px; }

.iti__ua {
  --iti-flag-offset: -3584px; }

.iti__ug {
  --iti-flag-offset: -3600px; }

.iti__us {
  --iti-flag-offset: -3616px; }

.iti__uy {
  --iti-flag-offset: -3632px; }

.iti__uz {
  --iti-flag-offset: -3648px; }

.iti__va {
  --iti-flag-offset: -3664px; }

.iti__vc {
  --iti-flag-offset: -3680px; }

.iti__ve {
  --iti-flag-offset: -3696px; }

.iti__vg {
  --iti-flag-offset: -3712px; }

.iti__vi {
  --iti-flag-offset: -3728px; }

.iti__vn {
  --iti-flag-offset: -3744px; }

.iti__vu {
  --iti-flag-offset: -3760px; }

.iti__wf {
  --iti-flag-offset: -3776px; }

.iti__ws {
  --iti-flag-offset: -3792px; }

.iti__xk {
  --iti-flag-offset: -3808px; }

.iti__ye {
  --iti-flag-offset: -3824px; }

.iti__yt {
  --iti-flag-offset: -3840px; }

.iti__za {
  --iti-flag-offset: -3856px; }

.iti__zm {
  --iti-flag-offset: -3872px; }

.iti__zw {
  --iti-flag-offset: -3888px; }

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px; }

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x); }
  .iti__globe {
    background-image: var(--iti-path-globe-2x); } }
