@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
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: #2f2f2b;
  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: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

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 #cdcccc;
  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: #2f2f2b;
  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: #545454;
    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 #cdcccc;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f4f0ed; }
    .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 #cdcccc; }

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

.table-tbody tr {
  border-bottom: 1px solid #cdcccc; }
  .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: "Poppins", 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: #df2e21;
  color: white;
  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: #df2e21;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #df2e21;
    color: white; }
  .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: #df2e21;
  border-color: #df2e21;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ef4135;
    border-color: #ef4135;
    color: white; }
  .button--primary:active {
    background-color: #ef4135;
    border: 1px solid #ef4135;
    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: #e74c3c; }

/*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: #2f2f2b;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #a2a2a2;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #2f2f2b;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #2f2f2b;
  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: #e74c3c;
    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: #2f2f2b;
  color: #2f2f2b;
  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: #e74c3c; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #e74c3c; }

/*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 #cccccc;
      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(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(47, 47, 43, 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(47, 47, 43, 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: #e74c3c;
    box-shadow: 0 0 4px rgba(231, 76, 60, 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: #e74c3c;
    border-color: #e74c3c; }
  .switch--checked .switch-toggle {
    background-color: #01a74f;
    border-color: #01a74f; }
  .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: #01a74f; }

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #01a74f; }

.form-field--success .form-input-indicator > svg {
  fill: #01a74f; }

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

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

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

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

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

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

/*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: #f4f0ed;
  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: #f4f0ed; }
  .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: #a2a2a2;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #a2a2a2; }
  .breadcrumb.current {
    color: #a2a2a2;
    cursor: default; }
    .breadcrumb.current a {
      color: #a2a2a2;
      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: #a2a2a2;
    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: #ff762b;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #a2a2a2;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

.tab.is-active .tab-title {
  color: #2f2f2b;
  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: #e74c3c;
  font-size: 15px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #a2a2a2;
    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: #a2a2a2;
      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: #e74c3c; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #e74c3c;
  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: white;
  border-color: white;
  color: white; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #01a74f;
  border-color: #01a74f;
  color: #333333; }
  .alertBox--success svg {
    fill: #01a74f; }

.alertBox--warning {
  background-color: #ff762b;
  border-color: #ff762b;
  color: #333333; }
  .alertBox--warning svg {
    fill: #e74c3c; }

.alertBox--error {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #333333; }
  .alertBox--error svg {
    fill: #e74c3c; }

.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: #cdcccc 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: #cdcccc solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #2f2f2b;
    padding: 1.85714rem;
    display: block;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f4f0ed; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

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 #cdcccc;
  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 #cdcccc;
  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 #cdcccc;
  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: 24px;
  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: #ff762b #ff762b #191919 #191919;
    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: #a2a2a2; }

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

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

/* 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: #999999;
    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: #e74c3c;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .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: -10px; }
  @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='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @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='%23999999' 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;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #2f2f2b;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #2f2f2b;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #2f2f2b;
    color: #2f2f2b; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #2f2f2b; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Poppins", 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: #df2e21;
    color: white;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #df2e21;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #df2e21;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #df2e21;
    border-color: #df2e21;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #ef4135;
    border-color: #ef4135;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #ef4135;
    border-color: #ef4135;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #df2e21;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #df2e21;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #df2e21;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

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: 700;
  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; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

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: #a2a2a2;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(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: #a2a2a2;
  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 #cdcccc; }
  .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: #cdcccc;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #cdcccc;
    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 #cdcccc; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

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

#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: 0px; } }
  @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: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #545454;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #df2e21; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem;
  max-height: none !important; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #2f2f2b;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #df2e21;
      border-color: #df2e21;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #ef4135;
      border-color: #ef4135;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #ef4135;
      border-color: #ef4135;
      color: white; }

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

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.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: #ff762b; }
  .pagination-item.pagination-item--current {
    border-color: #cdcccc;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #e74c3c; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #a2a2a2; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #a2a2a2; }

.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: #a2a2a2;
    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: #2f2f2b; }

.tab {
  border-top: 1px solid #cdcccc;
  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 #cdcccc;
        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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #a2a2a2;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #ff762b; }

.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 {
  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(231, 76, 60, 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"] {
  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(1, 167, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.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-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: "Poppins", 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 #2f2f2b;
  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; } }

@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-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-option {
  border: 1px solid #2f2f2b;
  color: #2f2f2b;
  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: #e74c3c; }
  .form-radio:checked + .form-option {
    border-color: #2f2f2b;
    box-shadow: 0 0 0 1px #2f2f2b; }

.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-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #2f2f2b;
    text-decoration: none; }
    .card-title > a:hover {
      color: #e74c3c; }

.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-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: #e74c3c; }
    .card--alternate:hover .card-body {
      background-color: #e74c3c; }
      .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 #cccccc;
    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(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(47, 47, 43, 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: #f4f0ed;
  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: #e74c3c; }
  .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; }
  .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 #2f2f2b; } }
    .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 #a2a2a2;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #a2a2a2;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #ff762b; }

.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 #2f2f2b;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #e74c3c; }

.actionBar-section .form-label {
  color: #a2a2a2;
  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: #e74c3c;
  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 #d7d7d7;
    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 #d7d7d7 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: #e74c3c; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #e74c3c;
      stroke: #e74c3c; }
  .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 {
  left: auto !important;
  right: 0.78571rem; }

.navUser-action--currencySelector + .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 #cdcccc;
  color: #a2a2a2;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

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

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #e74c3c; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @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: rgba(0, 0, 255, 0);
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    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; }

@-moz-document url-prefix() {
  .dropdown--quickSearch .form-input {
    height: unset; } }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #d7d7d7;
  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.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  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; }
      .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 #d7d7d7;
    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 #d7d7d7;
  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: white; }
        .navPages-action.is-open svg {
          fill: #e74c3c;
          stroke: #e74c3c; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #e74c3c; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #e74c3c;
      stroke: #e74c3c; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      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 #d7d7d7;
    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); } }

@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 #d7d7d7;
      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-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

.navPages-quickSearch {
  border-bottom: 1px solid #cdcccc;
  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 #cdcccc; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #cdcccc; }
  .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: #a2a2a2;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #ff762b; }

.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: #df2e21; }
    .socialLinks .icon svg {
      fill: #545454;
      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--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #a2a2a2; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    /*@include breakpoint("small") {
            max-height: remCalc(400px);
        }*/ }
    @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;
    /*@include breakpoint("small") {
            max-height: remCalc(400px);
        }*/ }
    @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: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -moz-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -webkit-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      background-image: -ms-linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, white 60%);
      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: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #2f2f2b;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2f2f2b;
  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 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.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 {
  width: 1px;
  min-width: 100%;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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: #a2a2a2;
  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;
  width: 30%; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-images {
      width: 100%; } }

.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 {
  position: relative;
  margin: auto;
  max-width: 600px;
  width: 90%; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-img-container {
      width: 100%; } }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 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 .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

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

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

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #cdcccc;
    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: #a2a2a2;
  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: #a2a2a2; }
    .productView-brand a:hover {
      color: #ff762b; }

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #a2a2a2; }
    .productView-reviewLink > a:hover {
      color: #ff762b; }

.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: "Poppins", 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 input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #2f2f2b;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #2f2f2b; }
  .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 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 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 #cdcccc;
  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 #cdcccc; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Poppins", 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: #f4f0ed;
  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: #545454;
    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-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 #cdcccc;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #a2a2a2; }
  .toggleLink:hover {
    color: #ff762b; }
  .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: #cdcccc 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; }

.banners {
  background-color: #e74c3c;
  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: #f4f0ed;
  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: #a2a2a2;
    position: relative;
    top: -1px; }

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

.cart-item {
  border-bottom: 1px solid #cdcccc;
  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;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @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;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.cart-item-image {
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @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-item-info + .cart-item-info {
    margin-top: 0.78571rem; }

@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: #999999;
  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: #999999;
  margin-bottom: 0.21429rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .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: #2f2f2b; }

.cart-remove {
  background-color: #f4f0ed;
  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: #545454; }

.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 #cdcccc; } }
  .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 top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #a2a2a2;
  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: "Poppins", 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,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #a2a2a2;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #ff762b; }

.coupon-code-cancel,
.shipping-estimate-hide {
  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; }

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

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

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

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

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

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

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

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

.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;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #cdcccc;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .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; }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.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; }
        @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: #a2a2a2;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a2a2a2; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #cdcccc;
    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; }
  .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 {
  display: flex;
  flex-direction: row-reverse;
  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;
      width: 100%;
      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; }

.navUser-item--cart .previewCart {
  display: block; }

.navUser-item--cart .previewCartItem-image img {
  height: 100%; }

@media screen and (max-width: 800px) {
  .previewCart {
    display: block; } }

.previewCartCheckout {
  background: #f4f0ed;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      width: auto;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 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; } }

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

.maintenanceNotice-header {
  font-family: "Poppins";
  margin: 0 0 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

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

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

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

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

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

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

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

.account-heading {
  border-bottom: 1px solid #cdcccc;
  margin: 0;
  padding-bottom: 1rem; }

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

.account-listItem {
  border-bottom: 1px solid #cdcccc;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #cdcccc;
  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;
    width: 100%;
    padding-bottom: 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: "Poppins", 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: #a2a2a2;
  font-family: "Poppins", 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: #a2a2a2;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #cdcccc;
  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-action {
  color: #a2a2a2;
  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: #ff762b; }

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

.account-downloads-summary {
  border-bottom: 1px solid #cdcccc;
  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: #a2a2a2;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

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

.icon--ratingEmpty svg {
  fill: #cccccc; }

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 9.57143rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.78571rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #cdcccc;
    border-radius: 0.21429rem;
    min-height: 16.28571rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.paymentMethod-label {
  flex: 7.14286rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.78571rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.78571rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #a2a2a2; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Poppins", 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; }

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

@-moz-document url-prefix() {
  header div.search-icon.submit {
    /*top: 25px;*/
    top: 5px; }
  .header .navPages-container.fixed div.search-icon.submit {
    top: -3px; } }

.header {
  background-color: white;
  border-bottom: 1px solid #cdcccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #cdcccc;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  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 {
      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 > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #e74c3c; }
    .header-logo > a:active {
      color: #e74c3c; }

.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: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 42px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 48px;
      margin-left: 0;
      margin-right: -0.14286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 24px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 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 (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2f2f2b;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2f2f2b;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  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; }

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

.footer {
  background-color: white;
  border-top: 1px solid #cdcccc;
  padding: 3rem 0; }

.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: #a2a2a2;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @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; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

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

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #545454; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.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: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #cdcccc;
    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-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.page.blog .blog-container article.blog {
  height: auto !important;
  margin: 15px 0; }

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

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

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

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 390px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

.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 {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.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;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    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; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@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 {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        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;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView {
      margin-top: 35px; } }

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #cdcccc;
    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 {
  background: #e74c3c;
  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;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-flag-side {
  background: #e74c3c;
  border-radius: 0 50px 50px 0;
  color: white;
  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: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: #ff762b;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #e74c3c;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: #ff762b;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 45px;
  width: 45px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #e74c3c;
  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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

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

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 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; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.accord-c .accord-c-item {
  border-bottom: 1px solid #e5e5e5; }
  .accord-c .accord-c-item button[aria-expanded='true'] {
    border-bottom: 1px solid #DF2E21; }

.accord-c button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #DF2E21;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none; }
  .accord-c button:hover, .accord-c button:focus {
    cursor: pointer;
    color: #DF2E21; }
    .accord-c button:hover::after, .accord-c button:focus::after {
      cursor: pointer;
      color: #DF2E21;
      border: 1px solid #DF2E21; }
  .accord-c button .accord-c-title {
    padding: 1em 1.5em 1em 0; }
  .accord-c button .icon {
    display: inline-block;
    margin: auto;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 50%; }
    .accord-c button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor; }
    .accord-c button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor; }

.accord-c button[aria-expanded='true'] {
  color: #DF2E21; }
  .accord-c button[aria-expanded='true'] .icon::after {
    width: 0; }
  .accord-c button[aria-expanded='true'] + .accord-c-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height; }

.accord-c .accord-c-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height; }
  .accord-c .accord-c-content p {
    color: #000;
    /* описание */
    font-family: Poppins;
    font-size: 1vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }

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

.logo-user-section.container-lg {
  /* max-width: 1170px; */
  margin: 0 auto !important;
  padding: 10px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.container-lg {
  width: 90%; }

/*section{
    min-height: 1130px;
}*/
.search-icon.header-icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0; }

div.search-icon.submit {
  width: 100% !important;
  height: 100% !important;
  max-width: 50px;
  left: 0 !important; }

svg.header-icon.search-icon {
  width: 28px !important;
  height: 28px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 20%;
  top: 24%;
  color: transparent;
  fill: transparent; }

.dropdown--quickSearch.desktop {
  max-width: 399px;
  width: auto !important;
  margin-top: 0px; }

header .dropdown--quickSearch #search-form-fields {
  width: 85%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: none; }

.button.to-map-search {
  margin-bottom: 6px;
  height: auto;
  margin-top: 6px;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  /* font-weight: 400; */
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; }

li.navUser-item.navUser-item--account.user-icons.account {
  display: inline-flex;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  border: 1px solid #DF2E21;
  min-width: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #DF2E21; }

a#signup-login {
  color: #df2e21;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; }

div#quickSearch {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0; }

.nav-links {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  height: 100%;
  vertical-align: middle;
  line-height: 58px; }

div.nav-links a {
  display: inline-block;
  float: none;
  text-decoration: none;
  /* color: black; */
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-right: 15px;
  vertical-align: middle; }

section#find-clinic-dog {
  min-height: 600px;
  background-image: url(../img/find-clinic-dog.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 50px; }

section#intro-headline-sect {
  /*min-height: 750px;*/
  /*background-image: url(/assets/img/dog-in-black.png);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: bottom;
    margin-top: 120px;*/
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  background-image: url(../img/dog-in-black.webp);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: bottom; }

.container-lg.find-clinic-dog {
  height: 100%;
  display: flex;
  flex-wrap: nowrap; }

.container-lg.intro-headline-cont {
  /*padding: 0 5%;*/ }

h2.find-clinic-dog-big {
  color: #FFF;
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600; }

h4.find-clinic-dog-little {
  color: #FFF;
  font-family: Poppins;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 500; }

.row.find-clinic-row {
  width: 100%;
  display: flex;
  /*flex-wrap: wrap;
    flex-direction: row;
    flex: 0 1 calc(50% - 10px);*/
  margin: 5px; }

a.dog-find-cl {
  display: inline-flex;
  padding: 1vw 2vw;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 1.5vw;
  background: #DF2E21;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2vw; }

h2.intro-headlinefind-clinic-dog-big {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.intro-headline-little {
  color: #000;
  font-family: Poppins;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.col-sm-7.intro-headline-col {
  width: 60%;
  float: left; }

.col-sm-5.intro-headline-col {
  width: 40%;
  float: left; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
  margin-bottom: 15px; }

.intro-headline-item-title h3 {
  color: #000;
  font-family: Poppins;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px; }

.intro-headline-item-body p {
  color: #000;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400; }

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

li {
  display: list-item;
  text-align: -webkit-match-parent; }

.clear {
  clear: both; }

.intro-headline-baje img {
  background-color: red;
  border-radius: 5px;
  height: 100%;
  padding: 10px; }

section#quick-easy-fun-sect {
  background: #F2F0EC;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.row.quick-easy-fun-row-head {
  display: flex;
  align-content: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center; }

h2.quick-easy-fun-head-big {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.quick-easy-fun-head-little {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.col-sm-4.quick-easy-fun-col {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: center;
  justify-content: space-around;
  margin: 73px 0;
  padding: 15px 4%; }

h2.quick-easy-fun-big {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding: 0px 15%; }

h4.quick-easy-fun-little {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.row.quick-easy-fun-butt-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 80px; }

a.quick-easy-fun-butt {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  color: #FFF;
  font-family: Poppins;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none; }

.quick-easy-fun-col > .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.quick-easy-fun-col .row img {
  width: 13vw;
  margin-left: 0;
  margin-right: 0; }

.row.quick-easy-fun-row {
  position: relative; }

.running-puws {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  top: 130px;
  z-index: 9999999; }

.running-puws .col-sm-4 {
  display: flex;
  justify-content: space-between;
  width: 30%;
  height: 100%;
  margin: -2em;
  border-radius: 50px; }

.running-puws .col-sm-4 img {
  display: block;
  width: 100%; }

.deg0 {
  transform: rotate(2deg) translate(2em, 0em); }

.deg8 {
  transform: rotate(15deg) translateX(0.9em) translateY(-24px); }

.deg16 {
  transform: rotate(348deg) translate(1em, -2em) rotate(-316deg); }

.deg24 {
  transform: rotate(356deg) translate(1em, -2em) rotate(-315deg); }

.deg32 {
  transform: rotate(376deg) translate(0.7em, -1.2em) rotate(-315deg); }

.deg40 {
  transform: rotate(376deg) translate(0.7em, 0.5em) rotate(-315deg); }

.col-sm-4.left-arc {
  width: 21vw;
  margin-left: 5vw; }

.col-sm-4.right-arc {
  margin-right: 7vw;
  width: 21vw; }

#review-sect {
  margin-top: 50px;
  position: relative;
  height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: nowrap; }

.dog-background {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e02e22;
  /* Change to the color you want for the bottom half */ }

.rate-dog {
  left: 3vw;
  position: absolute;
  bottom: 403px;
  width: 600px;
  height: 680px;
  background-size: contain; }

.rate-dog-min {
  display: none; }

.wrapper-review-sect-row {
  max-width: 100%;
  margin-top: 3vw;
  width: 100%;
  background-color: #f1f0eb;
  min-height: 36vw;
  border-radius: 25px 0 0 25px; }

.slider-container {
  position: relative;
  width: 100%; }

.slider-container .item {
  outline: none;
  padding: 50px 0;
  position: relative; }

.slides-numbers {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  z-index: 9;
  top: 4.9vw;
  left: 8.4vw; }

.row.review-title {
  margin-top: 3vw;
  padding: 5vw;
  margin-left: 0; }

.row.review-author {
  margin-left: 0px;
  padding-left: 5vw; }

.slick-arrow {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  background: #6caddf;
  position: absolute;
  top: -9px;
  padding: 10px;
  border-radius: 10px;
  z-index: 5;
  color: #fff;
  text-transform: lowercase;
  cursor: pointer; }

.row.review-sect-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start; }

.review-sect {
  width: 100% !important; }

.slider-holder > button.slick-prev.slick-arrow {
  top: 7.1vw;
  left: 4.5vw;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #9c9b9b; }

.slider-holder > button.slick-next.slick-arrow {
  left: 14.9vw;
  top: 7.1vw;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #9c9b9b; }

.row.review-author p {
  font-size: 1.5vw; }

.col-sm-6.review-links {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 400px;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 0;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center; }

span.rate-points {
  font-size: 150px;
  font-weight: 600;
  font-family: 'Poppins';
  color: white;
  line-height: 1em; }

.rate-stars {
  font-size: 50px;
  color: white;
  line-height: 1em; }

.review-links h3 {
  font-size: 3vw;
  font-family: 'Poppins';
  color: white;
  text-align: center; }

.review-links a {
  font-family: Poppins;
  color: white;
  font-size: 1.5vw;
  margin-left: 15px; }

section#find-clinic-map-sect {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #F2F0EC;
  margin-top: 9vw;
  position: relative;
  min-height: auto;
  padding-bottom: 60px; }

.container-lg.find-clinic-map-cont {
  position: relative; }

.cat-right {
  height: 90px;
  position: absolute;
  top: -90px;
  z-index: 45;
  right: 0; }

.row.find-clinic-map-row {
  margin-top: 5vw; }

h2.find-clinic-map-title {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h2.find-clinic-map-title-main {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 2.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.find-clinic-map-text {
  color: #000;
  font-family: Poppins;
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

div#find-clinic-map {
  min-height: 23vw;
  min-width: 90%;
  height: 100%;
  width: 100%;
  background-color: white;
  margin: 2vw;
  background-image: url(../img/findclinicmap.png);
  border-radius: 21px;
  margin-left: 1vw;
  margin-top: 2vw;
  background-size: cover;
  background-repeat: no-repeat; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  height: auto;
  min-height: auto;
  background-color: white; }

footer.footer {
  background-color: white;
  border: none;
  padding-top: 0vw; }

section.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  height: auto;
  min-height: auto;
  background-color: white;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.socialLinks .icon svg {
  fill: white;
  height: 3.4vw;
  width: 3.4vw; }

li.socialLinks-item {
  margin-top: 0.5vw;
  border-radius: 50%;
  background-color: red;
  color: white;
  width: 3.5vw;
  height: 3.5vw; }

.footer-logo-text {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.9);
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; }

h5.footer-info-heading {
  color: #000 !important;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

ul.footer-info-list li a {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* text-transform: lowercase; */ }

.footer-logo a img.header-logo-image {
  float: left;
  left: 0;
  right: auto; }

article.footer-info-col.footer-info-col--small-4 {
  padding-left: 4vw; }

.cariers-butt {
  display: inline-flex;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  color: white;
  width: 100%; }

h5.footer-info-heading {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.cariers-butt a {
  /* width: 100%; */
  color: white;
  text-decoration: none;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; }

section.heroCarousel {
  display: none !important; }

header.header.header-logo--center ul.navUser-section.navUser-section--alt {
  display: flex !important;
  margin: 0 auto;
  float: none;
  text-align: center; }

header.header.header-logo--center .dropdown--quickSearch {
  left: 0;
  width: auto !important; }

section#find-pop-it-clinic {
  min-height: 720px;
  background-color: #F2F0EC;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.find-pop-it-clinic-col h1 {
  text-align: center;
  color: #DF2E21;
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600;
  margin-top: 5vw; }

.form-control {
  display: block;
  width: 100%;
  height: 3vw;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.form-group.col-md-9 img {
  height: 2.5vw;
  width: auto;
  position: absolute;
  top: 3px;
  right: 20px; }

.col-sm-12.find-pop-it-clinic-col {
  max-height: 1023px; }

.stickers-col::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.stickers-col::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

.stickers-col::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 5vw;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #565151; }

.stickers-col .card {
  background-color: white;
  padding: 25px 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 15px;
  width: 100%; }

.col-sm-3.stickers-col {
  overflow-y: scroll;
  height: 995px; }

.map-col {
  background-image: url(../img/finder-map.webp);
  background-size: cover;
  background-repeat: no-repeat;
  height: 993px;
  /* margin-left: 10px; */
  border-radius: 15px;
  width: 74%;
  margin-left: 1%; }

.row.find-pop-it-clinic-map-row {
  margin-top: 3vw; }

h5.card-title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.card-body .row .col-sm-6 .row p {
  line-height: 1rem !important;
  margin-bottom: 10px; }

p.distance {
  font-weight: 600; }

.row.link-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

a.save-a-spot {
  color: white;
  background-color: red;
  border-radius: 18px;
  background: #DF2E21;
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 84%;
  margin: 15px 8%;
  text-decoration: none;
  font-weight: 600; }

section#cu-back-on-time-sect {
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

h2.cu-back-on-time-title {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.cu-back-on-time-text {
  color: #000;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

div#cu-back-on-time {
  padding: 10px 30px;
  border-radius: 20px; }

#cu-back-on-time img {
  border-radius: 20px; }

* {
  box-sizing: border-box; }

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

section#faq-find-map-sect {
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #F2F0EC;
  margin-bottom: 60px; }

img.dog-on-block {
  position: absolute;
  top: -17vw;
  left: -7vw;
  width: 41%; }

h2.faq-title-main {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  width: 100%;
  text-align: center; }

span.accord-c-title {
  color: #000;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

section#packages-and-pricing-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #F2F0EC;
  min-height: 43vw;
  padding-top: 3vw; }

.row.packages-and-pricing-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.col-sm-6.packages-and-pricing-title h1 {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center; }

.col-sm-6.packages-and-pricing-text p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.col-sm-6.packages-and-pricing-red-text p {
  color: #DF2E21;
  text-align: center;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-left: 3vw;
  padding-right: 3vw; }

.col-sm-6.packages-and-pricing-button a {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  border-radius: 18px;
  background: #DF2E21;
  text-decoration: none; }

.col-sm-6.packages-and-pricing-button {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.tab-content.packages-tab-content {
  display: block !important; }

.container-lg.packages-tab-sect-cont {
  display: flex;
  flex-direction: row;
  justify-content: center; }

ul#packages-tabs-head {
  margin-left: 0;
  background-color: white;
  border: none;
  margin-bottom: 2vw; }

ul#packages-tabs-head li {
  width: 25%;
  text-align: center;
  text-decoration: none; }

ul#packages-tabs-head li a {
  text-decoration: none;
  border-bottom: 1px #DF2E21 solid;
  font-family: 'Poppins';
  font-size: 1vw;
  color: #DF2E21; }

ul#packages-tabs-head li.active a {
  border-bottom: 4px #DF2E21 solid;
  font-weight: 600;
  color: #DF2E21; }

section#packages-tab-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  /* background: #F2F0EC; */
  min-height: 880px;
  align-items: flex-start;
  margin-top: -16.23vw; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block !important; }

.owl-stage {
  margin-bottom: 10px; }

button.owl-prev {
  position: absolute;
  left: -20px;
  top: 30%;
  font-size: 5vw !important; }

button.owl-next {
  position: absolute;
  right: -20px;
  top: 30%;
  font-size: 5vw !important; }

.tab-content.packages-tab-content .tab-pane .row {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row; }

.package-column {
  /*width: 32%;*/
  float: left;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  overflow-x: hidden; }

.row.what-included {
  display: flex;
  flex-direction: column !important;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-evenly;
  align-items: stretch; }

.row.addons {
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }

.row.addons p {
  margin-bottom: 0; }

.row.what-procedures {
  padding-top: 21px;
  border-bottom: 2px solid #d6c5c5;
  border-top: 2px solid #d6c5c5; }

header .user-icons {
  display: inline-flex;
  width: 50%;
  padding-left: 0px;
  flex-direction: row !important; }

.row.add-to-cart a {
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none; }

.package-price h2 {
  margin-top: 15px;
  margin-bottom: 25px; }

.row.package-slogan p {
  margin-bottom: 0px; }

.best-value {
  background-color: red;
  padding-top: 7px;
  padding-bottom: 7px;
  color: white;
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 600; }

.labels-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  min-height: 2.3vw;
  margin-left: -10px;
  margin-right: -10px; }

.package-label {
  width: 100%;
  text-align: center; }

.great-value {
  color: #df2e21;
  font-weight: 600;
  font-family: 'POPPINS';
  padding-top: 7px;
  padding-bottom: 7px;
  /* color: white; */
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #faf7f7; }

section#how-works-video-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: white;
  flex-direction: row;
  min-height: 500px; }

section#how-works-video-sect {
  display: none !important; }

.video-title h2 {
  text-align: center;
  margin-bottom: 2vw;
  font-size: 2vw;
  font-family: 'POPPINS';
  color: #DF2E21; }

.video-playback iframe {
  border-radius: 27px;
  margin-bottom: 5vw; }

section#which-is-right-sect {
  background-image: url("../img/paw-and-hand.webp");
  background-size: contain;
  background-repeat: no-repeat;
  height: 30vw;
  min-height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative; }

section#which-is-right-sect > div > div > div > h2 {
  font-family: Poppins;
  font-size: 3vw;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: capitalize;
  margin-bottom: 2vw;
  margin-top: 4vw;
  color: #003459; }

section#which-is-right-sect > div > div > div > p {
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #242B33;
  margin-top: 1vw;
  margin-bottom: 1vw; }

section#which-is-right-sect > div > div > div > a {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  text-decoration: none; }

section#individeual-shots-dog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background: #F2F0EC;
  min-height: 880px;
  padding-bottom: 5vw; }

.ind-shot-dog-title h2 {
  color: #DF2E21;
  text-align: center;
  font-family: 'Poppins';
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  width: 70%; }

.row.ind-shot-dog-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 6vw;
  padding-bottom: 14vw; }

.row.ind-shot-dog-price {
  background-color: white;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-top: 4vw;
  border-radius: 18px;
  padding-bottom: 3vw;
  position: relative; }

.price-sub-title {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 2vw;
  color: #003459; }

.price-sub-title-red {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 2vw;
  color: #ff002a;
  font-weight: 600; }

p.coast-serv {
  width: 50%;
  font-size: 1.2vw;
  text-align: right;
  font-family: 'Poppins';
  margin-bottom: 0px;
  font-weight: 600; }

p.service {
  font-size: 1.2vw;
  font-family: 'Poppins';
  width: 50%;
  display: flex;
  margin-bottom: 0px; }

.row.price-item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /* justify-content: space-between; */
  border-bottom: 2px solid gray;
  padding-top: 1vw;
  padding-bottom: 1vw; }

.ind-shot-dog-price img {
  position: absolute;
  right: -7vw;
  top: -18%; }

.col-sm-6 p.service {
  width: 100%;
  margin-top: 3vw; }

img.price-paw-bottom {
  position: relative;
  top: 3vw;
  right: 0; }

.col-sm-6.price-paw {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }

.mobile-image {
  display: none; }

img.cat-up {
  left: 0;
  top: -27%; }

.container-lg.price-list.cats-table {
  margin-top: 15vw; }

section#you-not-pay-sect {
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f2f0ec; }

section#you-not-pay-sect {
  display: none !important; }

.container-lg.you-not-pay-cont {
  margin-top: 5vw;
  margin-bottom: 5vw; }

div#you-not-pay img {
  width: 100%; }

.col-sm-6.you-not-pay-col {
  padding-left: 3vw;
  padding-right: 3vw; }

h2.you-not-pay-title {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.you-not-pay-text {
  color: #000;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 21px;
  border-bottom: 2px solid gray; }

p.plus-dig {
  font-size: 3vw;
  margin-top: 2vw;
  color: #DF2E21;
  font-weight: 600; }

p.profit {
  vertical-align: middle;
  line-height: 3vw;
  font-size: 1vw; }

section.second-cu {
  margin-bottom: 8vw; }

.row.mobile-button {
  display: none; }

section.page-sect {
  min-height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start; }

div#storemapper-results {
  width: 25%;
  float: left;
  max-height: 700px;
  /* overflow: scroll; */
  margin-top: 4vw;
  overflow-y: scroll;
  overflow-x: clip; }

div#storemapper-map-frame {
  margin-top: 4vw;
  width: 95%;
  float: right;
  margin-left: 15px;
  height: auto !important; }

.strmpr-layout-search-on-top {
  display: flex;
  flex-direction: row-reverse !important;
  justify-content: space-between !important; }

div#storemapper-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

div#storemapper-results::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

div#storemapper-results::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 5vw;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #565151; }

.strmpr-layout-search-on-top .strmpr-search-result-filters {
  order: 3;
  z-index: 80;
  position: absolute; }

.strmpr-search {
  position: absolute !important;
  width: 68% !important;
  left: 0;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  flex-direction: row !important;
  margin-left: 1.8% !important; }

.strmpr-search-results .strmpr-search-result {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  border-radius: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 6px 5px 0px !important;
  margin-bottom: 15px !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-name {
  color: #000;
  font-family: Poppins;
  font-size: 2vw !important;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: underline; }

.strmpr-map {
  min-height: 700px;
  border-radius: 15px;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  padding-top: 20px;
  background-size: auto 105%;
  font-size: 12px;
  position: relative;
  z-index: 888; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-custom {
  margin-top: 5px;
  margin-bottom: 5px;
  order: 3; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url {
  margin: 5px 0 20px 25px;
  position: relative;
  order: 4; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
  margin: 5px 0 20px 25px;
  position: relative;
  order: 2; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address {
  margin: 5px 0 0 25px;
  position: relative;
  order: 1; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-name {
  font-weight: bold;
  margin-bottom: 10px;
  order: 0;
  font-size: 15px; }

.strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
  /* display: none!important; */
  font-size: 1vw;
  font-family: 'Poppins';
  line-height: 1vw;
  display: block;
  height: auto !important;
  width: 90% !important;
  text-align: center; }

.strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #df2e21 !important;
  text-align: center;
  height: 16px;
  color: #df2e21 !important;
  width: 100%; }

.strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map:hover {
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #df2e21 !important;
  text-align: center;
  height: 16px;
  color: #df2e21 !important;
  width: 100%; }

.storemapper-last-line {
  margin: 0 !important;
  display: flex;
  justify-content: center !important;
  width: 100%; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general {
  margin: 0 0 10px 0;
  padding: 0 0 10px;
  display: flex;
  flex-direction: column;
  width: 90%; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions::before {
  display: none !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url {
  margin: 0 !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url::before {
  display: none !important; }

div.strmpr-field-url a {
  width: 100%;
  text-align: center;
  font-family: 'POPPINS';
  font-size: 1.2vw;
  font-weight: 400; }

.strmpr-field-custom.storemapper-custom.next-date {
  font-size: 1vw;
  font-family: 'Poppins';
  font-weight: 400; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
  font-family: 'POPPINS';
  margin: 0;
  font-size: 1vw;
  text-decoration: underline; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance {
  font-family: 'POPPINS';
  margin: 0 !important;
  font-size: 1vw;
  text-decoration: underline; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions::before {
  display: none !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
  font-family: 'POPPINS';
  margin: 0 !important;
  font-size: 1vw;
  text-decoration: underline; }

.strmpr-search-results .strmpr-search-result.strmpr-selected {
  background: white;
  border-color: #ff0000;
  color: black !important;
  border-width: 2px; }

.strmpr-search-results .strmpr-search-result.strmpr-selected a {
  color: black !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url a:hover {
  cursor: pointer;
  color: white !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url a {
  text-decoration: none;
  color: white !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url a {
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  padding: 10px 20px;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, box-shadow 0.3s ease; }

.strmpr-search-results .strmpr-selected .strmpr-field-show-on-map:hover {
  color: #df2e21 !important;
  background: white !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address {
  font-size: 1vw;
  font-family: 'Poppins';
  margin: 0 !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address::before {
  display: none !important; }

.strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
  display: block;
  width: 95% !important;
  height: 2vw !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.strmpr-dropdown-button {
  height: 51px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }

.strmpr-search-result-filters .strmpr-filter-bucket {
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  grid-column-gap: 5px;
  justify-content: end; }

.strmpr-layout-search-on-top .strmpr-search-result-filters {
  -ms-flex-order: 3;
  order: 3;
  z-index: 80;
  position: absolute;
  width: 30%;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 5px;
  margin-top: 0 !important; }

.strmpr-search .strmpr-search-button {
  padding: 5px 10px;
  border: none !important;
  font-size: .8em;
  margin: 0;
  background-color: transparent;
  background-image: url(../img/map-point2.webp) !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  font-family: Montserrat,sans-serif;
  line-height: 1em;
  height: 35px;
  color: #fff;
  border-radius: 15px !important;
  min-width: 40px;
  position: absolute;
  left: 84%;
  background-color: transparent !important; }

.strmpr-search .strmpr-dropdown .strmpr-dropdown-options {
  min-width: 120px;
  right: 0;
  font-size: 12px;
  z-index: 999 !important;
  background-color: white; }

.strmpr-layout-search-on-top .strmpr-search-result-filters {
  order: 3;
  z-index: 99999 !important; }

.strmpr-dropdown .strmpr-dropdown-options.active {
  background-color: white; }

.strmpr-layout-search-on-top .strmpr-search {
  order: 1;
  z-index: 999 !important; }

.strmpr-layout-search-on-top .strmpr-search-result-filters {
  order: 3;
  z-index: 9999 !important; }

.strmpr-search-results .strmpr-search-result.strmpr-selected {
  background: #fcfcfc !important;
  border-color: #ff0000 !important;
  color: #060606 !important;
  border-width: 2px !important; }

.strmpr-search-results .strmpr-selected .strmpr-field-show-on-map {
  background: #fcfcfc !important;
  border-color: #ff0000 !important; }

.strmpr-selected .strmpr-field-bucket-general {
  color: black !important; }

.strmpr-search-results #storemapper-list .strmpr-search-result.strmpr-selected .storemapper_directions a {
  color: black !important; }

section.productView-details, section.productView-images {
  min-height: auto !important; }

li.navUser-item.navUser-item--cart.user-icons {
  position: relative;
  left: 0 !important;
  border-radius: 50%;
  border: 1px solid #df2e21;
  width: 50px;
  left: 0 !important;
  margin-left: 20px;
  height: 50px;
  margin-top: 4px; }

svg.header-icon.cart-icon {
  fill: #df2e21 !important; }

header span.countPill.cart-quantity.countPill--positive {
  left: auto !important;
  color: #df2e21;
  position: absolute;
  right: 4px !important;
  top: 4px !important;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #df2e21;
  line-height: 1.6em; }

header span.countPill.cart-quantity.countPill--positive::after {
  display: none !important; }

a.go-phaarmacy {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: inline-flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: #DF2E21;
  text-decoration: none;
  text-align: center; }

.col-sm-6.cu-back-on-time-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0; }

div#menu-wrapper {
  display: none; }

#cats .row {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: column;
  align-items: center; }

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1; }

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0; }

.strmpr-layout-search-on-top .strmpr-search-on-top-columns-container {
  order: 2;
  display: grid;
  padding-top: 0 !important;
  grid-template-columns: 1fr 3fr !important; }

#consent-manager-update-banner {
  display: none !important; }

section#welcome-sv-fam {
  min-height: 738px;
  background-image: url(../img/qtWelcome.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 50px; }

h2.qt-welcome-title {
  color: #000000;
  font-family: Poppins;
  font-size: 5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; }

h4.qt-welcome-little {
  color: #000;
  font-family: Poppins;
  font-size: 1.45vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; }

h2.wi-sv-title {
  color: #DF2E21;
  font-family: Poppins;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; }

h4.wi-sv-text {
  margin-top: 0.4vw;
  color: #000;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

h4.sm-sv-text {
  margin-top: 0.4vw;
  color: #000;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.wi-sh-row_btn {
  margin-left: -15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px; }

.os-sh-row_btn {
  margin-left: -15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px; }

.wi-sh-row_btn2 {
  margin-left: -15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px; }

.sm-sh-row_btn {
  margin-left: -15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px; }

.find-clinic-row_btn {
  margin-left: -15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px; }

a.wi-find-clinic-button2 {
  display: inline-flex;
  padding: 1vw 2vw;
  justify-content: flex-start;
  align-items: center;
  border: #DF2E21 solid 2px;
  border-radius: 1.5vw;
  border-color: #DF2E21;
  background: #F2F0EC;
  color: #DF2E21;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2vw; }

a.wi-sv-button1 {
  display: inline-flex;
  padding: 1vw 2vw;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1.5vw;
  background: #DF2E21;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2vw; }

a.sm-sh-row_btn {
  display: inline-flex;
  padding: 1vw 2vw;
  justify-content: flex-start;
  align-items: center;
  border-radius: 1.5vw;
  background: #DF2E21;
  color: #FFF;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2vw; }

a.wi-sv-button2 {
  display: inline-flex;
  padding: 1vw 2vw;
  justify-content: flex-start;
  align-items: center;
  border: #DF2E21 solid 2px;
  border-radius: 1.5vw;
  border-color: #DF2E21;
  background: #FFF;
  color: #DF2E21;
  font-family: Poppins;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  margin-top: 2vw; }

.red-round {
  padding: 10px;
  background-color: #DF2E21;
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center; }

section#qt-for-first-visit {
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around; }

section#what-is-sv {
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

section#our-story {
  padding-top: 8vw;
  padding-bottom: 8vw;
  background-color: #F2F0EC;
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

section#vwpm {
  padding: 5vw;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.videbox {
  display: flex;
  border-radius: 1vw;
  width: 100%;
  height: auto; }

.rabies-price {
  background-color: #DF2E21;
  border-radius: 15px;
  height: 7vW;
  width: 7vw;
  display: flex;
  flex-direction: column; }

.row-line {
  display: flex !important;
  margin-left: -15px; }

.rabies-price-header {
  color: #000;
  font-family: Poppins;
  font-size: 2vw;
  line-height: 160%;
  margin-top: 0;
  font-weight: 400;
  margin-left: 20px; }

.wi-sh-row_btn-mob {
  display: none; }

.hot-price {
  height: 1.8vw;
  width: 6vw;
  padding: 0.2vw;
  background-color: #ffffff;
  margin: 0.7vw auto 0 auto;
  border-radius: 1vw;
  color: #DF2E21;
  text-align: center;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 600; }

.price-29 {
  margin: auto;
  color: #ffffff;
  font-size: 3vw;
  font-style: normal;
  font-weight: 600; }

.rabies-text1 {
  font-family: Poppins;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px; }

.bfpt-rabies-text1 {
  font-family: Poppins;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px; }

.wis-rabies-text1 {
  font-family: Poppins;
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px; }

.rabies-text2 {
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px; }

.mb-rabies-text1, .mb-rabies-text2, .qt-mob-cat {
  display: none; }

section#rabies-29 {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #ffffff;
  min-height: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: column; }

section#affordable-care {
  min-height: 500px;
  background-image: url(../img/affordable-care-dog.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 8vw;
  flex-direction: column;
  gap: 3vw; }

h2.wte-dog-big {
  color: #FFF;
  font-family: Poppins;
  font-size: 5vw;
  font-style: normal;
  font-weight: 600; }

.grid-container {
  margin: auto;
  max-width: 1240px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  justify-content: center; }

.grid-item {
  margin: auto;
  width: 400px;
  height: 500px;
  background: #F2F0EC;
  padding: 20px;
  text-align: center;
  border-radius: 15px;
  position: relative; }

.wte-img-container {
  width: 360px;
  height: 200px;
  padding-bottom: 20px; }

.wte-numder {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  background-color: #DF2E21;
  color: #FFF;
  font-size: 37px;
  position: absolute; }

.wte-text1 {
  text-align: left;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0px 20px 0px 20px;
  margin-bottom: 0px;
  color: #000000; }

.wte-text2 {
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0px 20px 0px 20px;
  margin-top: 10px;
  color: #000000; }

.wte-link {
  margin-left: 20px;
  width: 320px;
  height: 20px;
  text-align: left;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  bottom: 30px; }

h2.compare-welcome-title {
  color: #000000;
  font-family: Poppins;
  font-size: 4.6vw;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6; }

h4.compare-welcome-little {
  margin-top: 0.5vw;
  color: #000;
  font-family: Poppins;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6; }

section#welcome-compare {
  min-height: 738px;
  background-image: url(../img/compare-welcome-dog.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 50px; }

.wc-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.wc-container {
  height: auto;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 3vw; }

.wc-block {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5%; }

.wc-img-center {
  margin: auto; }

.wc-block-second {
  height: 33%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left; }

.ws-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.ws-li-img {
  height: 6vw;
  width: 6vw;
  background-color: #DF2E21;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.ws-li-bl {
  margin-left: 20px;
  width: 20vw; }

.ws-sv-h {
  color: #000000;
  font-family: Poppins;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0; }

.ws-sv-t {
  margin: 0;
  color: #000000;
  font-family: Poppins;
  font-size: 1vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; }

.ws-li-img-icon {
  height: 4vw;
  width: 4vw; }

.wcc-container {
  position: relative;
  height: 200px;
  width: 100%;
  text-align: center; }

.wcc-header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.wcc-dog {
  position: absolute;
  bottom: -17px;
  left: 8vw;
  transition: left 0.7s ease; }

.wcc-cat {
  position: absolute;
  bottom: -17px;
  right: -40vw;
  transition: right 0.7s ease; }

.wcc-table {
  width: 90%;
  border-collapse: collapse;
  margin: auto;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 1.2vw;
  margin-bottom: 5vw;
  table-layout: fixed; }

.table-none {
  display: none;
  transition: display 0.7s ease; }

thead th {
  background-color: #DF2E21;
  text-align: center;
  padding: 16px;
  font-size: 1,6vw; }

td,
th {
  padding: 1vw;
  font-size: 1vw;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c7c7c7; }

.logo .red {
  color: #d62828; }

.gray-bg {
  background-color: rgba(0, 0, 0, 0.24); }

.red-text {
  color: red; }

.section-title {
  background-color: #d62828;
  color: white;
  font-weight: 400;
  font-size: 1.2vw; }

.price {
  font-size: 2vw;
  font-weight: 500; }

.savings {
  color: red;
  font-weight: 500;
  margin-top: 4px; }

.sub-header {
  background-color: #f9f6f2;
  font-weight: bold; }

.no-border {
  border: none; }

.wcc-btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px; }

.btn-on {
  display: flex;
  height: 2vw;
  width: 6vw;
  background-color: #DF2E21;
  color: #FFF;
  border-radius: 1vw;
  font-size: 1vw;
  justify-content: center;
  align-items: center; }

.btn-off {
  display: flex;
  height: 2vw;
  width: 6vw;
  border: 2px solid #DF2E21;
  background-color: #ffffff;
  color: #DF2E21;
  border-radius: 1vw;
  font-size: 1vw;
  justify-content: center;
  align-items: center; }

section#save-more {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #F2F0EC;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (max-width: 480px) {
  .header {
    height: 90px !important;
    padding-top: 20px; }
  .logo-user-section .container-lg {
    padding: 0;
    height: 100%; }
  .header-logo > a {
    padding: 0; }
  header ul.navUser-section.navUser-section--alt {
    display: none !important; }
  section {
    min-height: 580px; }
  section#find-clinic-dog {
    background-image: url("data:image/webp;base64,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");
    position: relative; }
  .col-sm-6.find-clinic-col {
    width: 100%;
    float: left;
    text-align: center; }
  h2.find-clinic-dog-big {
    font-size: 10vw; }
  h4.find-clinic-dog-little {
    font-size: 4.3vw;
    margin-bottom: 15vw; }
  section#find-clinic-dog::after {
    -webkit-backdrop-filter: brightness(0.5);
    backdrop-filter: brightness(0.5);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .container-lg.find-clinic-dog {
    position: relative;
    z-index: 1; }
  .col-sm-7.intro-headline-col {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 4vw; }
  h2.intro-headlinefind-clinic-dog-big {
    margin-bottom: 0;
    font-size: 7vw;
    text-align: center; }
  h4.intro-headline-little {
    margin-top: 4vw;
    text-align: center;
    font-size: 4vw; }
  .col-sm-5.intro-headline-col {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .intro-headline-baje img {
    /* height: 50%; */
    width: 50%; }
  .col-sm-3.intro-headline-baje {
    display: flex;
    justify-content: space-around;
    flex-direction: row; }
  .intro-headline-item-title h3 {
    font-size: 6vw;
    text-align: center;
    margin-top: 4vw;
    font-weight: 600; }
  .intro-headline-item-body p {
    font-size: 4vw;
    text-align: center; }
  ul.intro-headline-list li div.col-sm-9 {
    padding-left: 0;
    padding-right: 0; }
  section#intro-headline-sect {
    padding-bottom: 34%;
    background-size: 70%; }
  ul.intro-headline-list li {
    background-color: transparent; }
  h2.quick-easy-fun-head-big {
    font-size: 6vw;
    margin-top: 16vw; }
  h4.quick-easy-fun-head-little {
    font-size: 4vw;
    width: 90%;
    display: block;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1vw; }
  .col-sm-4.quick-easy-fun-col {
    margin-top: 1vw; }
  .quick-easy-fun-col .row img {
    width: 40%; }
  h2.quick-easy-fun-big {
    font-size: 5vw; }
  h4.quick-easy-fun-little {
    font-size: 3vw;
    width: 80%; }
  .col-sm-4.left-arc {
    transform: rotate(269deg) scaleX(-1);
    top: 0%;
    margin-left: 40vw;
    margin-top: 52%; }
  .col-sm-4.right-arc {
    transform: rotate(89deg);
    margin-top: 200%;
    margin-right: 35%; }
  .row.quick-easy-fun-row.row-cols-2.row-cols-lg-5 > div:nth-child(3) {
    margin-top: 55%; }
  .row.quick-easy-fun-row.row-cols-2.row-cols-lg-5 > div:nth-child(4) {
    margin-top: 55%; }
  .review-sect-row .col-sm-6.find-clinic-col {
    width: 50%;
    min-height: 105vw; }
  #review-sect {
    min-height: 100%; }
  .col-sm-6.find-clinic-map-col .row a.dog-find-cl {
    display: none; }
  .row.mobile-button {
    display: block; }
  .col-sm-6.find-clinic-map-col .row.mobile-button a.dog-find-cl {
    display: block; }
  .cat-right {
    top: -92px; }
  section#find-clinic-map-sect {
    margin-top: 35vw;
    padding-bottom: 10vw; }
  .col-sm-6.find-clinic-map-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  h2.find-clinic-map-title {
    font-size: 7vw;
    text-align: center;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%; }
  h2.find-clinic-map-title-main {
    color: #DF2E21;
    font-family: Poppins;
    font-size: 6vw;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 160%;
    margin-top: 40px; }
  h4.find-clinic-map-text {
    font-size: 4vw;
    width: 90%;
    height: auto;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%; }
  div#find-clinic-map {
    margin: auto;
    margin-top: 3vw;
    margin-bottom: 5vw;
    background-image: none; }
  .footer-logo a .header-logo-image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .footer-logo a img.header-logo-image {
    float: left;
    left: 0;
    right: 0;
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: auto;
    max-height: 22vw; }
  .footer-logo-text {
    font-size: 4vw;
    margin-top: 10vw; }
  li.socialLinks-item {
    padding: 0vw;
    width: 11vw;
    height: 11vw; }
  article.footer-info-col.footer-info-col--small-4 {
    text-align: left; }
  article.footer-info-col.footer-info-col--small-4:nth-child(1) {
    text-align: center; }
  section#cu-back-on-time-sect {
    min-height: auto;
    text-align: center; }
  h2.cu-back-on-time-title {
    font-size: 5vw;
    max-width: 90%;
    margin-top: 20vw; }
  .cu-back-on-time-col .row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  h4.cu-back-on-time-text {
    font-size: 4vw;
    width: 90%; }
  div#cu-back-on-time {
    padding: 10px 0px;
    border-radius: 20px;
    margin-bottom: 4vw; }
  button#accord-c-button-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  span.accord-c-title {
    font-size: 4vw;
    max-width: 90%; }
  .accord-c .accord-c-content p {
    font-size: 3vw; }
  img.dog-on-block {
    width: 65%;
    top: -32vw; }
  section#faq-find-map-sect {
    margin-top: 15vw; }
  .col-sm-6.review-links {
    width: 100%;
    float: left;
    height: 150vw;
    display: none !important; }
  .review-sect-row .col-sm-6.find-clinic-col {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center; }
  .row.review-sect-row {
    display: flex;
    flex-direction: column-reverse; }
  section#review-sect {
    height: auto !important;
    background-repeat: no-repeat;
    background-color: #f40002;
    padding-top: 10vw;
    margin-top: 350px; }
  .dog-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }
  .rate-dog {
    position: absolute;
    bottom: 96.5%;
    left: 10%;
    width: 80%;
    height: auto;
    background: url(../img/rate-dog.webp) no-repeat;
    background-size: contain; }
  .wrapper-review-sect-row {
    width: 80%;
    border-radius: 25px;
    margin-bottom: 40px; }
  .slider-holder > button.slick-next.slick-arrow {
    display: none !important; }
  .slides-numbers {
    display: none !important; }
  .slider-holder > button.slick-prev.slick-arrow {
    display: none !important; }
  .item.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f1f0eb;
    border-radius: 15px; }
  .wrapper-review-sect-row {
    background-color: transparent; }
  .slider-container .item {
    padding: 0; }
  .slick-list {
    overflow: inherit !important; }
  .row.review-title {
    margin-top: 3vw;
    padding: 5vw;
    margin-left: 3px;
    margin-right: 3px; }
  .row.review-author {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }
  section#packages-and-pricing-sect {
    min-height: auto;
    margin-top: 10vw; }
  .col-sm-6.packages-and-pricing-title h1 {
    font-size: 8vw; }
  .col-sm-6.packages-and-pricing-text p {
    font-size: 4vw;
    margin-bottom: 6vw; }
  section#packages-tab-sect {
    margin-top: 0; }
  ul#packages-tabs-head li a {
    font-size: 3vw; }
  .container-lg.packages-tab-sect-cont {
    width: 100%; }
  .container-lg.packages-tab-sect-cont .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
    max-width: 99%; }
  .package-column {
    width: 100%;
    margin-bottom: 20px; }
  .col-sm-6.packages-and-pricing-red-text p {
    font-size: 5vw; }
  .col-sm-6.packages-and-pricing-button a {
    font-size: 4vw;
    margin-bottom: 10vw; }
  .labels-row {
    margin-left: -10px;
    margin-right: -10px; }
  .package-label.no-value {
    min-height: 8vw; }
  .tab-content > .tab-pane {
    display: block !important;
    height: 0;
    opacity: 0; }
  .tab-content > .tab-pane.active {
    opacity: 1;
    height: inherit; }
  .video-title h2 {
    font-size: 6vw;
    margin-bottom: 8vw; }
  section#which-is-right-sect > div > div > div > h2 {
    font-size: 6vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  section#which-is-right-sect {
    background-image: none;
    height: auto; }
  section#which-is-right-sect > div > div > div > p {
    font-size: 4vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  #which-is-right-sect .container-lg {
    width: 100%; }
  .mobile-image {
    display: block;
    width: 100%; }
  .mobile-image img {
    width: 100%; }
  #which-is-right-sect .container-lg .col-sm-5 {
    margin: 0;
    padding: 0; }
  .quizz-but {
    text-align: center; }
  a.quizz {
    margin-top: 12vw;
    margin-bottom: 12vw; }
  .ind-shot-dog-title h2 {
    font-size: 7vw;
    width: 90%; }
  .container-lg.price-list {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .row.ind-shot-dog-price {
    width: 98%;
    margin-top: 25vw; }
  .ind-shot-dog-price img {
    width: 90%;
    top: -31vw;
    right: -19vw; }
  p.service {
    font-size: 4vw; }
  p.coast-serv {
    font-size: 4vw; }
  .price-sub-title {
    font-size: 5vw; }
  .price-sub-title-red {
    font-size: 5vw; }
  img.price-paw-bottom {
    width: 20%;
    top: 0px;
    right: -82%; }
  .col-sm-6.price-paw {
    justify-content: flex-start; }
  img.cat-up {
    left: -69px;
    top: -37vw;
    width: 80%; }
  .row.you-not-pay-row {
    display: flex;
    flex-direction: column-reverse; }
  h2.you-not-pay-title {
    font-size: 6vw;
    text-align: center; }
  h4.you-not-pay-text {
    font-size: 4vw;
    padding: 0 20px;
    text-align: center;
    padding-bottom: 20px; }
  .row.savings {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center; }
  p.plus-dig {
    font-size: 12vw;
    text-align: center; }
  p.profit {
    font-weight: 600;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center; }
  section#faq-find-map-sect {
    margin-bottom: 15vw; }
  button.owl-next {
    position: absolute;
    top: 35%;
    z-index: 999999999;
    right: 0;
    background-color: transparent !important; }
  button.owl-prev {
    position: absolute;
    top: 35%;
    z-index: 999999999;
    left: 0;
    background-color: transparent !important; }
  button.owl-next i {
    font-size: 22vw;
    color: #7e7979; }
  button.owl-prev i {
    font-size: 22vw;
    color: #7e7979; }
  /*map styles*/
  section#find-pop-it-clinic {
    display: flex; }
  div#storemapper {
    display: flex;
    flex-direction: column !important;
    padding: 0 !important; }
  div#storemapper-results {
    width: 100%; }
  div#storemapper-map-frame {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0 !important;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .strmpr-search {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important; }
  .strmpr-layout-search-on-top .strmpr-search-result-filters {
    position: relative !important;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding-left: 0 !important; }
  .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
    display: block;
    width: 95% !important;
    height: 7vw !important;
    line-height: 7vw !important;
    padding: 5px 5px 5px 10px !important; }
  .strmpr-dropdown-button {
    height: 10vw !important; }
  .strmpr-search .strmpr-search-button {
    left: 59% !important; }
  .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset {
    position: absolute;
    top: 3px !important;
    right: 4px !important;
    font-size: 0;
    border: none;
    padding: 0;
    background-color: white !important;
    z-index: 35 !important;
    padding: 5px 10px !important; }
  .find-pop-it-clinic-col h1 {
    text-align: center;
    color: #df2e21;
    font-family: Poppins;
    font-size: 8vw;
    font-style: normal;
    font-weight: 600;
    margin-top: 13vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-name {
    font-size: 8vw !important; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address {
    font-size: 4vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
    font-family: POPPINS;
    margin: 0 !important;
    font-size: 4vw; }
  .strmpr-field-custom.storemapper-custom.next-date {
    font-size: 4vw;
    font-family: Poppins;
    font-weight: 400; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance {
    font-family: POPPINS;
    margin-left: 33% !important;
    font-size: 4vw;
    text-decoration: none;
    font-weight: 600; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url a {
    font-size: 4vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
    font-size: 4vw;
    line-height: 5vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance::before {
    /*content: " ";*/
    background-image: none !important;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    width: 16px;
    position: absolute;
    top: 0;
    left: -49% !important;
    content: 'Distance:' !important;
    font-weight: 400 !important; }
  div#menu-wrapper {
    display: block; }
  section#affordable-care {
    background-image: url(../img/mb-wte-welcome.png) !important;
    min-height: 550px; }
  .col-sm-6.find-clinic-dog {
    width: 100%;
    float: left;
    text-align: center; }
  h2.wte-dog-big {
    font-size: 10vw; }
  .rate-dog {
    display: none; }
  .rate-dog-min {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -292px;
    display: block;
    margin: auto;
    width: auto;
    height: 300px;
    background-size: contain; }
  a.dog-find-btn {
    margin-top: 3vw;
    min-height: 12vw !important;
    min-width: 33vw;
    border-radius: 4vw;
    font-size: 5vw;
    padding: 3vw 4vw;
    background-color: #DF2E21;
    color: #FFF;
    text-decoration: none; }
  a#second-button, a#first-button {
    display: none !important; }
  h2.wi-sv-title {
    text-align: center;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 6.8vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }
  .mb-rabies-text1 {
    display: block;
    text-align: center;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px; }
  .mb-rabies-text2 {
    display: block;
    text-align: center;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px; }
  .wis-rabies-text1 {
    display: block;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 5vw; }
  a.wi-sv-button1 {
    font-size: 5vw !important;
    padding: 3vw 4vw !important;
    border-radius: 4vw !important; }
  .wi-sh-row_btn, .rabies-text1, .rabies-text2 {
    display: none; }
  .rabies-price {
    background-color: #DF2E21;
    border-radius: 15px;
    height: 22vW;
    width: 26vw;
    display: flex;
    flex-direction: column; }
  .rabies-price-header {
    color: #000;
    font-family: Poppins;
    font-size: 5vw;
    line-height: 160%;
    margin-top: 0;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 1.5vw;
    margin-bottom: 0; }
  .price-29 {
    margin: auto;
    color: #ffffff;
    font-size: 9vw;
    font-style: normal;
    font-weight: 600; }
  .hot-price {
    height: 5.5vw;
    width: 17vw;
    padding: 1vw;
    background-color: #ffffff;
    margin: 1.4vw auto 0 auto;
    border-radius: 3vw;
    color: #DF2E21;
    text-align: center;
    font-family: Poppins;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600; }
  .wi-sh-row_btn-mob {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 5vw;
    gap: 2vw; }
  .wi-sv-button1-mob {
    text-decoration: none;
    width: 100%;
    font-size: 5vw;
    padding: 3vw 4vw;
    border-radius: 4vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  .wi-sv-button2-mob {
    text-align: center;
    padding: 3vw 4vw;
    align-items: center;
    border: #DF2E21 solid 2px;
    border-radius: 4vw;
    border-color: #DF2E21;
    background: #FFF;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 5vw;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1vw; }
  .wc-img-center {
    display: none !important; }
  .wc-container {
    display: flex;
    flex-direction: column;
    width: 90%; }
  .ws-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .wc-block, .wc-block-second {
    width: 100%;
    padding-top: 5vw;
    display: flex;
    gap: 8vw; }
  .ws-li-img {
    height: 20vw;
    width: 20vw; }
  .ws-li-img-icon {
    height: 12vw;
    width: 12vw; }
  .ws-li-bl {
    margin: auto;
    width: 75%; }
  .ws-sv-h {
    font-size: 6vw;
    text-align: center; }
  .ws-sv-t {
    font-size: 4vw;
    text-align: center; }
  section#welcome-compare {
    min-height: 550px;
    background-image: url(../img/compare-welcome-dog-mob.png); }
  .compare-welcome-title {
    margin-top: -120px;
    font-size: 9vw !important;
    text-align: left;
    color: #DF2E21;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }
  .compare-welcome-little {
    font-size: 4.5vw !important;
    text-align: left;
    margin-top: -50px; }
  div#btn-compare {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 40%;
    text-align: center;
    margin-top: 3vw; }
  .wcc-dog, .wcc-cat {
    display: none; }
  .btn-on, .btn-off {
    height: 8vw;
    width: 34vw;
    border-radius: 5vw;
    font-size: 4vw; }
  .wcc-btn-row {
    margin-bottom: 1vw; }
  .wcc-table {
    border-radius: 5vw;
    margin-bottom: 10vw; }
  .section-title {
    font-size: 5vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  thead th {
    padding: px; }
  td,
  th {
    font-size: 3.5vw;
    padding: 3vw; }
  .price {
    font-size: 3.5vw; }
  .bfpt-rabies-text1 {
    width: 90%;
    margin: auto;
    font-size: 3.9vw;
    text-align: center; }
  div#btn-bfpt, div#sm-row-text {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0; }
  div#sm-row-btn {
    margin: auto;
    width: 70%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0; }
  h4.sm-sv-text {
    font-size: 4.2vw;
    margin-bottom: 6vw; }
  .sm-sh-row_btn {
    text-decoration: none;
    font-size: 10vw;
    padding: 2vw 8vw;
    border-radius: 3vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  section#welcome-sv-fam {
    min-height: 550px;
    background-image: url(../img/qtWelcome-mob.png); }
  h2.qt-welcome-title {
    margin-top: -53vw;
    font-size: 9vw; }
  h4.qt-welcome-little {
    margin-top: -22vw;
    font-size: 4vw; }
  .wi-sv-text {
    font-size: 3.8vw !important;
    text-align: center;
    margin-top: -50px; }
  div#wi-sv-block {
    display: flex;
    flex-direction: column-reverse; }
  .wi-sh-row_btn-mob2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 5vw;
    gap: 2vw;
    margin-left: 0 !important; }
  a.wi-sv-button1 {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center !important;
    text-decoration: none;
    width: 100%;
    font-size: 4vw;
    padding: 2vw 4vw;
    border-radius: 3vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  a.wi-sv-button2 {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: auto;
    text-align: center;
    padding: 3vw 4vw;
    align-items: center;
    border: #DF2E21 solid 2px;
    border-radius: 4vw !important;
    border-color: #DF2E21;
    background: #FFF;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 5vw !important;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1vw;
    margin-bottom: 30px; }
  .red-round {
    height: 22vw;
    width: 22vw;
    margin: auto; }
  section#vwpm {
    min-height: 70vw;
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .os-sh-row_btn {
    width: auto;
    margin: auto;
    padding: 3vw 8vw; }
  .wi-sh-row_btn2 {
    margin: auto; }
  .grid-item {
    width: 90vw;
    height: auto;
    padding-bottom: 5vw;
    border-radius: 4vw;
    margin: auto;
    padding: 0;
    position: relative; }
  .wte-numder {
    height: 12vw;
    width: 12vw;
    position: absolute;
    top: 4vw;
    left: 4vw;
    font-size: 8vw; }
  .wte-img-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wte-img {
    margin-top: 8vw;
    margin-right: 0;
    width: 70vw;
    height: auto;
    border-radius: 4vw; }
  .wte-link {
    position: relative;
    bottom: auto;
    margin-bottom: 8vw;
    font-size: 4.5vw; }
  .wte-text1 {
    font-size: 7vw;
    margin-top: 4vw; }
  .wte-text2 {
    font-size: 4.5vw;
    margin-bottom: 6vw; }
  a.dog-find-cl {
    min-height: 12vw !important;
    min-width: 33vw;
    border-radius: 4vw;
    font-size: 4vw; }
  .mob-ttl {
    width: 90%;
    margin: 6vw auto; }
  section#save-more {
    margin-top: 20vw;
    min-height: 375px !important;
    height: auto; }
  .sm-img-mob {
    margin-top: 8vw !important; }
  .wcc-header {
    width: 90%;
    margin: auto; }
  .wcc-container {
    height: 35vw; }
  section#what-is-sv {
    min-height: 52vw !important; }
  .qt-mob-cat {
    display: block;
    margin-bottom: 10vw; }
  .qt-img-cat {
    display: none; }
  .os-rabies-text1 {
    width: 90%;
    margin: auto; }
  .row-line {
    margin-left: 0 !important; }
  .socialLinks .icon svg {
    fill: white;
    height: 9vw;
    width: 9vw;
    margin-top: 1vw; } }

/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
  .row-line {
    margin-left: 0 !important; }
  section#welcome-sv-fam {
    min-height: 130vw;
    background-image: url(../img/qtWelcome-mob.png); }
  h2.qt-welcome-title {
    margin-top: -50vw;
    font-size: 9vw; }
  h4.qt-welcome-little {
    margin-top: -100px;
    font-size: 4vw; }
  .wi-sv-text {
    font-size: 3.6vw !important;
    text-align: center;
    margin-top: -50px; }
  div#wi-sv-block {
    display: flex;
    flex-direction: column-reverse; }
  .wi-sh-row_btn-mob2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 5vw;
    gap: 2vw;
    margin-left: 0 !important; }
  a.wi-sv-button1 {
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center !important;
    text-decoration: none;
    width: 100%;
    font-size: 4vw;
    padding: 2vw 4vw;
    border-radius: 3vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  a.wi-sv-button2 {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: auto;
    text-align: center;
    padding: 3vw 4vw;
    align-items: center;
    border: #DF2E21 solid 2px;
    border-radius: 4vw !important;
    border-color: #DF2E21;
    background: #FFF;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 5vw !important;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1vw;
    margin-bottom: 30px; }
  .red-round {
    height: 22vw;
    width: 22vw;
    margin: auto; }
  section#vwpm {
    min-height: 70vw;
    padding: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .os-sh-row_btn {
    width: auto;
    margin: auto;
    padding: 3vw 8vw; }
  .wi-sh-row_btn2 {
    margin: auto; }
  section#what-is-sv {
    min-height: 52vw !important; }
  .qt-mob-cat {
    display: block;
    margin-bottom: 10vw; }
  .qt-img-cat {
    display: none; }
  .wcc-container {
    height: 35vw; }
  .wcc-header {
    margin: auto;
    width: 90%; }
  .sm-img-mob {
    margin-top: 8vw !important; }
  .mob-ttl {
    width: 90%;
    margin: 6vw auto; }
  .grid-item {
    width: 90vw;
    height: auto;
    padding-bottom: 5vw;
    border-radius: 4vw;
    margin: auto;
    padding: 0;
    position: relative; }
  .wte-numder {
    height: 12vw;
    width: 12vw;
    position: absolute;
    top: 4vw;
    left: 4vw;
    font-size: 8vw; }
  .wte-img-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .wte-img {
    margin-top: 8vw;
    margin-right: 0;
    width: 50vw;
    height: auto;
    border-radius: 4vw; }
  .wte-link {
    position: relative;
    bottom: auto;
    margin-bottom: 8vw;
    font-size: 4.5vw;
    width: auto; }
  .wte-text1 {
    font-size: 7vw;
    margin-top: 4vw; }
  .wte-text2 {
    font-size: 4.5vw;
    margin-bottom: 6vw; }
  .bfpt-rabies-text1 {
    width: 90%;
    margin: auto;
    font-size: 3.9vw;
    text-align: center; }
  div#btn-bfpt, div#sm-row-text {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0; }
  div#sm-row-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0; }
  h4.sm-sv-text {
    font-size: 4.2vw;
    margin-bottom: 6vw; }
  .sm-sh-row_btn {
    text-decoration: none;
    font-size: 10vw;
    padding: 2vw 8vw;
    border-radius: 3vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  .wcc-table {
    border-radius: 5vw;
    margin-bottom: 10vw; }
  .section-title {
    font-size: 5vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  thead th {
    padding: px; }
  td,
  th {
    font-size: 3.5vw;
    padding: 3vw; }
  .price {
    font-size: 3.5vw; }
  .wcc-btn-row {
    margin-bottom: 8vw; }
  .wcc-dog, .wcc-cat {
    display: none; }
  .btn-on, .btn-off {
    height: 8vw;
    width: 34vw;
    border-radius: 5vw;
    font-size: 4vw; }
  .wcc-dog, .wcc-cat {
    display: none; }
  a.dog-find-cl {
    min-height: 12vw !important;
    min-width: 33vw;
    border-radius: 4vw;
    font-size: 4vw; }
  section#welcome-compare {
    min-height: 550px;
    background-image: url(../img/compare-welcome-dog-mob.png); }
  .compare-welcome-title {
    margin-top: -120px;
    font-size: 9vw !important;
    text-align: left;
    color: #DF2E21;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }
  .compare-welcome-little {
    font-size: 4.5vw !important;
    text-align: left;
    margin-top: -50px; }
  div#btn-compare {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 40%;
    text-align: center;
    margin-top: 3vw; }
  .wc-img-center {
    display: none !important; }
  .wc-container {
    display: flex;
    flex-direction: column;
    width: 90%; }
  .ws-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .wc-block, .wc-block-second {
    width: 100%;
    padding-top: 5vw;
    display: flex;
    gap: 8vw; }
  .ws-li-img {
    height: 20vw;
    width: 20vw; }
  .ws-li-img-icon {
    height: 12vw;
    width: 12vw; }
  .ws-li-bl {
    margin: auto;
    width: 75%; }
  .ws-sv-h {
    font-size: 6vw;
    text-align: center; }
  .ws-sv-t {
    font-size: 4vw;
    text-align: center; }
  .wi-sh-row_btn-mob {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 5vw;
    gap: 2vw; }
  .wi-sv-button1-mob {
    text-decoration: none;
    width: 100%;
    font-size: 5vw;
    padding: 3vw 4vw;
    border-radius: 4vw;
    margin: auto;
    text-align: center;
    background-color: #DF2E21;
    color: #FFF; }
  .wi-sv-button2-mob {
    text-align: center;
    padding: 3vw 4vw;
    align-items: center;
    border: #DF2E21 solid 2px;
    border-radius: 4vw;
    border-color: #DF2E21;
    background: #FFF;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 5vw;
    font-weight: 500;
    text-decoration: none;
    margin-top: 1vw; }
  .rabies-price {
    background-color: #DF2E21;
    border-radius: 15px;
    height: 22vW;
    width: 26vw;
    display: flex;
    flex-direction: column; }
  .rabies-price-header {
    color: #000;
    font-family: Poppins;
    font-size: 5vw;
    line-height: 160%;
    margin-top: 0;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 1.5vw;
    margin-bottom: 0; }
  .price-29 {
    margin: auto;
    color: #ffffff;
    font-size: 9vw;
    font-style: normal;
    font-weight: 600; }
  .hot-price {
    height: 5.5vw;
    width: 17vw;
    padding: 1vw;
    background-color: #ffffff;
    margin: 1.4vw auto 0 auto;
    border-radius: 3vw;
    color: #DF2E21;
    text-align: center;
    font-family: Poppins;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 600; }
  a.wi-sv-button1 {
    font-size: 5vw !important;
    padding: 3vw 4vw !important;
    border-radius: 4vw !important; }
  .wi-sh-row_btn, .rabies-text1, .rabies-text2 {
    display: none; }
  .wis-rabies-text1 {
    display: block;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 5vw;
    text-align: center; }
  .mb-rabies-text1 {
    display: block;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    text-align: center; }
  .mb-rabies-text2 {
    display: block;
    margin: auto;
    width: 90%;
    font-family: Poppins;
    font-size: 4.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    text-align: center; }
  h2.wi-sv-title {
    text-align: center;
    color: #DF2E21;
    font-family: Poppins;
    font-size: 6.7vw;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; }
  .rate-dog {
    display: none; }
  .rate-dog-min {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -292px;
    display: block;
    margin: auto;
    width: auto;
    height: 300px;
    background: url(../img/rate-dog.webp) no-repeat;
    background-size: contain; }
  h2.find-clinic-map-title-main {
    color: #DF2E21;
    font-family: Poppins;
    font-size: 6vw;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    line-height: 160%;
    margin-top: 40px; }
  .find-clinic-row_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px; }
  a#second-button, a#first-button {
    display: none; }
  a.dog-find-btn {
    margin-top: 3vw;
    min-height: 12vw !important;
    min-width: 33vw;
    border-radius: 4vw;
    font-size: 5vw;
    padding: 3vw 4vw;
    background-color: #DF2E21;
    color: #FFF;
    text-decoration: none; }
  div#menu-wrapper {
    display: block; }
  .header {
    height: 90px !important;
    padding-top: 20px; }
  .logo-user-section.container-lg {
    padding: 0; }
  .header-logo > a {
    padding: 0; }
  header ul.navUser-section.navUser-section--alt {
    display: none !important; }
  section {
    min-height: 580px; }
  section#find-clinic-dog {
    background-position-x: 75%;
    position: relative; }
  .col-sm-6.find-clinic-col {
    width: 100%;
    float: left;
    text-align: center; }
  h2.find-clinic-dog-big {
    font-size: 10vw; }
  h4.find-clinic-dog-little {
    font-size: 4.3vw;
    margin-bottom: 15vw; }
  section#find-clinic-dog::after {
    -webkit-backdrop-filter: brightness(0.5);
    backdrop-filter: brightness(0.5);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; }
  .container-lg.find-clinic-dog {
    position: relative;
    z-index: 1; }
  .col-sm-7.intro-headline-col {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 4vw; }
  h2.intro-headlinefind-clinic-dog-big {
    margin-bottom: 0;
    font-size: 7vw;
    text-align: center; }
  h4.intro-headline-little {
    margin-top: 4vw;
    text-align: center;
    font-size: 4vw; }
  .col-sm-5.intro-headline-col {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }
  .intro-headline-baje img {
    /* height: 50%; */
    width: 50%; }
  .col-sm-3.intro-headline-baje {
    display: flex;
    justify-content: space-around;
    flex-direction: row; }
  .intro-headline-item-title h3 {
    font-size: 6vw;
    text-align: center;
    margin-top: 4vw;
    font-weight: 600; }
  .intro-headline-item-body p {
    font-size: 3vw;
    text-align: center; }
  ul.intro-headline-list li div.col-sm-9 {
    padding-left: 0;
    padding-right: 0; }
  section#intro-headline-sect {
    padding-bottom: 34%;
    background-size: 70%; }
  ul.intro-headline-list li {
    background-color: transparent; }
  h2.quick-easy-fun-head-big {
    font-size: 6vw;
    margin-top: 16vw; }
  h4.quick-easy-fun-head-little {
    font-size: 4vw;
    width: 90%;
    display: block;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
    margin-top: 1vw; }
  .col-sm-4.quick-easy-fun-col {
    margin-top: 1vw; }
  .quick-easy-fun-col .row img {
    width: 40%; }
  h2.quick-easy-fun-big {
    font-size: 5vw; }
  h4.quick-easy-fun-little {
    font-size: 3vw;
    width: 80%; }
  .col-sm-4.left-arc {
    transform: rotate(269deg) scaleX(-1);
    top: 0%;
    margin-left: 40vw;
    margin-top: 52%; }
  .col-sm-4.right-arc {
    transform: rotate(89deg);
    margin-top: 200%;
    margin-right: 35%; }
  .row.quick-easy-fun-row.row-cols-2.row-cols-lg-5 > div:nth-child(3) {
    margin-top: 55%; }
  .row.quick-easy-fun-row.row-cols-2.row-cols-lg-5 > div:nth-child(4) {
    margin-top: 55%; }
  .review-sect-row .col-sm-6.find-clinic-col {
    width: 50%;
    min-height: 105vw; }
  #review-sect {
    min-height: 100%;
    padding-top: 80px; }
  .col-sm-6.find-clinic-map-col .row a.dog-find-cl {
    display: none; }
  .row.mobile-button {
    display: block; }
  .col-sm-6.find-clinic-map-col .row.mobile-button a.dog-find-cl {
    display: block; }
  .cat-right {
    top: -92px; }
  section#find-clinic-map-sect {
    margin-top: 30vw;
    padding-bottom: 10vw; }
  .col-sm-6.find-clinic-map-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  h2.find-clinic-map-title {
    font-size: 7vw;
    text-align: center;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%; }
  h4.find-clinic-map-text {
    font-size: 4vw;
    width: 90%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%; }
  div#find-clinic-map {
    margin: auto;
    margin-top: 3vw;
    margin-bottom: 5vw;
    background-image: none; }
  .footer-logo a .header-logo-image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .footer-logo a img.header-logo-image {
    float: left;
    left: 0;
    right: 0;
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: auto;
    max-height: 22vw; }
  .footer-logo-text {
    font-size: 4vw;
    margin-top: 10vw; }
  li.socialLinks-item {
    padding: 0vw;
    width: 3.5vw;
    height: 3.5vw; }
  article.footer-info-col.footer-info-col--small-4 {
    text-align: left; }
  article.footer-info-col.footer-info-col--small-4:nth-child(1) {
    text-align: center; }
  section#cu-back-on-time-sect {
    min-height: auto;
    text-align: center; }
  h2.cu-back-on-time-title {
    font-size: 5vw;
    max-width: 90%;
    margin-top: 20vw; }
  .cu-back-on-time-col .row {
    display: flex;
    flex-direction: column;
    align-items: center; }
  h4.cu-back-on-time-text {
    font-size: 4vw;
    width: 90%; }
  div#cu-back-on-time {
    padding: 10px 0px;
    border-radius: 20px;
    margin-bottom: 4vw; }
  button#accord-c-button-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  span.accord-c-title {
    font-size: 4vw;
    max-width: 90%; }
  .accord-c .accord-c-content p {
    font-size: 3vw; }
  img.dog-on-block {
    width: 65%;
    top: -32vw; }
  section#faq-find-map-sect {
    margin-top: 15vw; }
  .col-sm-6.review-links {
    width: 100%;
    float: left;
    height: 150vw;
    display: none !important; }
  .review-sect-row .col-sm-6.find-clinic-col {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center; }
  .row.review-sect-row {
    display: flex;
    flex-direction: column-reverse; }
  section#review-sect {
    height: auto !important;
    background-repeat: no-repeat;
    background-color: #f40002;
    padding-top: 10vw;
    margin-top: 350px; }
  .dog-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }
  .rate-dog {
    position: absolute;
    bottom: 98.5%;
    left: 10%;
    width: 80%;
    height: auto;
    background-size: contain; }
  .wrapper-review-sect-row {
    width: 80%;
    border-radius: 25px;
    margin-bottom: 40px; }
  .slider-holder > button.slick-next.slick-arrow {
    display: none !important; }
  .slides-numbers {
    display: none !important; }
  .slider-holder > button.slick-prev.slick-arrow {
    display: none !important; }
  .item.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f1f0eb;
    border-radius: 15px; }
  .wrapper-review-sect-row {
    background-color: transparent; }
  .slider-container .item {
    padding: 0; }
  .slick-list {
    overflow: inherit !important; }
  .row.review-title {
    margin-top: 3vw;
    padding: 5vw;
    margin-left: 3px;
    margin-right: 3px; }
  .row.review-author {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0; }
  section#packages-and-pricing-sect {
    min-height: auto;
    margin-top: 10vw; }
  .col-sm-6.packages-and-pricing-title h1 {
    font-size: 8vw; }
  .col-sm-6.packages-and-pricing-text p {
    font-size: 4vw;
    margin-bottom: 6vw; }
  section#packages-tab-sect {
    margin-top: 0; }
  ul#packages-tabs-head li a {
    font-size: 3vw; }
  .container-lg.packages-tab-sect-cont {
    width: 100%; }
  .container-lg.packages-tab-sect-cont .col-sm-8 {
    padding-left: 0;
    padding-right: 0;
    max-width: 99%; }
  .package-column {
    width: 100%;
    margin-bottom: 20px; }
  .col-sm-6.packages-and-pricing-red-text p {
    font-size: 5vw; }
  .col-sm-6.packages-and-pricing-button a {
    font-size: 4vw;
    margin-bottom: 10vw; }
  .labels-row {
    margin-left: -10px;
    margin-right: -10px; }
  .package-label.no-value {
    min-height: 8vw; }
  .tab-content > .tab-pane {
    display: block !important;
    height: 0;
    opacity: 0; }
  .tab-content > .tab-pane.active {
    opacity: 1;
    height: inherit; }
  .video-title h2 {
    font-size: 6vw;
    margin-bottom: 8vw; }
  section#which-is-right-sect > div > div > div > h2 {
    font-size: 6vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  section#which-is-right-sect {
    background-image: none;
    height: auto; }
  section#which-is-right-sect > div > div > div > p {
    font-size: 4vw;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%; }
  #which-is-right-sect .container-lg {
    width: 100%; }
  .mobile-image {
    display: block;
    width: 100%; }
  .mobile-image img {
    width: 100%; }
  #which-is-right-sect .container-lg .col-sm-5 {
    margin: 0;
    padding: 0; }
  .quizz-but {
    text-align: center; }
  a.quizz {
    margin-top: 12vw;
    margin-bottom: 12vw; }
  .ind-shot-dog-title h2 {
    font-size: 7vw;
    width: 90%; }
  .container-lg.price-list {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .row.ind-shot-dog-price {
    width: 98%;
    margin-top: 25vw; }
  .ind-shot-dog-price img {
    width: 90%;
    top: -31vw;
    right: -19vw; }
  p.service {
    font-size: 4vw; }
  p.coast-serv {
    font-size: 4vw; }
  .price-sub-title {
    font-size: 5vw; }
  .price-sub-title-red {
    font-size: 5vw; }
  img.price-paw-bottom {
    width: 20%;
    top: 0px;
    right: -82%; }
  .col-sm-6.price-paw {
    justify-content: flex-start; }
  img.cat-up {
    left: -69px;
    top: -37vw;
    width: 80%; }
  .row.you-not-pay-row {
    display: flex;
    flex-direction: column-reverse; }
  h2.you-not-pay-title {
    font-size: 6vw;
    text-align: center; }
  h4.you-not-pay-text {
    font-size: 4vw;
    padding: 0 20px;
    text-align: center;
    padding-bottom: 20px; }
  .row.savings {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center; }
  p.plus-dig {
    font-size: 12vw;
    text-align: center; }
  p.profit {
    font-weight: 600;
    font-size: 4vw;
    line-height: 4vw;
    text-align: center; }
  section#faq-find-map-sect {
    margin-bottom: 15vw; }
  button.owl-next {
    position: absolute;
    top: 45%;
    z-index: 999999999;
    font-size: 14vw;
    right: 10px;
    background-color: transparent; }
  .navPage-subMenu-item-child svg {
    height: 18px; }
  button.owl-prev {
    position: absolute;
    top: 45%;
    z-index: 999999999;
    font-size: 14vw;
    left: 10px;
    background-color: transparent; }
  /*map styles*/
  section#find-pop-it-clinic {
    display: flex; }
  div#storemapper {
    display: flex;
    flex-direction: column !important;
    padding: 0 !important; }
  div#storemapper-results {
    width: 100%; }
  div#storemapper-map-frame {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0 !important;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
  .strmpr-search {
    position: relative !important;
    width: 100% !important;
    margin-left: 0 !important; }
  .strmpr-layout-search-on-top .strmpr-search-result-filters {
    position: relative !important;
    width: 100% !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding-left: 0 !important; }
  .strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
    display: block;
    width: 95% !important;
    height: 7vw !important;
    line-height: 7vw !important;
    padding: 5px 5px 5px 10px !important; }
  .strmpr-dropdown-button {
    height: 10vw !important; }
  .strmpr-search .strmpr-search-button {
    left: 59% !important; }
  .strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset {
    position: absolute;
    top: 3px !important;
    right: 4px !important;
    font-size: 0;
    border: none;
    padding: 0;
    background-color: white !important;
    z-index: 35 !important;
    padding: 5px 10px !important; }
  .find-pop-it-clinic-col h1 {
    text-align: center;
    color: #df2e21;
    font-family: Poppins;
    font-size: 8vw;
    font-style: normal;
    font-weight: 600;
    margin-top: 13vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-name {
    font-size: 8vw !important; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address {
    font-size: 4vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
    font-family: POPPINS;
    margin: 0 !important;
    font-size: 4vw; }
  .strmpr-field-custom.storemapper-custom.next-date {
    font-size: 4vw;
    font-family: Poppins;
    font-weight: 400; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance {
    font-family: POPPINS;
    margin-left: 33% !important;
    font-size: 4vw;
    text-decoration: none;
    font-weight: 600; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url a {
    font-size: 4vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
    font-size: 4vw;
    line-height: 5vw; }
  .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance::before {
    /*content: " ";*/
    background-image: none !important;
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    width: 16px;
    position: absolute;
    top: 0;
    left: -49% !important;
    content: 'Distance:' !important;
    font-weight: 400 !important; } }

/* Tablets iPads (Portrait) */
/* Laptops and Desktops */
/* Big boi Monitors */
/* Tablets iPads (Portrait) */
/* Laptops and Desktops */
/* Big boi Monitors */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: white;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
