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

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

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: minerva-modern, Arial, Helvetica, sans-serif; }

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:768px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

body {
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

*/
.button--large {
  font-size: 15px; }

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

.button--tiny { }

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

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

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


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

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

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

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

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

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

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.35714rem 0 -0.5rem;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-header {
  background-color: #e5e5e5;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

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

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

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

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

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

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

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

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid #cccccc;
  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: -5px; }
  @media (min-width: 1024px) {
    .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

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

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

.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: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .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: minerva-modern, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    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: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

body {
  padding-top: 145px; }
  @media (min-width: 768px) {
    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-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-feature-settings: "lnum"; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

.dropdown-menu {
  z-index: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

.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; }
  .dropdown-menu-button:focus {
    z-index: 10; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px #31467E solid; }
  #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, #wishlist-dropdown.is-open a {
    color: #31467E;
    background: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    text-align: left;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px; }
  #wishlist-dropdown.is-open a {
    text-align: left;
    padding-left: 10px;
    margin: 0px; }
  #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: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

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

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

.modal-header-title {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .modal-header-title {
      font-size: 18px; } }

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

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

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

.hide-content {
  opacity: 0; }

.modal.modal--large {
  z-index: 999999; }

ol.breadcrumbs {
  text-align: center;
  overflow: visible;
  text-align: left;
  font-family: 'mr-eaves-sans';
  color: #000;
  font-weight: bold; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }
  ol.breadcrumbs a {
    color: #000;
    font-weight: normal; }
    ol.breadcrumbs a span {
      color: #000; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb:not(:last-child) span {
    font-weight: 300; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    margin-left: 0px;
    transform: rotate(15deg);
    border-right: 0.06em solid #999;
    height: 0.8em;
    content: ''; }

#new-pdpage .breadcrumb:not(:first-child):before {
  content: '';
  border: none;
  transform: none;
  height: 13px;
  width: 13px;
  background-image: url("../icons/chevron-right-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  color: #5F5F5F;
  position: relative; }

ol.breadcrumbs {
  margin: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }
  @media (min-width: 768px) {
    ol.breadcrumbs {
      position: relative;
      z-index: 2; } }

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 768px) {
    .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: 768px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1024px) {
    .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: 768px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .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 {
  font-size: 1.07143rem;
  margin: 0;
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  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-option-wrapper {
  position: relative;
  display: inline-block; }
  .form-option-wrapper .form-radio, .form-option-wrapper .form-checkbox {
    bottom: 0.5rem;
    left: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix-button--postfix {
  margin: 0.78571rem 0 0;
  order: 1; }
  @media (min-width: 1024px) {
    .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 #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

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

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

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

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

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden;
  padding-top: 100%; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .card-figure__link {
    display: block;
    position: relative; }
  @media (min-width: 768px) {
    .card-figure {
      padding-top: 80%; } }

.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: 768px) {
    .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;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  .card-title > a {
    color: #333333;
    text-decoration: none;
    display: block; }
    .card-title > a:hover {
      color: #757575; }

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

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

.card-body {
  text-align: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

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

.card-price {
  font-weight: bold;
  font-size: 24px;
  color: #000; }

.card-msrp {
  text-decoration: line-through;
  font-size: 16px;
  color: #434E54;
  padding-left: 5px; }

.metaltypes {
  margin-bottom: 10px;
  display: none; }
  .metaltypes span {
    display: inline-block;
    margin-right: 15px; }
  .metaltypes .cardrosegold {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: linear-gradient(323.71deg, rgba(255, 255, 255, 0.5) 25.35%, rgba(255, 255, 255, 0) 53.75%), #FFC0A9;
    border: 2px solid #CC8D76;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #B1B1B1;
    transform: rotate(90deg); }
  .metaltypes .cardsilver {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: linear-gradient(238.82deg, #EFEFEF 38.75%, #DDDDDD 71.09%);
    border: 2px solid #B8B8B8;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #B1B1B1;
    transform: rotate(90deg); }
  .metaltypes .cardgold {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    background: linear-gradient(331.19deg, rgba(255, 255, 255, 0.5) 30.9%, rgba(255, 255, 255, 0) 81.32%), #FFDF8D;
    border: 2px solid #D9B65B;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #B1B1B1;
    transform: rotate(90deg); }

.oneday {
  font-size: 12px;
  color: #000; }
  .oneday a {
    text-decoration: underline; }

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

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

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

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

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 768px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

/*
.navUser {
    @include nav($style: "navBar", $wrapper: "nav");
    @include verticalPositionMiddle("absolute");
    right: 0;
    top: 26px; // 2
    width: 100%; // 4
    z-index: zIndex("lowest"); // 5.

    @include breakpoint("medium") {
        padding: 0 spacing("single");
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        z-index: zIndex("high");
    }

    .dropdown-menu {
        background-color: stencilColor("navUser-dropdown-backgroundColor");
        border: 1px solid stencilColor("navUser-dropdown-borderColor");
        box-shadow: container("dropShadow");
        position: absolute;

        // scss-lint:disable NestingDepth
        &.is-open {
            &:before {
                @include css-triangle(
                    $triangle-direction: "bottom",
                    $triangle-size: 10px,
                    $triangle-color: stencilColor("navUser-dropdown-borderColor")
                );
                bottom: 100%;
                left: spacing("half");
                position: absolute;
            }

            &:after {
                @include css-triangle(
                    $triangle-direction: "bottom",
                    $triangle-size: 8px,
                    $triangle-color: stencilColor("navUser-dropdown-backgroundColor")
                );
                bottom: 100%;
                left: spacing("half") + remCalc(2px);
                position: absolute;
            }
        }
    }
}

.navUser-section {
    @include breakpoint("medium") {
        position: relative; // 7
    }
}

.navUser-action {
    color: stencilColor("navUser-color");
    font-weight: fontWeight("bold");
    padding: spacing("base") spacing("half");
    text-decoration: none;
    text-transform: uppercase;

    &:hover,
    &.is-open {
        color: stencilColor("navUser-color-hover");

        // scss-lint:disable NestingDepth
        svg {
            fill: stencilColor("navUser-color-hover");
            stroke: stencilColor("navUser-color-hover");
        }
        // scss-lint:enable NestingDepth
    }

    .icon {
        @include square(8px);
        margin: -1px 0 0 spacing("eighth");
    }

    svg {
        fill: stencilColor("navUser-color");
        stroke: stencilColor("navUser-color");
        transition: all 0.15s ease;
    }
}

.navUser-action--currencySelector + .dropdown-menu {
    &:before {
        // scss-lint:disable ImportantRule
        left: auto !important; // 6
        right: spacing("half"); // 6
    }

    &:after {
        // scss-lint:disable ImportantRule
        left: auto !important; // 6
        right: spacing("half") + remCalc(2px); // 6
    }
}

.navUser-action--storeCredit + .dropdown-menu {
    max-width: remCalc(300px);
    padding: spacing("single");

    &:before {
        // scss-lint:disable ImportantRule
        left: remCalc(140px) !important; // 3
    }

    &:after {
        // scss-lint:disable ImportantRule
        left: remCalc(142px) !important; // 3
    }
}

.navUser-action-divider {
    border-right: container("border");
    color: stencilColor("color-textSecondary");
    display: inline-block;
    padding: 0 remCalc(20) 0 0;
    text-decoration: none;
}

.navUser-item {
    display: none;

    @include breakpoint("medium") {
        display: block;

        &.navUser-item--social {
            margin-top: rem-calc(5px);
            padding-right: rem-calc(5px);
        }

        &.navUser-item--divider {
            font-size: rem-calc(25px);
            margin-top: rem-calc(8px);
            padding-left: rem-calc(2px);
        }
    }
}

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

    // removing cart link for small screens when quantity is 0
    &__hidden-s {
        @media (max-width: $screen-small) {
            display: none;
        }
    }

    .navUser-action {
        color: stencilColor("navUser-color");

        // scss-lint:disable NestingDepth
        &:hover,
        &.is-open {
            color: stencilColor("navUser-color-hover");
        }
    }

    .dropdown-menu {
        max-width: remCalc(320px);

        // scss-lint:disable NestingDepth
        &.is-open {
            top: auto !important; // 7
            left: auto !important; // 7
            right: remCalc(5px); // 7
            @include breakpoint("medium") {
                right: 0; // 7
            }

            &:before,
            &:after {
                left: auto;
            }

            &:before {
                right: spacing("half") - remCalc(5px); // 8
                @include breakpoint("medium") {
                    right: spacing("half"); // 8
                }
            }

            &:after {
                right: spacing("half") - remCalc(3px); // 8
                @include breakpoint("medium") {
                    right: spacing("half") + remCalc(2px); // 8
                }
            }
        }
    }
}

.navUser-item-cartLabel {
    display: none;

    @include breakpoint("small") {
        display: inline;
    }
}

.navUser-item--compare {
    display: none;

    &.show {
        display: block;
    }
}

.navUser-item--account {

    .navUser-or {

        // scss-lint:disable NestingDepth
        + .navUser-action {
            margin-right: -0.5rem; // 1
        }
    }

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

.navUser-or {
    color: stencilColor("navUser-color");
    cursor: default;
    display: inline-block;
    margin: 0 remCalc(-12px);
    padding: 0 2px;
    position: relative;
    z-index: 1;
}

// Quick search
// -----------------------------------------------------------------------------
//
// 1. Overriding the inline styles from Foundation as this is a unique dropdown.
//
// -----------------------------------------------------------------------------

.navUser-action--quickSearch {

    &.is-open {
        position: relative;

        // scss-lint:disable NestingDepth
        &:before {
            @include css-triangle(
                $triangle-direction: "bottom",
                $triangle-size: 10px,
                $triangle-color: color("greys", "lightest")
            );
            bottom: 0;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
        }
    }
}

.dropdown--quickSearch {
    background-color: $dropdown--quickSearch-backgroundColor;
    padding: spacing("single") 0;
    display: none;

    @include breakpoint("small") {
        padding: spacing("double");
    }

    &.is-open {
        display: initial;
        // scss-lint:disable ImportantRule
        left: 0 !important; // 1
        outline: none;
        right: 0 !important; // 1
        width: 100% !important;
        z-index: zIndex("high");
    }

    .form {
        margin: auto;
        max-width: 30rem;
    }

    .form,
    .form-field {
        margin-bottom: 0;
    }

    .form-input {
        font-size: fontSize("small");
        height: unset;
    }

    .productGrid {
        padding: spacing("single") 0 0;

        @include breakpoint("small") {
            padding: spacing("double") 0 0;
        }
    }
}

// Counter Pill
// -----------------------------------------------------------------------------
//
// 1. Hardcoded intentionally for precise pixels.
//
// -----------------------------------------------------------------------------

.countPill {
    background-color: stencilColor("navUser-indicator-backgroundColor");
    border-radius: 50%;
    color: color("whites", "bright");
    display: none;
    font-size: fontSize("tiny");
    font-weight: fontWeight("bold");
    height: 20px; // 1
    line-height: 20px; // 1
    margin-left: spacing("eighth");
    text-align: center;
    width: 20px; // 1
}

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

.countPill--alt {
    background-color: color("greys", "lighter");
    color: color("greys", "darker");
}
*/
body.has-activeNavPages {
  position: fixed; }

div#menu {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  background: #F3F8FF;
  width: 85%;
  left: -85%;
  transition: left .5s ease;
  height: 100%;
  font-size: 16px; }
  div#menu.is-open {
    left: 0%; }

#mnav-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999998;
  top: 0%;
  left: -100%;
  opacity: 0;
  transition: opacity .5s ease; }
  #mnav-bg.open {
    left: 0%;
    opacity: 1; }

div#mobilelistwrap ul {
  padding: 0px;
  margin: 0px;
  list-style: none; }

ul#mnav > li a, .mnavacc {
  height: 52px;
  display: block;
  line-height: 52px;
  font-weight: 300;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 15px;
  text-transform: capitalize;
  letter-spacing: .5px;
  color: #000;
  background-color: #fff; }

.mnavacc {
  text-transform: none;
  position: relative;
  background: transparent;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 20px; }
  .mnavacc svg {
    right: 0px;
    position: relative;
    top: 0px;
    font-size: 22px;
    margin-right: 5px;
    color: #445C92; }

ul#mnav > li ul {
  left: -100%;
  position: absolute; }

li.slidetitle {
  font-weight: 400;
  padding-left: 20px;
  margin-top: 25px;
  font-size: 18px;
  letter-spacing: 2px;
  padding-bottom: 10px; }

div#mnavbtm a, div#mnavbtm #mnav-welcome {
  display: block;
  color: #212957;
  font-size: 20px;
  padding: 10px 15px 10px; }
  div#mnavbtm a span.closemnav, div#mnavbtm #mnav-welcome span.closemnav {
    color: #fff;
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px; }

div#mnavbtm svg {
  font-size: 20px;
  color: #445C92;
  display: inline-block;
  margin-right: 5px; }

div#mnavbtm span.mnavor {
  text-decoration: none;
  text-transform: lowercase; }

div#mnavbtm .mnavbtext {
  color: #212957;
  font-size: 18px;
  font-weight: 300;
  display: inline-block; }

div#mnav-acclinks {
  padding: 0px;
  margin: 0px;
  padding-left: 40px;
  padding-bottom: 10px; }
  div#mnav-acclinks a {
    font-size: 15px;
    padding: 0px;
    text-decoration: underline; }

ul#mnav > li ul {
  left: -100%;
  width: 100%;
  z-index: 9;
  height: 100%;
  background: #fff;
  top: 0%;
  transition: all .5s ease;
  border-right: 1px #ccc solid; }
  ul#mnav > li ul.slideout {
    left: 0%;
    /*box-shadow: 0px 0px 14px rgba(0, 0, 0, .4);*/
    border-right: 0px #ccc solid;
    overflow-y: scroll; }

.parentlink svg, .has-children svg, #ringbuilder svg {
  float: right;
  position: relative;
  top: 18px;
  font-size: 14px;
  right: 10px;
  color: #999; }

.menulogo {
  margin: 0 auto;
  padding: 20px 0px 10px;
  text-align: center;
  background: #fff; }

span.closemnav {
  color: #fff;
  position: fixed;
  top: 0px;
  right: 15px;
  font-size: 30px;
  display: none; }
  @media (min-width: 768px) {
    span.closemnav {
      display: none; } }

.open span.closemnav {
  display: block; }

ul#mnav > li a.backlink {
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px; }
  ul#mnav > li a.backlink svg {
    font-size: 14px;
    color: #999;
    margin-right: 20px; }

ul#mnav > li ul a {
  border-bottom: 0px;
  text-transform: capitalize;
  font-weight: normal;
  height: auto;
  line-height: 50px;
  letter-spacing: .5px;
  font-weight: 300;
  font-size: 18px; }

ul#mnav > li ul a.shopbystyle.viewall {
  font-weight: bold; }
  ul#mnav > li ul a.shopbystyle.viewall svg {
    margin-left: 10px;
    font-size: 14px; }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  opacity: 0; }
  .heroCarousel.is-visible {
    opacity: 1; }
  @media (min-width: 768px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @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 {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw;
        max-height: 28.57143rem; } }
    @media (min-width: 768px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

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

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 768px) {
    .heroCarousel-title {
      font-size: 50px; } }

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

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

/*
.hero-swiper{

div#home-hero-countdown.main-banner {
    background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-sale-5.9-750-x-960-px-min.png");
    position: relative;
    padding-top: 131%;
    
    .countdown-text{
        color: #000;
    }
}

 @media (min-width: 768px) {
    div#home-hero-countdown.main-banner {
        background-image: url("
https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-sale-5.9-min.jpg"); 
                padding-top: 0;
    }
}
}

*/
.hero-swiper div#home-hero-countdown.main-banner {
  background-image: url("/s-y73h7mn55y/images/stencil/original/image-manager/flash-sale-july-mobile.png");
  position: relative;
  padding-top: 131%; }
  .hero-swiper div#home-hero-countdown.main-banner .countdown-text {
    color: #fff;
    display: none; }

@media (min-width: 768px) {
  .hero-swiper div#home-hero-countdown.main-banner {
    background-image: url("/s-y73h7mn55y/images/stencil/original/image-manager/flash-sale-july.png");
    padding-top: 0; } }

@media (min-width: 768px) {
  .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: 768px) {
  .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;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.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%;
  position: relative;
  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: 768px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1024px) {
    .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: 768px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1024px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

/*
.productView {
    padding-top: spacing("base");
}


// Images
// -----------------------------------------------------------------------------

.productView-images {
    margin-bottom: spacing("double");
}

.productView-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;

    @include breakpoint("medium") {
        min-height: 366px;
        min-width: inherit;
    }

    + .productView-thumbnails {
        margin-top: spacing("half");
    }

    @media (min-width: $screen-xxsmall) and (max-width: $screen-medium) {
        pointer-events: none;
    }
}

.productView-img-container {
    position: relative;
    margin: auto;
    max-width: get-width(stencilString('product_size'));
    width: 100%;

    img {
        @include lazy-loaded-img;
        max-height: 100%;
        width: 100%;
        object-fit: contain;        
        font-family: 'object-fit: contain;';
    }

    @include lazy-loaded-padding('product_size');
}

.productView-thumbnails {
    @include u-listBullets("none");
    @include grid-row($behavior: "nest");

    margin-left: -(spacing("quarter"));
    margin-right: -(spacing("quarter"));

    .slick-list {
        margin-left: remCalc(40px);
        margin-right: remCalc(40px);
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    img {
        @include lazy-loaded-img;
        margin: 0;
        width: get-width(stencilString('productview_thumb_size'));
        object-fit: contain;        
        font-family: 'object-fit: contain;';
        position: relative;
    }
}

.productView-thumbnail {
    @include grid-column(3);
    padding-left: spacing("quarter");
    padding-right: spacing("quarter");
    text-align: center;

    @include breakpoint("large") {
        width: 20%;
    }
}

.productView-thumbnail-link {
    border: container("border");
    display: inline-flex;
    height: 67px;
    max-width: 75px;
    padding: 2px;
    position: relative;
    width: 100%;
    box-sizing: content-box;
    justify-content: center;

    &:hover,
    &.is-active {
        border-color: color("greys", "darker");
    }
}


// Details
// -----------------------------------------------------------------------------
//
// 1. for Androind Chrome and IE with zoom horizontal scroll fix
//
// -----------------------------------------------------------------------------

.productView-details {
    padding-bottom: spacing("single") + spacing("third");

    &.product-options {
        overflow: hidden; // 1
    }
}


// Details - Product details
// -----------------------------------------------------------------------------

.productView-product {
    @include breakpoint("medium") {
        border-bottom: container("border");
        padding-bottom: spacing("single") + spacing("third");
    }

    > :last-child {
        margin-bottom: 0;
    }
}

.productView-title {
    font-size: fontSize("small");
    margin: -(spacing("half")) 0 spacing("quarter");

    @include breakpoint("medium") {
        margin-top: spacing("single");
    }

    @include breakpoint("large") {
        font-size: fontSize("largest");
    }
}

.productView-brand {
    color: $productView-brand-link-color;
    font-size: fontSize("smaller");
    margin: 0 0 spacing("half");

    @include breakpoint("large") {
        font-size: fontSize("small");
        margin: -(spacing("eighth")) 0 spacing("base");
    }

    a {
        color: $productView-brand-link-color;

        // scss-lint:disable NestingDepth
        &:hover {
            color: $productView-brand-link-color--hover;
        }
    }
}

// Details - Product price
// -----------------------------------------------------------------------------

.productView-price {
    font-size: fontSize("smaller");
    margin-bottom: spacing("third");

    @include breakpoint("medium") {
        font-size: fontSize("larger");
        margin-bottom: spacing("base");
    }

    .price-section--saving {
        font-size: fontSize("smaller");
    }

    abbr {
        border: 0;
        color: inherit;
        font-size: inherit;
    }
}

.productView-reviewLink {
    display: inline-block;
    margin-left: spacing("quarter");
    vertical-align: middle;
    color: stencilColor("color-textSecondary");

    // scss-lint:disable NestingDepth
    &:hover {
        color: stencilColor("color-textSecondary--hover");
    }

    &--new {
        padding: 0;
    }
}


// Details - Product Information
// -----------------------------------------------------------------------------

.productView-info {
    @include clearfix;
    margin-top: spacing("half");

    @include breakpoint("small") {
        margin-top: 0;
    }

    > :first-child {

        @include breakpoint("small") {
            margin-top: spacing("single");
        }
    }

    > :last-child {
        margin-bottom: 0;
    }
}

.productView-info-name,
.productView-info-value {
    float: left;

    @include breakpoint("small") {
        float: none;
    }
}

.productView-info-name {
    clear: both;
    margin-bottom: spacing("eighth");
    margin-right: spacing("quarter");

    @include breakpoint("small") {
        font-family: fontFamily("headingSans");
        font-size: fontSize("smallest");
        font-weight: fontWeight("normal");
    }
}

.productView-info-value {
    margin-bottom: spacing("quarter");

    @include breakpoint("small") {
        margin-bottom: spacing("base");
    }
}


// Details - Product options
// -----------------------------------------------------------------------------
//
// 1. Align the product options list item radios vertically.
// 2. Resetting font due to inline-block whitespace issue.
// 3. File upload button does not properly display in IE if font-size is 0
//
// -----------------------------------------------------------------------------

.productView-options {
    @include clearfix;
    margin-bottom: spacing("single");
    text-align: center;

    @include breakpoint("small") {
        text-align: left;
    }

    .form-input[type="number"] {
        @include breakpoint("small") {
            width: grid-calc(2, $total-columns);
        }
    }

    .form {
        display: inline;
    }

    input[type="file"] {
        font-size: fontSize("smallest"); // 3
    }

    .form-field {
        font-size: 0; // 2
        margin-bottom: 2rem;

        // scss-lint:disable SelectorDepth, NestingDepth
        > .form-checkbox + .form-label
        {
            display: inline-block;
            margin-left: spacing("single");
            width: auto;

            @include breakpoint("small") {
                margin-left: 0;
                width: 100%;
            }
        }

        > .form-radio + .form-label {
            text-align: justify;
            display: inline-block;
        }

        > .form-label:nth-of-type(2) {
            margin-left: 0;
        }
    }

    .form-action {

        @include breakpoint("small") {
            float: left;
            padding: 0 remCalc(10);
            width: 50%;
        }

        @include breakpoint("medium") {
            float: none;
            padding: 0;
            width: auto;
        }

        @include breakpoint("large") {
            display: inline-block;
            margin-top: 1rem;
        }

        // scss-lint:disable SelectorDepth, NestingDepth
        .button {
            width: 100%;

            @include breakpoint("large") {
                margin-right: spacing("half");
                width: auto;
            }
        }
    }
}


// Product list (with images)
// -----------------------------------------------------------------------------

.productOptions-list {
    border: $productOptions-list-border;
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

.productOptions-list-item {
    padding: $productOptions-list-item-padding;

    + .productOptions-list-item {
        border-top: $productOptions-list-item-borderTop;
    }

    .form-label {
        text-align: left;
        top: -2px; // 1
    }
}

.productOptions-list-item-figure,
.productOptions-list-item-content {
    display: table-cell;
    vertical-align: middle;
}

.productOptions-list-item-figure {
    width: $productOptions-list-item-figure-width;
}

.productOptions-list-item-content {
    padding-left: $productOptions-list-item-content-paddingLeft;
}


// Share products
// -----------------------------------------------------------------------------

.shareProduct {
    text-align: center;
}


// EasyZoom settings for zoomable product image
// -----------------------------------------------------------------------------

.productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    img {
        max-width: none;
        width: auto;
    }
}
*/
.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

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

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

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

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

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

.blocker-container {
  position: relative; }

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

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

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

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
      .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: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 20px; }
  @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: 768px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

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

@media (min-width: 768px) {
  .cart-item-figure {
    float: none;
    text-align: left;
    width: 8.33333%;
    min-width: 200px; } }

.pricecol.cart-item-info {
  padding-left: 0px; }
  .pricecol.cart-item-info .cart-item-value {
    padding-left: 1.5rem; }

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

.cart-item-image {
  width: auto;
  max-width: 100%; }
  @media (min-width: 768px) {
    .cart-item-image {
      padding: 10px;
      max-width: 100%; } }

.cart-item-title {
  display: table-cell;
  height: auto;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      padding: 10px; } }

.cart-item-title {
  display: table-cell;
  height: auto;
  padding-left: 1.5rem; }
  @media (min-width: 768px) {
    .cart-item-title {
      display: table-cell;
      padding: 10px; } }

.cart-item-info {
  padding-left: 1.5rem;
  margin: -5px 0px 10px auto; }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      padding-left: 0px; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0px; }

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

.cart-item-quantity .form-increment {
  margin-bottom: 20px;
  position: absolute;
  left: 15px;
  top: 115px; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-bottom: 5px; } }

@media (min-width: 768px) {
  .cart-item-quantity {
    margin-left: 0; } }

button.cart-remove-new {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  font-weight: 400 !important;
  text-decoration: underline; }
  @media (min-width: 768px) {
    button.cart-remove-new {
      text-align: left; } }

.cart-item-label {
  float: left;
  margin-bottom: 0.35714rem;
  text-align: left;
  width: 50%;
  text-transform: uppercase;
  color: #333;
  font-size: 14px; }
  @media (min-width: 768px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #000;
  margin-bottom: 0.21429rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575;
    width: 20px; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0px;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1024px) {
    .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: 768px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.5rem;
    background-size: 1.42857rem 1.42857rem;
    height: auto;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total.grand-total {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .cart-total.grand-total {
      padding-bottom: 0px; } }

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 768px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      padding-bottom: 0px;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

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

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: normal; }

.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: 10px;
  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; }

.cart-additionalCheckoutButtons {
  display: none;
  text-align: center; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  @media screen and (min-width: 960px) {
    .cart-additionalCheckoutButtons {
      text-align: left; } }
  .cart-additionalCheckoutButtons div#paypalcommerce-container1 {
    margin-bottom: 15px;
    max-width: 250px; }
  .cart-additionalCheckoutButtons .FloatRight.GooglePayCheckout.RemoteCheckout.CheckoutButton {
    width: 100%; }
  .cart-additionalCheckoutButtons .FloatRight.AmazonPayCheckout.RemoteCheckout.CheckoutButton {
    margin-left: auto;
    margin-right: auto; }
  .cart-additionalCheckoutButtons .FloatRight.AmazonPayCheckout.RemoteCheckout.CheckoutButton > p {
    display: none !important; }
  .cart-additionalCheckoutButtons .GooglePayContainer > div {
    width: 100%; }
  .cart-additionalCheckoutButtons .FloatRight {
    display: block;
    vertical-align: top;
    padding: 0 10px;
    margin-bottom: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }
    .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
      content: " ";
      display: table; }
    .cart-additionalCheckoutButtons .FloatRight:after {
      clear: both; }
    @media screen and (min-width: 960px) {
      .cart-additionalCheckoutButtons .FloatRight:first-of-type {
        padding-left: 0;
        padding-right: 5px; }
      .cart-additionalCheckoutButtons .FloatRight:last-of-type {
        padding-right: 0;
        padding-left: 5px; } }
    .cart-additionalCheckoutButtons .FloatRight p {
      float: none !important;
      margin-bottom: 0.35714rem;
      text-align: right; }
    .cart-additionalCheckoutButtons .FloatRight form {
      float: right; }

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

.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;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: left; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 2px; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #757575;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000; }

.previewCartItem-name {
  line-height: 15px;
  height: 46px;
  overflow: hidden; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  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%; }

.button.button--small.button--primary {
  font-weight: bold; }

.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-viewCart {
  padding-left: 0.35714rem; }

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

.body.cart-page div[data-cart-content] {
  padding: 0px; }
  @media (min-width: 768px) {
    .body.cart-page div[data-cart-content] {
      padding: 20px 20px; } }

.body.cart-page .page-content > .cart-actions {
  padding: 0px 20px; }
  .body.cart-page .page-content > .cart-actions .button.button--primary {
    background: linear-gradient(#9eb955, #94ad50);
    border: 1px solid #8f9776;
    box-shadow: 0px 3px 0px #8f9776;
    font-weight: 800; }
    .body.cart-page .page-content > .cart-actions .button.button--primary:hover {
      box-shadow: none; }

.body.cart-page .page-content > .cart-additionalCheckoutButtons {
  padding: 0px 20px; }

@media (min-width: 768px) {
  .cart-page h1[data-cart-page-title] {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    padding-left: 15px; } }

.cart-page .previewCartAction .button {
  border-color: #ccc; }
  .cart-page .previewCartAction .button:hover {
    border-color: #000; }

.cart-page div.cart-content-wrap div[data-cart-status] div.alertBox--info {
  background-color: #fff;
  color: #2D5E87;
  border-radius: 0;
  font-size: 16px; }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap div[data-cart-status] div.alertBox--info {
      font-size: 16px;
      margin-bottom: 20px; } }

.cart-page div.cart-content-wrap div#cartleft {
  font-size: 16px;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap div#cartleft {
      width: 100%;
      display: inline-block; } }
  @media only screen and (min-width: 960px) {
    .cart-page div.cart-content-wrap div#cartleft {
      width: calc(100% - 405px); } }
  .cart-page div.cart-content-wrap div#cartleft table.cart th {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-figure {
    width: 100px;
    text-align: center;
    float: left; }
    @media (min-width: 768px) {
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-figure {
        float: none;
        width: auto; } }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-title,
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-info,
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-quantity {
    vertical-align: text-top; }
    @media (min-width: 768px) {
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-title,
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-info,
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item td.cart-item-quantity {
        margin: 0 0 .78571rem; } }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item h4.cart-item-name {
    padding-bottom: 5px;
    line-height: 18px; }
    .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item h4.cart-item-name a {
      color: #000;
      font-size: 14px;
      font-weight: 400;
      text-decoration: none;
      font-family: "Karla", Arial, Helvetica, sans-serif;
      line-height: 14px; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item p.cart-item-sku {
    color: #333;
    margin: 0;
    font-size: 12px;
    font-weight: 500; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList {
    margin: 0;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList {
        padding: 0; } }
    .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList dt.definitionList-key,
    .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item dl.definitionList dd.definitionList-value {
      font-size: 14px;
      font-weight: 400; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-options.cart-item-options--giftWrapping {
    font-size: 14px; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item h2 {
    text-align: left; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-block.cart-item-title a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: capitalize;
    text-decoration: none;
    text-align: left; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list .cart-item-label {
    display: none; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list td.cart-item-quantity {
    margin-top: -5px;
    margin-bottom: 0px; }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list .cart-item-value:nth-of-type(1) {
    font-weight: 600; }
    .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list .cart-item-value:nth-of-type(1):before {
      content: "Total:";
      width: auto;
      display: inline-block;
      margin-right: 5px;
      font-size: 16px;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list .cart-item-value:nth-of-type(1):before {
          display: none; } }
  .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list a.cart-remove {
    display: inline-block;
    background: none;
    float: none;
    margin: 0 auto;
    border-radius: 0;
    height: auto;
    width: auto;
    font-size: 12px;
    color: #000;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      .cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list a.cart-remove {
        display: block;
        max-width: 50%; } }

.cart-page td.cart-item-block.cart-item-info.pricecol {
  margin-bottom: 0px; }

.cart-page div[data-cart-totals] {
  font-size: 14px;
  width: 100%;
  display: block;
  vertical-align: top;
  text-align: left; }
  .cart-page div[data-cart-totals] h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0px 0 13px;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    letter-spacing: 0px;
    text-align: left; }
    @media (min-width: 768px) {
      .cart-page div[data-cart-totals] h2 {
        padding: 19px 0 13px; } }
  .cart-page div[data-cart-totals] ul.cart-totals {
    width: 100%;
    float: none;
    margin: 14px 0;
    max-width: none; }
    .cart-page div[data-cart-totals] ul.cart-totals li.cart-total {
      border: 0;
      color: #000; }
      .cart-page div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-label {
        font-size: 16px;
        display: inline-block;
        width: 70%;
        text-align: left;
        color: #000;
        padding: 5px 0px;
        font-weight: 400; }
      .cart-page div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value {
        font-size: 14px;
        display: inline-block;
        width: 30%;
        text-align: right;
        font-weight: 600;
        padding: 5px 0px; }
        .cart-page div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value button {
          color: #2D5E87;
          text-decoration: underline; }
    .cart-page div[data-cart-totals] ul.cart-totals li.grand-total {
      border-top: 1px solid #ddd; }
      .cart-page div[data-cart-totals] ul.cart-totals li.grand-total div.cart-total-label {
        font-size: 20px;
        line-height: 30px; }
        @media only screen and (min-width: 768px) {
          .cart-page div[data-cart-totals] ul.cart-totals li.grand-total div.cart-total-label {
            font-size: 24px; } }
      .cart-page div[data-cart-totals] ul.cart-totals li.grand-total div.cart-total-value {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) {
          .cart-page div[data-cart-totals] ul.cart-totals li.grand-total div.cart-total-value {
            font-size: 24px; } }

div.cart-total-label strong {
  font-weight: 400; }

div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total div.cart-total-value {
  font-size: 16px;
  font-weight: 500; }

div.top-checkout-btn {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    div.top-checkout-btn {
      display: none; } }
  div.top-checkout-btn a.checkout-btn {
    display: block;
    float: none;
    width: calc(100% - 40px);
    font-size: 21px !important;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
    margin-left: 20px;
    margin-right: 20px; }

div.totals-checkout-btn-wrapper {
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    div.totals-checkout-btn-wrapper {
      width: 100%;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (min-width: 960px) {
    div.totals-checkout-btn-wrapper {
      width: 30%;
      min-width: 360px;
      max-width: 360px; } }

#totalswrap {
  padding: 0px 20px; }
  @media (min-width: 768px) {
    #totalswrap {
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  div.totals-checkout-btn-wrapper {
    border: 1px solid #ddd; } }

#cartleft a.checkout-top {
  display: block;
  float: none;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0px;
  margin-bottom: 5px;
  text-decoration: none;
  height: 60px;
  line-height: 58px;
  letter-spacing: 1px;
  background: #31467E;
  color: #fff;
  border: 2px #4368CD solid;
  margin-left: 20px;
  margin-right: 20px; }
  @media screen and (min-width: 960px) {
    #cartleft a.checkout-top {
      display: none;
      margin-bottom: 5px;
      float: none; } }
  #cartleft a.checkout-top:hover {
    background: #4368CD; }

div.cart-actions-wrapper {
  padding: 0px; }
  div.cart-actions-wrapper div.cart-actions {
    margin-bottom: 1rem; }
    div.cart-actions-wrapper div.cart-actions a.checkout-btn {
      display: block;
      float: none;
      font-size: 20px;
      font-weight: 700;
      margin: 0;
      padding: 0px;
      margin-bottom: 5px;
      text-decoration: none;
      height: 60px;
      line-height: 58px;
      letter-spacing: 1px;
      background: #31467E;
      color: #fff;
      border: 2px #4368CD solid; }
      @media screen and (min-width: 960px) {
        div.cart-actions-wrapper div.cart-actions a.checkout-btn {
          margin-bottom: 5px;
          float: none;
          display: block; } }
      div.cart-actions-wrapper div.cart-actions a.checkout-btn:hover {
        background: #4368CD; }
    div.cart-actions-wrapper div.cart-actions span {
      color: #559800;
      font-weight: 900;
      font-size: 14px;
      line-height: 17px;
      width: calc(100% - 20px);
      text-transform: uppercase; }
      div.cart-actions-wrapper div.cart-actions span svg {
        font-size: 16px;
        margin-right: 2px;
        vertical-align: top; }
    div.cart-actions-wrapper div.cart-actions > span {
      display: block;
      text-align: left;
      width: 100%; }
      @media screen and (min-width: 960px) {
        div.cart-actions-wrapper div.cart-actions > span {
          vertical-align: middle;
          float: none;
          display: inline-block; } }
  div.cart-actions-wrapper div.cart-additionalCheckoutButtons {
    clear: both; }
    div.cart-actions-wrapper div.cart-additionalCheckoutButtons p {
      font-size: 14px;
      text-align: center; }
    div.cart-actions-wrapper div.cart-additionalCheckoutButtons div,
    div.cart-actions-wrapper div.cart-additionalCheckoutButtons form {
      float: none;
      margin-bottom: 5px; }
    div.cart-actions-wrapper div.cart-additionalCheckoutButtons div.CheckoutButtonAmazon {
      margin-bottom: 0; }

div.trusted-secure {
  text-align: center;
  background-color: #fff;
  padding: 0px 0; }
  div.trusted-secure h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 20px; }
  div.trusted-secure img {
    width: 50%;
    padding: 17px;
    max-width: 150px; }
    @media (min-width: 768px) {
      div.trusted-secure img {
        max-width: 25%;
        width: auto; } }

.alertBox-column.alertBox-icon {
  display: none; }
  @media (min-width: 768px) {
    .alertBox-column.alertBox-icon {
      display: none; } }

.cartqty {
  display: inline-block;
  width: 50%; }

.form-increment {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .form-increment {
      margin-bottom: 5px; } }

a.cart-remove-text {
  font-size: 14px;
  text-decoration: underline;
  margin-left: 2px; }

.body.cart-page .button.button--small.button--primary {
  padding: 9px; }

.body.cart-page .cart-item-info {
  margin-left: 90px; }

.body.cart-page .page-content {
  padding-left: 0px;
  padding-right: 0px; }

.body.cart-page .page-content > .cart-actions,
.body.cart-page .page-content > .cart-additionalCheckoutButtons,
.body.cart-page div[data-cart-totals] {
  padding: 0 20px; }

.cart-content-wrap {
  max-width: 100%;
  /* text-align: left; */
  margin: 0 auto; }

.cartqty .button {
  border: none; }

.previewCartAction-checkout .button.button--small.button--primary {
  height: 40px;
  line-height: 24px; }

#cartleft,
.totals-checkout-btn-wrapper {
  padding-bottom: 0px; }

.cart-page.pace-done .body {
  margin-top: 0px; }

#cart-payments {
  text-align: left;
  margin-top: 5px;
  padding-bottom: 20px; }
  @media screen and (min-width: 960px) {
    #cart-payments {
      text-align: left; } }
  #cart-payments p {
    text-align: left;
    font-size: 15px;
    color: #3E3E3E;
    margin-bottom: 11px; }
  #cart-payments img {
    width: 48px;
    margin-right: 5px;
    border: 1px #ddd solid;
    border-radius: 3px; }
    #cart-payments img:last-child {
      margin-right: 0; }

.itemgw {
  margin-top: 10px;
  margin-bottom: 10px; }
  .itemgw * {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    color: #31467E; }
  .itemgw a {
    font-weight: normal !important;
    text-decoration: underline !important; }

.or-use-label {
  display: none !important; }

.totals-checkout-btn-wrapper div#bread-cart-btn-wrap,
.totals-checkout-btn-wrapper #affirm-btn-wrap {
  max-width: 324px;
  float: none;
  margin-top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 20px;
  visibility: visible !important;
  padding-top: 8px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 10px; }

.totals-checkout-btn-wrapper div#cartbreadwrap,
.totals-checkout-btn-wrapper #affirm-wrap {
  margin-bottom: 20px;
  display: block;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

div#bread-cart-btn-wrap img {
  width: 76px;
  margin: auto;
  display: inline-block; }

div#afffirm-promo-box {
  height: auto !important; }

div#bread-cart-btn {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  max-width: 155px;
  text-align: left;
  vertical-align: top;
  text-decoration: none;
  font-size: 18px;
  text-decoration: none; }

div#bread-cart-btn a {
  font-size: 16px;
  text-decoration: none; }

.cart-page #goback {
  padding: 15px 20px; }

#giftwrapbox {
  border: 4px #D3DDED solid;
  margin-bottom: 30px;
  padding: 10px;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    #giftwrapbox {
      float: left;
      width: 445px;
      padding: 20px;
      padding-left: 10px;
      border-width: 5px;
      margin-left: 15px; } }
  #giftwrapbox #giftwraptext {
    float: left;
    margin-left: 15px; }
  #giftwrapbox img {
    float: left;
    margin: 0px 0px;
    max-width: 100px; }
  #giftwrapbox strong {
    color: #212957;
    font-weight: 400;
    text-align: left;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 5px; }
  #giftwrapbox p {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 8px;
    padding-top: 5px; }
  #giftwrapbox .giftwrapprice {
    font-size: 21px;
    color: #212957;
    font-weight: 400;
    letter-spacing: 0px; }
  #giftwrapbox #giftwrapadd {
    background: #31467E;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0px;
    margin-top: 8px;
    max-width: 137px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }

#cup-top h1 {
  color: #212957;
  font-weight: bold;
  margin-top: 0px;
  line-height: 30px;
  margin-bottom: 20px; }

div#cup-top {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px; }

.cup-box {
  width: calc(50% - 10px);
  float: left; }

.cup-box:first-child {
  margin-right: 20px; }

.cup-box {
  width: calc(50% - 10px);
  float: left;
  padding: 15px 20px;
  border: 1px #ddd solid;
  color: #212957;
  cursor: pointer;
  position: relative; }

.cup-box:before {
  content: " ";
  display: block;
  background: url(../img/wbands/uncheck.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  left: 10px;
  margin-left: 0;
  background-size: 100%; }

.cup-box.cup-selected:before {
  background-image: url(../img/wbands/checked.png) !important; }

.cup-title {
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px; }

.cup-price {
  font-weight: bold;
  font-size: 17px; }

div#cup-total {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px; }

span#redprice {
  color: #b00000; }

div#cup-addtocart {
  background: #212957;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0px;
  padding: 15px 15px;
  cursor: pointer; }

div#cup-nthanks {
  background: #f1f3f7;
  text-align: center;
  color: #5e8ab9;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 15px;
  border-top: 1px #ccc solid;
  cursor: pointer; }

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

.cup-img img {
  max-height: 130px;
  margin: auto;
  margin-bottom: 20px; }

body.cart .modal-background {
  background: rgba(45, 45, 45, 0.5); }

body.cart .modal {
  overflow-y: scroll !important; }

div#afffirm-promo-box {
  text-align: left !important; }

a.affirm-modal-trigger {
  color: #31467e;
  text-decoration: underline; }

button.button.button--icon {
  border: 1px #ccc solid;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 0px;
  color: #000;
  border-radius: 5px; }

.cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total.grandtotal {
  display: block;
  margin-top: 5px;
  padding: 3px 0px;
  font-weight: bold; }
  .cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total.grandtotal * {
    font-size: 24px;
    font-weight: 400; }

span#securelock {
  color: #0F6900;
  font-size: 18px;
  text-align: left;
  display: block; }
  span#securelock svg {
    margin-right: 4px; }

div#lowas {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total.discount strong,
.cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total.discount .cart-total-value {
  color: #990E35;
  font-weight: 700;
  letter-spacing: -.3px; }

div#greencoup {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #071D33;
  text-align: center;
  background: #E9F8FF;
  height: 40px;
  line-height: 39px;
  font-size: 18px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    div#greencoup {
      float: none;
      margin-bottom: 0px; } }
  div#greencoup svg {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 3px; }

div#cbstracker {
  border: 3px #073405 solid;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  color: #073405;
  margin-bottom: 20px;
  font-weight: 900;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 20px; }
  div#cbstracker span {
    color: #B40C10; }
  div#cbstracker .spendmore {
    color: #B40C10;
    font-weight: normal; }
  @media (min-width: 768px) {
    div#cbstracker {
      padding: 18px 15px;
      font-size: 23px;
      margin-left: 15px;
      margin-right: 15px;
      line-height: 26px; } }

.definitionList-c {
  font-size: 14px;
  color: #444;
  margin-top: 5px;
  margin-bottom: 15px; }

.cart-page div.cart-content-wrap td.cart-item-block.cart-item-info.pricecol {
  float: right;
  width: calc(100% - 120px);
  display: block;
  text-align: left;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .cart-page div.cart-content-wrap td.cart-item-block.cart-item-info.pricecol {
      float: none;
      width: auto; } }

span.definitionList-value-c.cartsku {
  margin-right: 7px; }

.handilingtime {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  display: block;
  width: 100%;
  float: left;
  padding-left: 5px; }
  @media (min-width: 768px) {
    .handilingtime {
      margin-bottom: 15px; } }

div#fres-byxmas svg {
  margin-right: 5px; }

.handilingtime #fres-byxmas {
  display: block;
  width: 142px;
  margin-bottom: 10px;
  padding-right: 0px;
  color: #F3C626;
  background: #122A34; }

span.cartmsrp {
  display: block;
  color: #333333;
  margin-right: 0px; }

span.cartmsrp::before {
  content: "List "; }

.pricecol.cart-item-info .cart-item-value {
  padding-left: 4px; }

.sayyescart {
  color: #9A001A;
  font-size: 16px;
  font-weight: bold; }

.cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .priceitemtotal.cart-item-value {
  color: #000; }

.form-increment {
  position: absolute;
  top: 115px;
  left: 15px; }
  @media (min-width: 768px) {
    .form-increment {
      position: relative;
      top: 0px;
      left: 0px;
      text-align: left; } }

.cartoldprice {
  color: #2E2E2E; }

tr.cart-item.cartsale.cart-saleitem.pricechecked {
  float: left; }
  @media (min-width: 768px) {
    tr.cart-item.cartsale.cart-saleitem.pricechecked {
      float: none; } }

td.handletd,
.cartcctext {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: block;
  padding: 20px 15px;
  position: relative;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item {
      display: table-row;
      float: none; } }

.cartcctext {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #071D33;
  background-color: #E9F8FF;
  padding: 5px 5px; }
  @media (min-width: 768px) {
    .cartcctext {
      margin-bottom: 10px;
      display: inline-block;
      width: auto;
      padding: 5px 10px; } }

.handilingtime svg {
  margin-right: 5px; }

@media (min-width: 768px) {
  td.couptd,
  td.handletd {
    display: none; } }

@media (min-width: 768px) {
  .cart-page div.cart-content-wrap td.cart-item-block.cart-item-info.pricecol {
    display: table-cell; } }

a.cart-item-name__label {
  max-width: 420px;
  font-weight: bold; }

.cart-additionalCheckoutButtons h6 {
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 25px; }

.cart-additionalCheckoutButtons {
  background: #F2F7FF;
  padding-bottom: 30px; }

.FloatRight.GooglePayCheckout.RemoteCheckout.CheckoutButton:nth-child(10) {
  display: none; }

a.cart-item-name__label {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 18px;
  padding-top: 15px !important;
  display: block; }
  @media (min-width: 768px) {
    a.cart-item-name__label {
      font-size: 18px !important;
      line-height: 22px; } }

td.cart-item-block.cart-item-info.pricecol {
  text-align: right; }

@media (min-width: 768px) {
  td.cart-item-block.cart-item-info.pricecol.cart-oprice-col {
    min-width: 165px;
    text-align: left; } }

tr.cart-item.cart-saleitem.pricechecked.nosale .cartcctext,
tr.cart-item.cart-saleitem.pricechecked.nosale .cartoldprice,
tr.cart-item.cart-saleitem.pricechecked.nosale .cartmsrp {
  display: none; }

tr.cart-item.cart-saleitem.pricechecked.nosale span.cart-item-value.cart-oprice.cc-highlight {
  color: #000 !important; }

div#popsells {
  background: #F2F7FF;
  padding: 20px;
  text-align: left;
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    div#popsells {
      width: calc(100% - 20px);
      margin-right: 20px; } }

div#popsells h2 {
  font-family: 'mr-eaves-sans';
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0px;
  padding-top: 10px; }

.popsellbox {
  border: 1px #ccc solid;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  padding: 10px;
  display: flex;
  cursor: pointer; }
  @media (min-width: 768px) {
    .popsellbox {
      display: inline-block;
      width: calc(25% - 10px);
      flex-wrap: wrap;
      justify-content: center;
      margin-right: 10px; }
      .popsellbox:last-child {
        margin-right: 0px; } }
  .popsellbox:hover {
    box-shadow: 0px 4px 9px 0px #B1B4B9; }
    .popsellbox:hover .popsell-add {
      background: #2F56BF;
      color: #fff; }

.popsell-add {
  color: #2F56BF;
  height: 30px;
  width: 70px;
  border-radius: 100px;
  line-height: 30px;
  text-align: center;
  border: 2px #2F56BF solid;
  margin-top: 8px;
  font-family: 'mr-eaves-sans';
  font-size: 14px; }
  @media (min-width: 768px) {
    .popsell-add {
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }

.popsell-title {
  font-weight: bold; }

.popsell-text {
  width: calc(100% - 120px); }
  @media (min-width: 768px) {
    .popsell-text {
      width: 100%;
      text-align: center;
      margin-top: 15px; } }

.popsell-img svg {
  font-size: 35px;
  padding: 3px 4px;
  color: #31467E; }

.popsell-img {
  width: 50px;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .popsell-img {
      width: 80px;
      margin: auto;
      margin-top: 10px;
      height: 80px;
      position: relative; }
      .popsell-img img,
      .popsell-img svg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        font-size: 55px; } }

.fsbar {
  text-align: center;
  border-bottom: 1px #ccc solid;
  background: #f7f7f7;
  padding: 10px 5px; }
  .fsbar .fstext {
    font-size: 16px; }
    .fsbar .fstext svg {
      margin-right: 4px; }
  .fsbar .fstext.active {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .fsbar div.fsprogress {
    display: flex;
    padding: 0px 20px;
    margin-top: 10px; }
    .fsbar div.fsprogress .fsbarbg {
      background: #D6E8D6;
      width: 100%;
      height: 14px;
      border-radius: 20px;
      margin-right: 12px; }
    .fsbar div.fsprogress span.fsbar-label {
      background: #D6E8D6;
      font-weight: bold;
      color: #0A610A;
      font-size: 12px;
      padding: 1px 5px;
      position: relative;
      top: -4px;
      padding-left: 7px;
      transition: all .2s ease-in-out;
      transition-delay: .5s; }
      .fsbar div.fsprogress span.fsbar-label:before {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        left: -5px;
        top: 5px;
        transform: rotate(45deg);
        background-color: #D6E8D6;
        transition: all .2s ease-in-out;
        transition-delay: .5s; }
    .fsbar div.fsprogress span.fsbar-label.totalmet {
      background: #0B620B;
      color: #fff; }
      .fsbar div.fsprogress span.fsbar-label.totalmet:before {
        background-color: #0B620B; }
    .fsbar div.fsprogress .fsbar-inner {
      background: #0A610A;
      width: 0%;
      height: 14px;
      border-radius: 20px;
      background: linear-gradient(90deg, #1B871B 37.91%, #0A610A 74.48%);
      border: 1px solid #000000;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      transition: width .5s ease-in-out; }
  .fsbar.cart {
    padding: 15px;
    margin-bottom: 0px; }
  .fsbar .fsprogress svg {
    margin-right: 9px;
    color: #147614; }
  .fsbar .fstext p {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
    text-transform: none; }
  .fsbar .fstogo {
    color: #147614; }

.cart-spacer {
  background-color: #fff;
  margin-left: -1px;
  height: 15px;
  width: calc(100% + 2px);
  border-bottom: 1px #ccc solid; }

div.avd-cart {
  color: #FE727F;
  font-weight: bold;
  position: relative;
  top: -1px;
  display: block; }
  div.avd-cart svg {
    position: relative;
    top: 1px; }

.avd-top {
  display: none; }

.bymd {
  color: #B94D5E;
  font-weight: bold; }

.add-insurance {
  background: #EDF6FF;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #31467E; }
  .add-insurance strong {
    font-weight: bold; }
  .add-insurance button {
    background: #31467E;
    color: #fff;
    border-radius: 100px;
    float: right;
    font-size: 16px;
    font-weight: bold; }
    .add-insurance button.added {
      background: #0A610A;
      color: #fff;
      display: none; }
  .add-insurance.added button {
    display: none; }
    .add-insurance.added button.added {
      display: inline-block; }

.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: 1024px) {
    .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: #757575;
  font-weight: 400; }

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .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: 768px) {
    .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: 768px) {
    .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; }

@media (min-width: 768px) {
  #previewModal {
    max-width: 640px; } }

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 768px) {
    .previewCart .productView {
      display: block;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      width: 100%; }
    .previewCart .productView-image {
      display: block;
      flex-direction: column;
      max-width: 200px;
      padding: 0px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .previewCart .productView-image {
      margin: 0px;
      display: inline-block;
      min-width: 200px; } }
  @media (min-width: 768px) {
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      width: 100%; } }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 100%; }
  .previewCart .productView {
    margin: 0px; }
    @media (min-width: 768px) {
      .previewCart .productView {
        text-align: left; } }
  .previewCart dl.productView-info {
    margin-bottom: 0px; }
  .previewCart figure.productView-image {
    clear: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    max-width: 200px;
    margin: auto;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      .previewCart figure.productView-image {
        display: inline-block;
        margin: 0px;
        min-width: 180px; } }
  @media (min-width: 768px) {
    .previewCart .productView-details {
      width: calc(100% - 221px);
      display: inline-block;
      vertical-align: top;
      padding-top: 40px;
      font-size: 18px;
      padding-left: 20px; }
      .previewCart .productView-details .productView-title {
        font-size: 16px; } }
  .previewCart a.button.button--primary {
    margin-top: 15px; }
  .previewCart .previewCartCheckout-subtotal {
    margin: 0px; }
  .previewCart span#previewsub {
    position: relative;
    top: 13px;
    font-size: 18px; }
  .previewCart dl dd {
    margin-bottom: 0px; }

dt.productView-info-name, dd.productView-info-value {
  display: inline-block; }

.previewCart .productView-image {
  min-height: auto !important; }

.previewCartCheckout {
  background: #fff;
  padding: 0px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 0px;
      width: 100%; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

section.previewCartCheckout a.button {
  display: none; }

.modal-body section.previewCartCheckout a.button {
  display: block;
  margin-top: 15px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px; }

.modal-body section.previewCartCheckout a.button.button--primary {
  background-color: #31467E; }

.cart-actions.cart-content-padding-right a.button.button--primary {
  background: #31467E !important;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 16px;
  letter-spacing: 0px;
  display: block;
  margin-top: 0px; }

section.previewCartCheckout p, .previewCartAction-checkoutMultiple {
  display: none !important; }

.previewCartCheckout-price {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  float: right;
  clear: none; }

.previewCartCheckout-subtotal {
  display: inline-block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  width: 100%; }

.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: 768px) {
    .suggestiveCart {
      display: block; } }

#cart-preview-dropdown .previewCart {
  background: #fff;
  border: 1px solid #ccc; }

span.previewCartItem-price {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000; }

a.cart-item-name__label {
  text-align: left; }

span.cart-item-label, label.form-label.cart-item-label {
  font-size: 14px;
  font-weight: 400; }

td.cart-item-block.cart-item-info.cart-item-quantity {
  margin-top: 20px;
  margin-bottom: 20px; }

.previewCartItem-name > a {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  text-align: left !important; }
  .previewCartItem-name > a:hover {
    text-decoration: underline; }

.cart-total-label {
  text-align: left;
  padding-left: 0px; }

ul.cart-totals {
  max-width: 320px; }

ul.new-customer-fact-list {
  margin-left: 0;
  margin-top: 10px;
  color: #000; }

p.new-customer-intro {
  color: #000; }

label.form-label {
  font-weight: 300;
  font-size: 18px;
  color: #000; }

li.new-customer-fact {
  list-style: none; }

.cart-total-value {
  float: right; }

.previewCartAction-checkout, .previewCartAction-checkout a, .previewCartAction-viewCart a, .previewCartAction-viewCart {
  width: 100% !important;
  display: block;
  cursor: pointer;
  padding: 0px !important;
  margin: 0 auto;
  height: 50px !important;
  line-height: 50px;
  text-transform: capitalize;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px; }

.previewCartAction-checkout, .previewCartAction-checkout a {
  margin-bottom: 10px; }

div#cart-preview-dropdown .previewCartWrapper, div#cart-preview-dropdown .previewCart {
  width: 100% !important;
  max-width: 320px !important; }

.previewCartAction-checkout a:hover {
  background: #445C92;
  color: #fff; }

.previewCartAction-viewCart a:hover {
  background: #eee;
  color: #000; }

.cart-actions.cart-content-padding-right a.button.button--primary {
  min-width: 320px;
  letter-spacing: 1px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0px; }
  .cart-actions.cart-content-padding-right a.button.button--primary:hover {
    background: #445C92;
    color: #fff; }

input.button.button--primary.button--small, button.button.button--primary.button--small.shipping-estimate-submit {
  background: #445C92;
  color: #fff;
  text-transform: capitalize;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 16px; }

div#previewModal .productView-img-container:after {
  padding-bottom: 70%; }

.modal-body section.previewCartCheckout a.button.button--primary {
  letter-spacing: 1px;
  height: 50px;
  line-height: 50px;
  padding: 0px; }

.modal-body section.previewCartCheckout a.button {
  height: 50px;
  line-height: 50px;
  padding: 0px; }

.modal-body {
  padding-top: 0px; }

button.button.button--primary {
  background: #445C92;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0px;
  min-width: 240px; }

@media (min-width: 768px) {
  section.previewCartCheckout {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    section.previewCartCheckout a {
      border-radius: 0px;
      width: calc(50% - 5px);
      margin-top: 0px; } }

.previewCart dl.productView-info {
  margin-bottom: -5px;
  font-size: 15px; }

#previewModal h1.modal-header-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
  margin-top: 10px; }

.maintenanceNotice {
  background-color: #fffdea;
  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: "Montserrat";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 145px; }
  @media (min-width: 768px) {
    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: 145px; }

.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: 768px) {
    .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: 1024px) {
    .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: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1024px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

@media (min-width: 768px) {
  .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: 768px) {
    .login-row {
      margin-top: 6rem; } }

.login-row:before {
  content: "Account Sign In";
  display: block;
  font-size: 24px; }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 768px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

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

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

.filterSearchpage {
  background: #fff; }
  .filterSearchpage main {
    background: #fff; }
  .filterSearchpage #searchCategories {
    display: none; }
  .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure {
    padding-top: 0; }
    .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure .card-img-container:after {
      padding-bottom: 0; }
    .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure .card-img-container img {
      margin-bottom: 0; }
    .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure figcaption.card-figcaption {
      opacity: 1;
      position: relative; }
      .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure figcaption.card-figcaption .card-figcaption-body {
        display: block;
        transform: none; }
        .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure figcaption.card-figcaption .card-figcaption-body [data-button-type="add-cart"] {
          width: 100%;
          padding: 16px;
          border-radius: 12px;
          font-size: 18px;
          font-weight: 700; }
        .filterSearchpage #product-listing-container ul.productGrid li figure.card-figure figcaption.card-figcaption .card-figcaption-body label.card-figcaption-button {
          display: none; }
  .filterSearchpage #product-listing-container ul.productGrid li .card-body .card-title a {
    color: #111827;
    font-size: 16px;
    text-transform: initial; }
  .filterSearchpage #product-listing-container ul.productGrid li .card-body span.price.price--withTax {
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #111827;
    text-align: left; }
    .filterSearchpage #product-listing-container ul.productGrid li .card-body span.price.price--withTax:before {
      display: none; }
  .filterSearchpage #product-listing-container ul.productGrid li .card-body .card-text {
    display: flex;
    align-items: center; }
  .filterSearchpage #searchQueryCount {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px; }
    .filterSearchpage #searchQueryCount select {
      font-size: 18px;
      width: auto;
      border: none; }

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

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

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

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

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    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: mr-eaves-sans, 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: 1024px) {
    .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: 1024px) {
  .account-product-detail--large {
    width: 50%; } }

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

.account-product-detail-heading {
  color: #757575;
  font-family: mr-eaves-sans, 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: 1024px) {
      .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: 1024px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

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

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

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

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

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

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

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

h2.panel-title, .login-row:before {
  text-align: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #000; }

form.login-form.form {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px; }
  @media (min-width: 768px) {
    form.login-form.form {
      padding-right: 40px; } }

a.forgot-password {
  display: block;
  margin-top: 20px !important;
  text-decoration: underline;
  font-size: 16px;
  color: #000;
  font-weight: 300; }

.new-customer .panel-header, .panel-body {
  background: #fff;
  padding: 0px; }

.new-customer {
  padding: 20px 0px; }

.panel-body {
  padding-top: 20px; }

.panel-header {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .panel-header {
      margin-top: 0px; } }

.new-customer {
  margin-top: -50px; }

.panel-body {
  font-size: 18px;
  font-weight: 300; }

.new-customer button.button.button--primary, .login input.button.button--primary, .account.account--fixed input.button.button--primary, .account.account--fixed button.button.button--primary {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #445C92;
  max-width: 480px;
  width: 100%; }

ul.new-customer-fact-list {
  margin-bottom: 35px; }

h1.hlogo {
  border: none !important; }

.login-row {
  margin-top: 40px; }

div#FormField_9, div#FormField_6 {
  display: none; }

.panel--address .form-actions, button.button.secondary.button--small {
  display: inline-block;
  width: 100px;
  height: 40px;
  padding: 0px;
  line-height: 40px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 16px !important;
  text-transform: uppercase;
  margin: 0 auto;
  margin-left: 0 !important; }

.account a.button {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  color: #000; }

ul.navBar-section {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px; }

.account a.button.button--primary {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  color: #fff; }

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

.icon--ratingFull svg {
  fill: #31467e; }

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  width: 160px;
  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;
  float: right; }

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

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

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

.paymentMethod {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #ffffff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1024px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1024px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

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

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

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

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

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

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

main.category-page div.avd-top {
  display: none; }

#product-listing-container {
  position: relative; }
  #product-listing-container .actionBar {
    position: absolute;
    right: 0;
    top: 80px; }
  #product-listing-container #fresh_filter {
    max-width: 100%;
    z-index: 9; }
    #product-listing-container #fresh_filter #filter_form .ShopByColor {
      box-shadow: none; }
      #product-listing-container #fresh_filter #filter_form .ShopByColor h2 {
        font-weight: 300 !important;
        text-align: left;
        font-size: 18px !important;
        font-family: mr-eaves-sans;
        padding: 9px 12px !important;
        height: auto !important; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor h2:before {
          background-size: 13px 12px !important;
          top: 16px !important; }
      #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent {
        width: 100% !important;
        top: 50px; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent ul li {
          text-align: left; }
          #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent ul li label {
            justify-content: space-between;
            display: flex !important;
            padding-right: 40px; }
          #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent ul li:hover > label:before {
            background: transparent !important;
            opacity: 1;
            cursor: pointer;
            box-shadow: none !important; }
          #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent ul li span {
            font-size: 18px; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent input[type=checkbox]:checked + label:before {
          background: #445C92;
          border-color: #445C92; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent input[type=checkbox] + label:before {
          position: absolute;
          right: 1px;
          left: auto;
          width: 20px;
          height: 20px; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent input[type=checkbox] + label:after {
          right: 23px;
          left: auto; }
        #product-listing-container #fresh_filter #filter_form .ShopByColor .BlockContent input[type=checkbox] + label span:last-child {
          top: 3px; }
    #product-listing-container #fresh_filter #SideCategoryRefinements:hover {
      background-color: #fff; }
    #product-listing-container #fresh_filter #SideCategoryRefinements .BlockContent > ul {
      margin-top: 0;
      padding: 0px 10px; }
      #product-listing-container #fresh_filter #SideCategoryRefinements .BlockContent > ul li {
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 0;
        padding: 0; }
        #product-listing-container #fresh_filter #SideCategoryRefinements .BlockContent > ul li a {
          padding: 5px 10px 5px 30px; }
          #product-listing-container #fresh_filter #SideCategoryRefinements .BlockContent > ul li a:before {
            content: " ";
            width: 14px;
            height: 14px;
            position: absolute;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M40.562 41.313c0 .78-.312 1.562-.875 2.125l-4.25 4.25c-.563.563-1.344.875-2.125.875s-1.562-.312-2.125-.875L22 38.5l-9.19 9.188c-.562.563-1.343.875-2.124.875s-1.562-.312-2.125-.875l-4.25-4.25c-.562-.563-.874-1.344-.874-2.125s.312-1.562.875-2.125L13.5 30l-9.19-9.188c-.562-.563-.874-1.344-.874-2.125s.312-1.562.875-2.125l4.25-4.25c.564-.563 1.345-.875 2.126-.875s1.562.312 2.125.875L22 21.5l9.187-9.188c.563-.563 1.344-.875 2.125-.875s1.562.312 2.125.875l4.25 4.25c.563.563.875 1.344.875 2.125s-.312 1.562-.875 2.125L30.5 30l9.187 9.188c.563.563.875 1.344.875 2.125z'/%3E%3C/svg%3E");
            top: 6.5px;
            left: 10px; }
  #product-listing-container ul.productGrid {
    margin: 0;
    align-items: center;
    text-align: center;
    padding-top: 40px; }
    #product-listing-container ul.productGrid .product {
      width: 49%; }
      @media (min-width: 551px) {
        #product-listing-container ul.productGrid .product {
          width: 49%;
          border-right: 1px #ccc solid;
          border-bottom: 1px #ccc solid; } }
      @media (min-width: 768px) {
        #product-listing-container ul.productGrid .product {
          width: 24%; } }
      #product-listing-container ul.productGrid .product .card-title:hover {
        color: #445c92;
        text-decoration: underline; }
      #product-listing-container ul.productGrid .product .card-title a {
        font-size: 16px;
        color: #111827; }
      #product-listing-container ul.productGrid .product .card-text .price-section {
        display: flex;
        align-items: center; }
      #product-listing-container ul.productGrid .product .card-text .price.gridprice {
        font-weight: 500;
        color: #111827;
        display: inline-block;
        margin-right: 8px; }
      #product-listing-container ul.productGrid .product .card-text .price.gridsave {
        color: #78A0A8;
        background: #E8FCED;
        font-weight: 600;
        padding: 4px;
        padding-left: 4px;
        margin-left: 8px; }
      #product-listing-container ul.productGrid .product .oneday {
        margin-bottom: 10px; }
      #product-listing-container ul.productGrid .product .metal-type-swatch .swatch {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
        overflow: hidden;
        border: solid 1px #D1D5DB;
        background-size: contain;
        background-position: center; }
        #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="14k Rose Gold"], #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="10k Rose Gold"] {
          background-image: url(/s-iy9dzoulel/images/stencil/original/image-manager/rose-gold.png); }
        #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="14k White Gold"], #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="10k White Gold"] {
          background-image: url(/s-iy9dzoulel/images/stencil/original/image-manager/white-gold.png); }
        #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="14k Yellow Gold"], #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="10k Yellow Gold"] {
          background-image: url(/s-iy9dzoulel/images/stencil/original/image-manager/yellow-gold.png); }
        #product-listing-container ul.productGrid .product .metal-type-swatch .swatch[data-metal="Platinum"] {
          background-image: url(/s-iy9dzoulel/images/stencil/original/image-manager/platinum.png); }
    #product-listing-container ul.productGrid figure.card-figure {
      padding-top: 0; }
      #product-listing-container ul.productGrid figure.card-figure img {
        margin-top: 0; }
        #product-listing-container ul.productGrid figure.card-figure img.card-image {
          position: relative; }
    #product-listing-container ul.productGrid button.quickview {
      color: #31467E;
      font-size: 16px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      padding: 5px 0px;
      letter-spacing: normal;
      line-height: normal;
      text-transform: uppercase;
      margin: auto;
      padding-bottom: 10px;
      padding-top: 10px;
      display: none;
      padding-left: 22px; }
      #product-listing-container ul.productGrid button.quickview:after {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2331467E' d='M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208C416 93.1 322.9 0 208 0S0 93.1 0 208S93.1 416 208 416zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z'/%3E%3C/svg%3E");
        width: 16px;
        height: 16px;
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        top: 12px;
        left: 0px; }
    #product-listing-container ul.productGrid .card [data-button-type="add-cart"], #product-listing-container ul.productGrid .card .card-figcaption-button {
      color: #fff;
      border: 1px #124076 solid;
      background-color: #124076;
      min-width: 128px;
      margin-top: 10px;
      text-transform: uppercase;
      font-size: 16px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      padding: 16px;
      width: 100%;
      border-radius: 12px; }
    #product-listing-container ul.productGrid .card .quickview {
      text-align: left; }
  #product-listing-container .actionBar {
    margin: 0;
    padding: 3px 10px; }
    #product-listing-container .actionBar .actionBar-section .form-label {
      font-size: 17px; }
    #product-listing-container .actionBar .actionBar-section:focus-within {
      outline: 2px solid #0F7FFF !important; }
    #product-listing-container .actionBar .actionBar-section .form-field {
      border: none;
      margin: 0; }
    #product-listing-container .actionBar .actionBar-section .form-select {
      border-radius: 0;
      font-size: 17px;
      line-height: normal;
      height: auto; }
      #product-listing-container .actionBar .actionBar-section .form-select:focus {
        outline: none !important; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

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

.header {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 145px;
  background-color: #fff;
  height: 135px; }
  .header.scrolled {
    position: fixed; }
    @media (min-width: 1024px) {
      .header.scrolled {
        position: relative; } }
  @media (min-width: 1024px) {
    .header {
      position: relative;
      height: 170px; } }

img.header-logo-image {
  display: none; }

div#cart-preview-dropdown {
  z-index: 9999;
  margin-left: 0px;
  left: auto !important;
  right: 0px; }
  div#cart-preview-dropdown .previewCart a.button.button--primary {
    margin-top: 0px;
    background-color: #31467E; }
  div#cart-preview-dropdown .previewCart-additionalCheckoutButtons {
    display: none; }

body {
  transition: padding-top 0.3s ease-in-out; }
  body header {
    transition: height 0.3s ease-in-out; }
  body #studsheader {
    transition: top 0.3s ease-in-out; }
  @media only screen and (max-width: 1024px) {
    body.searchclose {
      padding-top: 100px; }
      body.searchclose header {
        height: 100px; }
      body.searchclose #studsheader {
        top: 98px; } }

.headertimer span, .headertimer small, .headercount span {
  color: #000 !important;
  text-decoration: none !important; }

.header .mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 50;
  width: 20px;
  height: 20px;
  top: 62px;
  margin-left: 15px; }
  @media (min-width: 768px) {
    .header .mobileMenu-toggle {
      display: none; } }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    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;
    background-color: #0C2340; }
    @media (min-width: 768px) {
      .header .mobileMenu-toggle .mobileMenu-toggleIcon,
      .header .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        height: 3px; } }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 9.5px;
    transition: background-color 10ms ease-in 100ms; }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #0C2340;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

ul#mnav > li > a {
  text-transform: uppercase;
  border-top: 1px #ccc solid; }

ul#mnav > li ul a.mnavshopall {
  font-weight: bold; }

ul#mnav > li ul#engring.slideout > li:nth-child(1) {
  border-bottom: 0px; }

ul#mnav > li ul#engring.slideout > li {
  border-bottom: 1px #ccc solid; }

ul#mnav > li ul#engring.slideout > li > a {
  text-transform: uppercase;
  display: block; }

ul#mnav > li ul#engring.slideout > li#sbsmenu ul {
  left: 0px;
  position: relative;
  margin-bottom: 15px; }

ul#mnav > li ul#engring.slideout > li#sbsmenu ul a {
  line-height: 35px; }

ul#mnav > li ul#engring.slideout > li#sbsmenu ul a.mnavshopall {
  margin-top: 5px; }

.menulogo img {
  width: 125px; }

div#toppromo {
  background: #EDF6FF;
  color: #000;
  font-weight: 500;
  border-bottom: none;
  font-size: 16px;
  letter-spacing: .5px;
  height: 40px;
  overflow-y: hidden; }
  @media (min-width: 768px) {
    div#toppromo {
      font-size: 16px; } }
  div#toppromo button {
    display: none !important; }
  div#toppromo .promoslide {
    text-align: center;
    letter-spacing: .5px; }

.header-logo__link {
  margin: auto;
  padding-top: 24px;
  display: block;
  background-repeat: no-repeat;
  font-size: 0px;
  background-image: url("../img/logo.svg");
  background-size: 100% auto;
  margin: auto;
  max-width: 117px;
  background-position: center; }
  @media (min-width: 1024px) {
    .header-logo__link {
      padding-top: 60px;
      max-width: 196px;
      background-image: url("../img/p3-logo-full.svg");
      /*@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            background-image: url('../img/p3-logo-2x.png');
        }*/ } }

div.hlogo {
  max-height: 60px;
  padding: 10px 0px;
  margin: 0px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  max-width: 196px;
  margin: auto; }
  @media (min-width: 1024px) {
    div.hlogo {
      max-height: 90px; } }

.mobileMenu-toggle {
  display: inline-block;
  font-size: 0;
  left: 0px;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50;
  width: 57px;
  height: 55px;
  top: 36px; }

div#headerbtmpromo {
  background: #DEEFFF;
  text-align: center;
  color: #fff;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  display: none;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    div#headerbtmpromo {
      height: 40px;
      font-size: 16px;
      line-height: 40px; } }

.header a.headercart {
  font-size: 20px;
  position: absolute;
  top: 64px;
  right: 15px;
  color: #0C2340;
  z-index: 2;
  width: auto;
  height: auto;
  text-align: center;
  line-height: normal; }
  .header a.headercart .carttext {
    color: #000; }
  .header a.headercart .fa-shopping-bag {
    height: 1.1em; }
  .header a.headercart .cartnum {
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    text-align: center;
    margin: auto;
    right: 0;
    height: 15px;
    line-height: normal; }
  @media (min-width: 1024px) {
    .header a.headercart {
      right: 20px;
      font-size: 30px;
      top: 62px;
      text-decoration: none; }
      .header a.headercart span {
        font-size: 16px; }
      .header a.headercart .cartnum {
        position: absolute;
        left: 0;
        top: 13px;
        font-weight: bold;
        font-size: 16px;
        width: 27px;
        text-align: center;
        right: auto;
        line-height: inherit; } }

button#searchbtn {
  position: absolute;
  right: auto;
  top: 5px;
  font-size: 18px;
  left: 5px; }
  @media (min-width: 768px) {
    button#searchbtn {
      position: absolute;
      right: auto;
      top: 8px;
      font-size: 18px;
      left: 5px; } }

#mobile-search-toggle {
  font-size: 19px;
  position: absolute;
  height: auto;
  width: auto;
  display: block;
  color: #0C2340;
  left: 65px;
  top: 62px;
  z-index: 2;
  text-align: center;
  outline: none;
  line-height: normal; }
  @media (min-width: 1024px) {
    #mobile-search-toggle {
      display: none; } }
  #mobile-search-toggle:focus, #mobile-search-toggle:active, #mobile-search-toggle:hover {
    outline: none !important; }
  #mobile-search-toggle svg.svg-inline--fa.fa-times {
    display: none;
    font-size: 24px; }
  #mobile-search-toggle.active svg.svg-inline--fa.fa-search {
    display: none; }
  #mobile-search-toggle.active svg.svg-inline--fa.fa-times {
    display: inline-block; }

.header a#headercall {
  font-size: 19px;
  position: absolute;
  height: auto;
  width: auto;
  display: block;
  color: #0C2340;
  right: 50px;
  top: 65px;
  z-index: 2;
  text-align: center;
  padding-right: 12px;
  line-height: normal; }
  @media (min-width: 1024px) {
    .header a#headercall {
      font-size: 16px;
      position: absolute;
      height: 30px;
      width: auto;
      display: block;
      color: #476EAA;
      left: 20px;
      top: 14px;
      right: auto;
      text-decoration: none;
      z-index: 2;
      padding-right: 0;
      line-height: inherit; }
      .header a#headercall span {
        font-size: 16px; } }

a#headerappt {
  position: absolute;
  height: 30px;
  width: 30px;
  display: block;
  color: #0C2340;
  right: 60px;
  top: 62px;
  z-index: 2;
  font-size: 19px;
  font-weight: 300;
  display: none; }
  @media (min-width: 1024px) {
    a#headerappt {
      font-size: 16px;
      position: absolute;
      height: 30px;
      width: auto;
      display: block;
      color: #000;
      right: 170px;
      top: 14px;
      text-decoration: none;
      z-index: 999; }
      a#headerappt span {
        font-size: 16px;
        font-weight: 300 !important; } }

a#headerappt:hover {
  color: #476EAA; }

a#headerwishlist {
  position: absolute;
  right: 70px;
  top: 53px;
  font-size: 19px;
  color: #0C2340;
  z-index: 2; }
  @media (min-width: 1024px) {
    a#headerwishlist {
      font-size: 16px;
      position: absolute;
      height: 30px;
      width: auto;
      display: block;
      color: #476EAA;
      right: 160px;
      top: 8px;
      text-decoration: none;
      z-index: 2; }
      a#headerwishlist span {
        font-size: 16px; }
      a#headerwishlist.accactive {
        right: 105px; } }

@media (min-width: 1024px) {
  #headeraccount {
    font-size: 16px;
    position: absolute;
    height: 30px;
    width: auto;
    display: block;
    color: #0C2340;
    right: 20px;
    top: 8px;
    text-decoration: none;
    z-index: 2; }
    #headeraccount span,
    #headeraccount a {
      font-size: 16px;
      text-decoration: none;
      color: #0C2340; }
    #headeraccount.accactive {
      cursor: pointer; } }

#livechat {
  font-size: 0px;
  position: absolute;
  top: 53px;
  right: 63px;
  z-index: 9999;
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 1024px) {
    #livechat {
      display: none !important; } }
  #livechat svg {
    font-size: 21px; }
  @media (min-width: 1024px) {
    #livechat {
      font-size: 16px;
      position: absolute;
      height: 30px;
      width: auto;
      color: #476EAA;
      right: auto;
      left: 190px;
      top: 12px;
      text-decoration: none;
      z-index: 2; }
      #livechat svg {
        margin-right: 3px; }
      #livechat span,
      #livechat a {
        font-size: 16px;
        text-decoration: none;
        color: #476EAA; } }

p#headertext {
  position: absolute;
  left: 20px;
  top: 70px;
  text-transform: uppercase;
  font-size: 16px; }

div#headersearch {
  padding: 5px 15px;
  background: #fff; }
  @media (min-width: 1024px) {
    div#headersearch {
      display: block;
      padding: 0px; } }

.searchwrap {
  position: relative;
  transition: width .5s ease-in-out; }
  .searchwrap:focus-within {
    width: 270px; }
  .searchwrap .form,
  .searchwrap .form-field {
    margin: 0px; }
  @media (min-width: 1024px) {
    .searchwrap {
      position: absolute;
      right: 100px;
      top: 63px;
      max-width: 270px;
      width: 170px;
      z-index: 99999;
      transition: width .5s ease-in-out; }
      .searchwrap.focus {
        width: 270px; } }
  .searchwrap .form-input {
    border: 1px #ccc solid;
    color: #000;
    padding-left: 45px;
    height: 35px;
    color: #000;
    border-radius: 0px; }
    @media (min-width: 768px) {
      .searchwrap .form-input {
        padding-left: 35px;
        height: 40px;
        font-size: 16px; } }
  .searchwrap svg {
    color: #888; }
  .searchwrap ::placeholder {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px; }
  .searchwrap .filterSearchContainer {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    background: #f5f5f5;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    right: 0;
    left: auto;
    transform: none;
    padding: 0; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(1) {
      float: left;
      width: 20%;
      padding-right: 0; }
      .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(1) p.searchHeader {
        padding: 20px 20px 0; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) {
      width: 80% !important;
      padding: 20px;
      float: right; }
      .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) .searchCounter {
        cursor: pointer;
        color: #555;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        text-transform: uppercase;
        background: transparent !important;
        text-align: right; }
        .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) .searchCounter:after {
          content: '';
          display: inline-block;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23555' d='M34.594 27.406L11.406 50.594c-.78.78-2.03.78-2.813 0l-5.187-5.187c-.78-.78-.78-2.03 0-2.813L20 26 3.406 9.406c-.78-.78-.78-2.03 0-2.813l5.187-5.187c.78-.78 2.03-.78 2.813 0l23.188 23.188c.78.78.78 2.03 0 2.813z'/%3E%3C/svg%3E");
          position: relative;
          top: 2px;
          left: 3px; }
      .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow {
        width: 33.33%;
        margin: 0 0 10px 0;
        padding: 0 5px !important;
        display: inline-block;
        zoom: 1;
        vertical-align: top;
        border-bottom: none; }
        .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow:hover {
          background: transparent; }
        .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow span strong {
          font-weight: normal; }
          .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow span strong a {
            color: #777777; }
            .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow span strong a .matchSearch {
              color: #777777 !important; }
            .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow span strong a:hover {
              text-decoration: underline;
              color: #445C92; }
        .searchwrap .filterSearchContainer .filterSearchContainerHalf:nth-child(2n) ul li.ajaxSearchRow span span.filterAjaxPrice {
          font-weight: 700;
          color: #000; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf span.matchSearch {
      text-decoration: none;
      font-weight: normal;
      color: initial !important; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf span {
      width: auto;
      float: none; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox {
      background: transparent; }
      .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox ul, .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox li {
        padding: 0 !important; }
      .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox a {
        display: block;
        padding: 10px 20px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        font-size: 16px;
        line-height: normal; }
        .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox a:hover {
          color: #445C92;
          background: #fff; }
          .searchwrap .filterSearchContainer .filterSearchContainerHalf .searchBox a:hover span {
            color: #445C92 !important; }
    .searchwrap .filterSearchContainer .filterSearchContainerHalf p.searchHeader {
      background: transparent;
      text-transform: uppercase;
      font-size: 15px;
      padding: 0; }

.previewCart-additionalCheckoutButtons {
  display: none; }

#nav-desk {
  display: none; }
  @media (min-width: 1024px) {
    #nav-desk {
      display: block;
      text-align: center;
      position: absolute;
      margin-top: -8px;
      z-index: 999;
      width: 100%; } }
  #nav-desk #desknavwrap > ul {
    padding: 0px;
    margin: 0px;
    display: inline-flex; }
    #nav-desk #desknavwrap > ul > li {
      display: inline-block;
      padding: 10px 20px;
      padding-bottom: 5px;
      border-bottom: 5px #fff solid;
      padding-top: 10px; }
      #nav-desk #desknavwrap > ul > li .dd-inner {
        transition: all .5s ease;
        transition-delay: .5s;
        visibility: hidden;
        opacity: 0;
        display: none; }
      #nav-desk #desknavwrap > ul > li:hover {
        border-bottom: 5px #445C92 solid; }
        #nav-desk #desknavwrap > ul > li:hover .dd-inner {
          visibility: visible;
          opacity: 1;
          display: block; }
    #nav-desk #desknavwrap > ul li > a {
      text-decoration: none;
      font-size: 18px;
      letter-spacing: .5px;
      text-transform: capitalize;
      color: #000;
      font-weight: 300; }
      #nav-desk #desknavwrap > ul li > a img {
        margin-right: 5px;
        position: relative;
        top: 3px;
        margin-bottom: 10px; }

div#cart-preview-dropdown {
  z-index: 9999;
  margin-left: -55px; }

.dd-inner {
  border-top: 1px solid #ddd; }

div#desknavwrap {
  position: relative;
  max-width: 1340px;
  margin: auto; }

.dd-inner {
  background: #FFFFFF;
  box-shadow: 0px 34px 34px rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  margin-top: 10px;
  text-align: left; }
  .dd-inner > ul {
    margin-left: 20px; }
  .dd-inner > ul > li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    text-align: left; }
    .dd-inner > ul > li span {
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #000; }
    .dd-inner > ul > li > a {
      font-size: 17px;
      font-weight: normal;
      text-transform: uppercase;
      color: #000; }
  .dd-inner a.dd-seeall {
    font-weight: bold;
    position: absolute;
    left: 20px;
    bottom: 40px;
    display: none; }

.dd-inner > ul.col4 > li {
  width: 24%; }

.dd-inner > ul.col3 > li {
  width: 32%; }

#nav-desk #desknavwrap > ul li ul.childulwrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 30px; }
  #nav-desk #desknavwrap > ul li ul.childulwrap a {
    text-transform: capitalize;
    line-height: 32px; }

ul.hasbanner {
  width: calc(100% - 330px); }

a.menubanner {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center; }
  a.menubanner strong {
    display: block;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal; }
    a.menubanner strong:hover {
      color: #445c92; }
  a.menubanner .dd-inner a:hover {
    color: #445c92; }
  a.menubanner .dd-shopnow:hover {
    color: #445c92; }
  a.menubanner a > span.catname:hover {
    color: #445c92; }
  a.menubanner a.linkcover:hover {
    color: #445c92; }
  a.menubanner div {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px #000 solid; }

div#navbg {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  height: calc(100% - 171px);
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 99;
  transition: all .5s ease;
  transition-delay: .5s; }
  div#navbg.active {
    visibility: visible;
    opacity: 1; }

#acc-dd {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  position: absolute;
  padding: 20px;
  right: 0px;
  top: 49px;
  z-index: 2;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  display: none;
  z-index: 999999;
  width: 180px; }
  #acc-dd .cname {
    display: block;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px; }
  #acc-dd a {
    display: block;
    line-height: 28px;
    text-decoration: underline; }
  #acc-dd .dd-arr {
    background: #fff;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    transform: rotate(45deg);
    height: 13px;
    width: 13px;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: 7px;
    border-bottom: 0px;
    border-right: 0px; }

a.navUser-action.headercart:hover {
  color: #fff; }
  a.navUser-action.headercart:hover svg,
  a.navUser-action.headercart:hover span {
    color: #476EAA; }

@media (min-width: 768px) {
  span#headeraccount,
  a#headercall,
  a#headerwishlist,
  #livechat {
    color: #000;
    font-weight: 300; }
    span#headeraccount:hover,
    a#headercall:hover,
    a#headerwishlist:hover,
    #livechat:hover {
      color: #476EAA; }
      span#headeraccount:hover svg,
      a#headercall:hover svg,
      a#headerwishlist:hover svg,
      #livechat:hover svg {
        color: #476EAA; }
      span#headeraccount:hover a,
      a#headercall:hover a,
      a#headerwishlist:hover a,
      #livechat:hover a {
        color: #476EAA; }
    span#headeraccount svg,
    a#headercall svg,
    a#headerwishlist svg,
    #livechat svg {
      color: #000;
      font-size: 16px; } }

a.navUser-action.headercart span {
  color: #000;
  font-size: 16px;
  margin-top: 0px; }

span.hidem.carttext {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 300 !important; }
  @media (min-width: 768px) {
    span.hidem.carttext {
      position: absolute;
      bottom: -13px;
      width: 100%;
      left: 0px; } }

.menubanner strong {
  margin-top: 20px; }

span#headeraccount a {
  color: #000; }

button#searchbtn svg {
  color: #888; }

.promoslide.slick-slide a:hover, .promoslide.slick-slide a:focus {
  text-decoration: none;
  color: #000; }

#nav-desk #desknavwrap > ul li > a:hover {
  text-decoration: underline !important;
  color: #476EAA; }

a.mnavshopall {
  text-transform: uppercase !important;
  text-decoration: underline;
  font-size: 16px !important;
  font-weight: 400 !important; }

a.backlink {
  text-transform: none !important; }

div#bfridaypromo {
  position: relative; }

div#othercount-banner {
  border-bottom: 3px #CB0006 solid;
  text-align: center;
  font-size: 22px;
  padding: 10px 20px;
  line-height: 24px;
  display: none; }
  @media (min-width: 768px) {
    div#othercount-banner br {
      display: none; } }

#h-countwrapbf {
  color: #CB0006; }

div#othercount-banner a {
  display: block;
  color: #CB0006;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 768px) {
    div#othercount-banner a {
      display: inline-block; } }

div#mlogin {
  padding: 25px 15px 10px; }
  div#mlogin a {
    display: inline;
    padding: 0px;
    font-weight: normal;
    font-size: 18px;
    color: #212957;
    font-weight: 300; }

#fourthcount {
  display: none; }
  @media (min-width: 768px) {
    #fourthcount {
      display: inline-block;
      font-size: 13px;
      letter-spacing: 1px; }
      #fourthcount span {
        font-size: 17px; } }

#fourthbar {
  background: #005a9c;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #fourthbar {
      height: 60px;
      line-height: 60px;
      font-size: 24px; }
      #fourthbar .hidem {
        display: inline; } }

span.fourthflag {
  background-image: url(../img/ribbon4.png);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 7px;
  background-repeat: no-repeat;
  background-position: 0px 11px;
  position: relative;
  margin-right: 6px;
  margin-left: 4px;
  padding-right: 2px; }
  @media (min-width: 768px) {
    span.fourthflag {
      background-image: url(../img/ribbon4-desk.png);
      font-size: 17px;
      font-weight: bold;
      background-position: 0px 13px;
      padding-left: 12px;
      padding-right: 8px; } }

span.fourthflag:after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 5px;
  background-image: url(../img/ribbon4end.png);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 11px;
  margin-left: 2px; }
  @media (min-width: 768px) {
    span.fourthflag:after {
      background-image: url(../img/ribbon4end-desk.png);
      height: 30px;
      margin-top: 13px;
      margin-left: 7px; } }

div#fourth-inner a {
  font-size: 15px;
  text-decoration: underline; }
  @media (min-width: 768px) {
    div#fourth-inner a {
      font-size: 17px;
      text-decoration: underline;
      margin-left: 6px; } }
  div#fourth-inner a:hover {
    color: #ddd; }

div.finnabanner {
  background: #212957;
  color: #fff;
  padding: 7px;
  font-size: 14px;
  text-align: center; }
  div.finnabanner span.btn {
    background: #fff;
    color: #000;
    padding: 0px 12px;
    font-size: 16px;
    position: relative;
    top: -4px;
    margin-left: 6px;
    display: none; }
    @media (min-width: 768px) {
      div.finnabanner span.btn {
        display: inline-block; } }

@media (min-width: 768px) {
  .finnabanner strong,
  .finnabanner span {
    line-height: 36px;
    margin-right: 8px;
    font-size: 20px;
    display: inline-block; } }

@media (min-width: 768px) {
  div.finnabanner strong {
    line-height: 36px;
    margin-right: 4px; } }

.finnabanner a {
  background: transparent;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px; }

span#vdtext {
  color: #C94B52; }

.xmascountdown-promoslide span.cdbox > span {
  display: inline;
  width: auto;
  color: #000;
  font-size: 16px; }

.xmascountdown-promoslide span.cdbox {
  width: auto; }

#xmascountdown.xmascountdown-promoslide div#countwrap {
  top: 0px;
  font-weight: bold; }
  @media (min-width: 768px) {
    #xmascountdown.xmascountdown-promoslide div#countwrap {
      top: -3px; } }

#xmascountdown.xmascountdown-promoslide span.cdbox {
  display: inline-block;
  width: auto; }

@media (min-width: 768px) {
  .xmascountdown-promoslide {
    position: relative;
    top: 8px; } }

@media only screen and (max-width: 767px) {
  .promoslide.vday div#promovdaywrap {
    margin: auto;
    display: flex; } }

.promoslide.vday div#xmascountdown {
  display: inline;
  vertical-align: top;
  height: 60px;
  line-height: 14px; }

.promoslide.vday img {
  width: auto;
  height: 40px;
  display: inline;
  position: relative;
  top: 0px; }

@media (min-width: 768px) {
  .promoslide.vday span#vdtext {
    font-size: 18px;
    line-height: 15px;
    color: #C94B52; }
    .promoslide.vday span#vdtext span.toptext {
      font-weight: bold; }
    .promoslide.vday span#vdtext span.btmtext {
      color: #000;
      display: block;
      text-decoration: none; } }

@media (min-width: 768px) {
  div#countwrap {
    border: 1px #FEC6BA solid;
    background: #fff;
    height: 37px;
    top: -18px !important;
    position: relative;
    margin-right: 8px;
    border-radius: 3px;
    width: 152px; } }

@media (min-width: 768px) {
  .xmascountdown-promoslide span.cdbox > span {
    display: block;
    width: auto;
    font-size: 19px;
    padding-top: 9px;
    line-height: 4px;
    width: 25px; } }

@media (min-width: 768px) {
  span.cdbox strong {
    font-size: 12px;
    font-weight: normal;
    text-transform: lowercase; } }

span.dash {
  color: #332258; }
  @media (min-width: 768px) {
    span.dash {
      position: relative;
      top: 3px; } }

.studspromo {
  text-align: left;
  width: 320px;
  margin: auto;
  line-height: 16px;
  padding-top: 8px;
  font-size: 15px;
  text-transform: capitalize;
  color: #212957; }
  .studspromo .studsptext {
    display: inline-block;
    vertical-align: top;
    width: 190px;
    font-size: 14px; }
  .studspromo a {
    display: inline; }
  .studspromo strong {
    font-size: 18px;
    display: block; }
  .studspromo img {
    width: auto;
    display: inline-block;
    position: relative;
    top: -10px;
    margin-right: 6px; }

.promoslide.slick-slide a {
  display: inline-block; }

.headercount span,
.headercount small {
  color: #A30000;
  font-weight: normal; }

.headercount span.hidem {
  color: #fff;
  text-decoration: none; }

.headercount small {
  position: relative;
  top: -1px;
  margin: 0px 2px; }

.headercount {
  font-weight: bold; }

.headercount .saledays {
  margin-left: 6px; }

@media screen and (max-width: 767px) {
  .body.home-body {
    width: 100%;
    overflow-x: hidden; } }

a#headercall span {
  font-size: 16px;
  position: relative;
  top: -5px; }

a#headercall span.phonegreen {
  color: #2C5937;
  position: absolute;
  left: 22px;
  font-size: 12px;
  font-weight: bold;
  top: 12px;
  display: none; }
  @media screen and (min-width: 1024px) {
    a#headercall span.phonegreen {
      display: block; } }

a#headercall span.phonepill {
  background: #2C5937;
  color: #fff;
  border-radius: 100px;
  font-size: 9px;
  position: absolute;
  width: 21px;
  top: -2px;
  right: 2px;
  z-index: 2;
  height: 14px;
  line-height: 15px;
  border: 1px solid #fff; }
  @media screen and (min-width: 1023px) {
    a#headercall span.phonepill {
      display: none; } }

#mnavbtm span.phonepill {
  background: #2C5937;
  color: #fff;
  border-radius: 100px;
  font-size: 15px;
  position: relative;
  width: 42px;
  z-index: 2;
  height: 18px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  top: -1px;
  margin-left: 2px; }
  @media screen and (min-width: 1023px) {
    #mnavbtm span.phonepill {
      display: none; } }

div#menusearch {
  background: #EDF6FF;
  padding: 12px 15px;
  border: 1px #eee solid; }
  div#menusearch input {
    padding: 5px 10px;
    height: 45px;
    font-size: 17px; }
  div#menusearch button#searchbtn {
    position: absolute;
    right: auto;
    top: 9px;
    font-size: 18px;
    left: auto;
    right: 10px;
    color: #000; }
    div#menusearch button#searchbtn svg {
      color: #000; }
  div#menusearch #search_query_adv::placeholder {
    color: #666 !important;
    text-transform: capitalize !important;
    font-size: 17px !important; }

#studsheader {
  background: #990E35;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  cursor: pointer; }
  @media only screen and (max-width: 1024px) {
    #studsheader {
      position: absolute;
      top: 140px;
      width: 100%; } }
  @media (min-width: 768px) {
    #studsheader {
      font-size: 18px; }
      #studsheader .hidem {
        display: inline; } }
  #studsheader svg {
    margin-right: 4px; }

span.cartmsrp {
  display: none; }

/** Promotion slide css start **/
.header #toppromo .slick-list {
  height: 100%;
  margin: auto; }
  @media screen and (min-width: 992px) {
    .header #toppromo .slick-list {
      max-width: 50%; } }
  .header #toppromo .slick-list .slick-track {
    height: 100%; }
    .header #toppromo .slick-list .slick-track .promoslide {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 3px; }
      .header #toppromo .slick-list .slick-track .promoslide a {
        padding-top: 0;
        text-transform: initial; }
      .header #toppromo .slick-list .slick-track .promoslide img {
        width: auto;
        margin: 0 10px; }

/** Promotion slide css end **/
html,
body {
  max-width: 100%;
  width: 100%;
  overflow-x: hidden; }

body,
html {
  min-width: 320px; }
  @media (min-width: 768px) {
    body,
    html {
      max-width: 100%;
      overflow-x: hidden; } }

body .showt {
  display: block; }
  @media (min-width: 768px) {
    body .showt {
      display: block;
      margin: 20px auto; } }

@media (min-width: 1024px) {
  body .hidedesk {
    display: none; } }

@media only screen and (max-width: 1023px) {
  body .hidem {
    display: none; } }

body .hidet {
  display: block; }
  @media (min-width: 768px) {
    body .hidet {
      display: none; } }

body .showdesk {
  display: none; }
  @media (min-width: 1024px) {
    body .showdesk {
      display: block; } }

.body {
  margin-bottom: 0px;
  margin-top: 0px; }

#heroimg a,
#heroimg2 a {
  position: relative;
  width: 100%;
  letter-spacing: 0.5px;
  font-size: 18px;
  height: 100%;
  top: 0px;
  left: 0px; }

.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: 768px) {
  .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: 768px) {
    .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; } }

h2 {
  text-align: center; }

a {
  color: inherit;
  text-decoration: none; }

/* Home */
span.herosbtn {
  border-radius: 0px !important;
  border: 1px solid #000;
  padding: 0px 20px;
  min-width: 240px; }

span.herosbtn a {
  text-transform: capitalize !important;
  font-size: 18px; }

#hero-slider .slick-next {
  right: 0px; }

#hero-slider .slick-prev {
  left: 0px; }

div#heroimg,
div#heroimg2 {
  background: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-mobile-min-1-.gif");
  padding-top: 78%;
  margin-bottom: 20px;
  background-size: contain;
  position: relative;
  text-align: center;
  background-position: top left;
  background-repeat: no-repeat; }
  div#heroimg .heroperc,
  div#heroimg2 .heroperc {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold; }
  div#heroimg div#herotext,
  div#heroimg2 div#herotext {
    color: #fff;
    position: relative; }
  div#heroimg .herotag,
  div#heroimg2 .herotag {
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
    color: #263238; }
  div#heroimg div#herotext strong,
  div#heroimg2 div#herotext strong {
    font-size: 40px;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    max-width: 100%;
    font-weight: normal;
    line-height: 38px;
    display: block;
    color: #fff;
    text-align: center;
    margin-bottom: 14px; }
  div#heroimg .mherob a,
  div#heroimg2 .mherob a {
    height: 60px;
    background: #fff;
    display: inline-block;
    color: #263238;
    border: 1px solid #263238;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
    text-align: center; }
    div#heroimg .mherob a:hover, div#heroimg .mherob a:active, div#heroimg .mherob a:focus,
    div#heroimg2 .mherob a:hover,
    div#heroimg2 .mherob a:active,
    div#heroimg2 .mherob a:focus {
      background: #212957;
      color: #fff; }
  @media (min-width: 768px) {
    div#heroimg,
    div#heroimg2 {
      background: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-desktop-min-1-.gif");
      margin: auto;
      margin-bottom: 40px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-top: 44%; }
      div#heroimg div#herotext,
      div#heroimg2 div#herotext {
        color: #000;
        position: absolute;
        text-align: center;
        min-width: 500px; }
        div#heroimg div#herotext .herotag,
        div#heroimg2 div#herotext .herotag {
          font-size: 30px;
          letter-spacing: 5px;
          margin-top: 10px; }
        div#heroimg div#herotext p,
        div#heroimg2 div#herotext p {
          padding: 0px;
          font-size: 21px;
          max-width: none;
          margin-bottom: 30px;
          text-align: center;
          letter-spacing: 0px; }
        div#heroimg div#herotext strong,
        div#heroimg2 div#herotext strong {
          font-size: 60px;
          margin-top: 10px;
          margin-bottom: 30px;
          letter-spacing: 0px; }
        div#heroimg div#herotext .mherob,
        div#heroimg2 div#herotext .mherob {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          max-width: 588px; }
          div#heroimg div#herotext .mherob a,
          div#heroimg2 div#herotext .mherob a {
            width: calc(100% - 10px);
            max-width: 320px;
            margin: 10px auto; } }
  @media only screen and (min-width: 768px) and (max-width: 940px) {
    div#heroimg div#herotext,
    div#heroimg2 div#herotext {
      left: 0px; }
      div#heroimg div#herotext .herotag,
      div#heroimg2 div#herotext .herotag {
        font-size: 20px;
        margin-bottom: 0px; }
      div#heroimg div#herotext strong,
      div#heroimg2 div#herotext strong {
        margin-top: 5px;
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 34px; }
      div#heroimg div#herotext p,
      div#heroimg2 div#herotext p {
        font-size: 20px;
        margin-top: 10px; }
      div#heroimg div#herotext .mherob,
      div#heroimg2 div#herotext .mherob {
        max-width: 500px; }
        div#heroimg div#herotext .mherob a,
        div#heroimg2 div#herotext .mherob a {
          font-size: 16px;
          height: 50px;
          line-height: 50px;
          width: calc(50% - 5px); } }

#heroimg2 a.linkcover {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 2; }

div#herotext {
  position: absolute;
  text-align: center;
  bottom: 0px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  padding: 20px; }
  div#herotext a {
    height: 50px;
    background: #fff;
    display: inline-block;
    color: #000;
    border: 1px solid #263238;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300; }
    div#herotext a:hover, div#herotext a:focus, div#herotext a:active {
      background: #edf6ff !important;
      color: #000; }
    @media (min-width: 768px) {
      div#herotext a {
        max-width: 300px;
        font-weight: 400; } }
  @media (min-width: 768px) {
    div#herotext {
      display: block;
      top: 50%;
      transform: translateY(-50%);
      left: 40px;
      color: #000;
      margin: none;
      width: auto;
      bottom: auto;
      max-width: none;
      margin-left: 0px; } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    div#herotext {
      left: 220px; } }
  div#herotext strong {
    font-size: 40px;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    max-width: 100%;
    font-weight: normal;
    line-height: 48px;
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      div#herotext strong {
        font-size: 54px;
        line-height: 58px;
        max-width: 450px;
        text-align: left; } }
  div#herotext p {
    max-width: 440px;
    margin-top: 10px;
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      div#herotext p {
        max-width: 440px;
        text-align: left;
        margin-top: 20px; } }
  @media (min-width: 768px) {
    div#herotext span {
      display: block;
      line-height: normal; } }
  @media screen and (min-width: 1360px) {
    div#herotext span {
      display: inline-block;
      line-height: 38px; } }

#heroimg a:hover {
  color: #fff; }

.heroslide #heroimg #herotext {
  padding-bottom: 0px;
  margin-bottom: 0px; }

@media (min-width: 768px) {
  .heroslide #heroimg2 div#herotext {
    min-width: 0px;
    max-width: 40%;
    width: 40%;
    text-align: center;
    left: 0px; }
    .heroslide #heroimg2 div#herotext strong {
      font-size: 43px; }
    .heroslide #heroimg2 div#herotext p {
      font-size: 22px;
      color: #263238; } }

@media (min-width: 768px) {
  .heroslide #heroimg2 div#herotext {
    margin-bottom: 40px; }
    .heroslide #heroimg2 div#herotext strong {
      font-size: 48px; } }

.heroslide #heroimg2 div#herotext a {
  height: 60px;
  background: #fff;
  display: inline-block;
  color: #263238;
  border: 1px solid #263238;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  margin-bottom: 10px;
  text-align: center; }
  .heroslide #heroimg2 div#herotext a:hover, .heroslide #heroimg2 div#herotext a:focus, .heroslide #heroimg2 div#herotext a:active {
    background: #263238 !important;
    color: #fff; }
  @media (min-width: 768px) {
    .heroslide #heroimg2 div#herotext a {
      max-width: 300px; } }

.hp-findaring {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  text-align: center;
  background-color: #f4ece1;
  position: relative; }
  @media (min-width: 768px) {
    .hp-findaring {
      position: relative;
      background-color: #fff; } }

@media (min-width: 768px) {
  .hp-findaring > h2 {
    display: none; } }

div#findaring-text {
  background-color: transparent;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
  bottom: 0px;
  width: 100%; }
  @media (min-width: 768px) {
    div#findaring-text {
      background-color: transparent; } }
  div#findaring-text a {
    background-color: #445c92;
    color: #fff; }
  div#findaring-text h2 {
    text-align: left;
    font-size: 36px;
    line-height: 48px;
    margin-top: 60px;
    color: #000;
    margin-bottom: 10px;
    background-color: transparent;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center; }
    @media (min-width: 768px) {
      div#findaring-text h2 {
        color: #000;
        text-align: left;
        font-size: 29px;
        line-height: 33px;
        margin-top: 30px;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      div#findaring-text h2 {
        font-size: 40px;
        color: #000; } }
  @media (min-width: 768px) {
    div#findaring-text {
      color: #000;
      text-align: left;
      float: left;
      width: 35%;
      transform: translate(0px, -50%);
      position: absolute;
      top: 50%;
      padding-left: 40px; }
      div#findaring-text p {
        display: block;
        font-size: 18px;
        line-height: 24px;
        font-family: "mr-eaves-sans";
        margin-top: 0px;
        margin-bottom: 30px;
        font-weight: 300;
        max-width: 360px; } }
    @media (min-width: 768px) and (min-width: 1024px) {
      div#findaring-text p {
        font-size: 21px;
        line-height: 28px;
        margin-left: 0px; } }

#far-img {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectring-mobile-min.jpg);
  padding-top: calc(100% + 125px);
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #far-img {
      padding-top: 42%;
      background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectringss-desktop-min.jpg);
      background-repeat: no-repeat; } }

@media (min-width: 768px) {
  .hp-findaring img {
    display: inline-block;
    float: right; } }

.catcard.neckcard {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  border: none; }

.catcard.neckcard {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  float: left;
  margin-bottom: 60px;
  clear: left; }

.catcard.neckcard:nth-child(even) {
  margin-left: -15px;
  clear: right;
  top: 64px;
  width: calc(50% + 15px); }

.catcard.neckcard:nth-child(3) {
  width: 60%; }

.catcard.neckcard:nth-child(4) {
  margin-left: -15px;
  top: 39px;
  width: calc(40% + 15px); }

@media (min-width: 1024px) {
  div#homecatcards {
    float: left;
    clear: none;
    width: 100%; }
  .catcard.neckcard:nth-child(1) {
    width: 27.5%;
    clear: none;
    float: left;
    z-index: 0; }
  .catcard.neckcard:nth-child(2) {
    width: 28.6%;
    clear: none;
    float: left;
    left: -3%;
    z-index: 1;
    top: 95px; }
  .catcard.neckcard:nth-child(3) {
    width: 34%;
    clear: none;
    float: left;
    left: -8%;
    z-index: 0;
    top: -45px; }
  .catcard.neckcard:nth-child(4) {
    width: 22.6%;
    margin-left: -13%;
    clear: none;
    float: left; } }

span.catname {
  background: transparent;
  position: relative;
  top: -1px;
  display: block;
  height: auto;
  cursor: pointer;
  line-height: 21px;
  font-family: minerva-modern, sans-serif;
  letter-spacing: 0px;
  color: #000;
  font-size: 18px;
  transition: all 0.5s ease;
  text-align: center;
  padding: 16px; }
  @media (min-width: 768px) {
    span.catname {
      font-size: 21px;
      line-height: 24px;
      height: 70px;
      padding: 24px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    span.catname {
      font-size: 24px; } }

.catcard.neckcard:hover {
  z-index: 10;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  background: #fff; }

a.linkcover {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 2; }

div#hpreviews {
  margin: 0 auto;
  text-align: center; }

.homepage h2,
.eui-widget-title.eapps-instagram-feed-title {
  font-size: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  font-weight: normal; }
  @media (min-width: 768px) {
    .homepage h2,
    .eui-widget-title.eapps-instagram-feed-title {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    .homepage h2,
    .eui-widget-title.eapps-instagram-feed-title {
      font-size: 40px;
      margin-bottom: 25px; } }

.hp-findaring a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  margin-bottom: 18px;
  padding-bottom: 1px;
  max-width: 280px;
  margin: 18px auto;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 50px;
  border: 1px #000 solid;
  text-align: center; }
  @media (min-width: 768px) {
    .hp-findaring a {
      margin-left: 0px; } }

.hp-findaring a,
.catcard-text a,
a.readmore.hidet.showdesk,
span.herosbtn {
  border-radius: 3px !important;
  font-weight: 300;
  color: #000;
  border-color: #666 !important; }

.hp-findaring a:hover,
.catcard-text a:hover,
a.readmore.hidet.showdesk:hover {
  background: #445c92 !important;
  color: #fff !important; }

@media (min-width: 768px) {
  .hp-findaring a {
    background-color: #fff;
    color: #000;
    border-color: #fff; } }

.hp-shopstyle {
  position: relative; }

.hp-shopstyle h2 {
  text-align: center;
  margin-top: 45px;
  font-size: 30px;
  color: #000; }
  @media (min-width: 768px) {
    .hp-shopstyle h2 {
      font-size: 40px; } }

.sbs-control {
  position: absolute;
  width: 100%;
  right: 0px;
  top: 40%; }
  @media (min-width: 768px) {
    .sbs-control {
      top: 50%; } }
  .sbs-control a {
    display: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .sbs-control a {
        display: inline; } }

.ss-bs {
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

span.slide-left,
span.slide-right {
  display: inline-block;
  font-size: 16px;
  padding: 6px 8px;
  position: absolute;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  height: 35px;
  width: 30px;
  z-index: 10; }
  span.slide-left.swiper-button-disabled,
  span.slide-right.swiper-button-disabled {
    opacity: 0.3; }

.slide-left {
  left: -10px; }
  @media (min-width: 1024px) {
    .slide-left {
      left: 0; } }

.slide-right {
  right: -10px; }
  @media (min-width: 1024px) {
    .slide-right {
      right: 0; } }

.swiper-horizontal .swiper-scrollbar {
  opacity: 1; }

.sbsz-text {
  padding-left: 0px;
  padding-bottom: 30px; }
  .sbsz-text h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #000; }
  .sbsz-text p {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
  .sbsz-text span {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    display: inline-block;
    border-bottom: 1px #000 solid;
    padding-bottom: 3px; }

.sbsz-text h3:hover {
  color: #445c92;
  text-decoration: underline; }

.sbs-card {
  text-align: center;
  display: block;
  margin-bottom: 20px; }

.sbsh-rail {
  text-align: center;
  position: relative; }

#hp-catrail,
#whyshoprail {
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    #hp-catrail,
    #whyshoprail {
      display: none; } }

div#hp-catrail {
  display: none; }

#catrail-desk {
  display: none; }
  @media (min-width: 768px) {
    #catrail-desk {
      display: block;
      padding-left: 65px;
      padding-right: 65px; } }

.homepage .card-figcaption-button {
  display: none; }

.swiper-wrapper .quickview {
  display: none; }

span.sbsh-text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  span.sbsh-text:hover {
    text-decoration: underline;
    color: #445c92; }

.cstagger {
  display: inline-block;
  width: 50%; }
  @media (min-width: 1024px) {
    .cstagger {
      width: 48%; } }

#cstagger-left {
  float: left; }

#cstagger-right {
  float: right;
  padding-top: 150px; }

div#cstaggerwrap {
  /* float: left; */
  width: 100%;
  margin: auto; }

.hp-catcard {
  height: 310px;
  max-width: 100%;
  background-position: top center;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .hp-catcard {
      max-width: 518px;
      height: 0px;
      background-position: right center;
      position: relative;
      background-repeat: no-repeat;
      margin-bottom: 0px;
      padding-top: 100%;
      background-size: contain;
      margin-left: auto;
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .hp-catcard {
      max-width: 100%; } }

@media (min-width: 768px) {
  .hp-catcard.staggershort {
    padding-top: 72%; } }

.catcard-text {
  background: linear-gradient(1.49deg, #f3f8ff 40.97%, rgba(243, 248, 255, 0) 152.06%), rgba(243, 248, 255, 0.7);
  margin: auto;
  margin-top: 0px;
  padding: 20px;
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  bottom: -30px;
  width: calc(100% - 0px);
  left: 0px; }
  .catcard-text strong {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000; }
  .catcard-text p {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px; }
  .catcard-text a {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    display: inline-block;
    border: 1px solid #000;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    max-width: 280px;
    padding-bottom: 2px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    letter-spacing: 0.5px; }
  @media (min-width: 1024px) {
    .catcard-text {
      top: 50%;
      width: 320px;
      height: auto;
      bottom: auto;
      left: -10%;
      margin-top: -30%;
      max-width: auto;
      min-height: auto;
      padding: 40px; } }
  @media only screen and (min-width: 1280px) {
    .catcard-text {
      left: 0px;
      margin-top: -25%; } }

div#hp-bestsellers h2 {
  color: #000; }

div#hp-bestsellers {
  margin-top: 50px;
  margin-bottom: 30px; }

div#hpreviews h2 {
  line-height: 49px;
  margin-bottom: 15px; }

div#hpreviews p {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  display: none; }
  @media (min-width: 768px) {
    div#hpreviews p {
      display: block; } }

div#hpreviews .hp-review:before {
  content: '"';
  display: block;
  font-family: Courier New, Times, Times New Roman, serif;
  font-size: 40px;
  color: #445c92;
  position: relative;
  top: 22px;
  margin-top: -25px; }

div#hpreviews .hp-review:after {
  content: '"';
  font-family: Courier New, Times, Times New Roman, serif;
  font-size: 40px;
  color: #445c92;
  position: absolute;
  margin-top: -10px; }

@media (min-width: 1024px) {
  div#hpreviews > img {
    display: inline-block;
    width: 55%; }
  div#hpreviews .hpreview-text {
    display: inline-block;
    width: 30%;
    margin-right: 4%;
    text-align: left;
    top: 160px;
    color: #000;
    position: relative; }
    div#hpreviews .hpreview-text * {
      text-align: left;
      max-width: 400px; } }

@media (min-width: 1024px) {
  #hpreviews > .hp-reviews {
    display: none; } }

.hp-review {
  font-size: 24px;
  font-weight: 300; }

#hp-whyshop > p {
  display: none; }

#hp-whyshop .whyshop-card img {
  margin-bottom: 10px;
  display: block; }
  @media (min-width: 768px) {
    #hp-whyshop .whyshop-card img {
      text-align: center;
      margin: 10px auto; } }

#hp-whyshop .whyshop-card h4 {
  margin-top: 0px;
  font-size: 21px;
  text-align: left;
  color: #000 !important; }
  @media (min-width: 768px) {
    #hp-whyshop .whyshop-card h4 {
      font-size: 24px;
      text-align: center; } }

#hp-whyshop .whyshop-card p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

@media (min-width: 768px) {
  #hp-whyshop .whyshop-card {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    width: 33%; }
    #hp-whyshop .whyshop-card p {
      max-width: 295px;
      margin: auto; } }

#whyshopdesktop {
  display: none; }
  @media (min-width: 768px) {
    #whyshopdesktop {
      display: block; } }

#btmtext strong {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  text-transform: capitalize; }

#btmtext p {
  font-size: 16px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

/** div#footernl {
  background: #f3f8ff;
  padding: 20px;
  margin-top: 60px;
  text-align: center;

  strong {
    font-family: $fontFamily-headings;
    font-size: 24px;
    color: #000;
    font-weight: normal;
  }

  p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  }

  li.socialLinks-item {
    padding: 0px 6px;
  }

  .socialLinks .icon svg {
    fill: #445c92;
  }

  #nl-input {}
} **/
.readmore {
  background: #ffffff;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  width: 240px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  margin: 20px auto; }
  @media (min-width: 768px) {
    .readmore {
      margin-left: 0px; } }

div#hpreviews .hpreview-text .readmore {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #000;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-top: 40px; }
  @media (min-width: 768px) {
    div#hpreviews .hpreview-text .readmore {
      text-align: center; } }

div#hpreviews .readmoret {
  background: #ffffff;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  width: 240px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  margin: 20px auto; }
  @media (min-width: 768px) {
    div#hpreviews .readmoret {
      margin-left: 0px; } }
  div#hpreviews .readmoret:hover {
    background-color: #445c92; }

div#hpreviews .readmoret.hidem {
  display: none; }
  @media (min-width: 1024px) {
    div#hpreviews .readmoret.hidem {
      display: block; } }

div#hpreviews .readmoret.hidedesk {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    div#hpreviews .readmoret.hidedesk {
      display: none; } }

div#hpreviews .hpreview-text a {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #000;
  color: #000;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-top: 40px; }
  div#hpreviews .hpreview-text a:hover, div#hpreviews .hpreview-text a:focus, div#hpreviews .hpreview-text a:active {
    color: #fff; }
  @media (min-width: 768px) {
    div#hpreviews .hpreview-text a {
      text-align: center; } }

div#hp-asfi h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 30px; }

div#hp-asfi img {
  max-width: 40%;
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    div#hp-asfi img {
      max-width: 15%;
      margin-bottom: auto; } }

div#hp-asfi .asfiwrap {
  text-align: center; }
  @media (min-width: 768px) {
    div#hp-asfi .asfiwrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }

/* LANDING PAGES */
div#landingwrapper {
  margin-left: -20px;
  margin-right: -20px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    div#landingwrapper {
      margin-left: 0px;
      margin-right: 0px; } }

#landingerherowrap #goback {
  display: block;
  padding: 15px;
  position: relative;
  z-index: 2;
  color: #000;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    #landingerherowrap #goback {
      display: none; } }

#landinghero {
  position: relative;
  padding-top: 70%;
  background-size: center;
  min-height: 500px;
  height: 500px;
  background-repeat: no-repeat;
  margin-top: -51px; }
  @media (min-width: 768px) {
    #landinghero {
      background-size: cover;
      position: relative;
      z-index: 1;
      margin-top: -39px;
      margin-left: -20px;
      margin-right: -20px;
      padding-top: 31.25%; } }
  #landinghero .landingherotext {
    color: #fff;
    position: relative;
    top: 0px;
    text-align: left;
    padding: 20px; }
    @media (min-width: 768px) {
      #landinghero .landingherotext {
        color: #000;
        position: relative;
        text-align: left;
        top: 0px;
        padding: 20px;
        margin-left: 40px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    #landinghero .landingherotext {
      margin-left: 220px; } }
  #landinghero .landingherotext h1.cat-name {
    color: #fff;
    font-size: 40px;
    line-height: 44px; }
    @media (min-width: 768px) {
      #landinghero .landingherotext h1.cat-name {
        color: #000;
        margin: auto;
        margin-bottom: 20px;
        text-align: left;
        font-size: 54px;
        line-height: 54px;
        max-width: 480px; } }
  #landinghero .landingherotext h2 {
    color: #fff;
    font-size: 40px;
    line-height: 44px; }
    @media (min-width: 768px) {
      #landinghero .landingherotext h2 {
        color: #000;
        margin: auto;
        margin-bottom: 20px;
        text-align: left;
        font-size: 54px;
        line-height: 54px;
        max-width: 480px; } }
  #landinghero .landingherotext p {
    font-size: 18px;
    text-align: center;
    display: none; }
    @media (min-width: 768px) {
      #landinghero .landingherotext p {
        color: #000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        max-width: 450px;
        margin-left: 0;
        margin-right: auto;
        text-align: left;
        display: block; } }

.landing-wrap .faq-sec a {
  text-decoration: underline;
  color: #445c92; }

.landingbtn {
  width: auto;
  max-width: 240px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #263238;
  display: block;
  margin: 0 auto;
  color: #000;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .landingbtn {
      margin-left: 0px; } }

span.landingbtn:hover {
  background: #445c92;
  color: #fff;
  cursor: pointer; }
  span.landingbtn:hover a {
    color: #fff; }

.landingbtn > a:hover {
  color: #fff;
  cursor: pointer; }

.landing-grid h2 {
  margin: 10px 15px;
  text-align: left;
  max-width: 1280px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000; }
  @media (min-width: 768px) {
    .landing-grid h2 {
      width: calc(100% - 20px);
      margin: 0px;
      max-width: 900px;
      font-size: 18px;
      line-height: 28px; } }

.landing-grid p {
  margin: 10px 15px;
  text-align: left;
  max-width: 1280px;
  font-size: 16px;
  font-weight: 300;
  color: #000; }
  @media (min-width: 768px) {
    .landing-grid p {
      width: calc(100% - 20px);
      margin: 0px;
      max-width: 900px;
      font-size: 18px; } }

.landing-wrap .landing-grid > h2,
#landingwrapper h2 {
  margin-top: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
  color: #000; }
  @media (min-width: 768px) {
    .landing-wrap .landing-grid > h2,
    #landingwrapper h2 {
      font-size: 40px;
      line-height: 40px;
      margin-top: 60px; } }

.landing-cards {
  margin-left: 10px;
  margin-top: 20px; }

.landing-card {
  display: block;
  text-align: left;
  padding: 10px;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    .landing-card {
      display: inline-block;
      border: 0px;
      vertical-align: top; } }
  .landing-card strong {
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #000;
    display: block;
    margin-top: 0px;
    margin-bottom: 6px;
    text-transform: capitalize !important;
    text-align: left; }
  .landing-card:hover strong {
    background-color: #0c2340;
    color: #fff; }
  .landing-card p {
    min-height: 125px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .landing-card p {
        line-height: 26px; } }
    .landing-card p a {
      text-decoration: none;
      text-transform: capitalize;
      font-size: 18px;
      color: #000; }
      .landing-card p a:hover {
        text-decoration: underline; }

.landing-grid .landing-card strong {
  margin-top: 15px; }
  .landing-grid .landing-card strong:hover {
    text-decoration: underline;
    color: #445c92; }

.landingbrowseall {
  position: relative;
  text-align: center;
  display: none; }
  .landingbrowseall a {
    width: 213px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    display: inline-block;
    margin-top: 30px;
    z-index: 2;
    font-size: 16px;
    position: relative;
    margin-bottom: 40px; }
  .landingbrowseall hr {
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 1; }

.landing-banner {
  margin-top: 15px;
  position: relative; }
  .landing-banner p {
    font-size: 18px; }
  @media (min-width: 768px) {
    .landing-banner {
      position: relative;
      width: 100%; }
      .landing-banner > img {
        width: 50%; } }

.lb-text {
  text-align: center;
  padding: 20px; }
  @media (min-width: 768px) {
    .lb-text {
      position: relative;
      text-align: center;
      width: 100%;
      margin: 0 auto; } }
  .lb-text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .lb-text h2 {
        font-size: 45px;
        line-height: 45px; } }
  @media (min-width: 1024px) {
    .lb-text p {
      max-width: 520px;
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      font-size: 18px; } }
  .lb-text .landingbtn {
    margin: auto; }

.landing-banner.picright {
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .landing-banner.picright {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.landing-banner.picright {
  display: flex;
  flex-direction: column; }
  .landing-banner.picright .col-right {
    order: 2; }
  @media (min-width: 768px) {
    .landing-banner.picright {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.landing-banner.picleft {
  background: #f7f7f7;
  display: table;
  width: 100%;
  table-layout: fixed; }

#whyshoprail .swiper-wrapper {
  text-align: center;
  padding: 0px; }

div#btmtext {
  padding: 35px 15px 0px 15px; }

div#btmtext .readmore {
  margin-left: 0px; }

.landing-wrap.landing-options {
  display: none; }

.landing-grid {
  position: relative; }

.landing-grid .sbs-control {
  position: absolute;
  right: 0px;
  top: 0px; }

#landingswipe2 .scrollwrap {
  margin-top: 25px; }

#landingswipe2:hover #sbszswiper {
  opacity: 1; }

.hp-swipe {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .hp-swipe {
      margin-bottom: 40px; } }

.swiper-scrollbar {
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }
  @media (min-width: 768px) {
    .swiper-scrollbar {
      display: block;
      opacity: 0;
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s; } }

.swiper-container:hover .swiper-scrollbar {
  opacity: 1; }

div#hp-whyshop {
  margin-top: 50px; }

.readtoggle.rless {
  max-height: 160px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .readtoggle.rless {
      max-height: none; } }

.scrollwrap {
  position: relative;
  margin: auto;
  max-width: 768px;
  width: 95%;
  height: 4px; }
  .scrollwrap .swiper-scrollbar {
    height: 4px; }

div#showtoggle {
  max-height: 210px;
  overflow: hidden; }
  div#showtoggle.rless {
    max-height: none; }
  @media (min-width: 768px) {
    div#showtoggle {
      max-height: none; } }

div#showtogglebtn {
  border: 1px #ccc solid;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer; }
  div#showtogglebtn .less {
    display: none; }
  @media (min-width: 768px) {
    div#showtogglebtn {
      display: none; } }

.landing-sbs p,
div#landing-explore p {
  text-align: left;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300; }
  @media (min-width: 768px) {
    .landing-sbs p,
    div#landing-explore p {
      font-size: 18px;
      line-height: 28px; } }

div#landing-explore h2,
div#landing-explore p {
  display: none; }
  @media (min-width: 768px) {
    div#landing-explore h2,
    div#landing-explore p {
      display: block; } }

div#whyshoprail p {
  display: block; }
  @media (min-width: 768px) {
    div#whyshoprail p {
      display: block; } }

.landing-249-banner div#landinghero {
  background: url(../img/engmobile.png);
  background-position: center;
  background-size: auto 100%; }
  .landing-249-banner div#landinghero .landingherotext * {
    color: #000; }
  @media (min-width: 768px) {
    .landing-249-banner div#landinghero {
      background: url(../img/engagedesk.png);
      background-size: cover; } }

#whyshopdesktop .whyshop-card {
  width: 33%;
  text-align: left;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    #whyshopdesktop .whyshop-card {
      text-align: center; } }

#whyshopdesktop {
  margin-bottom: 50px; }
  #whyshopdesktop p {
    max-width: 295px;
    margin: auto;
    text-align: left;
    width: calc(100% - 30px); }

.whyshop-card {
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: left; }
  .whyshop-card svg {
    font-size: 24px;
    margin-bottom: 10px;
    color: #6e8eb8; }
    @media (min-width: 768px) {
      .whyshop-card svg {
        font-size: 38px; } }
  .whyshop-card .whyshop-card {
    text-align: left; }
    .whyshop-card .whyshop-card h4 {
      margin-top: 0px;
      color: #000 !important; }
      @media (min-width: 768px) {
        .whyshop-card .whyshop-card h4 {
          margin-top: 0px; } }

.whyshop-card h4 {
  margin-top: 0px !important;
  font-size: 16px;
  color: #000 !important; }
  @media (min-width: 768px) {
    .whyshop-card h4 {
      font-size: 24px; } }

.landing-sbs .sbs-rail {
  margin: 50px 0px; }

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

.sbm-rail {
  margin: 50px 0px; }

@media (min-width: 768px) {
  div#testrail {
    max-width: 975px;
    margin-left: auto;
    margin-right: auto; } }

div#landingtestwrap {
  background: #f3f8ff;
  padding-top: 50px;
  padding-bottom: 50px; }
  div#landingtestwrap h2 {
    margin-top: 0px; }
  div#landingtestwrap p {
    font-size: 18px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      div#landingtestwrap p {
        text-align: center; } }
  div#landingtestwrap .review-card {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 20px;
    font-size: 14px; }
    div#landingtestwrap .review-card h4 {
      font-size: 22px;
      margin-top: 0px; }
    div#landingtestwrap .review-card p {
      font-size: 14px;
      margin-bottom: 25px;
      text-align: left; }
    div#landingtestwrap .review-card div#testname strong {
      font-size: 16px; }
    div#landingtestwrap .review-card svg {
      color: #d5aa63; }
  div#landingtestwrap #morereviews {
    background: #ffffff;
    border: 1px solid #263238;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: auto;
    padding: 10px 20px;
    max-width: 300px; }

#landinghero {
  min-height: 400px; }

/*Engagement Landing Hero Image*/
.landing-39-banner #landinghero {
  background-image: url(../img/hero-engagement-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-39-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-39-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-39-banner #landinghero {
      background-image: url(../img/engagement-hero-desktop-min.jpg);
      background-size: cover; } }

/*Wedding Landing Hero Image*/
.landing-25-banner #landinghero {
  background-image: url(../img/landing-wedding-anv/wedding-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-25-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-25-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-25-banner #landinghero {
      background-image: url(../img/landing-wedding-anv/wedding-hero-desktop-min.jpg);
      background-size: cover; } }

/*EX3 Landing Hero Image*/
.landing-90-banner #landinghero {
  background-image: url(../img/wedding-mobile.png);
  background-position: center;
  background-size: auto 100%; }
  .landing-90-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-90-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-90-banner #landinghero {
      background-image: url(../img/ex3-hero-desktop-min.jpg);
      background-size: cover; } }

/*Pendants Landing Hero Image*/
.landing-179-banner #landinghero {
  background-image: url("https://www.pompeii3.com/content/mobilebanners/pendants-hero-mobile-min.jpg");
  background-position: center;
  background-size: auto 100%; }
  .landing-179-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-179-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-179-banner #landinghero {
      background-image: url(../img/pendants-hero-desktop-min.jpg);
      background-size: cover; } }

/*Jewelry Landing Hero Image*/
.landing-171-banner #landinghero {
  background-image: url(../img/hero-wedding-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-171-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-171-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-171-banner #landinghero {
      background-image: url(../img/wedding-hero-desktop-min.jpg);
      background-size: cover; } }

/*Gemstones Landing Hero Image*/
.landing-188-banner #landinghero {
  background-image: url(../img/wedding-mobile.png);
  background-position: center;
  background-size: auto 100%; }
  .landing-188-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-188-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-188-banner #landinghero {
      background-image: url(../img/gemstone-hero-desktop-min.jpg);
      background-size: cover; } }

/*Gifts Landing Hero Image*/
.landing-35-banner #landinghero {
  background-image: url(https://www.pompeii3.com/content/mobilebanners/pendants-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-35-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-35-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-35-banner #landinghero {
      background-image: url(../img/gifts-hero-desktop-min.jpg);
      background-size: cover; } }

/*Earrings Landing Hero Image*/
.landing-172-banner #landinghero {
  background-image: url(../img/landing-earrings/earrings-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-172-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-172-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-172-banner #landinghero {
      background-image: url(../img/landing-earrings/earrings-hero-desktop-min.jpg);
      background-size: cover; } }

/*Clearance Landing Hero Image*/
.landing-55-banner #landinghero {
  background-image: url(../img/landing-clearance/clearance-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-55-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-55-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-55-banner #landinghero {
      background-image: url(../img/landing-clearance/clearance-hero-desktop-min.jpg);
      background-size: cover; } }

/*Bracelets Landing Hero Image*/
.landing-199-banner #landinghero {
  background-image: url(https://www.pompeii3.com/content/mobilebanners/bracelets-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-199-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-199-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-199-banner #landinghero {
      background-image: url(../img/bracelets-hero-desktop-min.jpg);
      background-size: cover; } }

/*Blue Diamonds Landing Hero Image*/
.landing-184-banner #landinghero {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/blue-diamond-hero-mobile2.jpg");
  background-position: center;
  background-size: auto 100%; }
  .landing-184-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-184-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-184-banner #landinghero {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/blue-diamond-hero-desktop1.jpg");
      background-size: cover; } }

/*Black Diamonds Landing Hero Image*/
.landing-182-banner #landinghero {
  background-image: url(../img/black-diamond-hero-desktop-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-182-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-182-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-182-banner #landinghero {
      background-image: url(../img/black-diamond-hero-desktop-min.jpg);
      background-size: cover; } }

/*For Her Landing Hero Image*/
.landing-451-banner #landinghero {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/forher-hero-mobile-min.jpg");
  background-position: center;
  background-size: auto 100%; }
  .landing-451-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-451-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-451-banner #landinghero {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/forher-hero-desktop-min.jpg");
      background-size: cover; } }

/*For Him Landing Hero Image*/
.landing-450-banner #landinghero {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/forhim-hero-mobile-min.jpg");
  background-position: center;
  background-size: auto 100%; }
  .landing-450-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-450-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-450-banner #landinghero {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/forhim-hero-desktop-min.jpg");
      background-size: cover; } }

/*StudsLanding Hero Image*/
.landing-173-banner #landinghero {
  background-image: url(../img/landing-studs/studs-hero-mobile-min.jpg);
  background-position: center;
  background-size: auto 100%; }
  .landing-173-banner #landinghero .landingherotext * {
    color: #000; }
  .landing-173-banner #landinghero .landingbtn:hover a {
    color: #fff; }
  @media (min-width: 768px) {
    .landing-173-banner #landinghero {
      background-image: url(../img/landing-studs/studs-hero-desktop-min.jpg);
      background-size: cover; } }

@media (min-width: 768px) {
  .landing-grid .swiper-slide.swiper-slide {
    margin-right: 20px !important; } }

.col-right .lb-text h2 {
  margin-top: 0px !important;
  margin-bottom: 20px; }

.col-right {
  display: block;
  float: none;
  min-height: 1px;
  width: 100%; }
  @media (min-width: 768px) {
    .col-right {
      display: table-cell;
      vertical-align: middle;
      width: 50%; } }

.col-left {
  display: block;
  vertical-align: middle;
  float: none;
  min-height: 1px;
  width: 100%; }
  @media (min-width: 768px) {
    .col-left {
      display: table-cell;
      width: 50%;
      vertical-align: middle; } }

.col-right img,
.col-left img {
  width: 100%; }

.hero-cont {
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .hero-cont {
      top: 50%;
      text-align: left;
      width: auto;
      transform: translatey(-50%);
      -webkit-transform: translateY(-50%); } }

.sbs-card img {
  height: 50px;
  width: 50px; }
  @media (min-width: 768px) {
    .sbs-card img {
      width: 60px;
      height: 60px; } }

.sbm-card img {
  max-height: 50px; }
  @media (min-width: 768px) {
    .sbm-card img {
      max-height: 60px; } }
  @media (min-width: 768px) and (min-width: 1024px) {
    .sbm-card img {
      max-height: 100%; } }

div#landing-explore p,
.sbsh-rail.hp-swipe.landing-sbs p,
.landing-metals p,
.landing-grid-shop_by_price p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 20px;
  font-weight: 300; }
  @media (min-width: 768px) {
    div#landing-explore p,
    .sbsh-rail.hp-swipe.landing-sbs p,
    .landing-metals p,
    .landing-grid-shop_by_price p {
      font-size: 21px;
      line-height: 30px; } }

div#whyshopdesktop p {
  font-size: 16px;
  text-align: center;
  padding: 0px 20px;
  line-height: 20px; }
  @media (min-width: 768px) {
    div#whyshopdesktop p {
      font-size: 18px;
      line-height: 24px; } }

div#whyshoprail p {
  text-align: left;
  max-width: 960px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300; }

div#whyshoprail {
  margin-bottom: 0px; }

.landing-wrap .landing-grid > p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  padding-top: 10px;
  color: #000;
  line-height: 24px; }
  @media (min-width: 768px) {
    .landing-wrap .landing-grid > p {
      font-size: 21px;
      line-height: 30px; } }

@media (min-width: 768px) {
  .landing-metals {
    padding: 60px; } }

.landing-grid-shop_by_price strong {
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "mr-eaves-sans";
  text-transform: uppercase !important;
  height: 50px;
  line-height: 50px;
  background: #edf6ff;
  border: 1px solid #0c2340;
  color: #0c2340;
  min-width: 240px;
  text-align: center;
  font-weight: 400; }

.landing-grid-shop_by_price {
  margin: 60px 0px; }

.catcard-text strong {
  font-size: 30px;
  display: none; }
  @media (min-width: 768px) {
    .catcard-text strong {
      font-size: 30px;
      display: block; } }

.catcard-text p {
  display: none; }
  @media (min-width: 768px) {
    .catcard-text p {
      display: block; } }

p.showt {
  display: none; }

div#hp-btm {
  margin-top: 40px; }

@media screen and (min-device-width: 640px) and (max-device-width: 768px) {
  div#homecatcards {
    max-width: 640px;
    margin: 0 auto; }
  .hp-findaring img {
    width: 70%;
    margin-right: -40px; }
  div#findaring-text {
    width: 40%;
    margin: auto;
    position: relative;
    background: #FCF4ED; }
  div#footertext-help,
  div#footertext-newsletter,
  div#footertext-social {
    width: 100% !important; }
  div#footertext-social {
    float: none !important; } }

.hp-catcard.staggershort1 .catcard-text {
  margin-top: -23%;
  left: -10%; }

div#cstagger-right .catcard-text {
  margin-top: 0%; }

div#cstagger-right .hp-catcard.staggershort2 .catcard-text {
  margin-top: -25%;
  left: -10%; }

div#cstagger-right .hp-catcard.staggershort2 {
  right: -10%; }

div#backtotop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 80px;
  height: 55px;
  width: 55px;
  text-align: center;
  z-index: 999; }
  div#backtotop svg {
    fill: #fff;
    height: 40px;
    width: 40px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 6px; }

.top-hero {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .top-hero {
      margin: 0px 0 50px;
      background: url(../img/financing-banner-desk.jpg) no-repeat 50% 5%;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .top-hero {
      margin: 40px 0 80px; } }
  .top-hero .mobile-top-banner {
    display: block;
    width: 100%; }
    @media (min-width: 768px) {
      .top-hero .mobile-top-banner {
        display: none; } }
  .top-hero .text-blurb {
    text-align: center;
    width: 100%;
    padding: 40px 20px 40px;
    background-color: #212957;
    height: 100%;
    min-width: 320px; }
    @media (min-width: 768px) {
      .top-hero .text-blurb {
        width: 36%;
        padding: 80px 20px 80px; } }
    .top-hero .text-blurb img {
      display: none; }
      @media (min-width: 768px) {
        .top-hero .text-blurb img {
          display: inline-block;
          margin-bottom: 20px; } }
    .top-hero .text-blurb h3 {
      color: #fff;
      font-weight: 700;
      line-height: 36px;
      text-transform: uppercase;
      margin: 0 0 15px;
      font-size: 36px;
      letter-spacing: 1px; }
      @media (min-width: 1024px) {
        .top-hero .text-blurb h3 {
          font-size: 36px;
          margin: 0 0 20px; } }
    .top-hero .text-blurb p {
      color: #fff;
      font-size: 20px;
      font-weight: 500;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      line-height: 28px;
      margin: 15px auto;
      max-width: 480px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .top-hero .text-blurb p {
          font-size: 20px;
          line-height: 28px;
          max-width: 320px; } }
      @media (min-width: 1024px) {
        .top-hero .text-blurb p {
          font-size: 22px;
          line-height: 30px; } }
    .top-hero .text-blurb .cmr-btn {
      cursor: pointer;
      display: block;
      background-color: #6497cd;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      height: 50px;
      line-height: 50px;
      width: 100%;
      margin: 0 auto;
      border-radius: 2px;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; }
      .top-hero .text-blurb .cmr-btn:hover {
        background: #4f7fb3; }
      @media (min-width: 768px) {
        .top-hero .text-blurb .cmr-btn {
          max-width: 240px; } }

#financing {
  max-width: 1280px;
  margin: 0 auto; }
  #financing .max-wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      #financing .max-wrap {
        max-width: 960px;
        padding-left: 0px;
        padding-right: 0px; } }
  #financing .hr {
    height: 1px;
    width: 42px;
    background-color: #fff;
    margin: 0 auto; }
  #financing ul {
    list-style: none;
    margin: 0 0 20px; }
    #financing ul li {
      text-align: center;
      margin-bottom: 40px;
      padding: 0px; }
      @media (min-width: 768px) {
        #financing ul li {
          display: inline-block;
          width: 32%;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 20px;
          vertical-align: top; } }
      @media (min-width: 1024px) {
        #financing ul li {
          margin-bottom: 40px; } }
      #financing ul li img {
        display: block;
        margin: 0 auto;
        margin-bottom: -20px; }
      #financing ul li h4 {
        line-height: 1;
        margin: 15px 0 15px;
        color: #1d2345;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0px; }
      #financing ul li p {
        margin: 0;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        color: #767676;
        font-size: 16px;
        line-height: 24px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
  #financing .check-my-rate {
    text-align: center;
    margin-bottom: 34px; }
    @media (min-width: 768px) {
      #financing .check-my-rate {
        padding: 0 20px; } }
    #financing .check-my-rate h2,
    #financing .check-my-rate h1 {
      margin: 0 auto 40px;
      font-size: 30px;
      font-weight: 400;
      color: #1d2345;
      line-height: 36px;
      letter-spacing: 0px; }
      @media (min-width: 1024px) {
        #financing .check-my-rate h2,
        #financing .check-my-rate h1 {
          font-size: 40px;
          line-height: 46px;
          margin-bottom: 80px; } }
    #financing .check-my-rate .cmr-btn {
      cursor: pointer;
      display: block;
      background-color: #6497cd;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      height: 70px;
      line-height: 70px;
      margin: 0 auto 20px;
      width: 100%;
      border-radius: 2px;
      max-width: 360px; }
      #financing .check-my-rate .cmr-btn:hover {
        background-color: #4f7fb3; }
      @media (min-width: 768px) {
        #financing .check-my-rate .cmr-btn {
          width: 240px; } }
    #financing .check-my-rate .fine-print {
      margin: 0 auto;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 500;
      color: #767676;
      line-height: 20px; }
  #financing .how-it-works {
    text-align: center;
    background-color: #212957;
    background-size: cover;
    padding: 40px 0 0;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #financing .how-it-works {
        padding: 40px 0 0;
        background: url(../img/financing-how-it-works-banner.jpg) no-repeat 50% 10%;
        background-size: cover;
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      #financing .how-it-works {
        padding: 80px 0 0; } }
    @media (min-width: 768px) {
      #financing .how-it-works .max-wrap {
        padding: 0 20px; } }
    #financing .how-it-works h2 {
      color: #fff;
      text-transform: capitalize;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 15px; }
      @media (min-width: 768px) {
        #financing .how-it-works h2 {
          font-size: 36px; } }
    #financing .how-it-works h3 {
      color: #fff;
      margin: 15px 0 40px;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500; }
    #financing .how-it-works ul li h4 {
      color: #fff; }
    #financing .how-it-works ul li p {
      color: rgba(255, 255, 255, 0.75); }
    #financing .how-it-works .hiw-btn {
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      background-color: #6497cd;
      height: 50px;
      width: 100%;
      display: block;
      margin: 0 auto 20px;
      line-height: 50px;
      font-size: 18px;
      font-weight: 700;
      border-radius: 2px;
      max-width: 360px; }
      #financing .how-it-works .hiw-btn:hover {
        background-color: #4f7fb3; }
      @media (min-width: 768px) {
        #financing .how-it-works .hiw-btn {
          width: 240px; } }
    #financing .how-it-works .questions {
      width: 100%;
      padding: 0px 0 40px; }
      @media (min-width: 768px) {
        #financing .how-it-works .questions {
          padding: 20px 0 20px;
          background-color: #1e2448; } }
      #financing .how-it-works .questions p {
        color: #fff;
        margin: 0;
        line-height: 26px;
        font-size: 16px;
        font-weight: 600;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto; }
        #financing .how-it-works .questions p a {
          text-decoration: none;
          color: #b7daff; }
  #financing .popular-categories {
    text-align: center; }
    @media (min-width: 768px) {
      #financing .popular-categories {
        padding: 0 20px; } }
    #financing .popular-categories h2 {
      text-transform: capitalize;
      color: #1d2345;
      font-size: 30px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 1;
      margin: 0; }
      @media (min-width: 768px) {
        #financing .popular-categories h2 {
          font-size: 36px;
          padding-bottom: 40px; } }
    #financing .popular-categories ul li h4 {
      text-transform: capitalize;
      margin-top: 13px;
      font-size: 24px;
      font-weight: 400; }
    #financing .popular-categories ul li a {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      color: #fff;
      background-color: #6497cd;
      height: 50px;
      width: 100%;
      display: block;
      margin: 0 auto 20px;
      line-height: 50px;
      font-size: 18px;
      font-weight: 700;
      margin-top: 15px;
      border-radius: 2px;
      max-width: 360px; }
      #financing .popular-categories ul li a:hover {
        background-color: #4f7fb3; }
      @media (min-width: 768px) {
        #financing .popular-categories ul li a {
          width: 220px; } }

.no-container .container {
  padding-left: 0;
  padding-right: 0; }

.financing-page {
  margin: 0 -10px !important; }

#financing-hero {
  background: #edf6ff;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    #financing-hero {
      margin-bottom: 27%; } }
  @media (min-width: 1024px) {
    #financing-hero {
      margin-bottom: 37%; } }
  @media (min-width: 1440px) {
    #financing-hero {
      margin-bottom: 380px; } }
  #financing-hero .breadcrumbs {
    text-align: center; }
  #financing-hero .text-blurb .page-heading {
    color: #111827;
    font-weight: 400 !important;
    line-height: 50px;
    margin: 0 0 10px;
    font-size: 30px;
    letter-spacing: normal;
    text-transform: none;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    border: 0; }
    @media (min-width: 768px) {
      #financing-hero .text-blurb .page-heading {
        font-size: 54px;
        line-height: 54px; } }
  @media (min-width: 768px) {
    #financing-hero .text-blurb .sub-info {
      margin-bottom: 30px; } }
  #financing-hero .text-blurb .cmr-btn {
    cursor: pointer;
    display: block;
    background-color: #6497cd;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
    #financing-hero .text-blurb .cmr-btn:hover {
      background: #4f7fb3; }
    @media (min-width: 768px) {
      #financing-hero .text-blurb .cmr-btn {
        max-width: 240px; } }
  #financing-hero #banner-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 1440px; }
    @media (min-width: 1024px) {
      #financing-hero #banner-boxes {
        margin: 0 -20px; } }
    @media (min-width: 1440px) {
      #financing-hero #banner-boxes {
        margin: 0 auto; } }
    #financing-hero #banner-boxes .banner-box {
      text-align: left;
      border-radius: 10px;
      border: 1px solid #e3e3e3;
      background: #fff;
      box-shadow: 0px 4px 12px 0px rgba(33, 41, 87, 0.15);
      padding: 40px 20px; }
      @media (max-width: 767px) {
        #financing-hero #banner-boxes .banner-box {
          margin-bottom: 20px;
          padding: 20px 20px; } }
      @media (min-width: 768px) {
        #financing-hero #banner-boxes .banner-box {
          width: calc(50% - 20px);
          margin: 0 10px -20%; } }
      @media (min-width: 1024px) {
        #financing-hero #banner-boxes .banner-box {
          padding: 40px;
          width: calc(50% - 40px);
          margin: 0 20px -30%; } }
      @media (min-width: 1440px) {
        #financing-hero #banner-boxes .banner-box {
          margin-bottom: -20%; } }
      #financing-hero #banner-boxes .banner-box h2 {
        color: #212957;
        font-size: 28px;
        font-weight: 700 !important;
        line-height: normal;
        text-transform: none;
        text-align: left;
        margin: 10px 0 17px;
        border: 0;
        letter-spacing: normal; }
        @media (min-width: 768px) {
          #financing-hero #banner-boxes .banner-box h2 {
            margin: 20px 0 17px;
            font-size: 36px; } }
      #financing-hero #banner-boxes .banner-box p:not(.fine-print) {
        color: #222;
        font-size: 16px;
        line-height: 22px; }
        @media (min-width: 768px) {
          #financing-hero #banner-boxes .banner-box p:not(.fine-print) {
            font-size: 20px;
            line-height: 30px; } }
      #financing-hero #banner-boxes .banner-box .fine-print {
        color: #222;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0; }
      #financing-hero #banner-boxes .banner-box ul {
        list-style: none;
        margin: 0 0 17px; }
        #financing-hero #banner-boxes .banner-box ul li {
          font-size: 20px;
          line-height: 40px; }
          @media (min-width: 768px) {
            #financing-hero #banner-boxes .banner-box ul li {
              font-size: 24px; } }
          #financing-hero #banner-boxes .banner-box ul li svg {
            margin-right: 5px; }
      #financing-hero #banner-boxes .banner-box .button {
        border-radius: 5px;
        border: 2px solid #212957;
        color: #212957;
        text-align: center;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 46px;
        padding: 0 35px;
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          #financing-hero #banner-boxes .banner-box .button {
            font-size: 24px; } }
        #financing-hero #banner-boxes .banner-box .button a:hover {
          color: #fff; }
        #financing-hero #banner-boxes .banner-box .button:hover {
          background: #212957;
          color: #fff; }

.sub-info {
  color: #111827;
  font-size: 18px !important;
  font-weight: 400;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  line-height: 24px !important;
  max-width: 1069px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .sub-info {
      font-size: 24px !important;
      line-height: 34px !important;
      max-width: 880px !important; } }

#new-financing .max-wrap {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    #new-financing .max-wrap {
      max-width: 960px;
      padding-left: 0px;
      padding-right: 0px; } }

#new-financing .page-heading.tablink-heading {
  font-size: 20px; }
  @media (min-width: 768px) {
    #new-financing .page-heading.tablink-heading {
      font-size: 32px;
      line-height: 34px; } }

#new-financing .sub-info.tab-info-txt {
  font-size: 14px !important;
  font-weight: 400; }
  @media (min-width: 768px) {
    #new-financing .sub-info.tab-info-txt {
      font-size: 18px !important;
      line-height: 20px; } }

#new-financing .page-heading {
  color: #111827;
  font-weight: 400 !important;
  line-height: 40px;
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: normal;
  text-transform: none;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  border: 0; }
  @media (min-width: 768px) {
    #new-financing .page-heading {
      font-size: 48px;
      line-height: 50px; } }

#new-financing ul {
  list-style: none; }

#new-financing .circle {
  background: #EDF6FF;
  height: 7.14286rem;
  width: 7.14286rem;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto 20px;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #new-financing .circle span {
    display: block;
    color: #31467E;
    font-size: 40px;
    line-height: inherit;
    font-family: minerva-modern, Arial, Helvetica, sans-serif; }
  #new-financing .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #31467E; }

#new-financing #getting-started {
  padding: 0 20px;
  text-align: center; }
  @media (min-width: 768px) {
    #new-financing #getting-started {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    #new-financing #getting-started {
      margin-bottom: 100px; } }
  #new-financing #getting-started .sub-info {
    max-width: 100%;
    margin-bottom: 50px; }
  #new-financing #getting-started ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      #new-financing #getting-started ul li {
        width: calc(100% / 3);
        padding: 0 10px; } }
    #new-financing #getting-started ul li h3 {
      font-size: 24px;
      line-height: 30px;
      text-transform: none;
      letter-spacing: normal;
      color: #31467E;
      margin: 20px auto 10px; }
      @media (min-width: 768px) {
        #new-financing #getting-started ul li h3 {
          font-size: 24px;
          font-weight: 600 !important; } }
    #new-financing #getting-started ul li p {
      color: #222;
      font-size: 16px;
      line-height: 22px;
      max-width: 307px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        #new-financing #getting-started ul li p {
          font-size: 16px; } }

#new-financing #middle-hero {
  margin: 0 auto 40px;
  max-width: 1400px; }
  @media (min-width: 768px) {
    #new-financing #middle-hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
  @media (min-width: 1024px) {
    #new-financing #middle-hero {
      margin-bottom: 98px; } }
  @media (min-width: 1400px) {
    #new-financing #middle-hero {
      justify-content: flex-end; } }
  #new-financing #middle-hero #mh-text {
    background: #edf6ff;
    padding: 20px;
    text-align: left; }
    @media (min-width: 768px) {
      #new-financing #middle-hero #mh-text {
        width: 50%;
        max-width: 604px;
        position: relative;
        right: -20px; } }
    @media (min-width: 1024px) {
      #new-financing #middle-hero #mh-text {
        padding: 40px 20px; }
        #new-financing #middle-hero #mh-text > * {
          max-width: 450px !important;
          margin-left: auto;
          margin-right: auto; } }
    @media (min-width: 1400px) {
      #new-financing #middle-hero #mh-text {
        padding: 100px 20px;
        width: 604px;
        left: 69px;
        right: auto;
        position: absolute; } }
    #new-financing #middle-hero #mh-text .page-heading,
    #new-financing #middle-hero #mh-text .sub-info {
      text-align: center !important;
      max-width: 100%; }
    #new-financing #middle-hero #mh-text .sub-info {
      font-size: 16px !important;
      line-height: 22px !important; }
      @media (min-width: 768px) {
        #new-financing #middle-hero #mh-text .sub-info {
          font-size: 20px !important;
          line-height: 30px !important; } }
    #new-financing #middle-hero #mh-text #box-links {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media (min-width: 1024px) {
        #new-financing #middle-hero #mh-text #box-links {
          margin: 0 auto; } }
      #new-financing #middle-hero #mh-text #box-links .button {
        border-radius: 5px;
        border: 1px solid #212957;
        color: #212957;
        text-align: center;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 48px;
        padding: 0;
        margin: 0 10px 20px;
        width: calc(50% - 20px); }
        @media (min-width: 768px) {
          #new-financing #middle-hero #mh-text #box-links .button {
            font-size: 20px; } }
  @media (min-width: 768px) {
    #new-financing #middle-hero > img {
      max-width: 50%; } }
  @media (min-width: 1400px) {
    #new-financing #middle-hero > img {
      max-width: calc(50% + 69px); } }

#new-financing #why-finance {
  text-align: center;
  padding: 0 20px; }
  #new-financing #why-finance .sub-info {
    max-width: 100%; }
    @media (min-width: 768px) {
      #new-financing #why-finance .sub-info {
        margin-bottom: 40px; } }
  #new-financing #why-finance ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 768px) {
      #new-financing #why-finance ul {
        justify-content: space-between; } }
    @media (min-width: 768px) {
      #new-financing #why-finance ul li {
        width: calc(100% / 3);
        padding: 0 10px; } }
    #new-financing #why-finance ul li h3 {
      font-size: 20px;
      line-height: 20px;
      text-transform: none;
      letter-spacing: normal;
      color: #31467E;
      margin: 20px auto 10px; }
      @media (min-width: 768px) {
        #new-financing #why-finance ul li h3 {
          font-size: 24px;
          line-height: 24px; } }
    #new-financing #why-finance ul li p {
      color: #111827;
      font-size: 16px;
      line-height: 22px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.85; }
      @media (min-width: 768px) {
        #new-financing #why-finance ul li p {
          font-size: 16px;
          line-height: 22px; } }

#new-financing #faq_Affirm, #new-financing #faq_Bread, #new-financing #faq_Klarna, #new-financing #faq_Katapult {
  background: #edf6ff;
  padding: 100px 20px;
  max-width: 1400px;
  margin: 20px auto 0;
  margin-left: -40px;
  margin-right: -40px; }
  @media (min-width: 768px) {
    #new-financing #faq_Affirm, #new-financing #faq_Bread, #new-financing #faq_Klarna, #new-financing #faq_Katapult {
      margin-top: 40px;
      margin: 20px auto 0; } }
  #new-financing #faq_Affirm .page-heading, #new-financing #faq_Bread .page-heading, #new-financing #faq_Klarna .page-heading, #new-financing #faq_Katapult .page-heading {
    margin-bottom: 50px;
    color: #31467E; }
  #new-financing #faq_Affirm #questions_Affirm, #new-financing #faq_Affirm #questions_Bread, #new-financing #faq_Affirm #questions_Klarna, #new-financing #faq_Affirm #questions_Katapult, #new-financing #faq_Bread #questions_Affirm, #new-financing #faq_Bread #questions_Bread, #new-financing #faq_Bread #questions_Klarna, #new-financing #faq_Bread #questions_Katapult, #new-financing #faq_Klarna #questions_Affirm, #new-financing #faq_Klarna #questions_Bread, #new-financing #faq_Klarna #questions_Klarna, #new-financing #faq_Klarna #questions_Katapult, #new-financing #faq_Katapult #questions_Affirm, #new-financing #faq_Katapult #questions_Bread, #new-financing #faq_Katapult #questions_Klarna, #new-financing #faq_Katapult #questions_Katapult {
    border-radius: 12px;
    background: #fff;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-align: left;
    padding: 30px; }
    #new-financing #faq_Affirm #questions_Affirm .acc-head, #new-financing #faq_Affirm #questions_Bread .acc-head, #new-financing #faq_Affirm #questions_Klarna .acc-head, #new-financing #faq_Affirm #questions_Katapult .acc-head, #new-financing #faq_Bread #questions_Affirm .acc-head, #new-financing #faq_Bread #questions_Bread .acc-head, #new-financing #faq_Bread #questions_Klarna .acc-head, #new-financing #faq_Bread #questions_Katapult .acc-head, #new-financing #faq_Klarna #questions_Affirm .acc-head, #new-financing #faq_Klarna #questions_Bread .acc-head, #new-financing #faq_Klarna #questions_Klarna .acc-head, #new-financing #faq_Klarna #questions_Katapult .acc-head, #new-financing #faq_Katapult #questions_Affirm .acc-head, #new-financing #faq_Katapult #questions_Bread .acc-head, #new-financing #faq_Katapult #questions_Klarna .acc-head, #new-financing #faq_Katapult #questions_Katapult .acc-head {
      padding: 12px 10px;
      cursor: pointer;
      border-bottom: 1px solid #E5E7EB;
      font-size: 20px;
      line-height: 24px;
      color: #1F2937;
      font-weight: 500;
      position: relative; }
      @media (min-width: 768px) {
        #new-financing #faq_Affirm #questions_Affirm .acc-head, #new-financing #faq_Affirm #questions_Bread .acc-head, #new-financing #faq_Affirm #questions_Klarna .acc-head, #new-financing #faq_Affirm #questions_Katapult .acc-head, #new-financing #faq_Bread #questions_Affirm .acc-head, #new-financing #faq_Bread #questions_Bread .acc-head, #new-financing #faq_Bread #questions_Klarna .acc-head, #new-financing #faq_Bread #questions_Katapult .acc-head, #new-financing #faq_Klarna #questions_Affirm .acc-head, #new-financing #faq_Klarna #questions_Bread .acc-head, #new-financing #faq_Klarna #questions_Klarna .acc-head, #new-financing #faq_Klarna #questions_Katapult .acc-head, #new-financing #faq_Katapult #questions_Affirm .acc-head, #new-financing #faq_Katapult #questions_Bread .acc-head, #new-financing #faq_Katapult #questions_Klarna .acc-head, #new-financing #faq_Katapult #questions_Katapult .acc-head {
          font-size: 20px;
          padding: 20px; } }
      #new-financing #faq_Affirm #questions_Affirm .acc-head svg, #new-financing #faq_Affirm #questions_Bread .acc-head svg, #new-financing #faq_Affirm #questions_Klarna .acc-head svg, #new-financing #faq_Affirm #questions_Katapult .acc-head svg, #new-financing #faq_Bread #questions_Affirm .acc-head svg, #new-financing #faq_Bread #questions_Bread .acc-head svg, #new-financing #faq_Bread #questions_Klarna .acc-head svg, #new-financing #faq_Bread #questions_Katapult .acc-head svg, #new-financing #faq_Klarna #questions_Affirm .acc-head svg, #new-financing #faq_Klarna #questions_Bread .acc-head svg, #new-financing #faq_Klarna #questions_Klarna .acc-head svg, #new-financing #faq_Klarna #questions_Katapult .acc-head svg, #new-financing #faq_Katapult #questions_Affirm .acc-head svg, #new-financing #faq_Katapult #questions_Bread .acc-head svg, #new-financing #faq_Katapult #questions_Klarna .acc-head svg, #new-financing #faq_Katapult #questions_Katapult .acc-head svg {
        color: #374151;
        transition: all 0.15s ease;
        font-size: 12px;
        margin-right: 5px;
        position: absolute;
        right: 0;
        top: 40%; }
        @media (min-width: 768px) {
          #new-financing #faq_Affirm #questions_Affirm .acc-head svg, #new-financing #faq_Affirm #questions_Bread .acc-head svg, #new-financing #faq_Affirm #questions_Klarna .acc-head svg, #new-financing #faq_Affirm #questions_Katapult .acc-head svg, #new-financing #faq_Bread #questions_Affirm .acc-head svg, #new-financing #faq_Bread #questions_Bread .acc-head svg, #new-financing #faq_Bread #questions_Klarna .acc-head svg, #new-financing #faq_Bread #questions_Katapult .acc-head svg, #new-financing #faq_Klarna #questions_Affirm .acc-head svg, #new-financing #faq_Klarna #questions_Bread .acc-head svg, #new-financing #faq_Klarna #questions_Klarna .acc-head svg, #new-financing #faq_Klarna #questions_Katapult .acc-head svg, #new-financing #faq_Katapult #questions_Affirm .acc-head svg, #new-financing #faq_Katapult #questions_Bread .acc-head svg, #new-financing #faq_Katapult #questions_Klarna .acc-head svg, #new-financing #faq_Katapult #questions_Katapult .acc-head svg {
            font-size: 12px; } }
      #new-financing #faq_Affirm #questions_Affirm .acc-head.active, #new-financing #faq_Affirm #questions_Bread .acc-head.active, #new-financing #faq_Affirm #questions_Klarna .acc-head.active, #new-financing #faq_Affirm #questions_Katapult .acc-head.active, #new-financing #faq_Bread #questions_Affirm .acc-head.active, #new-financing #faq_Bread #questions_Bread .acc-head.active, #new-financing #faq_Bread #questions_Klarna .acc-head.active, #new-financing #faq_Bread #questions_Katapult .acc-head.active, #new-financing #faq_Klarna #questions_Affirm .acc-head.active, #new-financing #faq_Klarna #questions_Bread .acc-head.active, #new-financing #faq_Klarna #questions_Klarna .acc-head.active, #new-financing #faq_Klarna #questions_Katapult .acc-head.active, #new-financing #faq_Katapult #questions_Affirm .acc-head.active, #new-financing #faq_Katapult #questions_Bread .acc-head.active, #new-financing #faq_Katapult #questions_Klarna .acc-head.active, #new-financing #faq_Katapult #questions_Katapult .acc-head.active {
        border-bottom: 0; }
        #new-financing #faq_Affirm #questions_Affirm .acc-head.active svg, #new-financing #faq_Affirm #questions_Bread .acc-head.active svg, #new-financing #faq_Affirm #questions_Klarna .acc-head.active svg, #new-financing #faq_Affirm #questions_Katapult .acc-head.active svg, #new-financing #faq_Bread #questions_Affirm .acc-head.active svg, #new-financing #faq_Bread #questions_Bread .acc-head.active svg, #new-financing #faq_Bread #questions_Klarna .acc-head.active svg, #new-financing #faq_Bread #questions_Katapult .acc-head.active svg, #new-financing #faq_Klarna #questions_Affirm .acc-head.active svg, #new-financing #faq_Klarna #questions_Bread .acc-head.active svg, #new-financing #faq_Klarna #questions_Klarna .acc-head.active svg, #new-financing #faq_Klarna #questions_Katapult .acc-head.active svg, #new-financing #faq_Katapult #questions_Affirm .acc-head.active svg, #new-financing #faq_Katapult #questions_Bread .acc-head.active svg, #new-financing #faq_Katapult #questions_Klarna .acc-head.active svg, #new-financing #faq_Katapult #questions_Katapult .acc-head.active svg {
          transform: rotate(-180deg); }
    #new-financing #faq_Affirm #questions_Affirm .acc-head.acc-head-last, #new-financing #faq_Affirm #questions_Bread .acc-head.acc-head-last, #new-financing #faq_Affirm #questions_Klarna .acc-head.acc-head-last, #new-financing #faq_Affirm #questions_Katapult .acc-head.acc-head-last, #new-financing #faq_Bread #questions_Affirm .acc-head.acc-head-last, #new-financing #faq_Bread #questions_Bread .acc-head.acc-head-last, #new-financing #faq_Bread #questions_Klarna .acc-head.acc-head-last, #new-financing #faq_Bread #questions_Katapult .acc-head.acc-head-last, #new-financing #faq_Klarna #questions_Affirm .acc-head.acc-head-last, #new-financing #faq_Klarna #questions_Bread .acc-head.acc-head-last, #new-financing #faq_Klarna #questions_Klarna .acc-head.acc-head-last, #new-financing #faq_Klarna #questions_Katapult .acc-head.acc-head-last, #new-financing #faq_Katapult #questions_Affirm .acc-head.acc-head-last, #new-financing #faq_Katapult #questions_Bread .acc-head.acc-head-last, #new-financing #faq_Katapult #questions_Klarna .acc-head.acc-head-last, #new-financing #faq_Katapult #questions_Katapult .acc-head.acc-head-last {
      border: 0; }
    #new-financing #faq_Affirm #questions_Affirm .acc-content, #new-financing #faq_Affirm #questions_Bread .acc-content, #new-financing #faq_Affirm #questions_Klarna .acc-content, #new-financing #faq_Affirm #questions_Katapult .acc-content, #new-financing #faq_Bread #questions_Affirm .acc-content, #new-financing #faq_Bread #questions_Bread .acc-content, #new-financing #faq_Bread #questions_Klarna .acc-content, #new-financing #faq_Bread #questions_Katapult .acc-content, #new-financing #faq_Klarna #questions_Affirm .acc-content, #new-financing #faq_Klarna #questions_Bread .acc-content, #new-financing #faq_Klarna #questions_Klarna .acc-content, #new-financing #faq_Klarna #questions_Katapult .acc-content, #new-financing #faq_Katapult #questions_Affirm .acc-content, #new-financing #faq_Katapult #questions_Bread .acc-content, #new-financing #faq_Katapult #questions_Klarna .acc-content, #new-financing #faq_Katapult #questions_Katapult .acc-content {
      display: none;
      padding: 0 10px 20px;
      font-size: 18px;
      line-height: 24px;
      color: #222;
      border-bottom: 1px solid #E5E7EB; }
      @media (min-width: 768px) {
        #new-financing #faq_Affirm #questions_Affirm .acc-content, #new-financing #faq_Affirm #questions_Bread .acc-content, #new-financing #faq_Affirm #questions_Klarna .acc-content, #new-financing #faq_Affirm #questions_Katapult .acc-content, #new-financing #faq_Bread #questions_Affirm .acc-content, #new-financing #faq_Bread #questions_Bread .acc-content, #new-financing #faq_Bread #questions_Klarna .acc-content, #new-financing #faq_Bread #questions_Katapult .acc-content, #new-financing #faq_Klarna #questions_Affirm .acc-content, #new-financing #faq_Klarna #questions_Bread .acc-content, #new-financing #faq_Klarna #questions_Klarna .acc-content, #new-financing #faq_Klarna #questions_Katapult .acc-content, #new-financing #faq_Katapult #questions_Affirm .acc-content, #new-financing #faq_Katapult #questions_Bread .acc-content, #new-financing #faq_Katapult #questions_Klarna .acc-content, #new-financing #faq_Katapult #questions_Katapult .acc-content {
          padding: 0 20px 20px; } }

#new-financing #explore {
  text-align: center;
  padding: 40px 20px;
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    #new-financing #explore {
      padding: 90px 20px 70px; } }
  #new-financing #explore .sub-info {
    max-width: 100%; }
    @media (min-width: 768px) {
      #new-financing #explore .sub-info {
        margin-bottom: 40px; } }
  #new-financing #explore ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    #new-financing #explore ul li {
      width: calc(50% - 20px);
      margin: 0 10px 20px; }
      @media (min-width: 551px) {
        #new-financing #explore ul li {
          width: calc((100% / 3) - 20px); } }
      @media (min-width: 1024px) {
        #new-financing #explore ul li {
          width: calc(100% / 6 - 20px); } }
      #new-financing #explore ul li span {
        display: block;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-top: 19px; }
        @media (min-width: 768px) {
          #new-financing #explore ul li span {
            font-size: 18px; } }

#new-financing #bottom-questions {
  background: #edf6ff;
  padding: 0;
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    #new-financing #bottom-questions {
      padding: 0;
      margin-bottom: 40px;
      flex-wrap: nowrap; } }
  #new-financing #bottom-questions .get-in-touch-block {
    align-self: stretch;
    padding: 50px 20px; }
    @media (min-width: 768px) {
      #new-financing #bottom-questions .get-in-touch-block {
        flex-basis: 50%;
        width: 50%;
        padding: 50px 50px 0; } }
  #new-financing #bottom-questions .get-in-touch-img {
    flex-basis: 100%;
    width: 100%; }
    @media (min-width: 768px) {
      #new-financing #bottom-questions .get-in-touch-img {
        flex-basis: 56%;
        width: 56%; } }
  @media (min-width: 768px) {
    #new-financing #bottom-questions .sub-info {
      margin-bottom: 30px; } }
  #new-financing #bottom-questions #bq-boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1220px; }
    @media (min-width: 768px) {
      #new-financing #bottom-questions #bq-boxes {
        margin: 0 -20px; } }
    @media (min-width: 1220px) {
      #new-financing #bottom-questions #bq-boxes {
        margin: 0 auto; } }
    #new-financing #bottom-questions #bq-boxes .bq-box {
      border-radius: 10px;
      border: 1px solid #e3e3e3;
      background: #fff;
      box-shadow: 0px 4px 12px 0px rgba(33, 41, 87, 0.15);
      padding: 30px 10px 0;
      width: 100%;
      display: inline-flex;
      flex-flow: column nowrap;
      height: 206px; }
      @media (max-width: 767px) {
        #new-financing #bottom-questions #bq-boxes .bq-box {
          margin-bottom: 20px; } }
      @media (min-width: 768px) {
        #new-financing #bottom-questions #bq-boxes .bq-box {
          width: calc((100% / 3) - 20px);
          margin: 0 10px; } }
      @media (min-width: 1024px) {
        #new-financing #bottom-questions #bq-boxes .bq-box {
          width: calc((100% / 3) - 40px);
          margin: 0 20px; } }
      #new-financing #bottom-questions #bq-boxes .bq-box:first-child img {
        width: 225px; }
      #new-financing #bottom-questions #bq-boxes .bq-box:nth-child(2) img {
        width: 170px; }
      #new-financing #bottom-questions #bq-boxes .bq-box:last-child img {
        width: 190px; }
      #new-financing #bottom-questions #bq-boxes .bq-box img {
        margin: 0 auto;
        display: block; }
      #new-financing #bottom-questions #bq-boxes .bq-box ul {
        list-style: none;
        margin: auto;
        text-align: left; }
        #new-financing #bottom-questions #bq-boxes .bq-box ul li a {
          font-size: 21px;
          line-height: 35px;
          color: #212957;
          display: inline-block; }
          @media (min-width: 1024px) {
            #new-financing #bottom-questions #bq-boxes .bq-box ul li a {
              font-size: 24px; } }
          #new-financing #bottom-questions #bq-boxes .bq-box ul li a svg {
            margin-right: 2px;
            vertical-align: middle; }

span.landingbtn {
  position: relative; }
  span.landingbtn a {
    display: block; }

.studid-176 .stitem {
  display: inline-block; }

.studid-176 .stsortbox.stsort-color {
  display: none; }

/*input.button.button--primary {
  width: 100%;
    background: #445C92;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .5px;
    border-radius: 3px;
    line-height: 50px;
    text-transform: capitalize;
    display: block;
    margin: 0 auto;
    padding: 0px;
    font-family: $fontFamily-src;
    max-width: 240px;
}*/
iframe#bread-clippy-iframe {
  display: none !important; }

div#backtotop {
  position: fixed;
  bottom: 54px;
  right: 20px;
  color: #fff;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 80px;
  text-align: center;
  z-index: 999;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    div#backtotop {
      width: 60px;
      height: 60px; } }
  div#backtotop svg {
    fill: #fff;
    height: 40px;
    width: 40px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 2px; }
    @media (min-width: 768px) {
      div#backtotop svg {
        top: 6px; } }
  div#backtotop.livechat {
    bottom: 90px !important;
    right: 15px !important; }
    @media (min-width: 768px) {
      div#backtotop.livechat {
        bottom: 125px !important;
        right: 27px !important; } }

@media screen and (max-width: 767px) {
  .template-product .omnisend-form-66c53922788d5712b84a2fb2-teaser {
    bottom: 80px; } }

div#backtotop svg {
  fill: #31467e;
  width: 32px;
  top: 2px; }
  @media (min-width: 768px) {
    div#backtotop svg {
      top: 10px; } }

.info-page h1 {
  font-size: 36px; }

.info-page h2 {
  font-size: 28px;
  font-weight: 400; }

.info-page h3 {
  font-size: 24px;
  font-weight: 400; }

.info-page h2,
.info-page h3,
.info-page h4,
.info-page h5,
.info-page h6 {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400 !important; }

.info-page p {
  font-size: 16px; }

a.returnbut {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 10px 20px;
  text-transform: capitalize;
  border-radius: 5px; }

div#returnwrap div#Content {
  font-size: 16px; }

table#jeweledu strong,
span.style3 {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400 !important; }

.info-page a:hover {
  text-decoration: underline; }

.info-page input.button.button--primary {
  background: #445c92;
  border-radius: 0;
  position: relative;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  line-height: 50px;
  text-transform: capitalize;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  padding: 0px;
  min-width: 240px; }

div#customring h1 {
  font-size: 24px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

div#customring h2 {
  max-width: 100% !important;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase !important;
  font-size: 21px !important;
  font-weight: 400; }

div#customring p {
  font-size: 16px;
  text-align: center; }

div#customring strong {
  font-size: 21px;
  font-weight: 400; }

div#customsteps img {
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto; }

.customstep {
  display: inline-block;
  text-align: center !important; }

.steptext {
  float: none !important;
  text-align: center;
  display: block; }

.customstep {
  display: inline-block;
  width: 100%; }
  @media (min-width: 768px) {
    .customstep {
      width: 33%; } }

div#customring h1,
div#customring h3 {
  text-align: center; }

.info-page h2 {
  border-bottom: 1px solid #ccc; }

.faqs-page h3 {
  font-size: 21px;
  text-transform: capitalize;
  letter-spacing: 0px; }

.chatlink {
  display: none; }

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  position: absolute;
  margin-top: 2px; }

.ss-recommendations.ss-profile-recently-viewed,
.ss-hr {
  position: relative; }

.ss-hr {
  float: left;
  width: 100%;
  padding: 15px 20px; }

b.bigperc {
  font-size: 30px; }

a.hp-gglink {
  background-color: #397368;
  color: #ffce57;
  text-transform: uppercase;
  width: 320px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 21px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    a.hp-gglink {
      width: 420px;
      letter-spacing: 1px; } }

.how-it-works p.fine-print {
  color: #fff !important; }

@media screen and (max-width: 600px) {
  .main.homepage {
    overflow-x: hidden; } }

#landingerherowrap.landing-450-banner .landingherotext,
#landingerherowrap.landing-451-banner .landingherotext {
  color: #fff;
  position: relative;
  text-align: left;
  padding: 20px; }
  @media screen and (max-width: 767px) {
    #landingerherowrap.landing-450-banner .landingherotext,
    #landingerherowrap.landing-451-banner .landingherotext {
      top: 250px; } }
  @media (min-width: 768px) {
    #landingerherowrap.landing-450-banner .landingherotext,
    #landingerherowrap.landing-451-banner .landingherotext {
      color: #000;
      position: relative;
      text-align: left;
      padding: 20px;
      margin-left: 40px; } }
  @media (min-width: 1024px) {
    #landingerherowrap.landing-450-banner .landingherotext,
    #landingerherowrap.landing-451-banner .landingherotext {
      margin-left: 220px; } }

.catcard.neckcard.studscard img {
  max-height: 380px; }

div#hpreviews > #desk-postcard {
  display: none; }
  @media (min-width: 768px) {
    div#hpreviews > #desk-postcard {
      display: inline-block; } }

div#hpreviews > #mob-postcard {
  display: block; }
  @media (min-width: 768px) {
    div#hpreviews > #mob-postcard {
      display: none; } }

div#catdsec {
  padding: 20px;
  text-align: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

div#catdsec h3,
div#catdsec h2 {
  text-align: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px; }
  @media (min-width: 768px) {
    div#catdsec h3,
    div#catdsec h2 {
      font-size: 21px; } }

div#catdsec p {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: left; }

div#catdsec a {
  text-decoration: underline;
  color: #445c92; }
  div#catdsec a:hover, div#catdsec a:active, div#catdsec a:focus {
    color: #999; }

div#catdsec ul {
  text-align: left;
  font-size: 16px; }

/*-------------------------
    Mobile Friendly Styles
-------------------------*/
@media screen and (max-width: 600px) {
  div#landingwrapper {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden; } }

/*----------------
   Jewelary Education
------------------*/
.flex-col-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px; }

.flex-col-wrap.two-col {
  justify-content: space-between; }

.flex-col-wrap.two-col .long-col {
  width: 100%;
  max-width: 68%; }

.flex-col-wrap.two-col .short-col {
  width: 100%;
  max-width: 28%; }

.flex-col-wrap.three-col {
  align-items: center; }

.flex-col-wrap.three-col div {
  width: 100%;
  max-width: 30%;
  text-align: center; }

.flex-col-wrap .multi-col {
  margin: 0 8px; }

.flex-col-wrap .multi-col {
  text-align: center; }

.flex-col-wrap h4 {
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .flex-col-wrap {
    flex-wrap: wrap; } }

/*4th Banner Start */
#herotext p {
  color: #fff;
  text-transform: none; }

div#p-fourthcount {
  margin-left: 10px;
  text-transform: uppercase; }
  div#p-fourthcount strong {
    font-size: 23px; }
    @media (min-width: 1024px) {
      div#p-fourthcount strong {
        font-size: 26px; } }
  div#p-fourthcount #fourthcount {
    display: inline-block;
    font-size: 14px; }
  div#p-fourthcount #fourthcount {
    background-image: url(../img/ribbon4.png);
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    position: relative;
    margin-right: 6px;
    margin-left: 4px;
    padding-right: 6px;
    color: #fff;
    top: -2px;
    line-height: 19px;
    height: 30px; }
    @media (min-width: 1024px) {
      div#p-fourthcount #fourthcount {
        background-image: url(../img/ribbon4-desk.png);
        font-size: 17px;
        font-weight: bold;
        background-position: 0px 0px;
        padding-left: 12px;
        padding-right: 8px;
        height: 60px;
        line-height: 32px; } }
  div#p-fourthcount #fourthcount:after {
    content: "";
    display: inline-block;
    height: 17px;
    width: 5px;
    background-image: url(../img/ribbon4end.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 1px;
    margin-left: 6px; }
    @media (min-width: 1024px) {
      div#p-fourthcount #fourthcount:after {
        background-image: url(../img/ribbon4end-desk.png);
        height: 30px;
        margin-top: 0px;
        margin-left: 7px; } }

div#fourth-inner svg {
  vertical-align: 0px !important;
  margin-right: -1px; }

div#p-fourthcount strong {
  color: #212957; }

div#p-fourthcount svg {
  vertical-align: 0px; }

span#pdp-msrp {
  text-decoration: line-through; }

.pdpbfprice {
  margin-bottom: 0px !important; }

div#pv-priceleft {
  width: 100%;
  display: inline-block;
  color: #000;
  vertical-align: top;
  text-align: left; }
  @media (min-width: 551px) {
    div#pv-priceleft {
      width: calc(50% - 20px); } }

div#productrecs span.pdp-price {
  font-size: 16px !important;
  font-weight: 700; }
  @media (min-width: 768px) {
    div#productrecs span.pdp-price {
      font-size: 16px !important; } }

.pdp-percent {
  font-size: 14px !important;
  font-weight: 700;
  margin-top: -1px !important; }
  @media (min-width: 768px) {
    .pdp-percent {
      font-size: 14px !important; } }

div#productrecs span.priceleft {
  font-size: 14px !important;
  font-weight: 400; }

div#productrecs span.priceleft {
  font-size: 16px !important;
  font-weight: 400; }

.ss_our_price {
  display: block !important;
  margin-top: -5px !important; }
  .ss_our_price:before, .ss_our_price:after {
    content: " ";
    display: table; }
  .ss_our_price:after {
    clear: both; }

.ss_price__regular,
.ss_our_price {
  display: block !important; }

body .ss-item-container-grid .ss-item-inner .priceright,
.ss-sliderc .ss_price__regular .ss_our_price {
  display: block;
  width: 100%;
  margin-top: -5px; }

.landing-vappoint-banner #landinghero {
  background-image: url(../img/vappointment-mob.jpg);
  background-position: center;
  background-size: auto 100%;
  min-height: 375px;
  height: 375px;
  padding-top: 375px;
  margin-bottom: 324px; }
  @media (min-width: 768px) {
    .landing-vappoint-banner #landinghero {
      background-image: url(../img/vappointment-desk.jpg);
      background-size: cover;
      margin-bottom: 65px;
      min-height: 669px;
      height: 669px;
      padding-top: 669px; } }
  .landing-vappoint-banner #landinghero .hero-cont {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .landing-vappoint-banner #landinghero .hero-cont {
        position: absolute;
        top: auto;
        width: 100%; } }
  .landing-vappoint-banner #landinghero .landingherotext {
    text-align: center;
    padding: 27px 20px 0; }
    @media (min-width: 768px) {
      .landing-vappoint-banner #landinghero .landingherotext {
        padding-top: 0; } }
    @media (min-width: 1024px) {
      .landing-vappoint-banner #landinghero .landingherotext {
        margin-left: 40px; } }
    @media screen and (min-width: 1160px) {
      .landing-vappoint-banner #landinghero .landingherotext {
        margin-left: 100px; } }
    .landing-vappoint-banner #landinghero .landingherotext * {
      text-align: center; }
    .landing-vappoint-banner #landinghero .landingherotext h2 {
      color: #212957;
      font-size: 48px;
      line-height: 48px;
      margin: 0 auto 23px;
      max-width: 353px; }
      @media screen and (min-width: 960px) {
        .landing-vappoint-banner #landinghero .landingherotext h2 {
          font-size: 64px;
          line-height: 77px;
          margin-bottom: 32px;
          max-width: none; } }
    .landing-vappoint-banner #landinghero .landingherotext p {
      display: block;
      font-weight: 350;
      font-size: 18px;
      line-height: 28px;
      color: #000;
      margin: 0 auto 20px;
      max-width: 343px; }
      @media (min-width: 768px) {
        .landing-vappoint-banner #landinghero .landingherotext p {
          max-width: 300px;
          margin: 0 auto 20px; } }
      @media screen and (min-width: 960px) {
        .landing-vappoint-banner #landinghero .landingherotext p {
          max-width: 513px;
          font-size: 24px;
          line-height: 34px;
          margin-bottom: 40px; } }
    .landing-vappoint-banner #landinghero .landingherotext .landingbtn {
      background: #212957;
      border-radius: 5px;
      color: #fff;
      max-width: 252px;
      height: 60px;
      line-height: 60px;
      font-weight: 700;
      font-size: 20px;
      margin: 0 auto; }
      .landing-vappoint-banner #landinghero .landingherotext .landingbtn:hover {
        color: #f7f7f7;
        background: #445c92; }

#landingwrapper .row {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media (min-width: 768px) {
    #landingwrapper .row {
      align-items: center; } }
  @media (min-width: 768px) {
    #landingwrapper .row.flipped .row-img {
      order: 1; }
    #landingwrapper .row.flipped .row-text {
      order: 0; } }
  @media (min-width: 768px) {
    #landingwrapper .row.flipped .row-text {
      padding-left: 20px;
      padding-right: 40px; } }
  @media (min-width: 1024px) {
    #landingwrapper .row.flipped .row-text {
      padding-right: 80px;
      padding-left: 40px; } }
  #landingwrapper .row .row-img,
  #landingwrapper .row .row-text {
    margin: 0 auto; }
    @media (min-width: 768px) {
      #landingwrapper .row .row-img,
      #landingwrapper .row .row-text {
        width: 50% !important; } }
  #landingwrapper .row .row-text {
    padding: 20px 0;
    font-size: 0;
    text-align: left; }
    @media (min-width: 768px) {
      #landingwrapper .row .row-text {
        padding: 0 20px; } }
    @media (min-width: 1024px) {
      #landingwrapper .row .row-text {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1441px) {
      #landingwrapper .row .row-text {
        padding-left: 80px; } }
    #landingwrapper .row .row-text h2 {
      font-family: minerva-modern, Arial, Helvetica, sans-serif;
      text-align: left;
      margin: 0 0 24px;
      border-bottom: 0;
      font-weight: 400;
      font-size: 32px;
      line-height: 38px;
      text-transform: none;
      color: #212957; }
      @media (min-width: 1024px) {
        #landingwrapper .row .row-text h2 {
          font-size: 48px;
          line-height: 58px;
          margin-bottom: 28px;
          max-width: 506px; } }
    #landingwrapper .row .row-text p {
      color: #000;
      font-weight: 350;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 1024px) {
        #landingwrapper .row .row-text p {
          font-size: 20px;
          line-height: 30px; } }
    @media screen and (max-width: 800px) {
      #landingwrapper .row .row-text > :last-child {
        margin-bottom: 0; } }

#landingwrapper .schedule-bbox {
  background: #f3f8ff;
  text-align: center;
  padding: 30px 20px 28px; }
  @media (min-width: 768px) {
    #landingwrapper .schedule-bbox {
      padding: 67px 10px 66px;
      margin-top: 40px; } }
  @media (min-width: 1024px) {
    #landingwrapper .schedule-bbox {
      margin-top: 99px;
      margin-bottom: 99px; } }
  #landingwrapper .schedule-bbox#top-box {
    padding: 40px 20px 0;
    margin: 20px auto 42px; }
    @media screen and (max-width: 767px) {
      #landingwrapper .schedule-bbox#top-box > h2,
      #landingwrapper .schedule-bbox#top-box > p {
        display: none; } }
    @media (min-width: 768px) {
      #landingwrapper .schedule-bbox#top-box {
        padding: 73px 20px 40px; }
        #landingwrapper .schedule-bbox#top-box > p {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 55px; } }
    @media (min-width: 1024px) {
      #landingwrapper .schedule-bbox#top-box {
        margin: 79px auto 57px; } }
    #landingwrapper .schedule-bbox#top-box .bbicon {
      width: 100%;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #landingwrapper .schedule-bbox#top-box .bbicon {
          width: calc(100% / 3);
          padding: 0 10px; } }
      #landingwrapper .schedule-bbox#top-box .bbicon svg {
        font-size: 40px;
        color: #212957;
        margin-bottom: 22px; }
      #landingwrapper .schedule-bbox#top-box .bbicon strong {
        display: block;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        color: #212957;
        margin-bottom: 13px; }
      #landingwrapper .schedule-bbox#top-box .bbicon p {
        font-weight: 350;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        max-width: 307px;
        margin: 0 auto; }
  #landingwrapper .schedule-bbox .landingbtn {
    background: #212957;
    border-radius: 5px;
    color: #fff;
    max-width: 252px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
    font-size: 20px;
    margin: 0 auto; }
    #landingwrapper .schedule-bbox .landingbtn:hover {
      color: #f7f7f7;
      background: #445c92; }
      #landingwrapper .schedule-bbox .landingbtn:hover a {
        text-decoration: none; }
  #landingwrapper .schedule-bbox > h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #212957;
    border-bottom: 0;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      #landingwrapper .schedule-bbox > h2 {
        font-size: 48px;
        line-height: 58px; } }
  #landingwrapper .schedule-bbox > p {
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px; }
  #landingwrapper .schedule-bbox .bbicons {
    display: flex;
    flex-wrap: wrap; }

div#herotext strong,
div#herotext p {
  color: #000 !important; }
  @media (min-width: 768px) {
    div#herotext strong,
    div#herotext p {
      color: #000 !important; } }

div#herotext strong {
  font-size: 36px !important;
  margin-bottom: -5px !important; }
  @media (min-width: 768px) {
    div#herotext strong {
      font-size: 60px !important;
      margin-bottom: 30px !important; } }

div#herotext p {
  font-size: 16px; }
  @media (min-width: 768px) {
    div#herotext p {
      font-size: 20px; } }

@media (min-width: 768px) and (max-width: 1280px) {
  div#herotext {
    max-width: 320px; }
    div#herotext strong {
      line-height: 60px !important; } }

div#heroimg div#herotext.summersale strong {
  color: #000 !important;
  margin-bottom: 0px !important;
  font-size: 45px !important;
  line-height: normal !important; }
  @media (min-width: 768px) {
    div#heroimg div#herotext.summersale strong {
      font-size: 58px !important; } }

div#heroimg div#herotext.summersale p {
  padding-bottom: 0px;
  font-size: 17px;
  margin-top: 8px;
  letter-spacing: 0px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    div#heroimg div#herotext.summersale p {
      font-size: 22px;
      padding-bottom: 0px;
      margin-bottom: 15px; } }

div#heroimg div#herotext.summersale div#redperc {
  color: #000;
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 400; }
  @media (min-width: 768px) {
    div#heroimg div#herotext.summersale div#redperc {
      margin-top: 10px;
      letter-spacing: 4px;
      font-size: 27px; } }

div#heroimg div#herotext.summersale .herocc {
  color: #c0423f;
  font-weight: bold;
  font-size: 35px;
  margin-top: -6px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    div#heroimg div#herotext.summersale .herocc {
      font-size: 41px;
      margin-top: 0px;
      margin-bottom: 20px; } }

div#heroimg div#herotext.summersale a {
  color: #fff;
  background-color: #445c92;
  border-color: #445c92;
  max-width: 287px; }
  div#heroimg div#herotext.summersale a:hover, div#heroimg div#herotext.summersale a:focus, div#heroimg div#herotext.summersale a:active {
    background-color: #213056 !important;
    border-color: #213056; }

div#summercc {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: -10px; }
  @media (min-width: 768px) {
    div#summercc {
      margin-top: -25px; } }
  div#summercc span {
    color: #005a9c; }

@media (min-width: 768px) {
  div#subbanners-bigday {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 1024px) {
  div#subbanners-bigday {
    padding-left: 20px;
    padding-right: 20px; } }

.bd-box {
  text-align: center; }
  @media (min-width: 768px) {
    .bd-box {
      width: calc(50% - 5px) !important;
      margin-bottom: 10px !important; }
      .bd-box img {
        margin-bottom: 10px !important; } }
  @media (min-width: 1024px) {
    .bd-box {
      width: calc(50% - 10px) !important; }
      .bd-box img {
        margin-bottom: 20px !important; } }

.bdtext strong {
  font-size: 30px;
  text-align: center;
  display: block;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 5px; }
  @media (min-width: 1024px) {
    .bdtext strong {
      font-size: 42px;
      margin-bottom: 10px;
      margin-top: 5px !important; } }

.bdtext p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .bdtext p {
      font-size: 20px; } }

.bdtext a.bd-link {
  display: block;
  text-align: center;
  max-width: 250px;
  border: 2px solid #333333;
  margin: auto;
  margin-bottom: 45px;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 16px; }
  @media (min-width: 1024px) {
    .bdtext a.bd-link {
      max-width: 320px;
      height: 60px;
      line-height: 59px;
      font-size: 18px; } }
  .bdtext a.bd-link:hover {
    color: #fff;
    background-color: #445c92;
    border-color: #445c92; }

body.template-pages\/category.has-activeModal {
  position: fixed;
  height: 100%;
  width: 100%; }

.productView.pv-main.productView--quickView {
  padding-top: 30px; }

/* BLACK FRIDAY 2022 */
div.landing-bf-banner #landinghero {
  background: url(https://cdn11.bigcommerce.com/s-c06tfgb2yp/images/stencil/original/image-manager/bf-mobile-hero-min.jpg);
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 54%;
  height: 0px;
  margin-top: -51px;
  width: 100%;
  min-height: 0px;
  left: 0px; }
  @media (min-width: 768px) {
    div.landing-bf-banner #landinghero {
      background: url(https://cdn11.bigcommerce.com/s-c06tfgb2yp/images/stencil/original/image-manager/landing-hero-desktop-min.jpg);
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
      padding-top: 21%;
      height: 0px;
      margin-top: -61px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; } }
  div.landing-bf-banner #landinghero .hero-cont {
    position: relative;
    top: 0px;
    text-align: center;
    width: 100%;
    background: #000;
    color: #fff; }
    @media (min-width: 768px) {
      div.landing-bf-banner #landinghero .hero-cont {
        top: 50%;
        text-align: left;
        width: auto;
        position: absolute;
        transform: translatey(-50%);
        -webkit-transform: translateY(-50%);
        background: none; } }
  div.landing-bf-banner #landinghero h2 {
    color: #fff;
    font-size: 34px;
    line-height: normal;
    margin-top: 0px; }
    @media (min-width: 768px) {
      div.landing-bf-banner #landinghero h2 {
        font-size: 48px; } }
  div.landing-bf-banner #landinghero p {
    font-size: 18px;
    text-align: center;
    display: block; }
    @media (min-width: 768px) {
      div.landing-bf-banner #landinghero p {
        color: #fff;
        text-align: left;
        font-size: 22px;
        margin-bottom: 25px; } }
  div.landing-bf-banner #landinghero .landingbtn {
    max-width: 190px; }
  div.landing-bf-banner #landinghero .goldtext {
    color: #ffde88; }
  div.landing-bf-banner #landinghero .bftag {
    color: #ffde88;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      div.landing-bf-banner #landinghero .bftag {
        text-align: left;
        font-size: 22px; } }

a#bf22shopall {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/shopallbtn.png);
  height: 60px;
  display: block;
  width: 250px;
  border: 1px #b78e00 solid;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 1px;
  margin-top: 20px; }

.bf22grid .bluestretch {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf22bggrad.jpg);
  display: block;
  padding-top: 1px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  color: #fff; }
  .bf22grid .bluestretch #bluestretchcontent h2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

.bf22grid .bluestretch:before {
  display: none; }

#landingwrapper .bf22grid h2 {
  text-transform: uppercase;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px; }
  @media (min-width: 768px) {
    #landingwrapper .bf22grid h2 {
      font-size: 30px;
      margin-bottom: 25px; } }

div#bfboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px; }
  @media (min-width: 768px) {
    div#bfboxes {
      margin-top: 50px;
      margin-bottom: 50px; } }

.bfbox {
  width: calc(50% - 20px);
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px; }
  .bfbox a {
    margin-bottom: 10px;
    display: block; }
  @media (min-width: 768px) {
    .bfbox {
      width: 25%;
      font-size: 18px;
      text-align: center;
      margin-bottom: 25px;
      padding-left: 15px;
      padding-right: 15px; } }

.bluestretch {
  background: #f3f8ff;
  display: block;
  padding-top: 1px;
  padding-bottom: 50px;
  margin-bottom: 20px; }
  .bluestretch #bluestretchcontent {
    position: relative;
    z-index: 2; }
  .bluestretch h2 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .bluestretch h2 {
        margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .bluestretch {
      margin-bottom: 50px; } }

@media (min-width: 768px) {
  .bluestretch:before {
    content: " ";
    background: #f3f8ff;
    position: absolute;
    top: 0px;
    width: 200%;
    height: 100%;
    left: -50%;
    z-index: 1; } }

.bfbox img {
  width: 229px;
  max-width: 100%; }

div#shopbpboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media (min-width: 768px) {
    div#shopbpboxes {
      margin-bottom: 20px;
      max-width: 1220px;
      margin: auto; } }
  div#shopbpboxes a {
    margin-bottom: 10px;
    display: block;
    background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/price-box-min.png);
    text-align: center;
    font-size: 16px;
    padding-top: 21%;
    background-size: contain;
    height: 0px;
    width: calc(50% - 20px);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    position: relative; }
    div#shopbpboxes a span {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      left: 0px;
      font-size: 17px;
      text-transform: uppercase;
      font-weight: 200;
      letter-spacing: 1px;
      color: #fff; }
      @media (min-width: 1024px) {
        div#shopbpboxes a span {
          margin-top: 0px; } }
    @media (min-width: 768px) {
      div#shopbpboxes a {
        width: calc(25% - 10px);
        padding-top: 11%; } }
    @media (min-width: 1024px) {
      div#shopbpboxes a {
        height: 108px;
        padding: 0px;
        background-size: 240px auto;
        background-position: center; } }

.bluestretch:before {
  display: none; }

.shopbpbox-center {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 33%; }
  @media (min-width: 1024px) {
    .shopbpbox-center {
      padding-top: 80px; } }

.flex-col-wrap.five-col {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }

.flex-col-wrap.five-col .multi-col {
  width: 100%;
  max-width: calc(20% - 16px); }

@media screen and (max-width: 1000px) {
  .flex-col-wrap.five-col .multi-col {
    max-width: 30%; } }

@media screen and (max-width: 800px) {
  .flex-col-wrap.two-col .short-col {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .flex-col-wrap.two-col .long-col {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .flex-col-wrap.five-col .multi-col {
    max-width: calc(50% - 16px); }
  .mob-order-one .long-col {
    order: 2; } }

/*.bfsave30 {
    display: inline-block;
    border: 1px #BD0F1B solid;
    padding: 0px 10px;
    color: #BD0F1B;
    font-weight: bold;
    margin-bottom: 10px;
}

.price.price--on-sale.bf22-price .priceleft, .price.price--on-sale.bf22-price #pdp-msrp, .bf22oprice, .price.price--on-sale.bf22-price .bfmsrp {
    color: #999 !important;
    font-size: 13px !important;
    display: inline;
}

span.lnthru {
    text-decoration: line-through;
}

.bf22 {
    font-size: 22px;
    color: #BD0F1B;
    margin-top: -2px;
    font-weight: bold;

    span.withcode {
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }
}
.bf22pdp {
    display: none;
}
.bf22pdp {
    .bfsave30 {
        display: inline-block;
        border: 1px #BD0F1B solid;
        padding: 0px 10px;
        color: #BD0F1B;
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 18px;
        margin-bottom: 7px;
    }
    .bf22 {
        font-size: 30px;
        color: #BD0F1B;
        margin-top: -5px;
        font-weight: bold;
    }
    .bf22 span.withcode {
        color: #000;
        font-size: 18px;
    }
}

div.landing-bf-banner.bfhomebanner #landinghero {
    padding-top: 78%;
    height: auto;

    @include breakpoint("medium") {
        height: 0px;
        padding-top: 45.01%;
        background-size: contain;
    }
}
.bf22pdp.price.price--on-sale.bf22-price .priceleft, .bf22pdp.price.price--on-sale.bf22-price #pdp-msrp, .bf22pdp .bf22oprice, .price.price--on-sale.bf22-price .bfmsrp {
    color: #999 !important;
    font-size: 15px !important;
    display: inline;
}
div#landingerherowrap.landing-bf-banner.bfhomebanner {
    margin-top: 51px;

    @include breakpoint("medium") {
        margin-top: 39px;
    }
}
div#landingerherowrap.landing-bf-banner #landinghero p {
    color: #FFDE88;
}
.bfmsrp span#pdp-msrp {
    margin-left: 0px;
}
#fourthbar {
    background: #000;
}
span.fourthflag {
    color: #000;
}
div.landing-bf-banner #landinghero a:hover {
    background-color: #b59c5b;
}
.bf22pdp {
    display: none;
}
.ss-item-container-grid .ss-item-inner .priceright span#pdp-percent, .bfmsrp .priceleft, .bffriday .priceleft {
    display: none !important;
}
.bfmsrp span#pdp-msrp:before {
    content: "Retail ";
}
.bfmsrp span#pdp-msrp {
    margin-left: 0px;
    color: #444444;
    text-decoration: none;
    font-size: 14px !important;
}
body span#pdp-price {
    color: #BD0F1B !important;
}
.cardextra span.redtext {
    color: #BD0F1B;
    font-size: 16px;
    letter-spacing: 1px;
}
.cardextra {
    font-weight: bold;
}
.cardextra strong {
    letter-spacing: .5px;
}
.bffriday .pdpbfprice {
    display: none !important;
}
.bffriday span#pdp-percent {
    display: none !important;
}
.cardextra.pdpextra {
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.pdpextra.cardextra span.redtext {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    background: #BD0F1B;
    padding: 5px 10px;
    margin-right: 5px;
}
.bfmsrp.ng-scope:before {
    content: "Retail ";
    font-size: 14px;
    color: #444;
}
span.ss-item-regular.ng-binding.ss-item-on-sale {
    font-size: 14px;
}
.ss_our_price span#pdp-price, .bffriday span#pdp-price {
    font-size: 24px !important;
}
.productView-price .bfmsrp span#pdp-msrp {
    margin-left: 0;
    color: #444;
    text-decoration: none;
    font-size: 16px!important;
}*/
.cardextra {
  display: inline-block;
  color: #175511; }

div#persondeals-header {
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 19px;
  padding: 6px;
  font-weight: 900;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    div#persondeals-header {
      font-size: 34px; } }

div#persondeals-header .yellowtext {
  color: #000; }

div#bf22-subbanners-wrap {
  background: #222;
  padding: 20px;
  text-align: center;
  margin-top: -20px; }
  @media (min-width: 768px) {
    div#bf22-subbanners-wrap {
      padding-top: 40px;
      margin-top: 0px;
      margin-bottom: 40px; } }

.bf22-subb {
  position: relative;
  margin-bottom: 30px;
  color: #fff; }

.bf22-subb-text strong {
  font-weight: bold;
  margin-top: 15px;
  display: block;
  font-size: 16px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto; }

.bf22-subb-price {
  color: #ffc700;
  font-size: 20px; }

@media (min-width: 768px) {
  div#bf22-subbanners {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto; } }

@media (min-width: 768px) {
  .bf22-subb {
    width: calc(25% - 10px); } }

span.and {
  font-family: "relation-one";
  text-transform: lowercase;
  font-weight: normal;
  margin-right: 5px;
  font-size: 24px;
  transform: rotate(-13deg);
  display: inline-block;
  top: -2px;
  position: relative; }

/* December Sale Pricing No Checkout */
div#cart-preview-dropdown .previewCart .previewCartAction-checkout {
  display: none; }

.previewCartAction-checkout, .previewCartAction-checkout a, .previewCartAction-viewCart a, .previewCartAction-viewCart {
  background-color: #31467e;
  color: #fff; }

div#persondeals-header {
  background: none !important; }

/* CLEAR THE VAULT SALE */
.productView-price .bffriday span#pdp-price {
  color: #990e35;
  font-size: 24px; }

div#persondeals-header {
  font-family: "minerva-modern", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: capitalize; }

span.vdayu {
  display: block;
  border: none !important;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  span.vdayu:hover {
    text-decoration: underline;
    color: #000; }

/*.ss-item-inner span#pdp-price, .ss-item .ss-item-inner .price .price-item, div#productrecs span#pdp-price {
    margin: 0px;
    padding: 0px;
    color: #CC0000;
    font-size: 19px !important;

     &:before {
        content: "Sale ";
    }
}*/
span#pdp-percent,
span#pdp-percent {
  /*    background: none;
    color: #CC0000;*/
  text-transform: uppercase !important;
  margin-left: 4px;
  line-height: 16px !important; }

span.yousave,
.pdp-percent {
  background: none;
  color: #cc0000; }

div#wasale {
  color: #212957;
  display: none;
  text-align: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }
  div#wasale strong {
    color: #212957;
    text-transform: uppercase;
    font-size: 27px; }
  div#wasale #pdp-saleends #hoursleft,
  div#wasale #pdp-saleends #hoursleft * {
    color: #a30000; }
  div#wasale #pdp-saleends #hoursleft svg {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 21px; }
    div#wasale #pdp-saleends #hoursleft svg path {
      color: #212957; }
  div#wasale p {
    font-weight: bold;
    text-transform: none;
    font-size: 21px;
    line-height: 17px;
    margin-bottom: 10px; }
  div#wasale small.saleends.engsaletext {
    display: none; }
  div#wasale .normaltext {
    display: inline-block;
    color: #212957 !important; }

#wasale.engsales {
  background: #212957;
  color: #fff;
  display: none;
  text-align: left; }
  #wasale.engsales strong {
    color: #212957;
    text-transform: uppercase;
    font-size: 27px; }
  #wasale.engsales #pdp-saleends #hoursleft,
  #wasale.engsales #pdp-saleends #hoursleft * {
    color: #fff; }
  #wasale.engsales #pdp-saleends #hoursleft svg {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 21px; }
    #wasale.engsales #pdp-saleends #hoursleft svg path {
      color: #ff494e; }
  #wasale.engsales p {
    font-weight: bold;
    text-transform: none;
    font-size: 21px;
    line-height: 17px;
    margin-bottom: 10px; }
  #wasale.engsales .normaltext {
    display: none; }
  #wasale.engsales small.saleends.engsaletext {
    display: inline-block; }

span.ss-item-regular.ng-binding.ss-item-on-sale {
  text-decoration: line-through; }

span.pdp-price.price-grid.ng-binding.blackprice {
  color: #000; }

/* ------------------
   Blog Post Page Styles 8 Feb 2023
------------------  */
.blog-post p {
  font-size: 16px; }

.blog-post a {
  text-decoration: underline;
  color: #445c92; }

#bread-finance-div {
  justify-content: center !important;
  height: auto !important; }
  #bread-finance-div a {
    font-size: 18px; }

#breadtooltip {
  display: none; }

span.closemnav {
  display: none; }

.open span.closemnav {
  display: block; }

#financing-hero #banner-boxes .banner-box img {
  max-width: 200px; }
  @media (min-width: 768px) {
    #financing-hero #banner-boxes .banner-box img {
      max-width: auto; } }

#financing-hero #banner-boxes .banner-box ul li {
  color: #212957; }

#new-financing #middle-hero #mh-text .sub-info {
  text-align: center !important; }

#look {
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: bold;
  display: block;
  font-family: arial; }
  @media (min-width: 768px) {
    #look {
      font-size: 14px; } }

.tracker-container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px; }
  .tracker-container h2 {
    font-size: 24px;
    margin-bottom: 20px; }

.tracker-input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  box-sizing: border-box; }

.tracker-button {
  padding: 10px 20px;
  background-color: #212957;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
  width: 100%;
  border-radius: 5px;
  font-size: 20px; }
  .tracker-button:hover {
    background-color: #212957; }

p#trackinglink a {
  padding: 10px 20px;
  background-color: #212957;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
  width: 100%;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  width: auto; }
  p#trackinglink a:hover {
    background-color: #212957; }

.track-page h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  font-size: 40px;
  color: #212957;
  border-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px; }

.track-page p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .track-page p {
      font-size: 18px; } }

.track-page nav ol {
  text-align: center;
  margin: auto;
  display: block; }

.track-page .order-summary {
  padding-top: 20px;
  text-align: left; }
  .track-page .order-summary p {
    text-align: left;
    font-weight: bold;
    font-size: 14px; }
    @media (min-width: 768px) {
      .track-page .order-summary p {
        font-size: 18px; } }
    .track-page .order-summary p span {
      font-weight: normal; }

#orderinfo span {
  margin-left: 5px; }

.progress-container {
  background-color: #fff;
  padding: 20px;
  padding-top: 0px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none; }

div#progress-top {
  background: #edf6ff;
  padding: 20px;
  margin: 0px -20px; }

.progress-bar {
  background-color: #c0d4e2;
  border-radius: 1000px;
  position: relative;
  height: 55px;
  margin-bottom: 20px;
  border: 5px #fff solid;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1); }

.progress-fill {
  background: #212957;
  background: linear-gradient(90deg, #212957 75%, rgba(33, 41, 87, 0) 100%);
  border-radius: 20px 0 0 20px;
  height: 100%;
  width: 0%;
  transition: width 0.6s ease-in-out; }

.progress-percentage {
  font-size: 24px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  color: #c8dcfb;
  height: 55px;
  border: 5px #fff solid;
  border-radius: 55px;
  width: 55px;
  background: #212957;
  background: linear-gradient(180deg, #212957 45%, #2c659a 100%);
  text-align: center;
  line-height: 46px;
  font-weight: bold;
  font-size: 18px;
  margin-left: -25px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.1);
  transition: left 0.6s ease-in-out; }

h2#assemblyPercentage {
  float: left;
  width: 124px;
  height: 75px;
  background: #dae6f1;
  line-height: 75px;
  font-weight: 900;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

p#assemblyStep {
  float: left;
  width: calc(100% - 144px);
  margin-left: 20px;
  margin-top: 0px;
  color: #212957;
  text-align: left;
  font-weight: 900;
  font-size: 24px; }
  @media (min-width: 768px) {
    p#assemblyStep {
      font-size: 28px; } }

#assemblyMessage {
  float: left;
  width: calc(100% - 144px);
  margin-left: 20px;
  text-align: left;
  display: none; }

.progress-container h3 {
  color: #212957;
  text-transform: capitalize;
  border-bottom: 3px #dae6f1 solid;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .progress-container h3 {
      font-size: 21px; } }

div#order_products {
  margin-bottom: 20px; }

.help-section {
  padding-top: 20px;
  text-align: left; }

.progress-helpbtns {
  display: flex;
  justify-content: space-between; }

.help-icons {
  display: inline-block;
  margin: 0px;
  cursor: pointer;
  color: #212957;
  height: 40px;
  line-height: 40px;
  border: 1px #ccc solid;
  border-radius: 5px;
  width: calc((100% / 3) - 10px);
  text-align: center;
  font-size: 15px; }
  .help-icons svg {
    color: #4a79be;
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: 1px; }

@media (min-width: 768px) {
  .body.info-page main.page.track-page {
    max-width: 800px;
    margin: auto; } }

@media (min-width: 768px) {
  #progress-bottom {
    display: flex;
    justify-content: space-between; }
    #progress-bottom .help-section,
    #progress-bottom .order-summary {
      width: calc(50% - 10px); } }

.info-page .track-page h2,
.info-page .track-page h3,
.info-page .track-page h4,
.info-page .track-page h5,
.info-page .track-page h6 {
  font-weight: 900 !important; }

main.page.track-page nav {
  display: none; }
  @media (min-width: 768px) {
    main.page.track-page nav {
      display: block; } }

/* XMAS 2023 */
div#extreturns {
  font-weight: 700;
  color: #31467E;
  font-size: 17px;
  padding-left: 5px; }

.cartbyxmas {
  font-weight: 700;
  color: #31467E;
  font-size: 17px;
  padding-left: 5px; }

span#xmas24-img {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  max-width: 143.5px; }

div#xmas24-countwrap {
  display: inline-block;
  vertical-align: top; }

#xmas24cd span.cdbox {
  border: 1px #D9E6F3 solid;
  border-radius: 5px;
  background: #fff;
  height: 35px;
  margin-top: 3px;
  width: 35px;
  line-height: 10px; }

span.cdbox > span {
  display: block;
  font-family: 'minerva-modern';
  color: #31467E;
  font-size: 16px; }

#xmas24cd span.cdbox span {
  line-height: 13px;
  margin-top: 5px;
  position: relative;
  z-index: 2; }

body #pdpage #wasale {
  color: #000;
  display: none;
  text-align: left;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: 1px #FFE9B7;
  background: #FFE9B7;
  color: #fff; }
  body #pdpage #wasale * {
    color: #071D33 !important; }
  body #pdpage #wasale #xmas24cd span.cdbox:after {
    height: 1px;
    width: 35px;
    top: 20px;
    background: #d9e6f3;
    display: block;
    content: " ";
    position: absolute;
    opacity: .7;
    z-index: 1; }
  @media (min-width: 768px) {
    body #pdpage #wasale {
      border: 0px;
      background-repeat: no-repeat; }
      body #pdpage #wasale div#wasale #pdp-saleends #hoursleft svg {
        margin-left: 0px;
        margin-right: 4px;
        font-size: 16px; }
      body #pdpage #wasale div#hoursleft {
        padding: 0px;
        margin: 0px;
        line-height: 30px;
        height: 40px; }
      body #pdpage #wasale div#hoursleft small.saleends {
        margin-right: 5px;
        font-size: 18px; }
      body #pdpage #wasale div#hoursleft span {
        margin-right: 0px;
        font-size: 18px;
        top: 3px; }
      body #pdpage #wasale div#hoursleft small {
        margin-right: 3px;
        font-size: 12px;
        top: 2px; } }

.togglenav {
  width: 100%;
  background: #445C92;
  border-radius: 0;
  position: relative;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .5px;
  border-radius: 3px;
  line-height: 50px;
  text-transform: capitalize;
  display: block;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .togglenav {
      display: none; } }

#xmas24cd {
  position: relative; }

div#pv-freestud {
  border: 3px #1F7044 solid;
  border-radius: 5px;
  display: flex;
  margin-bottom: 20px;
  margin-top: 0px;
  cursor: pointer; }

div#pv-freestud img {
  width: 80px;
  margin-right: 15px; }

div#pv-fstud-text {
  padding-top: 15px;
  line-height: 18px;
  padding-right: 15px; }
  div#pv-fstud-text strong {
    color: #1F7044;
    display: block;
    font-size: 18px;
    margin-bottom: 5px; }
    div#pv-fstud-text strong .stud-redline {
      color: #990E35;
      font-size: 14px;
      font-weight: 400;
      margin-left: 5px; }
  div#pv-fstud-text p {
    margin: 0px;
    padding-bottom: 10px; }

@media (min-width: 768px) {
  div#subbanners-bigday {
    flex-wrap: wrap;
    margin-bottom: 40px; } }

.bd-box img {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  #subbanners-bigday {
    display: flex;
    flex-wrap: wrap; }
  .bd-box {
    order: 1;
    display: flex;
    flex-wrap: wrap; }
    .bd-box img {
      width: 100%; }
  .bd-box:first-child {
    order: 2;
    display: flex;
    flex-wrap: wrap; } }

.freestudstop {
  color: #1F7044;
  letter-spacing: 0px !important;
  font-size: 15px; }
  .freestudstop a {
    font-weight: bold; }

/* customizable snowflake styling */
.snowflake {
  color: #E7F1FF;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
  z-index: 9999;
  position: relative; }

img,
.main-banner,
#far-img {
  position: relative;
  z-index: 1; }

#findaring-text {
  z-index: 3; }

.snowflakes {
  position: absolute;
  z-index: 9; }
  @media (max-width: 767px) {
    .snowflakes {
      display: none !important; } }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }

.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running; }

.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s; }

.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s; }

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s; }

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s; }

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s; }

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s; }

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s; }

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s; }

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s; }

.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s; }

/*
@media screen and (max-width: 767px) {
  .hp-findaring {
    div#findaring-text {
      background-color: transparent;
      padding-top: 1px;
      padding-bottom: 1px;
      position: absolute;
      bottom: auto;
      width: 100%;
      top: 60px;
    }

    #far-img {
      background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectringmobile-new.jpg?t=1698862497);
      padding-top: 120%;
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
}*/
.studpop div#dpop-head {
  font-size: 24px;
  line-height: 28px; }

.productView-price .bffriday span#pdp-price {
  color: #000;
  font-size: 22px; }

div#dpop-studbox {
  margin: 20px 30px;
  border: 2px solid #EBEBEB;
  padding: 20px; }

div#dpop-studtitle {
  color: #00074A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center; }

div#limitred {
  color: #820000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  div#dpop-studbox {
    display: flex;
    flex-wrap: wrap; }
  div#dpop-studimg {
    width: 150px;
    margin-right: 20px; }
  div#dpop-studrighttext {
    width: calc(100% - 170px);
    margin-top: 20px;
    font-size: 18px; } }

#main-content > div.ss-targeted.ng-scope h2 {
  display: none; }

span#newyears-img {
  display: none;
  position: relative;
  top: 2px;
  margin-right: 10px;
  max-width: 143.5px; }

#happpy-newyears {
  display: none; }

.pastxmas span#xmas24-img {
  display: none; }

.pastxmas div#xmas24cd {
  display: inline-block;
  background: #212957;
  color: #fff;
  padding: 6px 20px;
  top: -3px; }

.pastxmas div#xmas24cd {
  display: block !important;
  margin: 0px -3px; }
  @media (min-width: 768px) {
    .pastxmas div#xmas24cd {
      display: inline-block !important; } }

.pastxmas span.cdbox > span {
  font-family: 'minerva-modern';
  color: #31467E;
  font-size: 16px; }
  @media (min-width: 768px) {
    .pastxmas span.cdbox > span {
      display: block; } }

.nyday #newyears-img {
  display: none !important; }

.nyday #xmas24-countwrap {
  display: none; }

.nyday #happpy-newyears {
  display: block; }

.nyday #happpy-newyears img {
  height: 28px;
  width: auto;
  margin: 5px 0px; }

.jdgm-verified-badge__total,
.jdgm-verified-badge__text,
.jdgm-verified-badge__stars {
  z-index: 2; }

.jdgm-verified-badge-wrapper {
  margin-top: 20px; }

div#exmassale span.btn {
  display: inline-block;
  border: 1px #fff solid;
  position: relative;
  top: 1px; }

div#sd-herotext {
  position: relative;
  bottom: 0px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    div#sd-herotext {
      position: absolute;
      left: 0px;
      width: 50%;
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      padding-top: 0px;
      padding-left: 10px;
      padding-right: 10px;
      max-width: 400px; } }
  @media (min-width: 1024px) {
    div#sd-herotext {
      width: 40%;
      padding-bottom: 0px;
      padding-left: 20px;
      padding-right: 20px;
      max-width: none; } }
  div#sd-herotext h2 {
    color: #3772AE;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 5px; }
    div#sd-herotext h2 br {
      display: none; }
    @media (min-width: 768px) {
      div#sd-herotext h2 {
        margin-top: 0px; } }
    @media (min-width: 1024px) {
      div#sd-herotext h2 {
        font-size: 6vw;
        line-height: 5vw; }
        div#sd-herotext h2 br {
          display: block; } }
  div#sd-herotext strong {
    font-size: 22px; }
    @media (min-width: 1024px) {
      div#sd-herotext strong {
        font-size: 2.3vw; } }
  div#sd-herotext p {
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    letter-spacing: -.5px; }
    @media (min-width: 768px) {
      div#sd-herotext p {
        font-size: 16px;
        max-width: 300px;
        letter-spacing: normal; } }
    @media (min-width: 1024px) {
      div#sd-herotext p {
        font-size: 1.5vw;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 0px 4vw;
        max-width: none; } }
  div#sd-herotext .herocode {
    color: #3772AE;
    font-weight: 700;
    font-size: 20px; }
    @media (min-width: 1024px) {
      div#sd-herotext .herocode {
        font-size: 2.2vw;
        margin-bottom: 10px; } }
  div#sd-herotext div#sd-hero-cta {
    display: block;
    margin-top: 10px; }
    @media (min-width: 768px) {
      div#sd-herotext div#sd-hero-cta {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1024px) {
      div#sd-herotext div#sd-hero-cta {
        max-width: 30vw;
        margin-left: auto;
        margin-right: auto; } }
    div#sd-herotext div#sd-hero-cta a {
      display: block;
      background: #3772AE;
      color: #fff;
      font-weight: 700;
      height: 40px;
      line-height: 40px;
      width: 100%;
      margin-bottom: 10px;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        div#sd-herotext div#sd-hero-cta a {
          width: calc(50% - 5px); } }
      @media (min-width: 1024px) {
        div#sd-herotext div#sd-hero-cta a {
          font-size: 1.3vw;
          height: 3vw;
          line-height: 3vw; } }

a#freestud-79-banner {
  margin-bottom: 40px;
  margin-top: 0px; }

/* SALE CHANGE HERE */
.main-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 118%;
  position: relative;
  /* background: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hero-mobile-7.8.jpg") no-repeat;
    background-size: cover;
    padding-top: 128%;
    position: relative;
    background-position: cover; */ }
  @media (max-width: 767px) {
    .main-banner {
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .main-banner {
      padding-bottom: 38%;
      padding-top: 0px;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: top;
      margin-bottom: 0px;
      background-size: contain; } }
  @media (min-width: 1280px) {
    .main-banner {
      /*background: url(https://cdn11.bigcommerce.com/s-c06tfgb2yp/images/stencil/original/image-manager/homepage-mainbanner-desktop-min.jpg) no-repeat 60% 50%;
       width: calc(100% - 650px);*/
      width: 100%;
      margin-bottom: 0px;
      margin-right: 20px;
      display: inline-flex;
      flex-wrap: wrap;
      float: left; } }
  @media (min-width: 768px) {
    .main-banner > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      .main-banner > a:hover + #mb-text .bd-link {
        color: #fff;
        background-color: #31467E;
        border-color: #31467E; } }
  .main-banner #mb-text {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(17, 24, 64, 0.85); }
    @media (max-width: 767px) {
      .main-banner #mb-text {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(17, 24, 64, 0.85);
        width: 80%;
        padding: 10vw 5vw; } }
    @media (min-width: 768px) {
      .main-banner #mb-text {
        max-width: 612px;
        padding: 5vw 4vw; } }
    .main-banner #mb-text strong {
      display: block;
      color: #fff;
      font-weight: 400;
      font-size: 36px;
      line-height: 36px;
      font-family: minerva-modern, Arial, Helvetica, sans-serif;
      margin-bottom: 13px; }
      @media (min-width: 768px) {
        .main-banner #mb-text strong {
          color: #fff;
          font-size: 48px;
          line-height: 50px;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 900px) and (min-width: 768px) {
        .main-banner #mb-text strong {
          font-weight: 400;
          font-size: 36px;
          line-height: 36px;
          font-family: minerva-modern, Arial, Helvetica, sans-serif;
          margin-bottom: 13px; } }
    .main-banner #mb-text p {
      font-weight: 350;
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 20px;
      color: #fff; }
      @media (min-width: 768px) {
        .main-banner #mb-text p {
          color: #fff;
          font-size: 24px;
          line-height: 34px;
          margin-bottom: 27px; } }
      @media only screen and (max-width: 900px) and (min-width: 768px) {
        .main-banner #mb-text p {
          font-weight: 350;
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 20px;
          color: #fff; } }
    .main-banner #mb-text .bd-link {
      max-width: 229px;
      margin: 0 auto;
      height: 40px;
      line-height: 38px;
      color: #fff;
      border: 1px solid #fff; }
      @media (min-width: 768px) {
        .main-banner #mb-text .bd-link {
          height: 50px;
          line-height: 48px; } }
      .main-banner #mb-text .bd-link:hover {
        color: #fff;
        background-color: #31467E;
        border-color: #31467E; }
  .main-banner div#videowrap {
    position: absolute;
    padding-top: 117%;
    width: 100%;
    top: 0;
    overflow: hidden; }
    @media (min-width: 768px) {
      .main-banner div#videowrap {
        padding-top: 0;
        height: 100%;
        width: 100%; } }
    .main-banner div#videowrap video {
      position: absolute;
      width: auto;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .main-banner div#videowrap video {
          height: auto;
          width: 100%; } }

div#home-hero-countdown.main-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-hero-mobile-1.10.25-min.jpg");
  position: relative; }
  @media (min-width: 768px) {
    div#home-hero-countdown.main-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-hero-desktop-1.10.25-min.jpg"); } }

div#home-hero-countdown2.main-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-hero-mobile-2-1118.jpg");
  position: relative; }
  @media (min-width: 768px) {
    div#home-hero-countdown2.main-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-hero-desktop-2-1118.jpg"); } }

.main-banner.hero-countdown .countdown-text {
  font-size: 4vw;
  color: #990e35;
  text-align: center;
  position: absolute;
  bottom: 6%;
  width: 100%;
  /*
  position: absolute;
  top: 0px;
  color: #fff;
  font-weight: bold;
  top: 63.5%;  
  display: inline-block;
  width: 30px;
  font-size: 5vw;
  text-align: center;

  
  @include breakpoint("medium") {    
    top: 50.9%;
    text-align: center;   
    width: 50px; 
    font-size: 2vw;
  }

  &.days {
    right: 69.5%;
    

    @include breakpoint("medium") {
      right: 28%;
    }
  }

  &.hours {
    right: 53.9%;

    @include breakpoint("medium") {
      right: 21.8%;
    }
  }

  &.minutes {
    right: 38.4%;

    @include breakpoint("medium") {
      right: 15.7%;
    }
  }

  &.seconds {
    right: 23.1%;

    @include breakpoint("medium") {
      right: 9.65%;
    }
  }*/ }
  @media (min-width: 768px) {
    .main-banner.hero-countdown .countdown-text {
      font-size: 1.5vw;
      color: #990e35;
      text-align: center;
      position: absolute;
      bottom: 20%;
      width: auto;
      left: 2%;
      right: auto; } }
  .main-banner.hero-countdown .countdown-text span {
    font-weight: bold;
    font-size: 5vw;
    position: relative;
    top: .1vh;
    margin-left: 4px; }
    @media (min-width: 768px) {
      .main-banner.hero-countdown .countdown-text span {
        font-weight: bold;
        font-size: 1.5vw;
        position: relative;
        top: 0.17vh;
        margin-left: 4px;
        margin-right: 2px; } }

#banner-wrap .main-banner#home-hero-1 {
  background-image: none; }
  @media (min-width: 768px) {
    #banner-wrap .main-banner#home-hero-1 {
      background-image: none; } }

#banner-wrap .main-banner#home-hero-2 {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/home-bf-11.1-mobile-min.png"); }
  #banner-wrap .main-banner#home-hero-2 #mb-text small {
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
    margin-top: 10px; }
    #banner-wrap .main-banner#home-hero-2 #mb-text small span {
      font-weight: 700; }
    @media (min-width: 768px) {
      #banner-wrap .main-banner#home-hero-2 #mb-text small {
        margin-top: 15px; } }
  #banner-wrap .main-banner#home-hero-2 #mb-text p {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      #banner-wrap .main-banner#home-hero-2 #mb-text p {
        font-size: 35px; } }
  @media (min-width: 768px) {
    #banner-wrap .main-banner#home-hero-2 {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/home-bf-11.1-desktop-min.png"); }
      #banner-wrap .main-banner#home-hero-2 #mb-text {
        color: #000; } }

#banner-wrap .main-banner#home-hero-3 {
  background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hero3-mobile-min.jpg"); }
  @media (min-width: 768px) {
    #banner-wrap .main-banner#home-hero-3 {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hero3-desktop-min.jpg"); } }

#banner-wrap {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px !important; }
  @media (min-width: 768px) {
    #banner-wrap {
      padding-bottom: 25px;
      margin-bottom: 15px !important; } }
  #banner-wrap div#hero-pagination.swiper-pagination.swiper-pagination-bullets {
    bottom: 0px;
    display: block;
    width: 100%; }

.hero-swiper-button-prev,
.hero-swiper-button-next {
  position: absolute;
  left: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  font-size: 25px;
  height: 60px;
  line-height: 65px;
  margin-top: -30px;
  width: 25px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    .hero-swiper-button-prev,
    .hero-swiper-button-next {
      font-size: 40px;
      height: 89px;
      line-height: 100px;
      margin-top: -50px;
      width: 40px; } }

.hero-swiper-button-next {
  right: 0px;
  left: auto; }

/* Xmas 2024 */
/*.hp-findaring {
  h1 {
    display: none;
  }

  @media (max-width: 767px) {
    background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectringmobile-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    h1 {
      color: #fff;
      padding-top: 25px;
      display: block;
    }

  }

  @include breakpoint("medium") {
    background-image: none;
  }

  #far-img {
    @media (max-width: 767px) {
      background-image: none;
      display: none;
    }

    @include breakpoint("medium") {
      display: block;
      background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectingring-min.jpg);
    }
  }

  div#findaring-text {
    @media (max-width: 767px) {
      background-color: transparent;
      padding-bottom: 100%;
    }

    @include breakpoint("medium") {
      color: #fff;

      h2 {
        color: #fff;
      }
    }

    a {
      background-color: #990E35;
      color: #fff;
    }
  }
}

div#toppromo {
  background-color: #0F382E;
  color: #fff;

  span#headeraccount,
  a#headercall,
  a#headerwishlist,
  #livechat {
    a {
      @include breakpoint("medium") {
        color: #fff !important;
      }
    }
  }
}

span#headeraccount,
a#headercall,
a#headerwishlist,
#livechat,
a#headerappt {
  @include breakpoint("medium") {
    color: #fff !important;

    a,
    svg,
    i,
    .phonegreen {
      color: #fff !important;
    }
  }
}

#xmas25-text svg {
  color: #E4C158;
}

div#xmas25-countwrap span {
  color: #fff;
  display: inline;
}

div#xmas25-countwrap {
  background: #990E35;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 0px 5px;
  margin: 5px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;

  @include breakpoint("medium") {
    padding: 0px 10px 3px 10px;
    position: relative;
    top: -2px;
  }

  .cdbox {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;

    >span {
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;

      @include breakpoint("medium") {
        font-weight: bold;
      }
    }

    strong {
      color: #fff;
      position: relative;
      top: -2px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;

      @include breakpoint("medium") {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 10px;
        margin-left: -3px;
        margin-right: 4px;
        top: -2px;
      }
    }
  }
}

div#xmas25-countwrap span.cdbox.hidem {
  display: none;

  @include breakpoint("medium") {
    display: inline;
  }
}

div#xmas25cdwrap {
  margin-top: 5px;
  position: relative;
}

span#xmas25-text {
  @media (max-width: 374px) {
    font-size: 12px;
  }
}

.holidaygg-hero {
  background:#ebd7ba;
  background-position: center top;
  background-size: cover;
  margin-bottom: 30px;

  @include breakpoint("medium") {
    background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/blinginthenewyear-landing-hero-min.png);
  }
}



.holidaygg-hero-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #2c3850 ;

  strong {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  h2 {
    text-transform: capitalize;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #2c3850 ;
  }
  .holidaygg-hero-code {
    color: #990e35;
  }
  p {
    font-size: 18px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 27px;
  }
}

.holiday-gg-other {
  width: 100%;

  .holidaygg-hero-content {
    color: #fff;

    h2 {
      color: #fff;
      padding-top: 5px;
    }

    p {
      color: #fff;
      padding-bottom: 10px;

      @include breakpoint("medium") {
        padding-bottom: 20px;
      }
    }

    .holidaygg-hero-buttons {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 20px;
      justify-content: space-between;
      padding-bottom: 15px;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;

      @include breakpoint("medium") {
        margin-top: 20px;
        margin: auto;
      }

      a {
        border: 1px #fff solid;
        width: calc(50% - 5px);
        color: #fff;
        padding: 10px 5px;
        margin-bottom: 10px;
        font-size: 18px;
      }
    }
  }
}

.holidaygg-hero {
  @include breakpoint("medium") {
    padding-top: 26%;
    position: relative;

    .holidaygg-hero-inner {
      position: absolute;
      top: 0px;
      max-width: 1440px;
      margin: auto;
      width: 100%;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);

      .holidaygg-hero-content {
        width: 38%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
      }
    }
  }

  @include breakpoint("large") {
    strong {
      font-size: 24px;
    }

    h2 {
      font-size: 48px;
      line-height: 55px;
    }

    p {
      font-size: 24px;
    }
  }
}

.holidaygg-hero.engring {
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hgg-engagement-mobile-min-.jpg);
  margin: 0px -10px;
  padding-top: 66%;

  @include breakpoint("medium") {
    background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hgg-engagement-desktop-min.jpg);
    padding-top: 30%;
    position: relative;
    margin: auto;
    margin-bottom: 25px;
  }


}

.holidaygg-hero.byprice {
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hgg-shopbyprice-mobile-min.jpg);
  margin: 0px -10px;
  padding-top: 66%;

  @include breakpoint("medium") {
    background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/hgg-shopbyprice-desktop-min.jpg);
    padding-top: 30%;
    position: relative;
    margin: auto;
    margin-bottom: 25px;

    .holidaygg-hero-content {
      right: 0px;
    }
  }
}

.holidaygg-main .ss-results .ss-item-container .ss-item {
  @media (max-width: 959px) {
    width: 50% !important;
  }
}

.holiday-gg-other .holidaygg-hero-content .holidaygg-hero-buttons a {
  &:hover {
    background: #fff;
    color: #021D2F;
  }
}

.maplink-wrap {
  z-index: 3;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;

  .linkcover {
    z-index: 1;
  }
}

span.hover-dot {
  border-radius: 100px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: #fff;
  opacity: .6;
}

.maplink {
  position: absolute;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  z-index: 2;

  &:hover {
    .maplink-text {
      display: block;
    }
  }
}

.maplink-text {
  font-size: 14px;
  background: #fff;
  left: -90px;
  width: 180px;
  position: relative;
  top: -30px;
  z-index: 2;
  padding: 10px;
  text-align: center;
  display: none;

  @include breakpoint("medium") {
    width: 300px;
    left: -150px;
  }

  .sku {
    color: #666;
    display: none;
  }
}

div.maplink.maplink-1 {
  left: 40%;
  top: 16%;

  @include breakpoint("medium") {
    left: 18.2%;
    top: 27.5%;
  }
}

div.maplink.maplink-2 {
  left: 42%;
  top: 34%;

  @include breakpoint("medium") {
    left: 19%;
    top: 58%;
  }
}

div.maplink.maplink-3 {
  left: 59.5%;
  top: 37.5%;

  @include breakpoint("medium") {
    left: 28.8%;
    top: 66%;
  }
}

div.maplink.maplink-4 {
  top: 48%;
  left: 40%;

  @include breakpoint("medium") {
    left: 18%;
    top: 82%;
  }
}

div.maplink.maplink-5 {
  left: 24%;
  top: 37%;

  @include breakpoint("medium") {
    left: 7%;
    top: 65%;
  }
}

div.maplink.maplink-6 {
  left: 24%;
  top: 40%;

  @include breakpoint("medium") {
    left: 8%;
    top: 70%;
  }
}

div#home-studbanner {
  margin-bottom: 40px;

  @include breakpoint("medium") {
    max-width: 1420px;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin: auto;
    margin-bottom: 60px;
  }

  @include breakpoint("large") {
    padding: 0px 20px;
    margin-bottom: 80px;
  }
}

div#home-studbanner {
  cursor: pointer;
}


div#cart-arrivesby {
  background: #990E35;
  color: #fff;
  margin: 0px -20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px;
  font-size: 18px;
  margin-bottom: 20px;

  @include breakpoint("medium") {
    margin-bottom: 0px;
  }

  svg {
    margin-right: 3px;
  }
}

.gridxmas {
    color: #990E35;    
}

.ss-results .ss-item-container .ss-item .ss-item-inner .oneday.gridxmas {
  background-color: #990E35;
  color: #fff;
  svg {
    display: inline-block;
    margin-right: 3px;
  }
}
.ss-item-inner .oneday.gridxmas {
  background-color: #990E35;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;

  svg {
    display: inline-block;
    margin-right: 3px;
  }
}
*/
/* Valentine's Day Sale 2025 */
div.finnabanner {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/background-vday25.jpg);
  color: #fff;
  padding: 7px;
  font-size: 14px;
  text-align: center; }

div.finnabanner div#bf22headermid .lmbutton {
  color: #FF5969;
  background: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px; }

body #subbanners-bigday .bdtext .bd-link {
  background: #FF5969;
  border: 0px;
  color: #fff;
  font-weight: bold; }

.vday25 .bd-box {
  margin-bottom: 45px !important; }

.category-page #holiday-banner {
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/valentineshero-2025-mobile-min-1-.jpg); }
  @media (min-width: 768px) {
    .category-page #holiday-banner {
      background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/valentineshero-2025-desktop-min-1-.jpg); } }

@media (min-width: 768px) {
  .category-page .holiday-gift-guide-page .page-heading {
    margin-bottom: 55px; } }

.category-page .holiday-gift-guide-page .how-it-works {
  background: #FFF8F8; }

.category-page main.page.holiday-gift-guide-page.vday.top10.vday24 {
  margin-top: 0px; }

.category-page span.splatwrap img {
  display: block; }

.category-page .bdtext {
  width: 100%;
  text-align: center; }

.category-page .holiday-gift-guide-page .how-it-works .hiw-btn {
  background: #FF5969;
  color: #fff;
  border: 0px; }

.category-page div.avd-top {
  display: block;
  text-align: left; }

body #pdpage #wasale {
  background: #FFF8F8; }

/** Promo banner css start **/
.container.promoMain {
  padding: 0 20px;
  margin-bottom: 70px; }

.promo {
  background: #EDF6FF;
  padding: 15px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .promo {
      flex-wrap: wrap; } }
  .promo_img {
    flex: 1 0 0; }
    @media screen and (max-width: 1200px) {
      .promo_img {
        flex: 50% 0 0; } }
    @media screen and (max-width: 768px) {
      .promo_img {
        flex: 100% 0 0;
        text-align: center; } }
  .promo_details {
    display: flex;
    align-items: center;
    margin-left: 60px;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .promo_details {
        padding: 50px 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block; } }
    .promo_details_heading {
      max-width: 350px;
      margin-right: 40px;
      position: relative; }
      @media screen and (max-width: 1200px) {
        .promo_details_heading {
          margin-bottom: 40px; } }
      @media screen and (max-width: 768px) {
        .promo_details_heading {
          margin-right: auto;
          margin-bottom: 30px;
          max-width: 250px;
          margin-left: auto; } }
      .promo_details_heading:after {
        content: "";
        width: 1px;
        height: 70%;
        background: #AD0011;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (max-width: 1200px) {
          .promo_details_heading:after {
            width: 253px;
            height: 1px;
            right: initial;
            top: initial;
            bottom: -15px;
            left: 0; } }
        @media screen and (max-width: 768px) {
          .promo_details_heading:after {
            width: 50%;
            right: 0; } }
      .promo_details_heading h2,
      .promo_details_heading h6 {
        margin: 0 0 10px 0;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .promo_details_heading h2,
          .promo_details_heading h6 {
            text-align: center; } }
      .promo_details_heading h6 {
        font-size: 24px;
        color: #AD0011; }
      .promo_details_heading h2 {
        margin: 0;
        font-size: 40px;
        text-transform: uppercase;
        line-height: 48px; }
        @media screen and (max-width: 1024px) {
          .promo_details_heading h2 {
            font-size: 28px;
            line-height: 38px; } }
    .promo_details_info p {
      margin: 0;
      font-size: 24px;
      font-weight: 500;
      line-height: 32px; }
      @media screen and (max-width: 768px) {
        .promo_details_info p {
          font-size: 22px; } }
      .promo_details_info p small {
        display: block;
        font-size: 20px;
        font-weight: 100; }
        @media screen and (max-width: 768px) {
          .promo_details_info p small {
            font-size: 18px; } }

/** Promo banner css end **/
.chevron-down {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjM5IDQwMWM5LjQgOS40IDI0LjYgOS40IDMzLjkgMEw0NjUgMjA5YzkuNC05LjQgOS40LTI0LjYgMC0zMy45cy0yNC42LTkuNC0zMy45IDBsLTE3NSAxNzVMODEgMTc1Yy05LjQtOS40LTI0LjYtOS40LTMzLjkgMHMtOS40IDI0LjYgMCAzMy45TDIzOSA0MDEiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

#nlfootlink {
  width: 100%;
  background: #445C92;
  border-radius: 0;
  position: relative;
  height: 50px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .5px;
  border-radius: 3px;
  line-height: 50px;
  text-transform: capitalize;
  display: block;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 20px; }

div#nl-input {
  width: 100%;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 5px;
  position: relative;
  height: 60px;
  margin-bottom: 15px; }
  div#nl-input input {
    position: absolute;
    font-size: 17px;
    left: 44px;
    top: 16px;
    border: 0px;
    width: calc(100% - 139px); }
  div#nl-input svg {
    position: absolute;
    left: 14px;
    font-size: 22px;
    color: #666;
    top: 50%;
    margin-top: -11px; }
  div#nl-input button {
    background: #005A9C;
    color: #fff;
    top: 3px;
    position: absolute;
    right: 3px;
    border-radius: 4px;
    height: 52px;
    width: 90px;
    font-size: 18px;
    font-weight: bold; }

.footercol {
  border-bottom: 1px #ccc solid;
  padding: 12px 0px;
  font-size: 18px;
  position: relative;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  .footercol ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 30px;
    display: none; }
    .footercol ul a {
      text-decoration: none;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      font-weight: 300; }
      .footercol ul a:hover {
        text-decoration: underline;
        color: #445c92; }
  .footercol .fchead {
    width: 100%;
    position: relative;
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    font-family: minerva-modern, sans-serif; }
    .footercol .fchead svg {
      position: absolute;
      right: 20px;
      top: 8px;
      font-size: 16px; }

svg.svg-inline--fa.fa-check.fa-w-14 {
  font-size: 14px;
  margin-right: 5px; }

div#subfooter {
  text-align: center;
  padding: 20px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  div#subfooter .backtotop {
    text-align: center;
    cursor: pointer; }
    @media (min-width: 768px) {
      div#subfooter .backtotop {
        position: absolute;
        right: 40px; } }
  @media (min-width: 768px) {
    div#subfooter {
      border-top: 1px #ccc solid;
      position: relative;
      padding-top: 25px;
      max-width: 1440px;
      padding-left: 40px;
      padding-right: 40px;
      margin: auto; }
      div#subfooter .copyr {
        position: absolute;
        left: 40px; } }

.copyr {
  font-size: 12px;
  margin: 15px 0px;
  display: block; }

span#arrowup {
  border-radius: 100px;
  border: 1px #ccc solid;
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 28px;
  margin-right: 6px;
  font-size: 16px; }

@media (min-width: 768px) {
  footer.footer {
    max-width: 1440px;
    margin: auto;
    padding: 40px 15px; } }

.footercol ul {
  margin-top: 12px; }

.footercol.active .fchead svg {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .footercol {
    width: 25%;
    float: left;
    border-bottom: none; }
    .footercol .fchead svg {
      display: none; }
    .footercol ul {
      display: block !important;
      padding-top: 15px;
      line-height: 35px;
      margin-top: 0px; } }

.footercol li {
  font-weight: 300; }

div#footertext-help,
div#footertext-newsletter,
div#footertext-social {
  width: 100%;
  display: block; }
  @media screen and (min-width: 1140px) {
    div#footertext-help,
    div#footertext-newsletter,
    div#footertext-social {
      width: calc(32% - 20px);
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    div#footertext-help,
    div#footertext-newsletter,
    div#footertext-social {
      max-width: 70%;
      margin: auto; } }

div#footertext-help {
  float: left;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    div#footertext-help {
      margin-bottom: 0px; } }

div#footertext-social {
  margin-top: 30px; }
  @media (min-width: 768px) {
    div#footertext-social {
      margin-top: 0px; } }

@media (min-width: 768px) {
  div#footertext-social {
    float: right; } }

div#footertext-help .call a {
  font-size: 18px;
  color: #445C92;
  font-weight: 400;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: .5px;
  text-decoration: underline;
  margin-bottom: 5px; }

div#footertext-help .callp {
  font-size: 14px; }

div#footerinner {
  max-width: 1440px;
  margin: 0 auto; }

.jdgm-verified-badge-wrapper {
  text-align: center; }

.smile-launcher-frame-container.smile-launcher-border-radius-circular.smile-launcher-image-only.smile-launcher-closed {
  bottom: 92px !important; }

.footercol li {
  padding: 10px 0px; }
  @media (min-width: 768px) {
    .footercol li {
      padding: 0px; } }

.subfootericons img {
  max-width: calc(30% - 20px);
  margin: 10px; }

body .jdgm-verified-badge.jdgm-verified-badge.jdgm-verified-badge {
  display: none; }

body .jdgm-verified-badge.jdgm-verified-badge.jdgm-verified-badge:nth-child(1) {
  display: inline-block; }

div#swym-anchor {
  display: none; }

.ss-recommendations.ss-profile-recently-viewed {
  padding-left: 25px; }

.ss-recommendations.ss-profile-recently-viewed {
  padding-left: 25px;
  max-width: 1440px;
  margin: auto; }

/** New footer css start **/
div#footernl {
  background: #f3f8ff;
  padding: 80px 20px;
  margin-top: 60px;
  text-align: center; }
  div#footernl #footertext-newsletter h2 {
    margin: 0;
    color: #445c92;
    font-size: 2.5rem;
    font-weight: 600; }
  div#footernl #footertext-newsletter p {
    font-size: 20px;
    font-weight: 400;
    padding: 7px 10px;
    margin: 0; }
    div#footernl #footertext-newsletter p a {
      display: inline-block; }
  div#footernl #footertext-newsletter form {
    margin-top: 30px; }
    div#footernl #footertext-newsletter form .form-control {
      display: flex;
      justify-content: center;
      align-items: center; }
      div#footernl #footertext-newsletter form .form-control input[type="text"] {
        min-width: 65%;
        max-width: 65%;
        border-radius: 5px 0 0 5px;
        padding: 10px 15px;
        font-size: 18px;
        border: solid 1px #ccc;
        outline: none !important; }
      div#footernl #footertext-newsletter form .form-control .submit_btn {
        border-radius: 5px;
        background: #445c92;
        color: #fff;
        padding: 8px 30px;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin-left: -2px; }
      div#footernl #footertext-newsletter form .form-control.terms-privacy-policy {
        justify-content: flex-start;
        padding: 0 10px;
        margin-top: 10px;
        text-align: left; }
        div#footernl #footertext-newsletter form .form-control.terms-privacy-policy input[type="checkbox"] {
          width: 15px;
          height: 15px;
          border-radius: 5px;
          border: solid 1px #ccc;
          margin-right: 10px;
          outline: none !important; }
        div#footernl #footertext-newsletter form .form-control.terms-privacy-policy label {
          font-weight: 300;
          font-size: 18px;
          color: #7c7c7c;
          outline: none !important; }
          div#footernl #footertext-newsletter form .form-control.terms-privacy-policy label a {
            color: #445c92;
            text-decoration: underline; }
  div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-wrap: nowrap; }
    div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 {
      padding: 0; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 input {
        border-radius: 5px 0 0 5px !important;
        padding: 10px 15px;
        font-size: 18px;
        border: solid 1px #ccc;
        outline: none !important;
        background-color: #fff;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 ::-webkit-input-placeholder {
        color: #9e9e9e; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 ::-moz-placeholder {
        color: #9e9e9e; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 :-ms-input-placeholder {
        color: #9e9e9e; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-field-container-62a3147776d81914aa87ed98 :-moz-placeholder {
        color: #9e9e9e; }
    @media screen and (max-width: 767px) {
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-mobile-container {
        flex-basis: auto; } }
    @media screen and (max-width: 767px) {
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-mobile-container:last-child {
        flex-grow: inherit; } }
    @media screen and (max-width: 767px) {
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-column-6374ec98142fd3456c0fb30f {
        flex-basis: 60%; } }
    div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-action-container-627932485028ebd8c6660c51 {
      padding: 0;
      flex-direction: initial; }
      div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-action-container-627932485028ebd8c6660c51 button {
        border-radius: 5px;
        background: #445c92;
        color: #fff;
        padding: 10px 30px;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin-left: -2px; }
        @media screen and (max-width: 767px) {
          div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-6374ec98142fd3456c0fb30d .omnisend-form-67b4b488acdc4f994fb371e0-action-container-627932485028ebd8c6660c51 button {
            width: auto;
            padding: 10px 20px; } }
  div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-67b4b4b518baf87f360916ab {
    padding: 0; }
    div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-67b4b4b518baf87f360916ab .omnisend-form-67b4b488acdc4f994fb371e0-field-container-67b4bbed18baf87f36091705-legal {
      gap: 0;
      text-align: left; }
    div#footernl #footertext-newsletter #omnisend-form-67b4b488acdc4f994fb371e0-submit-form .omnisend-form-67b4b488acdc4f994fb371e0-section-67b4b4b518baf87f360916ab .omnisend-form-67b4b488acdc4f994fb371e0-field-container-67b4bbed18baf87f36091705-description-container {
      display: none; }

.footer {
  padding: 40px 15px; }
  .footer .footer-cols {
    overflow: hidden; }
    @media screen and (min-width: 768px) {
      .footer .footer-cols {
        display: flex;
        gap: 15px;
        flex-wrap: wrap; } }
    .footer .footer-cols .footercol {
      padding-left: 0;
      flex: 1 0 0; }
      @media (min-width: 992px) {
        .footer .footer-cols .footercol {
          width: 20%; } }
      @media (max-width: 992px) {
        .footer .footer-cols .footercol {
          flex: 23% 0 0; } }
      .footer .footer-cols .footercol h3 {
        margin: 0;
        color: #445c92;
        font-size: 1.8rem;
        font-weight: 600; }
      .footer .footer-cols .footercol li {
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize; }
        .footer .footer-cols .footercol li .svg-inline--fa {
          margin-right: 5px;
          width: 20px;
          color: #445c92; }
        .footer .footer-cols .footercol li a {
          font-weight: 400;
          color: #333333; }
          .footer .footer-cols .footercol li a.link-underline {
            text-decoration: underline;
            color: #445c92;
            text-transform: initial; }
  .footer #subfooter {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
    margin-top: 40px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .footer #subfooter {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 70px; } }
    @media screen and (max-width: 767px) {
      .footer #subfooter #socialicons {
        flex: 100% 0 0; } }
    .footer #subfooter .socialLinks--alt li {
      vertical-align: top; }
      .footer #subfooter .socialLinks--alt li .icon {
        height: 3rem;
        width: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #445c92; }
        .footer #subfooter .socialLinks--alt li .icon svg {
          fill: transparent;
          height: 21px; }
          .footer #subfooter .socialLinks--alt li .icon svg path {
            fill: #445c92; }
        .footer #subfooter .socialLinks--alt li .icon.icon--facebook svg {
          fill: #445c92;
          height: 25px; }
          .footer #subfooter .socialLinks--alt li .icon.icon--facebook svg path:first-child {
            fill: transparent; }
        .footer #subfooter .socialLinks--alt li .icon.icon--youtube svg {
          height: 27px; }
          .footer #subfooter .socialLinks--alt li .icon.icon--youtube svg path {
            stroke: #445c92;
            fill: transparent; }
    @media screen and (max-width: 767px) {
      .footer #subfooter .copyright-column {
        margin: 10px 0; } }
    .footer #subfooter .copyright-column ul {
      display: flex;
      list-style: none;
      gap: 20px;
      justify-content: flex-end;
      font-size: 1.3rem;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .footer #subfooter .copyright-column ul {
          justify-content: center; } }
    .footer #subfooter .copyright-column .copyright {
      font-size: 1.3rem;
      margin-top: 5px; }

/** New footer css end **/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .container {
      padding: 0px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

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

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

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

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

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

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .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: 768px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1024px) {
    .blog-post-body {
      width: 50%; } }

figure.blog-thumbnail {
  display: none; }

.mainblog figure.blog-thumbnail {
  display: block; }

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

.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: 768px) {
      .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%; }

#searchspring-sidebar {
  min-height: 79px; }

#categorypage .page #searchspring-content,
#categorypage .page #searchspring-content,
.info-page .page #searchspring-content {
  min-height: 1000px; }

.productGrid .product {
  width: 49%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 551px) {
    .productGrid .product {
      width: 49%; } }
  @media (min-width: 768px) {
    .productGrid .product {
      width: 24%; } }

div#dod-bar {
  display: none; }

@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: 768px) {
    .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: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .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; } }

a.button.button--primary.bn-btn {
  display: none; }

/* Stud Landing CSS */
#sl-grad {
  background: #f3f5f9;
  text-align: center;
  padding-top: 5px;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px; }

#sl-grad p {
  display: block;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin: auto;
  max-width: 645px;
  padding-bottom: 50px; }

div#sl-subcats {
  text-align: center; }

.sl-subbox {
  float: left;
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 20px;
  color: #212957; }
  @media (min-width: 768px) {
    .sl-subbox {
      width: 30%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      float: none;
      display: inline-block; } }

.sl-subbox a {
  text-decoration: none;
  font-size: 14px;
  display: block; }

.sl-shopbutton {
  border: 1px #212957 solid;
  color: #212957;
  width: 144px;
  margin: auto;
  display: inline-block;
  padding: 7px 0px;
  letter-spacing: 1px; }

.sl-subbox a:nth-child(2) {
  color: #212957;
  font-size: 17px;
  margin-top: 15px;
  min-height: 64px; }

#sl-btmdesc p {
  line-height: 25px;
  color: #666;
  font-weight: 300; }

#sl-btmdesc h2 {
  margin-top: 0px;
  color: #212957;
  font-size: 20px;
  text-transform: uppercase; }

#sl-btmdesc {
  border-top: 1px solid #ccc;
  float: left;
  margin-top: 50px;
  padding: 28px 20px; }

.sl-subbox a:nth-child(2) {
  min-height: 64px;
  margin-top: 15px; }

#sl-grad h1 {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 24px;
  font-weight: 400; }
  @media (min-width: 768px) {
    #sl-grad h1 {
      font-size: 30px; } }

#sl-subcats h2 {
  text-align: center;
  display: none; }
  @media (min-width: 768px) {
    #sl-subcats h2 {
      display: block; } }

#sl-toptext {
  padding: 0px 20px;
  text-align: center; }

#studswrapper {
  margin-top: 20px;
  float: left; }

#studlanding-top {
  background: #f6f6f6;
  padding-bottom: 18px;
  margin-bottom: 20px; }

#sl-toptext h1 {
  text-transform: uppercase;
  letter-spacing: 3px; }

#studlanding-top {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 20px;
  padding-bottom: 18px; }

#sl-toptext {
  color: #212957;
  text-align: center; }

.slimage.Round.White {
  background: url("../img/sg-whiteround.jpg");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.slimage.Round.Blue {
  background: url("../img/sg-blueround.jpg");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.slimage.Square.White,
.slimage.Princess.White {
  background: url("../img/sg-whitesquare.jpg");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.slimage.Round.Black {
  background: url("../img/sg-blackround.jpg");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.slimage.Enhanced.Diamonds {
  background-image: url("https://www.pompeii3.com/content/EnhancedSmall.png");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

.slimage.Lab.Grown.Diamonds {
  background-image: url("https://www.pompeii3.com/content/LabGrownSmall.png");
  height: 43px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: center; }

#sl13 .slimage {
  background-size: 140%;
  height: 50px;
  margin-top: 4px; }

#sl12 .slimage {
  background-size: 120%; }

#sl11 .slimage {
  background-size: 110%; }

#sl10 .slimage {
  background-size: 105%; }

#sl9 .slimage {
  background-size: 100%; }

#sl8 .slimage {
  background-size: 95%; }

#sl7 .slimage {
  background-size: 90%; }

#sl6 .slimage {
  background-size: 85%; }

#sl5 .slimage {
  background-size: 80%; }

#sl4 .slimage {
  background-size: 75%; }

#sl3 .slimage {
  background-size: 70%; }

#sl2 .slimage {
  background-size: 65%; }

#sl1 .slimage {
  background-size: 60%; }

.slimage {
  float: left;
  display: inline-block; }

.slitem {
  float: left;
  width: 100%;
  text-align: center;
  height: 60px;
  margin-bottom: -1px;
  border: 1px #ddd solid; }

#studleft {
  float: left;
  width: 200px; }

.slimage {
  display: inline-block;
  float: left;
  margin-top: 9px; }

.slnumber {
  border-left: 1px solid #ccc;
  color: #666;
  float: left;
  font-weight: 500;
  height: 58px;
  line-height: 57px;
  text-align: center;
  width: calc(100% - 55px); }

#stud-maintable {
  float: left;
  width: calc(100% - 200px); }

.studlist {
  margin: 0px;
  padding: 0px; }

#studprice .price-section--saving {
  display: none; }

#stud-maintable {
  border: 1px #ddd solid;
  margin-left: -1px;
  border-bottom: 0px #ccc solid; }

.studitem {
  width: 100%;
  text-align: center;
  color: #666;
  border-bottom: 1px #ccc solid;
  height: 59px;
  line-height: 60px; }

.studitem:nth-child(odd),
.slitem:nth-child(odd) .slnumber {
  background: #ececec; }

#stud-maintable {
  border: 1px #ddd solid;
  margin-left: -1px;
  border-bottom: 0px #ccc solid;
  overflow: hidden; }

#studprice .price.price--withoutTax {
  font-weight: 500;
  color: #666;
  font-size: 14px;
  clear: none;
  height: 40px; }

#studgrid-3col {
  float: left;
  width: 100%;
  margin-bottom: 50px; }

#sg-headtext {
  padding: 10px 13px;
  float: left;
  width: 100%; }

#sg-head {
  background: #f3f5f9 none repeat scroll 0 0;
  margin-top: 26px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 20px; }

#sg-head-wrap {
  margin: auto;
  max-width: 1000px;
  text-align: center; }

#sg-headtext p {
  color: #212957;
  font-style: italic; }

#sg-headtext h1 {
  line-height: 32px;
  text-transform: uppercase;
  color: #212957; }

#sg-headtext {
  padding: 10px 13px;
  float: left;
  width: 100%; }

.sg-tabletitle {
  background: #212957;
  color: #fff;
  font-weight: 500;
  padding: 12px 10px;
  font-size: 16px;
  text-transform: uppercase; }

#studprice .price-section.price-section--withoutTax {
  padding-left: 20px; }

@media (min-width: 768px) {
  .sg-headimg {
    float: right;
    max-width: 35%; }
  .sg-headimg {
    float: right; }
  #sg-head #sg-headtext {
    float: left;
    margin-top: -75px;
    position: absolute;
    top: 50%;
    width: 60%; }
  #sg-headtext h1 {
    margin-top: 0; }
  #sg-head-wrap {
    position: relative; }
  #sl-toptext {
    display: flex;
    float: left;
    width: 46%; }
  #sl-toptext p {
    max-width: 400px; }
  #studlanding-top {
    float: left;
    position: relative;
    width: 100%; }
  #studlanding-top img {
    float: right;
    max-width: 53%; }
  #sl-toptext p {
    margin: auto;
    max-width: 450px; }
  #sl-toptext h1 {
    line-height: 32px;
    margin-top: 0; }
  #sl-toptext {
    align-items: center;
    flex-direction: column;
    float: left;
    height: auto;
    justify-content: center;
    margin-top: -74px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 46%; }
  #sl-subcats h2 {
    float: left;
    width: 100%;
    margin-bottom: 30px; } }

.table1 .studitem {
  float: left;
  width: 33.33%;
  border-right: 1px #ccc solid;
  height: 59px;
  background: #eee !important; }

.table1 .studitem:nth-child(n+4) {
  background: #fff !important; }

.table1 .studitem:nth-child(n+7) {
  background: #eee !important; }

.table1 .studitem:nth-child(n+10) {
  background: #fff !important; }

.table1 .studitem:nth-child(n+13) {
  background: #eee !important; }

.table1 .studitem:nth-child(n+16) {
  background: #fff !important; }

.table1 .studitem:nth-child(n+19) {
  background: #eee !important; }

.table1 .studitem:nth-child(n+22) {
  background: #fff !important; }

.table1 .studitem:nth-child(n+25) {
  background: #eee !important; }

.table1 .studitem:nth-child(n+28) {
  background: #fff !important; }

.table1 .studitem:nth-child(n+31) {
  background: #eee !important; }

.table1 .studitem:nth-child(n+34) {
  background: #fff !important; }

.scstars img {
  padding-top: 9px; }

#scname {
  float: left;
  width: 200px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  text-align: center;
  height: 85px;
  line-height: 85px; }

#studtop {
  float: left;
  width: 100%; }

.scstars {
  border-right: 1px solid #ccc;
  float: left;
  height: 85px;
  text-align: center;
  width: calc(33% - 65px); }

.table1 #stud-maintable {
  border-right: 0px; }

.singletable #studtop {
  border-right: 1px #ccc solid;
  width: calc(100% - 1px) !important; }

#studgrid-2col .scstars {
  border-right: 1px solid #ccc;
  float: left;
  height: 85px;
  text-align: center;
  width: calc(50% - 100px); }

#studgrid-2col .studitem {
  border-bottom: 1px solid #ccc;
  color: #666;
  float: left;
  height: 59px;
  line-height: 60px;
  text-align: center;
  width: 50%; }

#studgrid-2col .studitem:nth-child(n+1) {
  background: #ececec !important; }

#studgrid-2col .studitem:nth-child(n+3) {
  background: #fff !important; }

#studgrid-2col .studitem:nth-child(n+5) {
  background: #ececec !important; }

#studgrid-2col .studitem:nth-child(n+7) {
  background: #fff !important; }

#studgrid-2col .studitem:nth-child(n+9) {
  background: #ececec !important; }

#studgrid-2col .studitem:nth-child(n+11) {
  background: #fff !important; }

#studgrid-2col .studitem:nth-child(n+13) {
  background: #ececec !important; }

#studgrid-2col .studitem:nth-child(n+15) {
  background: #fff !important; }

#studgrid-2col .studitem:nth-child(n+17) {
  background: #ececec !important; }

#studgrid-2col .studitem:nth-child(n+19) {
  background: #fff !important; }

#studgrid-2col studitem:nth-child(even) {
  border-left: 1px #ccc solid; }

#sgwrapper {
  float: left;
  width: 100%; }

@media only screen and (max-width: 768px) {
  #sgwrapper {
    overflow-x: scroll;
    width: 100%; }
  #sgwrapper > #studgrid-3col,
  #sgwrapper > #studgrid-2col {
    min-width: 600px; }
  .sg-tabletitle:after {
    display: block;
    content: "Swipe to see full table";
    font-weight: normal;
    font-size: 14px; } }

.newstuds #studlanding-top {
  background: url("https://www.pompeii3.com/content/studs/studsbg.png");
  background-repeat: repeat-x; }

.newstuds div#sl-toptext2 {
  float: left;
  width: 45%;
  position: absolute;
  padding-left: 35px;
  top: 50%;
  transform: translate(0px, -50%); }
  .newstuds div#sl-toptext2 h1 {
    text-align: left;
    text-transform: capitalize;
    font-size: 40px;
    margin-left: 0px;
    letter-spacing: 0px;
    margin-top: 0px;
    font-weight: bold;
    color: #212957;
    margin-top: -80px; }
  .newstuds div#sl-toptext2 p {
    text-align: left;
    margin-left: 0px; }

.sl-subbox a:nth-child(2) {
  min-height: 0px;
  margin-top: 15px;
  font-size: 22px;
  color: #212957;
  font-weight: bold; }

div#ringstyles .ringbox span.sl-shopbutton,
.sl-subbox .sl-shopbutton {
  text-decoration: none;
  margin-top: 12px;
  color: #212957;
  border-color: #212957;
  font-weight: normal; }

#sl-subcats h2 {
  text-align: left;
  margin-left: 15px;
  font-size: 29px;
  margin-bottom: 15px;
  margin-top: 0px; }

.studsearchbox {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .studsearchbox {
      padding: 20px; } }

.studtitle {
  margin-bottom: 20px;
  line-height: 32px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px; }

.stsort strong {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  z-index: 2; }

.stbox {
  border: 3px #ccc solid;
  display: inline-block;
  height: auto;
  line-height: 24px;
  padding: 5px 8px;
  text-align: center;
  min-width: 90px;
  margin-right: 5px; }

span.stboxtitle {
  display: block; }

.stsortbox.stsort-metal {
  margin-left: 15px; }

.stbox.active {
  border-color: #0C2340; }

.stsortbox {
  display: inline-block; }

.studpbox {
  padding-top: 175px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .studpbox {
      height: auto;
      background-repeat: no-repeat;
      padding-left: 214px;
      margin-top: 20px;
      padding-top: 20px;
      padding-bottom: 50px; } }

.stitem {
  display: none;
  width: 75px;
  text-align: center;
  vertical-align: top; }

.stbox {
  cursor: pointer; }

#ringstyles img {
  margin-bottom: 0px; }

.studpbox {
  position: relative; }

.studpbox img.card-image {
  width: 175px;
  height: 175px;
  left: 0px;
  position: absolute;
  top: 0px;
  margin: 0px; }

.studpbox {
  border-bottom: 1px #ccc solid;
  background: none !important; }

.stud-bg {
  height: 40px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center; }

.stud-bg {
  background-image: url("../img/studbg-265.png"); }

.studid-210 .stud-bg {
  background-image: url("../img/blackdiamond.png"); }

.studid-176 .stud-bg {
  background-image: url("../img/studbg-265-blue.png"); }

.bg_size_200 {
  background-size: 100%; }

.bg_size_150 {
  background-size: 95%; }

.bg_size_125 {
  background-size: 90%; }

.bg_size_100 {
  background-size: 85%; }

.bg_size_85 {
  background-size: 80%; }

.bg_size_75 {
  background-size: 75%; }

.bg_size_71 {
  background-size: 74%; }

.bg_size_66 {
  background-size: 72.5%; }

.bg_size_66 {
  background-size: 72.5%; }

.bg_size_65 {
  background-size: 72.5%; }

.bg_size_50 {
  background-size: 70%; }

.stud-bg.bg_size_45 {
  background-size: 67.5%; }

.bg_size_40 {
  background-size: 65%; }

.bg_size_33 {
  background-size: 60%; }

.bg_size_25 {
  background-size: 55%; }

.bg_size_20 {
  background-size: 50%; }

#studsubhero {
  background: #F3F8FF;
  position: relative;
  margin-bottom: 25px; }

div#studsubtext h1 {
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px; }

div#studsubimg {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 300px;
  margin: auto; }
  @media (min-width: 768px) {
    div#studsubimg {
      float: right;
      padding: 0px; } }

@media (min-width: 768px) {
  .studslandinghero div#studsubimg {
    max-width: 440px; }
    .studslandinghero div#studsubimg p {
      padding-left: 15px; } }

@media (min-width: 768px) {
  div#studsubtext {
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
    width: calc(100% - 450px); } }

@media (min-width: 768px) {
  div#studsubtext h1.page-heading {
    padding-left: 0px;
    margin-top: 22px;
    font-size: 36px;
    text-align: left; } }

div#studsubtext ol {
  padding-left: 0px; }

/* Studs Top Landing Page */
.studslandinghero p {
  text-align: center;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .studslandinghero p {
      text-align: left;
      max-width: 600px; } }

div#studcats {
  margin-bottom: 40px;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px;
  text-align: center; }

.subcat {
  text-align: center;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .subcat {
      display: inline-block;
      width: 33%; } }
  .subcat a.landing-subcat {
    font-size: 24px;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    display: block; }
  .subcat a.landing-shopnow {
    border: 1px #212957 solid;
    padding: 12px 16px;
    display: inline-block; }
  .subcat p {
    max-width: 250px;
    margin: 20px auto;
    margin-top: 10px; }

@media (min-width: 768px) {
  .studlandingpage h2 {
    font-size: 38px; } }

#cat-desc {
  overflow: hidden;
  clear: both; }

#cat-desc h3 {
  font-size: 20px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: bold; }

#cat-desc p {
  font-size: 16px;
  line-height: 22px; }

.mcontrol {
  position: relative; }
  .mcontrol svg {
    color: #445C92;
    position: absolute;
    right: 18px;
    top: 16px;
    font-size: 15px; }

/* Search Spring */
/* Utilities - Checkboxes */
#categorypage .page-heading {
  margin-bottom: 10px; }

h1#ctitle {
  font-size: 28px; }
  @media (min-width: 768px) {
    h1#ctitle {
      font-size: 36px; } }

.ss-checkbox {
  position: relative;
  display: block; }

.ss-checkbox:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: auto;
  right: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px; }

.ss-checkbox.ss-active:before {
  background: url("../img/check.png") #445C92 no-repeat;
  border-color: #445C92;
  background-position: 1px 3px; }

/* Utilities - Palette */
.ss-palette {
  list-style: none;
  margin: 0 -2.5px -5px -2.5px; }

.ss-palette .ss-palette-option {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  padding: 0 2.5px;
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: top; }

.ss-palette .ss-palette-option .ss-palette-block {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }

.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color[class*='white'],
.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color[class*='clear'],
.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color.ss-palette-color:not([style*='background-color']) {
  border: 1px solid #e9e9e9; }

.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color-brown {
  background-color: #845329 !important; }

.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color-purple {
  background-color: #7c368e !important; }

.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color-multi,
.ss-palette .ss-palette-option .ss-palette-block .ss-palette-color-multicolor {
  background-color: #2857da;
  background-image: -webkit-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: -moz-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: -o-linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  background-image: linear-gradient(#2857da 20%, #28da46 20%, #28da46 40%, #f5e418 40%, #f5e418 60%, #f28500 60%, #f28500 80%, #da2848 80%, #da2848);
  border: none !important; }

.ss-palette .ss-palette-option .ss-palette-label {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  height: 12px;
  color: #777777;
  font-size: 10px;
  line-height: 12px;
  margin: 2.5px 0 0 0; }

.ss-palette .ss-palette-option .ss-active .ss-palette-block .ss-palette-color:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' stroke='%23e9e9e9' stroke-width='1' d='M44.297 14.984L31.281 28l13.016 13.016-3.281 3.281L28 31.281 14.984 44.297l-3.281-3.281L24.719 28 11.703 14.984l3.281-3.281L28 24.719l13.016-13.016z'/%3E%3C/svg%3E"); }

.ss-palette .ss-palette-option .ss-active .ss-palette-label {
  color: #777777; }

/* Utilities - Grid */
.ss-grid {
  list-style: none;
  margin: 0 -2.5px -5px -2.5px; }

.ss-grid .ss-grid-option {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  padding: 0 2.5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.ss-grid .ss-grid-option .ss-grid-block {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.ss-grid .ss-grid-option .ss-grid-block,
.ss-grid .ss-grid-option .ss-grid-block .ss-grid-value .ss-grid-label {
  position: relative; }

.ss-grid .ss-grid-option .ss-grid-block .ss-grid-value {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 2px;
  border: 1px solid #e9e9e9;
  background: #f5f5f5; }

.ss-grid .ss-grid-option .ss-grid-block .ss-grid-value .ss-grid-label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #777777;
  font-size: 10px;
  line-height: 10px;
  text-align: center; }

.ss-grid .ss-grid-option .ss-active .ss-grid-block .ss-grid-value {
  border: 1px solid #445C92;
  background: #445C92; }

.ss-grid .ss-grid-option .ss-active .ss-grid-block .ss-grid-value .ss-grid-label {
  color: #ffffff; }

/* Utilities - Dropdowns */
.ss-dropdown-menu,
.ss-dropdown-menu .ss-menu-label {
  position: relative; }

.ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon,
.ss-dropdown-menu .ss-list {
  position: absolute; }

.ss-dropdown-menu .ss-menu-label,
.ss-dropdown-menu .ss-list .ss-list-option .ss-list-link {
  cursor: pointer; }

.ss-dropdown-menu .ss-menu-label {
  border: 1px solid #e9e9e9;
  color: #777777;
  font-size: 14px;
  background: #f5f5f5;
  margin: 0;
  padding: 0 34px 0 10px;
  line-height: 33px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ss-dropdown-menu .ss-menu-label strong {
  padding-right: 5px; }

.ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23777777' d='M52.594 25.25L29.406 48.406c-.78.78-2.03.78-2.813 0L3.405 25.25c-.78-.78-.78-2.062 0-2.844l5.187-5.156c.78-.78 2.03-.78 2.813 0L28 33.844 44.592 17.25c.78-.78 2.03-.78 2.813 0l5.187 5.156c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E");
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto; }

.ss-dropdown-menu .ss-list {
  border: 1px solid #e9e9e9;
  background: #f5f5f5;
  margin: -1px 0 0 0;
  padding: 10px;
  top: 35px;
  left: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.ss-dropdown-menu .ss-list .ss-list-option {
  margin: 0 0 3px 0; }

.ss-dropdown-menu .ss-list .ss-list-option:last-child {
  margin-bottom: 0; }

.ss-dropdown-menu .ss-list .ss-list-option .ss-list-link {
  color: #777777;
  font-size: 13px; }

.ss-dropdown-menu .ss-list .ss-list-option .ss-active {
  color: #445C92;
  font-weight: 600; }

.ss-dropdown-menu .ss-list.ss-list-bottom {
  top: auto;
  bottom: 35px;
  margin: 0 0 -1px 0; }

.ss-dropdown-menu {
  z-index: 10; }

.ss-dropdown-menu .ss-menu-label .ss-menu-toggle-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23777777' d='M52.594 41.594l-5.187 5.156c-.78.78-2.03.78-2.813 0L28 30.156 11.406 46.75c-.78.78-2.03.78-2.813 0l-5.187-5.156c-.78-.78-.78-2.062 0-2.844l23.188-23.156c.78-.78 2.03-.78 2.813 0L52.595 38.75c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E"); }

.ss-dropdown-menu .ss-list {
  z-index: 1;
  visibility: visible;
  opacity: 1; }

/* Slideout - Overlay */
.searchspring-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

/* Slideout - Container */
#searchspring-slideout_container {
  overflow-y: hidden !important; }

#searchspring-slideout_container .ss-hierarchy-option {
  padding: 0; }

#searchspring-slideout_container .ss-list-option {
  padding: 0; }

/* Slideout - Button */
.ss-slideout-button {
  background: #555;
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  cursor: pointer; }

.ss-slideout-button .ss-slideout-button-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' d='M 118.00,104.00 C 118.00,104.00 117.00,87.00 117.00,87.00 117.00,87.00 117.00,31.00 117.00,31.00 117.01,26.17 116.98,20.04 120.43,16.23 125.02,11.14 133.55,12.37 137.15,18.04 139.22,21.31 138.99,25.29 139.00,29.00 139.00,29.00 139.00,134.00 139.00,134.00 139.00,134.00 118.00,134.00 118.00,134.00 118.00,134.00 118.00,104.00 118.00,104.00 Z M 188.00,29.00 C 188.08,22.45 189.17,14.55 197.00,13.23 208.63,11.27 209.99,22.54 210.00,31.00 210.00,31.00 210.00,79.00 210.00,79.00 210.00,79.00 199.00,78.03 199.00,78.03 199.00,78.03 188.00,79.00 188.00,79.00 188.00,79.00 188.00,29.00 188.00,29.00 Z M 47.00,29.00 C 47.06,24.09 47.61,18.85 52.11,15.85 58.28,11.75 65.77,15.20 68.01,22.00 69.35,26.09 69.00,32.58 69.00,37.00 69.00,37.00 69.00,62.00 69.00,62.00 69.00,62.00 58.00,61.18 58.00,61.18 58.00,61.18 47.00,62.00 47.00,62.00 47.00,62.00 47.00,29.00 47.00,29.00 Z M 66.00,69.36 C 88.90,77.07 88.77,112.50 61.00,117.38 39.71,121.13 25.85,96.53 36.61,79.01 40.38,72.88 46.23,70.07 53.00,68.47 57.89,67.78 61.25,67.76 66.00,69.36 Z M 204.00,133.53 C 180.87,137.90 167.11,113.44 177.61,96.00 181.96,88.78 188.14,86.20 196.00,84.47 227.47,80.80 234.91,127.70 204.00,133.53 Z M 69.00,123.00 C 69.00,123.00 69.00,225.00 69.00,225.00 68.99,230.05 68.72,237.80 65.49,241.89 61.06,247.51 52.63,246.97 48.93,240.95 46.87,237.59 47.01,232.81 47.00,229.00 47.00,229.00 47.00,123.00 47.00,123.00 47.00,123.00 69.00,123.00 69.00,123.00 Z M 150.01,152.00 C 158.06,165.66 149.93,185.88 134.00,188.67 129.14,189.53 121.45,189.23 117.00,187.00 97.42,177.21 98.75,146.25 123.00,140.47 134.11,138.91 144.02,141.84 150.01,152.00 Z M 199.00,140.92 C 199.00,140.92 210.00,140.00 210.00,140.00 210.00,140.00 210.00,229.00 210.00,229.00 209.99,233.30 210.14,238.21 207.30,241.78 203.24,246.87 194.76,246.87 190.70,241.78 188.05,238.46 188.02,234.02 188.00,230.00 188.00,230.00 188.00,140.00 188.00,140.00 188.00,140.00 199.00,140.92 199.00,140.92 Z M 127.00,195.91 C 127.00,195.91 139.00,195.00 139.00,195.00 139.00,195.00 139.00,231.00 139.00,231.00 138.91,238.31 136.28,247.05 127.00,245.62 119.05,244.39 117.09,236.83 117.00,230.00 117.00,230.00 117.00,195.00 117.00,195.00 117.00,195.00 127.00,195.91 127.00,195.91 Z'/%3E%3C/svg%3E"); }

.ss-slideout-button .ss-slideout-button-label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  line-height: 40px; }

/* Slideout - Header */
#searchspring-slideout_container .ss-slideout-header {
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0 60px 0 20px;
  background: #445C92;
  border-bottom: 1px solid #445C92; }

#searchspring-slideout_container .ss-slideout-header .ss-title {
  color: #ffffff;
  font-size: 18px;
  font-family: mr-eaves-sans;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0; }

#searchspring-slideout_container .ss-slideout-header .ss-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23ffffff' d='M44.297 14.984L31.281 28l13.016 13.016-3.281 3.281L28 31.281 14.984 44.297l-3.281-3.281L24.719 28 11.703 14.984l3.281-3.281L28 24.719l13.016-13.016z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  margin: auto; }

/* Slideout - Facets */
#searchspring-slideout_container .ss-slideout-facets {
  margin: 0;
  padding: 0 20px;
  max-height: 90%;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
  border-bottom: 1px #ccc solid; }

#searchspring-slideout_container .ss-slideout-facets .ss-facets .ss-facet-container .ss-title {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 0px;
  margin: 0 -45px 0px -20px;
  padding: 10px 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 18px; }

#searchspring-slideout_container .ss-slideout-facets .ss-facets .ss-facet-container .ss-title:before {
  top: 14px;
  bottom: auto;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M52.594 25.25L29.406 48.406c-.78.78-2.03.78-2.813 0L3.405 25.25c-.78-.78-.78-2.062 0-2.844l5.187-5.156c.78-.78 2.03-.78 2.813 0L28 33.844 44.592 17.25c.78-.78 2.03-.78 2.813 0l5.187 5.156c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E"); }

#searchspring-slideout_container .ss-slideout-facets .ss-facets .ss-facet-container.ss-collapsed .ss-title {
  border-color: #e9e9e9; }

#searchspring-slideout_container .ss-slideout-facets .ss-facets .ss-facet-container.ss-collapsed .ss-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M52.594 41.594l-5.187 5.156c-.78.78-2.03.78-2.813 0L28 30.156 11.406 46.75c-.78.78-2.03.78-2.813 0l-5.187-5.156c-.78-.78-.78-2.062 0-2.844l23.188-23.156c.78-.78 2.03-.78 2.813 0L52.595 38.75c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E"); }

/* AutoComplete */
[ss-autocomplete] {
  position: absolute;
  top: 50px;
  left: auto;
  right: 0;
  z-index: 999999; }

[ss-autocomplete] * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* AutoComplete - Resets */
[ss-autocomplete] ul:not(.ss-grid):not(.ss-palette) {
  margin: 0; }

[ss-autocomplete] ul,
[ss-autocomplete] ul li {
  list-style: none; }

[ss-autocomplete] ul,
[ss-autocomplete] ul li,
[ss-autocomplete] .ss-title {
  padding: 0; }

[ss-autocomplete] a {
  text-decoration: none; }

/* AutoComplete - Container */
[ss-autocomplete] .ss-ac-container {
  text-align: left;
  padding: 0 0 0 150px;
  font-size: 14px;
  line-height: 1.5;
  background: #f5f5f5;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden; }

[ss-autocomplete] .ss-ac-container:before,
[ss-autocomplete] .ss-ac-container:after {
  content: '';
  display: table; }

[ss-autocomplete] .ss-ac-container:after {
  clear: both;
  zoom: 1; }

[ss-autocomplete] .ss-ac-container.no-terms {
  padding: 0; }

[ss-autocomplete] .ss-ac-container ul li a {
  color: #777777; }

/* AutoComplete - Merchandising */
[ss-autocomplete] .ss-ac-merchandising img {
  max-width: 100%;
  height: auto !important; }

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-header,
[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-banner {
  margin: 0 0 10px 0; }

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-footer {
  margin: 10px 0 0 0; }

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-left {
  margin: 20px 0 0 0; }

/* AutoComplete - Active and Focus States */
[ss-autocomplete] #ss-ac-terms .ss-list .ss-active .ss-list-link,
[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-active,
[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  color: #445C92; }

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-focused,
[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-focused,
[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  text-decoration: underline; }

/* AutoComplete - Terms */
[ss-autocomplete] #ss-ac-terms {
  float: left;
  margin: 0 0 0 -150px;
  width: 150px; }

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link em {
  font-style: normal;
  font-weight: bold; }

[ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
  background: #ffffff; }

/* AutoComplete - Content */
[ss-autocomplete] #ss-ac-content {
  width: 700px;
  background: #ffffff;
  padding: 20px; }

[ss-autocomplete] #ss-ac-content:before,
[ss-autocomplete] #ss-ac-content:after {
  content: '';
  display: table; }

[ss-autocomplete] #ss-ac-content:after {
  clear: both;
  zoom: 1; }

/* AutoComplete - Facets */
[ss-autocomplete] #ss-ac-facets {
  float: left;
  width: 150px;
  padding: 0 20px 0 0; }

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
  margin: 0 0 10px 0; }

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
  border-bottom: 2px solid #555;
  color: #555;
  font-size: 15px;
  font-family: mr-eaves-sans;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0; }

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option {
  margin: 0 0 3px 0;
  padding: 0 0 0 0px; }

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-palette .ss-palette-option,
[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-grid .ss-grid-option {
  width: 33.33333%; }

/* AutoComplete - Results */
[ss-autocomplete] #ss-ac-results {
  overflow: hidden; }

[ss-autocomplete] #ss-ac-results .ss-title {
  color: #555;
  font-size: 15px;
  font-family: mr-eaves-sans;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container {
  margin: 0 -5px -10px -5px; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
  width: 33.33%;
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item > a {
  display: block; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
  line-height: 0;
  width: 100%;
  height: 120px;
  margin: 0 0 10px 0; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
  margin: 0 0 3px 0; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p:last-child {
  margin-bottom: 0; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-name {
  color: #777777; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price span ~ span {
  padding-left: 5px; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular {
  color: #777777;
  font-weight: 600; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-on-sale {
  color: #445C92;
  font-weight: 600; }

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
  color: #999999;
  text-decoration: line-through; }

/* AutoComplete - See More Results */
[ss-autocomplete] #ss-ac-see-more {
  clear: both;
  text-align: right;
  margin: 20px 0 0 0; }

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
  cursor: pointer;
  color: #555;
  font-size: 14px;
  font-family: mr-eaves-sans;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%23555' d='M34.594 27.406L11.406 50.594c-.78.78-2.03.78-2.813 0l-5.187-5.187c-.78-.78-.78-2.03 0-2.813L20 26 3.406 9.406c-.78-.78-.78-2.03 0-2.813l5.187-5.187c.78-.78 2.03-.78 2.813 0l23.188 23.188c.78.78.78 2.03 0 2.813z'/%3E%3C/svg%3E");
  position: relative;
  top: 2.5px; }

@media only screen and (min-width: 960px) {
  [ss-autocomplete] #ss-ac-see-more.ss-ac-see-more-padding {
    padding-left: 150px; } }

/* AutoComplete - Breakpoint 1 */
@media only screen and (max-width: 1199px) {
  [ss-autocomplete] {
    right: 0; }
  [ss-autocomplete] .ss-ac-container {
    padding: 0; }
  [ss-autocomplete] #ss-ac-terms {
    width: 700px;
    margin: 0;
    float: none; }
  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: table;
    table-layout: fixed;
    width: 100%; }
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    display: table-cell;
    vertical-align: middle;
    text-align: center; } }

/* AutoComplete - Breakpoint 2 */
@media only screen and (max-width: 959px) {
  [ss-autocomplete] {
    top: 45px; }
  [ss-autocomplete] .ss-ac-container {
    width: auto; }
  [ss-autocomplete] #ss-ac-terms,
  [ss-autocomplete] #ss-ac-content,
  [ss-autocomplete] #ss-ac-facets {
    width: auto; }
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 5px 10px;
    font-size: 14px; }
  [ss-autocomplete] #ss-ac-content {
    padding: 10px; }
  [ss-autocomplete] #ss-ac-facets {
    float: none;
    padding: 0;
    margin: 0 -5px; }
  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
    width: 33.33%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top; }
  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
    font-size: 13px; }
  [ss-autocomplete] #ss-ac-results {
    overflow: visible; }
  [ss-autocomplete] #ss-ac-results .ss-title {
    font-size: 13px; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: none; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 100px; }
  [ss-autocomplete] #ss-ac-see-more {
    text-align: left;
    margin: 10px 0 0 0; }
  [ss-autocomplete] .merchandising#ss-ac-merch-left {
    display: none; } }

/* AutoComplete - Breakpoint 3 */
@media only screen and (max-width: 767px) {
  [ss-autocomplete] {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%; }
  [ss-autocomplete] .ss-ac-container {
    width: auto; }
  [ss-autocomplete] #ss-ac-facets,
  [ss-autocomplete] #ss-ac-results .ss-title {
    display: none; }
  [ss-autocomplete] #ss-ac-terms {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9; }
  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: block;
    width: auto;
    margin: 0 -5px -10px -5px; }
  [ss-autocomplete] #ss-ac-terms .ss-list,
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    text-align: left; }
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top; }
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 0;
    font-size: 13px; }
  [ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
    background: transparent; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 50%; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: inline-block; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+3) {
    display: none; }
  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 80px; }
  [ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
    font-size: 12px; } }

.ss-ac-open #searchbox {
  overflow: visible; }

/* Pagination */
.ss-pagination-container.ss-pagination-top {
  text-align: right; }

.ss-pagination-container.ss-pagination-bottom {
  text-align: center; }

.ss-pagination-container .ss-pagination {
  padding: 0 -5px; }

.ss-pagination-container .ss-pagination,
.ss-pagination-container .ss-pagination .ss-pagination-list {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  list-style: none; }

.ss-pagination-container .ss-pagination .ss-pagination-list {
  margin: 0;
  padding: 0; }

.ss-pagination-container .ss-pagination .ss-pagination-list:before,
.ss-pagination-container .ss-pagination .ss-pagination-list:after {
  content: '';
  display: table; }

.ss-pagination-container .ss-pagination .ss-pagination-list:after {
  clear: both;
  zoom: 1; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page {
  float: left;
  line-height: 35px; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-link,
.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-label {
  display: block;
  text-align: center;
  line-height: inherit;
  padding: 0 5px;
  color: #777777;
  font-size: 18px; }

.ss-pagination-container.ss-pagination-bottom.ss-targeted {
  margin-top: 20px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .ss-pagination-container.ss-pagination-bottom.ss-targeted {
      margin-bottom: 0px;
      padding-bottom: 20px; } }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-previous .ss-page-link,
.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-next .ss-page-link {
  width: 60px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 8px auto;
  display: block;
  clear: both; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-next .ss-page-link:before {
  content: "NEXT PAGE";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  border: 1px solid #31467E;
  background-color: #31467E;
  letter-spacing: 2px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  width: 100%; }
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-next .ss-page-link:before:hover {
    background-color: #fff;
    color: #31467E; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-previous .ss-page-link:before {
  content: "PREV PAGE";
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  border: 1px solid #31467E;
  background-color: #31467E;
  letter-spacing: 2px;
  height: 50px;
  border-radius: 3px;
  line-height: 50px;
  width: 100%; }
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-previous .ss-page-link:before:hover {
    background-color: #fff;
    color: #31467E; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-next .ss-page-link {
  background: none; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-active .ss-page-label {
  position: relative;
  color: #445C92;
  font-weight: 600; }

.ss-pagination-container .ss-pagination .ss-pagination-list .ss-active .ss-page-label:after {
  content: '';
  display: block;
  height: 3px;
  background: #445C92;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px; }

/* Pagination - Breakpoint 2 */
@media only screen and (max-width: 959px) {
  .ss-pagination-container .ss-pagination {
    padding: 0 -6px; }
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-link,
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-label {
    font-size: 18px; } }

/* Pagination - Breakpoint 1 */
@media only screen and (max-width: 767px) {
  .ss-pagination-container .ss-pagination {
    display: block;
    padding: 0 -6px; }
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-link,
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page .ss-page-label {
    padding: 0 6px;
    font-size: 18px; }
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-previous .ss-page-link,
  .ss-pagination-container .ss-pagination .ss-pagination-list .ss-page.ss-page-next .ss-page-link {
    width: 22px;
    background-size: 10px auto; } }

/* Range Slider */
.ss-range-slider .ss-range-slider-container {
  padding-bottom: 15px;
  overflow: hidden; }

.ss-range-slider .ss-range-slider-container rzslider {
  display: block;
  height: 20px;
  margin: 30px 0 0 0; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bar-wrapper,
.ss-range-slider .ss-range-slider-container rzslider .rz-bubble {
  padding: 0; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bar-wrapper,
.ss-range-slider .ss-range-slider-container rzslider .rz-bar {
  top: 0;
  bottom: 0;
  margin: auto; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bar-wrapper {
  height: auto; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bar-wrapper .rz-bar {
  background: #f5f5f5;
  border: 1px solid #e9e9e9; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bar.rz-selection {
  background: #555; }

.ss-range-slider .ss-range-slider-container rzslider .rz-pointer {
  width: 20px;
  height: 100%;
  top: 0;
  background: #445C92; }

.ss-range-slider .ss-range-slider-container rzslider .rz-pointer,
.ss-range-slider .ss-range-slider-container rzslider .rz-pointer:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.ss-range-slider .ss-range-slider-container rzslider .rz-pointer:after {
  background: #ffffff;
  width: 30%;
  height: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.ss-range-slider .ss-range-slider-container rzslider .rz-pointer.rz-active:after {
  background: #ffffff; }

.ss-range-slider .ss-range-slider-container rzslider .rz-bubble {
  top: -30px;
  line-height: 1;
  color: #777777; }

.ss-range-slider .ss-range-slider-reset {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0; }

.ss-range-slider .ss-range-slider-reset a {
  color: #555;
  font-weight: 600; }

/* Merchandising */
.ss-merchandising {
  margin-bottom: 10px; }

.ss-merchandising img {
  max-width: 100%;
  height: auto !important; }

.rating-100 {
  color: #445C92; }

.rating-000 {
  color: #ddd; }

/* Results */
.ss-header-container .ss-results-title {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 18px;
  font-family: mr-eaves-sans;
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
  padding: 0;
  text-align: center;
  letter-spacing: .25px; }
  @media (min-width: 768px) {
    .ss-header-container .ss-results-title {
      font-size: 18px;
      text-align: left; } }

/* Results - Items */
div.ss-swatch {
  position: relative;
  display: inline; }

div.ss-swatch span {
  position: absolute;
  width: 140px;
  color: #fff;
  background: #000000;
  height: auto;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 3px; }

div.ss-swatch span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid;
  border-left: 8px solid; }

div:hover.ss-swatch span {
  visibility: visible;
  bottom: 23px;
  left: 50%;
  margin-left: -76px;
  z-index: 999; }

.ss-results .ss-item-container {
  list-style: none;
  margin: 0 -10px; }

.ss-results .ss-item-container .ss-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }

.ss-results .ss-item-container .ss-item,
.ss-results .ss-item-container .ss-item .ss-item-inner,
.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-wrapper {
  position: relative; }

.ss-results .ss-item-container .ss-item .ss-item-inner .ss-swatch-container {
  display: flex;
  flex-flow: wrap;
  justify-content: center; }

.ss-results .ss-item-container .ss-item .ss-item-inner .ss-swatch-container .ss-swatch {
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  margin: 3px;
  cursor: pointer; }

.ss-results .ss-item-container .ss-item .ss-item-image {
  line-height: 0; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-wrapper {
  display: block;
  overflow: hidden; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.ss-results .ss-item-container .ss-item .ss-item-mid-border {
  display: none; }

.ss-results .ss-item-container .ss-item .ss-item-details > div:not(.ss-item-view-details),
.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-name-and-price p {
  margin: 0 0 10px 0; }

.ss-results .ss-item-container .ss-item .ss-item-details > div:not(.ss-item-view-details):last-child,
.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-name-and-price p:last-child {
  margin-bottom: 0; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-name-and-price {
  text-align: left; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-name a {
  color: #636363;
  text-decoration: none; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-name a:hover {
  color: #445C92;
  text-decoration: underline; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price span ~ span {
  padding-left: 5px; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-regular {
  color: #636363;
  font-size: 16px;
  font-weight: 400; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-on-sale {
  color: #445C92;
  font-size: 16px;
  font-weight: 600; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-price .ss-item-msrp {
  color: #999999;
  font-size: 16px;
  text-decoration: line-through; }

@media only screen and (max-width: 540px) {
  .ss-results .ss-item-container .ss-item .ss-item-details .ss-item-description {
    display: none; } }

/* Results - Items - Grid */
.ss-results .ss-item-container .ss-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 25%;
  margin: 0 0 20px 0;
  text-align: center; }

.ss-results .ss-item-container .ss-item .ss-item-image {
  margin: 0 0 10px 0; }

.ss-results .ss-item-container .ss-item .ss-item-image .ss-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 125%; }

.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-description,
.ss-results .ss-item-container .ss-item .ss-item-details .ss-item-view-details {
  display: none; }

@media only screen and (max-width: 959px) {
  .ss-results .ss-item-container .ss-item {
    width: 33.33333%; } }

@media only screen and (max-width: 767px) {
  .ss-results .ss-item-container .ss-item {
    width: 50%;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    margin-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px; }
  body div#searchspring-content {
    position: relative;
    padding-left: 0px;
    padding-right: 0px; }
  .ss-item-inner .itemtitle {
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 50px;
    max-width: 300px; }
  .ss-results .ss-item-container {
    list-style: none;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #ccc solid; }
  .gridslider a {
    display: block;
    position: relative;
    padding-top: 100%; }
  .gridslider img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%; } }

.body.info-page .page {
  margin: 0 -5px;
  max-width: none;
  width: auto; }

/* Results - Badges */
.ss-results .ss-item-container .ss-item .ss-badge-container {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2; }

.ss-results .ss-item-container .ss-item .ss-badge-container .ss-badge {
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  background: #445C92;
  margin: 0 0 8px 0;
  padding: 5px;
  line-height: 1;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.ss-results .ss-item-container .ss-item .ss-badge-container .ss-badge > span {
  display: block; }

.ss-results .ss-item-container .ss-item .ss-badge-container .ss-badge .ss-badge-main-text {
  margin: 8px 0 4px 0; }

.ss-results .ss-item-container .ss-item .ss-badge-container .ss-badge .ss-badge-sub-text {
  color: #ffffff;
  font-size: 18px;
  font-family: garamond, "times new roman", sans-serif;
  font-style: italic; }

.ss-results .ss-results-loading {
  display: none; }

/* No Results */
.ss-no-results .ss-no-results-container .ss-title,
.ss-no-results .ss-no-results-container .ss-suggestion-list,
.ss-no-results .ss-no-results-container p {
  margin: 0 0 20px 0; }

.ss-no-results .ss-no-results-container .ss-title {
  color: #555;
  font-size: 14px;
  font-family: mr-eaves-sans;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase; }

.ss-no-results .ss-no-results-container .ss-suggestion-list {
  margin-left: 30px; }

.ss-no-results .ss-no-results-container .ss-suggestion-list li {
  list-style: disc; }

.ss-no-results .ss-no-results-container a {
  color: #445C92; }

.ss-no-results .ss-no-results-container a:hover {
  color: #555; }

.ss-no-results .ss-no-results-container .ss-did-you-mean {
  font-size: 18px; }

.template-search aside.sidebar,
.template-collection aside.sidebar {
  float: left;
  width: 250px;
  margin: 0 30px 0 0; }

/* Facets */
#searchspring-sidebar {
  margin-left: 13px; }

.ss-facets .ss-hierarchy-option a {
  text-decoration: none; }

.ss-facets .ss-list,
.ss-facets .ss-hierarchy {
  padding-bottom: 0; }

.ss-facets .ss-list-link {
  text-decoration: none;
  padding: 4px 0px; }

.ss-facets ul {
  padding: 0; }

.ss-facets ul:not(.ss-grid):not(.ss-palette) {
  margin: 0; }

.ss-facets ul,
.ss-facets ul li {
  list-style: none; }

.ss-facets .ss-facet-container,
.ss-facets .ss-facet-container .ss-title {
  position: relative; }

.ss-facets .ss-facet-container .ss-title {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: mr-eaves-sans;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 10px;
  background: #FFFFFF;
  cursor: pointer; }
  @media (min-width: 768px) {
    .ss-facets .ss-facet-container .ss-title {
      margin: 0px;
      margin-bottom: 10px; } }

.ss-facets .ss-facet-container .ss-title:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M52.594 25.25L29.406 48.406c-.78.78-2.03.78-2.813 0L3.405 25.25c-.78-.78-.78-2.062 0-2.844l5.187-5.156c.78-.78 2.03-.78 2.813 0L28 33.844 44.592 17.25c.78-.78 2.03-.78 2.813 0l5.187 5.156c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E"); }

.ss-facets .ss-facet-container .ss-facet-options {
  position: static;
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .ss-facets .ss-facet-container .ss-facet-options {
      width: calc(100% + 40px);
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      box-sizing: border-box;
      box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
      padding: 5px 10px 20px 10px;
      position: absolute;
      z-index: 2;
      margin-top: -11px; } }

.ss-facets .ss-facet-container.open .ss-title {
  border-bottom: 1px #fff solid;
  z-index: 3; }

.ss-facets .ss-facet-container.open .ss-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M52.594 41.594l-5.187 5.156c-.78.78-2.03.78-2.813 0L28 30.156 11.406 46.75c-.78.78-2.03.78-2.813 0l-5.187-5.156c-.78-.78-.78-2.062 0-2.844l23.188-23.156c.78-.78 2.03-.78 2.813 0L52.595 38.75c.78.78.78 2.062 0 2.844z'/%3E%3C/svg%3E"); }

.ss-facets .ss-facet-container.open .ss-facet-options {
  display: block; }

.ss-facets .ss-facet-container .ss-facet-count {
  color: #aaaaaa;
  font-size: 10px; }

.ss-facets .ss-facet-container .ss-list .ss-list-option,
.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-option {
  margin: 0 0 5px 0;
  padding: 0 0 0 0px;
  font-size: 18px;
  font-weight: 300;
  font-style: none; }
  @media (min-width: 768px) {
    .ss-facets .ss-facet-container .ss-list .ss-list-option,
    .ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-option {
      margin: 0 0 5px 0; } }

.ss-facets .ss-facet-container .ss-list .ss-list-option:last-child,
.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-option:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.ss-facets .ss-facet-container .ss-list .ss-list-option .ss-active .ss-facet-count,
.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-option .ss-active .ss-facet-count {
  color: inherit; }

.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-return a:before {
  content: '\0000ab';
  padding: 0 2px 0 0; }

.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-current {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  font-style: none; }

.ss-facets .ss-facet-container .ss-hierarchy .ss-hierarchy-current ~ .ss-hierarchy-option {
  padding-left: 30px; }

.ss-facets .ss-facet-container .ss-show-overflow {
  max-height: none;
  overflow-y: auto; }

.ss-facets .ss-facet-container .ss-show-more {
  margin: 6px 0px; }

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link {
  color: #445C92;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding-left: 20px; }

.ss-facets .ss-facet-container .ss-show-more .ss-show-more-link:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1.5px;
  left: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M44 23v6c0 1.656-1.344 3-3 3H28v13c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3V32H3c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h13V7c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3v13h13c1.656 0 3 1.344 3 3z'/%3E%3C/svg%3E"); }

.ss-facets .ss-facet-container .ss-show-more.open .ss-show-more-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M44 23v6c0 1.656-1.344 3-3 3H3c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h38c1.656 0 3 1.344 3 3z'/%3E%3C/svg%3E"); }

/* Filter Messages */
.ss-filter-messages .ss-filter-message-content {
  margin: 0 0 20px 0; }

/* Filter Summary */
.ss-summary .ss-summary-container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 15px; }

.ss-summary .ss-summary-container .ss-title {
  position: relative;
  color: #000;
  font-size: 15px;
  font-family: mr-eaves-sans;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 0px 0;
  padding: 0 0 10px 0; }

.ss-summary .ss-summary-container .ss-inline-summary-title {
  display: none; }

.ss-summary .ss-summary-container .ss-inline-summary-title .ss-summary-label {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5.5px 0 0 0; }

.ss-summary .ss-summary-container .ss-list {
  margin: 0 -2.5px -5px -2.5px; }

.ss-summary .ss-summary-container .ss-list,
.ss-summary .ss-summary-container .ss-list li {
  list-style: none; }

.ss-summary .ss-summary-container .ss-list:before,
.ss-summary .ss-summary-container .ss-list:after {
  content: '';
  display: table; }

.ss-summary .ss-summary-container .ss-list:after {
  clear: both;
  zoom: 1; }

.ss-summary .ss-summary-container .ss-list .ss-list-option {
  margin: 0 0 5px 0;
  padding: 0 2.5px;
  float: left; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link {
  position: relative;
  color: #000;
  font-size: 13px;
  padding: 5px 10px 5px 30px;
  background: #fff;
  border: 1px solid #ccc; }

.ss-summary .ss-summary-container .ss-list .ss-list-option.ss-summary-reset .ss-list-link {
  background-color: #212957;
  color: #fff;
  padding-left: 10px; }
  .ss-summary .ss-summary-container .ss-list .ss-list-option.ss-summary-reset .ss-list-link:before {
    display: none; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link,
.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link:before {
  display: block; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 56' preserveAspectRatio='xMinYMid'%3E%3Cpath fill='%2374A0CF' d='M40.562 41.313c0 .78-.312 1.562-.875 2.125l-4.25 4.25c-.563.563-1.344.875-2.125.875s-1.562-.312-2.125-.875L22 38.5l-9.19 9.188c-.562.563-1.343.875-2.124.875s-1.562-.312-2.125-.875l-4.25-4.25c-.562-.563-.874-1.344-.874-2.125s.312-1.562.875-2.125L13.5 30l-9.19-9.188c-.562-.563-.874-1.344-.874-2.125s.312-1.562.875-2.125l4.25-4.25c.564-.563 1.345-.875 2.126-.875s1.562.312 2.125.875L22 21.5l9.187-9.188c.563-.563 1.344-.875 2.125-.875s1.562.312 2.125.875l4.25 4.25c.563.563.875 1.344.875 2.125s-.312 1.562-.875 2.125L30.5 30l9.187 9.188c.563.563.875 1.344.875 2.125z'/%3E%3C/svg%3E");
  top: 6.5px;
  left: 10px; }

.ss-summary .ss-summary-container .ss-list .ss-list-option .ss-list-link .ss-summary-label {
  font-weight: 600; }

@media only screen and (max-width: 767px) {
  .ss-summary .ss-summary-container {
    margin: 0 0 20px 0; } }

/* Filter Summary - Inline */
.ss-facets-horizontal .ss-summary .ss-summary-container .ss-title,
.ss-slideout-toolbar .ss-summary .ss-summary-container .ss-title {
  display: none; }

.ss-facets-horizontal .ss-summary .ss-summary-container .ss-inline-summary-title,
.ss-slideout-toolbar .ss-summary .ss-summary-container .ss-inline-summary-title {
  display: list-item; }

.ss-facets-horizontal .ss-summary .ss-summary-container .ss-list .ss-list-option,
.ss-slideout-toolbar .ss-summary .ss-summary-container .ss-list .ss-list-option {
  float: left; }

.template-search aside.sidebar,
.template-collection aside.sidebar {
  float: left;
  width: 25%;
  margin: 0 2% 0 0; }

@media only screen and (max-width: 959px) {
  .template-search aside.sidebar,
  .template-collection aside.sidebar {
    display: none; } }

.template-search section.content,
.template-collection section.content {
  width: 73%;
  float: left; }

@media only screen and (max-width: 959px) {
  .template-search section.content,
  .template-collection section.content {
    width: 100%;
    float: none; } }

.ss-facet-swatch {
  /*display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 3px;
    border: 1px solid #DDD;*/ }

/*# sourceMappingURL=stylesheet.css.map */
.ss-facet-options {
  display: none; }

.ss-facet-container {
  display: block;
  margin-right: 25px; }
  @media (min-width: 768px) {
    .ss-facet-container {
      margin-right: 10px;
      width: calc(33% - 10px);
      display: inline-block; } }
  @media (min-width: 1024px) {
    .ss-facet-container {
      width: calc(20% - 10px); } }

.ss-desktop {
  display: none; }

.ss-toolbar-col.ss-per-page {
  display: none; }

.ss-toolbar-col.ss-pagination.ss-targeted.ng-scope {
  display: none; }

.ss-image-wrapper.ss-image-base {
  background: none !important; }

.ss-menu-label.ss-pointer.ng-binding {
  display: none; }

.ss-toolbar.ss-toolbar-top.ss-targeted {
  display: none; }

.ss-toolbar.ss-toolbar-bottom {
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  margin-bottom: 40px;
  margin-top: 20px; }

div#mcontrols {
  display: flex;
  justify-content: space-between;
  background: #F3F8FF;
  margin: 0px -20px;
  padding: 10px 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    div#mcontrols {
      display: none; } }

.mcontrol {
  background: #fff;
  width: calc(50% - 10px);
  font-size: 18px;
  padding: 10px 10px; }

.ss-slideout-toolbar.ss-targeted.ng-scope {
  display: none; }

@media screen and (max-width: 767px) {
  #searchspring-content .ss-slideout-toolbar.ss-targeted.ng-scope {
    display: block; } }

#searchspring-content .ss-slideout-button {
  display: none; }

div#catdsec {
  text-align: center;
  margin-bottom: 0px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-bottom: 50px;
  clear: both; }

.banners {
  display: none; }
  @media (min-width: 768px) {
    .banners {
      background: #fff;
      color: #000;
      font-size: 18px;
      font-weight: 300;
      max-width: 860px;
      text-align: center;
      margin: 0 auto;
      display: block; }
      .banners a {
        color: #000;
        text-decoration: underline; } }

#searchspring-sidebar {
  display: none;
  min-height: 0px !important; }
  @media (min-width: 768px) {
    #searchspring-sidebar {
      display: block;
      margin: 0px;
      padding: 10px;
      margin-bottom: 10px;
      padding-bottom: 0px;
      padding-top: 20px;
      position: relative; } }

.ss-facet-options ul.ss-list.ng-scope {
  margin: 0px -45px 0px -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px; }
  @media (min-width: 768px) {
    .ss-facet-options ul.ss-list.ng-scope {
      margin: 0px -20px 0px -20px; } }

span.visually-hidden.visually-hidden--inline {
  display: none; }

.ss-item-inner .topimg {
  transition: opacity 1s ease;
  outline: 25px #fff solid;
  z-index: 2;
  opacity: 0; }

.ss-item-inner:hover .topimg {
  opacity: 1; }

img[src=""] {
  display: none; }

.ss-item-inner .imghold {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 0px;
  overflow: hidden; }
  .ss-item-inner .imghold a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block; }
    .ss-item-inner .imghold a img {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 0px;
      max-height: 100%; }
      @media (min-width: 768px) {
        .ss-item-inner .imghold a img {
          padding: 0px 18px; } }

.ss-item-inner .itemtitle {
  text-align: left;
  font-size: 14px;
  margin-bottom: 15px;
  min-height: 50px;
  max-width: 300px; }
  @media (min-width: 768px) {
    .ss-item-inner .itemtitle {
      font-size: 18px; } }

.ss-item-inner .price-label span {
  display: none; }

.ss-item-inner .price {
  text-align: left; }
  .ss-item-inner .price .price-item {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -5px;
    display: block; }
    @media (min-width: 768px) {
      .ss-item-inner .price .price-item {
        font-size: 22px; } }
  .ss-item-inner .price #ComparePrice {
    color: #666;
    text-decoration: line-through; }
  .ss-item-inner .price span.yousave {
    color: #B70000;
    text-transform: uppercase;
    padding-left: 4px; }

.ss-item-inner .oneday {
  font-size: 13px;
  color: #445c92;
  text-align: left;
  margin-top: 10px;
  background-color: #E2F0FF;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  width: auto; }
  @media (min-width: 768px) {
    .ss-item-inner .oneday {
      font-size: 16px; } }
  .ss-item-inner .oneday a.onthisitem {
    display: none; }

.Diamond.Type li.ss-list-option.Moissanite {
  background-image: none; }

div#facetmoretoggle {
  position: relative;
  padding-right: 140px;
  width: calc(100% - 20px);
  padding-left: 15px;
  z-index: 12; }

div#facetmoretoggle.fixedtop {
  position: fixed;
  top: 20px;
  width: calc(100% - 80px);
  z-index: 999;
  max-width: 1420px;
  margin: auto; }

div#facetmoretoggle.fixedtop:before {
  background: #EDF6FF; }

#ftogglebtn {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: mr-eaves-sans;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 10px;
  background: #FFFFFF;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 140px;
  z-index: 3; }
  #ftogglebtn svg {
    color: #445C92;
    position: absolute;
    right: 10px;
    top: 15px; }
  #ftogglebtn .fa-minus {
    display: none; }
  #ftogglebtn.active {
    border-bottom: 1px #fff solid; }
    #ftogglebtn.active .fa-minus {
      display: block; }
    #ftogglebtn.active .fa-plus {
      display: none; }

@media (min-width: 768px) {
  .ss-facet-container:nth-child(n+4) {
    display: none; } }

@media (min-width: 1024px) {
  .ss-facet-container:nth-child(n+4) {
    display: inline-block; } }

@media (min-width: 1024px) {
  .ss-facet-container:nth-child(n+6) {
    display: none; } }

.filtertoggle:nth-child(-n+3) {
  display: none; }

@media (min-width: 1024px) {
  .filtertoggle:nth-child(-n+5) {
    display: none; } }

div#facetmoretoggle.showall {
  padding-right: 0px; }
  div#facetmoretoggle.showall #ftogglebtn {
    display: none; }
  div#facetmoretoggle.showall .ss-facet-container:nth-child(n+4) {
    display: inline-block; }

@media (min-width: 768px) {
  #facetmoretoggle:before {
    position: absolute;
    background-color: #fff;
    width: 200%;
    height: calc(100% + 30px);
    top: -20px;
    content: "";
    left: -50%; } }

.ss-facet-top.ss-targeted {
  display: none; }

#categorypage a#goback {
  padding-left: 0px;
  margin-top: 0px;
  display: block;
  padding-bottom: 0px; }
  @media (min-width: 768px) {
    #categorypage a#goback {
      display: none; } }

.ss-toolbar-col {
  border: none;
  margin-bottom: 10px;
  position: relative; }

label.ss-menu-label {
  display: inline-block;
  width: 100px;
  padding: 7px 10px;
  font-size: 17px;
  font-weight: 400; }

.ss-menu-dropdown {
  width: calc(100% - 105px);
  display: inline-block; }

select.ss-menu-select {
  padding: 8px 0px 10px 53px;
  border: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  width: calc(100% - 15px);
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300; }

.ss-per-page select.ss-menu-select {
  padding-left: 45px; }

span.ss-menu-label-mobile {
  display: none; }

#sorttoggle svg {
  transform: rotate(0deg); }

#sorttoggle.active svg {
  transform: rotate(180deg); }

div#searchspring-content {
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    div#searchspring-content {
      padding-left: 25px;
      padding-right: 25px; } }

@media (min-width: 768px) {
  .ss-toolbar.ss-toolbar-top.ss-targeted {
    position: relative;
    left: -20px; } }

@media (min-width: 1024px) {
  .ss-toolbar.ss-toolbar-top.ss-targeted {
    position: absolute;
    right: 15px;
    width: 414px;
    display: block;
    margin-top: -43px;
    left: auto; }
    .ss-toolbar.ss-toolbar-top.ss-targeted .ss-toolbar-col {
      display: inline-block;
      width: 195px;
      margin-left: 10px; } }

.ss-toolbar-col.ss-pagination-container.ss-pagination-top.ss-targeted.ng-scope {
  display: none; }

ul.ss-list.Metal li {
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 28px !important; }

ul.ss-list.Shape li {
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 28px !important;
  background-size: auto 21px; }

ul.ss-list.Style li {
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-size: auto 50px;
  padding: 7px 0px 0px 60px !important; }

#morefilterlist {
  width: 211px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  padding: 5px 10px 20px 10px;
  position: absolute;
  z-index: 2;
  right: 0px;
  display: none;
  top: 48px; }

.Metal li {
  background-image: url(../img/filter-metal/yellowgold.png); }

ul.ss-list.Metal li.ss-list-option.White.Gold {
  background-image: url(../img/filter-metal/whitegold.png); }

ul.ss-list.Metal li.ss-list-option.Yellow.Gold {
  background-image: url(../img/filter-metal/yellowgold.png); }

ul.ss-list.Metal li.ss-list-option.Rose.Gold {
  background-image: url(../img/filter-metal/rosegold.png); }

ul.ss-list.Metal li.ss-list-option.Platinum {
  background-image: url(../img/filter-metal/platinum.png); }

ul.ss-list.Metal li.ss-list-option.Palladium {
  background-image: url(https://www.pompeii3.com/content/metalfilters/palldium.png); }

ul.ss-list.Metal li.ss-list-option.Silver {
  background-image: url(https://www.pompeii3.com/content/metalfilters/silver.png); }

ul.ss-list.Metal li.ss-list-option.Tungsten {
  background-image: url(https://www.pompeii3.com/content/metalfilters/tungsten.png); }

ul.ss-list.Metal li.ss-list-option.Two.Tone {
  background-image: url(https://www.pompeii3.com/content/metalfilters/metal-twotone.png); }

ul.ss-list.Metal li.ss-list-option.Black.Gold {
  background-image: url(https://www.pompeii3.com/content/metalfilters/blackgold.png); }

.Shape li {
  background-image: url(../img/filter-shape/round.png); }

.Shape li.ss-list-option.Round {
  background-image: url(../img/filter-shape/round.png); }

.Shape li.ss-list-option.Princess {
  background-image: url(../img/filter-shape/princess.png); }

.Shape li.ss-list-option.Oval {
  background-image: url(../img/filter-shape/oval.png); }

.Shape li.ss-list-option.Marquise {
  background-image: url(../img/filter-shape/marq.png); }

.Shape li.ss-list-option.Cushion {
  background-image: url(../img/filter-shape/cushion.png); }

.Shape li.ss-list-option.Pear {
  background-image: url(../img/filter-shape/pear.png); }

.Shape li.ss-list-option.Emerald {
  background-image: url(../img/filter-shape/emerald.png); }

.Shape li.ss-list-option.Heart {
  background-image: url(https://www.pompeii3.com/content/metalfilters/shape-heart.png); }

.Style li {
  background-image: url(../img/filter-style/halo.png); }

.Style li.ss-list-option.Multi-Stone {
  background-image: url(../img/filter-style/multistone.png); }

.Style li.ss-list-option.Bridal {
  background-image: url(../img/filter-style/bridalset.png); }

.Style li.ss-list-option.Three {
  background-image: url(../img/filter-style/threestone.png); }

.Style li.ss-list-option.Solitaire {
  background-image: url(../img/filter-style/solitare.png); }

.Style li.ss-list-option.Two.Stone {
  background-image: url(../img/filter-style/twostone.png); }

.Style li.ss-list-option.Halo {
  background-image: url(../img/filter-style/halo.png); }

.Style li.ss-list-option.Gemstone {
  background-image: url(../img/filter-style/gemstone.png); }

.Style li.ss-list-option.Moissanite {
  background-image: url(../img/filter-style/moiss.png); }

.Style li.ss-list-option.Carved.Bands {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-carvedbands.jpg); }

.Style li.ss-list-option.Guard {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-guardrings.jpg); }

.Style li.ss-list-option.Two.Bands {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-twotonebands.jpg); }

.Style li.ss-list-option.Five.Stone {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-fivestone.jpg); }

.Style li.ss-list-option.Vintage {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-vintage.jpg); }

.Style li.ss-list-option.Something.Blue {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-somethingblue.jpg); }

.Style li.ss-list-option.Lab.Grown {
  background-image: url(https://www.pompeii3.com/content/metalfilters/style-labgrown.jpg); }

.filtertoggle {
  text-decoration: none;
  padding: 4px 0px;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px 0;
  position: relative;
  display: block;
  cursor: pointer; }

.filtertoggle:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: auto;
  right: 0px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px; }

.filtertoggle.active:before {
  background: url("../img/check.png") #445C92 no-repeat;
  border-color: #445C92;
  background-position: 1px 3px; }

div#mcontrolph {
  min-height: 67px; }
  @media (min-width: 768px) {
    div#mcontrolph {
      display: none; } }

div#mcontrols.fixedtop {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  border-bottom: 2px #E9E9E9 solid;
  left: 20px;
  /*div#sorttoggle {
        display: none;
    }
    div#filtertoggle {
        width: 100%;
    }*/ }

div#facetmoretoggle.nomore {
  padding-right: 0px; }
  div#facetmoretoggle.nomore div#ftogglebtn {
    display: none; }

.bn-btn {
  display: none; }

#dod-bar {
  text-align: left;
  background: linear-gradient(180deg, #BDDAFA 0%, #FFFFFF 100%); }
  @media (min-width: 768px) {
    #dod-bar {
      /*background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/product_images/uploaded_images/dod-bg.jpg);*/ } }
  #dod-bar .container {
    padding: 18px 20px 14px; }
    @media (min-width: 768px) {
      #dod-bar .container {
        padding: 25px 20px 20px; } }
  #dod-bar .page-heading {
    color: #222;
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 9px;
    letter-spacing: normal; }
    @media (min-width: 768px) {
      #dod-bar .page-heading {
        font-size: 48px;
        line-height: 48px; } }
    #dod-bar .page-heading span {
      background-color: #BB0628;
      color: #fff;
      display: inline-block;
      padding: 0 2px; }
  #dod-bar .dod-sub {
    font-size: 16px;
    line-height: 19px;
    color: #222;
    font-weight: 300; }
    @media (min-width: 768px) {
      #dod-bar .dod-sub {
        font-size: 21px;
        line-height: 26px; } }

.dod-container {
  padding: 0 20px; }
  .dod-container > .container {
    padding: 0 !important; }

.card-text a.button.button--primary.bn-btn {
  display: none; }

.page.dod-page,
#todaysdeal {
  margin: 0px; }
  .page.dod-page .card-text a.button.button--primary.bn-btn,
  #todaysdeal .card-text a.button.button--primary.bn-btn {
    display: block; }
  .page.dod-page ul,
  #todaysdeal ul {
    margin-left: 0px;
    text-align: center; }
  .page.dod-page .page-content,
  #todaysdeal .page-content {
    padding: 0px; }
  .page.dod-page .ddordered.first-product,
  #todaysdeal .ddordered.first-product {
    padding: 0px;
    width: 100% !important;
    padding: 5px; }
    .page.dod-page .ddordered.first-product .whyshop p,
    .page.dod-page .ddordered.first-product #ringstyles p,
    #todaysdeal .ddordered.first-product .whyshop p,
    #todaysdeal .ddordered.first-product #ringstyles p {
      margin-bottom: 0px;
      font-weight: 400;
      font-size: 14px;
      color: #444;
      margin: 8px auto;
      max-width: 215px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      text-align: center;
      text-transform: capitalize; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product .whyshop p div#fsfr,
        .page.dod-page .ddordered.first-product .whyshop p .oneday,
        .page.dod-page .ddordered.first-product .whyshop p .card-text,
        .page.dod-page .ddordered.first-product #ringstyles p div#fsfr,
        .page.dod-page .ddordered.first-product #ringstyles p .oneday,
        .page.dod-page .ddordered.first-product #ringstyles p .card-text,
        #todaysdeal .ddordered.first-product .whyshop p div#fsfr,
        #todaysdeal .ddordered.first-product .whyshop p .oneday,
        #todaysdeal .ddordered.first-product .whyshop p .card-text,
        #todaysdeal .ddordered.first-product #ringstyles p div#fsfr,
        #todaysdeal .ddordered.first-product #ringstyles p .oneday,
        #todaysdeal .ddordered.first-product #ringstyles p .card-text {
          margin-left: 0px;
          margin-bottom: 15px; } }
    .page.dod-page .ddordered.first-product .card-figure,
    #todaysdeal .ddordered.first-product .card-figure {
      padding-top: 75%; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product .card-figure,
        #todaysdeal .ddordered.first-product .card-figure {
          padding-top: 30%; } }
    .page.dod-page .ddordered.first-product #needfastpoptoggle,
    #todaysdeal .ddordered.first-product #needfastpoptoggle {
      display: none; }
    .page.dod-page .ddordered.first-product .oneday,
    #todaysdeal .ddordered.first-product .oneday {
      display: none;
      margin-top: 10px;
      font-size: 14px; }
    .page.dod-page .ddordered.first-product div#fsfr,
    #todaysdeal .ddordered.first-product div#fsfr {
      font-size: 16px; }
      .page.dod-page .ddordered.first-product div#fsfr svg,
      #todaysdeal .ddordered.first-product div#fsfr svg {
        font-size: 34px;
        float: left;
        margin-right: 10px;
        margin-bottom: 35px;
        margin-top: 4px; }
      .page.dod-page .ddordered.first-product div#fsfr .fsfrtime,
      .page.dod-page .ddordered.first-product div#fsfr .fsfrdate,
      #todaysdeal .ddordered.first-product div#fsfr .fsfrtime,
      #todaysdeal .ddordered.first-product div#fsfr .fsfrdate {
        font-weight: bold; }
    .page.dod-page .ddordered.first-product .card-text,
    #todaysdeal .ddordered.first-product .card-text {
      font-size: 25px;
      color: #000; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product .card-text,
        #todaysdeal .ddordered.first-product .card-text {
          padding-left: 0px; } }
    .page.dod-page .ddordered.first-product .gridprice,
    #todaysdeal .ddordered.first-product .gridprice {
      font-size: 28px;
      margin-bottom: -12px; }
    .page.dod-page .ddordered.first-product .gridrrp,
    #todaysdeal .ddordered.first-product .gridrrp {
      font-size: 16px;
      font-weight: normal; }
    .page.dod-page .ddordered.first-product .gridsave,
    #todaysdeal .ddordered.first-product .gridsave {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: normal; }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product .card-title a,
      #todaysdeal .ddordered.first-product .card-title a {
        padding-left: 0px;
        margin-left: 0px; } }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product .price-section.price-section--withoutTax,
      #todaysdeal .ddordered.first-product .price-section.price-section--withoutTax {
        padding-left: 0;
        margin-left: 0px; } }
    .page.dod-page .ddordered.first-product .card-figure .quickview,
    .page.dod-page .ddordered.first-product .rateit,
    .page.dod-page .ddordered.first-product .k_product_rating,
    .page.dod-page .ddordered.first-product .productView-rating,
    #todaysdeal .ddordered.first-product .card-figure .quickview,
    #todaysdeal .ddordered.first-product .rateit,
    #todaysdeal .ddordered.first-product .k_product_rating,
    #todaysdeal .ddordered.first-product .productView-rating {
      display: none !important; }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product,
      #todaysdeal .ddordered.first-product {
        margin-top: 70px !important;
        margin-bottom: 60px !important; } }
    .page.dod-page .ddordered.first-product a.button.button--primary.bn-btn,
    #todaysdeal .ddordered.first-product a.button.button--primary.bn-btn {
      display: block;
      width: auto;
      font-size: 24px;
      line-height: 33px;
      background-color: #0C2340;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      display: inline-block;
      margin: 20px 0 0;
      clear: both;
      width: 100%;
      font-weight: 600;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product a.button.button--primary.bn-btn,
        #todaysdeal .ddordered.first-product a.button.button--primary.bn-btn {
          margin-left: 0px; } }
      @media only screen and (min-width: 960px) {
        .page.dod-page .ddordered.first-product a.button.button--primary.bn-btn,
        #todaysdeal .ddordered.first-product a.button.button--primary.bn-btn {
          margin-left: 0px;
          width: calc(40% - 30px);
          display: inline-block;
          clear: none;
          padding-left: 0px;
          padding-right: 0px;
          height: 60px;
          line-height: 60px;
          vertical-align: top;
          padding-top: 0px;
          padding-bottom: 0px; } }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product .dod-bbtn,
      #todaysdeal .ddordered.first-product .dod-bbtn {
        margin-left: 0px; } }
    @media only screen and (min-width: 960px) {
      .page.dod-page .ddordered.first-product .dod-bbtn,
      #todaysdeal .ddordered.first-product .dod-bbtn {
        margin-left: 5px;
        width: calc(60% - 8px);
        display: inline-block;
        clear: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
        vertical-align: top;
        height: 60px;
        line-height: 60px;
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 0px; } }
    .page.dod-page .ddordered.first-product .card,
    #todaysdeal .ddordered.first-product .card {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product .card-figure,
      .page.dod-page .ddordered.first-product .card-body,
      #todaysdeal .ddordered.first-product .card-figure,
      #todaysdeal .ddordered.first-product .card-body {
        width: 49.5%;
        display: inline-block;
        vertical-align: top; } }
    .page.dod-page .ddordered.first-product .card-title,
    #todaysdeal .ddordered.first-product .card-title {
      font-weight: 600;
      font-size: 21px;
      height: auto;
      margin-bottom: 20px;
      font-family: minerva-modern, Arial, Helvetica, sans-serif; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product .card-title,
        #todaysdeal .ddordered.first-product .card-title {
          font-size: 24px; } }
      .page.dod-page .ddordered.first-product .card-title a,
      #todaysdeal .ddordered.first-product .card-title a {
        max-width: none;
        font-weight: normal;
        font-size: 21px; }
        @media (min-width: 768px) {
          .page.dod-page .ddordered.first-product .card-title a,
          #todaysdeal .ddordered.first-product .card-title a {
            font-size: 24px;
            margin-left: 0px; } }
    @media screen and (min-width: 768px) {
      .page.dod-page .ddordered.first-product .price-section.price-section--withoutTax,
      #todaysdeal .ddordered.first-product .price-section.price-section--withoutTax {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .page.dod-page .ddordered.first-product .price-section.price-section--withoutTax,
      #todaysdeal .ddordered.first-product .price-section.price-section--withoutTax {
        padding-left: 20px; } }
    .page.dod-page .ddordered.first-product .price-section .price--withoutTax,
    #todaysdeal .ddordered.first-product .price-section .price--withoutTax {
      font-size: 21px;
      line-height: 26px;
      font-weight: 600;
      color: #BB0628; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product .price-section .price--withoutTax,
        #todaysdeal .ddordered.first-product .price-section .price--withoutTax {
          font-size: 24px;
          line-height: 29px; } }
      .page.dod-page .ddordered.first-product .price-section .price--withoutTax::after,
      #todaysdeal .ddordered.first-product .price-section .price--withoutTax::after {
        content: "+ FREE SHIPPING";
        display: inline;
        color: #212957;
        margin-left: 5px; }
    .page.dod-page .ddordered.first-product .price-section .price-section--saving,
    #todaysdeal .ddordered.first-product .price-section .price-section--saving {
      clear: both; }
      .page.dod-page .ddordered.first-product .price-section .price-section--saving .ppageretail,
      #todaysdeal .ddordered.first-product .price-section .price-section--saving .ppageretail {
        padding-left: 0;
        padding-top: 5px;
        font-size: 18px; }
        .page.dod-page .ddordered.first-product .price-section .price-section--saving .ppageretail span:first-child,
        #todaysdeal .ddordered.first-product .price-section .price-section--saving .ppageretail span:first-child {
          display: inline-block; }
      .page.dod-page .ddordered.first-product .price-section .price-section--saving .yousave,
      #todaysdeal .ddordered.first-product .price-section .price-section--saving .yousave {
        font-size: 18px;
        font-weight: 600;
        clear: none;
        margin-right: 0;
        padding-top: 5px; }
        .page.dod-page .ddordered.first-product .price-section .price-section--saving .yousave::before,
        #todaysdeal .ddordered.first-product .price-section .price-section--saving .yousave::before {
          display: none; }
    .page.dod-page .ddordered.first-product div.whyshop,
    #todaysdeal .ddordered.first-product div.whyshop {
      padding-bottom: 30px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center;
      display: inline-block; }
      .page.dod-page .ddordered.first-product div.whyshop img,
      #todaysdeal .ddordered.first-product div.whyshop img {
        display: block;
        margin: auto;
        margin-bottom: 15px; }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product div.whyshop,
        #todaysdeal .ddordered.first-product div.whyshop {
          border-bottom: 1px solid #ddd;
          padding-bottom: 10px;
          margin-top: 50px;
          margin-bottom: 38px;
          padding-bottom: 30px; } }
    .page.dod-page .ddordered.first-product #bonus-deals,
    #todaysdeal .ddordered.first-product #bonus-deals {
      background: #BB0628;
      position: relative;
      text-align: center;
      margin: 0px auto; }
      @media screen and (min-width: 420px) {
        .page.dod-page .ddordered.first-product #bonus-deals,
        #todaysdeal .ddordered.first-product #bonus-deals {
          margin: 0; } }
      @media (min-width: 768px) {
        .page.dod-page .ddordered.first-product #bonus-deals,
        #todaysdeal .ddordered.first-product #bonus-deals {
          margin-left: 20px;
          margin-right: 20px; } }
      .page.dod-page .ddordered.first-product #bonus-deals:before,
      #todaysdeal .ddordered.first-product #bonus-deals:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-right: 25px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; }
      .page.dod-page .ddordered.first-product #bonus-deals:after,
      #todaysdeal .ddordered.first-product #bonus-deals:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #fff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent; }
      .page.dod-page .ddordered.first-product #bonus-deals span,
      #todaysdeal .ddordered.first-product #bonus-deals span {
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 50px; }
        @media screen and (min-width: 420px) {
          .page.dod-page .ddordered.first-product #bonus-deals span,
          #todaysdeal .ddordered.first-product #bonus-deals span {
            font-size: 24px; } }
        @media (min-width: 768px) {
          .page.dod-page .ddordered.first-product #bonus-deals span,
          #todaysdeal .ddordered.first-product #bonus-deals span {
            font-size: 30px; } }

div#bonus-deals {
  max-width: 600px;
  margin: 0 auto !important;
  text-align: center; }

.card-body .pextradet {
  display: none; }

.first-product #bonus-deals,
.first-product .dod-bbtn,
.first-product .card-body .pextradet {
  display: none; }
  .dod-page .first-product #bonus-deals, .dod-page
  .first-product .dod-bbtn, .dod-page
  .first-product .card-body .pextradet {
    display: block; }

.dod-page li.product.first-product .card-image {
  max-width: 450px; }

.dod-page .whyshop a {
  text-decoration: none; }

.dod-page .whyshop strong,
.dod-page #ringstyles strong {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #1d2345;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  padding-top: 20px; }
  .dod-page .whyshop strong:hover,
  .dod-page #ringstyles strong:hover {
    text-decoration: none;
    color: #1d2345; }

.dod-page .whyshop {
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center; }
  @media only screen and (min-width: 560px) {
    .dod-page .whyshop {
      display: inline-block;
      float: none;
      padding-bottom: 30px;
      width: 49%; } }
  @media only screen and (min-width: 768px) {
    .dod-page .whyshop {
      width: 24%; } }

.dod-page .whyshop span,
.dod-page #ringstyles span {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #7f8ba4;
  text-transform: uppercase;
  letter-spacing: 1px; }

@media only screen and (min-width: 560px) {
  .dod-page .whyshop img {
    width: auto; } }

.dod-page #whyshop {
  display: block;
  margin-bottom: 0px;
  margin-top: 20px;
  text-align: center; }

.dod-page #whyshop .innerwrap {
  max-width: 640px; }
  @media only screen and (min-width: 960px) {
    .dod-page #whyshop .innerwrap {
      max-width: 1280px; } }

.dod-page #whyshop h2 {
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 960px) {
    .dod-page #whyshop h2 {
      font-size: 30px; } }

div#dod-timeleft {
  float: none;
  position: relative;
  text-align: left;
  color: #222;
  top: 0px;
  right: 0px;
  width: 100%;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  @media (min-width: 768px) {
    div#dod-timeleft {
      max-width: 210px;
      position: absolute;
      text-align: left;
      float: right;
      margin: auto; } }
  div#dod-timeleft strong {
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 22px;
    padding-top: 0px; }
    @media (min-width: 768px) {
      div#dod-timeleft strong {
        padding-top: 20px; } }
  div#dod-timeleft span.dodtime {
    text-align: center;
    display: inline-block; }
  div#dod-timeleft .dodtbox {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #BB0628;
    width: 50px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 5px; }
  div#dod-timeleft .dodtimelabel {
    font-size: 14px; }
  div#dod-timeleft span.dodc {
    font-size: 34px;
    position: relative;
    top: -25px;
    font-weight: bold;
    padding: 0px 1px; }

.dod-bbtn {
  display: block;
  border-radius: 3px;
  padding: 15px;
  background-color: #6497cd;
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  line-height: 33px;
  padding: .85714rem 2.28571rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 20px;
  display: none; }
  @media (min-width: 768px) {
    .dod-bbtn {
      padding: .85714rem 2.28571rem;
      margin-left: 20px;
      font-size: 24px; } }

a.dod-bbtn:focus,
a.dod-bbtn:hover {
  color: #fff; }

div#bandstext {
  padding: 0px 15px 30px 15px; }

@media (min-width: 768px) {
  .swiper-container {
    overflow: hidden !important; } }

select#attribute_select_50 {
  border-radius: 3px; }

.ss-pagination-list li.ss-page.ss-page-next {
  display: block;
  position: absolute;
  right: 0px;
  width: calc(50% - 10px);
  top: 55px;
  float: none;
  margin: 0px; }
  @media (min-width: 768px) {
    .ss-pagination-list li.ss-page.ss-page-next {
      width: 200px;
      top: -7px; } }
  .ss-pagination-list li.ss-page.ss-page-next a {
    display: block;
    width: 100%;
    min-width: 100%; }

.ss-pagination-list li.ss-page.ss-page-previous {
  display: block;
  position: absolute;
  left: 0px;
  width: calc(50% - 10px);
  top: 55px;
  float: none;
  margin: 0px; }
  @media (min-width: 768px) {
    .ss-pagination-list li.ss-page.ss-page-previous {
      width: 150px;
      top: -7px; } }
  .ss-pagination-list li.ss-page.ss-page-previous svg {
    display: none; }
  .ss-pagination-list li.ss-page.ss-page-previous a {
    display: block;
    width: 100%;
    min-width: 100%; }

.gridprice {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -5px;
  display: block;
  color: #000; }

.gridrrp {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  display: inline-block; }

.gridsave {
  color: #B70000;
  transform: uppercase;
  padding-left: 4px;
  display: inline-block; }

.studid-210 .stitem,
.studid-176 .stitem {
  display: inline-block; }

.studid-210 .stsortbox.stsort-color,
.studid-176 .stsortbox.stsort-color {
  display: none; }

#studsubhero .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  min-height: 110px; }
  @media (min-width: 768px) {
    #studsubhero .container {
      min-height: 190px; } }

.studlist.showall .stitem {
  display: inline-block; }

.ss-results {
  position: relative; }

ul.ss-list.Metal.Purity li {
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 0px !important;
  background: none !important; }

ul.ss-list.Stone.Type li {
  background: none; }

li.ss-item .jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
  text-align: left;
  margin-bottom: 10px; }

span.jdgm-qa-badge {
  display: none; }

span.jdgm-prev-badge__text {
  padding-left: 5px; }

.ss-item-inner .oneday.pendant .selectsizes {
  display: none; }

.ss-item-inner .oneday.pendant .onthisitem {
  display: inline-block; }

p.bfc-texxt {
  text-align: center;
  font-size: 18px;
  margin-top: -10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    p.bfc-texxt {
      font-size: 20px; } }

.bfc-rail .sbs-card img {
  max-height: none; }

.vdaypink {
  color: #CC3543; }

.ssb-434 .stsort-color {
  display: none; }

#searchspring-content div#ss-merch-header {
  display: none; }

div#catdsec:empty {
  display: none; }

span.redtext {
  color: #175511;
  font-weight: 700;
  font-size: 24px; }

div#ss-merch-header:nth-of-type(2) {
  display: none; }

.ss-item-container-grid .ss-item-inner .priceright {
  display: block;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 768px) {
    .ss-item-container-grid .ss-item-inner .priceright {
      display: inline-block;
      width: calc(100% - 115px); } }
  .ss-item-container-grid .ss-item-inner .priceright span#pdp-price {
    margin-right: 3px; }
  .ss-item-container-grid .ss-item-inner .priceright span.pdp-price,
  .ss-item-container-grid .ss-item-inner .priceright span.pdp-percent {
    float: none;
    display: inline;
    top: 0px;
    width: auto;
    margin-right: 0px; }

/*-----------------------------------
    Homepage Styles March 2022
------------------------------------*/
.ss-hr-container {
  overflow: hidden; }

.ss-bs {
  overflow: hidden; }

.ss-recommendations.ss-profile-recently-viewed {
  overflow: hidden; }

div#productrecs {
  overflow: hidden; }

.landing-451 .landing-wrap,
.landing-450 .landing-wrap {
  overflow: hidden; }

a.qv-seedetails {
  color: #31467E;
  border: 1px #31467E solid;
  height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  display: inline-block;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 20px; }
  a.qv-seedetails:hover {
    color: #fff;
    background-color: #31467E; }

.ss-results .ss-item-container .ss-item .ss-item-inner {
  text-align: left; }
  .ss-results .ss-item-container .ss-item .ss-item-inner .quick-view-wrap button {
    display: inline-block;
    color: #31467E;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 5px 0px;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 10px; }
  .ss-results .ss-item-container .ss-item .ss-item-inner .atc-cta-wrap a.button {
    color: #fff;
    border: 1px #124076 solid;
    background-color: #124076;
    min-width: 128px;
    text-transform: none;
    border-radius: 5px;
    margin-top: 15px;
    text-transform: uppercase; }
    .ss-results .ss-item-container .ss-item .ss-item-inner .atc-cta-wrap a.button:hover {
      color: #fff;
      background-color: #124076; }
  .ss-results .ss-item-container .ss-item .ss-item-inner .atc-cta-wrap {
    text-align: left; }
  .ss-results .ss-item-container .ss-item .ss-item-inner .oneday {
    background-color: #E2F0FF;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: auto; }
  .ss-results .ss-item-container .ss-item .ss-item-inner .oneday svg {
    display: none; }

.quickView {
  /*.priceleft, .bffriday .pdpbfprice {
        display: none !important;
        margin-left: 0px;
    }*/ }
  .quickView #mobilevideobtn {
    display: none; }
  .quickView div#pv-priceleft {
    padding-left: 0px; }

.ss-ac-item-details span.ss-item-regular.price-label.ng-binding.ng-scope.ss-item-on-sale {
  text-decoration: none; }

.ss-ac-item-details #ComparePrice {
  text-decoration: line-through; }

.ss-ac-item-details span#pdp-price {
  font-size: 18px; }

.wapsale {
  color: #9A001A;
  font-weight: bold; }

.ss-item-inner span.extrared.redtext {
  font-size: 18px; }

.dfd-showday {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/dfd-header-bg-min.jpg);
  background-size: cover;
  color: #fff;
  padding: 20px;
  text-align: center; }
  @media (min-width: 1024px) {
    .dfd-showday {
      padding: 50px 20px; } }
  .dfd-showday h1 {
    color: #fff;
    margin-bottom: 0px;
    font-family: relation-one;
    font-size: 55px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .dfd-showday h1 {
        font-size: 68px; } }
    .dfd-showday h1 span {
      font-size: 28px;
      position: relative;
      top: -7px;
      margin: 0px -10px 0px -4px; }
  .dfd-showday div#dfd-current {
    font-size: 20px;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .dfd-showday div#dfd-current {
        font-size: 30px; } }

div#dfd-btmbar {
  background: #002E0B;
  color: #fff;
  text-align: center;
  padding: 15px; }
  @media (min-width: 1024px) {
    div#dfd-btmbar {
      padding: 25px 15px 20px 15px; } }
  div#dfd-btmbar strong {
    font-size: 32px;
    font-weight: normal;
    font-family: relation-one;
    margin-right: 10px; }

div#dfdcountdown {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: center; }

.dfdtbox {
  background: #035416;
  border-radius: 3px;
  font-size: 20px;
  width: 50px;
  margin: 0px 5px; }

#todaysdeal,
#bonusdeals {
  border: 5px solid #990E35;
  padding: 20px;
  margin-top: 25px; }
  #todaysdeal h2,
  #bonusdeals h2 {
    font-family: 'relation-one';
    margin-top: 0px;
    font-size: 50px;
    font-weight: bold;
    color: #990E35;
    margin-bottom: 0px; }
  #todaysdeal strong,
  #bonusdeals strong {
    color: #2C5937;
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 26px;
    margin-top: -8px; }
    @media (min-width: 1024px) {
      #todaysdeal strong,
      #bonusdeals strong {
        font-size: 34px;
        line-height: 34px; } }
  #todaysdeal p,
  #bonusdeals p {
    color: #2C5937;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px; }

.gridsave.green {
  background: url(../img/greenflag.svg);
  background-size: cover;
  color: #fff;
  background-position: right;
  min-width: 75px;
  padding-left: 8px;
  position: relative;
  top: -2px;
  line-height: 22px; }

#todaysdeal #dfd-extra,
#todaysdeal .first-product .dod-bbtn,
#todaysdeal .first-product .card-body .pextradet {
  display: block; }

#todaysdeal div#dfd-fineprint {
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  margin-top: 15px; }

#todaysdeal .ddordered.first-product {
  margin-top: 35px !important; }
  #todaysdeal .ddordered.first-product .gridsave.green {
    background-size: cover;
    color: #fff;
    background-position: right;
    min-width: 80px;
    padding-left: 6px;
    position: relative;
    top: -4px;
    line-height: 23px; }
  #todaysdeal .ddordered.first-product .gridrrp {
    display: inline;
    position: relative;
    top: -4px;
    margin-left: 5px; }
  #todaysdeal .ddordered.first-product a.button.button--primary.bn-btn {
    display: block;
    width: auto;
    font-size: 24px;
    line-height: 33px;
    background-color: #31467E;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    display: inline-block;
    margin: 20px 0 0;
    clear: both;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      #todaysdeal .ddordered.first-product a.button.button--primary.bn-btn {
        margin-left: 0;
        width: calc(40% - 30px);
        display: inline-block;
        clear: none;
        padding-left: 0;
        padding-right: 0;
        height: 60px;
        line-height: 60px;
        vertical-align: top;
        padding-top: 0;
        padding-bottom: 0; } }

#todaysdeal #bonus-deals {
  display: none; }

#todaysdeal div#hp-whyshop {
  display: none; }

#todaysdeal .price.gridprice {
  color: #990E35; }

#todaysdeal li {
  list-style: none; }

#todaysdeal div#fsfr {
  display: none; }

#todaysdeal .dfdpricetext {
  color: #990E35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 11px;
  margin-top: 15px;
  margin-bottom: 5px; }

#todaysdeal .price.gridprice {
  display: inline-block; }

@media (min-width: 1024px) {
  #todaysdeal {
    margin-left: 15px;
    margin-right: 15px; } }

#todaysdeal .ddordered.first-product .card-title {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

.dfd-page .price.gridprice {
  display: inline-block; }

.dfd-page .card-title > a {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

.dfd-page #bonusdeals {
  border: 0px; }

.dfd-page .dfdpricetext {
  color: #990E35;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 11px;
  margin-top: 15px;
  margin-bottom: 5px; }

.dfd-page .price.gridprice {
  color: #990E35; }

.dfd-page .gridrrp {
  display: none; }

.dfd-page #dfd-extra {
  display: none; }

#categorypage .bfc-rail .sbs-card img {
  width: auto;
  height: auto;
  max-width: 120px; }

.sbsh-rail.hp-swipe.bfc-rail .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px; }

.ss-toolbar.ss-toolbar-bottom.ng-scope {
  display: block !important; }

span.price-grid.ng-binding {
  display: inline-block; }

.msrp-grid {
  text-decoration: line-through; }

span.price-grid {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  margin-top: 3px; }

.modal-background {
  z-index: 999998; }

div#modal {
  z-index: 999999; }

.quickView div#productrecs {
  display: none; }

div.avd-grid {
  color: #FE727F;
  font-weight: bold;
  margin-left: 5px;
  position: absolute;
  left: 0px;
  display: none;
  font-size: 14px;
  z-index: 11;
  top: 5px; }
  div.avd-grid svg {
    position: relative;
    top: 1px; }

.ss-item-inner .bymd {
  color: #B94D5E;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9; }

.landing-promo.landing-with-banner-625 {
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-header-banner-mobile-min.jpg);
  padding-top: 23%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px; }
  @media (min-width: 768px) {
    .landing-promo.landing-with-banner-625 {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/p3-header-banner-desktop-min.jpg");
      padding-top: 6%;
      margin-top: 20px; } }

.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: 1024px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1024px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1024px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1024px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1024px) {
    .listItem-figureBody {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1024px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1024px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1024px) {
  .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: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

@media (min-width: 1024px) {
  .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: 1024px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

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

h1.productView-title,
.productView-rating {
  margin-top: 0px; }

h1.productView-title,
.ss-recommendations.ss-profile-recently-viewed h2 {
  font-size: 21px;
  color: #000;
  font-family: "minerva-modern", sans-serif; }
  @media (min-width: 768px) {
    h1.productView-title,
    .ss-recommendations.ss-profile-recently-viewed h2 {
      font-size: 30px;
      line-height: 38px;
      font-weight: 400; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem;
  /*font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;;*/ }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      display: block;
      margin: 0px; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView-images {
  position: relative; }

.slick-dots li:only-child {
  display: none; }

.productView-thumbnails .productView-thumbnail:only-child {
  display: none; }

#pv-rel {
  position: relative; }

.productView-thumbnails {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 30px;
  left: 15px;
  max-width: 15%;
  text-align: center; }
  .productView-thumbnails li {
    margin-bottom: 30px; }
    .productView-thumbnails li a {
      padding-bottom: 5px;
      display: block;
      border-bottom: 5px #fff solid; }
      .productView-thumbnails li a.is-active {
        border-bottom: 5px #445C92 solid; }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 450px;
  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;
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

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

@media only screen and (min-width: 800px) {
  figure.productView-image {
    display: block; } }

div#mainpics > div > .productView-mainpic {
  display: none; }

#mainpics {
  min-height: 330px; }
  #mainpics .slick-dots li button {
    border: 0px;
    background: #ccc;
    width: 10px;
    height: 10px; }
  #mainpics .slick-dots li.slick-active button::before {
    background: #406BA7; }
  #mainpics .slick-dots li.slick-active button::before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    outline: 3px #fff solid;
    box-shadow: 0px 0px 0px 4px #406ba7;
    margin-top: 1px;
    position: relative;
    left: 0px; }
  #mainpics .slick-track {
    display: flex; }
  #mainpics .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center; }
    #mainpics .slick-track .slick-slide img {
      min-width: 300px; }
  @media (min-width: 768px) {
    #mainpics {
      margin-bottom: 45px; } }
  @media only screen and (min-width: 800px) {
    #mainpics {
      display: none; } }

body .breadcrumb {
  display: none; }
  @media (min-width: 768px) {
    body .breadcrumb {
      display: inline-block;
      font-weight: normal; } }

body .breadcrumbs {
  display: none; }
  @media (min-width: 768px) {
    body .breadcrumbs {
      display: block; } }

#goback {
  display: block;
  padding: 15px 0px; }
  @media (min-width: 768px) {
    #goback {
      display: none; } }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView--quickView .prod_video {
  display: none; }

.productView-images {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 55%;
      max-width: calc(100% - 520px); } }
  @media (min-width: 1155px) {
    .productView-images {
      width: calc(100% - 520px); } }

@media (min-width: 768px) {
  #matchingjacket {
    padding: 0px;
    width: 100%;
    float: right;
    border-radius: 4px; } }

@media (min-width: 1024px) {
  #matchingjacket {
    width: 100%;
    max-width: 520px; } }

@media (min-width: 768px) {
  .rcolwrap {
    border: 1px solid #D2D2D7;
    border-radius: 4px; } }

@media (min-width: 768px) {
  section.productView-details.product-data,
  .productView-details.product-options {
    padding: 0px;
    width: 100%;
    float: right; } }

@media (min-width: 1024px) {
  section.productView-details.product-data,
  .productView-details.product-options {
    width: 100%;
    max-width: 520px; } }

@media (min-width: 1155px) {
  section.productView-details.product-data,
  .productView-details.product-options {
    width: 100%; } }

#pdpage #wasale {
  border: 0px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .productView-title {
    margin-top: 0px;
    font-size: 24px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; } }

div#pvsimilar {
  width: 100%;
  display: block;
  clear: both;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px; }

.productView h2 {
  font-size: 30px; }

a.productView-reviewLink.productView-reviewLink--new {
  display: none; }

.topsku {
  display: inline;
  margin-left: 10px;
  font-weight: 350;
  font-size: 16px;
  line-height: 24px;
  color: #000; }

.form-field.form-field--increments {
  display: none; }

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

.productView-options span.price.price--withTax {
  display: block;
  margin-bottom: 5px; }

.productView-price {
  display: block; }

.price-section.price-section--withTax.rrp-price--withTax {
  color: #868686;
  text-decoration: line-through;
  font-size: 16px; }

span#bread-as-low-as {
  font-size: 30px !important;
  font-weight: 700; }

span.price.price--withTax {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  text-align: center; }

span.price.price--withTax:before {
  content: "Pay Now";
  font-size: 16px;
  display: block;
  font-weight: 300;
  text-align: center;
  margin-bottom: -3px;
  letter-spacing: 1px; }

div#priceor {
  position: relative;
  display: inline-block;
  border-right: 1px #ccc solid;
  top: 2px;
  margin-bottom: 0px;
  width: 10px;
  margin-left: 0px;
  text-align: center;
  height: 60px; }
  div#priceor span {
    background: #fff;
    display: block;
    position: absolute;
    margin: auto;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    width: 30px;
    text-align: center;
    margin-top: -11px; }

#breadtop {
  display: inline-block;
  padding-left: 18px;
  vertical-align: top;
  position: relative;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 12px 0px 20px 0px;
  border: 2px #ddd solid;
  margin-top: 20px;
  padding-bottom: 0px; }
  @media (min-width: 551px) {
    #breadtop {
      width: calc(50% + 15px);
      margin-top: 0px; } }
  @media (min-width: 768px) {
    #breadtop {
      display: inline-block;
      padding-left: 10px;
      vertical-align: top;
      max-width: 100%; } }
  #breadtop .pricemonth a {
    color: #31467E;
    text-decoration: underline;
    display: block; }
  #breadtop #specftext {
    font-size: 16px;
    margin-bottom: -1px;
    letter-spacing: 1px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

div#breadtooltip {
  position: absolute;
  right: -10px;
  top: 50%;
  font-size: 20px;
  margin-top: -20px;
  padding: 10px 10px;
  cursor: pointer;
  z-index: 99; }

div#btt-closex {
  cursor: pointer;
  text-align: right; }

div#breadtt-text {
  border: 1px #ccc solid;
  padding: 10px 20px 20px 20px;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  z-index: 999;
  font-size: 15px;
  margin-top: -33px;
  display: none;
  min-width: 320px;
  right: 0px; }

div#breadbtn {
  height: 80px;
  margin-bottom: -24px; }

div#priceright {
  display: inline-block;
  margin-left: 23px;
  position: relative;
  top: 7px;
  color: #000; }
  div#priceright .pricemonth {
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    text-align: center; }
  div#priceright a {
    text-decoration: underline; }
  @media (min-width: 768px) {
    div#priceright {
      display: none; } }

div#hoursleft {
  color: #000;
  font-weight: 900;
  display: block;
  font-size: 18px; }

span#salemins,
span#saleseconds,
span#salehours,
span#salesecs {
  color: #9A001A;
  font-weight: bold; }

div#hoursleft small {
  color: #9A001A;
  font-size: 12px;
  font-weight: bold; }

.productView-options form {
  margin-bottom: 0px;
  position: relative; }

.pv-sale {
  display: inline-block;
  color: #B70000;
  padding: 0px 5px;
  margin-left: 0px;
  position: relative;
  top: -5px;
  margin-right: 6px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px; }
  @media (min-width: 768px) {
    .pv-sale {
      margin: 0 auto;
      text-align: center;
      left: 0;
      right: 0;
      font-size: 16px; } }

div#centerme {
  display: block;
  text-align: center; }

.pdp-saletext {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #9A001A; }

span#pdp-msrp {
  font-size: 16px;
  position: relative;
  top: 2px;
  color: #666; }

span.msrp {
  color: #666;
  position: relative;
  top: -5px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px; }

.price-section.price-section--saving.price {
  display: inline; }

.productView-product {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .productView-product {
      margin-top: 0; } }

div#upsellwrapp {
  text-align: left;
  background-color: #F3F8FF;
  padding: 20px 20px 10px;
  display: block;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  color: #000; }
  div#upsellwrapp span.learnclick {
    font-size: 16px;
    text-decoration: underline;
    color: #31467E;
    cursor: pointer;
    display: inline-block; }

.dpop-wrap {
  display: none; }

#dpop-image img {
  max-width: 250px; }

.upsell-item {
  display: inline;
  padding-left: 32px;
  font-size: 18px;
  font-weight: 300; }

h4.upsell-heading {
  margin-top: 0px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000; }

img.learnclick {
  width: 14px;
  position: relative;
  top: -3px;
  margin-left: 5px; }

.upsell-wrapper {
  background-image: url(../img/circleempty.png);
  background-repeat: no-repeat;
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 25px;
  line-height: 25px;
  background-position: top left;
  background-size: 22px;
  cursor: pointer;
  display: none; }
  .upsell-wrapper.active {
    background-image: url(../img/circlefull.png); }

div#upsellwrapp span {
  text-decoration: underline;
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300; }

span.upsellprice {
  text-decoration: none !important;
  margin-left: 0px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #31467E; }

.dpop-wrap {
  position: fixed;
  background: #fff;
  width: 100%;
  max-width: 90%;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }
  @media (min-width: 768px) {
    .dpop-wrap {
      max-width: 500px;
      width: 500px;
      z-index: 9999; } }

.dpop-shadow.dpop-active,
.dpop-wrap.dpop-active {
  display: block; }

.dpop-shadow {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none; }

div#dpop-head {
  background: #F3F8FF;
  text-align: center;
  font-family: 'minerva-modern';
  font-size: 25px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

div#dpop-tag {
  background: #F3F8FF;
  padding-top: 0px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 5px; }

div#dpop-image {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px; }

.dpop-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer; }

div#dpop-righttext {
  padding: 20px;
  padding-top: 0px; }

div#dpcost {
  font-size: 20px; }

div#appraisalclose {
  position: absolute;
  font-size: 20px;
  color: #333;
  right: 10px;
  top: 10px;
  cursor: pointer; }

.productView-options {
  padding: 0px 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }
  @media (min-width: 768px) {
    .productView-options {
      padding: 27px 20px; } }
  .productView-options * {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  .productView-options small {
    display: none; }
  .productView-options label.form-label.form-label--alternate.form-label--inlineSmall {
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 400; }
  .productView-options .form-select--small {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 0px; }
  .productView-options .form-select--small {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    display: block;
    height: 50px; }
  .productView-options #pv-links {
    border-top: 1px solid #D2D2D7;
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap; }
    .productView-options #pv-links .button-link {
      background: #FFFFFF;
      border: 1px solid #D2D2D7;
      border-radius: 6px;
      font-size: 16px;
      color: #31467E;
      text-decoration: none;
      line-height: 38px;
      display: inline-block;
      width: calc((100% / 3) - 10px);
      text-align: center;
      margin: 0 5px; }
      .productView-options #pv-links .button-link:hover {
        background: #f7f7f7; }

div#exwarranty {
  position: relative; }
  div#exwarranty strong {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    font-weight: normal; }
    div#exwarranty strong a {
      color: #31467E;
      text-decoration: underline;
      padding-left: 5px;
      font-weight: normal;
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      right: 0px; }
  div#exwarranty span.learnclick {
    position: absolute;
    right: 0px;
    font-size: 16px;
    text-decoration: underline;
    color: #31467E;
    cursor: pointer; }
  div#exwarranty #dpop-righttext strong {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 8px; }

.dpop-wrap.extdpop.dpop-active {
  position: fixed;
  max-height: 80%;
  overflow: scroll;
  overflow: auto; }

body.noscroll {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden; }

div#exboxes {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 16px;
  cursor: pointer; }
  div#exboxes .exbox {
    width: calc(33% - 10px);
    margin-bottom: 10px;
    background: #FFF;
    border: 1px solid #D2D2D7;
    border-radius: 6px;
    text-align: center;
    padding: 12px 5px;
    font-size: 16px; }
    div#exboxes .exbox strong,
    div#exboxes .exbox span {
      font-size: 18px;
      line-height: 24px;
      font-weight: 350; }
    div#exboxes .exbox span {
      text-decoration: none; }
    div#exboxes .exbox:hover {
      background-color: #f7f7f7; }

div#exboxes .exbox.active {
  background: #31467E;
  color: #fff; }
  div#exboxes .exbox.active:hover {
    background: #31467E;
    color: #fff; }

section.productView-details.product-data {
  padding: 0px 10px; }

section.productView-details {
  padding-bottom: 0px; }

input#form-action-addToCarts {
  background: #31467e;
  height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 2px;
  font-weight: 700; }
  @media (min-width: 1024px) {
    input#form-action-addToCarts {
      width: 100%; } }

input#form-action-addToCart {
  background: #31467E;
  height: 50px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 2px;
  font-weight: 700; }
  @media (min-width: 1024px) {
    input#form-action-addToCart {
      width: 100%; } }

div#add-to-cart-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    div#add-to-cart-wrapper {
      position: fixed;
      bottom: 0;
      z-index: 99999999;
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
      padding: 15px 16px;
      width: 100% !important;
      left: 0;
      display: none;
      transition: all ease 0.7s;
      -webkit-transition: all ease 0.7s;
      -moz-transition: all ease 0.7s;
      -ms-transition: all ease 0.7s; } }
  @media screen and (max-width: 767px) {
    div#add-to-cart-wrapper.cart-btn-fixed {
      display: block;
      bottom: 0;
      transition: all ease 0.7s;
      -webkit-transition: all ease 0.7s;
      -moz-transition: all ease 0.7s;
      -ms-transition: all ease 0.7s; } }

a.swym-wishlist {
  color: #333;
  background: #fff;
  height: 50px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  margin-bottom: 15px; }

#ua-shipping {
  text-align: left;
  vertical-align: top;
  display: none; }

div#underatc {
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  div#underatc * {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  div#underatc strong {
    font-size: 18px;
    line-height: 24px;
    color: #2C5937;
    font-weight: 400; }
  div#underatc a {
    text-decoration: underline;
    color: #31467E;
    font-size: 18px;
    display: none; }

@media only screen and (max-width: 450px) {
  #underatc #ua-shipping {
    width: 100%; } }

div#underatc-geo {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  max-width: 121px; }
  @media only screen and (max-width: 450px) {
    div#underatc-geo {
      display: block;
      width: 100%; } }
  @media (min-width: 1024px) {
    div#underatc-geo {
      position: absolute;
      right: 0px;
      top: 0px; } }

.shipiconleft {
  display: inline-block;
  color: #2C5937;
  font-size: 16px;
  vertical-align: top;
  margin-top: 3px; }

#shiptext {
  display: block;
  font-size: 16px;
  font-weight: 350;
  line-height: 24px;
  color: #000; }

#shipday {
  font-weight: 400; }

.shipright {
  width: calc(100% - 55px);
  display: inline-block;
  margin-left: 5px;
  font-size: 13px; }

#relatedsku .rsinner {
  display: none; }

#relatedsku .rsinner:nth-child(1) {
  display: block;
  background: #FFFFFF;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px; }
  #relatedsku .rsinner:nth-child(1) img {
    width: 50px;
    float: left; }
    @media (min-width: 768px) {
      #relatedsku .rsinner:nth-child(1) img {
        width: 50px; } }
    @media (min-width: 1024px) {
      #relatedsku .rsinner:nth-child(1) img {
        width: 80px; } }
  #relatedsku .rsinner:nth-child(1) .rstext {
    text-align: left;
    float: left;
    margin-left: 15px;
    font-size: 18px;
    line-height: 26px; }
    @media (min-width: 768px) {
      #relatedsku .rsinner:nth-child(1) .rstext {
        font-size: 21px; } }
    #relatedsku .rsinner:nth-child(1) .rstext a {
      font-size: 16px;
      color: #31467E;
      text-decoration: underline; }
      @media (min-width: 768px) {
        #relatedsku .rsinner:nth-child(1) .rstext a {
          font-size: 18px; } }

.rstext span {
  font-size: 14px; }

.product-details-list li {
  font-weight: bold; }
  .product-details-list li .itemspec {
    font-weight: normal; }

.product-details-list li .itemspec {
  font-weight: normal; }

.pv-col {
  padding-top: 1px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  clear: both; }
  .pv-col > strong {
    font-family: 'minerva-modern';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px; }
  .pv-col .pv-overview {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .pv-col ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
  .pv-col .product-details-list {
    line-height: 30px;
    margin-bottom: 25px; }
  .pv-col .variant-handling {
    display: none; }
  .pv-col .prod-read-more span {
    width: 157px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-top: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer; }

.description-text {
  font-size: 18px; }

#salecd {
  color: #d00;
  display: none; }
  @media (min-width: 768px) {
    #salecd {
      display: block; } }

label {
  font-weight: bold; }

div#faqlist {
  margin-left: 10px;
  margin-right: 10px;
  max-width: 1320px; }

.faqitem {
  background: #F9F9F9;
  border: 1px solid #ECECEC;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 15px; }

.faqtext {
  margin: 15px;
  margin-top: 5px;
  display: none; }

.faqhead {
  padding: 12px;
  font-size: 16px;
  position: relative;
  cursor: pointer; }
  .faqhead svg {
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(0deg);
    margin-top: -7px;
    transition: all .2s ease; }
  .faqhead.active svg {
    transform: rotate(180deg); }
  .faqhead span {
    display: block;
    width: calc(100% - 20px); }

.form-field.selectoption {
  position: relative;
  margin-bottom: 20px; }
  .form-field.selectoption #pv-sizelinks {
    position: absolute;
    right: 0px;
    top: 0px; }
    .form-field.selectoption #pv-sizelinks a {
      color: #31467E;
      text-decoration: underline;
      padding-left: 10px;
      font-weight: 300;
      font-size: 16px; }

select#attribute_select_50 {
  font-size: 18px; }

div#relatedsku {
  max-width: 480px;
  margin: auto; }

.description-area li {
  font-size: 16px; }

@media (min-width: 768px) {
  .description-area li {
    width: 49%;
    font-size: 18px;
    display: inline-block; } }

@media (min-width: 768px) {
  div#pv-pddesc {
    width: 48%; } }

@media (min-width: 768px) {
  #pvtable {
    position: relative;
    min-height: 350px;
    margin-bottom: 30px; } }

div#boximg {
  display: none; }
  @media (min-width: 768px) {
    div#boximg {
      background-image: url(../img/descbox.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 100%;
      position: absolute;
      height: 350px;
      right: 0px;
      width: 50%;
      top: 0px;
      max-height: 500px;
      display: block; } }

#pv-pddesc .prod_video {
  display: none; }

.prod_video {
  text-align: center;
  position: relative; }
  .prod_video video {
    width: 100%; }

.vnail {
  width: 100%;
  padding-top: 100%;
  background: #E4EFFF;
  max-width: 100px;
  min-width: 80px;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  display: none; }
  @media (min-width: 768px) {
    .vnail {
      min-width: 0px !important;
      width: auto;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .vnail #videothumb {
    position: absolute;
    color: #2E6497;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    cursor: pointer; }
    .vnail #videothumb svg {
      font-size: 32px;
      margin-bottom: 3px; }
    .vnail #videothumb #vtext {
      font-size: 13px;
      font-weight: bold; }
    @media (min-width: 768px) {
      .vnail #videothumb {
        line-height: 20px; } }

section.productView-images .prod_video {
  display: none; }

.upsell-item.active,
.upsell-item.active span.upsellprice {
  font-weight: bold !important;
  color: #31467E; }

.upsell-item.active span.upsellprice {
  color: #31467E; }

.ct-description {
  display: none; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000 repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(https://pompeii3.com/content/images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(https://pompeii3.com/content/images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(https://pompeii3.com/content/images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #transparent;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(https://pompeii3.com/content/images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(https://pompeii3.com/content/images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(https://pompeii3.com/content/images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

#relatedsku {
  display: none; }

.previewCartCheckout-additionalCheckoutButtons {
  display: none; }

.previewsub {
  text-align: center;
  font-size: 18px; }

div#cantpurchase {
  color: #d00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px; }

.productView-rating .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
  display: inline-block;
  position: relative;
  top: -2px; }

p.ss-filter-message-content.noresultmsg.ng-scope {
  padding-top: 20px;
  padding-left: 25px; }

#pvsimilar {
  display: none; }

div#cboxContent {
  background: #fff; }

div#mobilevideo {
  background: #E4EFFF;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  cursor: pointer; }
  div#mobilevideo .mvideotext {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    div#mobilevideo .mvideotext svg {
      font-size: 60px; }

.prod_video object {
  max-width: 100% !important;
  margin: auto; }

div#pvsimilar {
  display: none; }

div#clarityenhanced {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 10px;
  float: left; }
  div#clarityenhanced strong {
    font-size: 20px;
    display: block;
    font-weight: 300;
    margin-bottom: -3px; }
  div#clarityenhanced svg {
    color: #31467E;
    margin-right: 5px;
    font-size: 21px; }

div#clarityenhanced a {
  text-decoration: underline; }

.selectoption .form-select--small {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2331467E' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 11px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
  font-size: 16px; }

#mobilevideobtn {
  width: 150px;
  height: 40px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
  border-radius: 42px;
  border: 1px #eee solid;
  text-align: center;
  background: #fff;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #31467E;
  font-size: 15px;
  line-height: 38px; }

.page-content input.button.button--primary.form-prefixPostfix-button--postfix {
  background: #445C92;
  font-weight: normal;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px; }

@media only screen and (max-width: 600px) {
  .prod_video object {
    height: 260px !important; } }

h4.ss-recs-title.ss-title.ng-binding {
  font-family: minerva-modern;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px; }

.ss-al {
  position: relative; }

div#productrecs {
  padding: 1px 15px; }

@media (min-width: 768px) {
  section#pv-titlebar:before, section#pv-titlebar:after {
    content: " ";
    display: table; }
  section#pv-titlebar:after {
    clear: both; } }

section#pv-titlebar .productView-title {
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  padding-left: 10px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  max-width: 740px; }
  @media (min-width: 768px) {
    section#pv-titlebar .productView-title {
      font-size: 28px;
      line-height: 34px; } }

a.button.dropdown-menu-button.wishlistbutton {
  position: absolute;
  right: 0px;
  bottom: 14px;
  right: 0px;
  height: 50px;
  width: 49px;
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-size: 23px;
  padding-top: 13px;
  color: #31467E;
  border-color: #31467E; }
  @media (min-width: 1024px) {
    a.button.dropdown-menu-button.wishlistbutton {
      width: 180px;
      bottom: 14px;
      line-height: 51px;
      padding-top: 0px;
      border-radius: 0px;
      letter-spacing: 2px;
      font-size: 30px;
      right: 0px; }
      a.button.dropdown-menu-button.wishlistbutton svg {
        display: none; } }

span#wishlisttext {
  display: none; }
  @media (min-width: 1024px) {
    span#wishlisttext {
      display: block;
      font-size: 16px;
      text-transform: uppercase; } }

a.button.dropdown-menu-button.wishlistbutton.is-open {
  border-bottom: 1px #fff solid;
  z-index: 2; }
  @media (min-width: 1024px) {
    a.button.dropdown-menu-button.wishlistbutton.is-open {
      background-color: #F3F8FF; } }

div ul#wishlist-dropdown.is-open {
  width: calc(100% - 0px) !important;
  margin-right: 10px;
  bottom: -76px !important;
  top: auto !important;
  border-top: 1px #31467E solid;
  z-index: 1;
  right: -10px; }
  @media (min-width: 1024px) {
    div ul#wishlist-dropdown.is-open {
      width: calc(100% - 20px) !important;
      margin-right: 10px;
      bottom: -87px !important;
      top: auto !important;
      border-top: 1px #31467E solid;
      z-index: 1;
      right: 0px !important;
      left: auto !important;
      width: 180px !important;
      padding: 0px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-right: 0px;
      z-index: 3;
      text-align: left; } }
  div ul#wishlist-dropdown.is-open .dd-arr {
    display: none; }
    @media (min-width: 1024px) {
      div ul#wishlist-dropdown.is-open .dd-arr {
        display: inline-block;
        background: #fff;
        border: 1px solid #31467E;
        box-sizing: border-box;
        transform: rotate(45deg);
        height: 13px;
        width: 13px;
        position: absolute;
        top: -7px;
        left: 50%;
        margin-left: -3px;
        border-bottom: 0px;
        border-right: 0px; } }

.prod_video iframe {
  max-width: 100%; }

.productView--quickView #priceor,
.productView--quickView #breadtop {
  display: none; }

span.priceright {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.pdpbfprice {
  color: #444444 !important;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block !important; }

/*.productView-price , div#priceor > span{
    background: #f3f8ff;
}

.productView-product .productView-price {
    padding: 10px 0;
}

@media only screen and (max-width: 960px){
    div#breadtooltip {
        right: -12px;
        top: 14%;
    }
    }
    @media only screen and (max-width: 767px){

    div#breadtooltip {
        right: -12px;
        top: 50%;
    }
    }
    @media only screen and (max-width: 549px){
    div#breadtooltip {
        right: 0px;
        top: 50%;
    }
}*/
#fres {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 16px;
  background-color: #f3f8ff;
  display: inline-block;
  padding: 0px 5px; }
  #fres svg {
    font-size: 16px;
    vertical-align: middle; }
  #fres strong {
    font-weight: 400 !important;
    padding-left: 4px;
    vertical-align: middle; }

#wasale {
  width: 100%;
  padding: 15px 15px 15px 5px;
  text-align: center;
  padding-bottom: 0px;
  float: right;
  padding-top: 0px;
  color: #fff;
  background: #FFE9B7;
  background-position: center;
  display: none; }
  #wasale svg {
    font-size: 23px; }
  #wasale strong {
    font-size: 22px;
    display: block;
    color: #212957;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0px; }
    @media (min-width: 768px) {
      #wasale strong {
        font-size: 22px; } }
  #wasale span#watext {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 13px;
    display: block;
    margin-top: 3px; }
  #wasale div#hoursleft {
    margin-top: 3px;
    font-size: 24px;
    color: #fff;
    margin-top: 3px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 8px; }
    #wasale div#hoursleft small {
      font-weight: normal;
      position: relative;
      top: -2px;
      margin-left: 2px; }
    #wasale div#hoursleft span,
    #wasale div#hoursleft small {
      color: #fff; }
  #wasale small {
    font-weight: 400; }

div#pdp-saleends {
  margin-top: 0px; }

span#watext {
  color: #175511;
  font-size: 15px;
  font-weight: 700; }
  span#watext span {
    color: #175511; }

.quickView div#pv-priceleft {
  text-align: left;
  width: 100%;
  padding-top: 20px; }

.modal-body.quickView #fres {
  margin-left: 0px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .modal-body.quickView .productView-product {
    margin-bottom: 0px; } }

.modal-body.quickView div#add-to-cart-wrapper {
  margin-bottom: 15px; }

@media only screen and (min-width: 1024px) {
  #wasale {
    width: 100%; } }

.extend {
  display: none; }

div#ua-shipping .shipiconleft,
div#ua-shipping strong {
  display: none; }

div#fres-byxmas {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 0 4px;
  color: #2C5937;
  background: #E2F0E6;
  vertical-align: text-bottom;
  padding: 3px 10px;
  position: relative;
  top: 5px; }

#fres {
  margin-right: 5px; }

div#extrahours {
  text-align: center;
  margin-top: 10px; }

.hspricetext {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #9a001a;
  font-style: italic;
  font-weight: 700; }

#byxmas {
  display: none; }

div#ab-byxmas {
  font-weight: 700;
  line-height: 18px;
  color: #2c5937;
  background: #e2f0e6;
  vertical-align: text-bottom;
  padding: 7px 10px;
  position: relative;
  top: 0px;
  font-size: 14px;
  display: flex;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: none; }
  div#ab-byxmas .somesizesx {
    display: none; }
  div#ab-byxmas div#ab-text {
    line-height: 18px;
    padding: 2px 0px; }
  div#ab-byxmas small {
    font-size: 14px;
    color: #9A001A; }
  div#ab-byxmas svg {
    font-size: 26px;
    padding: 5px 0px;
    margin-right: 10px; }
  div#ab-byxmas strong {
    display: block;
    font-size: 18px; }

div#abx {
  color: #2C5937;
  font-weight: bold;
  background: #e2f0e6;
  display: none;
  padding: 2px 5px;
  margin-bottom: 2px;
  font-size: 16px; }
  div#abx small {
    font-size: 14px;
    display: inline;
    color: #9A001A;
    margin-left: 1px; }

strong.somesizesx {
  position: relative;
  top: 6px; }

#productrecs h2 {
  display: block; }

.quickView li.productView-thumbnail.vnail {
  display: none !important; }

/*span#pdp-price, span.pdp-price.price-grid {
    color: #990E35 !important;

    &:before {
        content: "Sale ";
    }
}
span.ss-item-regular.ng-binding.ss-item-on-sale {
    text-decoration: line-through;
    color: #606060;
}
span.cart-item-value.cart-oprice {
    color: #990E35;
    margin-left: 3px;
}*/
.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 20px; }

body.popfreeze {
  position: fixed;
  height: 100%;
  width: 100%; }

body.popfreeze #attentive_overlay,
body.popfreeze .zopim,
body.popfreeze .admin-bar,
body.popfreeze #preview-bar-iframe,
body.popfreeze .needsclick {
  display: none !important; }

.productView-images .swiper-slide.swipemain {
  display: flex;
  align-items: center;
  height: auto; }

.productView-images .swiper-button-next:after,
.productView-images .swiper-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px !important;
  display: none; }

.productView-images .imgbank .swiper-button-next,
.productView-images .imgbank .swiper-button-prev,
.productView-images .popup-wrap .swiper-button-next,
.productView-images .popup-wrap .swiper-button-prev {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1000px;
  height: 32px;
  width: 32px;
  padding: 0px;
  color: #000 !important;
  font-size: 17px; }

.productView-images .swiper-zoom-target {
  padding-top: 100%;
  width: 100%;
  background-size: contain; }

.productView-images .swiper-wrapper {
  padding-bottom: 5px; }

.productView-images .swiper-scrollbar.swiper-scrollbar-horizontal {
  display: none; }

.productView-images .popup-wrap,
.productView-images .popup-wrap-video {
  position: fixed;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  width: 100%;
  height: 100%; }

.productView-images .popupforswiper,
.productView-images #popup-video {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  z-index: 999; }

.productView-images .popupbg {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%; }

.productView-images .gallery-thumbs-sp {
  position: absolute;
  bottom: 0px;
  left: 20px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  overflow: visible; }

.productView-images .gallery-thumbs-sp .swiper-wrapper {
  margin: 0px;
  padding: 0px; }

.productView-images .gallery-thumbs-sp {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.productView-images .spcenter {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  max-width: calc(100% - 20px);
  width: 100%;
  overflow: hidden; }

.productView-images .btn-close,
.productView-images .btn-close-video {
  border: 1px #ccc solid;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px 10px;
  box-shadow: 0 0.2rem 0.5rem 0 rgba(213, 217, 217, 0.5); }

.productView-images .dtext {
  display: none; }

.productView-images .swiper-thumbs img {
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: auto;
  max-height: 100%; }

.productView-images .gallery-thumbs .swiper-slide,
.productView-images .gallery-thumbs-c .swiper-slide {
  padding: 1px;
  outline: 1px #eee solid;
  height: auto;
  display: flex;
  align-items: center; }

.productView-images .swiper-slide-thumb-active {
  border: 1px solid #000;
  padding: 1px; }

.swiper-slide-thumb-active {
  outline: 1px #000 solid !important;
  padding: 1px; }

.swiper-slide.swipermain {
  cursor: zoom-in; }

.swiperpop .swiper-wrapper {
  padding-bottom: 15px; }

div#doubletap {
  padding-bottom: 12px; }

.swipermain img,
.swiper-zoom-target {
  cursor: zoom-in; }

.swiper-slide-zoomed .swiper-zoom-target {
  cursor: zoom-out; }

#swipenext,
#swipeprev {
  box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.6); }

.swiper-button-next,
.swiper-button-prev {
  font-size: 17px; }

.pthumbarr.popthumbarrws {
  display: none; }

strong.link-imit:hover {
  text-decoration: underline; }

span.swiper-button-disabled {
  opacity: 0.5; }

#swipenext,
#swipeprev {
  box-shadow: none; }

.swiper-pagination.swiper-pagination-bullets {
  bottom: 0px; }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px; }
  .swiper-pagination.swiper-pagination-bullets .spcenter .swiper-zoom-target {
    background-position: center;
    background-repeat: no-repeat; }
  .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp {
    padding-top: 2px; }
  .swiper-pagination.swiper-pagination-bullets .swiper-container.gallery-thumbs,
  .swiper-pagination.swiper-pagination-bullets .swiper-container.gallery-thumbs-c {
    overflow: visible;
    display: block; }
  .swiper-pagination.swiper-pagination-bullets .imgbank .swiper-pagination-bullet {
    background: #dddddd;
    opacity: 1; }
  .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullets {
    display: none; }
  .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp .swiper-slide {
    outline: 1px #ddd solid !important;
    padding: 1px;
    height: auto;
    display: flex;
    align-items: center; }
  .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp .swiper-slide-thumb-active {
    outline: 1px #445c92 solid !important;
    padding: 1px; }

.spcenter .swiper-zoom-target {
  background-position: center;
  background-repeat: no-repeat; }

.gallery-thumbs-sp {
  padding-top: 2px; }

.swiper-container.gallery-thumbs,
.swiper-container.gallery-thumbs-c {
  overflow: visible;
  display: block; }

.imgbank .swiper-pagination-bullet {
  background: #dddddd;
  opacity: 1; }

.swiper-pagination-bullets {
  display: none; }

.gallery-thumbs-sp .swiper-slide {
  padding: 1px;
  height: auto;
  display: flex;
  align-items: center;
  border: 1px solid transparent; }

.gallery-thumbs-sp .swiper-slide-thumb-active {
  border: 1px solid #000;
  padding: 1px; }

body .imgbank .swiper-pagination-bullet-active {
  background: #445c92; }

.gallerytwrap {
  margin-top: 25px; }

.imgbank {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 5px; }

div#videothumb {
  font-size: 32px;
  text-align: center;
  padding: 0px 0px;
  color: #005C90;
  cursor: pointer; }

.swipermain {
  margin: auto; }

.swiper-button-disabled {
  display: none !important; }

@media only screen and (max-width: 1023px) {
  .vnail {
    min-width: 70px; }
    .vnail #videothumb {
      line-height: 15px; }
      .vnail #videothumb svg {
        width: 20px;
        height: 20px; }
  .swipermain img {
    max-height: 350px; }
  .productView-images {
    overflow: visible; }
    .productView-images div#doubletap {
      padding-bottom: 12px;
      position: absolute;
      bottom: 65px;
      text-align: center;
      width: 100%;
      font-size: 14px;
      color: #333; }
    .productView-images .desktext {
      display: none; }
  .productView-images .gallery-thumbs .swiper-slide,
  .productView-images .gallery-thumbs-c .swiper-slide {
    padding-top: 13%;
    height: 0px; } }

@media only screen and (min-width: 1024px) {
  .productView-images .imgbank,
  #combo-lcol-wrap .imgbank {
    padding: 0px 20px 0px 105px;
    margin: auto; }
  .productView-images .mobiletext,
  #combo-lcol-wrap .mobiletext {
    display: none; }
  .productView-images .pswipewrapper,
  #combo-lcol-wrap .pswipewrapper {
    width: 100%;
    display: inline-block;
    margin: auto;
    overflow: hidden;
    padding-top: 12px;
    max-width: 502px;
    padding-left: 2px;
    padding-right: 2px; }
  .productView-images .mtext,
  #combo-lcol-wrap .mtext {
    display: none; }
  .productView-images .dtext,
  #combo-lcol-wrap .dtext {
    display: block; }
  .productView-images .spcenter,
  #combo-lcol-wrap .spcenter {
    position: relative;
    top: 0px;
    right: auto;
    transform: none;
    max-width: 710px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: auto; }
  .productView-images .popupforswiper,
  .productView-images #popup-video,
  #combo-lcol-wrap .popupforswiper,
  #combo-lcol-wrap #popup-video {
    position: fixed;
    background: #fff;
    height: auto;
    width: 80%;
    margin: auto;
    padding: 45px;
    left: 50%;
    margin-top: 40px;
    text-align: center;
    transform: translateX(-50%);
    max-width: calc(100vh - 190px); }
  .productView-images .btn-close,
  #combo-lcol-wrap .btn-close {
    position: absolute;
    right: 0px;
    top: -30px;
    right: -30px;
    background: #fff;
    border: 2px #000 solid;
    border-radius: 61px;
    width: 40px;
    text-align: center;
    padding: 0px;
    height: 40px;
    line-height: 36px;
    cursor: pointer; }
  .productView-images .btn-close-video,
  #combo-lcol-wrap .btn-close-video {
    position: absolute;
    right: 0px;
    top: -30px;
    right: -30px;
    background: #274a61;
    border: 2px #fff solid;
    border-radius: 61px;
    width: 40px;
    text-align: center;
    padding: 0px;
    height: 40px;
    line-height: 36px;
    cursor: pointer;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    color: #fff; }
  .productView-images .gallery-thumbs-sp,
  #combo-lcol-wrap .gallery-thumbs-sp {
    position: relative;
    bottom: 10px;
    left: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    max-width: 500px;
    margin: auto;
    text-align: center; }
  .productView-images .gallery-thumbs,
  .productView-images .gallery-thumbs-c,
  #combo-lcol-wrap .gallery-thumbs,
  #combo-lcol-wrap .gallery-thumbs-c {
    display: block; }
  .productView-images .popup-wrap,
  .productView-images .popup-wrap-video,
  #combo-lcol-wrap .popup-wrap,
  #combo-lcol-wrap .popup-wrap-video {
    background: rgba(0, 0, 0, 0.4); }
  .productView-images .gallerytwrap,
  #combo-lcol-wrap .gallerytwrap {
    padding-right: 20px;
    overflow: hidden;
    padding-top: 2px;
    position: absolute;
    top: 50px;
    left: 0px;
    height: 600px;
    margin-top: 0px; }
  .productView-images .gallery-thumbs .swiper-slide,
  .productView-images .gallery-thumbs-c .swiper-slide,
  #combo-lcol-wrap .gallery-thumbs .swiper-slide,
  #combo-lcol-wrap .gallery-thumbs-c .swiper-slide {
    height: 80px !important; }
  .productView-images .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
  #combo-lcol-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none; }
  .productView-images .gallery-thumbs.swiper-thumbs,
  .productView-images .gallery-thumbs-c.swiper-thumbs,
  #combo-lcol-wrap .gallery-thumbs.swiper-thumbs,
  #combo-lcol-wrap .gallery-thumbs-c.swiper-thumbs {
    display: block; } }

.productView-images .imgbank div#gthumbup,
.productView-images .imgbank div#gthumbdown {
  position: relative;
  top: -3px;
  padding: 0px;
  width: 65px !important;
  border-radius: 0px;
  left: -2px;
  margin-top: 1px;
  margin-bottom: 5px;
  display: none;
  text-align: center;
  line-height: 48px; }
  @media only screen and (max-width: 1023px) {
    .productView-images .imgbank div#gthumbup,
    .productView-images .imgbank div#gthumbdown {
      display: block; } }

.productView-images .imgbank div#gthumbdown {
  position: absolute;
  top: auto;
  left: 7px; }

.productView-images .imgbank div#gthumbup {
  left: 7px; }

div#swipershift {
  padding-left: 2px; }
  @media only screen and (min-width: 1024px) {
    div#swipershift {
      overflow: hidden;
      padding: 2px;
      width: 80px;
      position: relative;
      left: -1px; } }

.productView-images .swiper-button-next svg,
.productView-images .swiper-button-prev svg {
  font-size: 15px;
  height: 20px;
  width: 20px; }

.swiper-container.gallery-thumbs-sp.swiper-thumbs {
  padding-left: 2px; }

.pswipewrapper .swiper-slide {
  padding-top: 60px; }

.swiper-zoom-target {
  pointer-events: all;
  -webkit-user-drag: unset; }

.quickView .vnail {
  display: none !important; }

.quickView .popup-wrap {
  display: none !important; }

#bread-finance-div {
  display: none !important; }

div#matchingjacket {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.19);
  margin-top: 20px;
  padding: 0px 5px; }
  @media only screen and (min-width: 1024px) {
    div#matchingjacket {
      padding: 0px; } }
  div#matchingjacket h3 {
    background: #F3F8FF;
    margin: 0px;
    padding: 12px 15px;
    font-weight: bold;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  div#matchingjacket div#mjproducts {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      div#matchingjacket div#mjproducts {
        flex-wrap: wrap; } }
  div#matchingjacket .mjbox {
    padding: 10px;
    width: calc(50% - 1px);
    cursor: pointer; }
    @media only screen and (min-width: 1024px) {
      div#matchingjacket .mjbox {
        padding: 20px; } }
  div#matchingjacket div#mjdivide {
    height: 300px;
    background: #F3F8FF;
    width: 1px;
    text-align: center; }
    div#matchingjacket div#mjdivide .plus {
      background: #F3F8FF;
      width: 30px;
      height: 30px;
      position: relative;
      font-size: 17px;
      line-height: 30px;
      border-radius: 200px;
      top: 150px;
      left: -15px; }
  div#matchingjacket .mj-msrp {
    color: #999;
    text-decoration: line-through; }
  div#matchingjacket .mj-price {
    font-weight: 900;
    font-size: 18px;
    display: inline-block; }
  div#matchingjacket .mj-perc {
    display: inline-block;
    color: #264F32;
    background: #E2F0E6;
    font-weight: bold;
    padding: 1px 3px;
    margin-left: 3px;
    position: relative;
    top: -1px; }
  div#matchingjacket div#mj-total {
    width: 100%; }
  div#matchingjacket div#mj-total {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 20px; }
    @media only screen and (min-width: 1024px) {
      div#matchingjacket div#mj-total {
        width: 270px;
        margin-top: 60px; } }
  div#matchingjacket div#mj-atc {
    width: 140px;
    margin: auto;
    background: #31467E;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer; }
  div#matchingjacket div#mj-total-price {
    color: #950000;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px; }

div#alert-modal {
  z-index: 999999; }

.loadingOverlay.pdp-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999; }

p.affirm-as-low-as {
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    p.affirm-as-low-as {
      text-align: left; } }

@media only screen and (max-width: 1024px) {
  div#gthumbdown,
  #gthumbup {
    display: none !important; } }

div.avd-top {
  color: #FE727F;
  font-weight: bold;
  margin-left: 5px;
  position: relative; }
  div.avd-top svg {
    position: relative;
    top: 1px; }

#underatc .avd-top {
  margin-left: 0px; }

div#pv-purchaseincludes {
  background: #F0F6F2;
  padding: 20px; }
  div#pv-purchaseincludes strong {
    display: block;
    color: #31467F;
    font-size: 20px;
    margin-bottom: 5px; }
  div#pv-purchaseincludes div#pv-pilist {
    line-height: 24px; }
    div#pv-purchaseincludes div#pv-pilist svg {
      color: #608368;
      margin-right: 5px; }
    div#pv-purchaseincludes div#pv-pilist svg.svg-inline--fa.fa-circle-info {
      color: #000;
      font-size: 13px;
      margin-left: 3px;
      cursor: pointer; }

.dpop-wrap.blockpop {
  border-radius: 5px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .dpop-wrap.blockpop {
      width: 600px;
      max-width: 90%; } }
  .dpop-wrap.blockpop div#dpopblock-eximg {
    padding: 20px; }
    .dpop-wrap.blockpop div#dpopblock-eximg strong {
      color: #31467E;
      padding-bottom: 20px;
      display: block;
      font-size: 18px; }
  .dpop-wrap.blockpop div#blockclose.dpop-close {
    color: #fff;
    font-size: 25px;
    top: 15px; }
  .dpop-wrap.blockpop div#dpop-head {
    background: #31467E;
    text-align: left;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    color: #fff;
    padding-bottom: 15px; }
  .dpop-wrap.blockpop div#dpopblock-text {
    padding: 20px; }
    .dpop-wrap.blockpop div#dpopblock-text p {
      margin-bottom: 15px; }
  .dpop-wrap.blockpop .blocktext-left-top {
    width: 50%;
    float: left;
    line-height: 18px;
    padding-right: 20px; }
  .dpop-wrap.blockpop .blocktext-left.blocktextbox img {
    float: right;
    width: 50%; }
  .dpop-wrap.blockpop .blocktext-right-btm {
    width: 50%;
    float: right;
    line-height: 18px;
    padding-left: 20px; }
  .dpop-wrap.blockpop .blocktext-right.blocktextbox img {
    float: left;
    width: 50%; }
  .dpop-wrap.blockpop .blockclear {
    height: 40px;
    width: 100%;
    clear: both; }
  .dpop-wrap.blockpop div#dpopblock-text strong {
    color: #31467E;
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
    line-height: 22px; }

div#add-to-cart-wrappernew {
  width: 83%;
  margin-top: 15px; }
  @media only screen and (min-width: 767px) {
    div#add-to-cart-wrappernew {
      display: none; } }

/** product component css start **/
@media screen and (max-width: 767px) {
  .template-product .productView-title {
    margin-top: 10px; }
  .template-product #goback {
    display: none; }
  .template-product .productView-images {
    padding-bottom: 10px; }
    .template-product .productView-images .swipermain img {
      max-height: 200px; }
    .template-product .productView-images .gallerytwrap {
      display: none; }
  .template-product .tangiblee-cta {
    margin: 10px auto; }
  .template-product .productView-product {
    margin-top: 10px; } }

/** product component css end **/
#new-pdpage {
  padding: 50px; }
  #new-pdpage ol.breadcrumbs {
    padding: 0px 0px 24px 0px; }
  #new-pdpage ol.breadcrumbs a span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #5F5F5F; }
  #new-pdpage li.breadcrumb.is-active span {
    color: #000;
    font-weight: 700; }
  #new-pdpage .productView {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto; }
    #new-pdpage .productView:before, #new-pdpage .productView:after {
      content: " ";
      display: table; }
    #new-pdpage .productView:after {
      clear: both; }
    @media (min-width: 768px) {
      #new-pdpage .productView {
        display: flex;
        margin: 0px; } }
    .modal #new-pdpage .productView {
      padding-bottom: 0;
      padding-top: 0; }
  #new-pdpage .productView-images {
    position: relative; }
  #new-pdpage .slick-dots li:only-child {
    display: none; }
  #new-pdpage .productView-thumbnails .productView-thumbnail:only-child {
    display: none; }
  #new-pdpage #pv-rel {
    position: relative; }
  #new-pdpage .productView-thumbnails {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 30px;
    left: 15px;
    max-width: 15%;
    text-align: center; }
    #new-pdpage .productView-thumbnails li {
      margin-bottom: 30px; }
      #new-pdpage .productView-thumbnails li a {
        padding-bottom: 5px;
        display: block;
        border-bottom: 5px #fff solid; }
        #new-pdpage .productView-thumbnails li a.is-active {
          border-bottom: 5px #445C92 solid; }
  #new-pdpage .productView-img-container {
    position: relative;
    margin: auto;
    max-width: 450px;
    width: 100%; }
    #new-pdpage .productView-img-container img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      max-height: 100%;
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
    #new-pdpage .productView-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 131.8%; }
  #new-pdpage .productView-image .easyzoom-flyout {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #new-pdpage .productView-image .easyzoom-flyout img {
      max-width: none;
      width: auto; }
  @media only screen and (min-width: 800px) {
    #new-pdpage figure.productView-image {
      display: block; } }
  #new-pdpage div#mainpics > div > .productView-mainpic {
    display: none; }
  #new-pdpage #mainpics {
    min-height: 330px; }
    #new-pdpage #mainpics .slick-dots li button {
      border: 0px;
      background: #ccc;
      width: 10px;
      height: 10px; }
    #new-pdpage #mainpics .slick-dots li.slick-active button::before {
      background: #406BA7; }
    #new-pdpage #mainpics .slick-dots li.slick-active button::before {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      outline: 3px #fff solid;
      box-shadow: 0px 0px 0px 4px #406ba7;
      margin-top: 1px;
      position: relative;
      left: 0px; }
    #new-pdpage #mainpics .slick-track {
      display: flex; }
    #new-pdpage #mainpics .slick-track .slick-slide {
      display: flex;
      height: auto;
      align-items: center;
      justify-content: center; }
      #new-pdpage #mainpics .slick-track .slick-slide img {
        min-width: 300px; }
    @media (min-width: 768px) {
      #new-pdpage #mainpics {
        margin-bottom: 45px; } }
    @media only screen and (min-width: 800px) {
      #new-pdpage #mainpics {
        display: none; } }
  #new-pdpage body .breadcrumb {
    display: flex !important; }
    @media (min-width: 768px) {
      #new-pdpage body .breadcrumb {
        display: inline-block;
        font-weight: normal; } }
  #new-pdpage body .breadcrumbs {
    display: flex !important; }
    @media (min-width: 768px) {
      #new-pdpage body .breadcrumbs {
        display: block; } }
  #new-pdpage #goback {
    display: block;
    padding: 15px 0px; }
    @media (min-width: 768px) {
      #new-pdpage #goback {
        display: none; } }
  #new-pdpage .productView--quickView .socialLinks-item--print {
    display: none; }
  #new-pdpage .productView--quickView .prod_video {
    display: none; }
  #new-pdpage .productView-images {
    margin: 0px;
    padding-right: 20.37px;
    padding-bottom: 15px;
    float: left;
    width: 100%; }
    @media (min-width: 1024px) {
      #new-pdpage .productView-images {
        width: 55%;
        max-width: calc(100% - 520px); } }
    @media (min-width: 1155px) {
      #new-pdpage .productView-images {
        width: calc(100% - 520px); } }
  #new-pdpage .new-productView-images {
    margin: 0px;
    padding-right: 20.37px;
    padding-bottom: 15px;
    width: 100%; }
    @media (min-width: 1024px) {
      #new-pdpage .new-productView-images {
        width: 55%;
        max-width: calc(100% - 520px); } }
    @media (min-width: 1155px) {
      #new-pdpage .new-productView-images {
        width: calc(100% - 520px); } }
  @media (min-width: 768px) {
    #new-pdpage #matchingjacket {
      padding: 0px;
      width: 100%;
      float: right;
      border-radius: 4px; } }
  @media (min-width: 1024px) {
    #new-pdpage #matchingjacket {
      width: 100%;
      max-width: 520px; } }
  @media (min-width: 768px) {
    #new-pdpage .rcolwrap {
      border: 1px solid #D2D2D7;
      border-radius: 4px; } }
  @media (min-width: 768px) {
    #new-pdpage .new-rcolwrap {
      border-radius: 10px;
      background-color: #F3F8FE;
      padding: 12px; } }
  @media (min-width: 768px) {
    #new-pdpage section.productView-details.product-data,
    #new-pdpage .productView-details.product-options {
      padding: 0px;
      width: 100%;
      float: right; } }
  @media (min-width: 1024px) {
    #new-pdpage section.productView-details.product-data,
    #new-pdpage .productView-details.product-options {
      width: 100%;
      max-width: 520px; } }
  @media (min-width: 1155px) {
    #new-pdpage section.productView-details.product-data,
    #new-pdpage .productView-details.product-options {
      width: 100%; } }
  #new-pdpage #pdpage {
    margin-top: 30px; }
  #new-pdpage #pdpage #wasale {
    border: 0px; }
  #new-pdpage div#pvsimilar {
    width: 100%;
    display: block;
    clear: both;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px; }
  #new-pdpage .productView h2 {
    font-size: 30px; }
  #new-pdpage a.productView-reviewLink.productView-reviewLink--new {
    display: none; }
  #new-pdpage .topsku {
    display: inline;
    margin-left: 10px;
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #000; }
  #new-pdpage .form-field.form-field--increments {
    display: none; }
  #new-pdpage .productView-rating {
    margin-bottom: 10px; }
  #new-pdpage .productView-options span.price.price--withTax {
    display: block;
    margin-bottom: 5px; }
  #new-pdpage .productView-price {
    display: block; }
  #new-pdpage .price-section.price-section--withTax.rrp-price--withTax {
    color: #868686;
    text-decoration: line-through;
    font-size: 16px; }
  #new-pdpage span#bread-as-low-as {
    font-size: 30px !important;
    font-weight: 700; }
  #new-pdpage span.price.price--withTax {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    text-align: center; }
  #new-pdpage span.price.price--withTax:before {
    content: "Pay Now";
    font-size: 16px;
    display: block;
    font-weight: 300;
    text-align: center;
    margin-bottom: -3px;
    letter-spacing: 1px; }
  #new-pdpage div#priceor {
    position: relative;
    display: inline-block;
    border-right: 1px #ccc solid;
    top: 2px;
    margin-bottom: 0px;
    width: 10px;
    margin-left: 0px;
    text-align: center;
    height: 60px; }
    #new-pdpage div#priceor span {
      background: #fff;
      display: block;
      position: absolute;
      margin: auto;
      left: 50%;
      margin-left: -11px;
      top: 50%;
      width: 30px;
      text-align: center;
      margin-top: -11px; }
  #new-pdpage #breadtop {
    display: inline-block;
    padding-left: 18px;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 12px 0px 20px 0px;
    border: 2px #ddd solid;
    margin-top: 20px;
    padding-bottom: 0px; }
    @media (min-width: 551px) {
      #new-pdpage #breadtop {
        width: calc(50% + 15px);
        margin-top: 0px; } }
    @media (min-width: 768px) {
      #new-pdpage #breadtop {
        display: inline-block;
        padding-left: 10px;
        vertical-align: top;
        max-width: 100%; } }
    #new-pdpage #breadtop .pricemonth a {
      color: #31467E;
      text-decoration: underline;
      display: block; }
    #new-pdpage #breadtop #specftext {
      font-size: 16px;
      margin-bottom: -1px;
      letter-spacing: 1px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  #new-pdpage div#breadtooltip {
    position: absolute;
    right: -10px;
    top: 50%;
    font-size: 20px;
    margin-top: -20px;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 99; }
  #new-pdpage div#btt-closex {
    cursor: pointer;
    text-align: right; }
  #new-pdpage div#breadtt-text {
    border: 1px #ccc solid;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    z-index: 999;
    font-size: 15px;
    margin-top: -33px;
    display: none;
    min-width: 320px;
    right: 0px; }
  #new-pdpage div#breadbtn {
    height: 80px;
    margin-bottom: -24px; }
  #new-pdpage div#priceright {
    display: inline-block;
    margin-left: 23px;
    position: relative;
    top: 7px;
    color: #000; }
    #new-pdpage div#priceright .pricemonth {
      font-size: 19px;
      font-weight: bold;
      line-height: 20px;
      text-align: center; }
    #new-pdpage div#priceright a {
      text-decoration: underline; }
    @media (min-width: 768px) {
      #new-pdpage div#priceright {
        display: none; } }
  #new-pdpage div#hoursleft {
    color: #000;
    font-weight: 900;
    display: block;
    font-size: 18px; }
  #new-pdpage div#hoursleft small {
    color: #9A001A;
    font-size: 12px;
    font-weight: bold; }
  #new-pdpage .productView-options form {
    margin-bottom: 0px;
    position: relative; }
  #new-pdpage .pv-sale {
    display: inline-block;
    color: #B70000;
    padding: 0px 5px;
    margin-left: 0px;
    position: relative;
    top: -5px;
    margin-right: 6px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px; }
    @media (min-width: 768px) {
      #new-pdpage .pv-sale {
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
        font-size: 16px; } }
  #new-pdpage div#centerme {
    display: block;
    text-align: center; }
  #new-pdpage .pdp-saletext {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #9A001A; }
  #new-pdpage span#pdp-msrp {
    font-size: 16px;
    position: relative;
    top: 2px;
    color: #666; }
  #new-pdpage span.msrp {
    color: #666;
    position: relative;
    top: -5px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px; }
  #new-pdpage .price-section.price-section--saving.price {
    display: inline; }
  #new-pdpage .productView-product {
    margin-top: 20px;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      #new-pdpage .productView-product {
        margin-top: 0; } }
  #new-pdpage div#upsellwrapp {
    text-align: left;
    background-color: #F3F8FF;
    padding: 15px 20px;
    display: block;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    color: #000; }
    #new-pdpage div#upsellwrapp span.learnclick {
      font-size: 16px;
      text-decoration: underline;
      color: #31467E;
      cursor: pointer;
      display: inline-block; }
  #new-pdpage .dpop-wrap {
    display: none; }
  #new-pdpage #dpop-image img {
    max-width: 250px; }
  #new-pdpage .upsell-item {
    display: inline;
    padding-left: 32px;
    font-size: 18px;
    font-weight: 300; }
  #new-pdpage h4.upsell-heading {
    margin-top: 0px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000; }
  #new-pdpage img.learnclick {
    width: 14px;
    position: relative;
    top: -3px;
    margin-left: 5px; }
  #new-pdpage .upsell-wrapper {
    background-image: url(../icons/circle-empty-1.png);
    background-repeat: no-repeat;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 25px;
    line-height: 25px;
    background-position: top left;
    background-size: 22px;
    cursor: pointer;
    display: none; }
    #new-pdpage .upsell-wrapper.active {
      background-image: url(../icons/circle-full-1.png); }
  #new-pdpage #upsell-wrapper-246560 {
    margin-bottom: 0; }
  #new-pdpage div#upsellwrapp span {
    text-decoration: underline;
    margin-left: 3px;
    font-size: 16px;
    font-weight: 300; }
  #new-pdpage span.upsellprice {
    text-decoration: none !important;
    margin-left: 0px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #31467E; }
  #new-pdpage .dpop-wrap {
    position: fixed;
    background: #fff;
    width: 100%;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; }
    @media (min-width: 768px) {
      #new-pdpage .dpop-wrap {
        max-width: 500px;
        width: 500px;
        z-index: 9999; } }
  #new-pdpage .dpop-shadow.dpop-active,
  #new-pdpage .dpop-wrap.dpop-active {
    display: block; }
  #new-pdpage .dpop-shadow {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none; }
  #new-pdpage div#dpop-head {
    background: #F3F8FF;
    text-align: center;
    font-family: 'minerva-modern';
    font-size: 25px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  #new-pdpage div#dpop-tag {
    background: #F3F8FF;
    padding-top: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 5px; }
  #new-pdpage div#dpop-image {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px; }
  #new-pdpage .dpop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer; }
  #new-pdpage div#dpop-righttext {
    padding: 20px;
    padding-top: 0px; }
  #new-pdpage div#dpcost {
    font-size: 20px; }
  #new-pdpage div#appraisalclose {
    position: absolute;
    font-size: 20px;
    color: #333;
    right: 10px;
    top: 10px;
    cursor: pointer; }
  #new-pdpage .productView-options {
    padding: 0px 5px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    position: relative; }
    #new-pdpage .productView-options * {
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
    #new-pdpage .productView-options small {
      display: none; }
    #new-pdpage .productView-options label.form-label.form-label--alternate.form-label--inlineSmall {
      text-align: left;
      font-size: 18px;
      color: #000;
      font-weight: 400; }
    #new-pdpage .productView-options .form-select--small {
      width: 100%;
      max-width: 100%;
      height: 50px;
      border-radius: 0px; }
    #new-pdpage .productView-options .form-select--small {
      width: 100%;
      max-width: 100%;
      border-radius: 0px;
      display: block;
      height: 50px; }
    #new-pdpage .productView-options #pv-links {
      border-top: 1px solid #D2D2D7;
      padding-top: 18px;
      display: flex;
      flex-wrap: wrap; }
      #new-pdpage .productView-options #pv-links .button-link {
        background: #FFFFFF;
        border: 1px solid #D2D2D7;
        border-radius: 6px;
        font-size: 16px;
        color: #31467E;
        text-decoration: none;
        line-height: 38px;
        display: inline-block;
        width: calc((100% / 3) - 10px);
        text-align: center;
        margin: 0 5px; }
        #new-pdpage .productView-options #pv-links .button-link:hover {
          background: #f7f7f7; }
  #new-pdpage div#exwarranty {
    position: relative;
    display: block; }
    #new-pdpage div#exwarranty strong {
      display: block;
      width: 100%;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      font-weight: normal; }
      #new-pdpage div#exwarranty strong a {
        color: #31467E;
        text-decoration: underline;
        padding-left: 5px;
        font-weight: normal;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        right: 0px; }
    #new-pdpage div#exwarranty span.learnclick {
      position: absolute;
      right: 0px;
      font-size: 16px;
      text-decoration: underline;
      color: #31467E;
      cursor: pointer; }
    #new-pdpage div#exwarranty #dpop-righttext strong {
      font-weight: bold;
      font-size: 20px;
      color: #000;
      margin-bottom: 8px; }
  #new-pdpage .dpop-wrap.extdpop.dpop-active {
    position: fixed;
    max-height: 80%;
    overflow: scroll;
    overflow: auto; }
  #new-pdpage body.noscroll {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  #new-pdpage div#exboxes {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0;
    cursor: pointer; }
    #new-pdpage div#exboxes .exbox {
      width: calc(33% - 10px);
      margin-bottom: 12px;
      background: #FFF;
      border: unset;
      border-radius: 8px;
      text-align: left;
      padding: 10px 6px;
      font-size: 16px;
      display: flex;
      align-items: center;
      position: relative; }
      #new-pdpage div#exboxes .exbox:before {
        content: '';
        width: 25px;
        height: 25px;
        border: 0.4px solid #000;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block;
        flex-shrink: 0; }
      #new-pdpage div#exboxes .exbox strong,
      #new-pdpage div#exboxes .exbox span {
        font-size: 18px;
        font-weight: 400; }
      #new-pdpage div#exboxes .exbox span {
        text-decoration: none; }
      #new-pdpage div#exboxes .exbox:hover {
        background-color: #f7f7f7; }
    #new-pdpage div#exboxes .exbox:last-child {
      margin-bottom: 0; }
  #new-pdpage div#exboxes .exbox.active {
    background: #445B92;
    color: #31467E;
    border-color: #31467E;
    color: #FFF; }
    #new-pdpage div#exboxes .exbox.active:before {
      border-color: #212957;
      background: #212957;
      box-shadow: inset 0 0 0 3px #fff; }
  #new-pdpage section.productView-details.product-data {
    padding: 0px 10px; }
  #new-pdpage section.productView-details {
    padding-bottom: 0px; }
  #new-pdpage input#form-action-addToCarts {
    background: #31467e;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 2px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      #new-pdpage input#form-action-addToCarts {
        width: 100%; } }
  #new-pdpage input#form-action-addToCart {
    border-radius: 8px;
    background: #445B92;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700; }
    @media (min-width: 1024px) {
      #new-pdpage input#form-action-addToCart {
        width: 100%; } }
  #new-pdpage div#add-to-cart-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 0px; }
    @media screen and (max-width: 767px) {
      #new-pdpage div#add-to-cart-wrapper {
        position: fixed;
        bottom: 0;
        z-index: 99999999;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
        padding: 15px 16px;
        width: 100% !important;
        left: 0;
        display: none;
        transition: all ease 0.7s;
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s; } }
    @media screen and (max-width: 767px) {
      #new-pdpage div#add-to-cart-wrapper.cart-btn-fixed {
        display: block;
        bottom: 0;
        transition: all ease 0.7s;
        -webkit-transition: all ease 0.7s;
        -moz-transition: all ease 0.7s;
        -ms-transition: all ease 0.7s; } }
  #new-pdpage a.swym-wishlist {
    color: #333;
    background: #fff;
    height: 50px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-bottom: 15px; }
  #new-pdpage #ua-shipping {
    text-align: left;
    vertical-align: top;
    display: none; }
  #new-pdpage #new-ua-shipping {
    text-align: left;
    vertical-align: top;
    display: flex; }
  #new-pdpage div#underatc {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0;
    position: relative;
    padding-top: 12px;
    padding-bottom: 24px;
    align-items: center; }
    #new-pdpage div#underatc * {
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      align-items: center; }
    #new-pdpage div#underatc strong {
      font-size: 18px;
      line-height: 24px;
      color: #2C5937;
      font-weight: 400; }
    #new-pdpage div#underatc a {
      text-decoration: underline;
      color: #31467E;
      font-size: 18px;
      display: none; }
  @media only screen and (max-width: 450px) {
    #new-pdpage #underatc #ua-shipping {
      width: 100%; } }
  #new-pdpage div#underatc-geo {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    max-width: 121px; }
    @media only screen and (max-width: 450px) {
      #new-pdpage div#underatc-geo {
        display: block;
        width: 100%; } }
    @media (min-width: 1024px) {
      #new-pdpage div#underatc-geo {
        position: absolute;
        right: 0px;
        top: 0px; } }
  #new-pdpage .shipiconleft {
    display: inline-block;
    color: #2C5937;
    font-size: 16px;
    vertical-align: top;
    margin-top: 3px; }
  #new-pdpage #shiptext {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000; }
  #new-pdpage #shipday {
    font-weight: 700; }
  #new-pdpage .shipright {
    width: calc(100% - 55px);
    display: inline-block;
    margin-left: 5px;
    font-size: 13px; }
  #new-pdpage .new-shipright {
    width: calc(100% - 55px);
    display: inline-block !important;
    margin-left: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px; }
  #new-pdpage #new-shipright {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start; }
  #new-pdpage #relatedsku .rsinner {
    display: none; }
  #new-pdpage #relatedsku .rsinner:nth-child(1) {
    display: block;
    background: #FFFFFF;
    border: 1px solid #ddd;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px; }
    #new-pdpage #relatedsku .rsinner:nth-child(1) img {
      width: 50px;
      float: left; }
      @media (min-width: 768px) {
        #new-pdpage #relatedsku .rsinner:nth-child(1) img {
          width: 50px; } }
      @media (min-width: 1024px) {
        #new-pdpage #relatedsku .rsinner:nth-child(1) img {
          width: 80px; } }
    #new-pdpage #relatedsku .rsinner:nth-child(1) .rstext {
      text-align: left;
      float: left;
      margin-left: 15px;
      font-size: 18px;
      line-height: 26px; }
      @media (min-width: 768px) {
        #new-pdpage #relatedsku .rsinner:nth-child(1) .rstext {
          font-size: 21px; } }
      #new-pdpage #relatedsku .rsinner:nth-child(1) .rstext a {
        font-size: 16px;
        color: #31467E;
        text-decoration: underline; }
        @media (min-width: 768px) {
          #new-pdpage #relatedsku .rsinner:nth-child(1) .rstext a {
            font-size: 18px; } }
  #new-pdpage .rstext span {
    font-size: 14px; }
  #new-pdpage .product-details-list li {
    font-weight: bold; }
    #new-pdpage .product-details-list li .itemspec {
      font-weight: normal; }
  #new-pdpage .product-details-list li .itemspec {
    font-weight: normal; }
  #new-pdpage .pv-col {
    padding-top: 1px;
    height: 450px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    width: 100%;
    clear: both; }
    #new-pdpage .pv-col > strong {
      font-family: 'minerva-modern';
      font-style: normal;
      font-weight: normal;
      font-size: 30px;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      margin-top: 30px; }
    #new-pdpage .pv-col .pv-overview {
      font-size: 21px;
      letter-spacing: 0.5px;
      margin-bottom: 0px; }
    #new-pdpage .pv-col ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    #new-pdpage .pv-col .product-details-list {
      line-height: 30px;
      margin-bottom: 25px; }
    #new-pdpage .pv-col .variant-handling {
      display: none; }
    #new-pdpage .pv-col .prod-read-more span {
      width: 157px;
      height: 46px;
      display: inline-block;
      line-height: 46px;
      text-align: center;
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      box-sizing: border-box;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 4px;
      margin-top: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      cursor: pointer; }
  #new-pdpage .new-pv-col {
    padding-top: 1px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    width: 100%;
    clear: both; }
    #new-pdpage .new-pv-col > strong {
      font-family: 'minerva-modern';
      font-style: normal;
      font-weight: normal;
      font-size: 30px;
      text-align: center;
      display: block;
      margin-bottom: 30px;
      margin-top: 30px; }
    #new-pdpage .new-pv-col .pv-overview {
      color: var(--Black, #000);
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      /* 100% */ }
    #new-pdpage .new-pv-col ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
    #new-pdpage .new-pv-col .product-details-list {
      line-height: 30px;
      margin-bottom: 25px; }
    #new-pdpage .new-pv-col .variant-handling {
      display: none; }
    #new-pdpage .new-pv-col .prod-read-more span {
      width: 157px;
      height: 46px;
      display: inline-block;
      line-height: 46px;
      text-align: center;
      background: #FFFFFF;
      border: 1px solid #DDDDDD;
      box-sizing: border-box;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
      border-radius: 4px;
      margin-top: 25px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 18px;
      cursor: pointer; }
  #new-pdpage .description-text {
    font-size: 18px;
    color: var(--Black, #000);
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */ }
  #new-pdpage #salecd {
    color: #d00;
    display: none; }
    @media (min-width: 768px) {
      #new-pdpage #salecd {
        display: block; } }
  #new-pdpage label {
    font-weight: bold; }
  #new-pdpage div#faqlist {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 1320px; }
  #new-pdpage .faqitem {
    background: #F9F9F9;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px; }
  #new-pdpage .faqtext {
    margin: 15px;
    margin-top: 5px;
    display: none; }
  #new-pdpage .faqhead {
    padding: 12px;
    font-size: 16px;
    position: relative;
    cursor: pointer; }
    #new-pdpage .faqhead svg {
      position: absolute;
      right: 12px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      transform: rotate(0deg);
      margin-top: -7px;
      transition: all .2s ease; }
    #new-pdpage .faqhead.active svg {
      transform: rotate(180deg); }
    #new-pdpage .faqhead span {
      display: block;
      width: calc(100% - 20px); }
  #new-pdpage .form-field.selectoption {
    position: relative;
    margin-bottom: 20px; }
    #new-pdpage .form-field.selectoption #pv-sizelinks {
      position: absolute;
      right: 0px;
      top: 0px; }
      #new-pdpage .form-field.selectoption #pv-sizelinks a {
        color: #31467E;
        text-decoration: underline;
        padding-left: 10px;
        font-weight: 300;
        font-size: 16px; }
  #new-pdpage select#attribute_select_50 {
    font-size: 18px; }
  #new-pdpage div#relatedsku {
    max-width: 480px;
    margin: auto; }
  #new-pdpage .description-area li {
    font-size: 16px; }
  @media (min-width: 768px) {
    #new-pdpage .description-area li {
      width: 49%;
      font-size: 18px;
      display: inline-block; } }
  @media (min-width: 768px) {
    #new-pdpage div#pv-pddesc {
      width: 48%;
      display: none;
      overflow: hidden; } }
  @media (min-width: 768px) {
    #new-pdpage #pvtable {
      position: relative;
      min-height: 0px;
      margin-bottom: 0px; } }
  #new-pdpage div#boximg {
    display: none; }
    @media (min-width: 768px) {
      #new-pdpage div#boximg {
        background-image: url(../img/descbox.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        position: absolute;
        height: 350px;
        right: 0px;
        width: 50%;
        top: 0px;
        max-height: 500px;
        display: block; } }
  #new-pdpage .prod_video {
    text-align: center;
    position: relative; }
    #new-pdpage .prod_video video {
      width: 100%; }
  #new-pdpage .vnail {
    width: 100%;
    padding-top: 100%;
    background: #E4EFFF;
    max-width: 100px;
    min-width: 80px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    display: none; }
    @media (min-width: 768px) {
      #new-pdpage .vnail {
        min-width: 0px !important;
        width: auto;
        padding-top: 20px;
        padding-bottom: 20px; } }
    #new-pdpage .vnail #videothumb {
      position: absolute;
      color: #2E6497;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 2;
      text-align: center;
      padding-left: 0px;
      padding-right: 0px;
      width: 100%;
      cursor: pointer; }
      #new-pdpage .vnail #videothumb svg {
        font-size: 32px;
        margin-bottom: 3px; }
      #new-pdpage .vnail #videothumb #vtext {
        font-size: 13px;
        font-weight: bold; }
      @media (min-width: 768px) {
        #new-pdpage .vnail #videothumb {
          line-height: 20px; } }
  #new-pdpage section.productView-images .prod_video {
    display: none; }
  #new-pdpage .upsell-item.active,
  #new-pdpage .upsell-item.active span.upsellprice {
    font-weight: bold !important;
    color: #31467E; }
  #new-pdpage .upsell-item.active span.upsellprice {
    color: #31467E; }
  #new-pdpage .ct-description {
    display: none; }
  #new-pdpage #colorbox,
  #new-pdpage #cboxOverlay,
  #new-pdpage #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden; }
  #new-pdpage #cboxWrapper {
    max-width: none; }
  #new-pdpage #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%; }
  #new-pdpage #cboxMiddleLeft,
  #new-pdpage #cboxBottomLeft {
    clear: left; }
  #new-pdpage #cboxContent {
    position: relative; }
  #new-pdpage #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #new-pdpage #cboxTitle {
    margin: 0; }
  #new-pdpage #cboxLoadingOverlay,
  #new-pdpage #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #new-pdpage #cboxPrevious,
  #new-pdpage #cboxNext,
  #new-pdpage #cboxClose,
  #new-pdpage #cboxSlideshow {
    cursor: pointer; }
  #new-pdpage .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic; }
  #new-pdpage .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0; }
  #new-pdpage #colorbox,
  #new-pdpage #cboxContent,
  #new-pdpage #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }
  #new-pdpage #cboxOverlay {
    background: #000 repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  #new-pdpage #colorbox {
    outline: 0; }
  #new-pdpage #cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -101px 0; }
  #new-pdpage #cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -130px 0; }
  #new-pdpage #cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -101px -29px; }
  #new-pdpage #cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -130px -29px; }
  #new-pdpage #cboxMiddleLeft {
    width: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) left top repeat-y; }
  #new-pdpage #cboxMiddleRight {
    width: 21px;
    background: url(https://pompeii3.com/content/images/controls.png) right top repeat-y; }
  #new-pdpage #cboxTopCenter {
    height: 21px;
    background: url(https://pompeii3.com/content/images/border.png) 0 0 repeat-x; }
  #new-pdpage #cboxBottomCenter {
    height: 21px;
    background: url(https://pompeii3.com/content/images/border.png) 0 -29px repeat-x; }
  #new-pdpage #cboxContent {
    background: transparent;
    overflow: hidden; }
  #new-pdpage .cboxIframe {
    background: #fff; }
  #new-pdpage #cboxError {
    padding: 50px;
    border: 1px solid #ccc; }
  #new-pdpage #cboxLoadedContent {
    margin-bottom: 28px; }
  #new-pdpage #cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494; }
  #new-pdpage #cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494; }
  #new-pdpage #cboxLoadingOverlay {
    background: url(https://pompeii3.com/content/images/loading_background.png) no-repeat center center; }
  #new-pdpage #cboxLoadingGraphic {
    background: url(https://pompeii3.com/content/images/loading.gif) no-repeat center center; }
  #new-pdpage #cboxPrevious,
  #new-pdpage #cboxNext,
  #new-pdpage #cboxSlideshow,
  #new-pdpage #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none; }
  #new-pdpage #cboxPrevious:active,
  #new-pdpage #cboxNext:active,
  #new-pdpage #cboxSlideshow:active,
  #new-pdpage #cboxClose:active {
    outline: 0; }
  #new-pdpage #cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef; }
  #new-pdpage #cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px; }
  #new-pdpage #cboxPrevious:hover {
    background-position: -75px -25px; }
  #new-pdpage #cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px; }
  #new-pdpage #cboxNext:hover {
    background-position: -50px -25px; }
  #new-pdpage #cboxClose {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(https://pompeii3.com/content/images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px; }
  #new-pdpage #cboxClose:hover {
    background-position: -25px -25px; }
  #new-pdpage .cboxIE #cboxTopLeft,
  #new-pdpage .cboxIE #cboxTopCenter,
  #new-pdpage .cboxIE #cboxTopRight,
  #new-pdpage .cboxIE #cboxBottomLeft,
  #new-pdpage .cboxIE #cboxBottomCenter,
  #new-pdpage .cboxIE #cboxBottomRight,
  #new-pdpage .cboxIE #cboxMiddleLeft,
  #new-pdpage .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }
  #new-pdpage #relatedsku {
    display: none; }
  #new-pdpage .previewCartCheckout-additionalCheckoutButtons {
    display: none; }
  #new-pdpage .previewsub {
    text-align: center;
    font-size: 18px; }
  #new-pdpage div#cantpurchase {
    color: #d00;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px; }
  #new-pdpage .productView-rating .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    display: inline-block;
    position: relative;
    top: -2px; }
  #new-pdpage p.ss-filter-message-content.noresultmsg.ng-scope {
    padding-top: 20px;
    padding-left: 25px; }
  #new-pdpage #pvsimilar {
    display: none; }
  #new-pdpage div#cboxContent {
    background: #fff; }
  #new-pdpage div#mobilevideo {
    background: #E4EFFF;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 30px;
    cursor: pointer; }
    #new-pdpage div#mobilevideo .mvideotext {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
      #new-pdpage div#mobilevideo .mvideotext svg {
        font-size: 60px; }
  #new-pdpage .prod_video object {
    max-width: 100% !important;
    margin: auto; }
  #new-pdpage div#pvsimilar {
    display: none; }
  #new-pdpage div#clarityenhanced {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 10px;
    float: left; }
    #new-pdpage div#clarityenhanced strong {
      font-size: 20px;
      display: block;
      font-weight: 300;
      margin-bottom: -3px; }
    #new-pdpage div#clarityenhanced svg {
      color: #31467E;
      margin-right: 5px;
      font-size: 21px; }
  #new-pdpage div#clarityenhanced a {
    text-decoration: underline; }
  #new-pdpage .selectoption .form-select--small {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%2331467E' height='28' viewBox='0 0 28 28' width='28' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 11px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    font-size: 16px; }
  #new-pdpage #mobilevideobtn {
    width: 150px;
    height: 40px;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.15));
    border-radius: 42px;
    border: 1px #eee solid;
    text-align: center;
    background: #fff;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #31467E;
    font-size: 15px;
    line-height: 38px; }
  #new-pdpage .page-content input.button.button--primary.form-prefixPostfix-button--postfix {
    background: #445C92;
    font-weight: normal;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 18px; }
  @media only screen and (max-width: 600px) {
    #new-pdpage .prod_video object {
      height: 260px !important; } }
  #new-pdpage h4.ss-recs-title.ss-title.ng-binding {
    font-family: minerva-modern;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px; }
  #new-pdpage .ss-al {
    position: relative; }
  #new-pdpage div#productrecs {
    padding: 1px 15px; }
  @media (min-width: 768px) {
    #new-pdpage section#pv-titlebar:before, #new-pdpage section#pv-titlebar:after {
      content: " ";
      display: table; }
    #new-pdpage section#pv-titlebar:after {
      clear: both; } }
  #new-pdpage a.button.dropdown-menu-button.wishlistbutton {
    position: absolute;
    right: 0px;
    bottom: 14px;
    right: 0px;
    height: 50px;
    width: 49px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 23px;
    padding-top: 13px;
    color: #31467E;
    border-color: #31467E; }
    @media (min-width: 1024px) {
      #new-pdpage a.button.dropdown-menu-button.wishlistbutton {
        bottom: 14px;
        line-height: 51px;
        padding-top: 2px;
        border-radius: 0px;
        letter-spacing: 2px;
        font-size: 24px;
        right: 0px; }
        #new-pdpage a.button.dropdown-menu-button.wishlistbutton svg {
          display: none; } }
  #new-pdpage a.button.dropdown-menu-button.wishlistcustom {
    right: 0px;
    bottom: 14px;
    right: 0px;
    height: 50px;
    width: 49px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 23px;
    padding-top: 13px;
    color: #212957;
    border: none; }
    @media (min-width: 1024px) {
      #new-pdpage a.button.dropdown-menu-button.wishlistcustom {
        bottom: 14px;
        line-height: 51px;
        padding-top: 0px;
        letter-spacing: 2px;
        font-size: 30px;
        right: 0px; } }
  #new-pdpage span#wishlisttext {
    display: none; }
    @media (min-width: 1024px) {
      #new-pdpage span#wishlisttext {
        display: none;
        font-size: 16px;
        text-transform: uppercase; } }
  #new-pdpage a.button.dropdown-menu-button.wishlistbutton.is-open {
    border-bottom: 1px #fff solid;
    z-index: 2; }
    @media (min-width: 1024px) {
      #new-pdpage a.button.dropdown-menu-button.wishlistbutton.is-open {
        background-color: #F3F8FF; } }
  #new-pdpage div ul#wishlist-dropdown.is-open {
    width: calc(100% - 0px) !important;
    margin-right: 10px;
    bottom: -76px !important;
    top: auto !important;
    border-top: 1px #31467E solid;
    z-index: 1;
    right: -10px; }
    @media (min-width: 1024px) {
      #new-pdpage div ul#wishlist-dropdown.is-open {
        width: calc(100% - 20px) !important;
        margin-right: 10px;
        bottom: -91px !important;
        top: auto !important;
        border-top: 1px #31467E solid;
        z-index: 1;
        right: 0px !important;
        left: auto !important;
        width: 180px !important;
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-right: 0px;
        z-index: 3;
        text-align: left; } }
    #new-pdpage div ul#wishlist-dropdown.is-open .dd-arr {
      display: none !important; }
      @media (min-width: 1024px) {
        #new-pdpage div ul#wishlist-dropdown.is-open .dd-arr {
          display: inline-block;
          background: #fff;
          border: 1px solid #31467E;
          box-sizing: border-box;
          transform: rotate(45deg);
          height: 13px;
          width: 13px;
          position: absolute;
          top: -7px;
          left: 50%;
          margin-left: -3px;
          border-bottom: 0px;
          border-right: 0px; } }
  #new-pdpage .prod_video iframe {
    max-width: 100%; }
  #new-pdpage .productView--quickView #priceor,
  #new-pdpage .productView--quickView #breadtop {
    display: none; }
  #new-pdpage span.priceright {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #new-pdpage .pdpbfprice {
    color: #444444 !important;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block !important; }
  #new-pdpage #fres {
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 16px;
    background-color: #f3f8ff;
    display: inline-block;
    padding: 0px 5px; }
    #new-pdpage #fres svg {
      font-size: 16px;
      vertical-align: middle; }
    #new-pdpage #fres strong {
      font-weight: 400 !important;
      padding-left: 4px;
      vertical-align: middle; }
  #new-pdpage #wasale {
    width: 100%;
    padding: 15px 15px 15px 5px;
    text-align: center;
    padding-bottom: 0px;
    float: right;
    padding-top: 0px;
    color: #fff;
    background: #FFE9B7;
    background-position: center;
    display: none; }
    #new-pdpage #wasale svg {
      font-size: 23px; }
    #new-pdpage #wasale strong {
      font-size: 22px;
      display: block;
      color: #212957;
      line-height: 28px;
      margin-top: 20px;
      padding-bottom: 10px;
      text-transform: capitalize;
      letter-spacing: 0px; }
      @media (min-width: 768px) {
        #new-pdpage #wasale strong {
          font-size: 22px; } }
    #new-pdpage #wasale span#watext {
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 19px;
      margin-bottom: 13px;
      display: block;
      margin-top: 3px; }
    #new-pdpage #wasale div#hoursleft {
      margin-top: 3px;
      font-size: 24px;
      color: #fff;
      margin-top: 3px;
      font-size: 28px;
      color: #fff;
      margin-bottom: 8px; }
      #new-pdpage #wasale div#hoursleft small {
        font-weight: normal;
        position: relative;
        top: -2px;
        margin-left: 2px; }
      #new-pdpage #wasale div#hoursleft span,
      #new-pdpage #wasale div#hoursleft small {
        color: #fff; }
    #new-pdpage #wasale small {
      font-weight: 400; }
  #new-pdpage div#pdp-saleends {
    margin-top: 0px; }
  #new-pdpage span#watext {
    color: #175511;
    font-size: 15px;
    font-weight: 700; }
    #new-pdpage span#watext span {
      color: #175511; }
  #new-pdpage .quickView div#pv-priceleft {
    text-align: left;
    width: 100%;
    padding-top: 20px; }
  #new-pdpage .modal-body.quickView #fres {
    margin-left: 0px;
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    #new-pdpage .modal-body.quickView .productView-product {
      margin-bottom: 0px; } }
  #new-pdpage .modal-body.quickView div#add-to-cart-wrapper {
    margin-bottom: 15px; }
  @media only screen and (min-width: 1024px) {
    #new-pdpage #wasale {
      width: 100%; } }
  #new-pdpage .extend {
    display: none; }
  #new-pdpage div#ua-shipping .shipiconleft,
  #new-pdpage div#ua-shipping strong {
    display: none; }
  #new-pdpage div#fres-byxmas {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 0 4px;
    color: #2C5937;
    background: #E2F0E6;
    vertical-align: text-bottom;
    padding: 3px 10px;
    position: relative;
    top: 5px; }
  #new-pdpage #fres {
    margin-right: 5px; }
  #new-pdpage div#extrahours {
    text-align: center;
    margin-top: 10px; }
  #new-pdpage .hspricetext {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #9a001a;
    font-style: italic;
    font-weight: 700; }
  #new-pdpage #byxmas {
    display: none; }
  #new-pdpage div#ab-byxmas {
    font-weight: 700;
    line-height: 18px;
    color: #2c5937;
    background: #e2f0e6;
    vertical-align: text-bottom;
    padding: 7px 10px;
    position: relative;
    top: 0px;
    font-size: 14px;
    display: flex;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: none; }
    #new-pdpage div#ab-byxmas .somesizesx {
      display: none; }
    #new-pdpage div#ab-byxmas div#ab-text {
      line-height: 18px;
      padding: 2px 0px; }
    #new-pdpage div#ab-byxmas small {
      font-size: 14px;
      color: #9A001A; }
    #new-pdpage div#ab-byxmas svg {
      font-size: 26px;
      padding: 5px 0px;
      margin-right: 10px; }
    #new-pdpage div#ab-byxmas strong {
      display: block;
      font-size: 18px; }
  #new-pdpage div#abx {
    color: #2C5937;
    font-weight: bold;
    background: #e2f0e6;
    display: none;
    padding: 2px 5px;
    margin-bottom: 2px;
    font-size: 16px; }
    #new-pdpage div#abx small {
      font-size: 14px;
      display: inline;
      color: #9A001A;
      margin-left: 1px; }
  #new-pdpage strong.somesizesx {
    position: relative;
    top: 6px; }
  #new-pdpage #productrecs h2 {
    display: block; }
  #new-pdpage .quickView li.productView-thumbnail.vnail {
    display: none !important; }
  #new-pdpage .previewCartCheckout-additionalCheckoutButtons {
    margin-top: 20px; }
  #new-pdpage body.popfreeze {
    position: fixed;
    height: 100%;
    width: 100%; }
  #new-pdpage body.popfreeze #attentive_overlay,
  #new-pdpage body.popfreeze .zopim,
  #new-pdpage body.popfreeze .admin-bar,
  #new-pdpage body.popfreeze #preview-bar-iframe,
  #new-pdpage body.popfreeze .needsclick {
    display: none !important; }
  #new-pdpage .productView-images .swiper-slide.swipemain {
    display: flex;
    align-items: center;
    height: auto; }
  #new-pdpage .productView-images .swiper-button-next:after,
  #new-pdpage .productView-images .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px !important;
    display: none; }
  #new-pdpage .productView-images .imgbank .swiper-button-next,
  #new-pdpage .productView-images .imgbank .swiper-button-prev,
  #new-pdpage .productView-images .popup-wrap .swiper-button-next,
  #new-pdpage .productView-images .popup-wrap .swiper-button-prev {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    height: 32px;
    width: 32px;
    padding: 0px;
    color: #000 !important;
    font-size: 17px; }
  #new-pdpage .productView-images .swiper-zoom-target {
    padding-top: 100%;
    width: 100%;
    background-size: contain; }
  #new-pdpage .productView-images .swiper-wrapper {
    padding-bottom: 5px; }
  #new-pdpage .productView-images .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none; }
  #new-pdpage .productView-images .popup-wrap,
  #new-pdpage .productView-images .popup-wrap-video {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    width: 100%;
    height: 100%; }
  #new-pdpage .productView-images .popupforswiper,
  #new-pdpage .productView-images #popup-video {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 999; }
  #new-pdpage .productView-images .popupbg {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%; }
  #new-pdpage .productView-images .gallery-thumbs-sp {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: visible; }
  #new-pdpage .productView-images .gallery-thumbs-sp .swiper-wrapper {
    margin: 0px;
    padding: 0px; }
  #new-pdpage .productView-images .gallery-thumbs-sp {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  #new-pdpage .productView-images .spcenter {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: calc(100% - 20px);
    width: 100%;
    overflow: hidden; }
  #new-pdpage .productView-images .btn-close,
  #new-pdpage .productView-images .btn-close-video {
    border: 1px #ccc solid;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 10px;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(213, 217, 217, 0.5); }
  #new-pdpage .productView-images .dtext {
    display: none; }
  #new-pdpage .productView-images .swiper-thumbs img {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
    max-height: 100%; }
  #new-pdpage .productView-images .gallery-thumbs .swiper-slide,
  #new-pdpage .productView-images .gallery-thumbs-c .swiper-slide {
    padding: 1px;
    outline: 1px #eee solid;
    height: auto;
    display: flex;
    align-items: center; }
  #new-pdpage .productView-images .swiper-slide-thumb-active {
    border: 1px solid #000;
    padding: 1px; }
  #new-pdpage .new-productView-images .swiper-slide.swipemain {
    display: flex;
    align-items: center;
    height: auto; }
  #new-pdpage .new-productView-images .swiper-button-next:after,
  #new-pdpage .new-productView-images .swiper-button-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px !important;
    display: none; }
  #new-pdpage .new-productView-images .imgbank .swiper-button-next,
  #new-pdpage .new-productView-images .imgbank .swiper-button-prev,
  #new-pdpage .new-productView-images .popup-wrap .swiper-button-next,
  #new-pdpage .new-productView-images .popup-wrap .swiper-button-prev {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    height: 32px;
    width: 32px;
    padding: 0px;
    color: #000 !important;
    font-size: 17px; }
  #new-pdpage .new-productView-images .swiper-zoom-target {
    padding-top: 100%;
    width: 100%;
    background-size: contain; }
  #new-pdpage .new-productView-images .swiper-wrapper {
    padding-bottom: 5px; }
  #new-pdpage .new-productView-images .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: none; }
  #new-pdpage .new-productView-images .popup-wrap,
  #new-pdpage .new-productView-images .popup-wrap-video {
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    width: 100%;
    height: 100%; }
  #new-pdpage .new-productView-images .popupforswiper,
  #new-pdpage .new-productView-images #popup-video {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 999; }
  #new-pdpage .new-productView-images .popupbg {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%; }
  #new-pdpage .new-productView-images .gallery-thumbs-sp {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow: visible; }
  #new-pdpage .new-productView-images .gallery-thumbs-sp .swiper-wrapper {
    margin: 0px;
    padding: 0px; }
  #new-pdpage .new-productView-images .gallery-thumbs-sp {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  #new-pdpage .new-productView-images .spcenter {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: calc(100% - 20px);
    width: 100%;
    overflow: hidden; }
  #new-pdpage .new-productView-images .btn-close,
  #new-pdpage .new-productView-images .btn-close-video {
    border: 1px #ccc solid;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 10px;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(213, 217, 217, 0.5); }
  #new-pdpage .new-productView-images .dtext {
    display: none; }
  #new-pdpage .new-productView-images .swiper-thumbs img {
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
    max-height: 100%; }
  #new-pdpage .new-productView-images .gallery-thumbs .swiper-slide,
  #new-pdpage .new-productView-images .gallery-thumbs-c .swiper-slide {
    padding: 1px;
    outline: 1px #eee solid;
    height: auto;
    display: flex;
    align-items: center; }
  #new-pdpage .new-productView-images .swiper-slide-thumb-active {
    border: 1px solid #000;
    padding: 1px; }
  #new-pdpage .swiper-slide-thumb-active {
    outline: 1px #000 solid !important;
    padding: 1px; }
  #new-pdpage .swiper-slide.swipermain {
    cursor: zoom-in; }
  #new-pdpage .swiperpop .swiper-wrapper {
    padding-bottom: 15px; }
  #new-pdpage div#doubletap {
    padding-bottom: 12px; }
  #new-pdpage .swipermain img,
  #new-pdpage .swiper-zoom-target {
    cursor: zoom-in; }
  #new-pdpage .swiper-slide-zoomed .swiper-zoom-target {
    cursor: zoom-out; }
  #new-pdpage #swipenext,
  #new-pdpage #swipeprev {
    box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.6); }
  #new-pdpage .swiper-button-next,
  #new-pdpage .swiper-button-prev {
    font-size: 17px; }
  #new-pdpage .pthumbarr.popthumbarrws {
    display: none; }
  #new-pdpage strong.link-imit:hover {
    text-decoration: underline; }
  #new-pdpage span.swiper-button-disabled {
    opacity: 0.5; }
  #new-pdpage #swipenext,
  #new-pdpage #swipeprev {
    box-shadow: none; }
  #new-pdpage .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .swiper-pagination.swiper-pagination-bullets {
      bottom: 0px; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .spcenter .swiper-zoom-target {
      background-position: center;
      background-repeat: no-repeat; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp {
      padding-top: 2px; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .swiper-container.gallery-thumbs,
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .swiper-container.gallery-thumbs-c {
      overflow: visible;
      display: block; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .imgbank .swiper-pagination-bullet {
      background: #dddddd;
      opacity: 1; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullets {
      display: none; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp .swiper-slide {
      outline: 1px #ddd solid !important;
      padding: 1px;
      height: auto;
      display: flex;
      align-items: center; }
    #new-pdpage .swiper-pagination.swiper-pagination-bullets .gallery-thumbs-sp .swiper-slide-thumb-active {
      outline: 1px #445c92 solid !important;
      padding: 1px; }
  #new-pdpage .spcenter .swiper-zoom-target {
    background-position: center;
    background-repeat: no-repeat; }
  #new-pdpage .gallery-thumbs-sp {
    padding-top: 2px; }
  #new-pdpage .swiper-container.gallery-thumbs,
  #new-pdpage .swiper-container.gallery-thumbs-c {
    overflow: visible;
    display: block; }
  #new-pdpage .imgbank .swiper-pagination-bullet {
    background: #dddddd;
    opacity: 1; }
  #new-pdpage .swiper-pagination-bullets {
    display: none; }
  #new-pdpage .gallery-thumbs-sp .swiper-slide {
    padding: 1px;
    height: auto;
    display: flex;
    align-items: center;
    border: 1px solid transparent; }
  #new-pdpage .gallery-thumbs-sp .swiper-slide-thumb-active {
    border: 1px solid #000;
    padding: 1px; }
  #new-pdpage body .imgbank .swiper-pagination-bullet-active {
    background: #445c92; }
  #new-pdpage .gallerytwrap {
    margin-top: 25px; }
  #new-pdpage .imgbank {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 5px; }
  #new-pdpage div#videothumb {
    font-size: 32px;
    text-align: center;
    padding: 0px 0px;
    color: #005C90;
    cursor: pointer; }
  #new-pdpage .swipermain {
    margin: auto; }
  #new-pdpage .swiper-button-disabled {
    display: none !important; }
  @media only screen and (max-width: 1023px) {
    #new-pdpage .vnail {
      min-width: 70px; }
      #new-pdpage .vnail #videothumb {
        line-height: 15px; }
        #new-pdpage .vnail #videothumb svg {
          width: 20px;
          height: 20px; }
    #new-pdpage .swipermain img {
      max-height: 350px; }
    #new-pdpage .productView-images {
      overflow: visible; }
      #new-pdpage .productView-images div#doubletap {
        padding-bottom: 12px;
        position: absolute;
        bottom: 65px;
        text-align: center;
        width: 100%;
        font-size: 14px;
        color: #333; }
      #new-pdpage .productView-images .desktext {
        display: none; }
    #new-pdpage .new-productView-images {
      overflow: visible; }
      #new-pdpage .new-productView-images div#doubletap {
        padding-bottom: 12px;
        position: absolute;
        bottom: 65px;
        text-align: center;
        width: 100%;
        font-size: 14px;
        color: #333; }
      #new-pdpage .new-productView-images .desktext {
        display: none; }
    #new-pdpage .productView-images .gallery-thumbs .swiper-slide,
    #new-pdpage .productView-images .gallery-thumbs-c .swiper-slide {
      padding-top: 13%;
      height: 0px; }
    #new-pdpage .new-productView-images .gallery-thumbs .swiper-slide,
    #new-pdpage .new-productView-images .gallery-thumbs-c .swiper-slide {
      padding-top: 13%;
      height: 0px; } }
  @media only screen and (min-width: 1024px) {
    #new-pdpage .productView-images .imgbank,
    #new-pdpage #combo-lcol-wrap .imgbank {
      padding: 0px 20px 0px 105px;
      margin: auto; }
    #new-pdpage .productView-images .mobiletext,
    #new-pdpage #combo-lcol-wrap .mobiletext {
      display: none; }
    #new-pdpage .productView-images .pswipewrapper,
    #new-pdpage #combo-lcol-wrap .pswipewrapper {
      width: 100%;
      display: inline-block;
      margin: auto;
      overflow: hidden;
      padding-top: 12px;
      max-width: 502px;
      padding-left: 2px;
      padding-right: 2px; }
    #new-pdpage .productView-images .mtext,
    #new-pdpage #combo-lcol-wrap .mtext {
      display: none; }
    #new-pdpage .productView-images .dtext,
    #new-pdpage #combo-lcol-wrap .dtext {
      display: block; }
    #new-pdpage .productView-images .spcenter,
    #new-pdpage #combo-lcol-wrap .spcenter {
      position: relative;
      top: 0px;
      right: auto;
      transform: none;
      max-width: 710px;
      width: 100%;
      overflow: hidden;
      text-align: center;
      margin: auto; }
    #new-pdpage .productView-images .popupforswiper,
    #new-pdpage .productView-images #popup-video,
    #new-pdpage #combo-lcol-wrap .popupforswiper,
    #new-pdpage #combo-lcol-wrap #popup-video {
      position: fixed;
      background: #fff;
      height: auto;
      width: 80%;
      margin: auto;
      padding: 45px;
      left: 50%;
      margin-top: 40px;
      text-align: center;
      transform: translateX(-50%);
      max-width: calc(100vh - 190px); }
    #new-pdpage .productView-images .btn-close,
    #new-pdpage #combo-lcol-wrap .btn-close {
      position: absolute;
      right: 0px;
      top: -30px;
      right: -30px;
      background: #fff;
      border: 2px #000 solid;
      border-radius: 61px;
      width: 40px;
      text-align: center;
      padding: 0px;
      height: 40px;
      line-height: 36px;
      cursor: pointer; }
    #new-pdpage .productView-images .btn-close-video,
    #new-pdpage #combo-lcol-wrap .btn-close-video {
      position: absolute;
      right: 0px;
      top: -30px;
      right: -30px;
      background: #274a61;
      border: 2px #fff solid;
      border-radius: 61px;
      width: 40px;
      text-align: center;
      padding: 0px;
      height: 40px;
      line-height: 36px;
      cursor: pointer;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
      color: #fff; }
    #new-pdpage .productView-images .gallery-thumbs-sp,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-sp {
      position: relative;
      bottom: 10px;
      left: auto;
      width: 100%;
      margin-bottom: 0px;
      padding-bottom: 0px;
      max-width: 500px;
      margin: auto;
      text-align: center; }
    #new-pdpage .productView-images .gallery-thumbs,
    #new-pdpage .productView-images .gallery-thumbs-c,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c {
      display: block; }
    #new-pdpage .productView-images .popup-wrap,
    #new-pdpage .productView-images .popup-wrap-video,
    #new-pdpage #combo-lcol-wrap .popup-wrap,
    #new-pdpage #combo-lcol-wrap .popup-wrap-video {
      background: rgba(0, 0, 0, 0.4); }
    #new-pdpage .productView-images .gallerytwrap,
    #new-pdpage #combo-lcol-wrap .gallerytwrap {
      padding-right: 20px;
      overflow: hidden;
      padding-top: 2px;
      position: absolute;
      top: 50px;
      left: 0px;
      height: 600px;
      margin-top: 0px; }
    #new-pdpage .productView-images .gallery-thumbs .swiper-slide,
    #new-pdpage .productView-images .gallery-thumbs-c .swiper-slide,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs .swiper-slide,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c .swiper-slide {
      height: 80px !important; }
    #new-pdpage .productView-images .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
    #new-pdpage #combo-lcol-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
      display: none; }
    #new-pdpage .productView-images .gallery-thumbs.swiper-thumbs,
    #new-pdpage .productView-images .gallery-thumbs-c.swiper-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs.swiper-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c.swiper-thumbs {
      display: block; }
    #new-pdpage .new-productView-images .imgbank,
    #new-pdpage #combo-lcol-wrap .imgbank {
      margin: auto; }
    #new-pdpage .new-productView-images .mobiletext,
    #new-pdpage #combo-lcol-wrap .mobiletext {
      display: none; }
    #new-pdpage .new-productView-images .pswipewrapper,
    #new-pdpage #combo-lcol-wrap .pswipewrapper {
      width: 100%;
      display: inline-block;
      margin: auto;
      overflow: hidden;
      padding-top: 12px;
      max-width: 502px;
      padding-left: 2px;
      padding-right: 2px; }
    #new-pdpage .new-productView-images .mtext,
    #new-pdpage #combo-lcol-wrap .mtext {
      display: none; }
    #new-pdpage .new-productView-images .dtext,
    #new-pdpage #combo-lcol-wrap .dtext {
      display: block; }
    #new-pdpage .new-productView-images .spcenter,
    #new-pdpage #combo-lcol-wrap .spcenter {
      position: relative;
      top: 0px;
      right: auto;
      transform: none;
      max-width: 710px;
      width: 100%;
      overflow: hidden;
      text-align: center;
      margin: auto; }
    #new-pdpage .new-productView-images .popupforswiper,
    #new-pdpage .new-productView-images #popup-video,
    #new-pdpage #combo-lcol-wrap .popupforswiper,
    #new-pdpage #combo-lcol-wrap #popup-video {
      position: fixed;
      background: #fff;
      height: auto;
      width: 80%;
      margin: auto;
      padding: 45px;
      left: 50%;
      margin-top: 40px;
      text-align: center;
      transform: translateX(-50%);
      max-width: calc(100vh - 190px); }
    #new-pdpage .new-productView-images .btn-close,
    #new-pdpage #combo-lcol-wrap .btn-close {
      position: absolute;
      right: 0px;
      top: -30px;
      right: -30px;
      background: #fff;
      border: 2px #000 solid;
      border-radius: 61px;
      width: 40px;
      text-align: center;
      padding: 0px;
      height: 40px;
      line-height: 36px;
      cursor: pointer; }
    #new-pdpage .new-productView-images .btn-close-video,
    #new-pdpage #combo-lcol-wrap .btn-close-video {
      position: absolute;
      right: 0px;
      top: -30px;
      right: -30px;
      background: #274a61;
      border: 2px #fff solid;
      border-radius: 61px;
      width: 40px;
      text-align: center;
      padding: 0px;
      height: 40px;
      line-height: 36px;
      cursor: pointer;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
      color: #fff; }
    #new-pdpage .new-productView-images .gallery-thumbs-sp,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-sp {
      position: relative;
      bottom: 10px;
      left: auto;
      width: 100%;
      margin-bottom: 0px;
      padding-bottom: 0px;
      max-width: 500px;
      margin: auto;
      text-align: center; }
    #new-pdpage .new-productView-images .gallery-thumbs,
    #new-pdpage .new-productView-images .gallery-thumbs-c,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c {
      display: block; }
    #new-pdpage .new-productView-images .popup-wrap,
    #new-pdpage .new-productView-images .popup-wrap-video,
    #new-pdpage #combo-lcol-wrap .popup-wrap,
    #new-pdpage #combo-lcol-wrap .popup-wrap-video {
      background: rgba(0, 0, 0, 0.4); }
    #new-pdpage .new-productView-images .gallerytwrap,
    #new-pdpage #combo-lcol-wrap .gallerytwrap {
      padding-right: 20px;
      overflow: hidden;
      padding-top: 2px;
      position: absolute;
      top: 50px;
      left: 0px;
      height: 600px;
      margin-top: 0px; }
    #new-pdpage .new-productView-images .gallery-thumbs .swiper-slide,
    #new-pdpage .new-productView-images .gallery-thumbs-c .swiper-slide,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs .swiper-slide,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c .swiper-slide {
      height: 80px !important; }
    #new-pdpage .new-productView-images .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal,
    #new-pdpage #combo-lcol-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
      display: none; }
    #new-pdpage .new-productView-images .gallery-thumbs.swiper-thumbs,
    #new-pdpage .new-productView-images .gallery-thumbs-c.swiper-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs.swiper-thumbs,
    #new-pdpage #combo-lcol-wrap .gallery-thumbs-c.swiper-thumbs {
      display: block; } }
  #new-pdpage .productView-images .imgbank div#gthumbup,
  #new-pdpage .productView-images .imgbank div#gthumbdown {
    position: relative;
    top: -3px;
    padding: 0px;
    width: 65px !important;
    border-radius: 0px;
    left: -2px;
    margin-top: 1px;
    margin-bottom: 5px;
    display: none;
    text-align: center;
    line-height: 48px; }
    @media only screen and (max-width: 1023px) {
      #new-pdpage .productView-images .imgbank div#gthumbup,
      #new-pdpage .productView-images .imgbank div#gthumbdown {
        display: block; } }
  #new-pdpage .new-productView-images .imgbank div#gthumbup,
  #new-pdpage .new-productView-images .imgbank div#gthumbdown {
    position: relative;
    top: -3px;
    padding: 0px;
    width: 65px !important;
    border-radius: 0px;
    left: -2px;
    margin-top: 1px;
    margin-bottom: 5px;
    display: none;
    text-align: center;
    line-height: 48px; }
    @media only screen and (max-width: 1023px) {
      #new-pdpage .new-productView-images .imgbank div#gthumbup,
      #new-pdpage .new-productView-images .imgbank div#gthumbdown {
        display: block; } }
  #new-pdpage .productView-images .imgbank div#gthumbdown {
    position: absolute;
    top: auto;
    left: 7px; }
  #new-pdpage .new-productView-images .imgbank div#gthumbdown {
    position: absolute;
    top: auto;
    left: 7px; }
  #new-pdpage .productView-images .imgbank div#gthumbup {
    left: 7px; }
  #new-pdpage .new-productView-images .imgbank div#gthumbup {
    left: 7px; }
  #new-pdpage div#swipershift {
    padding-left: 2px; }
    @media only screen and (min-width: 1024px) {
      #new-pdpage div#swipershift {
        overflow: hidden;
        padding: 2px;
        width: 80px;
        position: relative;
        left: -1px; } }
  #new-pdpage .productView-images .swiper-button-next svg,
  #new-pdpage .productView-images .swiper-button-prev svg {
    font-size: 15px;
    height: 20px;
    width: 20px; }
  #new-pdpage .new-productView-images .swiper-button-next svg,
  #new-pdpage .new-productView-images .swiper-button-prev svg {
    font-size: 15px;
    height: 20px;
    width: 20px; }
  #new-pdpage .swiper-container.gallery-thumbs-sp.swiper-thumbs {
    padding-left: 2px; }
  #new-pdpage .pswipewrapper .swiper-slide {
    padding-top: 60px; }
  #new-pdpage .swiper-zoom-target {
    pointer-events: all;
    -webkit-user-drag: unset; }
  #new-pdpage .quickView .vnail {
    display: none !important; }
  #new-pdpage .quickView .popup-wrap {
    display: none !important; }
  #new-pdpage #bread-finance-div {
    display: none !important; }
  #new-pdpage div#matchingjacket {
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.19);
    margin-top: 20px;
    padding: 0px 5px; }
    @media only screen and (min-width: 1024px) {
      #new-pdpage div#matchingjacket {
        padding: 0px; } }
    #new-pdpage div#matchingjacket h3 {
      background: #F3F8FF;
      margin: 0px;
      padding: 12px 15px;
      font-weight: bold;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
    #new-pdpage div#matchingjacket div#mjproducts {
      display: flex; }
      @media only screen and (max-width: 1023px) {
        #new-pdpage div#matchingjacket div#mjproducts {
          flex-wrap: wrap; } }
    #new-pdpage div#matchingjacket .mjbox {
      padding: 10px;
      width: calc(50% - 1px);
      cursor: pointer; }
      @media only screen and (min-width: 1024px) {
        #new-pdpage div#matchingjacket .mjbox {
          padding: 20px; } }
    #new-pdpage div#matchingjacket div#mjdivide {
      height: 300px;
      background: #F3F8FF;
      width: 1px;
      text-align: center; }
      #new-pdpage div#matchingjacket div#mjdivide .plus {
        background: #F3F8FF;
        width: 30px;
        height: 30px;
        position: relative;
        font-size: 17px;
        line-height: 30px;
        border-radius: 200px;
        top: 150px;
        left: -15px; }
    #new-pdpage div#matchingjacket .mj-msrp {
      color: #999;
      text-decoration: line-through; }
    #new-pdpage div#matchingjacket .mj-price {
      font-weight: 900;
      font-size: 18px;
      display: inline-block; }
    #new-pdpage div#matchingjacket .mj-perc {
      display: inline-block;
      color: #264F32;
      background: #E2F0E6;
      font-weight: bold;
      padding: 1px 3px;
      margin-left: 3px;
      position: relative;
      top: -1px; }
    #new-pdpage div#matchingjacket div#mj-total {
      width: 100%; }
    #new-pdpage div#matchingjacket div#mj-total {
      text-align: center;
      margin-top: 15px;
      margin-bottom: 30px;
      font-size: 20px; }
      @media only screen and (min-width: 1024px) {
        #new-pdpage div#matchingjacket div#mj-total {
          width: 270px;
          margin-top: 60px; } }
    #new-pdpage div#matchingjacket div#mj-atc {
      width: 140px;
      margin: auto;
      background: #31467E;
      color: #fff;
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      cursor: pointer; }
    #new-pdpage div#matchingjacket div#mj-total-price {
      color: #950000;
      font-weight: bold;
      font-size: 28px;
      margin-bottom: 12px; }
  #new-pdpage div#alert-modal {
    z-index: 999999; }
  #new-pdpage .loadingOverlay.pdp-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999; }
  #new-pdpage p.affirm-as-low-as {
    text-align: center; }
    @media only screen and (min-width: 1024px) {
      #new-pdpage p.affirm-as-low-as {
        text-align: left; } }
  @media only screen and (max-width: 1024px) {
    #new-pdpage div#gthumbdown,
    #new-pdpage #gthumbup {
      display: none !important; } }
  #new-pdpage div.avd-top {
    color: #FE727F;
    font-weight: bold;
    margin-left: 5px;
    position: relative; }
    #new-pdpage div.avd-top svg {
      position: relative;
      top: 1px; }
  #new-pdpage #underatc .avd-top {
    margin-left: 0px; }
  #new-pdpage div#pv-purchaseincludes {
    background: #F0F6F2;
    padding: 20px; }
    #new-pdpage div#pv-purchaseincludes strong {
      display: block;
      color: #31467F;
      font-size: 20px;
      margin-bottom: 5px; }
    #new-pdpage div#pv-purchaseincludes div#pv-pilist {
      line-height: 24px; }
      #new-pdpage div#pv-purchaseincludes div#pv-pilist svg {
        color: #608368;
        margin-right: 5px; }
      #new-pdpage div#pv-purchaseincludes div#pv-pilist svg.svg-inline--fa.fa-circle-info {
        color: #000;
        font-size: 13px;
        margin-left: 3px;
        cursor: pointer; }
  #new-pdpage .dpop-wrap.blockpop {
    border-radius: 5px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #new-pdpage .dpop-wrap.blockpop {
        width: 600px;
        max-width: 90%; } }
    #new-pdpage .dpop-wrap.blockpop div#dpopblock-eximg {
      padding: 20px; }
      #new-pdpage .dpop-wrap.blockpop div#dpopblock-eximg strong {
        color: #31467E;
        padding-bottom: 20px;
        display: block;
        font-size: 18px; }
    #new-pdpage .dpop-wrap.blockpop div#blockclose.dpop-close {
      color: #fff;
      font-size: 25px;
      top: 15px; }
    #new-pdpage .dpop-wrap.blockpop div#dpop-head {
      background: #31467E;
      text-align: left;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      font-size: 22px;
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 10px;
      color: #fff;
      padding-bottom: 15px; }
    #new-pdpage .dpop-wrap.blockpop div#dpopblock-text {
      padding: 20px; }
      #new-pdpage .dpop-wrap.blockpop div#dpopblock-text p {
        margin-bottom: 15px; }
    #new-pdpage .dpop-wrap.blockpop .blocktext-left-top {
      width: 50%;
      float: left;
      line-height: 18px;
      padding-right: 20px; }
    #new-pdpage .dpop-wrap.blockpop .blocktext-left.blocktextbox img {
      float: right;
      width: 50%; }
    #new-pdpage .dpop-wrap.blockpop .blocktext-right-btm {
      width: 50%;
      float: right;
      line-height: 18px;
      padding-left: 20px; }
    #new-pdpage .dpop-wrap.blockpop .blocktext-right.blocktextbox img {
      float: left;
      width: 50%; }
    #new-pdpage .dpop-wrap.blockpop .blockclear {
      height: 40px;
      width: 100%;
      clear: both; }
    #new-pdpage .dpop-wrap.blockpop div#dpopblock-text strong {
      color: #31467E;
      font-size: 21px;
      margin-bottom: 10px;
      display: block;
      line-height: 22px; }
  #new-pdpage div#add-to-cart-wrappernew {
    width: 100%;
    margin-top: 15px; }
    @media only screen and (min-width: 767px) {
      #new-pdpage div#add-to-cart-wrappernew {
        display: none; } }
  #new-pdpage #add-to-cart-wrapper {
    width: 100%; }
  @media screen and (max-width: 767px) {
    #new-pdpage .hidden-mob {
      display: none !important; }
    #new-pdpage .template-product .productView-title {
      margin-top: 10px; }
    #new-pdpage .template-product .new-productView-title {
      margin-top: 10px; }
    #new-pdpage .template-product #goback {
      display: none; }
    #new-pdpage .template-product .productView-images {
      padding-bottom: 10px; }
      #new-pdpage .template-product .productView-images .swipermain img {
        max-height: 200px; }
    #new-pdpage .template-product .tangiblee-cta {
      margin: 10px auto; }
    #new-pdpage .template-product .productView-product {
      margin-top: 10px; } }
  @media screen and (min-width: 767px) {
    #new-pdpage .grid-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      gap: 9px; }
    #new-pdpage .grid-wrapper img {
      padding: 50px 40px;
      background: #00000005; }
    #new-pdpage .hidden-desk {
      display: none !important; } }
  #new-pdpage #pv-titlebar {
    display: flex;
    flex-direction: column; }
  #new-pdpage #new-pv-titlebar {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  #new-pdpage .title-container {
    width: 80%; }
  #new-pdpage .productView-title {
    margin: 0;
    color: var(--Black, #000);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; }
  #new-pdpage .new-productView-title {
    margin: 0;
    color: var(--Black, #000);
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; }
  #new-pdpage .new-pdp-priceView {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-bottom: 8px; }
  #new-pdpage .bffriday {
    width: 300px; }
  #new-pdpage #new-pdp-price-wrap {
    border-radius: 100px;
    background: #E2F0E6;
    width: auto;
    height: 20px;
    padding: 0 8px; }
  #new-pdpage #custom-pdp-percent {
    color: #2C5937;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    white-space: nowrap;
    text-transform: uppercase; }
  #new-pdpage .productView-text-hour {
    display: flex; }
  #new-pdpage p.productView-new-text {
    margin-bottom: 0px !important;
    width: 100%;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
  #new-pdpage .f14 {
    font-size: 14px; }
  #new-pdpage .f18 {
    font-size: 18px; }
  #new-pdpage .productView-line {
    display: flex;
    flex-direction: row;
    width: 400px;
    gap: 10px; }
  #new-pdpage .productView-text-hour {
    width: 500px;
    padding: 9px 21.5px;
    background-color: #fff; }
  #new-pdpage .cred {
    color: #990E35 !important; }
  #new-pdpage #wasale-hour {
    display: flex;
    padding: 0px 8px;
    align-items: center;
    gap: 10px;
    background-color: #212957;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    justify-content: center; }
  #new-pdpage #hoursleft-white {
    color: #fff;
    font-size: 14px; }
  #new-pdpage #saledays,
  #new-pdpage #salehours,
  #new-pdpage #salemins,
  #new-pdpage #saleseconds {
    color: #fff;
    font-size: 14px; }
  #new-pdpage .productFeature-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 24px 12px; }
  #new-pdpage .first-feature,
  #new-pdpage .sec-feature,
  #new-pdpage .third-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px; }
  #new-pdpage .feature-text-1,
  #new-pdpage .feature-text-2,
  #new-pdpage .feature-text-3 {
    color: var(--Black, #000);
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0px; }
  #new-pdpage .custom-price,
  #new-pdpage .custom-trucks,
  #new-pdpage .custom-check {
    width: 28px;
    height: 28px; }
  #new-pdpage .custom-truck {
    width: 32px;
    height: 32px;
    background-color: #F4F4F4;
    border-radius: 50%;
    padding: 4px; }
  #new-pdpage .blue-button {
    border-radius: 8px;
    background: #445B92; }
  #new-pdpage .productView-subtext {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  #new-pdpage .first-line {
    display: flex;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: var(--Black, #000);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */ }
  #new-pdpage .klarna-icon,
  #new-pdpage .affirm-icon {
    width: 50px;
    height: 20px; }
  #new-pdpage .affirm-icon {
    margin-top: -10px; }
  #new-pdpage .custom-number {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px; }
  #new-pdpage .subtext-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; }
  #new-pdpage .sec-line {
    margin-bottom: 0px;
    color: var(--Black, #000);
    text-align: center;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 100% */ }
  #new-pdpage .productView-cta-button {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
    width: 100%; }
  #new-pdpage .cta-button-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin-bottom: 0;
    padding-bottom: 0; }
  #new-pdpage .custom-button-text {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif !important;
    color: var(--Blue, #445B92);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0; }
  #new-pdpage .custom-button {
    border: 1px solid #445B92;
    border-radius: 8px;
    background-color: #fff;
    color: #445B92;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
  #new-pdpage .custom-cta {
    width: 24px;
    height: 24px;
    margin-right: 5px; }
  #new-pdpage .product-details-list {
    display: none; }
  #new-pdpage #aboutthistitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
  #new-pdpage .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px 15px;
    background-color: #F3F8FE;
    border-radius: 8px;
    margin-top: 24px; }
  #new-pdpage .accordion-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0; }
    #new-pdpage .accordion-head svg {
      transition: transform 0.3s ease;
      min-width: 24px;
      width: 24px;
      height: 24px;
      margin-left: 8px; }
    #new-pdpage .accordion-head.active svg {
      transform: rotate(180deg); }
  #new-pdpage .arrow-icon {
    width: 24px;
    height: 24px;
    transform-origin: center center;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
    flex-shrink: 0; }
  #new-pdpage .accordion-head.active {
    display: flex;
    align-items: flex-start; }
  #new-pdpage .accordion-head.active .arrow-icon {
    transform: rotate(180deg); }
  #new-pdpage .diamond-specs {
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff; }
    #new-pdpage .diamond-specs td:nth-child(2) {
      text-align: right; }
  #new-pdpage .diamond-specs td {
    padding: 6px 12px;
    color: #333;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }
  #new-pdpage .diamond-specs tr:nth-child(even) {
    background: #E5E5E5; }
  #new-pdpage .new-pv-pddesc {
    width: 448px; }
  #new-pdpage a.button.dropdown-menu-button.wishlistcustom {
    position: relative;
    right: 0px;
    height: 50px;
    width: 50px;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 23px;
    color: #212957;
    background-color: #F3F8FE;
    border-radius: 50%;
    border: none; }
    @media (min-width: 1024px) {
      #new-pdpage a.button.dropdown-menu-button.wishlistcustom {
        bottom: 14px;
        line-height: 51px;
        padding-top: 2px;
        letter-spacing: 2px;
        font-size: 24px;
        right: 0px; } }
  #new-pdpage .form-option.form-option-swatch {
    border-radius: 50%; }
  #new-pdpage .form-option-wrapper label:not(.form-option-swatch) {
    border-radius: 50%;
    height: 42px;
    align-items: center;
    display: flex; }
  #new-pdpage #new-pdpage .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 15px;
    background-color: #F3F8FE;
    border-radius: 8px;
    margin-top: 24px; }
    #new-pdpage #new-pdpage .about-wrapper .accordion-head.active ~ #new-pv-pddesc {
      margin-top: 24px; }
  #new-pdpage #new-pdpage .pv-col .pv-overview {
    margin-bottom: 0; }
  #new-pdpage #new-pdpage .pv-col .accordion-head.active ~ #pvtable {
    margin-top: 24px; }

.warranty-text {
  color: #000;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 90.909% */
  display: contents; }

.under-warranty-text {
  color: #000;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.warranty-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

#new-pdpage .pv-col {
  height: auto;
  margin: 0;
  padding: 0; }

#new-pdpage h4.upsell-heading {
  color: var(--Black, #000);
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 24px;
  margin-bottom: 24px; }

#new-pdpage div#upsellwrapp span.learnclick,
.learn-more-link {
  color: #000000;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font; }

#new-pdpage .upsell-item {
  color: var(--Black, #000);
  text-align: center;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */ }

#new-pdpage span.upsellprice {
  color: var(--Black, #000);
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 22px; }

#new-pdpage #productrecs h2 {
  color: var(--Black, #000);
  text-align: center;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 90% */
  text-transform: capitalize; }

#new-pdpage .ss-al {
  display: none; }

@media screen and (max-width: 678px) {
  #new-pv-titlebar {
    height: auto;
    width: 100%; }
  a.button.dropdown-menu-button.wishlistcustom svg {
    position: relative;
    top: 12px; }
  #new-pdpage .new-rcolwrap {
    border-radius: 10px;
    background-color: #F3F8FE;
    padding: 12px;
    margin: 0 10px; }
  .new-productView-title {
    font-size: 24px !important; }
  #new-pdpage .new-productView-images {
    padding: 0px 20px; }
  #new-pdpage .upsell-item {
    width: 77%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
  #new-pdpage .upsellwrapp {
    padding: 10px; }
  #new-pdpage .custom-button {
    width: 30%; } }

#new-pdpage .productView-options label.form-label.form-label--alternate.form-label--inlineSmall {
  color: var(--Black, #000);
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px; }

#new-pdpage .productView-options label.form-label.form-label--alternate.form-label--inlineSmall span {
  font-weight: 400; }

#new-pdpage .form-option-wrapper label:not(.form-option-swatch) {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 14px;
  margin-bottom: 12px;
  color: #000; }

#new-pdpage .form-field {
  margin-bottom: 20px !important; }

#new-pdpage .ss-recs-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 90% */
  text-transform: capitalize; }

#new-pdpage .exbox-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%; }

#new-pdpage .exwarranty-text {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 6px; }

#new-pdpage .exwarranty-text-p {
  margin-bottom: 24px; }

#new-pdpage div#exboxes .exbox span {
  font-weight: 700;
  font-size: 17px; }

@media (max-width: 768px) {
  #new-pdpage {
    padding: 0 0; }
  .container {
    padding: 0 20px; }
  body .breadcrumb {
    display: flex !important; }
  .breadcrumbs {
    display: flex !important; }
  #new-pdpage li.breadcrumb.is-active span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    display: inline-block;
    font-size: 12px; }
  #new-pdpage ol.breadcrumbs a span {
    font-size: 12px; }
  #new-pdpage .breadcrumb:not(:first-child):before {
    margin-top: 4px; }
  #new-pdpage ol.breadcrumbs {
    padding-bottom: 18px; }
  #new-pdpage .productView {
    margin: 0; }
  #new-pdpage .new-rcolwrap {
    margin-top: 24px; }
  #new-pdpage .productView-product {
    margin-top: 0; }
  #new-pdpage .productView-text-hour {
    width: 277px; }
  #new-pdpage #shiptext {
    font-size: 16px; }
  #new-pdpage div#underatc {
    width: 389px; }
  #new-pdpage .form-field {
    min-width: 350px; }
  #new-pdpage div#upsellwrapp {
    margin: 0px -25px; }
  #new-pdpage .upsell-item {
    font-size: 18px; }
  #new-pdpage .feature-text-3 {
    font-size: 16px; }
  .price--on-sale {
    flex-direction: column-reverse; }
  #new-pdpage #productrecs h2 {
    font-size: 32px; }
  .jdgm-rev-widg__title {
    font-size: 32px; }
  .sd-simple-text-1548d3ff-dfaa-403d-a2d1-c8fb6bf72132 * {
    font-size: 32px; }
  #new-pdpage .productFeature-wrapper {
    gap: 12px; }
  #new-pdpage input#form-action-addToCarts {
    background-color: #445B92;
    border-radius: 8px; }
  #new-pdpage .first-line {
    font-size: 14px; }
  #new-pdpage .cta-button-container {
    padding: 0; }
  #new-pdpage .cta-button-container {
    justify-content: space-between !important; }
  #new-pdpage .custom-button-text {
    flex-shrink: 0; }
  #new-pdpage .custom-cta {
    width: 17px;
    height: 17px; } }

.info-card h3 {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0px; }

.head-card {
  gap: 11px !important; }

.info-card p {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 24px;
  color: #000000 !important;
  padding-top: 12px; }

.sd-simple-text-1548d3ff-dfaa-403d-a2d1-c8fb6bf72132 {
  margin-bottom: 30px !important; }

div#footernl #footertext-newsletter h2 {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000000 !important; }

div#footernl #footertext-newsletter p {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #000000 !important; }

@media screen and (min-width: 1140px) {
  div#footertext-help,
  div#footertext-newsletter,
  div#footertext-social {
    width: calc(58% - 20px);
    display: inline-block;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center; } }

.jdgm-rev-widg__title {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000000 !important; }

#new-pdpage .third-feature .custom-truck {
  background-color: unset; }

@media screen and (max-width: 768px) {
  .feature-text-1,
  .feature-text-2,
  .feature-text-3 {
    font-size: 16px !important; }
  #new-pdpage .gallerytwrap.hidden-desk {
    width: 500px; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  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: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1024px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

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

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  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: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

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

.listItem-figure .sale-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1024px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 768px) {
  .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;
  padding: 0px 20px; }
  .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: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* Scss Document */
body {
  max-width: 100%; }

#modal #msrpnote {
  display: none; }

.barpage .page-sidebar {
  background: #fff  none repeat scroll 0 0;
  padding: 0 !important; }

.barpage #filter-list {
  margin-top: 5px; }

.barpage #filter-list:before {
  content: "Shop By Style";
  font-size: 21px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-left: 20px;
  padding-bottom: 10px;
  display: block; }

.barpage #faceted-search-container nav > h4 {
  display: none; }

.barpage .navList {
  padding: 0px 0px 0px 20px; }

.barpage li.navList-item a span {
  display: none; }

.barpage li.navList-item {
  width: calc(33% - 14px) !important;
  margin-right: 10px; }

.barpage li.navList-item a {
  background: #fff;
  border-radius: 0px;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-size: 14px; }

.barpage li a:after, .barpage li a:before {
  display: none !important;
  text-align: center; }

.barpage li.navList-item {
  float: left;
  text-align: center; }

.barpage .navList-item .is-selected {
  background: #fff none repeat scroll 0 0 !important;
  box-shadow: 0 0 0 2px #212957 inset; }

#attrtable #SHAPE, #attrtable #TYPE, #attrtable #CARAT, #attrtable #CLARITY, #attrtable #CUT, #attrtable #COLOR, #attrtable #PRICE, #attrtable #Certification {
  font-size: 15px;
  width: 9%; }

#attrtable #Certification, #attrtable #TREATMENT {
  width: 13% !important; }

.dia-imgwrap {
  float: left;
  width: 9%; }

#attrtable {
  background: #878ba4 none repeat scroll 0 0;
  color: #fff;
  padding: 12px 0px 10px 0px;
  font-size: 16px;
  font-weight: 500;
  float: left;
  width: 100%; }

.dia-imgwrap img {
  max-width: 40px; }

.dia-imgwrap {
  margin-top: 20px; }

.dialist {
  list-style: none;
  margin: 0px;
  padding: 0px; }

.diaitem {
  border-bottom: none;
  float: left;
  list-style: outside none none;
  padding: 0px;
  text-align: center;
  width: 100%;
  cursor: pointer; }

.di-type, .di-color, .di-price, .di-car, .di-clar, .di-cut, .di-tre, .di-cert {
  width: 12.6%; }

.di-tre, .di-cert {
  width: 18.5%; }

.barpage .price.price--withoutTax {
  float: none; }

.adddiamond {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #212957;
  border-radius: 0;
  color: #212957;
  cursor: pointer;
  float: right;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  margin-top: 25px;
  min-width: 64px;
  padding: 6px 0;
  text-transform: uppercase;
  width: 6%; }

.diaitem:active .adddiamond, .diaitem:hover .adddiamond, .diaitem:focus .adddiamond {
  background: #212957;
  color: #fff;
  cursor: pointer; }

.diaprice .price-section.price-section--withoutTax, .diaprice .price-section.price-section--withoutTax .price {
  padding: 0px;
  font-size: 15px;
  font-weight: 500; }

.diaprice {
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 9%; }

.dia-attr > div {
  float: left;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: initial;
  margin-top: 30px; }

.dia-attr {
  float: left;
  width: 71%; }

#attrtable span {
  display: inline-block;
  text-align: center;
  width: 14.1%; }

.diaitem .price-section--saving {
  display: none !important; }

.settings .productGrid li {
  position: relative; }

.settings .productGrid li .card-figure {
  position: static; }

.settings .productGrid .quickview {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  text-indent: -9999px;
  width: 100%; }

.quickView .pvl-col {
  display: none; }

.barpage .quickView .pvl-col {
  display: block;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; }

.settings .productGrid li:hover .card-text:after {
  background: #212958;
  color: #fff; }

.settings .productGrid .card-text:after {
  content: "VIEW OPTIONS";
  display: block;
  width: 100%;
  float: left;
  border: 2px #212958 solid;
  color: #212958;
  margin-left: 0px;
  padding: 5px 5px;
  margin-top: 10px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .settings .productGrid .card-text:after {
      content: "VIEW OPTIONS";
      display: block;
      width: calc(100% - 20px);
      float: left;
      border: 2px #212958 solid;
      color: #212958;
      margin-left: 20px;
      padding: 5px 10px;
      margin-top: 10px;
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      text-align: center;
      font-weight: 500;
      font-size: 18px; } }

.settingatc {
  background: #212957 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 20px;
  overflow: hidden;
  padding: 11px 10px !important;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  height: 50px;
  line-height: 32px;
  max-width: 320px; }

.stepprice a {
  font-size: 13px;
  text-transform: capitalize; }

.stepprice {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  text-align: left; }

.steptext {
  float: left;
  margin-top: 16px;
  margin-left: 9px;
  color: #212957;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .steptext {
      margin-top: 13px; } }

#bar-top-easy strong {
  display: block;
  font-size: 22px;
  font-weight: normal; }

#bar-top-easy {
  color: #212957;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  min-height: 85px;
  padding-right: 20px;
  padding-top: 17px;
  text-align: left; }

#bar-top {
  background: #eff0f3 none repeat scroll 0 0;
  float: left;
  height: auto;
  width: calc(100% + 20px);
  height: 70px;
  margin-top: 20px;
  margin-bottom: 20px; }

.stepimg {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  float: left;
  margin-left: 4%;
  margin-top: 15px;
  padding: 5px;
  width: 55px; }
  @media (min-width: 768px) {
    .stepimg {
      margin-top: 10px;
      width: 50px; } }

#bar-top > div {
  padding-left: 0px; }

@media (min-width: 768px) {
  #bar-top > div {
    float: left;
    min-height: 70px;
    width: calc(25% - 4px);
    padding-left: 40px; } }

.comp-price {
  float: right;
  font-weight: bold; }

.comp-text .comp-name {
  font-weight: bold;
  margin-bottom: 3px;
  display: block; }

.comp-text {
  float: left;
  margin-left: 30px;
  margin-top: 12px; }

.bcom-box img {
  float: left;
  width: 70px; }

.bcom-box {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom: 1px #ccc solid; }

#bcom-theader #bcom-tprice {
  float: right; }

#bcom-yi {
  float: left; }

#bcom-finalstep p {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: -4px;
  margin-bottom: 30px; }

#bcom-finalstep h1 {
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  margin-top: 34px;
  float: left;
  width: 100%;
  color: #212957;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    #bcom-finalstep h1 {
      font-size: 40px; } }

#bcom-theader {
  background: #878ba4;
  color: #fff;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  float: left;
  width: 100%; }

#bcom-table {
  float: left;
  width: 100%; }

#bcomupsells #upsell-wrapper-1294, #bcomupsells #upsell-wrapper-1125 {
  display: block; }

#bcom-finalprice {
  font-size: 20px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: right;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px; }

#bcomupsells #upsellwrapp .upsell-heading {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    #bcomupsells #upsellwrapp .upsell-heading {
      font-size: 30px;
      font-weight: 400; } }

#bcomupsells #upsellwrapp {
  float: left;
  width: 100%;
  background: #f6f7f8;
  text-align: center;
  margin-top: 40px;
  padding-top: 28px; }

#bcom-wrapper #bar-top {
  width: 100%; }

#bcom-wrapper {
  width: calc(100% + 40px);
  margin-left: -20px; }

#bcomupsells .upsell-wrapper {
  display: inline-block !important;
  float: none;
  margin: 2% 3%;
  max-width: 350px;
  width: 27%; }

#bcomupsells .upsellcheck {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 50px;
  color: #212957;
  display: inline-block;
  font-family: "Helvetica", arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  height: 34px;
  line-height: 31px;
  margin-right: 5px;
  position: relative;
  text-align: center;
  top: 4px;
  transform: translateZ(0px);
  width: 34px; }

#bcomupsells .upsell-item {
  cursor: pointer;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 2px 0;
  position: relative; }

#bcom-finalstep p {
  float: left;
  margin-bottom: 30px;
  margin-top: -4px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 22px; }
  @media (min-width: 768px) {
    #bcom-finalstep p {
      font-size: 18px; } }

#bcomupsells .upsell-wrapper > img {
  margin-left: 3px;
  margin-top: 14px;
  width: 15px; }

#bcom-startover {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #212957;
  border-radius: 5px;
  float: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
  width: 360px;
  cursor: pointer; }
  #bcom-startover:hover, #bcom-startover:active, #bcom-startover:focus {
    background-color: #212957;
    color: #fff;
    cursor: pointer; }

#form-action-addToCart:hover, #form-action-addToCart:active, #form-action-addToCart:focus {
  background-color: #595f81;
  color: #fff;
  cursor: pointer; }

#bcom-finalstep .dpop-wrap {
  left: 50%;
  margin-left: -250px;
  max-height: 88%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  position: fixed;
  top: 6%;
  width: 500px; }

.barpage .accordion--navList {
  margin-bottom: -1px; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Round, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Round.is-selected {
  padding-top: 80px;
  background: #fff url("../img/buar/round_new.gif") no-repeat scroll center 20px/50% auto !important; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Princess, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Princess.is-selected {
  padding-top: 80px;
  background: #fff url("../img/buar/princess.gif") no-repeat scroll center 22px/50% auto !important; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Pear, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Pear.is-selected {
  padding-top: 80px;
  background: #fff url("../img/buar/pear.gif") no-repeat scroll center 12px/45% auto !important; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Oval, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Oval.is-selected {
  padding-top: 80px;
  background: #fff url("../img/buar/oval.gif") no-repeat scroll center 15px/50% auto !important; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Emearld, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Emearld.is-selected {
  background: #fff url("../img/buar/emerald.gif") no-repeat scroll center 16px/45% auto !important;
  padding-top: 80px; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Radiant, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Radiant.is-selected {
  background: #fff url("../img/buar/radiant.png") no-repeat scroll center 11px/72% auto !important;
  padding-top: 80px; }

.barpage #facetedSearch-navList--Diamond_Shape .navList-action.Cushion, .barpage #facetedSearch-navList--Diamond_Shape .navList-action.Cushion.is-selected {
  background: #fff url("../img/buar/radiant.png") no-repeat scroll center 11px/72% auto !important;
  padding-top: 80px; }

.barpage #product-listing-container.bar-diamondlist {
  padding-left: 0px;
  margin-top: 0px;
  padding-right: 0px; }

.barpage .facetedSearch-refineFilters.sidebarBlock {
  background: none; }

p.bc-upselltext {
  padding-left: 45px;
  text-align: left !important;
  margin-top: 4px !important; }

#bcomupsells .active .upsellcheck {
  background-color: transparent;
  background-image: url("../img/pp-check.png");
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-size: 24px auto;
  border: medium none;
  color: transparent;
  top: 5px; }

#bcom-startover {
  border: 2px solid #212957;
  border-radius: 5px;
  float: left;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif, arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px !important;
  text-align: center;
  text-transform: uppercase;
  width: 360px; }

#cringform #form-action-addToCart {
  float: right; }

#buildaring #heroimg {
  margin-top: 0px;
  width: 40%; }

#buar-startbutton {
  background: #212957 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  padding: 9px 55px;
  text-decoration: none;
  width: 90%; }

#buildaring #herotext-bar img {
  margin: auto; }

#buildaring #herotext-bar strong {
  font-size: 44px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center; }

#buildaring #herotext-bar {
  font-size: 24px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  padding-top: 32px;
  color: #212957; }

#buildaring {
  width: calc(100%);
  margin-top: 0px; }

.cyo-step span {
  display: block;
  line-height: 20px;
  margin-top: -6px;
  font-size: 16px; }

.cyo-step:nth-child(2) {
  margin: auto;
  float: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.cyo-step:nth-child(3) {
  float: right; }

.cyo-step strong {
  font-size: 25px !important;
  display: block;
  margin: 0px !important; }

.cyo-step {
  width: 27%;
  float: left;
  font-size: 18px;
  line-height: 7px;
  margin-bottom: 16px; }

#cyo-text {
  max-width: 526px;
  margin: auto;
  text-align: center;
  position: relative; }

#buildaring #herotext-bar > * {
  display: block;
  text-align: center;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }

#buildaring #herotext-bar {
  float: left;
  background: #f5f5f5;
  width: 60%;
  text-align: center; }

#bl-sub {
  margin-bottom: 50px;
  float: left;
  width: 100%; }

.bl-subbox50:nth-child(2) {
  border-right: 1px #ccc solid; }

.bl-subbox50 {
  width: calc(50% - 1px);
  float: left;
  padding-left: 10px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 0px; }

#bl-sub h2 {
  text-align: center;
  font-size: 30px;
  color: #212957; }

.bl-subbox50 img {
  float: left;
  margin-left: 2%;
  width: 27%; }

.bl-subbox50 .bl-subtext {
  float: left;
  margin-left: 3%;
  text-align: left;
  width: 62%; }

.bl-subtext strong {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 400; }

.bl-subtext a {
  color: #fff;
  background: #212957;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px; }

.bl-subbox33 p {
  max-width: 300px; }

#bl-sub {
  text-align: center; }

.bl-subbox33:nth-child(6) {
  margin-left: 2.5%;
  margin-right: 2.5%; }

.bl-subbox33 {
  display: inline-block;
  float: none;
  margin-top: 40px !important;
  text-align: left;
  width: 31.33%; }

.bl-subtext a {
  color: #fff;
  background: #212957;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 24px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px; }

#bl-hero {
  background: #f5f5f5 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%; }

#buildaring #heroimg {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%; }

.barpage #filter-subcats {
  display: none; }

.barpage #product-listing-container {
  margin-top: 30px; }

.barpage .settings .productGrid .quickview {
  display: block; }

.barpage .modal .productView {
  display: block; }

.barpage .productView-details {
  background: #fff none repeat scroll 0 0;
  border: none;
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px 20px 0 s0;
  text-align: left; }

.barpage .productView-details {
  width: 60%; }

.barpage .productView-images {
  width: 40%; }

.barpage .productView-thumbnail {
  width: 50px;
  margin: 5px; }

#attrtable span:last-child {
  border-right: 0px; }

#attrtable span {
  border-right: 1px #c7c9d5 solid; }

#bcomupsells .upsell-item.active .infoicon::after {
  top: 5px; }

.buildinggif {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0px;
  left: 0px;
  z-index: 999999999;
  background-image: url("../img/buar/buildringing.gif");
  background-repeat: no-repeat;
  background-size: 340px auto;
  background-position: center; }

.barpage .productView-product .pv-title {
  margin-top: 0px;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 26px; }

.barpage .grid-toggle {
  float: left; }

.barpage #faceted-search-container {
  margin-right: 20px;
  width: calc(25% - 25px);
  min-width: 256px; }

.barpage .page-sidebar + .page-content {
  width: calc(100% - 280px); }

.barpage .pvl-col {
  float: left;
  width: 40%; }

.barpage .product-details-list li {
  font-weight: 600; }

.barpage #qv-itemdet {
  display: none !important; }

.barpage #quickview-desc strong:first-child {
  display: block;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400; }

.barpage #quickview-desc {
  margin-top: 20px; }

.barpage .modal-body.quickView .description-text {
  display: block;
  margin-top: 20px; }

.barpage .pvl-col {
  float: left;
  margin-top: 25px;
  width: 40%; }

@media only screen and (max-width: 1130px) and (min-width: 769px) {
  #bcomupsells .upsell-wrapper {
    display: inline-block !important;
    float: left;
    margin: 15px 0 0 13px;
    max-width: calc(100% - 15px);
    position: relative;
    width: 100%; }
  .barpage #facetedSearch-content--Stone_Setting li, .barpage #facetedSearch-navList--Diamond_Shape li, .barpage #facetedSearch-navList--Carat_Weight_Ranges li, .barpage #facetedSearch-navList--Color li, .barpage #facetedSearch-navList--Metal_Type li {
    width: calc(50% - 13px) !important; }
  .barpage .page #product-listing-container #sopa-top {
    padding-left: 20px; }
  .barpage #filtertoggle::before {
    content: "Narrow Your Results";
    font-size: 18px;
    margin-right: 5px; }
  .barpage #filtertoggle {
    font-size: 0;
    width: calc(100% - 40px); }
  #sorttoggle {
    display: none; } }

@media only screen and (max-width: 768px) {
  .barpage #product-listing-container #sopa-top {
    height: auto; }
  #sorttoggle {
    display: inline-block; }
  .comp-price {
    float: left;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px; }
  .barpage .page #product-listing-container #sopa-top {
    padding-left: 20px; }
  .bcom-box img {
    float: left;
    margin-bottom: 22px;
    width: 50px; }
  #bcom-tprice {
    display: none; }
  .barpage .modal .productView strong {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .barpage .modal .pvl-col strong {
    text-align: left; }
  .barpage .modal .productView-images, .barpage .modal .productView-details, .barpage .modal .pvl-col {
    width: 100%;
    float: left; }
  .barpage .productView-details {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    margin-left: -20px;
    margin-right: -20px;
    text-align: left; }
  .barpage .pv-col, .barpage .pvl-col {
    margin-top: 0px; }
  .productView-thumbnail {
    border: 1px solid #ccc;
    display: inline-block;
    float: none;
    margin: 5px 5px 20px;
    padding: 5px;
    width: 60px; }
  .barpage #faceted-search-container {
    width: 100%; }
  .modal-body.quickView .productView-images {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }
  .barpage .breadcrumbs {
    display: block;
    float: left;
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    padding-left: 20px; }
  .barpage .page-heading {
    text-align: left;
    padding-left: 20px !important; }
  .barpage .breadcrumb, .barpage .breadcrumbs {
    padding-top: 0px !important; }
  #buildaring {
    width: 100%; }
  #buildaring #heroimg {
    display: none; }
  #buildaring #herotext-bar {
    width: 100%; }
  body.barpage .body.category-page {
    margin-top: 10px; }
  .bl-subbox50 {
    border-right: 0 none !important;
    float: left;
    padding: 0;
    text-align: center;
    width: 100%; }
  .bl-subbox50 img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
  .bl-subbox50 .bl-subtext {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 375px;
    padding: 0 20px;
    text-align: center;
    width: 100%; }
  .bl-subbox33 {
    display: block;
    float: left; }
  .bl-subbox33 {
    display: block;
    float: left;
    margin-top: 40px !important;
    text-align: center;
    width: 100%; }
  .bl-subbox33 {
    display: block;
    float: left;
    margin: 30px 0 0 !important;
    text-align: center;
    width: 100%; }
  .bl-subbox33 p {
    margin: auto auto 16px;
    max-width: 300px; }
  .bl-subtext {
    margin-top: 25px; }
  div.grid-toggle.active {
    background: #24315c none repeat scroll 0 0;
    border-color: #24351c;
    color: #212957; }
  .grid-toggle.active::after {
    border-right: 2px solid #24351c;
    border-top: 2px solid #24351c;
    top: 0;
    transform: rotate(-45deg); }
  #settingsgrid #product-listing-container {
    margin-top: 20px; }
  #settingsgrid #filter-subcats {
    display: none !important; }
  .dia-imgwrap img {
    max-width: 40px; }
  .dia-imgwrap {
    margin-top: 30px; }
  #attrtable {
    display: none; }
  .dia-attr {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: auto; }
  .dia-attr > div {
    float: left;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    height: auto;
    line-height: initial;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 2px;
    width: auto;
    display: block;
    clear: both; }
  .dia-attr > div:before {
    content: "Carat";
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #767676;
    display: inline-block; }
  .dia-attr > div.di-cut:before {
    content: "Cut"; }
  .dia-attr > div.di-type::before {
    content: "Type";
    padding-right: 4px; }
  .dia-attr > div.di-color:before {
    content: "Color"; }
  .dia-attr > div.di-clar:before {
    content: "Clarity"; }
  .dia-attr > div.di-tre:before {
    content: "Treatment"; }
  .diaprice {
    clear: none;
    float: left;
    height: auto;
    line-height: 20px;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600 !important; }
  .diaprice .price.price--withoutTax {
    color: #000; }
  .diaprice .price.price--withoutTax::before {
    content: "Price";
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    color: #767676; }
  .diamondItem {
    position: relative;
    padding-left: 50px;
    float: left; }
  .dia-imgwrap {
    left: 0;
    position: absolute;
    float: none;
    width: auto; }
  .adddiamond {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    clear: left;
    cursor: pointer;
    float: right;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    margin-top: 8px;
    margin-right: 20px;
    min-width: 114px;
    text-transform: uppercase;
    width: auto;
    border: 2px #212958 solid;
    color: #212958;
    margin-left: 0px;
    padding: 5px 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px; }
  .adddiamond:active, .adddiamond:hover {
    background: #212958;
    color: #fff;
    cursor: pointer; }
  .diaprice .price-section.price-section--withoutTax, .diaprice .price-section.price-section--withoutTax .price {
    font-weight: 600;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 14px; }
  .bcom-box img {
    float: left;
    width: 50px; }
  .comp-text {
    float: left;
    margin-left: 15px;
    margin-top: 0;
    width: calc(100% - 65px); }
  #bcomupsells .upsell-wrapper {
    display: inline-block !important;
    float: left;
    margin: 15px 15px 0;
    max-width: calc(100% - 30px);
    position: relative;
    width: 100%; }
  .upsell-item {
    cursor: pointer;
    float: left;
    margin-right: 0;
    text-align: left; }
  #bcom-finalstep p {
    margin-top: -4px; }
  #bcom-finalprice {
    padding-right: 15px; }
  #cringform {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
  #cringform #bcom-startover, #cringform > #form-action-addToCart {
    border-radius: 5px;
    margin-top: 20px;
    max-width: 100%;
    width: 100%; }
  .barpage .pv-col, .barpage .pvl-col {
    width: 100%; } }

@media only screen and (min-width: 1140px) {
  .barpage .page-sidebar + .page-content {
    width: calc(100% - 320px); } }

@media only screen and (max-width: 768px) {
  .barpage .page-sidebar + .page-content {
    width: calc(100% - 20px);
    margin-left: 10px; }
    .barpage .page-sidebar + .page-content .barpage .productGrid .product {
      margin-bottom: 50px; } }

.bar-top-steps .stepsvg {
  fill: #999;
  float: left;
  height: 50px;
  margin-left: 7%;
  margin-top: 12px;
  width: auto; }

.bar-top-steps.active .stepsvg {
  fill: #fff; }

#stepone .stepsvg {
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 6px; }

#steptwo .stepsvg {
  height: 28px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }

#stepthree .stepsvg {
  height: 35px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 5px; }

@media (min-width: 768px) {
  #stepone .stepsvg {
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-top: 22px;
    margin-right: 10px; }
  #steptwo .stepsvg {
    height: 32px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-right: 10px; }
  #stepthree .stepsvg {
    height: 40px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
    margin-right: 10px; } }

@media only screen and (max-width: 767px) {
  .diamondItem {
    padding-left: 0px;
    width: 100%; }
  .dia-imgwrap {
    width: 40%;
    margin-top: 40px; }
  .adddiamond {
    margin-top: -20px;
    margin-bottom: 20px;
    width: 100%;
    float: none; }
  .dia-attr {
    margin-left: 45%;
    margin-top: 20px;
    padding-bottom: 20px; }
  .diaprice {
    margin-left: 45%;
    margin-top: -20px;
    padding-bottom: 40px; }
  .dia-attr > div {
    padding-bottom: 4px; }
  .dia-imgwrap img {
    max-width: 60px; }
  .diaitem:nth-child(2n) {
    background: #f6f7f8; } }

@media only screen and (max-width: 1075px) and (min-width: 768px) {
  #bar-top #stepone::before {
    border: none; }
  .barpage #faceted-search-container {
    display: block;
    width: 100%; }
  .barpage .grid-toggle {
    display: block;
    margin-bottom: 20px; }
  .barpage #filterwrapper {
    display: none; }
  .barpage .page-sidebar + .page-content {
    width: 100%; }
  .barpage .body.category-page .container {
    padding-right: 0px; }
  .barpage .page {
    margin: 0px; } }

#facetedSearch-navList--Diamond_Treatment li {
  width: 100% !important; }

/* Scss Document */
/* TOPBAR CSS */
.text-mobile {
  display: none; }

.bar-top-steps > img {
  filter: brightness(65%);
  float: left;
  margin-top: 14px;
  width: 50px;
  margin-left: 7%; }

.tsteptext {
  color: #999;
  float: none;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 14px;
  margin-left: 0;
  margin-top: -5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  clear: center; }
  .tsteptext strong {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    clear: left;
    display: block; }

@media (min-width: 768px) {
  .tsteptext {
    float: none;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-top: 16px;
    margin-left: 51px;
    color: #999;
    display: block;
    text-align: left; }
    .tsteptext strong {
      text-transform: none;
      display: block;
      font-size: 22px;
      font-weight: normal;
      text-align: left;
      clear: none; } }

.bar-top-steps {
  position: relative; }

#bar-top-easy::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  right: -20px;
  top: 0; }

#bar-top #stepone::before {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #eff0f3;
  position: absolute;
  left: -2px;
  top: 0; }

#bar-top #stepone.active::before {
  left: 0px; }

#bar-top #stepone::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  right: -22px;
  top: 0; }

#bar-top #stepone.active::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #212957;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1; }

#bar-top #steptwo::before {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #eff0f3;
  position: absolute;
  left: 0;
  top: 0; }

#bar-top #steptwo.active::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #212957;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1; }

#bar-top #steptwo::after {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  right: -20px;
  top: 0; }

#bar-top #stepthree::before {
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 20px solid #eff0f3;
  position: absolute;
  left: -2px;
  top: 0; }

#steptwo.active {
  margin-right: 2px !important; }

.bar-top-steps.active:nth-child(4):after {
  display: none !important; }

.bar-top-steps.active * {
  color: #fff; }

.bar-top-steps.active {
  background: #212957;
  color: #fff; }

.barpage .price.price--withoutTax {
  font-size: 16px;
  font-weight: 400; }

.barpage .price-section.price-section--saving .yousave, .barpage .ppageretail {
  display: none; }

.barpage .modal-content .price-section.price-section--saving .yousave, .barpage .modal-content .ppageretail {
  display: inline-block; }

.barpage .modal-content .price.price--withoutTax {
  font-size: 24px;
  font-weight: 400; }

.barpage .modal-content .productView-product {
  border-bottom: none; }

.barpage .modal-content #pvlower {
  border: none; }

@media only screen and (max-width: 1075px) {
  #bar-top-easy {
    display: none; }
  #stepthree.bar-top-steps > img {
    margin-left: 0; }
  #bar-top > div {
    width: 33%; } }

@media only screen and (max-width: 768px) {
  .barpage .page-sidebar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0 !important; }
  .barpage h4.card-title a {
    font-size: 15px;
    font-weight: 500; }
  .text-desk {
    display: none; }
  .text-mobile {
    display: block; }
  #bar-top > div {
    float: left;
    height: 80px;
    text-align: center;
    width: 33%; }
  #modal .yousave, #modal .ppageretail {
    display: block; }
  #bar-top {
    width: calc(100% + 40px);
    height: 80px;
    margin-top: 0px;
    margin-left: 10px;
    position: relative;
    left: -30px; }
  .stepimg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    float: none;
    margin: 8px auto auto;
    padding: 5px;
    width: 44px; }
  .steptext {
    color: #212957;
    float: none;
    font-family: "$sansserif";
    font-size: 15px;
    font-weight: 500;
    margin: 0px auto 10px; }
  .stepsku {
    display: none; }
  .bar-top-steps > img {
    margin-top: 14px !important;
    width: 40px; }
  #stepone.bar-top-steps.active::before {
    display: none; }
  #stepthree.bar-top-steps.active::after {
    display: none; }
  .stepprice a {
    display: block;
    margin-top: -3px; } }

.barpage .breadcrumb, .barpage .breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px; }

.barpage h4.card-title a {
  font-size: 16px;
  font-weight: 500; }

@media only screen and (max-width: 1075px) and (min-width: 768px) {
  #bar-top #stepone::before {
    border: none; } }

@media only screen and (max-width: 768px) {
  #bar-top-easy::after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    top: 0; }
  #bar-top #stepone::before {
    content: "";
    border-top: 35px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #eff0f3;
    position: absolute;
    left: -2px;
    top: 0; }
  #bar-top #stepone.active::before {
    left: 0px; }
  #bar-top #stepone::after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -22px;
    top: 0; }
  #bar-top #stepone.active::after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #212957;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1; }
  #bar-top #steptwo::before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #eff0f3;
    position: absolute;
    left: 0;
    top: 0; }
  #bar-top #steptwo.active::after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #212957;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1; }
  #bar-top #steptwo::after {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    top: 0; }
  #bar-top #stepthree::before {
    content: "";
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #eff0f3;
    position: absolute;
    left: -2px;
    top: 0; }
  .stepprice a {
    font-size: 13px;
    text-transform: capitalize;
    margin-top: -5px; }
  .stepprice {
    font-size: 0px;
    line-height: 0;
    display: inline-block; }
  #steptwo {
    padding-left: 20px !important; } }

/* Scss Document */
/* CSS Document */
.ex3-bannerwrap p {
  line-height: 23px !important; }

.page.EX3.Diamonds #info-left {
  display: none; }

.page.EX3.Diamonds .infopage-wrapper {
  width: 100%; }

.page.EX3.Diamonds .infopage-wrapper > h1, .page.EX3.Diamonds .infopage-wrapper > p {
  display: none; }

#ex3landing h1, #ex3landing h2, #ex3landing h3, #ex3landing h4 {
  color: #3ba798; }

#ex3-mainbanner {
  background: #faf7f4 none repeat scroll 0 0;
  float: left;
  text-align: center;
  width: 100%; }

.ex3-bannerwrap h1::after {
  background: #3ba798 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: 15px auto 0;
  width: 42px; }

.ex3-bannerwrap h1 {
  letter-spacing: 4px;
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 4px;
  text-transform: uppercase; }

.ex3-bannerwrap {
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 44px;
  width: 50%; }

#ex3-mainbanner img {
  float: right;
  margin-right: 6%;
  margin-top: 25px;
  max-width: 38%; }

.ex3-bannerwrap > a {
  background: rgba(0, 0, 0, 0) linear-gradient(#fff, #ededed) repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  color: #333;
  cursor: pointer;
  display: block;
  font-family: "minion-pro",Georgia,Times,serif;
  font-size: 15px;
  margin: 10px auto 20px;
  padding: 7px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px; }

#ex3-subicons ul li {
  float: left;
  margin-left: 0.65%;
  margin-right: 0.65%;
  width: 32%; }

#ex3-subicons ul {
  list-style: outside none none;
  margin: 50px 0;
  padding: 0;
  text-align: center; }

#ex3-subicons {
  float: left;
  margin-top: 20px;
  width: 100%; }

#ex3-subicons ul li p {
  margin: 0 auto auto;
  max-width: 266px; }

#ex3-subicons ul li h4 {
  margin-bottom: 2px;
  margin-top: 8px; }

#ex3-shopby ul li a {
  text-decoration: none; }

#ex3-shopby ul li span {
  display: block;
  text-transform: uppercase; }

#ex3-shopby ul li {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  box-shadow: 0 0 5px #ccc;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 9px;
  padding: 0 8px 15px; }

#ex3-shopby ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

#ex3-shopby h2 {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  margin-top: 38px;
  text-transform: uppercase; }

#ex3-shopby {
  background: #faf7f4 none repeat scroll 0 0;
  float: left;
  margin-top: 80px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%; }

#ex3-btmtext .first {
  border-right: 1px solid #eee;
  margin-right: 1%;
  width: 49% !important; }

#ex3-btmtext .first, #ex3-btmtext .second {
  float: left;
  margin-top: 45px;
  padding: 0 40px;
  width: 50%; }

#ex3-btmtext strong {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: inherit; }

#ex3-btmtext {
  float: left;
  margin-bottom: 40px; }

#ex3-btmtext h3 {
  font-size: 30px; }

.conflict-free p {
  margin: 0px;
  display: block;
  padding: 12px 0px;
  font-size: 14px !important; }

.conflict-free {
  background: #3ba798;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px; }

#ex3-nav ul li {
  display: inline-block;
  padding: 13px 10px; }

#ex3-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px; }

#ex3-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

#ex3-nav {
  border-top: 1px #ccc solid; }

#ex3-logo {
  margin: auto;
  padding-bottom: 20px;
  padding-top: 22px;
  text-align: center; }

#navtoggle {
  display: none; }

@media screen and (max-width: 1000px) {
  .ex3-bannerwrap {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 23px;
    width: 60%; }
  #ex3-mainbanner img {
    float: right;
    margin-right: 4%;
    margin-top: 25px;
    max-width: 34%; } }

@media screen and (max-width: 767px) {
  #navtoggle {
    display: block;
    margin-bottom: 20px;
    cursor: pointer; }
  #ex3-subicons ul li {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    text-align: left;
    width: 100%; }
  .hidem {
    display: none; }
  .ex3-bannerwrap {
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 44px;
    width: 100%; }
  .ex3-bannerwrap a {
    display: none; }
  #ex3-mainbanner img {
    float: none;
    margin: 15px auto -50px;
    max-width: 80%; }
  #ex3-shopby ul li {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    display: inline-block;
    left: -6px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 9px;
    padding: 0 8px 15px;
    position: relative;
    width: calc(50% - 24px); }
  #ex3-subicons li img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 9px; }
  #ex3-subicons li h4 {
    margin-top: 0px; }
  #ex3-subicons {
    float: left;
    margin-top: 40px;
    width: 100%; }
  #ex3-shopby {
    background: #faf7f4 none repeat scroll 0 0;
    float: left;
    margin-top: 40px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%; }
  #ex3-subicons div {
    float: left; }
  #ex3-btmtext .first, #ex3-btmtext .second {
    float: left;
    margin-top: 15px;
    padding: 0 20px;
    width: 100% !important; }
  #ex3-btmtext h3 {
    font-size: 30px;
    margin-top: 0; }
  .page.EX3.Diamonds {
    margin: -24px -20px 0px -20px !important; }
  #ex3-btmtext {
    float: left;
    margin-top: 20px; }
  #navtoggle:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 2px #999 solid;
    border-bottom: 2px #999 solid;
    position: absolute;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
    transition: all 1s ease; }
  #navtoggle.active::after {
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    content: " ";
    display: block;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    -webkit-transform: rotate(-225deg);
    width: 14px; }
  #ex3-nav {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: 5%;
    margin-top: -20px;
    width: 90%; }
  #navtoggle {
    border: 1px #aaa solid;
    border-radius: 3px;
    width: 90%;
    margin-left: 5%;
    font-weight: bold;
    padding: 8px 12px;
    font-size: 20px;
    box-shadow: #ccc 0px 0px 3px;
    position: relative; }
  #ex3-nav li a {
    padding: 0px; }
  #ex3-nav #ex3-catlist li a {
    padding: 5px 10px;
    display: block; }
  #ex3-nav #ex3-catlist li {
    width: 100%;
    text-align: left;
    padding: 0px;
    border-bottom: 1px #ccc solid; }
  #ex3-nav {
    display: none; }
  .body.info-page {
    padding-top: 0px; }
  .conflict-free {
    margin-bottom: 0px !important; } }

.bandslanding .container {
  padding: 0px;
  max-width: 1440px; }

#bands-top p {
  font-size: 16px;
  color: #092652;
  line-height: 26px; }

#bands-top h1 {
  color: #092652;
  font-size: 45px;
  line-height: 45px;
  margin-top: 8px;
  text-transform: uppercase; }

#bands-top {
  background: #f2f5fa;
  margin: 0px;
  text-align: center;
  padding: 30px 20px;
  float: left;
  width: 100%; }

.bsel-wrapper {
  float: left;
  width: 100%;
  text-align: center; }

.bsel-box strong {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
  text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    .bsel-box strong {
      height: 25px;
      line-height: 18px; } }

.stextw {
  margin: auto;
  max-width: 480px; }

.bsel-box.active strong {
  font-weight: bold; }

.bsel-box {
  border: 1px solid #ccc;
  color: #212957;
  cursor: pointer;
  float: left;
  margin-right: -1px;
  margin-top: -1px;
  padding: 3px 15px 0;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .bsel-box {
      width: 25%;
      padding: 40px 15px 25px 15px; } }
  .bsel-box img {
    float: right;
    width: 60px; }
    @media screen and (min-width: 768px) {
      .bsel-box img {
        width: auto;
        float: none; } }

#bands-cbutton {
  color: #212957;
  font-size: 22px;
  border: 2px #212957 solid;
  display: block;
  padding: 8px 0px;
  font-weight: bold;
  margin: auto;
  width: 300px;
  text-align: center;
  margin-bottom: 60px;
  cursor: pointer;
  position: relative; }

#bands-cbutton:hover {
  color: #fff;
  background: #212957; }

#bands-cbutton #pickfirst {
  position: absolute;
  color: #d00;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 22px; }

#bands-landing h2 {
  font-size: 34px;
  color: #092652;
  background: url("../img/wbands/1.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 97px;
  margin-top: 70px;
  margin-bottom: 70px;
  line-height: 97px; }

#bands-landing #bands-step2 h2 {
  background-image: url("../img/wbands/2.png"); }

.bsel-box:before {
  content: " ";
  display: block;
  background: url(../img/wbands/uncheck.png);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 9px;
  left: 10px;
  margin-left: 0px;
  background-size: 100%; }

#bands-step1 .bsel-box {
  width: 100%; }
  @media screen and (min-width: 768px) {
    #bands-step1 .bsel-box {
      width: 33.3%; } }

@media screen and (min-width: 768px) {
  #bands-step2 {
    margin-bottom: 75px; } }

.bsel-wrapper .bandsbox .bsel-box.active:before {
  background-image: url("../img/wbands/checked.png") !important; }

.bsel-box.active {
  box-shadow: #aaa 0px 0px 30px; }

.bandsgrid #scname, .bandsgrid #pricetop {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #212957;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 85px;
  line-height: 85px;
  padding-left: 20px;
  text-align: left;
  width: 240px; }

@media only screen and (max-width: 768px) {
  .bandsgrid {
    margin-top: -45px; } }

.bandsgrid #pricetop {
  border-right: 0px; }

.bandsgrid #scname b {
  font-weight: 500;
  line-height: inherit; }

.bandsgrid .slnumber {
  border-left: 1px solid #ccc;
  color: #666;
  float: left;
  font-weight: 500;
  height: 80px;
  line-height: 80px;
  padding-left: 0px;
  text-align: center;
  width: calc(100% - 80px); }

.bandsgrid #studleft {
  float: left;
  width: 240px; }

.bandsgrid #stud-maintable {
  float: left;
  width: calc(100% - 240px); }

.bandsgrid .table1 .studitem {
  background: #eee none repeat scroll 0 0;
  border-right: 1px solid #ccc;
  color: #212957;
  float: left;
  height: 79px;
  width: 100%;
  line-height: 80px; }

.bandsgrid #scname {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color: #212957;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 85px;
  line-height: 85px;
  padding-left: 20px;
  text-align: left;
  width: 240px; }

.bandsgrid .studitem a {
  text-decoration: none;
  text-align: left;
  position: relative; }

.bandsgrid .bandsgrid .studitem a:after {
  content: "SEE DETAILS";
  border: 1px #212957 solid;
  padding: 3px 7px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  text-align: left;
  float: left;
  height: 29px;
  line-height: 22px;
  margin-top: 15px;
  margin-left: 35px; }

.bandsgrid .studitem a > span {
  color: #212957;
  border: 1px #212957 solid;
  font-size: 12px;
  padding: 0px 8px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
  left: 18px;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-top: 14px;
  margin-left: 22px; }

.bandsgrid .slimage {
  display: inline-block;
  float: left;
  margin-top: 0px;
  width: 80px;
  background: #fff;
  padding: 1px 5px; }

.bandsgrid .slitem {
  float: left;
  width: 100%;
  text-align: center;
  height: 80px;
  margin-bottom: -1px;
  border: 1px #ccc solid; }

.studitem:nth-child(2n+1), .slitem:nth-child(2n+1) .slnumber {
  background: #f2f5fa none repeat scroll 0 0; }

body .bandsgrid .studlist .studitem {
  background: #fff !important; }

body .bandsgrid .studlist .studitem:nth-child(odd) {
  background: #f2f5fa !important; }

.bandslanding .body .container {
  padding-right: 0px; }

.bands-item {
  position: relative; }

.bandsgrid #stud-maintable {
  overflow: visible; }

.bandsgrid .studitem a.bandsoverlay {
  display: block;
  height: 80px;
  position: absolute;
  left: -136px;
  width: calc(100% + 135px);
  z-index: 10; }

.bandsgrid .stud-listitem .bands-seedetails {
  display: inline-block;
  border: 2px #212957 solid;
  height: 35px;
  line-height: 34px;
  padding: 0px 11px;
  color: #212957;
  border-radius: 5px;
  font-weight: bold; }

@media (max-width: 480px) {
  .bandsgrid .stud-listitem .bands-seedetails {
    float: right;
    margin: 22px 10px 11px 12px; }
  .bandsgrid #studleft, .bandsgrid #scname {
    float: left;
    width: 140px; }
  .bandsgrid #stud-maintable, .bandsgrid #pricetop {
    float: left;
    width: calc(100% - 140px); } }

#bands-cbutton:hover img {
  display: none; }

#bands-landing #bands-cbutton:hover #hover-arrw {
  display: inline; }

#bands-cbutton:hover {
  background: #212957;
  color: #fff; }

#hover-arrw {
  display: none; }

@media screen and (max-width: 767px) {
  .stextw {
    margin: auto;
    max-width: 90%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 35px;
    margin-top: -35px; }
  .bandsgrid #sg-headtext h1 {
    line-height: 32px;
    text-transform: uppercase;
    color: #212957;
    margin-top: 0px; }
  div#bands-step2 {
    border-top: 1px #ccc solid; }
  .bsel-box:before {
    background: rgba(0, 0, 0, 0) url("../img/wbands/uncheck.png") repeat scroll 0 0/100% auto;
    content: " ";
    display: block;
    height: 30px;
    left: 35px;
    margin-left: -20px;
    position: absolute;
    top: 16px;
    width: 30px; }
  .bsel-box strong {
    padding-left: 43px;
    text-align: left; }
  #bands-step2 .bsel-box img {
    padding: 10px 0;
    width: 40px; }
  #bands-top h1 {
    font-size: 30px;
    line-height: 30px; }
  #bands-landing h2 {
    background: #f2f5fa none repeat scroll 0 0;
    border: 0px;
    color: #092652;
    font-size: 20px;
    height: auto;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 18px 0 18px 15px;
    text-transform: uppercase;
    margin-top: 1px;
    text-align: left;
    cursor: pointer; }
  #bands-step1 h2:before {
    content: "STEP 1)";
    font-weight: bold;
    padding-right: 5px; }
  #bands-step2 h2:before {
    content: "STEP 2)";
    font-weight: bold;
    padding-right: 5px; }
  /*.bsel-wrapper h2:after {
    content: "+";
    float: right;
    font-size: 32px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 2px;
}
.bsel-wrapper h2.active:after {
	content: "-";	
}
*/
  #bands-top {
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px #ccc solid; }
  .bandsbox {
    padding-bottom: 30px;
    float: left;
    width: 100%; }
  #bands-cbutton {
    color: #fff;
    background: #212957; }
    #bands-cbutton img {
      display: none; }
    #bands-cbutton img#hover-arrw {
      display: inline; }
  body .bandsgrid #sg-head-wrap img {
    max-width: 240px; }
  body .bandsgrid .sg-tabletitle:after {
    display: block;
    content: "Select a ring width below";
    font-weight: normal;
    font-size: 14px; } }

#bt-text {
  width: 50%;
  margin-left: 5%;
  margin-top: 24px;
  float: left; }
  @media screen and (max-width: 1000px) {
    #bt-text {
      width: 100% !important;
      text-align: center;
      margin-left: 0px; } }

#bt-image {
  float: right;
  width: 44%;
  margin-top: 25px; }
  @media screen and (max-width: 1000px) {
    #bt-image {
      display: none; } }
  #bt-image img {
    max-width: 360px; }

div#bands-stext {
  color: #092652;
  display: none;
  float: left;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
  width: 100%; }

#bands-step2 .bandsbox {
  max-width: 850px;
  margin: auto; }

.bsel-infobox {
  display: inline-block;
  background-color: #212957;
  color: #fff;
  text-align: center !important;
  padding: 40px 15px 25px 15px;
  width: 25%;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px; }

.bsel-infobox {
  display: none; }
  @media (min-width: 768px) {
    .bsel-infobox {
      display: inline-block;
      background-color: #8595b4;
      color: #fff;
      text-align: center !important;
      width: 25%;
      line-height: 24px;
      font-size: 16px;
      letter-spacing: 1px;
      min-height: 210px;
      height: 100%;
      vertical-align: middle;
      padding-top: 8%; } }

.bsel-infobox strong {
  display: none; }
  @media (min-width: 768px) {
    .bsel-infobox strong {
      text-align: center;
      vertical-align: middle;
      display: inline-block; } }

div#bandstext h2 {
  background: none;
  text-align: left;
  padding-bottom: 0px;
  height: auto;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 15px; }

.bandsgrid {
  margin-top: -45px;
  margin-left: -10px;
  margin-right: -10px; }
  .bandsgrid .bandsgrid #sg-head {
    margin-top: -6px; }
  .bandsgrid .price-section.price-section--withoutTax.rrp-price--withoutTax {
    display: none; }
  .bandsgrid .price-section.price-section--withoutTax {
    display: none; }
  .bandsgrid #sg-head {
    margin-top: -6px; }
  @media (min-width: 768px) {
    .bandsgrid #studprice .price.price--withoutTax {
      float: left;
      margin-left: 20px; } }
  .bandsgrid .bandsgrid .stud-listitem .bands-seedetails {
    float: right;
    margin: 23px 35px; }

div#cybermondaydeal {
  background-image: url(https://www.pompeii3.com/content/thecorrectone-min.jpg);
  padding-top: 45%;
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }
  div#cybermondaydeal a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0px;
    left: 0px; }

div#landinghero.ssbtmb {
  background-image: url(https://www.pompeii3.com/content/xmas21/ss-bigbtm.jpg);
  margin-top: 0px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    div#landinghero.ssbtmb .hero-cont {
      top: auto;
      bottom: 0px; } }
  @media (min-width: 768px) {
    div#landinghero.ssbtmb {
      background-image: url(https://www.pompeii3.com/content/xmas21/ss-bigbtm.jpg); } }

@media only screen and (max-width: 767px) {
  .xmas-mainbanner #landinghero {
    background-image: url(https://www.pompeii3.com/content/bfc/p3-mobile-hero-112421.jpg);
    background-size: contain;
    background-position: top;
    height: 0px;
    min-height: 0px;
    margin-bottom: 326px;
    padding-top: 65%; } }

@media (min-width: 768px) {
  .xmas-mainbanner #landinghero {
    background-image: url(https://www.pompeii3.com/content/bfc/p3-blackfriday-hero-desk.jpg);
    background-size: cover; } }

.bowbox {
  background: none;
  height: 69px;
  background-position: center;
  margin-top: -31px;
  width: 100%;
  display: none; }

.xmas-mainbanner #landinghero .landingherotext .bowbox {
  position: absolute;
  left: 0px;
  top: 1px; }

@media only screen and (max-width: 767px) {
  .xmas-mainbanner #landinghero .hero-cont {
    position: absolute;
    top: auto;
    text-align: center;
    width: 100%;
    bottom: -326px; } }

.ss-summary.ss-targeted.ng-scope {
  margin-top: 10px; }

.xmas-mainbanner #landinghero .landingherotext {
  background: #fff;
  text-align: center;
  border: #DBB766 solid 3px; }
  @media (min-width: 768px) {
    .xmas-mainbanner #landinghero .landingherotext {
      max-width: 465px;
      top: auto; } }
  .xmas-mainbanner #landinghero .landingherotext h2 {
    text-align: center;
    margin-top: 25px;
    color: #000;
    font-size: 36px; }
    @media (min-width: 768px) {
      .xmas-mainbanner #landinghero .landingherotext h2 {
        font-size: 40px; } }
  .xmas-mainbanner #landinghero .landingherotext p {
    font-size: 20px;
    text-align: center;
    width: 356px;
    padding: 0px 20px; }
  .xmas-mainbanner #landinghero .landingherotext .landingbtn {
    background-color: #D19F4E;
    display: inline-block;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    border: #EFDB94;
    width: 230px;
    max-width: none;
    margin-bottom: 20px;
    color: #fff; }

.xmas-mainbanner #landinghero.vdaylandingbanner {
  margin-bottom: 225px; }
  @media (min-width: 768px) {
    .xmas-mainbanner #landinghero.vdaylandingbanner {
      margin-bottom: 40px; } }
  .xmas-mainbanner #landinghero.vdaylandingbanner div#herotext {
    position: relative;
    bottom: 0px; }
    .xmas-mainbanner #landinghero.vdaylandingbanner div#herotext .herotag {
      text-transform: uppercase;
      letter-spacing: 3px; }
    @media (min-width: 768px) {
      .xmas-mainbanner #landinghero.vdaylandingbanner div#herotext {
        position: absolute; }
        .xmas-mainbanner #landinghero.vdaylandingbanner div#herotext strong {
          max-width: 100%;
          margin-bottom: 25px; } }
    .xmas-mainbanner #landinghero.vdaylandingbanner div#herotext .mherob a {
      height: 50px;
      background: #A72048;
      display: inline-block;
      color: #fff;
      line-height: 50px;
      text-transform: uppercase;
      letter-spacing: 2px !important;
      margin-bottom: 10px;
      text-align: center;
      padding: 0px 30px;
      margin-top: 15px; }

.xmas-landing .xmastopbox {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .xmas-landing .xmastopbox strong {
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
    display: block;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px; }
  .xmas-landing .xmastopbox p {
    font-style: normal;
    font-size: 19px;
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
  .xmas-landing .xmastopbox .shopnow {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    margin: auto;
    border-bottom: 3px #FDE8E7 solid;
    padding-bottom: 3px; }

.xmas-landing .sbsh-rail.hp-swipe.landing-sbs {
  padding-left: 15px; }

.xmas-landing .sbp-card {
  width: 200px;
  height: 200px;
  background: radial-gradient(50% 50% at 50% 50%, #FFEEED 0%, #FDE8E7 50.52%);
  border: 3px solid #FFA0BC;
  box-sizing: border-box;
  border-radius: 1000px; }
  .xmas-landing .sbp-card .giftsunder {
    margin-top: 52px;
    font-size: 18px; }
  .xmas-landing .sbp-card strong {
    font-size: 50px;
    font-family: 'minerva-modern';
    line-height: 52px;
    font-weight: normal;
    color: #A72048; }

.xmas-landing .landing-grid .landing-card {
  text-align: center;
  padding: 20px;
  padding-bottom: 40px; }
  .xmas-landing .landing-grid .landing-card strong {
    text-align: center; }
  .xmas-landing .landing-grid .landing-card p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    margin: auto;
    border-bottom: 3px #FDE8E7 solid;
    padding-bottom: 3px;
    min-height: 0px; }

@media (min-width: 768px) {
  .xmas-landing div#xmas21banners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.xmas-landing .xmas21banner {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 768px) {
    .xmas-landing .xmas21banner {
      width: calc(50% - 5px); } }
  @media (min-width: 1024px) {
    .xmas-landing .xmas21banner {
      width: calc(50% - 10px); } }
  .xmas-landing .xmas21banner strong {
    font-family: 'minerva-modern';
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: normal;
    padding-top: 15px;
    display: block; }
  .xmas-landing .xmas21banner p {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .xmas-landing .xmas21banner p {
        min-height: 60px; } }
    @media (min-width: 768px) {
      .xmas-landing .xmas21banner p {
        min-height: 0px;
        margin-bottom: 10px;
        font-size: 18px; } }
  .xmas-landing .xmas21banner .linkbox {
    background-color: #A72048;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    line-height: 40px; }

.xmas-landing .landing-wrap .landing-banner.xmas21 {
  background-color: #fff; }
  @media (min-width: 768px) {
    .xmas-landing .landing-wrap .landing-banner.xmas21 {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .xmas-landing .landing-wrap .landing-banner.xmas21 {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .xmas-landing .landing-wrap .landing-banner.xmas21 .col-left {
      width: 75%; } }
  .xmas-landing .landing-wrap .landing-banner.xmas21 h2 {
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .xmas-landing .landing-wrap .landing-banner.xmas21 h2 {
        font-size: 30px !important;
        line-height: 30px !important; } }
  .xmas-landing .landing-wrap .landing-banner.xmas21 p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px; }
  .xmas-landing .landing-wrap .landing-banner.xmas21 .linkbox {
    background-color: #A72048;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    line-height: 40px; }

@media (min-width: 768px) {
  .xmas-landing div#xmas-topboxes {
    margin-top: 10px;
    display: flex;
    justify-content: space-between; }
    .xmas-landing div#xmas-topboxes .xmastopbox {
      width: calc(25% - 10px);
      margin-bottom: 0px; }
      .xmas-landing div#xmas-topboxes .xmastopbox strong {
        font-size: 26px; }
      .xmas-landing div#xmas-topboxes .xmastopbox p {
        margin-bottom: 15px; } }

@media (min-width: 1024px) {
  .xmas-landing div#xmas-topboxes {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .xmas-landing .landing-grid p {
    width: auto; } }

.xmas-mainbanner #landinghero .landingherotext .landingbtn:hover,
.xmas21banner:hover .linkbox,
.landing-wrap .landing-banner.xmas21:hover .linkbox {
  background-color: #fff;
  color: #000;
  outline: 3px #A72048 solid;
  border-color: #fff; }
  .xmas-mainbanner #landinghero .landingherotext .landingbtn:hover a,
  .xmas21banner:hover .linkbox a,
  .landing-wrap .landing-banner.xmas21:hover .linkbox a {
    color: #000; }

#xmascountdown svg {
  color: #A72048;
  font-size: 20px;
  margin-bottom: -2px; }

div#xmascountdown > span > strong {
  font-size: 20px;
  font-weight: normal; }

span.cdbox > span {
  display: block; }

span.cdbox {
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 16px; }
  @media (min-width: 768px) {
    span.cdbox {
      font-size: 24px; } }

span.cdbox strong {
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
  color: #8C8C8C; }

.cdbox span span {
  background: #fff;
  border: 1px #EEC14D solid;
  width: 15px;
  display: inline-block !important;
  font-weight: bold;
  height: 20px;
  line-height: 22px; }

div#countwrap {
  display: inline-block;
  position: relative;
  top: -12px;
  margin-left: 5px; }
  @media (min-width: 768px) {
    div#countwrap {
      margin-left: 12px; }
      div#countwrap div#countwrap > * {
        padding-top: 1px; } }

span#cctext {
  position: relative;
  top: -3px;
  font-size: 12px; }
  @media (min-width: 768px) {
    span#cctext {
      font-size: 16px; } }

.Gifts-landingpage .header {
  background-color: transparent; }

.Gifts-landingpage main#main-content {
  position: relative;
  z-index: 1; }

@media (min-width: 1024px) {
  .xmas-mainbanner #landinghero .landingherotext {
    margin-left: 0px; } }

@media (min-width: 1024px) {
  .xmas-mainbanner #landinghero .hero-cont {
    margin-left: 75px;
    /*top: 50%;
	  left: 50%;
	  text-align: left;
	  width: auto;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit-transform: translateY(-50%) translateX(-50%);
      margin-left: -13%;*/ } }

.bfredtext {
  color: #ac0000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: -16px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 10px; }
  .bfredtext span.bfredlb {
    display: inline-block; }
  .bfredtext strong {
    font-size: 42px;
    line-height: 25px; }
  @media (min-width: 768px) {
    .bfredtext {
      margin-top: 0px;
      font-size: 30px; }
      .bfredtext strong {
        font-size: 70px;
        line-height: 45px; } }

#landinghero.gift-ss-banner {
  min-height: 0px;
  height: 0px;
  padding-top: 100%;
  position: relative;
  background: url(https://www.pompeii3.com/content/xmas21/gifts-ss.jpg);
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #landinghero.gift-ss-banner {
      background: url(https://www.pompeii3.com/content/xmas21/xmas-ss-desk.jpg);
      background-size: contain !important;
      padding-top: 33% !important;
      background-repeat: no-repeat;
      max-width: 1920px;
      margin: auto; } }
  #landinghero.gift-ss-banner .hero-cont {
    position: absolute;
    top: auto;
    bottom: 0px;
    color: #000; }
    @media (min-width: 768px) {
      #landinghero.gift-ss-banner .hero-cont {
        top: 50%;
        bottom: auto; } }
    #landinghero.gift-ss-banner .hero-cont h2 {
      color: #fff;
      font-size: 26px;
      line-height: 36px;
      border-bottom: 0px;
      color: #000;
      font-family: 'minerva-modern';
      text-transform: capitalize;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        #landinghero.gift-ss-banner .hero-cont h2 {
          font-size: 42px; } }
    @media (min-width: 768px) {
      #landinghero.gift-ss-banner .hero-cont p {
        font-size: 20px; } }
    #landinghero.gift-ss-banner .hero-cont span.landingbtn {
      position: relative;
      height: 40px;
      line-height: 40px;
      font-size: 16px; }

.ss-inline-box {
  border: none;
  min-height: 310px;
  margin-top: 40px;
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background: #FFFBF4; }
  .ss-inline-box img {
    display: block;
    margin: auto;
    padding: 0px; }
    @media (min-width: 768px) {
      .ss-inline-box img {
        padding: 0px; } }
  .ss-inline-box strong {
    font-size: 21px;
    display: block;
    line-height: 22px;
    font-family: 'minerva-modern';
    font-weight: normal;
    padding: 9px 15px; }
    @media (min-width: 768px) {
      .ss-inline-box strong {
        font-size: 26px;
        display: block;
        line-height: 26px;
        font-family: minerva-modern;
        font-weight: 400;
        padding: 9px 15px;
        margin-bottom: 10px; } }
  .ss-inline-box a {
    background: #397368;
    color: #fff;
    width: 90%;
    display: block;
    margin: auto;
    max-width: 280px;
    text-transform: uppercase;
    padding: 7px 5px;
    margin-bottom: 30px; }

#ss-merch-header .gift-ss-banner {
  display: none; }

.ssbtmb#landinghero .landingherotext h2 {
  color: #000;
  border-bottom: 0px; }

.ss-merchandising .xmas-landing div#xmas-topboxes .xmastopbox {
  margin-bottom: 40px; }

div#landinghero.ssbtmb {
  padding-top: 41.25%; }

@media (min-width: 768px) {
  div#landinghero.ssbtmb .landingherotext {
    margin-left: 80px !important;
    text-align: center; } }

div#landinghero.ssbtmb .landingherotext p {
  text-align: center; }

div#landinghero.ssbtmb .landingherotext h2 {
  font-family: minerva-modern;
  text-transform: capitalize;
  text-align: center; }

div#landinghero.ssbtmb .landingherotext .landingbtn {
  margin: auto; }

#landinghero.gift-ss-banner .landingherotext p {
  display: block;
  color: #000; }

.homepage .xmas-landing {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .homepage .xmas-landing {
      margin-bottom: 95px; } }
  @media (min-width: 1024px) {
    .homepage .xmas-landing {
      padding-left: 20px;
      padding-right: 20px; } }

.hp-xmas {
  max-width: 1920px;
  margin: auto;
  /*
	@include breakpoint("medium") {
		#landinghero .landingherotext {
			margin-left: auto;
			margin-right: auto;
		}
		.xmas-mainbanner #landinghero .hero-cont {
		    text-align: center;
		    width: 100%;
		    left: 0px;
		    margin-left: 0px;
		    transform: translateX(0%) translateY(-50%) scale(.7);
		    margin-top: 100px;
		}
	}
	@include breakpoint("large") {
		.xmas-mainbanner #landinghero .hero-cont {
			transform: translateX(0%) translateY(-50%) scale(1);
		}
	}*/ }
  .hp-xmas .xmas-mainbanner #landinghero {
    background-image: url(https://www.pompeii3.com/content/bfc/p3-mobile-hero-112421.jpg);
    background-size: cover;
    background-position: top center;
    margin-top: 0px;
    padding-top: 78%;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .hp-xmas .xmas-mainbanner #landinghero {
        background-image: url(https://www.pompeii3.com/content/bfc/p3-blackfriday-hero-desk.jpg);
        padding-top: 46%; } }
  .hp-xmas .xmas-mainbanner #landinghero .landingherotext p {
    margin-left: auto;
    margin-right: auto; }

.homepage .xmas-landing {
  margin-bottom: 60px; }
  .homepage .xmas-landing h2 {
    margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .homepage .xmas-landing {
      margin-bottom: 110px; } }

/* BLACK FRIDAY CSS */
div#bfriday {
  background: #a03c48;
  text-align: center;
  color: #fff;
  padding: 10px; }
  @media (min-width: 768px) {
    div#bfriday {
      padding: 15px; } }
  div#bfriday strong {
    text-transform: uppercase; }
    @media (min-width: 768px) {
      div#bfriday strong {
        font-size: 19px; } }
  div#bfriday span.bfy {
    display: block; }
    @media (min-width: 768px) {
      div#bfriday span.bfy {
        display: inline; } }
  div#bfriday span#bfdiv {
    display: none; }
    @media (min-width: 768px) {
      div#bfriday span#bfdiv {
        display: inline;
        padding: 0px 5px; } }
  div#bfriday .hidem {
    margin-top: -5px; }

#exwarranty {
  display: none; }

section.productView-details.product-options #bfriday {
  float: left;
  width: calc(100% - 20px);
  margin: 0px 10px 10px 10px;
  margin-bottom: 20px; }
  section.productView-details.product-options #bfriday strong {
    font-size: 21px;
    letter-spacing: 1px; }
  section.productView-details.product-options #bfriday .hidem {
    display: block;
    font-size: 19px; }
  section.productView-details.product-options #bfriday div#bfriday span.bfy {
    color: #FFCE57;
    display: block;
    font-size: 22px;
    letter-spacing: 1px; }

.productView-details #bfcount span.cdbox {
  display: inline-block;
  width: 60px;
  height: auto;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  margin: 10px 3px 0px 3px; }
  .productView-details #bfcount span.cdbox strong {
    font-size: 12px; }
  .productView-details #bfcount span.cdbox span {
    color: #d00;
    background: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px; }

.productView-details #bfcount div#bfriday span.bfy {
  color: #FFCE57;
  display: block;
  font-size: 21px;
  letter-spacing: 1px; }

@media only screen and (min-width: 1270px) {
  section.productView-details.product-options #bfriday {
    float: left;
    width: calc(100% - 20px);
    margin: 0px 10px 10px 10px;
    display: flex;
    justify-content: space-around; }
  .productView-details #bfcount span.cdbox {
    margin-top: 0px; }
  div#bfcount {
    margin-left: 10px; } }

span.priceleft {
  width: 110px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: -.5px; }

.bftext {
  text-transform: uppercase;
  color: #BE0000;
  font-weight: bold; }

.bfdeal {
  text-decoration: line-through; }

.price.gridprice.ng-binding {
  color: #be0000;
  font-size: 21px; }

.price.gridprice.ng-binding:before {
  font-weight: normal;
  color: #000;
  font-size: 16px; }

.bfcartpromo {
  color: #BE0000;
  margin-top: 10px; }

.pdpbfprice {
  margin-bottom: -5px; }

div#fridayb {
  color: #31467E;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  font-weight: normal; }
  div#fridayb svg {
    margin-right: 5px;
    position: relative;
    top: 2px; }
  div#fridayb strong {
    font-weight: normal;
    margin-right: 0px; }
  div#fridayb span span span {
    font-weight: bold; }
  div#fridayb span#bfhours {
    margin-left: 4px; }
  @media (min-width: 768px) {
    div#fridayb {
      width: auto;
      height: 40px;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-left: 10px;
      position: relative;
      font-size: 18px; } }
  @media (min-width: 768px) {
    div#fridayb #bftriangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 25px 0 0;
      border-color: #397368 transparent transparent transparent;
      position: absolute;
      right: -24px;
      top: 0px; } }
  div#fridayb #fridaypromob {
    color: #FFCE57; }
  div#fridayb span.cdboxbf strong {
    margin-left: -2px; }

span.cdboxbf.secondsbox {
  width: 32px;
  display: inline-block; }

.productView-price .pdpbfprice {
  font-size: 16px; }

@media (min-width: 768px) {
  h1.productView-title,
  .productView-rating {
    float: left;
    width: 100%; } }

@media only screen and (max-width: 550px) {
  .ss-item .bffriday .priceleft {
    display: block;
    width: 100%; }
  div#priceor {
    position: relative;
    display: inline-block;
    border-right: 0px;
    border-bottom: 1px #ccc solid;
    top: 2px;
    margin-bottom: 0px;
    width: 10px;
    margin-left: 0px;
    text-align: center;
    height: auto;
    width: 100%;
    margin: auto; }
  .pdpbfprice {
    margin-bottom: -5px;
    display: inline-block;
    width: 106px; } }

div#totalsavings {
  background: #397368;
  margin: 5px 10px;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    div#totalsavings {
      font-size: 20px; } }
  div#totalsavings .bfgold {
    color: #FFCE57; }

@media only screen and (max-width: 767px) {
  .xmas-mainbanner.gpbanner #landinghero {
    background-image: url("https://pompeii3.com/content/vday/vday-gg-mobile-hero-min.jpg"); } }

@media (min-width: 768px) {
  .xmas-mainbanner.gpbanner #landinghero {
    background-image: url(https://www.pompeii3.com/content/vday/gg-hero-desktop-min.jpg);
    background-size: cover; }
    .xmas-mainbanner.gpbanner #landinghero .xmas-mainbanner #landinghero .hero-cont {
      margin-left: 24%; } }

div#byxmas {
  color: #B94D5E;
  font-weight: bold;
  font-size: 17px;
  margin-left: 5px; }

div#tfxbanner {
  background: #fff;
  color: #B94D5E;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  height: auto;
  line-height: 20px;
  text-transform: uppercase;
  line-height: 23px;
  padding: 10px 20px;
  display: none !important; }

div#timeforxmas {
  margin: 0px 10px 12px 10px;
  float: left;
  width: calc(100% - 20px); }
  div#timeforxmas div#shiptext {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 7px;
    float: left;
    width: 100%;
    font-weight: 400; }
    div#timeforxmas div#shiptext span#shipday {
      color: #333; }
  div#timeforxmas div#tfxcount {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 21px;
    margin-top: 10px; }
  div#timeforxmas span#countwrapbf {
    text-align: left;
    color: #B20000;
    font-weight: normal; }
    div#timeforxmas span#countwrapbf strong {
      text-align: left;
      font-weight: normal;
      margin-left: -2px; }

span.onedayship {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #2F5547;
  font-size: 21px;
  z-index: 10; }

.ss-results .ss-item-container .ss-item .ss-item-inner .oneday.ssbyxmas {
  color: #0d0d3d;
  background: #fff2c4; }

.ss-results .ss-item-container .ss-item .ss-item-inner .oneday.ssbyxmas svg {
  display: none;
  margin-right: 4px; }

div#dbyxmas {
  width: auto;
  margin: 0px;
  color: #2F5547;
  font-size: 18px;
  border: 1px #ccc solid;
  padding: 5px 5px;
  margin-bottom: 20px;
  cursor: pointer;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  padding-left: 41px; }
  @media (min-width: 768px) {
    div#dbyxmas {
      margin-left: 15px; } }
  div#dbyxmas svg {
    margin-right: 3px;
    font-size: 21px;
    position: relative; }
  div#dbyxmas #xcheck {
    background-color: #eee;
    border: 2px solid #ccc;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 12px;
    position: absolute;
    left: 8px; }
  div#dbyxmas.active #xcheck {
    background: url("https://www.pompeii3.com/content/whitecheck.png") no-repeat center #A03C48;
    border: 2px solid #A03C48; }

.tfxbanner {
  background: #fff;
  color: #B94D5E;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 13px;
  height: 26px;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold; }

.grid-bmd {
  color: #B94D5E;
  font-weight: bold; }

@media only screen and (min-width: 375px) {
  .tfxbanner {
    max-width: 268px;
    float: none;
    min-width: none; } }

@media only screen and (min-width: 768px) {
  div#xmas-splitbanner {
    display: flex;
    width: 100%; } }

div#xmas-splitbanner #xmas-splitleft {
  display: none; }
  @media only screen and (min-width: 768px) {
    div#xmas-splitbanner #xmas-splitleft {
      display: block;
      width: 50%;
      border: 5px solid #BF0E0C;
      text-align: center;
      height: 110px;
      position: relative; } }
  div#xmas-splitbanner #xmas-splitleft #xmassl-inner {
    border: 2px dashed #bf0e0c;
    margin: 5px;
    height: 90px;
    line-height: 90px;
    font-size: 19px;
    font-weight: bold;
    color: #bf0e0c;
    position: relative; }
    @media (min-width: 768px) {
      div#xmas-splitbanner #xmas-splitleft #xmassl-inner {
        font-size: 22px;
        font-weight: 900; } }
    @media (min-width: 1024px) {
      div#xmas-splitbanner #xmas-splitleft #xmassl-inner {
        font-size: 32px; } }
    div#xmas-splitbanner #xmas-splitleft #xmassl-inner span {
      background: #bf0e0c;
      color: #fff;
      font-size: 12px;
      padding: 4px 6px;
      position: relative;
      top: -2px;
      margin-left: 5px; }
      @media (min-width: 1024px) {
        div#xmas-splitbanner #xmas-splitleft #xmassl-inner span {
          top: -5px;
          margin-left: 3px;
          font-size: 18px; } }

div#xmas-splitbanner #xmas-splitright {
  text-align: center;
  position: relative; }
  div#xmas-splitbanner #xmas-splitright .fa-sleigh {
    display: none; }
  div#xmas-splitbanner #xmas-splitright div#xmas-top {
    color: #fff;
    background: #BF0E0C;
    height: 30px;
    line-height: 30px;
    font-size: 19px; }
    @media (min-width: 768px) {
      div#xmas-splitbanner #xmas-splitright div#xmas-top {
        height: 40px;
        line-height: 40px; } }
    @media (min-width: 1024px) {
      div#xmas-splitbanner #xmas-splitright div#xmas-top {
        font-size: 24px;
        font-weight: bold; } }
  div#xmas-splitbanner #xmas-splitright svg {
    margin-right: 2px; }
  @media (min-width: 768px) {
    div#xmas-splitbanner #xmas-splitright {
      display: block;
      width: 50%; }
      div#xmas-splitbanner #xmas-splitright .fa-hat-santa {
        display: none; }
      div#xmas-splitbanner #xmas-splitright .fa-sleigh {
        display: inline-block; } }

div#xmas-splitbanner .xmas-grid-item {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  width: 50%;
  text-align: left; }
  @media only screen and (max-width: 370px) {
    div#xmas-splitbanner .xmas-grid-item {
      font-size: 14px; } }
  @media (min-width: 1024px) {
    div#xmas-splitbanner .xmas-grid-item {
      font-size: 20px; } }

div#xmas-splitbanner div#xmasgreen {
  text-align: center;
  background: #2C6A4C;
  color: #fff;
  padding: 0px 15px; }
  @media only screen and (max-width: 370px) {
    div#xmas-splitbanner div#xmasgreen {
      padding: 0px 5px; } }
  @media (min-width: 768px) {
    div#xmas-splitbanner div#xmasgreen {
      height: 70px;
      padding-top: 5px; } }

div#xmas-splitbanner div#xmas-grid {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  height: 60px;
  justify-content: space-around;
  max-width: 330px;
  margin: auto; }
  @media (min-width: 1024px) {
    div#xmas-splitbanner div#xmas-grid {
      max-width: 500px; } }

#xmascountdown div#countwrap {
  top: -18px; }

div#toppromo .promoslide {
  text-align: center;
  padding: 3px; }

div#toppromo {
  height: 50px; }

#vdtext {
  display: inline-block;
  margin-top: 8px; }
  @media (min-width: 768px) {
    #vdtext {
      margin-top: 0px; } }

#vdt-inner {
  font-family: "minerva-modern", Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #A72048;
  text-transform: capitalize;
  line-height: 14px; }

span.vdayhearts {
  display: inline-block;
  position: relative;
  top: 4px; }
  @media (min-width: 768px) {
    span.vdayhearts {
      top: 0px; } }

span.vdayhearts:last-child {
  display: none; }
  @media (min-width: 768px) {
    span.vdayhearts:last-child {
      display: inline-block; } }

div#vdt-inner span {
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 3px; }

.cdbox span span {
  border: 1px #FFA3BD solid;
  color: #EC4344; }

a#headerwishlist {
  top: 63px; }
  @media (min-width: 1024px) {
    a#headerwishlist {
      top: 15px; } }

a.headercart {
  top: 60px; }

.mobileMenu-toggle {
  top: 46px; }

@media (min-width: 768px) {
  #headeraccount {
    top: 14px; } }

a#headercall {
  top: 63px; }
  @media (min-width: 1024px) {
    a#headercall {
      top: 14px; } }

.pdpbfprice {
  float: left;
  width: 108px;
  line-height: 18px;
  margin-bottom: 30px; }

#pdp-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #000; }
  #pdp-price svg {
    font-size: 16px; }

#pdp-percent,
.pdp-percent {
  display: inline-block;
  font-weight: 700;
  padding: 1px 6px;
  color: #fff;
  background: #cc0000;
  margin-left: 3px;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  border-radius: 4px; }

#pv-priceleft #pdp-percent {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 4px;
  margin-left: 6px;
  vertical-align: text-bottom;
  line-height: 23px !important;
  top: 0px; }

#pdp-percent .christmas-sale-price {
  margin-bottom: 3px;
  color: #2C5937;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px; }

.bffriday {
  margin-bottom: 2px; }

.bfmsrp span {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #444444; }
  .bfmsrp span + #pdp-msrp {
    margin-left: 1px; }

.ss-item-inner span.priceleft {
  vertical-align: bottom; }

.ss-item-inner .priceright {
  display: inline-block;
  vertical-align: top; }

.ss-item-inner .ss-item-inner span#pdp-price {
  font-size: 18px;
  width: auto;
  float: none; }

.ss-item-inner #pdp-percent {
  font-size: 14px;
  display: inline-block;
  top: 3px;
  margin-left: 3px; }

div#underatc #shipsbyvday {
  font-size: 18px;
  margin-bottom: 10px;
  display: none; }
  div#underatc #shipsbyvday img {
    position: relative;
    top: -2px;
    margin-left: -12px;
    position: relative;
    top: -2px; }
  div#underatc #shipsbyvday strong {
    color: #A72048; }

.promoslide a,
.studlink {
  display: block;
  padding-top: 12px;
  cursor: pointer; }

.promoslide a {
  text-transform: capitalize; }
  .promoslide a strong {
    font-weight: 700;
    text-transform: uppercase; }
  .promoslide a span {
    text-decoration: underline;
    text-transform: lowercase; }

.vday-flag.Day {
  display: none !important;
  position: absolute;
  top: 0px;
  background: #FDE8E7;
  padding: 5px 15px;
  z-index: 9;
  color: #31467E; }
  .vday-flag.Day svg {
    margin-right: 3px;
    position: relative;
    top: 1px; }

div#bf22headermid img {
  height: 22px; }
  @media (min-width: 768px) {
    div#bf22headermid img {
      height: auto; } }

div#exmassale {
  padding: 7px;
  font-size: 14px;
  text-align: center; }
  div#exmassale span.btn {
    background: transparent;
    color: #fff;
    padding: 0px 12px;
    font-size: 16px;
    position: relative;
    top: -4px;
    margin-left: 6px;
    display: none; }
    @media (min-width: 768px) {
      div#exmassale span.btn {
        display: inline-block; } }

@media (min-width: 768px) {
  div#exmassale strong,
  div#exmassale span {
    line-height: 36px;
    margin-right: 0px;
    font-size: 20px; } }

@media (min-width: 768px) {
  div#exmassale strong {
    line-height: 36px; } }

div#exmassale a {
  background: transparent;
  text-transform: uppercase;
  color: #071D33;
  padding: 2px 10px 0px 10px;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    div#exmassale a {
      padding: 8px 10px 0px 10px; } }

div#exmassale {
  height: auto;
  text-align: center;
  background: #EEE8FF;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  text-transform: unset; }
  @media screen and (max-width: 480px) {
    div#exmassale {
      height: 50px; }
      div#exmassale div#bf22headermid {
        width: 90%;
        margin: auto;
        padding-left: 42px;
        position: relative;
        text-align: left; }
        div#exmassale div#bf22headermid > i {
          padding-top: 9px; }
          div#exmassale div#bf22headermid > i i {
            display: none; }
          div#exmassale div#bf22headermid > i svg {
            color: #584A80;
            margin-right: 4px;
            position: absolute;
            top: 0px;
            font-size: 28px;
            margin-top: 8px;
            left: 0px; }
          div#exmassale div#bf22headermid > i strong {
            display: block;
            font-size: 20px;
            line-height: 12px;
            text-align: left; } }
  div#exmassale i {
    display: inline-block;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: #584A80;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    padding-top: 5px; }
    @media (min-width: 768px) {
      div#exmassale i {
        padding-top: 0px; } }
    div#exmassale i svg {
      color: #584A80;
      margin-right: 4px;
      position: relative;
      top: 0px;
      font-size: 15px;
      margin-top: 8px; }
      @media (min-width: 768px) {
        div#exmassale i svg {
          font-size: 22px;
          margin-top: 0px;
          position: relative;
          top: 2px; } }
    div#exmassale i .lowercase {
      font-weight: normal; }
    div#exmassale i .underline {
      text-decoration: underline;
      text-transform: capitalize;
      font-size: 16px; }
    div#exmassale i span.pink4th {
      background: #FF494E;
      color: #fff;
      padding: 1px 5px 0px 5px;
      display: inline-block;
      position: relative;
      top: 0px;
      margin: 0px 4px; }
      @media (min-width: 768px) {
        div#exmassale i span.pink4th {
          padding: 0px 10px;
          line-height: 26px; } }
    @media (min-width: 768px) {
      div#exmassale i {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        line-height: 39px;
        position: relative;
        top: 5px; }
        div#exmassale i br {
          display: none; }
        div#exmassale i strong {
          font-size: 22px; } }

span.exnormaltext {
  font-size: 18px;
  position: relative;
  z-index: 2;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    span.exnormaltext {
      font-size: 20px;
      position: relative;
      top: 3px; } }

span#excccode {
  background: #2C5937;
  border: 1px dashed #FFFFFF;
  padding: 2px 7px;
  margin-left: 7px;
  position: relative;
  z-index: 2; }
  @media (min-width: 768px) {
    span#excccode {
      font-size: 18px;
      margin-left: 10px; } }

div#exmsbgleft {
  background: transparent;
  height: 70px;
  text-align: center;
  color: #fff;
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/left.png);
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    div#exmsbgleft {
      display: none; } }

#bf22headerbtn {
  display: none; }
  @media (min-width: 768px) {
    #bf22headerbtn {
      display: block;
      margin-top: 8px;
      margin-left: 8px; } }

div#bf22headermid .lmbutton {
  display: none; }

div#bf22headermid img {
  height: auto;
  width: 28px;
  margin: 0px 5px;
  position: relative;
  top: -3px; }

div#bf22headermid img.head-afflogo {
  width: 45px;
  top: -5px;
  margin-left: 5px; }

@media (min-width: 768px) {
  div#bf22headermid {
    display: flex;
    margin: auto;
    justify-content: center;
    padding-top: 0px; }
    div#bf22headermid img {
      height: auto;
      width: auto;
      margin: 0px 2px;
      position: relative;
      top: -3px; }
    div#bf22headermid img.head-afflogo {
      width: auto;
      height: 28px;
      top: -9px;
      margin-left: -3px; }
    div#bf22headermid .ficon img {
      height: 24px; }
    div#bf22headermid span.overtime {
      text-transform: capitalize; }
    div#bf22headermid a {
      width: 100%;
      text-align: center; }
    div#bf22headermid small {
      display: inline-block;
      font-weight: normal;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 13px;
      color: #071D33; }
    div#bf22headermid span#eccode {
      display: block;
      font-size: 18px;
      font-weight: 900;
      text-transform: capitalize;
      color: #071D33; }
      div#bf22headermid span#eccode b {
        background: #d00;
        border-radius: 100px;
        height: 29px;
        width: 29px;
        display: inline-block;
        text-align: center;
        color: #071D33;
        font-size: 37px;
        line-height: 25px;
        margin-right: 4px; }
    div#bf22headermid div#bf22headertext {
      text-align: left;
      margin-top: 20px;
      line-height: 18px;
      margin-right: 10px; }
    div#bf22headermid span.exnormaltext {
      font-size: 27px;
      position: relative;
      top: 8px;
      font-weight: 900;
      letter-spacing: 0px;
      text-transform: none; }
      div#bf22headermid span.exnormaltext strong {
        color: #FFE3A8; }
    div#bf22headermid img {
      display: inline-block; }
    div#bf22headermid .lmbutton {
      display: inline-block;
      color: #fff;
      background-color: #4A50F0;
      border-radius: 5px;
      font-size: 15px;
      text-transform: capitalize;
      height: 30px;
      line-height: 30px;
      padding: 0px 12px;
      margin-left: 10px;
      position: relative;
      top: -3px; } }

div#bf22headermid .bf22yellow {
  color: #EEBA00; }

div#bf22headermid a#hbf22shopall {
  background: transparent;
  height: 35px;
  display: block;
  width: auto;
  border: 0px;
  color: #071d33;
  text-align: center;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px #071d33 solid; }
  @media only screen and (max-width: 768px) {
    div#bf22headermid a#hbf22shopall {
      background: #fff;
      height: 26px;
      display: block;
      width: auto;
      border: 0px;
      color: #071d33;
      text-align: center;
      margin: auto;
      font-size: 18px;
      font-weight: bold;
      line-height: 28px;
      letter-spacing: 1px;
      position: relative;
      top: 1px;
      max-width: 135px;
      padding: 0px 0px; } }

.ss-recs-item-inner.ng-scope span.ss-item-regular.ng-binding.ss-item-on-sale {
  color: #444;
  line-height: 19px;
  text-decoration: line-through;
  font-size: 14px; }
  @media (min-width: 768px) {
    .ss-recs-item-inner.ng-scope span.ss-item-regular.ng-binding.ss-item-on-sale {
      font-size: 16px; } }

.ss-item-inner .price span.yousave {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 4px;
  color: #2C5937;
  background: #E2F0E6;
  margin-left: 5px;
  vertical-align: text-bottom;
  position: relative;
  top: 1px; }

.ss-item-inner .price .price-item {
  color: #000;
  font-size: 18px;
  display: inline; }

.ss-item-inner .price #ComparePrice {
  font-size: 16px; }

.ss-ac-item-details span.ss-item-regular.price-label.ng-binding.ng-scope.ss-item-on-sale {
  font-weight: 700;
  color: #000; }

span#ComparePrice {
  color: #666; }

#pdp-percent {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 0 4px;
  color: #fff;
  background: #cc0000;
  margin-left: 5px;
  vertical-align: text-bottom; }

span.yousave.ng-binding {
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
  color: #fff;
  background: #c00;
  border-radius: 4px;
  margin-left: 3px;
  vertical-align: text-bottom;
  position: relative;
  top: 2px; }

div#bfcheck {
  text-align: center; }
  @media (min-width: 768px) {
    div#bfcheck {
      text-align: left; } }

.pdp-ccprice {
  display: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #990E35; }

.pdp-price-cctext {
  display: none;
  line-height: 17px;
  margin-bottom: 4px;
  font-size: 16px; }

/* Valentines 2023 */
/*
div#xmascountdown {
	line-height: 15px;
}

span.vdayu {
	border-bottom: #31467E 2px solid;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#hp-sbc #sbc-grid>div .learn-more {
	display: none !important;
}

div#persondeals-header {
	background: #31467E;
	border-bottom: 0px;
	margin-top: 50px;
}

.recs,
div[searchspring-personalized-recommend="home-top-session"] {
	border-color: #31467E !important;
}

body #subbanners-bigday .bdtext .bd-link {
	border: 0px;
	color: #fff;
	background: #31467E;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hp-findaring {
	position: relative;
}

#far-img {
	background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfecting-mobile-min.jpg );
	padding-top: 112%;
	background-size: contain;
	background-repeat: no-repeat;

	@include breakpoint("medium") {
		background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/perfectring-desktop.jpg);
		padding-top: 42%;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

div#findaring-text {
	@media only screen and (max-width: 767px) {
		background-color: transparent;
		padding-top: 1px;
		padding-bottom: 1px;
		position: absolute;
		bottom: 0px;
		width: 100%;
	}

	@include breakpoint("medium") {
		color: #000;

		.showt {
			color: #000;
		}
	}
}

div#findaring-text * {
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

div#findaring-text a {
	border: 1px solid #31467E;
	background: #31467E;
	// box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	border-radius: 0px !important;

	/*&:hover {
		background: #445C92;
    	border-color: #445C92;
    	color: #fff !important;
	}
}*/
.hp-findaring {
  max-width: 100% !important; }

#hp-sbc h2 {
  font-size: 30px;
  margin-top: 0px !important;
  background: none;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  height: 48px;
  font-size: 27px;
  line-height: 49px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
  text-align: center; }
  @media (min-width: 768px) {
    #hp-sbc h2 {
      margin-top: 0px;
      margin-bottom: 40px;
      font-size: 40px;
      padding-left: 24px;
      padding-right: 140px;
      height: 79px;
      line-height: 81px;
      position: relative;
      left: 34px;
      width: 464px; } }

.promoslide.vday div#xmascountdown {
  position: relative; }
  .promoslide.vday div#xmascountdown a {
    display: block;
    padding-top: 0px;
    margin-top: -11px;
    height: 48px; }

small.saleends.normaltext {
  position: relative;
  top: 0px !important; }

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

#christmas-countdown {
  background: #31467E;
  text-align: center;
  position: relative;
  overflow: hidden; }
  #christmas-countdown .snowflake {
    color: #fff;
    font-size: 1em; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }
  #christmas-countdown .snowflake {
    position: absolute;
    top: -10%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 5s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running; }
  #christmas-countdown .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s; }
  #christmas-countdown .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s; }
  #christmas-countdown .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s; }
  #christmas-countdown .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s; }
  #christmas-countdown .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s; }
  #christmas-countdown .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s; }
  #christmas-countdown .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s; }
  #christmas-countdown .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s; }
  #christmas-countdown .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s; }
  #christmas-countdown .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s; }
  #christmas-countdown #cc-wrapper {
    padding-left: 8px;
    padding-right: 34px;
    position: relative;
    z-index: 1;
    width: 375px;
    margin: 0 auto; }
    @media (min-width: 551px) {
      #christmas-countdown #cc-wrapper {
        width: 505px;
        padding: 0; } }
  @media (max-width: 550px) {
    #christmas-countdown #first-plant {
      display: none; } }
  @media (min-width: 551px) {
    #christmas-countdown #first-plant {
      vertical-align: baseline;
      margin-right: 4px; } }
  #christmas-countdown #last-plant {
    position: absolute;
    right: 4px;
    top: 7px; }
    @media (min-width: 551px) {
      #christmas-countdown #last-plant {
        top: 18px; } }
  #christmas-countdown #christmas-text {
    display: inline-block;
    margin: 9px 0 10px;
    text-align: left; }
    @media (min-width: 551px) {
      #christmas-countdown #christmas-text {
        margin: 18px 0 20px; } }
  #christmas-countdown #christmas-inner {
    font-family: "minerva-modern", Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 450;
    color: #fff;
    line-height: 20px; }
    @media (min-width: 551px) {
      #christmas-countdown #christmas-inner {
        font-size: 24px; } }
    #christmas-countdown #christmas-inner a {
      font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: normal;
      color: #fff; }
      #christmas-countdown #christmas-inner a:hover {
        color: #f7f7f7;
        text-decoration: underline; }
  #christmas-countdown #countwrap {
    background: #fff;
    border-radius: 5px;
    min-width: 141px;
    margin-left: 12px;
    margin-top: 10px; }
    @media (min-width: 551px) {
      #christmas-countdown #countwrap {
        margin-left: 15px; } }
    #christmas-countdown #countwrap .cdbox {
      display: inline-block;
      width: calc((100% / 4) - 13px);
      height: 40px;
      vertical-align: middle;
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      padding-top: 5px; }
      #christmas-countdown #countwrap .cdbox > span {
        font-size: 18px;
        color: #31467E;
        font-weight: 700; }
      #christmas-countdown #countwrap .cdbox strong {
        font-weight: 350;
        font-size: 14px;
        line-height: 16px;
        color: #000; }
    #christmas-countdown #countwrap .dash {
      font-size: 24px;
      line-height: 16px;
      display: inline-block;
      transform: translateY(-5px);
      color: #31467E;
      font-weight: 700; }

.main.homepage {
  overflow: visible; }

#banner-wrap {
  font-size: 0;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 0px; }
  @media (min-width: 768px) {
    #banner-wrap {
      margin-top: -2px; } }
  @media (min-width: 1280px) {
    #banner-wrap {
      border-top: 0px solid #fff;
      margin-top: -2px; }
      #banner-wrap:before, #banner-wrap:after {
        content: " ";
        display: table; }
      #banner-wrap:after {
        clear: both; } }
  #banner-wrap .sub-banner {
    display: none; }
    @media (min-width: 768px) {
      #banner-wrap .sub-banner {
        padding-bottom: 290px;
        position: relative;
        width: calc(50% - 10px);
        display: none;
        flex-wrap: wrap; } }
    @media (min-width: 1280px) {
      #banner-wrap .sub-banner {
        /*width: 630px;
      margin: 0;
      float: right;*/ } }
    #banner-wrap .sub-banner.first-sub {
      background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-subhome1.jpg) no-repeat 50% 50%;
      background-size: cover;
      margin-right: 10px;
      /*@media (min-width: 1280px) {
        margin-bottom: 20px;
        margin-right: 0;
      }*/ }
      #banner-wrap .sub-banner.first-sub .sb-text {
        color: #fff; }
    #banner-wrap .sub-banner.last-sub {
      background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/bf-subhome2.jpg) no-repeat 50% 50%;
      background-size: cover;
      margin-left: 10px;
      color: #fff;
      /*@media (min-width: 1280px) {
        margin-left: 0;
      }*/ }
    #banner-wrap .sub-banner > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
      #banner-wrap .sub-banner > a:hover + .sb-text .bd-link {
        color: #000; }
    #banner-wrap .sub-banner .sb-text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px; }
      @media (min-width: 1280px) {
        #banner-wrap .sub-banner .sb-text {
          left: 59px;
          max-width: 255px;
          text-align: center; } }
      #banner-wrap .sub-banner .sb-text strong {
        display: block;
        font-weight: 500;
        font-size: 32px;
        line-height: 36px;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
        margin-bottom: 10px; }
      #banner-wrap .sub-banner .sb-text p {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
        font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
      #banner-wrap .sub-banner .sb-text .bd-link {
        max-width: 143px;
        margin: 0;
        height: 40px;
        line-height: 38px;
        border: 1px solid #fff;
        background-color: #fff;
        color: #000; }
        @media (min-width: 1280px) {
          #banner-wrap .sub-banner .sb-text .bd-link {
            margin: 0 auto; } }
        #banner-wrap .sub-banner .sb-text .bd-link:hover {
          color: #000;
          background-color: #fff;
          border-color: #fff; }

#home-icons {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -10px;
  padding-top: 23px;
  max-width: 1440px;
  display: none; }
  @media (min-width: 1024px) {
    #home-icons {
      margin-left: auto;
      margin-right: auto;
      padding-top: 74px;
      padding-bottom: 36px; } }
  #home-icons > div {
    width: 50%;
    margin-bottom: 29px;
    padding: 0 25px;
    text-align: center; }
    @media (min-width: 768px) {
      #home-icons > div {
        display: inline-flex;
        flex-flow: column nowrap;
        align-items: center;
        padding: 0 10px; } }
    @media (min-width: 1024px) {
      #home-icons > div {
        width: 25%; } }
    #home-icons > div svg {
      color: #97BAE8;
      font-size: 36px;
      margin-bottom: 8px; }
      @media (min-width: 768px) {
        #home-icons > div svg {
          font-size: 48px;
          margin-bottom: 15px; } }
    @media (min-width: 768px) {
      #home-icons > div .hi-text {
        display: inline-flex;
        flex-flow: column nowrap;
        align-items: center; } }
    #home-icons > div .hi-text strong {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 10px;
      letter-spacing: 0px;
      text-transform: capitalize;
      color: #222;
      display: block;
      font-weight: 500; }
      @media (min-width: 768px) {
        #home-icons > div .hi-text strong {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 8px; } }
    @media (max-width: 767px) {
      #home-icons > div .hi-text p {
        display: none; } }
    @media (min-width: 768px) {
      #home-icons > div .hi-text p {
        margin-bottom: 0;
        color: #222;
        font-size: 16px;
        line-height: 24px;
        max-width: 330px; } }
    #home-icons > div .hi-text .learn-more {
      font-weight: 700;
      display: inline-block;
      font-size: 12px;
      font-weight: 400;
      color: #445c92;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: 1px solid #445c92;
      border-radius: 3px;
      height: 30px;
      line-height: 30px;
      width: 100%;
      max-width: 100px; }
      #home-icons > div .hi-text .learn-more:hover, #home-icons > div .hi-text .learn-more:active, #home-icons > div .hi-text .learn-more:focus {
        background: #445c92;
        color: #fff; }
      @media (min-width: 768px) {
        #home-icons > div .hi-text .learn-more {
          margin-top: 10px; } }

#hp-sbc h2,
.hp-findaring h2 {
  font-size: 30px;
  margin-top: 80px;
  padding-top: 40px; }
  @media (min-width: 768px) {
    #hp-sbc h2,
    .hp-findaring h2 {
      font-size: 40px;
      padding-top: 0px; } }

#hp-sbc {
  text-align: center;
  margin-bottom: 32px; }
  #hp-sbc h2 {
    padding-top: 0px; }
  @media (min-width: 768px) {
    #hp-sbc {
      margin-bottom: 40px; } }
  #hp-sbc #sbc-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px; }
    @media (min-width: 768px) {
      #hp-sbc #sbc-grid {
        margin: 0 -10px; } }
    #hp-sbc #sbc-grid > div {
      max-width: 50%;
      padding: 0 5px 28px; }
      @media (min-width: 768px) {
        #hp-sbc #sbc-grid > div {
          max-width: calc(100% / 6);
          padding: 0 10px 28px; } }
      #hp-sbc #sbc-grid > div .learn-more {
        text-decoration: none;
        color: #000;
        display: block;
        letter-spacing: 1px;
        font-size: 12px;
        border: 1px solid #666;
        max-width: 100px;
        margin: 0 auto;
        border-radius: 3px;
        height: 30px;
        line-height: 30px;
        display: none; }
        #hp-sbc #sbc-grid > div .learn-more:hover {
          background: #31467E;
          color: #fff;
          border-color: #31467E; }
          #hp-sbc #sbc-grid > div .learn-more:hover strong {
            text-decoration: underline; }
        #hp-sbc #sbc-grid > div .learn-more img {
          display: block; }
        #hp-sbc #sbc-grid > div .learn-more img {
          margin: 0 auto 10px; }
        #hp-sbc #sbc-grid > div .learn-more strong {
          font-weight: 400;
          font-size: 24px;
          line-height: 22px;
          display: block; }

#hp-sbc #sbc-grid > div > strong {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: block;
  padding: 10px 0px; }

.bd-box {
  text-align: center; }
  @media (min-width: 768px) {
    .bd-box {
      width: calc(50% - 10px); } }

#subbanners-bigday .bdtext .bd-link {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: none;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  max-width: 200px;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 48px;
  border: 1px #666 solid;
  color: #000;
  font-weight: 300; }
  #subbanners-bigday .bdtext .bd-link:hover {
    background: #445C92;
    border-color: #445C92;
    color: #fff !important; }

.bd-link {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
  text-transform: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
  max-width: 280px;
  text-decoration: none;
  width: auto;
  height: 50px;
  line-height: 48px;
  border: 1px #666 solid;
  color: #000;
  font-weight: 300; }
  .bd-link:hover {
    background: #445C92;
    border-color: #445C92;
    color: #fff !important; }

.bdtext strong {
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  display: block;
  font-family: minerva-modern, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #000; }
  @media (min-width: 768px) {
    .bdtext strong {
      font-size: 32px;
      line-height: 38px;
      margin-top: 20px;
      margin-bottom: 15px; } }

.bdtext p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 350;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .bdtext p {
      font-size: 18px;
      line-height: 24px;
      max-width: 100%; } }

.holiday-gift-guide-page {
  margin: 0 -10px !important; }
  @media (min-width: 768px) {
    .holiday-gift-guide-page {
      margin: 0 auto !important;
      padding: 0 10px; } }
  .holiday-gift-guide-page #holly-plant {
    display: block;
    margin: 0 auto 14px; }
  .holiday-gift-guide-page div[searchspring-personalized-recommend="home-top-session"] {
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page div[searchspring-personalized-recommend="home-top-session"] {
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1024px) {
      .holiday-gift-guide-page div[searchspring-personalized-recommend="home-top-session"] {
        margin-left: 10px;
        margin-right: 10px; } }
  .holiday-gift-guide-page .ss-recs-title {
    border: 0;
    font-size: 28px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #000;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: .25px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .ss-recs-title {
        font-size: 36px; } }
    @media (min-width: 1024px) {
      .holiday-gift-guide-page .ss-recs-title {
        font-size: 40px;
        margin-bottom: 25px; } }
  .holiday-gift-guide-page .page-heading {
    font-weight: 400;
    font-size: 29px;
    line-height: 34px;
    color: #000;
    margin: 0 auto 10px;
    font-family: "minerva-modern", Arial, Helvetica, sans-serif;
    text-transform: none;
    border: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .page-heading {
        font-size: 36px;
        margin-bottom: 10px; } }
  .holiday-gift-guide-page .sub-text {
    font-weight: 350;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: center; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .sub-text {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 34px; } }
  .holiday-gift-guide-page .bd-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .bd-box {
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .bd-box.triple-banner {
        width: calc(100% / 3 - 10px); } }
  .holiday-gift-guide-page .bdtext strong {
    font-size: 32px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-family: minerva-modern, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000; }
  .holiday-gift-guide-page .bdtext p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 350;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  .holiday-gift-guide-page .bdtext .bd-link {
    display: block;
    text-align: center;
    max-width: 143px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 50px;
    line-height: 48px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #FE727F;
    border: 1px solid #FE727F;
    font-weight: 400; }
    .holiday-gift-guide-page .bdtext .bd-link:hover {
      color: #FF394C !important;
      background-color: #fff;
      border-color: #FF394C;
      font-weight: 700;
      text-decoration: none; }
  .holiday-gift-guide-page .shopbywrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .shopbywrap {
        margin-bottom: 94px; } }
    .holiday-gift-guide-page .shopbywrap > a {
      margin: 0 10px;
      transition: all .25s ease; }
      @media (max-width: 767px) {
        .holiday-gift-guide-page .shopbywrap > a {
          max-width: calc(50% - 20px); } }
      @media (min-width: 768px) {
        .holiday-gift-guide-page .shopbywrap > a {
          max-width: calc(20% - 20px); } }
      .holiday-gift-guide-page .shopbywrap > a:hover {
        scale: 1.1; }
  .holiday-gift-guide-page .how-it-works {
    text-align: center;
    background: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/fin-bg-desk-min.jpg") no-repeat 50% 50%;
    background-size: cover;
    padding: 40px 20px;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .holiday-gift-guide-page .how-it-works {
        padding: 78px 20px 59px;
        margin-bottom: 85px; } }
    .holiday-gift-guide-page .how-it-works h2 {
      color: #000;
      text-transform: capitalize;
      font-size: 32px;
      line-height: 34px;
      font-weight: 400;
      margin: 0 0 20px;
      border: 0;
      font-family: "minerva-modern", Arial, Helvetica, sans-serif;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .holiday-gift-guide-page .how-it-works h2 {
          font-size: 44px; } }
    .holiday-gift-guide-page .how-it-works h3 {
      color: #000;
      margin: 0 auto 20px;
      font-size: 24px;
      line-height: 22px;
      font-weight: 350;
      text-transform: none; }
      @media (min-width: 768px) {
        .holiday-gift-guide-page .how-it-works h3 {
          margin-bottom: 40px; } }
    .holiday-gift-guide-page .how-it-works ul {
      list-style: none;
      margin: 0 auto;
      max-width: 770px; }
      @media (max-width: 767px) {
        .holiday-gift-guide-page .how-it-works ul {
          display: none; } }
      @media (min-width: 768px) {
        .holiday-gift-guide-page .how-it-works ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; } }
      .holiday-gift-guide-page .how-it-works ul li {
        margin-bottom: 40px;
        padding: 0; }
        @media (min-width: 768px) {
          .holiday-gift-guide-page .how-it-works ul li {
            display: inline-block;
            width: calc(100% / 3);
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: top;
            margin-bottom: 50px; } }
        .holiday-gift-guide-page .how-it-works ul li svg {
          font-size: 48px;
          color: #31467E; }
        .holiday-gift-guide-page .how-it-works ul li h4 {
          font-size: 20px;
          line-height: 22px;
          text-align: center;
          letter-spacing: 1px;
          color: #000;
          font-weight: bold;
          margin: 20px auto 10px;
          font-weight: 700 !important;
          font-family: mr-eaves-sans, Arial, Helvetica, sans-serif; }
        .holiday-gift-guide-page .how-it-works ul li p {
          margin: 0 auto;
          color: #000;
          font-size: 16px;
          line-height: 20px;
          max-width: 400px; }
    .holiday-gift-guide-page .how-it-works .fine-print {
      margin: 0 auto;
      color: #333 !important;
      font-size: 12px;
      line-height: 20px;
      max-width: 882px; }
    .holiday-gift-guide-page .how-it-works .hiw-btn {
      text-decoration: none;
      text-transform: uppercase;
      height: 80px;
      display: block;
      margin: 0 auto 30px;
      line-height: 80px;
      font-size: 22px;
      letter-spacing: 1px;
      font-weight: 700;
      width: 228px;
      color: #fff;
      background: #31467E;
      border: 1px solid #31467E; }
      .holiday-gift-guide-page .how-it-works .hiw-btn:hover {
        background: #fff;
        color: #31467E; }

#holiday-banner {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/landing-hero-mobile-min.jpg) no-repeat 40% 50%;
  background-size: cover;
  height: 0px;
  padding-top: 128%;
  position: relative;
  border-top: 3px solid #fff;
  max-width: 1920px;
  margin: 0 auto 18px; }
  @media (min-width: 768px) {
    #holiday-banner {
      background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/landing-hero-desktop-min.jpg) no-repeat 40% 50%;
      background-size: cover;
      height: 401px;
      border-top-width: 1px;
      margin-bottom: 57px;
      padding-top: 0px; } }
  #holiday-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #holiday-banner #hb-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 20px; }
    @media (min-width: 768px) {
      #holiday-banner #hb-text {
        right: auto;
        padding: 0 20px;
        display: block; } }
    #holiday-banner #hb-text img {
      display: block;
      margin: 8px auto 0; }
    #holiday-banner #hb-text strong {
      font-size: 24px;
      letter-spacing: 1px; }
    @media (min-width: 768px) {
      #holiday-banner #hb-text p {
        font-size: 20px;
        line-height: 34px;
        color: #000;
        margin-bottom: 0;
        margin-top: -6px;
        max-width: 300px;
        margin: auto;
        line-height: 22px;
        margin-top: 10px; } }

.banners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .banners-row {
      justify-content: space-between; } }

.red-sash {
  width: 67px;
  position: absolute;
  z-index: 2; }
  .red-sash span {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    left: 16px;
    z-index: 3; }

.green-sash {
  margin: 0 auto;
  width: 188px;
  position: relative; }
  .green-sash img {
    height: 34px; }
  .green-sash span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2; }

.recs,
div[searchspring-personalized-recommend="home-top-session"] {
  margin: 0 auto 16px;
  border: 0px solid #212958;
  padding: 30px 0 15px;
  border-radius: 0px; }
  @media (min-width: 768px) {
    .recs,
    div[searchspring-personalized-recommend="home-top-session"] {
      padding: 0px 20px;
      margin: 0 auto 65px;
      border-radius: 0px; } }
  @media (min-width: 1024px) {
    .recs,
    div[searchspring-personalized-recommend="home-top-session"] {
      margin: 0 0px 65px;
      padding: 0px 20px;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto; } }
  .recs .ss-hr,
  div[searchspring-personalized-recommend="home-top-session"] .ss-hr {
    float: none; }
    @media (min-width: 768px) {
      .recs .ss-hr,
      div[searchspring-personalized-recommend="home-top-session"] .ss-hr {
        padding: 0; } }
    .recs .ss-hr .slide-left,
    div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-left {
      left: 1px; }
      @media (min-width: 768px) {
        .recs .ss-hr .slide-left,
        div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-left {
          left: -30px; } }
      @media (min-width: 1024px) {
        .recs .ss-hr .slide-left,
        div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-left {
          left: -35px; } }
    .recs .ss-hr .slide-right,
    div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-right {
      right: 1px; }
      @media (min-width: 768px) {
        .recs .ss-hr .slide-right,
        div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-right {
          right: -30px; } }
      @media (min-width: 1024px) {
        .recs .ss-hr .slide-right,
        div[searchspring-personalized-recommend="home-top-session"] .ss-hr .slide-right {
          right: -35px; } }

.recforu .rec-card .card {
  padding: 0 10px; }
  .recforu .rec-card .card img {
    max-width: 260px;
    max-height: 260px;
    margin: 0 auto; }
  .recforu .rec-card .card .card-body .card-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .recforu .rec-card .card .card-body .card-title {
        font-size: 16px;
        line-height: 22px; } }
    .recforu .rec-card .card .card-body .card-title a {
      color: #000; }
  .recforu .rec-card .card .card-body .bfmsrp .ss-item-regular {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 16px;
    color: #666;
    display: block; }
  .recforu .rec-card .card .card-body .bffriday {
    margin-bottom: 15px; }
    .recforu .rec-card .card .card-body .bffriday span {
      display: inline-block; }
    .recforu .rec-card .card .card-body .bffriday .pdp-price {
      font-size: 20px;
      line-height: 22px;
      color: #000; }
    .recforu .rec-card .card .card-body .bffriday .pdp-percent {
      font-size: 14px;
      line-height: 16px;
      color: #990E35;
      margin-left: 4px; }
  .recforu .rec-card .card .card-body .button--primary {
    background: #31467E;
    border: 1px solid #31467E;
    border-radius: 3px;
    font-family: mr-eaves-sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 0;
    width: 92px;
    line-height: 30px; }

.recforu .slick-dots li button,
.recforu .slick-dots li button::before {
  height: 0.85714rem;
  width: 0.85714rem;
  border-radius: 50%; }

.recforu .slick-dots li button {
  border: 1px solid #C4C4C4;
  background: #C4C4C4; }
  .recforu .slick-dots li button:hover::before {
    background: #406BA7; }

.recforu .slick-dots li button::before {
  transition: background 100ms ease-out; }

.recforu .slick-dots li.slick-active button::before {
  background: #406BA7; }

.recforu .slick-next,
.recforu .slick-prev {
  margin-top: -2.14286rem;
  padding: 0;
  height: 2.5rem;
  width: 2.14286rem; }
  .recforu .slick-next::before,
  .recforu .slick-prev::before {
    height: 1.14286rem;
    width: 0.71429rem;
    margin: 0 auto; }

.recforu .slick-next {
  right: 0; }
  @media (min-width: 1024px) {
    .recforu .slick-next {
      right: 0; } }
  @media (min-width: 1480px) {
    .recforu .slick-next {
      right: -35px; } }
  .recforu .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.recforu .slick-prev {
  left: 0; }
  @media (min-width: 1024px) {
    .recforu .slick-prev {
      left: 0; } }
  @media (min-width: 1480px) {
    .recforu .slick-prev {
      left: -35px; } }
  .recforu .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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

div#xmaxpdpcount {
  color: #9A001A;
  font-size: 16px;
  text-align: center;
  margin-top: 10px; }
  div#xmaxpdpcount span.cdboxbf.secondsbox {
    width: auto;
    display: inline-block; }
  @media (min-width: 768px) {
    div#xmaxpdpcount {
      text-align: left; } }

div#exboxes .exbox strong {
  display: inline; }

.bfhead {
  color: #fff;
  font-size: 36px; }
  @media (min-width: 768px) {
    .bfhead {
      font-size: 48px; } }

#hp-sbc {
  background: #fff;
  color: #000; }
  @media (min-width: 768px) {
    #hp-sbc {
      padding: 0px 0px; } }

#hp-sbc #sbc-grid > div .learn-more {
  background: #e5c89c;
  color: #252845;
  border-color: #e5c89c; }

div#bf22-subbanners-wrap {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px; }

#banner-wrap {
  max-width: 100%;
  margin: 0 auto; }

#savebar {
  display: block;
  background: #1C4726;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none; }
  @media (min-width: 768px) {
    #savebar {
      font-size: 21px; } }

@media (min-width: 768px) {
  strong.ccfirstline {
    margin-right: 5px; } }

#hp-sbc #sbc-grid > div .learn-more {
  margin-bottom: 20px; }

.bynewyears {
  color: #fff;
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
  background-image: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/rectangle-7.png);
  width: 241px;
  height: 30px;
  background-repeat: no-repeat;
  line-height: 31px;
  text-transform: uppercase;
  text-indent: 10px;
  font-size: 16px;
  display: none; }
  .bynewyears svg {
    margin-right: 3px; }

.cart .bynewyears {
  margin-top: 10px; }

.grid-ccode {
  color: #000;
  margin-top: -2px;
  margin-bottom: -3px;
  font-size: 16px; }

.bf-saleprice {
  font-size: 0px; }
  .bf-saleprice .grid-saleprice {
    font-size: 14px; }

span#grid-msrp {
  color: #606060;
  text-decoration: line-through;
  font-size: 14px; }

.grid-saleprice {
  color: #000;
  font-weight: 700; }

.grid-ccprice {
  color: #990E35;
  font-size: 18px;
  font-weight: bold; }

span.cartoldprice {
  text-decoration: line-through; }

.cart-page div.cart-content-wrap div#cartleft table.cart tbody.cart-list tr.cart-item .cart-item-value.cc-highlight {
  color: #C51126;
  font-weight: bold;
  margin-right: 3px; }

.cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total#ffdiscount * {
  color: #C51126;
  font-weight: bold; }

.cart-page div.cart-content-wrap div[data-cart-totals] ul.cart-totals li.cart-total#ffsubtotal * {
  font-weight: bold; }

span.splatwrap {
  position: relative; }

span.splatwrap img {
  position: absolute;
  left: -45px;
  top: -18px;
  width: auto;
  max-width: 1000px;
  z-index: 1;
  display: none; }

span.splatwrap strong {
  font-weight: normal;
  z-index: 2;
  position: relative; }

main.page.holiday-gift-guide-page.vday.top10 {
  padding-top: 30px !important; }

#wasale div#hoursleft small {
  position: relative;
  top: 1px; }
  @media (min-width: 768px) {
    #wasale div#hoursleft small {
      margin-right: 10px; } }

#wasale div#hoursleft small.saleends {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  top: 3px;
  margin-right: 5px; }
  @media only screen and (max-width: 600px) {
    #wasale div#hoursleft small.saleends {
      display: block;
      margin: 0px; } }
  @media (min-width: 768px) {
    #wasale div#hoursleft small.saleends {
      margin-right: 15px; } }
  #wasale div#hoursleft small.saleends svg {
    position: relative;
    top: 2px;
    display: none; }
    @media (min-width: 768px) {
      #wasale div#hoursleft small.saleends svg {
        display: inline-block; } }

.grid-ccode + .ss_price__regular span.price-grid {
  display: none; }

#wasale div#hoursleft span {
  font-size: 20px;
  position: relative;
  top: 3px; }
  @media (min-width: 768px) {
    #wasale div#hoursleft span {
      margin-right: 3px; } }

@media only screen and (max-width: 600px) {
  #wasale div#hoursleft {
    text-align: center;
    line-height: 22px;
    padding: 5px 0px;
    margin-top: 0px;
    margin-bottom: 0px; } }

#mainb-countdown {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/desktop-countdown-11.14.23-min.jpg);
  color: #fff;
  text-align: center;
  height: 120px;
  background-size: auto 120px;
  background-position: center; }
  @media (min-width: 768px) {
    #mainb-countdown {
      margin-top: -2px;
      height: 140px;
      background-size: auto 140px; } }
  #mainb-countdown > strong {
    display: block;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      #mainb-countdown > strong {
        display: block;
        font-size: 26px;
        padding-top: 15px; } }
  #mainb-countdown span.cdbox {
    display: inline-block;
    width: 45px;
    height: auto;
    vertical-align: middle;
    font-size: 18px;
    line-height: 16px; }
  #mainb-countdown span.dash {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    top: -6px;
    margin: 0px 4px; }
  #mainb-countdown span.cdbox > span {
    display: block;
    color: #000;
    font-size: 25px;
    background: #f6ca93;
    border-radius: 5px;
    font-family: brandon-grotesque, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 12px 4px;
    height: auto; }
  #mainb-countdown .cdbox strong {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color: #fff;
    display: block;
    padding-top: 4px; }

.bflanding-banner {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/landing-page-mobile2x-min1215.jpg) no-repeat;
  background-size: contain;
  padding-bottom: 59.3%;
  position: relative; }
  @media (min-width: 768px) {
    .bflanding-banner {
      background-image: url("https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/landing-page-desktop2x-min1215.jpg");
      padding-bottom: 17.3%; } }

div#bfbanners-secion {
  margin-bottom: 30px;
  margin-left: -10px;
  margin-right: -10px; }

.bf23-catpage h2 {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .bf23-catpage h2 {
    text-align: left;
    margin-bottom: 0px;
    padding-left: 5px;
    margin-top: 15px; }
  .bf23-catpage .landing-grid-shop_by_price {
    margin: 15px 0px 30px 0px; }
  .bf23-catpage .hp-swipe {
    margin-bottom: 0px; }
  .bf23-catpage .landing-card {
    padding-left: 0px; }
    .bf23-catpage .landing-card a:hover strong {
      color: #fff;
      background-color: #0c2340; } }

/*.vday24 {
  .banners-row {
    margin-top: 65px;
  }

  .shopbywrap {
    margin-top: 65px;
  }

  .how-it-works {
    background: #FFF8F8;
    position: relative;

    img.hearts-left,
    img.hearts-right {
      position: absolute;
      left: 30px;
      top: 30px;
      display: none;

      @include breakpoint("medium") {
        display: block;
      }
    }

    img.hearts-right {
      left: auto;
      right: 20px;
    }

    .hiw-btn {
      background: #FE727F;
      border: 1px solid #FE727F;

      &:hover {
        background: #fff;
        color: #FE727F;
      }
    }

    ul li svg {
      font-size: 48px;
      color: #FE727F;
    }
  }

  .bdtext {
    width: 100%;
  }




}*/
div#subbanners-bigday {
  margin-top: 20px; }
  div#subbanners-bigday .bdtext {
    width: 100%; }

span.yellowtext {
  display: inline-block;
  padding-right: 50px; }

div#maysubbanners {
  display: flex;
  max-width: 1440px;
  margin: auto;
  flex-direction: column; }
  @media (min-width: 768px) {
    div#maysubbanners {
      flex-direction: row;
      justify-content: space-between;
      padding: 0px 20px; } }
  div#maysubbanners a {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      div#maysubbanners a {
        margin-bottom: 0px;
        max-width: calc(50% - 10px); } }

.stud-top-copy {
  padding: 0 15px; }

.stud-bottom-copy {
  padding: 0 15px; }

/*----------------------------------
    404 Page Styles Nov 2023
---------------------------------*/
.error-page {
  background: url(https://cdn11.bigcommerce.com/s-y73h7mn55y/images/stencil/original/image-manager/404-page-banner.jpg?t=1698955626) center;
  background-size: cover; }
  .error-page .page-content {
    float: none; }

body.template-404 #footernl {
  margin-top: 0; }

.error-page p.u-textAlignCenter {
  font-size: 32px;
  line-height: normal; }

.category-sec-error {
  padding: 20px 15px; }

.category-sec-error .three-col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.category-sec-error .three-col-wrap .three-col {
  margin: 0 15px 20px;
  text-align: center; }

.template-404 #headersearch .ng-scope {
  display: none; }

.error-page form {
  position: relative; }

/*----------------------------------
    General Pages Styles April 2024
---------------------------------*/
.page-content a,
#bandstext a,
.category-page a {
  text-decoration: none;
  color: #445c92; }

.page-content a.returnbut {
  text-decoration: none; }

.category-page a.linkcover {
  text-decoration: none;
  color: #000; }

/*---------------------------------
        Thank you page steyle 
----------------------------------*/
.container-thankyou {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto; }
  .container-thankyou h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 0; }
  .container-thankyou p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px; }
  .container-thankyou .btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #3498db;
    border-radius: 5px;
    transition: background-color 0.3s; }
  .container-thankyou .btn:hover {
    background-color: #2980b9; }
  .container-thankyou .btn.secondary {
    background-color: #7f8c8d; }
  .container-thankyou .btn.secondary:hover {
    background-color: #6c757d; }
  .container-thankyou .timeline {
    margin-top: 30px;
    text-align: left; }
  .container-thankyou .timeline h2 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 20px; }
  .container-thankyou .timeline-step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative; }
  .container-thankyou .timeline-step::before {
    content: '';
    width: 2px;
    background-color: #3498db;
    position: absolute;
    left: 14px;
    top: 40px;
    height: calc(100% - 40px); }
  .container-thankyou .timeline-step:last-child::before {
    display: none; }
  .container-thankyou .timeline-icon {
    width: 30px;
    height: 30px;
    background-color: #3498db;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 15px;
    z-index: 1; }
  .container-thankyou .timeline-content h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px; }
  .container-thankyou .timeline-content p {
    margin: 0;
    font-size: 14px; }
  .container-thankyou .button--primary {
    background-color: #445c92;
    color: #fff; }

main.thank-you-page .page-heading {
  display: none; }

/*********** new finance page style ************/
#financing-hero.fince-new-hero {
  background-color: #ffffff; }
  #financing-hero.fince-new-hero .text-blurb {
    margin-bottom: 50px; }
  #financing-hero.fince-new-hero #banner-boxes .banner-box {
    text-align: left;
    border-radius: 0;
    border: 1px solid #F3F4F6;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px; }
  @media (min-width: 1440px) {
    #financing-hero.fince-new-hero #banner-boxes {
      margin: 0 auto;
      justify-content: center; } }
  @media (min-width: 768px) {
    #financing-hero.fince-new-hero #banner-boxes .banner-box {
      margin: 10px; } }
  @media (min-width: 768px) {
    #financing-hero.fince-new-hero {
      margin-bottom: 15%; } }
  @media (min-width: 1440px) {
    #financing-hero.fince-new-hero {
      margin-bottom: 150px; } }

.financing-page.fince-new-page #new-financing #middle-hero {
  background-color: #EDF6FF;
  justify-content: space-between;
  flex-wrap: nowrap; }
  @media (min-width: 1400px) {
    .financing-page.fince-new-page #new-financing #middle-hero #mh-text {
      padding: 0;
      left: 0;
      right: auto;
      position: relative;
      align-self: stretch;
      padding: 100px 0; } }
  @media (min-width: 1400px) {
    .financing-page.fince-new-page #new-financing #middle-hero img {
      width: 56%;
      flex-basis: 56%;
      align-self: stretch; } }

/* Style tab links */
.tablink {
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 14px;
  font-size: 18px;
  color: #6B7280;
  font-weight: 500; }

/* Style the tab content (and add height:100% for full page content) */
.tablinkcontent {
  display: none;
  padding: 40px 20px;
  height: 100%; }

.tab-tablinks {
  display: inline-block;
  border-bottom: 1px solid #9CA3AF;
  margin-bottom: 0px; }
  .tab-tablinks button:active, .tab-tablinks button:focus {
    outline: none !important;
    outline-offset: 0 !important; }
  .tab-tablinks .tablink.active {
    font-weight: 700;
    color: #31467E;
    border-bottom: 1px solid #31467E; }

div#help-card-sec {
  padding-top: 50px; }
  @media (min-width: 768px) {
    div#help-card-sec {
      padding-top: 20px; } }

.help-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem; }
  @media (min-width: 768px) {
    .help-card-container {
      flex-wrap: nowrap; } }

.help-card {
  border: 1px solid #E5E7EB;
  /* Light gray border */
  border-radius: 12px;
  padding: 1.5rem;
  max-width: 90%;
  text-align: left;
  background-color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .help-card {
      max-width: 300px;
      text-align: left;
      flex-basis: 25%;
      width: 25%; } }

.help-card img {
  max-width: 150px;
  height: auto;
  margin-bottom: 1rem; }

.help-card p {
  margin: 0.5rem 0; }

.help-card a {
  color: #31467E;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 10px;
  justify-content: center; }
  .help-card a:hover {
    text-decoration: none; }
  .help-card a img {
    margin: 0; }
  @media (min-width: 768px) {
    .help-card a {
      justify-content: flex-start; } }

.help-card i {
  margin-right: 6px;
  color: #555; }

/* Responsive layout for small screens */
@media (max-width: 768px) {
  .help-card {
    width: 90%; } }

/*********** end new finance page style *******/
.quick-view-wrap button {
  display: inline-block !important;
  color: #31467E !important;
  font-family: mr-eaves-sans, Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  padding: 5px 0px !important;
  letter-spacing: normal !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  margin: auto !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  background: none !important;
  border: none !important; }

#product-listing-container ul.productGrid button.quickview:after {
  background-image: none !important; }

/*********** A/B Test Main Categories on Home page*********/
.main1-collections-wrapper {
  background-color: #edf6ff;
  overflow-x: auto; }

.main1 {
  display: flex;
  margin: 0 10px;
  overflow-x: auto;
  justify-content: space-between;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }

.main1-collection {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px; }

.main1-collection img {
  border: 3px solid #124076;
  border-radius: 50%; }

.collection-text1 {
  font-family: mr-eaves-sans;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding-top: 5px;
  color: #000; }

/* Desktop override */
@media (min-width: 769px) {
  .main1 {
    flex-wrap: wrap;
    overflow-x: visible;
    max-width: 1050px;
    margin: auto; }
  .main1-collection {
    width: calc(17% - 25px);
    /* 6 items with spacing */
    margin-right: 10px; }
  .main1-collection:nth-child(6n) {
    margin-right: 0;
    /* No right margin on last in row */ } }

/* Desktop override */
@media (max-width: 480px) {
  .main1 {
    flex-wrap: wrap; }
  .main1-collection {
    width: 28%;
    margin-bottom: 10px;
    flex-basis: 28%; } }

/*********** A/B Testing on Category pages*********/
.main-collections-usp-wrapper {
  background-color: #124076;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  border-radius: 10px; }

.usp-heading {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  margin: 10px 0 15px 0;
  text-align: center; }

.main-usp-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap; }

.main-collection-usp {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px;
  max-width: 100%; }

.main-collection-usp svg {
  color: #fff;
  width: 35px;
  height: 35px;
  flex-shrink: 0; }

.collection-usp-text {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-align: left; }

@media (max-width: 768px) {
  .main-usp-wrapper {
    flex-direction: column;
    gap: 2px;
    align-items: flex-start; }
  .main-collection-usp {
    justify-content: flex-start; }
  .collection-usp-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }
  .main-collection-usp svg {
    width: 20px;
    height: 20px; }
  .usp-heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 10px 10px 15px 10px; } }
