@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.8.2/css/solid.css");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/brands.css");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/fontawesome.css");
@import url("https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  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: #999999;
    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: #ed8009;
  border-color: #ed8009;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #f7a244;
    border-color: #f7a244;
    color: white; }
  .button--primary:active {
    background-color: #f7a244;
    border: 1px solid #f7a244;
    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: #cccccc;
  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: #999999;
    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: #cccccc;
  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: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .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-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-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:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

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

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.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 #cccccc;
    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: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    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: #999999;
      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: #ed8009;
    border-color: #ed8009;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #f7a244;
    border-color: #f7a244;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #f7a244;
    border-color: #f7a244;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

html,
body {
  height: auto; }

body {
  color: #242424;
  padding-top: 55px; }
  @media (min-width: 990px) {
    body {
      padding-top: 0; } }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.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: 990px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

.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: #ed8009;
      border-color: #ed8009;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #f7a244;
      border-color: #f7a244;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #f7a244;
      border-color: #f7a244;
      color: white; }

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

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    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: 990px) {
      .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: 990px) {
    .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: 990px) {
      .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: 990px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

@media (min-width: 990px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

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

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

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757575;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

.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;
  clear: both; }

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

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

.lazyload, .lazyloading {
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #cccccc;
  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: #999999; }
  .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-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 990px) {
    .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: auto;
  max-height: 100%; }

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

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

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

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575;
    /*.card-body {
            background-color: stencilColor("color-primary");

            .card-text {
                color: stencilColor("card--alternate-color--hover");
            }
        } */ }
    .card--alternate:hover .card-title > a {
      color: white; }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(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: 990px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 990px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 990px) {
      .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 #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 990px) {
    .navPages-container {
      background: transparent;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

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

.navPages-list {
  margin: 0; }
  @media (min-width: 990px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 990px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #757575;
          stroke: #757575; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 990px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 990px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

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

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

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

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

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

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

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

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

.google_plusone_iframe_widget {
  width: inherit !important; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 990px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 990px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 990px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 990px) {
      .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; }
  @media (min-width: 990px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 42.85714rem;
      width: 100%; } }
  @media (min-width: 990px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 42.85714rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

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

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

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

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

@media (min-width: 990px) {
  .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: 990px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 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%;
  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: 990px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

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

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

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

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

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

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

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

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

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 990px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 990px) {
    .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-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: 990px) {
    .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: 990px) {
    .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: 990px) {
      .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: 990px) {
    .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: 990px) {
    .cart {
      display: table; } }

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

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

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 990px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 990px) {
    .cart-item-image {
      margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 990px) {
    .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: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

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

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.address-label {
  color: #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: 990px) {
    .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: 990px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 990px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

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

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

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

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

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

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

.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: 101px; }
  @media (min-width: 990px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  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;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.navBar--account {
  display: none; }
  @media (min-width: 990px) {
    .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: "Karla", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

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

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

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

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

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

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethod-details {
  padding: 1.5rem; }

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

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

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

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

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

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }

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

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 990px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 990px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 990px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 990px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 990px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.14286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 2.35714rem; }
  @media (min-width: 990px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 990px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 990px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .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; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

@media (min-width: 990px) {
  .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 {
    @include grid-column(12);
    position: relative;

    @include breakpoint("medium") {
        @include grid-column(3);

        + .page-content {
            @include grid-column(9);
        }
    }
} */
.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 990px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 990px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

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

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

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

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

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

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

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 990px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    margin-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-top: 0px !important; }
  .blog-title a {
    text-decoration: none; }

.page-heading {
  font-size: 2.5rem;
  margin-top: 5rem;
  font-weight: 600;
  text-transform: uppercase; }

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

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

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

.blog-wrap {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  padding: 0 2rem;
  margin: auto; }
  .blog-wrap > .blog {
    display: flex;
    flex-direction: row;
    background-color: #fdfdfd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
    border-bottom-left-radius: 8px; }

.blog-thumbnail {
  margin: 0 auto 0;
  position: relative; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }

.blog-post-figure {
  display: block;
  margin: auto;
  width: 30%; }

.container > article.blog .blog-post-figure {
  display: none; }

.container > article.blog .blog-post-body {
  width: 100%;
  max-width: 1000px; }
  .container > article.blog .blog-post-body .blog-post {
    font-size: 18px; }
  .container > article.blog .blog-post-body .blog-header {
    margin-top: 3rem; }
  .container > article.blog .blog-post-body h1 {
    font-size: 3rem; }
  .container > article.blog .blog-post-body h2 {
    font-size: 2.5rem; }
  .container > article.blog .blog-post-body h3 {
    font-size: 2rem; }
  .container > article.blog .blog-post-body h4 {
    font-size: 1.5rem; }
  .container > article.blog .blog-post-body h5 {
    font-size: 1rem; }
  .container > article.blog .blog-post-body h1, .container > article.blog .blog-post-body h2, .container > article.blog .blog-post-body h3, .container > article.blog .blog-post-body h4, .container > article.blog .blog-post-body h5 {
    font-weight: 600; }

@media only screen and (max-width: 700px) {
  .container > article.blog .blog-post-body .blog-post {
    font-size: 16px; }
  .container > article.blog .blog-post-body h1 {
    font-size: 2.5rem; }
  .container > article.blog .blog-post-body h2 {
    font-size: 2rem; }
  .container > article.blog .blog-post-body h3 {
    font-size: 1.5rem; }
  .container > article.blog .blog-post-body h4 {
    font-size: 1rem; }
  .container > article.blog .blog-post-body h5 {
    font-size: 0.8rem; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 70%;
  padding: 2rem; }

.pagination {
  margin: 3rem auto; }
  .pagination .pagination-list {
    display: flex;
    justify-content: center; }

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

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

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 990px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

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

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 990px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 990px) {
    .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: 990px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 990px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 990px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 990px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

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

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 990px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 990px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 990px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.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;
  width: 3.57143rem;
  z-index: 10; }

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

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

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

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

.sale-flag-side {
  background: #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: 800ms ease;
  z-index: 10; }

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

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

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

.product {
  overflow: hidden; }

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  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: 990px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

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

@media (min-width: 990px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 990px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 990px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* font-family: 'Exo', sans-serif; */
.menuUl {
  margin: 0 -15px;
  position: relative;
  padding: 30px 30px 0px; }

.menuUlLi {
  width: 22.2%;
  padding: 0 15px;
  float: left; }

.menuUlLiSpan, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li span,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li span,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #242424;
  display: block; }

.menuUlLiSpanA, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 20px;
  width: 100%;
  color: #242424;
  border-radius: 4px;
  border: 2px solid rgba(36, 36, 36, 0.5);
  width: 100%;
  float: left;
  padding: 11px 15px; }

.menuUlLiSpanAI, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a i, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a i, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a i, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a i, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a i, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a i, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a i, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a i, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a i {
  float: right; }

.menuUlLiSpanAis_open, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.is-open, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.is-open, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.is-open, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open {
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  padding: 11px 15px 32px;
  border-color: #ed8009;
  position: relative; }

.menuUlLiSpanAis_openI {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.menuUlLiSpanAafter, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.is-open:after, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.is-open:after, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.is-open:after,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.is-open:after,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.is-open:after, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 3; }

.navPage-subMenuis_open, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu {
  z-index: 2;
  box-shadow: none;
  background-color: #fff;
  padding: 17px 0 25px;
  border: 2px solid #ed8009;
  left: 0;
  right: 0;
  width: auto;
  margin: 0 15px;
  top: 100%; }

.navPage-subMenu {
  background-color: #0a4e66; }

.navPage-subMenuis_openul {
  margin: 15px -25px 0px;
  width: auto; }

.navPage-subMenuis_openulli {
  width: 20%;
  float: left;
  padding: 0 25px; }

.navPage-subMenuis_openullia {
  padding: 3px 0 3px 5px;
  margin-bottom: 5px;
  display: inline-block; }

.itemsList ul {
  margin: 15px 0px 0px;
  width: 20%;
  list-style: none;
  float: left;
  padding: 0 25px; }

.itemsList ul li {
  width: 100%; }

.itemsList ul li a {
  padding: 3px 0 3px 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px; }

body {
  font-family: 'Exo', sans-serif;
  float: left;
  width: 100%; }
  @media screen and (min-width: 991px) {
    body {
      padding-top: 155px; } }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: 'Exo', sans-serif; }
  body a {
    text-decoration: none;
    font-weight: 600; }
  body .button {
    font-family: 'Exo', sans-serif; }

* {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal; }

.body {
  margin-top: 0; }

.is-open-custom {
  display: block; }

.header {
  float: left;
  border: 0; }
  .header .navUser {
    background-color: #f4f7f8;
    height: 41px; }
    .header .navUser .navUser-section--left,
    .header .navUser .navUser-section--right {
      float: left; }
      .header .navUser .navUser-section--left .navUser-item,
      .header .navUser .navUser-section--right .navUser-item {
        line-height: 41px;
        margin-right: 38px; }
      .header .navUser .navUser-section--left i,
      .header .navUser .navUser-section--left .navUser-action,
      .header .navUser .navUser-section--right i,
      .header .navUser .navUser-section--right .navUser-action {
        display: inline-block;
        font-size: 14px;
        color: #0a4e66; }
      .header .navUser .navUser-section--left .navUser-action,
      .header .navUser .navUser-section--right .navUser-action {
        padding: 0;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.29;
        margin-left: 10px;
        text-transform: none; }
        .header .navUser .navUser-section--left .navUser-action:hover,
        .header .navUser .navUser-section--right .navUser-action:hover {
          text-decoration: underline; }
        .header .navUser .navUser-section--left .navUser-action + .navUser-action,
        .header .navUser .navUser-section--right .navUser-action + .navUser-action {
          margin: 0; }
      .header .navUser .navUser-section--left .navUser-item--call .navUser-action,
      .header .navUser .navUser-section--right .navUser-item--call .navUser-action {
        font-weight: 900;
        text-transform: uppercase; }
    .header .navUser .navUser-section--right {
      float: right; }
      .header .navUser .navUser-section--right .navUser-item {
        margin: 0; }
  .header .HeaderWrap {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto; }
    .header .HeaderWrap .Headerleft {
      float: left;
      width: auto; }
      .header .HeaderWrap .Headerleft .header-logo {
        margin: 29px 0 23px 0;
        float: left;
        width: auto;
        font-family: 'Exo', sans-serif; }
        .header .HeaderWrap .Headerleft .header-logo a {
          display: inline-block;
          width: auto; }
          .header .HeaderWrap .Headerleft .header-logo a img {
            max-width: 204px; }
        .header .HeaderWrap .Headerleft .header-logo span {
          font-size: 13px;
          font-weight: 800;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.08;
          letter-spacing: normal;
          color: #afafaf;
          display: block; }
    .header .HeaderWrap .HeaderRiht {
      float: right; }
      .header .HeaderWrap .HeaderRiht .MenuWrap {
        display: inline-block;
        vertical-align: middle;
        margin: 32px 12px 29px 0; }
        .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li {
          list-style: none;
          display: inline-block;
          margin: 0; }
          .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a {
            font-size: 18px;
            font-weight: 800;
            font-style: normal;
            font-stretch: normal;
            line-height: 22px;
            letter-spacing: normal;
            color: #0a4e66;
            text-transform: uppercase;
            text-decoration: none;
            display: inline-block;
            padding: 15px 15px 16px; }
            .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a i {
              margin-left: 5px;
              font-size: 14px;
              color: #0a4e66;
              display: inline-block; }
            .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a.is-open {
              background: #0a4e66;
              color: #fff; }
              .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a.is-open i {
                color: #fff;
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
          .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li:last-child {
            margin-right: 0; }
          .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .navPage-subMenu.is-open {
            z-index: 1;
            box-shadow: 0 8px 9px -2px rgba(0, 0, 0, 0.5);
            padding: 6px 0 0; }
          .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner {
            max-width: 1200px;
            margin: 0 auto;
            background: #fff; }
            .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner > ul {
              background: #106887;
              border: 0px; }
              .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner > ul li {
                border: 0px; }
                .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner > ul li a {
                  color: #fff;
                  font-size: 18px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: 28px;
                  letter-spacing: normal;
                  padding: 10px 15px 8px 40px; }
                .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner > ul li.is-active a {
                  padding: 16px 35px 8px 40px;
                  background: #fff;
                  color: #242424;
                  margin-top: -6px; }
      .header .HeaderWrap .HeaderRiht .RightWrap {
        display: inline-block;
        vertical-align: middle; }
        .header .HeaderWrap .HeaderRiht .RightWrap ul {
          margin: 0;
          float: left; }
          .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch {
            line-height: 50px;
            border-right: 2px solid #dde2e4;
            padding-right: 25px;
            display: inline-block;
            position: relative; }
            .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .navUser-action {
              padding: 0; }
              .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .navUser-action.navUser-action--quickSearch {
                width: 43px;
                height: 40px;
                border-radius: 21.5px;
                background-color: #0a4e66;
                line-height: 43px;
                text-align: center;
                font-size: 0;
                display: inline-block;
                vertical-align: middle;
                z-index: 1;
                position: relative; }
                .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .navUser-action.navUser-action--quickSearch:after {
                  content: "";
                  font-size: 18px;
                  font-weight: normal;
                  color: #fff;
                  font-family: "Font Awesome 5 Free"; }
            .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 15px;
              display: none;
              left: auto; }
              .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container {
                padding: 0px; }
                .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form {
                  margin: 0px; }
                  .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form .form-field {
                    margin: 0px;
                    position: relative; }
                    .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form .form-field .form-input {
                      width: 530px;
                      height: 64px;
                      border-radius: 32px;
                      border: 3px solid #0a4e66;
                      font-size: 18px;
                      line-height: 28px;
                      padding: 17px 55px 17px 17px; }
                      .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form .form-field .form-input:focus {
                        border-color: #1a9eca; }
                    .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form .form-field .search_btn {
                      position: absolute;
                      top: 10px;
                      right: 10px;
                      width: 43px;
                      height: 43px;
                      border-radius: 21.5px;
                      background-color: #0a4e66;
                      line-height: 43px;
                      text-align: center;
                      display: inline-block;
                      vertical-align: middle;
                      font-size: 18px;
                      font-weight: normal;
                      font-family: "Font Awesome 5 Free";
                      padding: 0px;
                      border: 0px;
                      color: #fff;
                      display: none; }
          .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-action--cart {
            width: 34px;
            height: 31px;
            font-size: 0;
            padding: 0;
            margin: 8px 0 0 29px;
            background: url(https://www.tiremart.com/content/cart-header-retina.png) no-repeat center;
            background-size: auto 30px; }
          .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-item--checkout {
            margin: 6px 0 0 30px; }
            .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-item--checkout .navUser-action {
              padding: 0 10px;
              height: 29px;
              border-radius: 14px;
              background-color: #ed8009;
              font-size: 12px;
              font-weight: 800;
              line-height: 30px;
              letter-spacing: normal;
              color: #fff;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-item--checkout .navUser-action:after {
                content: "";
                color: #fff;
                font-family: "Font Awesome 5 Free";
                padding: 0 0 0 8px; }
              .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-item--checkout .navUser-action:hover {
                background: #f7a244;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }

.ClearSearch {
  position: absolute;
  top: 15px;
  right: 63px;
  width: 34px;
  height: 34px;
  border-radius: 21.5px;
  background-color: #c3c9cb;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  padding: 0px;
  border: 0px;
  color: #fff; }

.quickSearchResults {
  margin-top: 0;
  position: fixed;
  left: 0;
  right: 0;
  width: auto;
  background: #fff;
  z-index: 9;
  top: 155px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow-y: auto;
  max-height: 600px;
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.5); }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #0a4e66;
    text-transform: uppercase;
    margin: 0px; }
  .quickSearchResults .searchSuggestion {
    width: 100%;
    background: #f4f7f8;
    padding: 10px 0 0; }
    .quickSearchResults .searchSuggestion ul {
      display: flex;
      width: 100%;
      margin: 0;
      padding: 0;
      list-style: none; }
      .quickSearchResults .searchSuggestion ul li {
        flex-grow: 1;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        padding: 10px;
        color: #242424;
        margin: 0; }
        .quickSearchResults .searchSuggestion ul li.ss-active {
          background: #fff; }
          .quickSearchResults .searchSuggestion ul li.ss-active a {
            font-weight: bold;
            color: #0b4f68; }
  .quickSearchResults .searchInner {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px; }
    .quickSearchResults .searchInner > ul {
      margin: 0 -15px;
      padding: 0 0 15px; }
      .quickSearchResults .searchInner > ul > li {
        width: 25%;
        float: left;
        padding: 15px; }
        .quickSearchResults .searchInner > ul > li .card {
          border: 0px;
          margin: 0px; }
          .quickSearchResults .searchInner > ul > li .card .Tire-Badge-outer,
          .quickSearchResults .searchInner > ul > li .card .Warning-Message {
            display: none; }
          .quickSearchResults .searchInner > ul > li .card .card-figure {
            border: solid 1px #d3d3d3;
            width: 100%;
            height: 237px;
            background: #fff;
            display: table;
            vertical-align: middle; }
            .quickSearchResults .searchInner > ul > li .card .card-figure a {
              display: table-cell;
              margin: 0 auto;
              width: 100%;
              position: relative; }
              .quickSearchResults .searchInner > ul > li .card .card-figure a .card-img-container img {
                max-height: 235px;
                display: block;
                margin: auto; }
              .quickSearchResults .searchInner > ul > li .card .card-figure a .card-img-container:after {
                padding: 0px; }
          .quickSearchResults .searchInner > ul > li .card .card-body {
            padding: 0; }
            .quickSearchResults .searchInner > ul > li .card .card-body .card-title {
              font-size: 16px;
              font-weight: normal;
              line-height: 24px;
              margin: 11px 0 5px;
              height: 48px;
              overflow: hidden; }
              .quickSearchResults .searchInner > ul > li .card .card-body .card-title a {
                color: #242424; }
            .quickSearchResults .searchInner > ul > li .card .card-body .card-text,
            .quickSearchResults .searchInner > ul > li .card .card-body .product-sku,
            .quickSearchResults .searchInner > ul > li .card .card-body .Icon-Air-Pressure-Passed,
            .quickSearchResults .searchInner > ul > li .card .card-body .card-body-right {
              display: none; }
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Bottom-Card-Left {
            display: none; }
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Bottom-Card-Right .card-text {
            margin: 0px; }
            .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Bottom-Card-Right .card-text .price-section.price-section--withoutTax {
              font-size: 24px;
              font-weight: 900;
              line-height: 32px;
              color: #1a9eca; }
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Price-Per-Tire,
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .four_p_price,
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .form-field--increments,
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .FedxImg,
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Same-Day-Ship-Btn {
            display: none; }
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Tire-Specifications {
            display: none; }
          .quickSearchResults .searchInner > ul > li .card .Bottom-Card-Last {
            display: none; }
    .quickSearchResults .searchInner .quickSearchBottom {
      width: 100%;
      float: left;
      border-top: 1px solid #d3d3d3; }
      .quickSearchResults .searchInner .quickSearchBottom .quickSearchList {
        margin: 0 -18.5px;
        width: auto; }
        .quickSearchResults .searchInner .quickSearchBottom .quickSearchList > div {
          width: 33.33%;
          float: left;
          padding: 0 18.5px; }
          .quickSearchResults .searchInner .quickSearchBottom .quickSearchList > div h4 {
            font-size: 20px;
            font-weight: 900;
            line-height: 28px;
            color: #0a4e66;
            text-transform: uppercase;
            margin: 30px 0 5px; }
          .quickSearchResults .searchInner .quickSearchBottom .quickSearchList > div ul {
            list-style: none;
            margin: 0 -18.5px; }
            .quickSearchResults .searchInner .quickSearchBottom .quickSearchList > div ul li {
              width: 50%;
              float: left;
              padding: 0 18.5px;
              margin: 0 0 5px; }
              .quickSearchResults .searchInner .quickSearchBottom .quickSearchList > div ul li a {
                font-size: 16px;
                font-weight: normal;
                line-height: 24px;
                padding: 3px 5px;
                color: #242424;
                display: inline-block; }
    .quickSearchResults .searchInner .quickbottomButton {
      float: left;
      width: 100%;
      padding: 30px 0;
      margin: 25px 0 0;
      border-top: 1px solid #d3d3d3;
      text-align: center; }
      .quickSearchResults .searchInner .quickbottomButton a {
        width: 254px;
        background: #fff;
        line-height: 20px;
        font-size: 18px;
        font-weight: 900;
        padding: 13px 0 11px;
        border-radius: 23px;
        display: inline-block;
        text-align: center;
        color: #0a4e66;
        border: 1px solid #0a4e66;
        text-transform: uppercase; }
      .quickSearchResults .searchInner .quickbottomButton p {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
        display: block;
        margin: 15px 0 0;
        color: #242424;
        text-transform: uppercase; }

.sticky_active .quickSearchResults {
  top: 69px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.custom_orderconfirmation .top-banner-winter-tires {
  display: none !important; }

.top-banner-winter-tires {
  clear: both;
  position: relative;
  background: #5377DD url(https://www.tiremart.com/content/top-banner-winter-tires.jpg);
  height: 80px;
  background-repeat: no-repeat;
  display: none; }
  .top-banner-winter-tires img {
    width: 100%;
    display: none; }
  .top-banner-winter-tires .container {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .top-banner-winter-tires .container .contentWrap {
      max-width: 676px;
      margin: 0 auto;
      display: inline-block; }
      .top-banner-winter-tires .container .contentWrap p,
      .top-banner-winter-tires .container .contentWrap h3,
      .top-banner-winter-tires .container .contentWrap a {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        text-transform: uppercase; }
      .top-banner-winter-tires .container .contentWrap p {
        font-size: 22.4px;
        font-weight: 900;
        line-height: 35px;
        letter-spacing: normal; }
      .top-banner-winter-tires .container .contentWrap h3 {
        font-size: 40px;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: normal;
        position: relative;
        margin: -15px 21px 0 29px; }
        .top-banner-winter-tires .container .contentWrap h3 span {
          width: 164.8px;
          height: 14.6px;
          border-radius: 7.3px;
          background-color: #fff;
          font-size: 11.2px;
          font-weight: normal;
          line-height: 14.4px;
          letter-spacing: normal;
          color: #0a4e66;
          display: inline-block;
          position: absolute;
          left: 0;
          bottom: -10px;
          text-transform: none; }
      .top-banner-winter-tires .container .contentWrap a {
        width: 104.8px;
        height: 32.8px;
        border-radius: 16.4px;
        border: solid 0.8px rgba(255, 255, 255, 0.5);
        font-size: 12px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: normal;
        text-align: center; }
    .top-banner-winter-tires .container .CloseSign {
      float: right;
      display: inline-block;
      vertical-align: middle; }
      .top-banner-winter-tires .container .CloseSign:after {
        content: "\f00d";
        font-size: 20px;
        color: #fff;
        font-family: "Font Awesome 5 Free"; }

/*
ul li a{
  font-family: Exo;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
} */
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents {
  margin: 0px; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content {
    width: 100%;
    float: left;
    padding: 0 0 30px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches {
      width: 100%;
      float: left;
      padding-bottom: 34px;
      border-bottom: 1px solid #d3d3d3; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Top {
        width: 100%;
        float: left;
        margin: 30px 0px 0px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Top h3 {
          font-size: 24px;
          font-weight: 900;
          color: #0a4e66;
          line-height: 32px;
          display: inline-block;
          margin: 0px 0px 10px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Top a {
          float: right;
          width: 81px;
          line-height: 20px;
          padding: 4px 0px;
          border-radius: 15px;
          border: solid 1px #d3d3d3;
          background-color: #ffffff;
          font-weight: 800;
          text-align: center;
          font-size: 12px;
          text-transform: uppercase;
          margin: 2px 0 0; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result {
        width: 100%;
        float: left; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul {
          margin: 0 -15px; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li {
            width: 33.33%;
            float: left;
            padding: 0 15px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner {
              border: 1px solid #d5dcde;
              padding: 10px;
              border-radius: 4px;
              width: 100%;
              float: left; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div {
                display: inline-block;
                vertical-align: middle;
                width: 25%;
                float: left; }
                .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div.Vehicle-Recent-Content {
                  width: 75%;
                  vertical-align: top; }
                  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div.Vehicle-Recent-Content p {
                    margin: 0px;
                    font-size: 14px;
                    font-weight: 800;
                    color: #242424;
                    line-height: 20px;
                    display: inline-block;
                    text-transform: uppercase;
                    margin-left: 15px; }
                  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div.Vehicle-Recent-Content a {
                    float: right;
                    margin: 0px;
                    width: 67px;
                    padding: 10px 0px;
                    border-radius: 20px;
                    font-size: 14px;
                    font-weight: 800;
                    color: #fff;
                    line-height: 20px;
                    background: #ed8009;
                    border: 0px;
                    text-transform: uppercase; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches > div {
      padding: 0 30px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap {
      width: 100%;
      float: left; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul {
        margin: 0 -15px;
        position: relative;
        padding: 30px 30px 0px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li {
          width: 22.2%;
          padding: 0 15px;
          float: left; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.is-open i {
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open ul {
            margin: 15px 0px 0px;
            width: 20%;
            float: left;
            padding: 0 25px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open ul li a {
              padding: 3px 0 3px 5px;
              margin-bottom: 5px;
              display: inline-block; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open ul:after {
              display: block;
              content: "";
              clear: both; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div {
            padding: 0 30px 15px;
            display: inline-block;
            width: 100%; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child > .form-input {
              width: 371px;
              height: 46px;
              border-radius: 4px;
              border: solid 1px #3a3839;
              background-color: #ffffff;
              color: rgba(36, 36, 36, 0.5);
              font-size: 16px;
              font-weight: normal;
              line-height: 24px;
              letter-spacing: normal; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.itemsList {
              padding: 0 30px 0px;
              border-top: 1px solid #d3d3d3; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li:last-child {
            width: 16.7%; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li:first-child {
            width: 16.7%; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li:first-child > a {
              position: relative; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li:first-child > a:before {
                content: "";
                background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
                background-size: 92px auto;
                position: absolute;
                height: 42px;
                width: 92px;
                right: 0px;
                display: inline-block;
                top: -42px;
                left: auto; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li:first-child > a.is-open:before {
                display: none; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul:after {
          content: "";
          clear: both;
          display: block; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > h3 {
        font-size: 24px;
        font-weight: 900;
        color: #0a4e66;
        line-height: 32px;
        display: inline-block;
        margin: 30px 0px 10px;
        padding: 0 30px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .sr_button {
      text-align: center;
      width: 100%;
      float: left;
      margin: 30px 0 0; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .sr_button a {
        width: 255px;
        height: 46px;
        border-radius: 23px;
        margin: 0;
        font-size: 18px;
        font-weight: 800;
        padding: 0;
        line-height: 46px;
        border: 0;
        background: #ed8009;
        color: #fff;
        text-transform: uppercase;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .sr_button a:hover {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: #f7a244; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .sr_button div p {
        font-size: 12px;
        color: #242424;
        line-height: 18px;
        margin: 15px 0 0;
        text-transform: uppercase; }

.Size-Recent-Searches {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d3d3d3;
  padding: 30px 0px 23px; }
  .Size-Recent-Searches .Size-Recent-Top {
    padding: 0 30px; }
    .Size-Recent-Searches .Size-Recent-Top h3 {
      font-size: 24px;
      font-weight: 900;
      color: #0a4e66;
      line-height: 32px;
      display: inline-block;
      margin: 0 0 10px; }
    .Size-Recent-Searches .Size-Recent-Top a {
      float: right;
      width: 81px;
      line-height: 20px;
      padding: 4px 0px;
      border-radius: 15px;
      border: solid 1px #d3d3d3;
      background-color: #ffffff;
      font-weight: 800;
      text-align: center;
      font-size: 12px;
      text-transform: uppercase;
      margin: 2px 0 0; }
  .Size-Recent-Searches .Size-Recent-Result {
    width: 100%;
    float: left;
    padding: 0 30px; }
    .Size-Recent-Searches .Size-Recent-Result ul {
      margin: 0 -15px; }
      .Size-Recent-Searches .Size-Recent-Result ul li {
        width: 33.33%;
        float: left;
        padding: 0 15px; }
        .Size-Recent-Searches .Size-Recent-Result ul li .size_inner {
          border: 1px solid #d5dcde;
          padding: 10px;
          border-radius: 4px;
          width: 100%;
          float: left; }
          .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div {
            display: inline-block;
            vertical-align: middle;
            float: left; }
            .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Img {
              width: 25%; }
              .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Img img {
                max-height: 46px; }
            .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content {
              width: 75%;
              vertical-align: top; }
              .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Front-Rear-Text {
                width: 72%;
                display: inline-block;
                padding-left: 15px; }
                .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span {
                  margin: 0px;
                  font-size: 14px;
                  font-weight: 800;
                  color: #242424;
                  line-height: 20px;
                  display: inline-block;
                  text-transform: uppercase;
                  margin: 0px;
                  float: left; }
                  .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span.Front-Label, .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span.Rear-Label {
                    font-size: 12px;
                    font-weight: normal;
                    margin-right: 3px; }
                  .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span:nth-child(3) {
                    clear: left; }
              .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Tire-Size-Text {
                width: 72%;
                display: inline-block;
                padding-left: 15px; }
                .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span {
                  margin: 0px;
                  font-size: 14px;
                  font-weight: 800;
                  color: #242424;
                  line-height: 20px;
                  display: inline-block;
                  text-transform: uppercase;
                  margin: 0px;
                  float: left; }
                  .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span.Tire-Size-Label {
                    font-size: 12px;
                    font-weight: normal;
                    margin-right: 3px; }
                  .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span:last-child {
                    clear: left; }
              .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content a {
                float: right;
                margin: 0px;
                width: 67px;
                padding: 10px 0px;
                border-radius: 20px;
                font-size: 14px;
                font-weight: 800;
                color: #fff;
                line-height: 20px;
                background: #ed8009;
                border: 0px;
                text-transform: uppercase; }

.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top {
  width: 100%;
  float: left;
  padding: 30px 0px 30px;
  margin: 0;
  border-bottom: 1px solid #d3d3d3; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size {
    width: 100%;
    float: left;
    position: relative; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size h3 {
      font-size: 24px;
      font-weight: 900;
      color: #0a4e66;
      line-height: 32px;
      display: inline-block;
      padding: 0 30px;
      margin: 0px 0 26px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner {
      max-width: 730px;
      margin: 0 auto; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul {
        margin: 0 -15px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li {
          width: 25%;
          float: left;
          padding: 0 15px; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.is-open i {
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu {
            margin: 0px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu ul {
              margin: 15px 0px 0px;
              width: 20%;
              float: left;
              padding: 0 25px; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu ul li a {
                padding: 3px 0 3px 5px;
                margin-bottom: 5px;
                display: inline-block; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu ul:after {
                display: block;
                content: "";
                clear: both; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div {
              padding: 0 30px 15px;
              display: inline-block;
              width: 100%; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div.Size-Width-Search {
                background: url(https://www.tiremart.com/content/width-retina.png) 97.43% 0 no-repeat;
                background-size: auto 64px; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div.Size-Sidewall-Search {
                background: url(https://www.tiremart.com/content/sidewall-retina.png) 97.43% 0 no-repeat;
                background-size: auto 64px; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div.Size-Diameter-Search {
                background: url(https://www.tiremart.com/content/diameter-retina.png) 97.43% 0 no-repeat;
                background-size: auto 64px; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div:first-child > .form-input {
                width: 371px;
                height: 46px;
                border-radius: 4px;
                border: solid 1px #3a3839;
                background-color: #ffffff;
                color: rgba(36, 36, 36, 0.5);
                font-size: 16px;
                font-weight: normal;
                line-height: 24px;
                letter-spacing: normal; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div.itemsList {
                padding: 0 30px 0px;
                border-top: 1px solid #d3d3d3; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li:nth-child(3) > a {
            padding-right: 5px; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li:first-child > a {
            position: relative; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li:first-child > a:before {
              content: "";
              background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
              background-size: 92px auto;
              position: absolute;
              height: 42px;
              width: 92px;
              right: 15px;
              display: inline-block;
              top: -42px;
              left: auto; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 730px;
    clear: both; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear .diff_rear_lbl {
      width: 302px;
      border-radius: 21px;
      background-color: rgba(222, 231, 234, 0.5);
      color: #242424;
      display: inline-block;
      line-height: 24px;
      padding: 9px 15px;
      margin: 15px 0 0;
      cursor: pointer; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear .diff_rear_lbl .open_close_ic {
        background: url("../img/plus-desactivated.png") no-repeat center;
        height: 24px;
        width: 24px;
        padding: 0px;
        display: inline-block;
        vertical-align: middle; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear .diff_rear_lbl .diff_lbl_name {
        font-size: 16px;
        padding-left: 10px;
        line-height: 24px;
        color: #242424;
        opacity: 0.5;
        display: inline-block;
        vertical-align: middle; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear .diff_rear_lbl .diff-tooltip {
        display: inline-block;
        vertical-align: middle;
        padding-left: 5px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .different_rear .diff_rear_lbl .diff-tooltip:before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          opacity: 0.5;
          font-family: "Font Awesome 5 Free";
          font-size: 16px;
          line-height: 1;
          letter-spacing: normal;
          color: #287e9c; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size {
    float: left;
    width: 100%; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-inner {
      margin: 0 auto;
      width: 100%; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap,
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap,
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP {
      float: left;
      width: 100%;
      padding: 0 172px;
      position: relative; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size > h3 {
      font-size: 24px;
      font-weight: 900;
      color: #0a4e66;
      line-height: 32px;
      display: inline-block;
      margin: 0px;
      padding: 0 30px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size h4 {
      line-height: 24px;
      font-size: 20px;
      font-weight: 900;
      color: #0a4e66;
      margin: 30px 0 10px; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Remove-different {
      width: 100%;
      float: left;
      padding: 0 172px;
      margin: 15px 0 30px; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Remove-different span {
        width: 228px;
        padding: 5px 0px;
        font-size: 12px;
        border-radius: 15px;
        line-height: 20px;
        border: solid 1px #d3d3d3;
        background-color: #ffffff;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 800;
        cursor: pointer; }
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul,
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul,
    .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul {
      margin: 0 -15px;
      padding: 0px;
      clear: both; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li,
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li,
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li {
        width: 33.33%;
        padding: 0 15px;
        float: left; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li span,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li span,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li span {
          margin-bottom: 3px; }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.is-open i,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.is-open i,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.is-open i {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu,
        .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu {
          margin: 0; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu ul,
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu ul,
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu ul {
            margin: 15px -25px 0px;
            width: auto; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu ul > li,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu ul > li,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu ul > li {
              width: 20%;
              float: left;
              padding: 0 25px; }
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu ul > li > a,
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu ul > li > a,
              .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu ul > li > a {
                padding: 3px 0 3px 5px;
                margin-bottom: 5px;
                display: inline-block; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu ul:after,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu ul:after,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu ul:after {
              display: block;
              content: "";
              clear: both; }
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div,
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div,
          .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div {
            padding: 0 30px 15px;
            display: inline-block;
            width: 100%; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Width-Search, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Front-Size-Width-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Width-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Front-Size-Width-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Rear-Size-Width-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Front-Size-Width-Search {
              background: url(https://www.tiremart.com/content/width-retina.png) 97.43% 0 no-repeat;
              background-size: auto 64px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Sidewall-Search, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Sidewall-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Rear-Size-Sidewall-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search {
              background: url(https://www.tiremart.com/content/sidewall-retina.png) 97.43% 0 no-repeat;
              background-size: auto 64px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Diameter-Search, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.Front-Size-Diameter-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Rear-Size-Diameter-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.Front-Size-Diameter-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Rear-Size-Diameter-Search,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.Front-Size-Diameter-Search {
              background: url(https://www.tiremart.com/content/diameter-retina.png) 97.43% 0 no-repeat;
              background-size: auto 64px; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div:first-child > .form-input,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div:first-child > .form-input,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div:first-child > .form-input {
              width: 371px;
              height: 46px;
              border-radius: 4px;
              border: solid 1px #3a3839;
              background-color: #ffffff;
              color: rgba(36, 36, 36, 0.5);
              font-size: 16px;
              font-weight: normal;
              line-height: 24px;
              letter-spacing: normal; }
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li .navPage-subMenu > div.itemsList,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li .navPage-subMenu > div.itemsList,
            .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li .navPage-subMenu > div.itemsList {
              padding: 0 30px 0px;
              border-top: 1px solid #d3d3d3; }
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul:after,
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul:after,
      .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul:after {
        content: "";
        clear: both;
        display: block; }

.Size-Bottom {
  float: left;
  width: 100%; }
  .Size-Bottom .Most-Popular-Sizes-Wrap {
    padding: 0px 30px 30px;
    display: inline-block; }
    .Size-Bottom .Most-Popular-Sizes-Wrap h3, .Size-Bottom .Most-Popular-Sizes-Wrap .tm_dam {
      font-size: 24px;
      font-weight: 900;
      color: #0a4e66;
      line-height: 32px;
      display: inline-block;
      margin: 30px 0 13px; }
    .Size-Bottom .Most-Popular-Sizes-Wrap ul {
      margin: 0 -15px; }
    .Size-Bottom .Most-Popular-Sizes-Wrap li {
      width: 16.66%;
      float: left;
      padding: 0 15px; }
      .Size-Bottom .Most-Popular-Sizes-Wrap li a {
        padding: 3px 0 3px 5px;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 16px;
        line-height: 24px; }
  .Size-Bottom .Size-Bottom-Btn {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0px 0px;
    text-align: center; }
    .Size-Bottom .Size-Bottom-Btn a {
      height: 46px;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 46px;
      letter-spacing: normal;
      color: #0a4e66;
      border: solid 1px #0a4e66;
      border-radius: 23px;
      display: inline-block;
      padding: 0;
      width: 271px; }

.maintenanceNotice {
  display: none; }

.zipCodeWrap {
  padding: 13px 30px 0px; }
  .zipCodeWrap .Zip-Left {
    float: left;
    width: auto; }
    .zipCodeWrap .Zip-Left .form {
      display: block;
      width: 100%;
      float: left;
      margin: 0 0 10px; }
      .zipCodeWrap .Zip-Left .form label {
        font-size: 20px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 28px;
        display: block;
        margin: 0 0 10px;
        color: #0a4e66; }
      .zipCodeWrap .Zip-Left .form .form-field {
        position: relative;
        margin: 0;
        display: inline-block; }
      .zipCodeWrap .Zip-Left .form .form-input {
        position: relative;
        width: 327px;
        height: 46px;
        border: solid 1px #3a3839;
        background-color: #ffffff;
        border-radius: 4px 21px 21px 4px;
        color: rgba(36, 36, 36, 0.5);
        font-size: 16px;
        font-weight: normal;
        line-height: 24px; }
      .zipCodeWrap .Zip-Left .form .form-button {
        width: 134px;
        border-radius: 21px;
        background: #ed8009;
        line-height: 22px;
        padding: 10px 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 900;
        border: 0;
        position: absolute;
        top: 2px;
        right: 1px;
        text-transform: uppercase; }
    .zipCodeWrap .Zip-Left a {
      width: 191px;
      height: 30px;
      border-radius: 15px;
      border: solid 1px #d3d3d3;
      background-color: #ffffff;
      font-size: 12px;
      font-weight: 800;
      font-style: normal;
      color: #242424;
      line-height: 20px;
      display: inline-block;
      text-align: center;
      padding: 5px 0px;
      text-transform: uppercase; }
  .zipCodeWrap .Zip-Right {
    width: auto;
    float: right;
    margin: 38px 0 0; }
    .zipCodeWrap .Zip-Right a {
      width: 105px;
      height: 30px;
      border-radius: 15px;
      border: solid 1px #d3d3d3;
      background-color: #ffffff;
      line-height: 20px;
      padding: 5px 0px;
      font-size: 12px;
      color: #242424;
      display: inline-block;
      text-align: center;
      font-weight: 800;
      text-transform: uppercase; }

#tab-By-Type,
#tab-Search-Widget-Type {
  padding: 0; }
  #tab-By-Type li,
  #tab-Search-Widget-Type li {
    width: 16.66%;
    display: inline-block;
    float: left;
    text-align: center;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3; }
    #tab-By-Type li span,
    #tab-Search-Widget-Type li span {
      display: block; }
    #tab-By-Type li .imgWrap,
    #tab-Search-Widget-Type li .imgWrap {
      margin-top: 13px; }
      #tab-By-Type li .imgWrap img,
      #tab-Search-Widget-Type li .imgWrap img {
        max-height: 84px; }
    #tab-By-Type li .txtWrap,
    #tab-Search-Widget-Type li .txtWrap {
      font-size: 18px;
      font-weight: 800;
      line-height: 28px;
      letter-spacing: normal;
      text-align: center;
      color: #0a4e66;
      padding: 0 0 13px; }
    #tab-By-Type li:last-child, #tab-By-Type li:nth-child(6),
    #tab-Search-Widget-Type li:last-child,
    #tab-Search-Widget-Type li:nth-child(6) {
      border-right: 0; }

#tab-Search-Widget-Type ul {
  margin: 0; }
  #tab-Search-Widget-Type ul li {
    width: 33.33%; }
    #tab-Search-Widget-Type ul li:nth-child(3n+3) {
      border-right: 0; }

#tab-By-Brand {
  padding: 0; }
  #tab-By-Brand ul li {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 30px;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3; }
    #tab-By-Brand ul li a {
      color: #0a4e66; }
  #tab-By-Brand .ViewAllBrand {
    text-align: center;
    margin: 30.9px 0 30px;
    float: left;
    width: 100%; }
    #tab-By-Brand .ViewAllBrand a {
      width: 228px;
      height: 46px;
      font-size: 18px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 46px;
      letter-spacing: normal;
      color: #0a4e66;
      border: solid 1px #0a4e66;
      border-radius: 23px;
      display: inline-block; }
      #tab-By-Brand .ViewAllBrand a:hover {
        transition: all .5s ease;
        background: rgba(10, 78, 102, 0.13); }

#tab-By-Season,
#tab-By-Performance {
  padding: 0; }
  #tab-By-Season ul li,
  #tab-By-Performance ul li {
    width: 33.33%;
    display: inline-block;
    float: left;
    border-right: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3; }
    #tab-By-Season ul li:last-child,
    #tab-By-Performance ul li:last-child {
      border-right: 0; }
    #tab-By-Season ul li span,
    #tab-By-Performance ul li span {
      display: inline-block;
      vertical-align: middle; }
    #tab-By-Season ul li .mmleftImg,
    #tab-By-Performance ul li .mmleftImg {
      margin: 12px 15px 12px 21px; }
      #tab-By-Season ul li .mmleftImg img,
      #tab-By-Performance ul li .mmleftImg img {
        max-height: 84px; }
    #tab-By-Season ul li .mmrightTxt,
    #tab-By-Performance ul li .mmrightTxt {
      font-size: 18px;
      font-weight: 800;
      line-height: 28px;
      letter-spacing: normal;
      color: #0a4e66; }
    #tab-By-Season ul li a,
    #tab-By-Performance ul li a {
      display: block; }

#tab-By-Performance li {
  border-bottom: solid 1px #d3d3d3; }
  #tab-By-Performance li:nth-child(3) {
    border-right: 0; }

#navPages-Deals .menu_inner {
  padding: 30px 15px 0 30px; }

#navPages-Deals .DealLeft {
  width: 50%;
  display: inline-block;
  float: left;
  vertical-align: middle;
  position: relative; }
  #navPages-Deals .DealLeft a {
    position: relative; }
  #navPages-Deals .DealLeft .HotDeals {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 32px;
    border-radius: 4px 0px 4px 0px;
    background-color: #65d7ff;
    font-size: 16.1px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    z-index: 1; }
  #navPages-Deals .DealLeft .DealTxt {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: normal;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase; }

#navPages-Deals .DealRight {
  width: 50%;
  display: inline-block;
  float: left;
  vertical-align: middle; }
  #navPages-Deals .DealRight ul {
    margin: 0 0 0 -7px; }
  #navPages-Deals .DealRight li {
    position: relative;
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px; }
  #navPages-Deals .DealRight img {
    border-radius: 4px;
    height: 118px;
    width: 255px; }
  #navPages-Deals .DealRight .HotDeals {
    position: absolute;
    top: 0;
    left: 15px;
    width: 44px;
    height: 22px;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #65d7ff;
    font-size: 11px;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase; }
  #navPages-Deals .DealRight .DealTxt {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase; }

#navPages-Deals .DealBottom {
  text-align: center; }
  #navPages-Deals .DealBottom a {
    width: 292px;
    height: 46px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 46px;
    letter-spacing: normal;
    color: #0a4e66;
    border: solid 1px #0a4e66;
    border-radius: 23px;
    display: inline-block;
    padding: 0;
    margin: 10px 0 30px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #navPages-Deals .DealBottom a:hover {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background: rgba(10, 78, 102, 0.13); }

#navPages-Help-Center .menu_inner {
  padding: 30px; }
  #navPages-Help-Center .menu_inner h3, #navPages-Help-Center .menu_inner .tm_dam {
    margin: 0 0 10px !important;
    font-size: 24px !important;
    font-weight: 900;
    line-height: 32px !important;
    letter-spacing: normal;
    color: #0a4e66 !important;
    display: inline-block; }

#navPages-Help-Center .HelpLeft {
  width: 59.40%;
  display: inline-block;
  vertical-align: top;
  float: left; }
  #navPages-Help-Center .HelpLeft p {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    letter-spacing: normal;
    color: #242424;
    margin-bottom: 0;
    margin-top: 10px; }
  #navPages-Help-Center .HelpLeft .OurGuide ul {
    padding: 0 33px 0 0; }
    #navPages-Help-Center .HelpLeft .OurGuide ul li {
      padding: 15px 0 10px;
      border-bottom: 1px solid #d5dcde; }
      #navPages-Help-Center .HelpLeft .OurGuide ul li:last-child {
        border-bottom: 0; }
      #navPages-Help-Center .HelpLeft .OurGuide ul li a {
        display: block; }
        #navPages-Help-Center .HelpLeft .OurGuide ul li a p {
          margin: 0;
          font-size: 18px;
          font-weight: 800;
          font-style: normal;
          font-stretch: normal;
          line-height: 28px;
          letter-spacing: normal;
          color: #242424;
          padding: 0 0 0 35px;
          position: relative;
          display: inline-block;
          vertical-align: middle; }
          #navPages-Help-Center .HelpLeft .OurGuide ul li a p:before {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-size: 20px;
            color: #4295f3;
            position: absolute;
            left: 0; }
        #navPages-Help-Center .HelpLeft .OurGuide ul li a span {
          width: 108px;
          height: 30px;
          border-radius: 15px;
          border: solid 1px #d3d3d3;
          background-color: #ffffff;
          font-size: 12px;
          font-weight: 800;
          line-height: 30px;
          letter-spacing: normal;
          color: #242424;
          display: inline-block;
          float: right;
          text-align: center;
          vertical-align: middle;
          text-transform: uppercase; }
          #navPages-Help-Center .HelpLeft .OurGuide ul li a span:after {
            content: "";
            font-size: 12px;
            font-family: "Font Awesome 5 Free";
            margin-left: 6px; }
  #navPages-Help-Center .HelpLeft .HelpContact {
    margin: 14px 0 0;
    float: left;
    width: 100%; }
    #navPages-Help-Center .HelpLeft .HelpContact ul li {
      float: left;
      margin-right: 12px; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li a {
        width: 284px;
        border-radius: 26.5px;
        border: 2px solid #ed8009;
        padding: 10px 25px 11px;
        font-size: 18px;
        font-weight: 800;
        line-height: 28px;
        display: inline-block;
        color: #ed8009;
        text-align: center; }
        #navPages-Help-Center .HelpLeft .HelpContact ul li a:before {
          content: "";
          font-size: 22px;
          font-family: "Font Awesome 5 Free";
          margin-right: 15px; }
        #navPages-Help-Center .HelpLeft .HelpContact ul li a:hover {
          color: #fff;
          background: #ed8009; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li.EmialBtn a {
        padding: 9px 25px 10px;
        width: 170px;
        text-align: center; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li.ChatBtn a {
        width: 180px;
        padding: 9px 25px 10px; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li.EmialBtn a:before {
        content: ""; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li.CallBtn a:before {
        content: ""; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li.ChatBtn a:before {
        content: ""; }
      #navPages-Help-Center .HelpLeft .HelpContact ul li:last-child {
        margin: 0px; }
    #navPages-Help-Center .HelpLeft .HelpContact p {
      font-size: 14px;
      line-height: 20px;
      color: #242424;
      float: left;
      width: 100%;
      text-transform: uppercase;
      margin: 14px 0 0; }

#navPages-Help-Center .HelpRight {
  width: 40.60%;
  display: inline-block;
  vertical-align: top;
  float: left; }
  #navPages-Help-Center .HelpRight .HelpFQA ul li {
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    margin: 0 0 16px; }
    #navPages-Help-Center .HelpRight .HelpFQA ul li:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      color: #4295f3;
      margin-right: 9px;
      font-size: 20px;
      height: 21px;
      vertical-align: middle;
      display: inline-block; }
  #navPages-Help-Center .HelpRight .HelpFQA > a {
    line-height: 18px;
    padding: 13px 25px 11px 25px;
    font-size: 16px;
    font-weight: 900;
    color: #0a4e66;
    border: 1px solid #0a4e66;
    text-transform: uppercase;
    border-radius: 23px;
    margin: 0;
    display: inline-block;
    margin: 5px 5px; }
    #navPages-Help-Center .HelpRight .HelpFQA > a:hover {
      background: rgba(10, 78, 102, 0.12);
      transition: all .5s ease; }

.custom_default .body > .container {
  max-width: 100%;
  padding: 0; }

.Homepage-Hero {
  position: relative;
  background: url("https://cdn11.bigcommerce.com/s-e8i94i2k1a/images/stencil/original/image-manager/tm-hp-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 60px 0; }
  @media screen and (min-width: 1499px) {
    .Homepage-Hero {
      background-size: 100% 100%; } }
  .Homepage-Hero > img {
    width: 100%;
    display: none; }
  .Homepage-Hero .container > div {
    float: left;
    width: 50%;
    display: inline-block;
    vertical-align: middle; }
    .Homepage-Hero .container > div.Homepage-Hero-right {
      float: right;
      box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5); }
  .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping {
    width: 355px;
    height: 96px;
    background-color: #0a4e66;
    border-radius: 6px 48px 48px 6px; }
    .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .left,
    .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .right {
      float: left;
      display: inline-block;
      vertical-align: middle; }
    .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .left {
      margin: 15px 20px 15px; }
    .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .right span {
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: normal;
      color: #ffffff;
      margin-top: 14px;
      display: inline-block; }
      .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .right span.bottomtxt {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
        margin-top: 0; }
    .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .right h5, .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping .right .tm_dam {
      font-size: 20px;
      font-weight: 800;
      line-height: 28px;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0 0 2px 0; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt h1, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt .tm_dam {
    margin: 30px 0 10px 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: normal;
    color: #0a4e66; }
    .Homepage-Hero .Homepage-Hero-Left .HeadingTxt h1 span, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt .tm_dam span {
      color: #ed8009; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt h4, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt .tm_dam {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: normal;
    color: #0a4e66;
    margin: 0;
    text-transform: uppercase;
    padding: 0 131px 0 0; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt img {
    margin-top: 26px;
    max-width: 489px; }
  .Homepage-Hero .Homepage-Hero-right {
    float: left;
    width: 100%;
    background: #fff; }
    .Homepage-Hero .Homepage-Hero-right .tabs {
      border: 0;
      list-style: none; }
      .Homepage-Hero .Homepage-Hero-right .tabs .tab {
        border: 0;
        background-color: #dee7ea;
        text-align: center;
        width: 190px; }
        .Homepage-Hero .Homepage-Hero-right .tabs .tab.is-active {
          background-color: #fff;
          padding: 15px 0 0 0;
          margin-top: -15px; }
        .Homepage-Hero .Homepage-Hero-right .tabs .tab a {
          font-size: 20px;
          font-weight: normal;
          line-height: 26px;
          letter-spacing: normal;
          text-align: center;
          color: #0a4e66;
          padding: 9px 0; }
          .Homepage-Hero .Homepage-Hero-right .tabs .tab a span {
            display: block;
            font-weight: bold; }
    .Homepage-Hero .Homepage-Hero-right .tabs-contents {
      background: #fff;
      margin: 0;
      padding: 0; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content {
        padding: 0; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches {
          width: 100%;
          float: left;
          padding: 30px 30px 20px;
          border-bottom: 1px solid #d3d3d3; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top {
            width: 100%;
            float: left;
            margin: 0; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top h3 {
              font-size: 24px;
              font-weight: 900;
              color: #0a4e66;
              line-height: 32px;
              display: inline-block;
              margin: 0px 0px 10px; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top a {
              float: right;
              width: 81px;
              line-height: 20px;
              padding: 4px 0px;
              border-radius: 15px;
              border: solid 1px #d3d3d3;
              background-color: #ffffff;
              font-weight: 800;
              text-align: center;
              font-size: 12px;
              text-transform: uppercase;
              margin: 2px 0 0; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result {
            width: 100%;
            float: left; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul {
              margin: 0;
              list-style: none; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li {
                width: 100%;
                float: left;
                padding: 10px;
                border: 1px solid #d5dcde;
                border-radius: 4px;
                margin-bottom: 10px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div {
                  display: inline-block;
                  vertical-align: middle;
                  width: 16%;
                  float: left; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content {
                    width: 84%;
                    vertical-align: top; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content p {
                      margin: 0px;
                      font-size: 14px;
                      font-weight: 800;
                      color: #242424;
                      line-height: 20px;
                      display: inline-block;
                      text-transform: uppercase;
                      margin-left: 15px; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content a {
                      float: right;
                      margin: 0px;
                      width: 67px;
                      padding: 10px 0px;
                      border-radius: 20px;
                      font-size: 14px;
                      font-weight: 800;
                      color: #fff;
                      line-height: 20px;
                      background: #ed8009;
                      border: 0px;
                      text-transform: uppercase; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap {
        clear: left;
        position: relative;
        padding: 0 30px;
        margin-top: 30px;
        float: left; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap h3 {
          font-size: 24px;
          font-weight: 900;
          color: #0a4e66;
          line-height: 32px;
          display: inline-block;
          margin: 0 0 26px; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul {
          list-style: none; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li {
            display: inline-block; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open {
              border: 2px solid #ed8009;
              z-index: 11;
              background: #fff; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open i {
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after {
                height: 6px;
                bottom: -5px; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open {
              margin: 0;
              left: 0 !important;
              right: 0 !important;
              top: 148px !important;
              padding: 15px 0 0 0;
              z-index: 10; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Option, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-ZIP {
                top: 330px !important; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Model {
                top: 238px !important; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div {
                padding: 0 30px 15px;
                display: inline-block;
                width: 100%; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child {
                  border-bottom: 1px solid #d3d3d3; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child > .form-input {
                    width: 290px;
                    height: 46px;
                    border-radius: 4px;
                    border: solid 1px #3a3839;
                    background-color: #ffffff;
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 46px;
                    letter-spacing: normal;
                    color: rgba(36, 36, 36, 0.5); }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child {
                  border-bottom: 0;
                  position: relative; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child .Zip-Right {
                    position: absolute;
                    right: 30px;
                    top: 66px;
                    margin: 0; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap .Search-Widget-Location {
                  margin: 3px 0 10px; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Make-List ul,
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Model-List ul {
                width: 33.33%; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Option-List ul {
                width: 50%; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child {
              width: 160px;
              margin-right: 26px; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a {
                position: relative; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a:before {
                  content: "";
                  background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
                  background-size: 92px auto;
                  position: absolute;
                  height: 42px;
                  width: 92px;
                  right: 0;
                  display: inline-block;
                  top: -43px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a.is-open:before {
                  display: none; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(2), .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(4) {
              width: 320px; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(3) {
              width: 100%;
              margin: 21px 0; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:last-child {
              width: 160px;
              margin-left: 26px; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .sr_button {
        text-align: center;
        padding: 0 0 30px 0; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .sr_button a {
          margin: 30px 0 0;
          padding: 0;
          width: 396px;
          height: 62px;
          border: 0;
          border-radius: 31px;
          background-color: #ed8009;
          line-height: 62px;
          font-size: 26px;
          font-weight: 800;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          text-transform: uppercase;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .sr_button a:hover {
            background: #f7a244;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap a {
          width: 282px;
          margin-bottom: 30px; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap .Search-Widget-Size-Result-Txt p {
          font-size: 12px;
          font-weight: normal;
          line-height: 18px;
          letter-spacing: normal;
          text-align: center;
          color: #242424;
          margin: -15px 0 0 0;
          text-transform: uppercase; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Search-Widget-Result-Txt p {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
        letter-spacing: normal;
        text-align: center;
        color: #242424;
        margin: 15px 0 -4px 0;
        text-transform: uppercase; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches {
        width: 100%;
        float: left;
        border-bottom: 1px solid #d3d3d3;
        padding: 30px 30px 20px 30px; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top h3 {
          font-size: 24px;
          font-weight: 900;
          color: #0a4e66;
          line-height: 32px;
          display: inline-block;
          margin: 0 0 10px; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top a {
          float: right;
          width: 81px;
          line-height: 20px;
          padding: 4px 0px;
          border-radius: 15px;
          border: solid 1px #d3d3d3;
          background-color: #ffffff;
          font-weight: 800;
          text-align: center;
          font-size: 12px;
          text-transform: uppercase;
          margin: 2px 0 0; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result {
          width: 100%;
          float: left;
          padding: 0; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul {
            margin: 0;
            list-style: none; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li {
              width: 100%;
              float: left;
              border: 1px solid #d5dcde;
              padding: 10px;
              border-radius: 4px;
              margin-bottom: 10px; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div {
                display: inline-block;
                vertical-align: middle;
                float: left; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img {
                  width: 17%; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img img {
                    max-height: 46px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content {
                  width: 83%;
                  vertical-align: top; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text {
                    width: 72%;
                    display: inline-block;
                    padding-left: 15px; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span {
                      margin: 0px;
                      font-size: 14px;
                      font-weight: 800;
                      color: #242424;
                      line-height: 20px;
                      display: inline-block;
                      text-transform: uppercase;
                      margin: 0px;
                      float: left; }
                      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Front-Label, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Rear-Label {
                        font-size: 12px;
                        font-weight: normal;
                        margin-right: 3px; }
                      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span:nth-child(3) {
                        clear: left; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text {
                    width: 72%;
                    display: inline-block;
                    padding-left: 15px; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span {
                      margin: 0px;
                      font-size: 14px;
                      font-weight: 800;
                      color: #242424;
                      line-height: 20px;
                      display: inline-block;
                      text-transform: uppercase;
                      margin: 0px;
                      float: left; }
                      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span.Tire-Widget-Size-Label {
                        font-size: 12px;
                        font-weight: normal;
                        margin-right: 3px; }
                      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span:last-child {
                        clear: left; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content a {
                    float: right;
                    margin: 0px;
                    width: 67px;
                    padding: 10px 0px;
                    border-radius: 20px;
                    font-size: 14px;
                    font-weight: 800;
                    color: #fff;
                    line-height: 20px;
                    background: #ed8009;
                    border: 0px;
                    text-transform: uppercase; }
      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top {
        width: 100%;
        float: left;
        margin: 30px 0 0 0;
        border-bottom: 1px solid #d3d3d3; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size {
          width: 100%;
          float: left;
          position: relative;
          padding: 0 30px; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h3 {
            font-size: 24px;
            font-weight: 900;
            color: #0a4e66;
            line-height: 32px;
            display: inline-block;
            padding: 0 30px 0 0;
            margin: 0px 0 26px; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h4 {
            line-height: 28px;
            font-size: 20px;
            font-weight: 900;
            color: #0a4e66;
            margin: 0; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div {
            clear: both;
            float: left;
            width: 100%; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul {
              margin: 0 -15px;
              list-style: none; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li {
                width: 33.33%;
                float: left;
                padding: 0 15px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open {
                  z-index: 11;
                  background: #fff; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open i {
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after {
                    height: 4px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu {
                  margin: 0px;
                  left: 0 !important;
                  right: 0 !important;
                  top: 138px !important;
                  padding: 0;
                  z-index: 10; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP {
                    top: 296px !important; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul {
                    margin: 15px 0px 0px;
                    width: 20%;
                    float: left;
                    padding: 0 25px; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul li a {
                      padding: 3px 0 3px 5px;
                      margin-bottom: 5px;
                      display: inline-block; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul:after {
                      display: block;
                      content: "";
                      clear: both; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div {
                    padding: 14px 30px 15px;
                    display: inline-block;
                    width: 100%; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Width-Search {
                      background: url("../img/WidgetWidth.png") no-repeat 100% 0%; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search {
                      background: url("../img/WidgetSidewall.png") no-repeat 100% 0%; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Diameter-Search {
                      background: url("../img/WidgetDiameter.png") no-repeat 100% 0%; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div:first-child > .form-input {
                      width: 206px;
                      height: 46px;
                      border-radius: 4px;
                      border: solid 1px #3a3839;
                      background-color: #ffffff;
                      color: rgba(36, 36, 36, 0.5);
                      font-size: 16px;
                      font-weight: normal;
                      line-height: 24px;
                      letter-spacing: normal; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.itemsList {
                      padding: 0 30px 0px;
                      border-top: 1px solid #d3d3d3; }
                    .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child {
                      border-bottom: 0;
                      position: relative; }
                      .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child .Zip-Right {
                        position: absolute;
                        right: 30px;
                        top: 80px;
                        margin: 0; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:nth-child(3) > a {
                  padding-right: 5px; }
                .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a {
                  position: relative; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a:before {
                    content: "";
                    background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
                    background-size: 92px auto;
                    position: absolute;
                    height: 42px;
                    width: 92px;
                    right: 0;
                    display: inline-block;
                    top: -42px;
                    left: auto; }
                  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a.is-open:before {
                    display: none; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP {
              margin-top: 31px; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP > ul > li > a:before {
                display: none; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap {
              margin: 30px 0 0 0; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li a:before {
                display: none; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li .navPage-subMenu {
                top: 236px !important; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Width-Search {
                background: url("../img/WidgetWidth.png") no-repeat 100% 0%; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Sidewall-Search {
                background: url("../img/WidgetSidewall.png") no-repeat 100% 0%; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Diameter-Search {
                background: url("../img/WidgetDiameter.png") no-repeat 100% 0%; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear {
          width: 100%;
          display: block;
          margin: 0 auto;
          max-width: 730px; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl {
            width: 304px;
            border-radius: 21px;
            background-color: rgba(222, 231, 234, 0.5);
            color: #242424;
            display: inline-block;
            line-height: 24px;
            padding: 9px 15px;
            margin: 15px 0 0;
            cursor: pointer; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .open_close_ic {
              background: url("../img/plus-desactivated.png") no-repeat center;
              height: 24px;
              width: 24px;
              padding: 0px;
              display: inline-block;
              vertical-align: middle; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff_lbl_name {
              font-size: 16px;
              padding-left: 6px;
              line-height: 24px;
              color: #242424;
              opacity: 0.5;
              display: inline-block;
              vertical-align: middle; }
            .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip {
              display: inline-block;
              vertical-align: middle;
              padding-left: 1px; }
              .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip:before {
                content: "";
                display: inline-block;
                width: 16px;
                height: 16px;
                opacity: 0.5;
                font-family: "Font Awesome 5 Free";
                font-size: 16px;
                line-height: 1;
                letter-spacing: normal;
                color: #287e9c; }
        .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Widget-Size-different {
          width: 100%;
          float: left;
          margin: 15px 0px 0px; }
          .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Widget-Size-different span {
            width: 228px;
            padding: 5px 0px;
            font-size: 12px;
            border-radius: 15px;
            line-height: 20px;
            border: solid 1px #d3d3d3;
            background-color: #ffffff;
            display: inline-block;
            text-align: center;
            text-transform: uppercase;
            font-weight: 800;
            cursor: pointer; }

.WhyBuyUsedTires {
  margin: 60px 0px;
  float: left;
  width: 100%;
  text-align: center; }
  .WhyBuyUsedTires h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 42px;
    color: #0a4e66;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .WhyBuyUsedTires h4, .WhyBuyUsedTires .tm_dam {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: #f19704;
    margin: 0 0 30px; }
  .WhyBuyUsedTires p {
    color: #095871;
    line-height: 28px;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 12px; }
  .WhyBuyUsedTires ul {
    margin: 0px auto;
    max-width: 650px;
    padding: 0px;
    list-style: none; }
    .WhyBuyUsedTires ul li {
      float: left;
      text-align: right; }
      .WhyBuyUsedTires ul li.online-stores {
        width: 25%;
        padding-top: 45px; }
      .WhyBuyUsedTires ul li.new-vs-used {
        width: 43.4%;
        padding: 0 30px;
        text-align: center; }
        .WhyBuyUsedTires ul li.new-vs-used img {
          margin: 9px 0px; }
      .WhyBuyUsedTires ul li.best-used-tires {
        width: 31.39%;
        text-align: left;
        padding-top: 44px; }
      .WhyBuyUsedTires ul li p {
        font-size: 18px;
        line-height: 28px;
        color: #282828;
        font-weight: normal;
        margin: 0 0 5px; }
        .WhyBuyUsedTires ul li p span {
          font-weight: 800; }
      .WhyBuyUsedTires ul li .Newlable,
      .WhyBuyUsedTires ul li .usedlable {
        font-size: 18px;
        line-height: 25px;
        font-weight: 800;
        text-transform: uppercase;
        background: #bf2520;
        width: auto;
        padding: 1px 6px 0px;
        text-align: center;
        color: #fff;
        display: inline-block;
        margin: 10px 0px;
        border-radius: 3px; }
      .WhyBuyUsedTires ul li .usedlable {
        background: #ed8009; }
      .WhyBuyUsedTires ul li .bottomLine {
        font-size: 12px;
        line-height: 18px;
        color: #282828;
        text-transform: uppercase;
        font-weight: bold; }
  .WhyBuyUsedTires .bottomText {
    width: 100%;
    float: left;
    margin: 18px 0 0; }
    .WhyBuyUsedTires .bottomText h5 {
      color: #ed8009;
      font-size: 38px;
      font-weight: 900;
      line-height: 42px;
      margin: 0 0 30px;
      text-transform: inherit; }
    .WhyBuyUsedTires .bottomText a {
      border: 1px solid #0a4e66;
      display: inline-block;
      font-size: 24px;
      line-height: 26px;
      color: #0a4e66;
      padding: 17px 38px 15px 43px;
      font-weight: 800;
      border-radius: 30px;
      text-transform: uppercase;
      width: 477px;
      text-align: center;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .WhyBuyUsedTires .bottomText a:hover {
        background: rgba(10, 78, 102, 0.12);
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }

.OurCustomers {
  position: relative;
  float: left;
  width: 100%;
  background: url(https://cdn11.bigcommerce.com/s-e8i94i2k1a/content/bg-reviews.jpg);
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }
  .OurCustomers > img {
    width: 100%;
    display: none; }
  .OurCustomers .container {
    position: static;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    max-width: 1210px;
    color: #fff;
    text-align: center; }
    .OurCustomers .container h3, .OurCustomers .container .tm_dam {
      font-size: 36px;
      line-height: 42px;
      font-weight: 900;
      color: #fff;
      text-transform: uppercase;
      max-width: 740px;
      width: 100%;
      margin: 0 auto 30px; }
    .OurCustomers .container ul {
      margin: 0 -17.5px;
      padding: 0px;
      list-style: none; }
      .OurCustomers .container ul li {
        padding: 0 17.5px;
        float: left;
        width: 33.33%;
        text-align: center; }
        .OurCustomers .container ul li p,
        .OurCustomers .container ul li .author {
          font-size: 18px;
          line-height: 28px;
          font-weight: normal;
          display: block;
          margin: 0px 0px 10px;
          color: #fff; }
        .OurCustomers .container ul li .author {
          font-weight: 800;
          margin: 0 0 5px; }
        .OurCustomers .container ul li .reviewStar {
          display: inline-block; }
          .OurCustomers .container ul li .reviewStar i {
            color: #f39c12; }
        .OurCustomers .container ul li .reviewDate {
          font-size: 12px;
          line-height: 18px;
          font-weight: normal;
          display: block;
          margin: 10px 0 0;
          text-transform: uppercase;
          color: #fff; }
    .OurCustomers .container .bottomText {
      width: 100%;
      float: left;
      margin: 15px 0 5px; }
      .OurCustomers .container .bottomText img {
        display: block;
        margin: 0 auto; }
      .OurCustomers .container .bottomText a {
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 30px;
        font-size: 24px;
        font-weight: 800;
        line-height: 26px;
        text-transform: uppercase;
        margin: 0px;
        text-align: center;
        padding: 17px 40px 15px 44px;
        color: #fff;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .OurCustomers .container .bottomText a:after {
          content: "";
          font-size: 20px;
          line-height: 26px;
          font-weight: normal;
          font-family: "Font Awesome 5 Free";
          margin-left: 13px;
          vertical-align: top; }
        .OurCustomers .container .bottomText a:hover {
          background: #fff;
          color: #0a4e66;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.DealPromotions {
  margin: 35px 0px;
  float: left;
  width: 100%; }
  .DealPromotions .container {
    max-width: 1200px; }
    .DealPromotions .container h3, .DealPromotions .container .tm_dam {
      font-size: 36px;
      line-height: 42px;
      font-weight: 900;
      color: #095871;
      text-align: center;
      text-transform: uppercase;
      margin: 0px; }
    .DealPromotions .container .DealOuter {
      margin: 30px -15px 15px; }
      .DealPromotions .container .DealOuter .DealLeft,
      .DealPromotions .container .DealOuter .DealRight {
        float: left;
        width: 50%;
        padding: 0 15px;
        position: relative; }
      .DealPromotions .container .DealOuter .DealLeft a:hover img {
        box-shadow: 0 0 24px 0 rgba(0, 36, 36, 0.3); }
      .DealPromotions .container .DealOuter .DealLeft > .HotDeals {
        top: 0px;
        font-size: 17px;
        padding: 5px 10px;
        line-height: 24px; }
      .DealPromotions .container .DealOuter .DealLeft .DealTxt {
        font-size: 38px;
        line-height: 40px; }
      .DealPromotions .container .DealOuter .DealRight ul {
        list-style: none;
        margin: -15px; }
        .DealPromotions .container .DealOuter .DealRight ul li {
          position: relative;
          width: 50%;
          float: left;
          padding: 15px; }
          .DealPromotions .container .DealOuter .DealRight ul li a {
            width: 100%;
            float: left; }
            .DealPromotions .container .DealOuter .DealRight ul li a img {
              max-height: 120px;
              width: 100%;
              border-radius: 4px; }
            .DealPromotions .container .DealOuter .DealRight ul li a:hover img {
              box-shadow: 0 0 24px 0 rgba(0, 36, 36, 0.3); }
      .DealPromotions .container .DealOuter .DealTxt {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0 auto;
        font-size: 18px;
        line-height: 24px;
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        width: 100%;
        text-align: center; }
      .DealPromotions .container .DealOuter .HotDeals {
        position: absolute;
        left: 15px;
        right: auto;
        top: 15px;
        margin: 0px;
        color: #fff;
        border-radius: 4px 0px 4px 0px;
        background: #65d7ff;
        font-size: 11px;
        line-height: 18px;
        font-weight: 800;
        padding: 2px 6px;
        text-transform: uppercase; }
      .DealPromotions .container .DealOuter:after {
        content: "";
        display: block;
        clear: both; }
    .DealPromotions .container .DealBottom {
      width: 100%;
      float: left;
      text-align: center; }
      .DealPromotions .container .DealBottom a {
        color: #0a4e66;
        font-size: 24px;
        padding: 17px 46px 15px 43px;
        line-height: 26px;
        text-transform: uppercase;
        border-radius: 30px;
        border: 1px solid #0a4e66;
        display: inline-block;
        margin: 0px;
        font-weight: 800;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .DealPromotions .container .DealBottom a:hover {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: rgba(10, 78, 102, 0.13); }

.SignUpHome {
  float: left;
  width: 100%;
  background: #0a4e66;
  padding: 30px 0px; }
  .SignUpHome .SignUpLeft {
    float: left;
    width: 55%; }
    .SignUpHome .SignUpLeft h5, .SignUpHome .SignUpLeft .tm_dam {
      font-size: 36px;
      font-weight: 900;
      line-height: 42px;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 10px; }
    .SignUpHome .SignUpLeft p {
      font-size: 18px;
      line-height: 28px;
      margin: 0px;
      line-height: 28px;
      color: #fff; }
  .SignUpHome form {
    float: right;
    width: auto;
    margin: 33px 0px; }
    .SignUpHome form .form-field {
      position: relative;
      margin: 0px; }
      .SignUpHome form .form-field .form-input {
        width: 371px;
        height: 42px;
        border-radius: 2px 21px 21px 2px;
        border: 0px;
        background-color: #ffffff;
        color: rgba(36, 36, 36, 0.5);
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        padding: 10px 150px 10px 15px; }
      .SignUpHome form .form-field .button {
        width: 145px;
        height: 42px;
        background: #ed8009;
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
        text-align: center;
        font-size: 16px;
        font-weight: 800;
        line-height: 22px;
        color: #fff;
        border: 0px;
        border-radius: 21px;
        margin: 0px;
        padding: 0px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .SignUpHome form .form-field .button:hover {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: #f7a244; }

.EasyToFind {
  width: 100%;
  float: left;
  margin: 60px 0 0; }
  .EasyToFind h3, .EasyToFind .tm_dam {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    color: #095871;
    text-align: center;
    text-transform: uppercase;
    margin: 0px; }
  .EasyToFind .container {
    max-width: 900px; }
    .EasyToFind .container ul.TopThree {
      margin: 30px -15px 30px;
      list-style: none; }
      .EasyToFind .container ul.TopThree li {
        padding: 0 15px;
        float: left;
        width: 33.33%; }
        .EasyToFind .container ul.TopThree li a {
          width: 100%;
          float: left;
          text-align: center;
          background: #f4f7f8;
          border: 1px solid #e4ebee;
          padding: 2px 0 30px;
          color: #fff;
          border-radius: 10px;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .EasyToFind .container ul.TopThree li a img {
            display: block;
            margin: 0 auto; }
          .EasyToFind .container ul.TopThree li a span {
            font-size: 18px;
            line-height: 20px;
            font-weight: 800;
            background: #ed8009;
            padding: 14px 30px 12px;
            border-radius: 23px;
            display: inline-block;
            text-transform: uppercase;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
          .EasyToFind .container ul.TopThree li a:hover {
            box-shadow: 0 0 24px 0 rgba(36, 36, 36, 0.18);
            border-color: rgba(26, 158, 202, 0.25);
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .EasyToFind .container ul.TopThree li a:hover span {
              background: #f7a244;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
      .EasyToFind .container ul.TopThree:after {
        clear: both;
        content: "";
        display: block; }
  .EasyToFind .container.bot {
    max-width: 1150px;
    padding: 0 36px;
    border-bottom: 1px solid rgba(10, 78, 102, 0.07);
    padding-bottom: 30px; }
    .EasyToFind .container.bot ul.BottomTypeList {
      margin: 15px -15px;
      list-style: none; }
      .EasyToFind .container.bot ul.BottomTypeList li {
        padding: 15px;
        float: left;
        width: 25%; }
        .EasyToFind .container.bot ul.BottomTypeList li a {
          width: 100%;
          float: left;
          text-align: center;
          background: #f4f7f8;
          border: 1px solid rgba(10, 78, 102, 0.07);
          padding: 0px 0 13px;
          color: #fff;
          border-radius: 10px;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .EasyToFind .container.bot ul.BottomTypeList li a img {
            display: block;
            margin: 0 auto;
            height: 117px;
            width: 117px; }
          .EasyToFind .container.bot ul.BottomTypeList li a span {
            font-size: 20px;
            line-height: 28px;
            font-weight: 800;
            padding: 0;
            display: inline-block;
            color: #0a4e66; }
          .EasyToFind .container.bot ul.BottomTypeList li a:hover {
            box-shadow: 0 0 24px 0 rgba(36, 36, 36, 0.18);
            border-color: rgba(26, 158, 202, 0.25);
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      .EasyToFind .container.bot ul.BottomTypeList:after {
        clear: both;
        content: "";
        display: block; }
  .EasyToFind .OrShopBy {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto 15px;
    max-width: 1078px; }
    .EasyToFind .OrShopBy span {
      background: #d3d3d3;
      display: inline-block;
      padding: 7px 15px;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      border-radius: 2px;
      font-weight: 900;
      z-index: 1;
      position: relative; }
    .EasyToFind .OrShopBy:after {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      background: #dadada; }

.MostPopularTireSizes {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .MostPopularTireSizes .container {
    max-width: 1150px;
    padding: 0 90px; }
    .MostPopularTireSizes .container h3 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 900;
      color: #0a4e66;
      text-align: center;
      text-transform: uppercase;
      margin: 0px; }
    .MostPopularTireSizes .container ul {
      margin: 15px -15px;
      list-style: none; }
      .MostPopularTireSizes .container ul li {
        padding: 15px;
        float: left;
        width: 20%; }
        .MostPopularTireSizes .container ul li a {
          width: 100%;
          float: left;
          text-align: center;
          border: 1px solid rgba(10, 78, 102, 0.51);
          padding: 8px 0 6px;
          font-size: 16px;
          border-radius: 20px;
          color: #0a4e66;
          font-weight: bold;
          background: #fff;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .MostPopularTireSizes .container ul li a:hover {
            background: rgba(10, 78, 102, 0.13);
            border: 1px solid #0a4e66;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      .MostPopularTireSizes .container ul:after {
        clear: both;
        content: "";
        display: block; }

.MostPopularBrands {
  float: left;
  width: 100%;
  font-size: 22px; }
  .MostPopularBrands .container {
    max-width: 1180px;
    padding: 0 15px;
    border-bottom: 0px; }
    .MostPopularBrands .container h3 {
      font-size: 32px;
      line-height: 40px;
      font-weight: 900;
      color: #0a4e66;
      text-align: center;
      text-transform: uppercase;
      margin: 0px; }
    .MostPopularBrands .container ul {
      margin: 20px -10px;
      list-style: none; }
      .MostPopularBrands .container ul li {
        padding: 10px;
        float: left;
        width: 20%; }
        .MostPopularBrands .container ul li a {
          text-align: center;
          border: 1px solid #e4ebee;
          padding: 3px 9px 2px 10px;
          border-radius: 10px;
          font-weight: bold;
          height: 73px;
          color: #0a4e66;
          vertical-align: middle;
          display: flex;
          width: 100%;
          align-items: center;
          justify-content: center;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .MostPopularBrands .container ul li a:hover {
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            box-shadow: 0 0 17px 0 rgba(36, 36, 36, 0.18);
            border-color: #bce0eb; }
        .MostPopularBrands .container ul li img {
          display: block;
          margin: 0 auto;
          height: 66px; }
      .MostPopularBrands .container ul:after {
        clear: both;
        content: "";
        display: block; }
    .MostPopularBrands .container .bottomTxt {
      width: 100%;
      float: left;
      text-align: center;
      margin: -3px 0 30px; }
      .MostPopularBrands .container .bottomTxt a {
        display: inline-block;
        font-size: 24px;
        font-weight: 800;
        line-height: 26px;
        color: #fff;
        padding: 17px 40px 15px;
        background: #ed8009;
        text-transform: uppercase;
        border-radius: 30px; }
        .MostPopularBrands .container .bottomTxt a:hover {
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          background: #f7a244; }

.YourLeaseBuyingUsed {
  margin: 60px 0 0;
  padding: 60px 0;
  width: 100%;
  float: left;
  background: #f4f7f8; }
  .YourLeaseBuyingUsed .container {
    max-width: 1202px; }
    .YourLeaseBuyingUsed .container h3 {
      font-size: 24px;
      font-weight: 900;
      line-height: 32px;
      color: #0a4e66;
      text-transform: uppercase;
      margin: 0 0 10px;
      display: inline-block; }
    .YourLeaseBuyingUsed .container p {
      font-size: 18px;
      color: #242424;
      line-height: 28px;
      margin: 0px 0px 15px;
      font-weight: normal; }
    .YourLeaseBuyingUsed .container .YourLease,
    .YourLeaseBuyingUsed .container .BuyingUsed {
      width: 50%;
      float: left; }
    .YourLeaseBuyingUsed .container .YourLease {
      padding: 0 16px 0 0px; }
      .YourLeaseBuyingUsed .container .YourLease p:last-child {
        margin: 0; }
    .YourLeaseBuyingUsed .container .BuyingUsed {
      padding: 0 0 0 16px; }
      .YourLeaseBuyingUsed .container .BuyingUsed h3 {
        max-width: 465px; }
      .YourLeaseBuyingUsed .container .BuyingUsed img {
        display: inline-block;
        margin-left: 23px;
        vertical-align: top; }
      .YourLeaseBuyingUsed .container .BuyingUsed p:last-child {
        margin: 0; }

.support {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #e4ebee; }
  .support .container {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    padding: 0 15px; }
    .support .container .supportInner {
      max-width: 770px;
      width: 100%;
      float: right; }
      .support .container .supportInner h3, .support .container .supportInner .tm_dam {
        font-size: 36px;
        line-height: 42px;
        font-weight: 900;
        color: #0a4e66;
        text-transform: uppercase;
        margin: 0 0 10px;
        display: inline-block;
        letter-spacing: 0px; }
      .support .container .supportInner p {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        margin: 0 0 30px;
        color: #242424; }
      .support .container .supportInner a {
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        line-height: 32px;
        background: #ed8009;
        padding: 16px 0;
        color: #fff;
        text-align: center;
        display: inline-block;
        width: 370px;
        border-radius: 33px;
        float: left;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .support .container .supportInner a:before {
          content: "";
          font-size: 26px;
          font-family: "Font Awesome 5 Free";
          margin-right: 12px; }
        .support .container .supportInner a.call-btn {
          margin-right: 30px; }
        .support .container .supportInner a.call-btn:before {
          content: ""; }
        .support .container .supportInner a.chat-btn:before {
          content: "";
          margin-right: 14px; }
        .support .container .supportInner a:hover {
          background: #f7a244;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
      .support .container .supportInner .bottomTxt {
        color: #0a4e66;
        font-size: 12px;
        line-height: 18px;
        font-weight: normal;
        margin: 15px auto 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        text-transform: uppercase; }

.footer,
.body {
  float: left;
  width: 100%; }

.body {
  margin: 0px; }

.footer {
  position: relative;
  margin: 0px;
  border: 0px;
  padding: 0px;
  float: left;
  width: 100%; }
  .footer .footerTop {
    background-color: #044e68;
    padding: 60px 0px 0px;
    float: left;
    width: 100%; }
    .footer .footerTop .container {
      max-width: 1200px; }
      .footer .footerTop .container .footer-info {
        margin: 0 -15px; }
        .footer .footerTop .container .footer-info .footer-info-col {
          width: 33.33%;
          padding: 0 15px;
          margin: 0 0 50px; }
          .footer .footerTop .container .footer-info .footer-info-col ul {
            list-style: none;
            margin: 0px;
            padding: 0px; }
            .footer .footerTop .container .footer-info .footer-info-col ul .footerCall {
              border-radius: 42.5px;
              width: 100%;
              background: #ed8009;
              padding: 15px 20px 17px;
              text-align: center;
              display: inline-block;
              margin: 0 0 15px;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
              .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a {
                color: #fff;
                display: inline-block;
                font-size: 20px;
                line-height: 30px;
                font-weight: 800;
                margin: 0 0 5px;
                vertical-align: top; }
                .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a span {
                  font-size: 12px;
                  line-height: 18px;
                  font-weight: normal;
                  text-transform: uppercase;
                  display: block; }
                .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a:before {
                  content: "";
                  font-size: 26px;
                  font-family: "Font Awesome 5 Free";
                  margin-right: 15px; }
                .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a:hover {
                  text-decoration: none; }
              .footer .footerTop .container .footer-info .footer-info-col ul .footerCall:hover {
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
                background: #f7a244; }
            .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial {
              width: 100%;
              float: left;
              text-align: center;
              margin: 0 0 30px; }
              .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial a {
                font-size: 20px;
                line-height: 28px;
                font-weight: 800;
                border: 1px solid rgba(255, 255, 255, 0.76);
                border-radius: 26.5px;
                width: 100%;
                padding: 11px 49px 12px;
                color: #fff;
                display: inline-block;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial a:before {
                  content: "";
                  font-size: 26px;
                  font-family: "Font Awesome 5 Free";
                  margin-right: 15px;
                  vertical-align: middle; }
                .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial a:hover {
                  background-color: rgba(255, 255, 255, 0.17);
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -webkit-transition: all 0.5s ease;
                  transition: all 0.5s ease;
                  text-decoration: none; }
          .footer .footerTop .container .footer-info .footer-info-col .footer-info-heading {
            font-size: 24px;
            font-weight: bold;
            line-height: 28px;
            margin: 0 0 15px;
            color: #fff; }
          .footer .footerTop .container .footer-info .footer-info-col ul {
            margin: 0px; }
            .footer .footerTop .container .footer-info .footer-info-col ul li {
              margin: 0 0 10px;
              display: block; }
              .footer .footerTop .container .footer-info .footer-info-col ul li a {
                display: inline-block;
                line-height: 28px;
                font-size: 18px;
                font-weight: normal;
                color: #fff; }
                .footer .footerTop .container .footer-info .footer-info-col ul li a:hover {
                  text-decoration: underline;
                  text-underline-position: under; }
          .footer .footerTop .container .footer-info .footer-info-col:nth-child(2) .footer-info-heading {
            margin: 0 0 10px; }
          .footer .footerTop .container .footer-info .footer-info-col .FollowUsTxt.footer-info-heading {
            margin: 20px 0 12px; }
          .footer .footerTop .container .footer-info .footer-info-col .Best.footer-info-heading {
            margin: 30px 0 15px; }
          .footer .footerTop .container .footer-info .footer-info-col .socialLinks li {
            float: left;
            width: auto;
            margin-right: 20px; }
            .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a {
              width: auto;
              height: auto; }
              .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a i {
                font-family: "Font Awesome 5 Brands";
                font-size: 26px;
                font-weight: normal;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a.icon--facebook:hover i {
                color: #5c91fb;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a.icon--twitter:hover i {
                color: #3db6ff;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a.icon--instagram:hover i {
                color: #ff55a1;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
              .footer .footerTop .container .footer-info .footer-info-col .socialLinks li a.icon--youtube:hover i {
                color: #f22322;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
          .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) .footer-info-list:nth-child(2) li {
            display: inline-block;
            margin: 8px 5px 8px 0px;
            vertical-align: top; }
  .footer .footerBottom {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 0px; }
    .footer .footerBottom .FooterLeft {
      float: left;
      width: 50%; }
      .footer .footerBottom .FooterLeft p {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        color: #242424;
        margin: 12px 0 10px; }
      .footer .footerBottom .FooterLeft ul {
        margin: 0px 0 13px;
        list-style: none; }
        .footer .footerBottom .FooterLeft ul li {
          display: inline-block;
          margin-right: 20px; }
          .footer .footerBottom .FooterLeft ul li a {
            font-size: 14px;
            line-height: 20px;
            color: #242424;
            text-transform: uppercase;
            font-weight: normal; }
    .footer .footerBottom .FooterRight {
      float: right;
      width: 50%;
      text-align: right; }

.megamenu_bg_black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden; }

.menu_bg_color_x .megamenu_bg_black {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #000000);
  visibility: visible;
  opacity: 0.3; }

.menu_bg_color .megamenu_bg_black {
  visibility: visible;
  opacity: 1; }

.menu_bg_color_x .header {
  z-index: 2;
  transition: none; }

.navUser-item--cart {
  position: relative; }
  .navUser-item--cart .dropdown-menu.is-open {
    right: -40px !important;
    left: auto !important;
    width: 475px;
    padding: 0;
    max-width: 475px;
    top: 68px !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    background: #fff; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: -10px;
      right: 50px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody {
      padding: 0; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody img {
        margin: 35px 0 15px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody p {
        font-size: 20px;
        font-weight: 900;
        line-height: 28px;
        letter-spacing: normal;
        text-align: center;
        color: #0a4e66;
        margin-bottom: 15px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody a {
        display: inline-block;
        width: 415px;
        height: 50px;
        border-radius: 31px;
        background-color: #ed8009;
        font-size: 26px;
        font-weight: 900;
        line-height: 30px;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 0;
        margin-bottom: 30px;
        border: 0px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody a:hover {
          background-color: #f7a244;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
    .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList {
      padding: 15px 0px 0px;
      display: block; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem {
        padding: 15px 30px 15px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #d3d3d3; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem + .previewCartItem {
        border-top: 0px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-image {
        width: 24.33333%;
        display: inline-block;
        float: left; }
      .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content {
        width: 75.66667%;
        vertical-align: top;
        padding: 0 0 0 15px;
        display: inline-block;
        float: left; }
        .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-brand {
          display: none; }
        .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-name {
          margin: 0 0 5px; }
          .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-name a {
            font-size: 18px;
            line-height: 28px;
            color: #242424; }
        .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-price,
        .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-Total-Price {
          font-size: 18px;
          font-weight: 800;
          color: #242424;
          margin: 0px;
          line-height: 28px; }
        .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-Total-Price {
          margin: 0 0 0 12px; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
      width: 100%;
      float: left;
      padding: 15px 30px 30px;
      border: 0px; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
        padding: 0px;
        max-width: 100%;
        width: 100%; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row {
          margin: 0;
          list-style: none;
          width: 100%; }
          .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li {
            float: left;
            width: 100%; }
            .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li span {
              font-size: 18px;
              font-weight: 800;
              color: #242424;
              line-height: 28px; }
              .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li span.lableTxt {
                float: left; }
              .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li span.totalTxt {
                float: right; }
            .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li:first-child {
              margin: 0 0 10px; }
              .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li:first-child .lableTxt {
                font-weight: normal; }
            .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li:last-child .totalTxt {
              color: #1a9eca; }
        .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout a {
          background: #ed8009;
          font-size: 26px;
          font-weight: 900;
          line-height: 30px;
          padding: 10px 0px;
          width: 100%;
          float: left;
          border: 0px;
          border-radius: 31px;
          color: #fff;
          text-transform: uppercase;
          margin: 15px 0 0; }

.countPill--positive {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 13.5px;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: -13px;
  background-color: #0a4e66; }

.header-Cart-Total {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  position: absolute;
  bottom: -20px;
  color: #0a4e66; }

@media screen and (min-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .header .navUser {
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header.header_fixed {
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5); }
      .header.header_fixed .navUser {
        margin-top: -41px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .header.header_fixed .Headerleft .header-logo {
        margin: 13px 0; }
        .header.header_fixed .Headerleft .header-logo img {
          max-height: 43px; }
        .header.header_fixed .Headerleft .header-logo span {
          display: none; }
      .header.header_fixed .HeaderRiht .MenuWrap {
        margin: 9px 12px 0 0; }
      .header.header_fixed .HeaderRiht .RightWrap > ul {
        margin-top: 7px; }
        .header.header_fixed .HeaderRiht .RightWrap > ul .header-quickSearch {
          line-height: 40px; }
        .header.header_fixed .HeaderRiht .RightWrap > ul .navUser-item--checkout {
          margin: 7px 0 0 30px; }
        .header.header_fixed .HeaderRiht .RightWrap > ul .navUser-action--cart {
          margin: 5px 0 0 20px; }
      .header.header_fixed .HeaderRiht .RightWrap .header-Cart-Total {
        display: none; }
      .header.header_fixed .HeaderRiht .RightWrap .navUser-action--cart {
        margin: 8px 0 0 40px; }
        .header.header_fixed .HeaderRiht .RightWrap .navUser-action--cart .countPill--positive {
          top: 0; }
  .menu_bg_color .header.header_fixed:before {
    height: 100%; } }

.custom_category .body > .container {
  max-width: 100%;
  padding: 0; }

.page.CatPage {
  margin: 0;
  width: 100%;
  float: Left; }
  .page.CatPage .CategoryOuter {
    margin: 0px -15px; }
    .page.CatPage .CategoryOuter .LeftBar {
      width: 25%;
      float: left;
      padding: 0 15px; }
      .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList {
        margin: 0px; }
        .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion {
          margin: 0px; }
          .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block {
            background: #f0f5f7;
            padding: 15px 15px 5px 15px;
            border-radius: 4px;
            border: 1px solid #d5dcde;
            margin: 10px 0 0; }
            .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation {
              margin: 0px; }
              .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-title {
                font-size: 16px;
                font-weight: 900;
                line-height: 22px;
                color: #0a4e66;
                margin: 0 0 8px;
                text-transform: uppercase; }
              .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions {
                text-align: center;
                right: -4px; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions span {
                  font-size: 20px;
                  font-weight: normal;
                  color: #0a4e66;
                  font-family: "Font Awesome 5 Free";
                  height: auto;
                  width: auto;
                  line-height: normal; }
              .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation.is-open .accordion-title {
                margin: 0 0 12px; }
            .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item {
              margin: 0 0 9px; }
              .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a {
                margin: 0px;
                font-size: 16px;
                line-height: 24px;
                color: #242424;
                padding: 2px 0 3px 34px;
                font-weight: normal; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a:before {
                  height: 24px;
                  width: 24px;
                  display: inline-block;
                  vertical-align: middle;
                  border-radius: 2px;
                  border: 1px solid #0a4e66;
                  margin: 0px;
                  top: 1px; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a:after {
                  left: 4px;
                  background: url(https://www.tiremart.com/content/checked-retina.png) no-repeat center;
                  background-size: auto 16px;
                  content: "";
                  height: 16px;
                  width: 16px;
                  margin: 0;
                  top: 5px; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.single-tire {
                  background: url(https://www.tiremart.com/content/single-tires.png) no-repeat 13% 45%;
                  background-size: auto 26px;
                  padding: 2px 0px 3px 65px; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.pair-tire {
                  background: url("https://www.tiremart.com/content/pair.png") no-repeat 13% 45%;
                  background-size: auto 26px;
                  padding: 2px 0px 3px 65px; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.set-of-4 {
                  background: url("https://www.tiremart.com/content/4-tires.png") no-repeat 13.5% 45%;
                  background-size: auto 26px;
                  padding: 2px 0px 3px 65px; }
            .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .filterInput {
              width: 100%;
              height: 40px;
              font-size: 16px;
              font-weight: normal;
              color: #242424;
              line-height: 24px;
              border-radius: 2px;
              border: solid 1px #3a3839;
              background-color: #ffffff;
              padding: 7px 15px;
              margin: 0 0 15px; }
            .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .Load-More-Btn {
              width: 100%;
              display: inline-block;
              margin: 6px 0 10px; }
              .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .Load-More-Btn a {
                font-size: 18px;
                font-weight: 900;
                font-style: normal;
                line-height: 20px;
                color: #0a4e66;
                border-radius: 23px;
                border: 1px solid #0a4e66;
                display: inline-block;
                padding: 12px 0 12px;
                width: 100%;
                text-align: center;
                text-transform: uppercase;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease; }
                .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .Load-More-Btn a:hover {
                  background: rgba(10, 78, 102, 0.13);
                  border: 1px solid #0a4e66;
                  -moz-transition: all 0.5s ease;
                  -o-transition: all 0.5s ease;
                  -webkit-transition: all 0.5s ease;
                  transition: all 0.5s ease; }
            .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block:first-child {
              margin: 0px; }
      .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner {
        width: 100%;
        float: left;
        margin: 64px 0 0; }
        .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner {
          background: #0a4e66;
          position: relative;
          padding: 49px 15px 30px;
          float: left;
          width: 100%;
          border-radius: 3px;
          text-align: center; }
          .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner .OverImg {
            position: absolute;
            top: -34px;
            left: 50%;
            transform: translateX(-50%);
            margin: 0 auto;
            border-radius: 60px;
            box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.5); }
            .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner .OverImg img {
              display: block;
              margin: 0 auto;
              border-radius: 60px; }
          .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner h5 {
            font-size: 20px;
            font-weight: 900;
            color: #fff;
            line-height: 28px;
            margin: 0 0 10px; }
          .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a {
            font-size: 14px;
            font-weight: 800;
            width: 100%;
            line-height: 18px;
            background: #ed8009;
            color: #fff;
            text-align: center;
            display: inline-block;
            text-transform: uppercase;
            border-radius: 18.5px;
            padding: 8px 0 8px;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            margin: 0 0 15px; }
            .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a:before {
              content: "";
              font-size: 20px;
              font-family: "Font Awesome 5 Free";
              margin-right: 10px; }
            .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a.call-btn:before {
              content: ""; }
            .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a.chat-btn:before {
              content: ""; }
            .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a:hover {
              background: #f7a244;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner p {
            font-size: 10px;
            font-weight: normal;
            line-height: 18px;
            color: #fff;
            text-transform: uppercase;
            margin: 0px; }
    .page.CatPage .CategoryOuter main.page-content {
      width: 75%;
      padding: 0 15px;
      float: left; }
      .page.CatPage .CategoryOuter main.page-content .actionBar {
        background: #f4f7f8;
        border-radius: 24px;
        padding: 4px 4px 4px 15px;
        margin: 0 0 15px 0; }
        .page.CatPage .CategoryOuter main.page-content .actionBar .Left {
          float: left;
          width: auto; }
          .page.CatPage .CategoryOuter main.page-content .actionBar .Left span {
            font-size: 20px;
            font-weight: 900;
            line-height: 28px;
            margin: 6px 0;
            color: #0a4e66;
            display: inline-block; }
        .page.CatPage .CategoryOuter main.page-content .actionBar .actionBar-section {
          float: right; }
          .page.CatPage .CategoryOuter main.page-content .actionBar .actionBar-section .form-field {
            margin: 0px;
            border-radius: 20px;
            border: 1px solid #d5dcde;
            position: relative; }
            .page.CatPage .CategoryOuter main.page-content .actionBar .actionBar-section .form-field .form-select {
              height: auto;
              color: #242424;
              font-size: 16px;
              line-height: 24px;
              padding: 7px 40px 7px 43px;
              background: url("../img/short-down.png") no-repeat 92.33% 50%; }
            .page.CatPage .CategoryOuter main.page-content .actionBar .actionBar-section .form-field:before {
              content: "";
              font-size: 16px;
              font-family: "Font Awesome 5 Free";
              position: absolute;
              top: 50%;
              left: 20px;
              transform: translateY(-50%); }
      .page.CatPage .CategoryOuter main.page-content .YourSelections {
        padding: 15px 0px;
        float: left;
        width: 100%;
        position: relative; }
        .page.CatPage .CategoryOuter main.page-content .YourSelections label {
          font-size: 16px;
          line-height: 24px;
          margin: 0px;
          color: #242424;
          float: left;
          position: absolute;
          left: 0;
          top: 19px; }
        .page.CatPage .CategoryOuter main.page-content .YourSelections ul {
          margin: 0px;
          list-style: none;
          display: inline-block; }
          .page.CatPage .CategoryOuter main.page-content .YourSelections ul li {
            float: left;
            width: auto;
            margin-right: 6px;
            color: #fff;
            border-radius: 18px;
            background: #1a9eca;
            padding: 4px 15px;
            margin: 0 15px 15px 0px; }
            .page.CatPage .CategoryOuter main.page-content .YourSelections ul li a {
              font-size: 18px;
              font-weight: 800;
              background: transparent;
              color: #fff;
              padding: 0px; }
              .page.CatPage .CategoryOuter main.page-content .YourSelections ul li a span {
                font-family: "Font Awesome 5 Free";
                font-size: 20px;
                margin-left: 10px;
                color: #fff; }
            .page.CatPage .CategoryOuter main.page-content .YourSelections ul li:first-child {
              margin-left: 131px; }
      .page.CatPage .CategoryOuter main.page-content .AllProductListing {
        float: left;
        width: 100%; }
        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul {
          margin: 0; }
          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li {
            width: 100%;
            float: left;
            padding: 0px;
            border: 3px solid #d5dcde;
            border-radius: 10px;
            padding: 27px 0px;
            position: relative;
            overflow: visible;
            margin: 0 0 30px; }
            .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card {
              float: left;
              width: 100%;
              margin: 0px; }
              .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer {
                position: absolute;
                top: -3px;
                max-width: 852px;
                left: 0px;
                right: 0px;
                margin: 0 auto;
                width: auto;
                text-align: center;
                border-top: 3px solid #62d7ff;
                border-radius: 0; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer span {
                  display: inline-block;
                  padding: 3px 12px;
                  font-size: 16px;
                  color: #fff;
                  text-transform: uppercase;
                  font-weight: 900;
                  background: #62d7ff;
                  border-radius: 0px 0px 10px 10px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Tire-Badge-outer.Prod_new {
                  border-color: #1aba8d; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Tire-Badge-outer.Prod_new span {
                    background: #1aba8d; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Prod_take_off, .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Prod_factory_take_off {
                  border-color: #18a4b2; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Prod_take_off span, .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer.Prod_factory_take_off span {
                    background: #18a4b2; }
              .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Sale-Badge {
                position: absolute;
                left: -3px;
                top: -3px;
                background: #f34242;
                color: #fff;
                font-weight: 800;
                border-radius: 11px 0 0 0;
                line-height: 18px;
                font-size: 12px;
                padding: 6px 10px 6px; }
              .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card {
                width: 100%;
                float: left;
                padding: 0 27px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-figure {
                  float: left;
                  width: 21.97%;
                  padding-right: 5px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-figure .card-img-container .card-image {
                    position: static;
                    max-height: 187px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-figure .card-img-container:after {
                    display: none; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body {
                  float: left;
                  width: 78.03%;
                  padding: 0 0 0 20px;
                  border-bottom: 1px solid #dadada; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left {
                    float: left;
                    width: 79.75%; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .card-text {
                      font-size: 18px;
                      font-weight: normal;
                      color: #242424;
                      line-height: 28px;
                      text-transform: uppercase;
                      margin: 0 0 4px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .card-title {
                      font-size: 36px;
                      font-weight: 900;
                      line-height: 42px;
                      color: #095871;
                      margin: 0 0 5px; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .card-title a {
                        color: #095871; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .product-sku {
                      font-size: 24px;
                      font-weight: bold;
                      line-height: 28px;
                      color: #0a4e66;
                      text-transform: uppercase; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-right {
                    float: right;
                    width: 20.25%; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-right p.card-text {
                      float: right; }
              .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card {
                float: left;
                width: 100%;
                margin: 30px 0px 0px;
                padding: 0px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .product-sku {
                  font-size: 24px;
                  font-weight: bold;
                  line-height: 28px;
                  color: #0a4e66;
                  text-transform: uppercase;
                  margin: 0 0 15px;
                  display: inline-block; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Front-Label,
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Rear-Label {
                  font-size: 20px;
                  font-weight: 900;
                  text-transform: uppercase;
                  line-height: 28px;
                  color: #1a9eca;
                  margin: 0 0 5px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer {
                  padding: 0 27px;
                  float: left;
                  width: 100%; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left {
                    width: 50%;
                    float: left; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul {
                      margin: 0px; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li {
                        margin: 0 0 10px;
                        display: inline-block;
                        width: 100%; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li img {
                          max-width: 30px;
                          display: inline-block;
                          vertical-align: middle; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li span {
                          font-size: 16px;
                          font-weight: normal;
                          color: #242424;
                          line-height: 28px;
                          padding-left: 5px;
                          display: inline-block;
                          vertical-align: middle; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Life {
                          background: #1a9eca;
                          font-size: 12px;
                          font-weight: 800;
                          color: #fff;
                          text-transform: uppercase;
                          padding: 1px 5px;
                          clear: left;
                          border-radius: 2px;
                          margin: 0;
                          width: auto; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Depth {
                          margin: 0 0 -5px 0; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Depth span {
                            font-weight: 800;
                            text-transform: uppercase;
                            font-size: 20px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right {
                    width: 50%;
                    float: right; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner {
                      float: right;
                      width: auto;
                      max-width: 334px;
                      width: 100%; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .card-text {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 32px;
                        font-weight: 900;
                        line-height: 40px;
                        color: #1a9eca;
                        margin: 0 5px 0px 0px; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Price-Per-Tire {
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 14px;
                        font-weight: 800; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .four_p_price {
                        font-size: 18px;
                        font-weight: 800;
                        line-height: 28px;
                        margin: 10px 0 0px; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .four_p_price span {
                          font-weight: normal; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .out_stock_content {
                        float: left;
                        width: 100%;
                        border-bottom: 1px solid #dee7ea;
                        padding: 0 0 14px; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .out_stock_content .Unavailable-Stock {
                          font-size: 18px;
                          font-weight: 800;
                          display: inline-block;
                          padding: 0 0 0 41px;
                          position: relative;
                          margin: 19px 0 10px;
                          text-transform: inherit;
                          color: #242424; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .out_stock_content .Unavailable-Stock:before {
                            content: "";
                            font-size: 20px;
                            font-family: "Font Awesome 5 Free";
                            margin-right: 10px;
                            display: inline-block;
                            vertical-align: middle;
                            position: absolute;
                            left: 8px;
                            top: 50%;
                            transform: translateY(-50%);
                            color: #dd172f; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .out_stock_content .Out_Call {
                          font-size: 16px;
                          font-weight: normal;
                          line-height: 24px;
                          color: #242424;
                          margin: 0px; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .out_stock_content .Out_Call a {
                            color: #1a9eca; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments {
                        width: 100%;
                        float: left;
                        margin: 15px 0px;
                        /*&.BlurredQty {
													.form-increment {
														-webkit-filter: blur(2px);
														filter: blur(2px);
														pointer-events: none;
													}
												}*/ }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments .form-increment {
                          max-width: 150px;
                          border: solid 1px #d3d3d3;
                          border-radius: 100px;
                          display: inline-block;
                          vertical-align: middle; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments .form-increment .form-input {
                            width: 33.33%;
                            float: left;
                            height: 48px;
                            border-left: solid 1px #d3d3d3;
                            border-right: solid 1px #d3d3d3;
                            border-radius: 0px;
                            font-size: 20px;
                            font-weight: bold;
                            line-height: 26px; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments .form-increment .form-input + .button {
                            border-radius: 0px 100px 100px 0px; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments .form-increment .button {
                            width: 33.33%;
                            float: left;
                            height: 48px;
                            background: #f4f7f8;
                            border: 0px;
                            border-radius: 100px 0px 0px 100px; }
                            .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments .form-increment .button i {
                              font-size: 18px;
                              font-family: "Font Awesome 5 Free";
                              font-style: normal;
                              color: #5a5a5a;
                              font-weight: normal; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level {
                        font-size: 16px;
                        font-weight: normal;
                        color: #242424;
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 12px; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level:before {
                          content: "";
                          font-size: 20px;
                          font-family: "Font Awesome 5 Free";
                          margin-right: 10px;
                          color: #ff6b07; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level.In-Stock-Btn:before {
                          content: "";
                          color: #1bbc00; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .FedxImg {
                        width: 100%;
                        float: left;
                        margin: 0 0 10px; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn {
                        width: 100%;
                        float: left; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn a {
                          font-size: 12px;
                          font-weight: 800;
                          background: #dee7ea;
                          padding: 5px 28px 5px 15px;
                          line-height: 18px;
                          border-radius: 14px;
                          display: inline-block;
                          color: #333; }
                          .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn a:before {
                            margin-right: 10px;
                            font-family: "Font Awesome 5 Free";
                            font-size: 16px;
                            content: ""; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications {
                  float: left;
                  width: 100%; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link {
                    font-size: 18px;
                    font-weight: 800;
                    color: #242424;
                    line-height: 28px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 15px;
                    padding: 6px 14px 11px 16px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link:after {
                      content: "";
                      font-family: "Font Awesome 5 Free";
                      font-size: 20px;
                      font-weight: normal;
                      margin-left: 15px;
                      line-height: 29px;
                      vertical-align: middle; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link.is-open {
                      background: #f4f7f8;
                      border-radius: 18px 18px 0 0; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop {
                  float: left;
                  width: 100%;
                  background: #f4f7f8; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul {
                    margin: 0px;
                    padding: 30px 0px 20px;
                    float: left;
                    width: 100%; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul li {
                      width: 50%;
                      float: left;
                      padding: 0 30px 10px;
                      border-right: 1px solid #d5dcde; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul li span {
                        font-size: 16px;
                        font-weight: normal;
                        line-height: 24px;
                        color: #242424;
                        float: right; }
                        .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul li span.ctm_lable {
                          float: left;
                          font-weight: 800;
                          text-transform: uppercase; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul li:nth-child(even) {
                        border: 0px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card.Front-Pro-Data {
                  padding: 0; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card.Rear-Pro-Data {
                  margin: 14px 0 0;
                  padding: 0px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card.Rear-Pro-Data .Bottom-Card-Last {
                    padding: 14px 27px 0; }
              .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last {
                float: left;
                width: 100%;
                padding: 14px 27px 0; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One {
                  background: #f3f6f7;
                  float: left;
                  width: 100%;
                  text-align: right;
                  padding: 15px 39px 15px 0px;
                  border-radius: 4px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One > div {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 -1px;
                    line-height: 46px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .FedxImg-Left {
                    border-right: 1px solid rgba(166, 166, 166, 0.6); }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .FedxImg-Left img {
                      margin-right: 30px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right {
                    margin: 0 -1px 0 13px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right span {
                      display: inline-block;
                      vertical-align: middle; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right .Total-Label {
                      font-size: 18px;
                      font-weight: normal; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right .Total-Label:after {
                        content: "";
                        color: #4fbade;
                        font-size: 18px;
                        font-family: "Font Awesome 5 Free";
                        margin-left: 10px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right .Total-Value {
                      font-size: 32px;
                      font-weight: 900;
                      line-height: 40px;
                      color: #1a9eca;
                      margin: 0 0 0 10px; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One + .Outer {
                  border: 0px;
                  padding: 15px 0 0; }
                .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer {
                  border-top: 1px solid #dadada;
                  float: left;
                  width: 100%;
                  padding: 27px 0 0; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left {
                    float: left;
                    width: 61.35%;
                    padding: 0 3px 0 0; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left .Risk-Paypal-Img {
                      float: right;
                      margin: 13px 0; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left .Risk-Paypal-Img img {
                        max-width: 482px; }
                  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right {
                    width: 38.65%;
                    float: right;
                    padding: 0 0 0 20px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a,
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a {
                      font-size: 24px;
                      font-weight: 900;
                      line-height: 26px;
                      border-radius: 37.5px;
                      text-transform: uppercase;
                      color: #ffffff;
                      padding: 25px 48px 24px 91px;
                      display: inline-block;
                      /*background: #ED8007 url("../img/icon-cart.png") 17.66% 50% no-repeat; */
                      background: url(https://www.tiremart.com/content/icon-cart-new.png) 17.66% 50% no-repeat #ED8007;
                      background-size: auto 26px;
                      -moz-transition: all 0.5s ease;
                      -o-transition: all 0.5s ease;
                      -webkit-transition: all 0.5s ease;
                      transition: all 0.5s ease; }
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a:hover,
                      .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a:hover {
                        -moz-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        -webkit-transition: all 0.5s ease;
                        transition: all 0.5s ease;
                        background: #f7a244 url("https://www.tiremart.com/content/icon-cart-new.png") 17.66% 50% no-repeat;
                        background-size: auto 26px; }
                    .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right.out-of-stock-btn .Add-To-Cart-Btn a {
                      background: #d5dcde url("../img/icon-cart.png") 17.66% 50% no-repeat;
                      pointer-events: none; }
  .page.CatPage .CategoryTopContent {
    background: #f4f7f8;
    padding: 5px 0;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative; }
    .page.CatPage .CategoryTopContent .container > .Left {
      float: left;
      width: calc(100% - 282px); }
      .page.CatPage .CategoryTopContent .container > .Left > div {
        float: left; }
        .page.CatPage .CategoryTopContent .container > .Left > div.CatContent {
          color: #0a4e66;
          margin: 10px 0 10px 5px; }
          .page.CatPage .CategoryTopContent .container > .Left > div.CatContent p {
            display: block;
            font-size: 16px;
            font-weight: 800;
            line-height: 24px;
            margin: 0px; }
          .page.CatPage .CategoryTopContent .container > .Left > div.CatContent span,
          .page.CatPage .CategoryTopContent .container > .Left > div.CatContent .SizeValue {
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 900;
            line-height: 36px;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            color: #0a4e66; }
          .page.CatPage .CategoryTopContent .container > .Left > div.CatContent .ClearSizeSearch {
            width: 53px;
            height: 30px;
            border-radius: 15px;
            border: solid 1px #d3d3d3;
            background-color: #ffffff;
            text-align: center;
            display: inline-block;
            color: #242424;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 18px;
            padding: 5px 0;
            font-weight: 800;
            margin: 0 0 0 15px; }
            .page.CatPage .CategoryTopContent .container > .Left > div.CatContent .ClearSizeSearch:hover {
              background: rgba(10, 78, 102, 0.12);
              transition: all .5s ease; }
      .page.CatPage .CategoryTopContent .container > .Left .Tire-Size-Btn {
        clear: left;
        display: inline-block;
        margin: -30px 0 9px 145px; }
        .page.CatPage .CategoryTopContent .container > .Left .Tire-Size-Btn a {
          border-radius: 15px;
          border: solid 1px #ededed;
          background: #fff;
          padding: 3px 15px;
          display: inline-block;
          line-height: 20px;
          cursor: default;
          font-weight: 800;
          color: #242424; }
          .page.CatPage .CategoryTopContent .container > .Left .Tire-Size-Btn a span {
            font-size: 14px;
            line-height: 20px;
            display: inline-block;
            color: #242424;
            font-weight: normal; }
            .page.CatPage .CategoryTopContent .container > .Left .Tire-Size-Btn a span.Value {
              padding-left: 3px;
              font-weight: 800; }
    .page.CatPage .CategoryTopContent .container .Right {
      float: right;
      width: auto;
      padding: 15px 0; }
      .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize {
        font-size: 16px;
        font-weight: 800;
        color: #0a4e66;
        line-height: 20px;
        border-radius: 25px;
        border: 1px solid #0a4e66;
        width: 282px;
        height: 50px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 0 14px;
        background: #fff; }
        .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize:after {
          content: "";
          line-height: 21px;
          font-size: 14px;
          margin-left: 15px;
          font-family: "Font Awesome 5 Free"; }
        .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize.is-open {
          border-radius: 25px 25px 0px 0px;
          border-bottom: 0px;
          position: relative;
          background: #f4f7f8;
          padding: 15px 0 64px;
          z-index: 11; }
          .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize.is-open:before {
            content: "";
            height: 9px;
            position: absolute;
            bottom: -1px;
            background: #f4f7f8;
            width: 100%;
            left: 0px;
            right: 0px;
            z-index: 2; }
      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        background: #f4f7f8;
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.15);
        z-index: 10;
        padding: 30px 0 15px; }
        .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner {
          margin: 0 auto;
          max-width: 1170px;
          padding: 0px; }
          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top {
            width: 100%;
            float: left; }
            .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left {
              margin: 22px 0 0;
              display: inline;
              float: none; }
              .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left h3 {
                font-size: 20px;
                font-weight: 900;
                color: #0a4e66;
                line-height: 28px;
                margin: 0;
                display: inline-block; }
              .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left a {
                display: inline-block;
                margin-left: 12px;
                background: #ffffff;
                font-size: 12px;
                line-height: 20px;
                border-radius: 15px;
                border: solid 1px #d3d3d3;
                color: #242424;
                padding: 4px 0px;
                width: 151px;
                text-align: center;
                font-weight: 800; }
            .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Right {
              padding: 0; }
              .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Right a {
                font-size: 16px;
                font-weight: 800;
                background: #ed8009;
                font-size: 16px;
                color: #ffffff;
                line-height: 22px;
                border-radius: 25px;
                width: 304px;
                display: inline-block;
                text-align: center;
                text-transform: uppercase;
                padding: 15px 0 13px; }
          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent {
            width: 100%;
            float: left;
            padding: 5px 0 0; }
            .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul {
              margin: 0 -15px;
              list-style: none; }
              .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li {
                width: 33.33%;
                float: left;
                padding: 10px; }
                .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner {
                  border: 1px solid #d5dcde;
                  padding: 10px;
                  border-radius: 4px;
                  width: 100%;
                  float: left;
                  background: #fff; }
                  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div {
                    display: inline-block;
                    vertical-align: middle;
                    width: 25%;
                    float: left; }
                    .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content {
                      width: 75%;
                      vertical-align: top; }
                      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content p {
                        margin: 0px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #242424;
                        line-height: 20px;
                        display: inline-block;
                        text-transform: uppercase;
                        margin-left: 15px; }
                      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content a {
                        float: right;
                        margin: 0px;
                        width: 67px;
                        padding: 10px 0px;
                        border-radius: 20px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #fff;
                        line-height: 20px;
                        background: #ed8009;
                        border: 0px;
                        text-transform: uppercase; }
                .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner {
                  border: 1px solid #d5dcde;
                  padding: 10px;
                  border-radius: 4px;
                  width: 100%;
                  float: left;
                  background: #fff; }
                  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div {
                    display: inline-block;
                    vertical-align: middle;
                    float: left; }
                    .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Img {
                      width: 25%; }
                    .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content {
                      width: 75%;
                      vertical-align: top; }
                      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Front-Rear-Text {
                        width: 72%;
                        display: inline-block;
                        padding-left: 15px; }
                        .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span {
                          margin: 0px;
                          font-size: 14px;
                          font-weight: 800;
                          color: #242424;
                          line-height: 20px;
                          display: inline-block;
                          text-transform: uppercase;
                          margin: 0px;
                          float: left; }
                          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span.Front-Label, .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span.Rear-Label {
                            font-size: 12px;
                            font-weight: normal;
                            margin-right: 3px; }
                          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Front-Rear-Text span:nth-child(3) {
                            clear: left; }
                      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text {
                        width: 72%;
                        display: inline-block;
                        padding-left: 15px; }
                        .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span {
                          margin: 0px;
                          font-size: 14px;
                          font-weight: 800;
                          color: #242424;
                          line-height: 20px;
                          display: inline-block;
                          text-transform: uppercase;
                          margin: 0px;
                          float: left; }
                          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span.Tire-Size-Label {
                            font-size: 12px;
                            font-weight: normal;
                            margin-right: 3px; }
                          .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span:last-child {
                            clear: left; }
                      .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content a {
                        float: right;
                        margin: 0px;
                        width: 67px;
                        padding: 10px 0px;
                        border-radius: 20px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #fff;
                        line-height: 20px;
                        background: #ed8009;
                        border: 0px;
                        text-transform: uppercase; }
                .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li:nth-child(3n+1) {
                  clear: left; }
    .page.CatPage .CategoryTopContent.Front_Rear {
      padding: 15px 0px; }
      .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatImg {
        margin: 4px 0px;
        max-width: 138px;
        padding: 0 10px; }
      .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatContent {
        margin: 0px 0px 0px 5px;
        float: none;
        display: inline-block; }
        .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatContent > p {
          margin: 0 0 4px; }
        .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatContent > div {
          float: left;
          width: auto; }
          .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatContent > div p.Lab {
            font-weight: normal; }
      .page.CatPage .CategoryTopContent.Front_Rear .container .Left .Tire-Size-Btn {
        width: 100%; }
      .page.CatPage .CategoryTopContent.Front_Rear .container .ClearSizeSearch {
        width: 53px;
        height: 30px;
        border-radius: 15px;
        border: solid 1px #d3d3d3;
        background-color: #ffffff;
        text-align: center;
        display: inline-block;
        color: #242424;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 18px;
        padding: 5px 0;
        font-weight: 800;
        margin: 0 0 4px 11px;
        vertical-align: bottom; }
      .page.CatPage .CategoryTopContent.Front_Rear .container .Right {
        padding: 19px 0px; }
    .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
      top: 113px; }
    .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatContent > div.front_left {
      margin-right: 79px; }
  .page.CatPage .Cat-Search-List-Row {
    border: 1px solid #1a9eca;
    float: left;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    background: #f5fcff;
    border-radius: 4px 4px 0px 0px;
    margin: 0 0 30px; }
    .page.CatPage .Cat-Search-List-Row p,
    .page.CatPage .Cat-Search-List-Row a.Show-List-Btn {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .page.CatPage .Cat-Search-List-Row p {
      font-size: 14px;
      font-weight: 800;
      color: #1a9eca; }
    .page.CatPage .Cat-Search-List-Row a.Show-List-Btn {
      background: #1a9eca;
      border-radius: 15px;
      color: #fff;
      font-size: 12px;
      font-weight: 800;
      line-height: 20px;
      text-transform: uppercase;
      padding: 5px 15px 5px 13px;
      margin-left: 15px; }
      .page.CatPage .Cat-Search-List-Row a.Show-List-Btn:after {
        content: "";
        font-size: 12px;
        font-family: "Font Awesome 5 Free";
        margin-left: 6px; }
      .page.CatPage .Cat-Search-List-Row a.Show-List-Btn.is-open:after {
        content: ""; }
  .page.CatPage .Cat-Search-List-Pop {
    width: 100%;
    float: left;
    background: #f0f5f7;
    border: 1px solid #d5dcde;
    border-radius: 0px 0px 4px 4px;
    margin: -30px 0 30px;
    display: none; }
    .page.CatPage .Cat-Search-List-Pop .Cat-Search-List {
      padding: 30px 15px 20px;
      float: left;
      width: 100%; }
      .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul {
        list-style: none;
        margin: 0; }
        .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li {
          padding: 0 15px;
          float: left;
          width: 25%;
          margin: 0 0 10px;
          font-size: 18px;
          font-weight: normal;
          line-height: 28px;
          color: #242424; }
          .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li a {
            font-size: 18px;
            font-weight: normal;
            line-height: 28px;
            color: #242424;
            display: inline-block; }
          .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li:before {
            content: "";
            background: #3a3839;
            width: 8px;
            height: 8px;
            border-radius: 4px;
            margin: -2px 10px 0 0;
            display: inline-block;
            vertical-align: middle; }
    .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block {
      background: #fff;
      margin: 0 30px 30px;
      width: auto;
      display: block;
      clear: both;
      text-align: center;
      border-radius: 10px;
      border: solid 1px #e5e5e5;
      padding: 30px 0; }
      .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block h3 {
        font-family: Exo;
        font-size: 36px;
        text-transform: uppercase;
        color: #0a4e66;
        line-height: 42px;
        margin: 0 0 10px;
        font-weight: 900; }
      .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block p {
        font-size: 18px;
        font-weight: normal;
        color: #242424;
        line-height: 28px; }
      .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a {
        display: inline-block;
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
        background: #ed8009;
        padding: 15px 0 13px;
        line-height: 32px;
        width: 317px;
        text-align: center;
        border-radius: 30px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a:hover {
          background: #f7a244;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
  .page.CatPage .support_category {
    margin: 60px 0 0; }

#SearchNew, #popupLoginWindow {
  max-width: 648px;
  padding: 42px 30px 42px;
  background: transparent;
  max-height: 100%;
  height: 100%;
  overflow: inherit; }
  #SearchNew .modal-content, #popupLoginWindow .modal-content {
    float: left;
    width: 100%;
    background: transparent; }
    #SearchNew .modal-content .modal-header, #popupLoginWindow .modal-content .modal-header {
      text-align: center;
      float: left;
      width: 100%;
      padding: 0px;
      border: 0px;
      background: transparent; }
      #SearchNew .modal-content .modal-header a, #popupLoginWindow .modal-content .modal-header a {
        position: static;
        text-align: center;
        display: inline-block;
        height: 39px;
        line-height: 34px;
        width: 39px;
        margin: 13px 0 16px;
        color: #3a3839;
        background: #fff;
        border-radius: 50%; }
        #SearchNew .modal-content .modal-header a span, #popupLoginWindow .modal-content .modal-header a span {
          color: #3a3839;
          font-size: 22px;
          font-family: "Font Awesome 5 Free"; }
  #SearchNew .modal-body, #popupLoginWindow .modal-body {
    overflow: inherit;
    padding: 0px;
    background: #fff;
    float: left;
    width: 100%;
    max-height: 100% !important;
    overflow: inherit;
    margin: 15px 0 0 0; }
    #SearchNew .modal-body .Search-Widget-Inner, #popupLoginWindow .modal-body .Search-Widget-Inner {
      box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
      float: left;
      width: 100%;
      margin: 0; }
      #SearchNew .modal-body .Search-Widget-Inner .tabs, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs {
        border: 0;
        list-style: none; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs .tab, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs .tab {
          border: 0;
          background-color: #dee7ea;
          text-align: center;
          width: 50%; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs .tab.is-active, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs .tab.is-active {
            background-color: #fff;
            padding: 15px 0 0 0;
            margin-top: -15px; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs .tab a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs .tab a {
            font-size: 20px;
            font-weight: normal;
            line-height: 26px;
            letter-spacing: normal;
            text-align: center;
            color: #0a4e66;
            padding: 9px 0; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs .tab a span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs .tab a span {
              display: block;
              font-weight: bold; }
      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents {
        background: #fff;
        margin: 0;
        padding: 0; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content {
          padding: 0; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches {
            width: 100%;
            float: left;
            padding: 30px 30px 20px;
            border-bottom: 1px solid #d3d3d3; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top {
              width: 100%;
              float: left;
              margin: 0; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top h3, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top h3 {
                font-size: 24px;
                font-weight: 900;
                color: #0a4e66;
                line-height: 32px;
                display: inline-block;
                margin: 0px 0px 10px; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Top a {
                float: right;
                width: 81px;
                line-height: 20px;
                padding: 4px 0px;
                border-radius: 15px;
                border: solid 1px #d3d3d3;
                background-color: #ffffff;
                font-weight: 800;
                text-align: center;
                font-size: 12px;
                text-transform: uppercase;
                margin: 2px 0 0; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result {
              width: 100%;
              float: left; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul {
                margin: 0;
                list-style: none; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li {
                  width: 100%;
                  float: left;
                  padding: 10px;
                  border: 1px solid #d5dcde;
                  border-radius: 4px;
                  margin-bottom: 10px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div {
                    display: inline-block;
                    vertical-align: middle;
                    width: 16%;
                    float: left; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content {
                      width: 84%;
                      vertical-align: top; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content p, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content p {
                        margin: 0px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #242424;
                        line-height: 20px;
                        display: inline-block;
                        text-transform: uppercase;
                        margin-left: 15px; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .tab-content .Search-Widget-Recent-Searches .Search-Widget-Recent-Result ul li div.Search-Widget-Recent-Content a {
                        float: right;
                        margin: 0px;
                        width: 67px;
                        padding: 10px 0px;
                        border-radius: 20px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #fff;
                        line-height: 20px;
                        background: #ed8009;
                        border: 0px;
                        text-transform: uppercase; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap {
          clear: left;
          position: relative;
          padding: 0 30px;
          margin-top: 30px;
          float: left; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap h3, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap h3 {
            font-size: 24px;
            font-weight: 900;
            color: #0a4e66;
            line-height: 32px;
            display: inline-block;
            margin: 0px 0px 26px; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul {
            list-style: none;
            margin: 0; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li {
              display: inline-block; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open {
                border: 2px solid #ed8009;
                z-index: 11;
                background: #fff; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open i, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open i {
                  -moz-transform: rotate(180deg);
                  -o-transform: rotate(180deg);
                  -ms-transform: rotate(180deg);
                  -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open:after {
                  height: 6px;
                  bottom: -5px; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open {
                margin: 0;
                left: 0 !important;
                right: 0 !important;
                top: 147px !important;
                padding: 15px 0 0 0;
                z-index: 10; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Option, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-ZIP, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Option, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-ZIP {
                  top: 330px !important; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Model, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Model {
                  top: 239px !important; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div {
                  padding: 0 30px 15px;
                  display: inline-block;
                  width: 100%; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child {
                    border-bottom: 1px solid #d3d3d3; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child > .form-input, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div:first-child > .form-input {
                      width: 290px;
                      height: 46px;
                      border-radius: 4px;
                      border: solid 1px #3a3839;
                      background-color: #ffffff;
                      font-size: 16px;
                      font-weight: normal;
                      line-height: 46px;
                      letter-spacing: normal;
                      color: rgba(36, 36, 36, 0.5); }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child {
                    border-bottom: 0;
                    position: relative; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child .Zip-Right, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child .Zip-Right {
                      position: absolute;
                      right: 30px;
                      top: 66px;
                      margin: 0; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap .Search-Widget-Location, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap .Search-Widget-Location {
                    margin: 3px 0 10px; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Make-List ul,
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Model-List ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Make-List ul,
                #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Model-List ul {
                  width: 33.33%; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Option-List ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .Search-Widget-Option-List ul {
                  width: 50%; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child {
                width: 160px;
                margin-right: 26px; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a {
                  position: relative; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a:before {
                    content: "";
                    background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
                    background-size: 92px auto;
                    position: absolute;
                    height: 42px;
                    width: 92px;
                    right: 0;
                    display: inline-block;
                    top: -43px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a.is-open:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child > a.is-open:before {
                    display: none; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(2), #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(4), #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(2), #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(4) {
                width: 320px; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(3), #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(3) {
                width: 100%;
                margin: 21px 0; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:last-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li:last-child {
                width: 160px;
                margin-left: 26px; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .sr_button, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .sr_button {
          text-align: center;
          padding: 0 0 30px 0; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .sr_button a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .sr_button a {
            margin: 30px 0 0;
            padding: 0;
            width: 282px;
            height: 62px;
            border: 0;
            border-radius: 31px;
            background-color: #ed8009;
            line-height: 62px;
            font-size: 26px;
            font-weight: 800;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            text-transform: uppercase;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .sr_button a:hover, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .sr_button a:hover {
              background: #f7a244;
              -moz-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap a {
            width: 282px;
            margin-bottom: 30px; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap .Search-Widget-Size-Result-Txt p, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .sr_button.Search-Widget-Size-Result-Wrap .Search-Widget-Size-Result-Txt p {
            font-size: 12px;
            font-weight: normal;
            line-height: 18px;
            letter-spacing: normal;
            text-align: center;
            color: #242424;
            margin: -15px 0 0 0;
            text-transform: uppercase; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Search-Widget-Result-Txt p, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Search-Widget-Result-Txt p {
          font-size: 12px;
          font-weight: normal;
          line-height: 18px;
          letter-spacing: normal;
          text-align: center;
          color: #242424;
          margin: 15px 0 -4px 0;
          text-transform: uppercase; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches {
          width: 100%;
          float: left;
          border-bottom: 1px solid #d3d3d3;
          padding: 30px 30px 20px 30px; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top h3, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top h3 {
            font-size: 24px;
            font-weight: 900;
            color: #0a4e66;
            line-height: 32px;
            display: inline-block;
            margin: 0 0 10px; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Top a {
            float: right;
            width: 81px;
            line-height: 20px;
            padding: 4px 0px;
            border-radius: 15px;
            border: solid 1px #d3d3d3;
            background-color: #ffffff;
            font-weight: 800;
            text-align: center;
            font-size: 12px;
            text-transform: uppercase;
            margin: 2px 0 0; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result {
            width: 100%;
            float: left;
            padding: 0; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul {
              margin: 0;
              list-style: none; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li {
                width: 100%;
                float: left;
                border: 1px solid #d5dcde;
                padding: 10px;
                border-radius: 4px;
                margin-bottom: 10px; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div {
                  display: inline-block;
                  vertical-align: middle;
                  float: left; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img {
                    width: 17%; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img img, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Img img {
                      max-height: 46px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content {
                    width: 83%;
                    vertical-align: top; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text {
                      width: 72%;
                      display: inline-block;
                      padding-left: 15px; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span {
                        margin: 0px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #242424;
                        line-height: 20px;
                        display: inline-block;
                        text-transform: uppercase;
                        margin: 0px;
                        float: left; }
                        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Front-Label, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Rear-Label, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Front-Label, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span.Rear-Label {
                          font-size: 12px;
                          font-weight: normal;
                          margin-right: 3px; }
                        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span:nth-child(3), #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Front-Rear-Text span:nth-child(3) {
                          clear: left; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text {
                      width: 72%;
                      display: inline-block;
                      padding-left: 15px; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span {
                        margin: 0px;
                        font-size: 14px;
                        font-weight: 800;
                        color: #242424;
                        line-height: 20px;
                        display: inline-block;
                        text-transform: uppercase;
                        margin: 0px;
                        float: left; }
                        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span.Tire-Widget-Size-Label, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span.Tire-Widget-Size-Label {
                          font-size: 12px;
                          font-weight: normal;
                          margin-right: 3px; }
                        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span:last-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content .Tire-Widget-Size-Text span:last-child {
                          clear: left; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Recent-Searches .Widget-Size-Recent-Result ul li div.Widget-Size-Recent-Content a {
                      float: right;
                      margin: 0px;
                      width: 67px;
                      padding: 10px 0px;
                      border-radius: 20px;
                      font-size: 14px;
                      font-weight: 800;
                      color: #fff;
                      line-height: 20px;
                      background: #ed8009;
                      border: 0px;
                      text-transform: uppercase; }
        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top {
          width: 100%;
          float: left;
          margin: 30px 0 0 0;
          border-bottom: 1px solid #d3d3d3; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size {
            width: 100%;
            float: left;
            position: relative;
            padding: 0 30px; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h3, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h3 {
              font-size: 24px;
              font-weight: 900;
              color: #0a4e66;
              line-height: 32px;
              display: inline-block;
              padding: 0px 30px 0px 0px;
              margin: 0px 0 26px; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h4, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size h4 {
              line-height: 28px;
              font-size: 20px;
              font-weight: 900;
              color: #0a4e66;
              margin: 0; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div {
              clear: both;
              float: left;
              width: 100%; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul {
                margin: 0 -15px;
                list-style: none; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li {
                  width: 33.33%;
                  float: left;
                  padding: 0 15px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open {
                    z-index: 11;
                    background: #fff; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open i, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open i {
                      -moz-transform: rotate(180deg);
                      -o-transform: rotate(180deg);
                      -ms-transform: rotate(180deg);
                      -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open:after {
                      height: 4px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu {
                    margin: 0px;
                    left: 0 !important;
                    right: 0 !important;
                    top: 138px !important;
                    padding: 0;
                    z-index: 10; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP {
                      top: 296px !important; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul {
                      margin: 15px 0px 0px;
                      width: 20%;
                      float: left;
                      padding: 0 25px; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul li a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul li a {
                        padding: 3px 0 3px 5px;
                        margin-bottom: 5px;
                        display: inline-block; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul:after, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu ul:after {
                        display: block;
                        content: "";
                        clear: both; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div {
                      padding: 14px 30px 15px;
                      display: inline-block;
                      width: 100%; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Width-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Width-Search {
                        background: url("../img/WidgetWidth.png") no-repeat 100% 0%; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Sidewall-Search {
                        background: url("../img/WidgetSidewall.png") no-repeat 100% 0%; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Diameter-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.Front-Size-Diameter-Search {
                        background: url("../img/WidgetDiameter.png") no-repeat 100% 0%; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div:first-child > .form-input, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div:first-child > .form-input {
                        width: 206px;
                        height: 46px;
                        border-radius: 4px;
                        border: solid 1px #3a3839;
                        background-color: #ffffff;
                        color: rgba(36, 36, 36, 0.5);
                        font-size: 16px;
                        font-weight: normal;
                        line-height: 24px;
                        letter-spacing: normal; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.itemsList, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.itemsList {
                        padding: 0 30px 0px;
                        border-top: 1px solid #d3d3d3; }
                      #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child {
                        border-bottom: 0;
                        position: relative; }
                        #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child .Zip-Right, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child .Zip-Right {
                          position: absolute;
                          right: 30px;
                          top: 80px;
                          margin: 0; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:nth-child(3) > a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:nth-child(3) > a {
                    padding-right: 5px; }
                  #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a {
                    position: relative; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a:before {
                      content: "";
                      background: url("https://www.tiremart.com/content/start-here-retina.png") no-repeat center;
                      background-size: 92px auto;
                      position: absolute;
                      height: 42px;
                      width: 92px;
                      right: 0;
                      display: inline-block;
                      top: -42px;
                      left: auto; }
                    #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a.is-open:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a.is-open:before {
                      display: none; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP {
                margin-top: 31px; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP > ul > li > a:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Front-Rear-Widget-Size-ZIP > ul > li > a:before {
                  display: none; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap {
                margin: 30px 0 0 0; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li a:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li a:before {
                  display: none; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li .navPage-subMenu, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li .navPage-subMenu {
                  top: 236px !important; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Width-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Width-Search {
                  background: url("../img/WidgetWidth.png") no-repeat 100% 0%; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Sidewall-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Sidewall-Search {
                  background: url("../img/WidgetSidewall.png") no-repeat 100% 0%; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Diameter-Search, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div.Rear-Wrap ul li > div .Rear-Size-Diameter-Search {
                  background: url("../img/WidgetDiameter.png") no-repeat 100% 0%; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear {
            width: 100%;
            display: block;
            margin: 0 auto;
            max-width: 730px; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl {
              width: 304px;
              border-radius: 21px;
              background-color: rgba(222, 231, 234, 0.5);
              color: #242424;
              display: inline-block;
              line-height: 24px;
              padding: 9px 15px;
              margin: 15px 0 0;
              cursor: pointer; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .open_close_ic, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .open_close_ic {
                background: url("../img/plus-desactivated.png") no-repeat center;
                height: 24px;
                width: 24px;
                padding: 0px;
                display: inline-block;
                vertical-align: middle; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff_lbl_name, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff_lbl_name {
                font-size: 16px;
                padding-left: 6px;
                line-height: 24px;
                color: #242424;
                opacity: 0.5;
                display: inline-block;
                vertical-align: middle; }
              #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip {
                display: inline-block;
                vertical-align: middle;
                padding-left: 1px; }
                #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip:before, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .different_rear .diff_rear_lbl .diff-tooltip:before {
                  content: "";
                  display: inline-block;
                  width: 16px;
                  height: 16px;
                  opacity: 0.5;
                  font-family: "Font Awesome 5 Free";
                  font-size: 16px;
                  line-height: 1;
                  letter-spacing: normal;
                  color: #287e9c; }
          #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Widget-Size-different, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Widget-Size-different {
            width: 100%;
            float: left;
            margin: 15px 0 0px; }
            #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Widget-Size-different span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Widget-Size-different span {
              width: 228px;
              padding: 5px 0px;
              font-size: 12px;
              border-radius: 15px;
              line-height: 20px;
              border: solid 1px #d3d3d3;
              background-color: #ffffff;
              display: inline-block;
              text-align: center;
              text-transform: uppercase;
              font-weight: 800; }

.Cat-Bottom-Pagination {
  width: auto;
  float: right; }
  .Cat-Bottom-Pagination .Left {
    float: left;
    width: auto;
    margin-right: 30px; }
    .Cat-Bottom-Pagination .Left label {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      color: #242424; }
    .Cat-Bottom-Pagination .Left select {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin-left: 10px;
      border-radius: 25px;
      border: 1px solid #d3d3d3;
      padding: 12px 31px 12px 18px;
      font-size: 16px;
      line-height: 24px;
      background: url("../img/short-down.png") no-repeat 70% 50%;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .Cat-Bottom-Pagination .pagination {
    float: right;
    width: auto; }
    .Cat-Bottom-Pagination .pagination .pagination-list {
      float: right; }
      .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item {
        float: left;
        margin: 0px;
        border: 1px solid #d5dcde;
        border-left: 0px; }
        .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item a {
          padding: 15px 24px 13px;
          font-size: 16px;
          font-weight: 800;
          text-transform: uppercase;
          line-height: 24px;
          color: #242424; }
          .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item a i svg {
            fill: #242424; }
          .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item a:last-child {
            padding: 12px 24px; }
        .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item:first-child {
          border: 1px solid #d5dcde;
          border-radius: 100px 0px 0px 100px; }
        .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item:last-child {
          border-radius: 0px 100px 100px 0px; }
        .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item.pagination-item--current {
          background: #f4f7f8; }

.breadcrumbs_Outerer {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  float: left;
  width: 100%; }
  .breadcrumbs_Outerer .breadcrumbs_n {
    float: left;
    width: 100%;
    text-align: left;
    margin: 9px 0; }
    .breadcrumbs_Outerer .breadcrumbs_n li span {
      font-size: 12px;
      font-weight: 800;
      color: #242424;
      text-transform: uppercase;
      color: #242424; }
      .breadcrumbs_Outerer .breadcrumbs_n li span.Home {
        font-family: "Font Awesome 5 Free";
        font-size: 14px;
        color: #242424; }
      .breadcrumbs_Outerer .breadcrumbs_n li span.Last-Link {
        font-weight: normal; }
    .breadcrumbs_Outerer .breadcrumbs_n li a {
      font-size: 12px;
      font-weight: normal;
      color: #242424;
      text-transform: uppercase; }
    .breadcrumbs_Outerer .breadcrumbs_n li:before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-size: 15px;
      color: #c6c6c6;
      margin: 0 4px 0 8px; }
    .breadcrumbs_Outerer .breadcrumbs_n li:first-child:before {
      display: none; }
    .breadcrumbs_Outerer .breadcrumbs_n li.is-active span {
      color: #242424; }

.CatPage.Category-By-Size .By-Size-Top {
  float: left;
  width: 100%;
  text-align: center;
  margin: 60px 0 55px; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner {
    max-width: 690px;
    display: inline-block; }
    .CatPage.Category-By-Size .By-Size-Top .By-Size-inner h1 {
      font-size: 42px;
      font-weight: 900;
      text-transform: uppercase;
      color: #0a4e66;
      margin: 0 0 10px;
      line-height: 50px; }
    .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul {
      list-style: none;
      margin: 0 -5px; }
      .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li {
        padding: 5px;
        width: 10%;
        float: left; }
        .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li a {
          width: 60px;
          padding: 7px 5px;
          display: inline-block;
          border-radius: 20px;
          border: solid 1px rgba(10, 78, 102, 0.5);
          background: #fff;
          font-size: 20px;
          font-weight: 900;
          color: #0a4e66;
          line-height: 24px; }
          .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li a:hover, .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li a.is-active {
            background: #1a9eca;
            border-color: #1a9eca;
            color: #fff; }

.CatPage.Category-By-Size .By-Size-Middle {
  float: left;
  width: 100%;
  background: #f4f7f8;
  padding: 30px 0 0; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box {
    background: url("../img/image-correct-size.png") no-repeat right bottom;
    float: left;
    width: 100%;
    padding: 0 0 30px; }
    .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form {
      margin: 0; }
      .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form span {
        font-size: 24px;
        font-weight: 900;
        color: #0a4e66;
        text-transform: uppercase;
        line-height: 32px;
        margin: 0 0 10px;
        display: inline-block; }
        .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form span.Search-Value {
          color: #1a9eca;
          margin: 0px; }
      .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form .form-fieldset .form-field {
        position: relative;
        width: 470px;
        margin: 0px; }
        .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form .form-fieldset .form-field .form-input {
          width: 100%;
          height: 64px;
          border-radius: 32px;
          border: 3px solid #0a4e66;
          font-size: 18px;
          line-height: 28px;
          padding: 17px 55px 17px 17px; }
        .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form .form-fieldset .form-field .search_btn {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 43px;
          height: 43px;
          border-radius: 21.5px;
          background-color: #0a4e66;
          line-height: 43px;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          font-size: 18px;
          font-weight: normal;
          font-family: "Font Awesome 5 Free";
          padding: 0px;
          border: 0px;
          color: #fff; }

.CatPage.Category-By-Size .by_size_left {
  width: 100%;
  float: left; }
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat {
    margin: 20px 0 0;
    width: 100%;
    float: left; }
    .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul {
      list-style: none;
      margin: 0 -15px; }
      .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li {
        width: 16.66%;
        float: left;
        padding: 10px 15px;
        text-align: center;
        /*display: none;*/ }
        .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li .by_size_cat_list a {
          border-radius: 20px;
          border: solid 1px rgba(10, 78, 102, 0.51);
          display: inline-block;
          background: #fff;
          color: #0a4e66;
          padding: 8px 0 6px;
          font-weight: 700;
          width: 100%;
          line-height: 24px;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li .by_size_cat_list a:hover {
            background: rgba(10, 78, 102, 0.13);
            border: 1px solid #0a4e66;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }

.CatPage.By-Season {
  padding: 0px;
  float: left;
  width: 100%; }
  .CatPage.By-Season .By-Season-Outer {
    width: 100%;
    float: left;
    padding: 0px;
    position: relative; }
    .CatPage.By-Season .By-Season-Outer .By-Season-Top {
      float: left;
      width: 100%; }
      .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side {
        width: 100%;
        float: left;
        max-width: 630px;
        padding: 60px 0px 0px;
        position: relative; }
        .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side h1 {
          font-size: 42px;
          font-weight: 900;
          color: #0a4e66;
          line-height: 50px;
          margin: 0px 0px 10px;
          text-transform: uppercase; }
        .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side p {
          font-size: 18px;
          font-weight: normal;
          line-height: 28px;
          color: #242424;
          margin: 0 0 17px; }
      .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side {
        position: absolute;
        right: 0px;
        top: 0px; }
        .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side:before {
          content: "";
          background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0));
          width: 200px;
          position: absolute;
          top: 0px;
          height: 100%;
          left: 0px; }
        .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side:after {
          content: "";
          background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0));
          width: auto;
          height: 129px;
          bottom: 0px;
          left: 0px;
          right: 0px;
          position: absolute; }
    .CatPage.By-Season .By-Season-Outer .By-Season-Bottom {
      width: 100%;
      float: left; }
      .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul {
        margin: 0 -15px;
        list-style: none; }
        .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li {
          padding: 15px;
          float: left;
          width: 33.33%;
          position: relative; }
          .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li > img {
            border-radius: 4px; }
          .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li h2 {
            margin: 0; }
          .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li a {
            position: absolute;
            width: auto;
            background: rgba(0, 0, 0, 0.51);
            display: inline-block;
            text-align: center;
            left: 15px;
            right: 15px;
            top: 15px;
            bottom: 15px;
            border-radius: 4px; }
            .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li a span {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              left: 0px;
              right: 0px;
              margin: 0 auto;
              font-size: 24px;
              font-weight: 900;
              color: #fff;
              text-transform: uppercase; }
  .CatPage.By-Season .support_category {
    margin: 45px 0 0; }

.CatPage.Single-Search-Vehicle .CategoryTopContent .container .Right .SwitchSizePop {
  top: 115px; }

.page.CatPage .CategoryTopContent .Left.Vehicle-Search .CatImg {
  max-width: 17%;
  padding: 0; }

.page.CatPage .CategoryTopContent .Left.Vehicle-Search .CatImg img {
  margin: 20px 0 0 0; }

.page.CatPage .CategoryTopContent .container .Left > div.CatContent {
  margin: 10px 0 5px 5px;
  max-width: 82%; }

.page.CatPage .CategoryTopContent .container .Left > div.CatContent div {
  float: left;
  max-width: 82%; }

.page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn {
  margin: 0px 0 9px 145px; }

.page.CatPage.Single-Search-Vehicle .CategoryOuter main.page-content .YourSelections ul.SelectedList {
  display: none; }

.page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn a span.Value {
  padding-left: 3px; }

.BlurredQty .stock_level.Low-Stock-Btn {
  display: none !important; }

.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn {
  display: inline-block !important;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 30px;
  position: relative; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn:before {
    content: "";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #1bbc00; }

.accordion-block .slider {
  width: 240px;
  margin: 0px !important;
  display: inline-block; }

.accordion-block .slider > .dragger {
  width: 28px;
  height: 28px;
  border-radius: 18px;
  background-color: #1a9eca; }

.accordion-block .slider > .highlight-track,
.accordion-block .slider > .track {
  background: #d5dcde;
  height: 6px;
  border-radius: 13.5px; }

.accordion-block .slider > .highlight-track {
  background: #89e0fd; }

.page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content#facetedSearch-content--Price-Range ul li {
  margin: 0 0 4px; }

#facetedSearch-content--Price-Range li p {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 24px; }

.Warning-Message {
  border-radius: 14px;
  background-color: #f4f7f8;
  display: inline-block;
  padding: 5px 10px;
  margin: 8px 0 3px 0; }
  .Warning-Message span {
    padding: 0 0 0 31px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: normal;
    color: #242424;
    position: relative; }
    .Warning-Message span:before {
      content: "";
      position: absolute;
      left: 0;
      font-size: 18px;
      color: #ff7705;
      font-family: "Font Awesome 5 Free";
      top: -3px; }

.bottomSlider,
.mobSearchWidget_mn,
.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li:empty {
  display: none; }

.Icon-Air-Pressure-Passed {
  margin: 8px 0 13px;
  float: left;
  width: 100%; }
  .Icon-Air-Pressure-Passed ul {
    margin: 0px;
    float: left;
    list-style: none; }
    .Icon-Air-Pressure-Passed ul li {
      float: left;
      width: auto;
      margin-right: 15px;
      text-align: center; }
      .Icon-Air-Pressure-Passed ul li img {
        max-width: 40px;
        display: block;
        margin: auto; }
      .Icon-Air-Pressure-Passed ul li span {
        display: inline-block;
        margin: 1px 0 0;
        font-size: 10px;
        font-weight: normal;
        color: #242424;
        line-height: 18px;
        text-transform: uppercase; }
  .Icon-Air-Pressure-Passed ul + .Air-Pressure {
    border-left: 2px solid #d5dcde; }
  .Icon-Air-Pressure-Passed .Air-Pressure {
    float: left;
    line-height: 46px;
    margin: 5px 0px;
    padding-left: 15px; }
    .Icon-Air-Pressure-Passed .Air-Pressure span {
      border: solid 1px rgba(27, 188, 0, 0.5);
      border-radius: 4px;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-weight: 900;
      color: #1bbc00;
      background: #fff;
      line-height: 25px;
      padding: 0px 10px;
      text-transform: uppercase; }
      .Icon-Air-Pressure-Passed .Air-Pressure span:before {
        content: "";
        font-size: 18px;
        font-family: "Font Awesome 5 Free";
        margin-right: 5px;
        line-height: 25px;
        display: inline-block;
        vertical-align: middle; }

.page.CatPage .CategoryTopContent .container .Left > div.CatContent .SizeValue {
  padding-left: 3px; }

.Common-des {
  position: relative;
  width: 100%;
  float: left;
  min-height: 160px; }

.Common-des .container {
  padding: 0; }

.Common-des .model_top_inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  clear: left; }

.Common-des .mn_more_wrap {
  margin: 0 0 10px;
  display: inline-block; }

.Common-des .mn_more_wrap a {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #242424;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  width: 112px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding: 4px 0px; }

.Common-des .mn_more_wrap a.show_less_btn {
  width: 140px; }

.Common-des .mn_more_wrap a.show_less_btn:after {
  content: ""; }

.Common-des .mn_more_wrap a:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  margin-left: 6px; }

.Common-des .model_top_inner .model_top_content,
.cat_desc_mn {
  float: left;
  width: 100%; }

.Common-des .Content-Block {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 60px 0px 0px; }

.Content-Block h3,
.Content-Block h1 {
  font-size: 42px;
  font-weight: 900;
  color: #0a4e66;
  margin: 0 0 10px;
  line-height: 50px;
  text-transform: uppercase;
  max-width: 670px;
  text-align: left; }

.Des-Cont {
  max-width: 670px;
  margin: 0 0 15px;
  float: left;
  width: 100%; }

.Des-Cont p,
.Des-Cont-full p {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px; }

.Right.Image-Block {
  position: absolute;
  right: 0; }

.Right.Image-Block:before {
  content: "";
  height: 100%;
  width: 200px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0)); }

.Common-des.decExpanded .Right.Image-Block:after {
  content: "";
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0));
  height: 200px;
  width: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.Des-Cont-full {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0 0 15px; }

.Des-Cont-full ul {
  margin: 0 -15px;
  padding: 0;
  list-style: none; }

.Des-Cont-full ul li {
  width: 33.333333%;
  float: left;
  padding: 0 15px; }

.Des-Cont-full ul li h4,
.Sub-Brand-Layout .Des-Cont-full ul li strong {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
  color: #242424; }

.Des-Cont-full ul li p {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  color: #242424; }

.Sub-Brand-Layout .Des-Cont-full ul li {
  width: 33.33%;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #242424; }

.Sub-Brand-Layout .Des-Cont-full ul li:nth-child(3n+1) {
  clear: left; }

.Common-des.hideButton .mn_more_wrap {
  display: none; }

.page.CatPage.Sub-Cat-Layout .Cat-Search-List-Row {
  display: none; }

.page.CatPage.Sub-Cat-Layout .Sub-Cat-Top {
  display: block !important;
  width: 100%;
  border-radius: 4px;
  border: solid 1px #23a2cc;
  background-color: #f5fcff;
  padding: 15px 15px 21px;
  margin: 0 0 16px; }

.Sub-Cat-Top p {
  font-size: 16px;
  font-weight: normal;
  color: #1a9eca;
  margin: 0;
  line-height: 24px; }

.Sub-Cat-Top p:before {
  content: "";
  font-size: 21px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 15px; }

.Sub-Cat-Top p a {
  font-size: 16px;
  font-weight: 800;
  color: #1a9eca; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu {
  top: 165px !important; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Width,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Sidewall,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Diameter,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Width,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Sidewall,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Rear-Widget-Size-Diameter {
  top: 295px !important; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .showDifferSize .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP {
  top: 442px !important; }

.Category-By-Brand .By-Brand-Top {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 60px 0 45px; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner {
  float: left;
  width: 100%;
  margin: 0px; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner > h2,
.By-Brand-Middle .By-Brand-Search-Box > h3 {
  font-size: 36px;
  font-weight: 900;
  color: #0a4e66;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0 0 15px;
  text-align: center; }

.By-Brand-Middle .By-Brand-Search-Box > h3 {
  margin: 0 0 10px; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner .By-Brand-Options {
  float: left;
  width: 100%; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner ul {
  margin: 0px -15px;
  list-style: none; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner ul li {
  width: 16.66%;
  float: left;
  padding: 15px; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner ul li h3 {
  margin: 0; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner ul li a {
  background: #fff;
  float: left;
  text-align: center;
  height: 69px;
  border-radius: 4px;
  border: solid 1px rgba(10, 78, 102, 0.07);
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease; }

.Category-By-Brand .By-Brand-Top .By-Brand-inner ul li a img {
  border-radius: 4px;
  max-width: 100%;
  margin: auto;
  max-height: 100%; }

.Category-By-Brand .By-Brand-Middle {
  float: left;
  width: 100%;
  padding: 60px 0 0px; }

.page.CatPage.Category-By-Brand .support_category {
  margin: 45px 0px 0px; }

.By-Brand-Middle .By-Brand-Search-Box .form {
  max-width: 655px;
  margin: 0 auto;
  text-align: center;
  display: block; }

.By-Brand-Middle .By-Brand-Search-Box .form .Search-Label {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 0 15px;
  color: #242424;
  display: inline-block; }

.By-Brand-Middle .By-Brand-Search-Box .form .form-field {
  position: relative;
  margin: 0 0 15px; }

.By-Brand-Middle .By-Brand-Search-Box .form .form-field .form-input {
  border: 3px solid #0a4e66;
  border-radius: 32px;
  background-color: #ffffff;
  width: 100%;
  height: 64px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(36, 36, 36, 0.5);
  padding: 11px 60px 11px 20px; }

.By-Brand-Middle .By-Brand-Search-Box .form .form-field .search_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 43px;
  height: 43px;
  border-radius: 21.5px;
  background-color: #0a4e66;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  padding: 0;
  border: 0;
  color: #fff; }

.by_Brand_all_cat {
  width: 100%;
  float: left;
  padding: 15px 0px 0px; }

.by_Brand_all_cat ul {
  margin: 0 -15px;
  list-style: none; }

.by_Brand_all_cat ul li {
  width: 16.66%;
  float: left;
  padding: 0px 15px 15px; }

.main .by_Brand_all_cat ul li:nth-child(6n+1) {
  clear: left; }

.by_Brand_all_cat ul li h4 {
  margin: 0; }

.by_Brand_all_cat ul li a {
  border-radius: 20px;
  border: solid 1px rgba(10, 78, 102, 0.51);
  background-color: #ffffff;
  font-size: 16px;
  color: #0a4e66;
  line-height: 24px;
  padding: 8px 0px 6px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  transition: all .5s ease; }

.by_Brand_all_cat ul li a:hover {
  background: rgba(10, 78, 102, 0.13);
  border: 1px solid #0a4e66;
  transition: all .5s ease; }

.Common-des.Category-By-Brand {
  min-height: 335px; }

.Brand-top-block {
  float: left;
  width: 100%;
  padding: 60px 0 0;
  border-bottom: 1px solid #dadada; }

.Brand-top-block .page-heading {
  font-size: 42px;
  font-weight: 900;
  color: #0a4e66;
  line-height: 50px;
  text-transform: uppercase;
  text-align: left;
  margin: 0px; }

.Brand-top-block .Brand-Image-Left {
  width: 33%;
  float: left;
  margin-top: 50px; }

.Brand-top-block .Brand-Content-Right {
  width: 67%;
  float: left;
  padding: 0 0 60px; }

.Category-By-Brand .Brand-Des {
  width: 100%;
  float: left; }

.Category-By-Brand .Brand-Des p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #242424;
  margin: 0 0 15px; }

.Category-By-Brand .Brand-Des ul {
  margin: 15px -15px 0px;
  padding: 0;
  list-style: none; }

.Category-By-Brand .Brand-Des ul li {
  float: left;
  width: 50%;
  padding: 0 15px; }

.Category-By-Brand .Brand-Des ul li h4 {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  margin: 0 0 5px;
  color: #242424; }

.Category-By-Brand .View-All-Cat-Btn {
  font-size: 16px;
  font-weight: 800;
  color: #0a4e66;
  width: auto;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #0a4e66;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 30px; }

.Category-By-Brand .View-All-Cat-Btn:hover {
  transition: all 0.5s ease;
  background: rgba(10, 78, 102, 0.13); }

.Category-By-Brand.Sub .by_Brand_all_cat ul li {
  width: 25%; }

.page.CatPage.Category-By-Brand .CategoryTopContent .CatContent h3 {
  font-size: 28px;
  font-weight: 900;
  margin: 0px 0px 4px;
  line-height: 36px;
  color: #0a4e66; }

.page.CatPage.Category-By-Brand .CategoryTopContent .container .Left > div.CatContent {
  margin: 26px 0px; }

.page.CatPage.Category-By-Brand .CategoryTopContent .CatContent h4 {
  margin: 0px;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  color: #0a4e66; }

.page.CatPage.Category-By-Brand .CategoryTopContent .container .Right {
  padding: 30px 0px; }

.page.CatPage.Category-By-Brand .CategoryTopContent .container .Right > a.SwitchVSize {
  background: #ed8009;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 26px;
  padding: 18px 0px 16px;
  border: 0;
  width: 406px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  text-align: center; }

/*
.page.CatPage.Category-By-Brand .CategoryOuter main.page-content .YourSelections ul.SelectedList{
    display: none;
}*/
.page.CatPage.Category-By-Brand .CategoryOuter main.page-content .YourSelections ul.SelectedList.Search-Brand-List {
  display: inline-block !important; }

.Sub-Brand-Layout .Common-des .Content-Block {
  float: left;
  width: 57.33%;
  padding: 60px 0px 0px; }

.Sub-Brand-Layout .Right.Image-Block {
  position: relative;
  float: right;
  text-align: right;
  padding: 60px 0px 0px; }

.Sub-Brand-Layout .Right.Image-Block:before,
.Sub-Brand-Layout .Common-des.decExpanded .Right.Image-Block:after {
  display: none; }

.body > .container {
  padding: 0px;
  max-width: 100%; }

.custom_login .login {
  margin: 0px;
  max-width: 100%; }

.custom_login .login .page-heading,
.page.Cms-Content .page-heading {
  font-size: 42px;
  font-weight: 900;
  color: #0a4e66;
  margin: 60px 0px 30px;
  line-height: 50px;
  text-transform: uppercase;
  float: left;
  width: 100%; }

.page.Cms-Content .page-heading {
  margin: 60px 0px 10px;
  float: none;
  display: inline-block; }

.button--primary {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 30px 13px;
  border: 0;
  border-radius: 25px; }

.swal2-modal .button,
.swal2-modal .button:focus {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 30px 13px;
  border: 0;
  border-radius: 25px;
  background-color: #ed8009;
  border-color: #ed8009;
  color: #fff; }

.swal2-modal .button:hover {
  background-color: #f7a244;
  border-color: #f7a244;
  color: #fff; }

.swal2-modal .swal2-content {
  font-size: 18px;
  color: #242424; }

.button--primary:active {
  border: 0px; }

.custom_login .login-row {
  margin-top: 0px;
  max-width: 970px;
  margin: 0 auto 60px; }

.custom_login .login-row .inner {
  margin: 0px -15px; }

.custom_login .login-row .Login-Left {
  width: 50%;
  float: left;
  padding: 0 15px; }

.custom_login .login-form {
  padding: 27px;
  margin: 0;
  border: 3px solid #dde7ea;
  width: 100%; }

.login-form .form-label {
  font-size: 16px;
  font-weight: normal;
  color: #242424;
  line-height: 24px;
  margin: 0px 0px 2px; }

.login-form > .form-field {
  margin: 0px 0px 16px; }

.login-form > .form-field.form-field--inputPassword {
  margin: 0px 0px 15px; }

.login-form .form-input {
  border: 2px solid rgba(36, 36, 36, 0.5);
  height: 46px;
  color: #242424; }

.custom_login .login-row .new-customer {
  padding: 0px 15px; }

.custom_login .login-row .panel-header {
  background-color: #f4f7f8;
  margin: 0;
  padding: 30px 30px 0; }

.login-form h2.Title,
.new-customer .panel-title {
  margin: 0px 0px 16px;
  font-size: 22px;
  font-weight: 900;
  color: #0a4e66;
  text-transform: uppercase;
  display: inline-block;
  line-height: 30px; }

.login .new-customer .panel-title {
  margin: 0px; }

.login .new-customer .panel-body {
  margin: 0px;
  padding: 15px 30px 30px;
  background: #f4f7f8; }

.custom_login .login-form .form-actions {
  text-align: left;
  margin: 15px 0px 0px; }

.custom_login .login-form .form-actions input {
  display: block;
  margin: 0px 0px 15px; }

.custom_login .login-form .form-actions a.forgot-password {
  height: 30px;
  border-radius: 15px;
  border: solid 1px #d3d3d3;
  background-color: #ffffff;
  line-height: 30px;
  margin: 0px 0px 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: #242424;
  text-transform: uppercase;
  width: 180px;
  text-align: center; }

.custom_login .login-form .form-actions a.forgot-password:hover {
  background: rgba(10, 78, 102, 0.12);
  transition: all .5s ease; }

.custom_login .new-customer-intro {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  color: #242424;
  margin: 0px 0px 10px; }

.custom_login .new-customer-fact-list {
  margin: 0;
  list-style: none; }

.custom_login .new-customer-fact-list + a {
  margin: 5px 0px 0px;
  display: inline-block; }

.custom_login .new-customer-fact-list + a button {
  display: inline-block;
  margin: 0px;
  width: 228px; }

.custom_login .new-customer-fact {
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 10px;
  position: relative;
  color: #242424; }

.custom_login .new-customer-fact:before {
  content: "";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #4295f3;
  font-size: 20px; }

.page.Cms-Content {
  margin: 0px;
  float: left;
  width: 100%; }

.page.Cms-Content .page-content--centered {
  margin: 0px auto;
  max-width: 1200px;
  width: 100%; }

.page.Cms-Content .page-content--centered.Terms-Content {
  margin: 0px auto;
  max-width: 800px; }

.page.Cms-Content .page-content--centered.Terms-Content .page-heading {
  text-align: left; }

.page.Cms-Content h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  margin: 0px 0px 10px;
  text-transform: uppercase;
  color: #0a4e66; }

.page.Cms-Content p,
.page.Cms-Content li {
  margin: 0px 0px 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #242424; }

.page.Cms-Content ul {
  list-style: none;
  margin: 0px 0px 0px 36px; }

.page.Cms-Content li {
  margin: 0px 0px 15px; }

.page.Cms-Content p.Low-Space {
  margin: 0px 0px 15px; }

.Cms-Content .support {
  margin: 30px 0px 0px; }

#prodAccordion .Block .prodAccordionContent {
  display: none; }

.page.Cms-Content.FAQS-CONTENT .page-content--centered {
  max-width: 100%;
  padding: 0; }

.page.Cms-Content.FAQS-CONTENT .Top-Content,
.page.Cms-Content .Top-Content {
  max-width: 770px;
  margin: 0 auto;
  text-align: center; }

.page.Cms-Content.FAQS-CONTENT .Top-Content .container {
  padding: 0; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 30px 0px 0px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer {
  margin: 0 -15px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Left,
.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Right {
  width: 50%;
  float: left;
  padding: 0px 15px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer h2 {
  font-size: 18px;
  font-weight: 800;
  color: #242424;
  line-height: 28px;
  margin: 0px;
  position: relative;
  cursor: pointer; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer #prodAccordion > div {
  width: 100%;
  float: left;
  background: #fff;
  margin: 0px 0px 15px;
  border: solid 1px #d3d3d3;
  padding: 9px 12px 10px 66px;
  position: relative; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer #prodAccordion > div:before {
  content: "";
  display: inline-block;
  height: auto;
  width: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 50px;
  top: 9px;
  bottom: 10px; }

#prodAccordion .Block .prodAccordionContent {
  margin: 9px 0px 0px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer p {
  margin: 0px 0px 10px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer h2:after {
  content: "";
  position: absolute;
  left: -49px;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 21px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer #prodAccordion > div.current h2:after {
  content: ""; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content h4 {
  margin: 45px 0px 60px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #0a4e66;
  line-height: 30px; }

.page.Cms-Content.FAQS-CONTENT .Bottom-Content h4 a {
  color: #ed8009; }

.page.Cms-Content.Deals_Content .page-content--centered {
  max-width: 100%;
  padding: 0px; }

.page.Cms-Content.Deals_Content .Top-Content {
  margin: 0 auto;
  max-width: 800px;
  text-align: center; }

.page.Cms-Content.Deals_Content .Bottom-Content {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 30px 0 60px;
  text-align: center; }

.page.Cms-Content.Deals_Content .Bottom-Content h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  color: #0a4e66;
  margin: 30px 0px;
  text-align: center; }

.page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner > div {
  max-width: 370px;
  margin: 0 auto;
  position: relative;
  text-align: center; }

.page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner > div .Discount_Overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  top: auto;
  left: 0;
  right: 0; }

.Discount_banner > div .Discount_Overlay p {
  color: #fff;
  margin: 0px 0px 5px;
  font-size: 22px;
  line-height: 30px; }

.Discount_banner > div .Discount_Overlay p strong {
  font-weight: 900; }

.Discount_banner > div .Discount_Overlay h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 42px;
  margin: 0px 0px 5px; }

.Discount_banner > div .Discount_Overlay h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin: 0px 0px 29px;
  text-transform: uppercase; }

.page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner > h4 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a4e66;
  margin: 0; }

.page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner a:not(.buttonless) {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0a4e66;
  width: 238px;
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  border: 1px solid #0a4e66;
  line-height: 50px;
  background: #fff; }

.page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  margin: -3px 0px 0px 11px;
  display: none;
  vertical-align: middle;
  line-height: 48px; }

.page.Cms-Content.Deals_Content .SignUpHome .SignUpLeft p {
  font-size: 18px;
  margin: 0;
  line-height: 28px;
  color: #fff; }

.Deals_Content .Bottom_Last {
  float: left;
  width: 100%;
  padding: 60px 0px 30px; }

.Deals_Content .Bottom_Last h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  margin: 0px 0px 15px;
  color: #0a4e66; }

.Deals_Content .Bottom_Last ul {
  margin: 0 -15px; }

.Deals_Content .Bottom_Last ul li {
  margin: 0;
  padding: 15px;
  float: left;
  width: 50%; }

.page.Cms-Content.Deals_Content .Bottom_Last ul li > div {
  position: relative; }

.page.Cms-Content.Deals_Content .Bottom_Last ul li > div > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px 30px 30px; }

.page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content h3 {
  color: #fff;
  display: inline-block;
  margin: 0;
  font-size: 28px;
  font-weight: 900; }

.page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content a {
  float: right;
  width: 102px;
  height: 32.8px;
  border-radius: 16.4px;
  border: 0.8px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 32px;
  color: #fff;
  position: relative;
  z-index: 2; }

.Deals_Content .Social_Btn {
  width: 100%;
  float: left;
  text-align: center; }

.Deals_Content .Social_Btn h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  max-width: 595px;
  margin: 15px auto;
  text-transform: uppercase;
  color: #0a4e66; }

.Deals_Content .Social_Btn a {
  width: 370px;
  height: 50px;
  border-radius: 25px;
  background-color: #395599;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  margin: 0 15px; }

.Deals_Content .Social_Btn a:before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  font-weight: normal;
  margin-right: 17px; }

.Deals_Content .Social_Btn a.insta:before {
  content: ""; }

.Deals_Content .Social_Btn a.insta {
  background: #d02698; }

.contact-content .page-content--centered {
  padding: 0 15px; }

.Contact_inner .left {
  width: 65.813%;
  float: left;
  padding: 0; }

.Contact_inner .right {
  width: 34.189%;
  float: left;
  padding: 0px 0px 0px 30px; }

.Contact_inner .right .LeftBotBanner {
  margin-top: -23px; }

.Contact_inner .form-row.form-row--half {
  margin: 0px -15px; }

.Contact_inner .form-row.form-row--half .form-field {
  width: 25%;
  padding: 0 15px;
  float: left; }

.Contact_inner .form-field {
  margin: 0px 0px 15px; }

.Contact_inner .form-row.form-row--half .form-field.full-name,
.Contact_inner .form-row.form-row--half .form-field.Email {
  width: 37.5%; }

.form-row--half > .form-field:nth-child(odd) {
  clear: inherit; }

.page.Cms-Content.contact-content .form_title {
  font-size: 36px;
  font-weight: 900;
  line-height: 42px;
  margin: 0px 0px 15px;
  text-transform: uppercase; }

.Contact_inner .form-label small {
  margin: 0px;
  color: #242424;
  display: none; }

.Contact_inner label.form-label {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0px 0px 2px;
  color: #242424; }

.Contact_inner textarea#contact_question {
  height: auto;
  min-height: 193px;
  resize: none; }

.Contact_inner .form-input {
  border: 2px solid rgba(36, 36, 36, 0.5);
  height: 46px; }

.Contact_inner .LeftBotInner {
  background: #0a4e66;
  position: relative;
  padding: 49px 15px 30px;
  float: left;
  width: 100%;
  border-radius: 3px;
  text-align: center; }

.Contact_inner .LeftBotBanner .LeftBotInner .OverImg {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  border-radius: 60px;
  box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.5); }

.Contact_inner .LeftBotBanner .LeftBotInner .OverImg img {
  display: block;
  margin: 0 auto;
  border-radius: 60px; }

.Contact_inner .LeftBotBanner .LeftBotInner h5 {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  line-height: 28px;
  margin: 0 0 10px;
  text-transform: inherit; }

.Contact_inner .LeftBotBanner .LeftBotInner a {
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  line-height: 18px;
  background: #ed8009;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 18.5px;
  padding: 8px 0;
  transition: all .5s ease;
  margin: 0 0 15px; }

.Contact_inner .LeftBotInner a:hover {
  background: #f7a244;
  transition: all .5s ease; }

.Contact_inner .LeftBotBanner .LeftBotInner a:before {
  content: "";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px; }

.Contact_inner .LeftBotBanner .LeftBotInner a.call-btn:before {
  content: ""; }

.Contact_inner .LeftBotBanner .LeftBotInner p {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0; }

.Contact_inner .form-actions {
  margin-top: 0;
  text-align: left; }

.Contact_inner {
  width: 100%;
  float: left;
  padding: 0px 0px 60px; }

.Contact_inner .form {
  margin: 0px; }

.contact-content .Bottom-Content {
  float: left;
  width: 100%;
  background: #f4f7f8;
  padding: 60px 0px; }

.page.Cms-Content.contact-content .Bottom-Content .form_title {
  text-align: center;
  margin: 0px 0px 10px; }

.Contact-Address-block h4 {
  font-size: 20px;
  font-weight: 800;
  margin: 0px 0px 16px;
  line-height: 28px;
  color: #242424; }

.page.Cms-Content .Contact-Address-block ul {
  margin: 0; }

.Contact-Address-block {
  float: left;
  width: 100%;
  padding: 28px 0px 30px;
  border-bottom: 1px solid #d5dcde; }

.Contact-Address-block:last-child {
  padding-bottom: 0;
  border: 0; }

.Contact-Address-block iframe {
  float: right; }

.Contact-Address-block .contact_Left {
  float: left;
  width: auto; }

.Contact-Address-block .contact_Right {
  float: right;
  width: auto; }

.page.Cms-Content .Contact-Address-block ul li {
  margin-bottom: 10px;
  padding: 0px 0px 0px 27px;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  line-height: 24px; }

.page.Cms-Content .Contact-Address-block ul li strong {
  margin-right: 10px;
  font-weight: 800; }

.page.Cms-Content .Contact-Address-block ul li:before {
  content: "";
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px; }

.page.Cms-Content .Contact-Address-block ul li.Pn-Row:before {
  content: ""; }

.page.Cms-Content .Contact-Address-block ul li.Ph-Row:before {
  content: ""; }

.page.Cms-Content .Contact-Address-block ul li.Cc-Row:before {
  content: ""; }

main.page.Cms-Content.Why-Buy-Content .page-content.page-content--centered {
  max-width: 100%;
  padding: 0px;
  float: left; }

.Why-Top-Block,
.Why-Middle-Block {
  float: left;
  width: 100%; }

.Why-Top-Block .Why-Top-Inner {
  max-width: 770px;
  padding: 0px 0px 15px; }

.Why-Top-Block {
  position: relative; }

.Why-Top-Block .Right-Side {
  position: absolute;
  top: 0px;
  right: 0px; }

.Why-Top-Block .Left-Side {
  float: left;
  width: 100%;
  position: relative; }

.Why-Top-Block .Right-Side:before {
  content: "";
  height: 100%;
  width: 200px;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0)); }

.Why-Top-Block .Right-Side:after {
  content: "";
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0));
  height: 153px;
  width: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0; }

.Why-Top-Block .Why-Top-Inner h1.page-heading {
  text-align: left;
  max-width: 550px;
  margin: 30px 0px 15px; }

.Why-Top-Block .Why-Top-Inner h1.page-heading + p {
  margin: 0px 0px 15px;
  color: #f19704;
  line-height: 28px;
  font-size: 20px; }

.Why-Top-Block .Why-Top-Inner h1.page-heading + p strong {
  font-weight: 900; }

.Why-Top-Block .Why-Top-Inner p {
  margin: 0px 0px 15px; }

.Why-Middle-Inner {
  border-top: 1px solid #d5dcde; }

.Why-Middle-Inner .Left {
  float: left;
  width: 40.172%; }

.Why-Middle-Inner .Right {
  float: left;
  width: 59.83%; }

.Why-Middle-Inner .Right ul {
  margin: 0px;
  float: right; }

.page.Cms-Content .WhyBuyUsedTires {
  margin: 0px 0px 60px; }

.page.Cms-Content .WhyBuyUsedTires ul li p {
  margin: 0px 0px 5px; }

.Why-Middle-Inner .Left h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  color: #0a4e66;
  margin: 90px 0px 0px; }

.Why-Bottom-Block {
  float: left;
  width: 100%;
  background: #f4f7f8;
  padding: 60px 0px; }

.Why-Middle-Inner .WhyBuyUsedTires .bottomText h5 {
  margin: 0px; }

.Why-Bottom-Block > .container > h3,
.Why-Bottom-Block > .container > p {
  text-align: center; }

.Why-Bottom-Block > .container > h3 {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  margin: 0px 0px 10px; }

.Why-Bottom-Block > .container > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

.Why-Bottom-Block .Why-Bottom-Inner {
  max-width: 970px;
  margin: 0 auto;
  text-align: center; }

.Why-Bottom-Block .Why-Bottom-Inner ul {
  margin: 0px;
  text-align: left; }

.Why-Bottom-Block .Why-Bottom-Inner ul li {
  width: 100%;
  background: #fff;
  border: 1px solid #d5dcde;
  float: left;
  border-radius: 4px;
  padding: 14px 25px 14px 30px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left {
  width: 48.742%;
  float: left;
  border-right: 2px solid #d5dcde; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
  width: 51.258%;
  float: left;
  padding: 11px 0px 0px 24px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 4px 0px 5px;
  line-height: 28px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left h4 a {
  color: #242424; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left span {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #242424;
  margin: 0px 0px 2px;
  display: inline-block;
  float: left; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span {
  border-radius: 30px;
  border: 1px solid #d5dcde;
  background: #f4f7f8;
  height: 48px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  position: relative;
  width: 108px;
  float: left;
  margin-right: 15px;
  padding: 16px 0px 8px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span span {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  font-size: 10px;
  font-weight: 800;
  line-height: 22px;
  width: 64px;
  height: 22px;
  border-radius: 3px;
  background-color: #bf2520;
  color: #fff;
  margin: 0 auto; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span.Used-Tire span {
  background: #ed8009; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right h5 {
  width: auto;
  float: left;
  font-size: 28px;
  font-weight: 900;
  line-height: 29px;
  margin: 5px 0px 0px;
  color: #ed8009;
  letter-spacing: 0px;
  text-transform: inherit; }

.Why-Bottom-Block .Why-Bottom-Inner a.All-Shop-Btn {
  width: 272px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  background: #ed8009;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 60px;
  margin: 15px 0px 0px; }

.Why-Bottom-Block .Why-Bottom-Inner a.All-Shop-Btn:hover {
  transition: all .5s ease;
  background: #f7a244; }

.page.Cms-Content .WhyBuyUsedTires ul li.new-vs-used {
  margin: 0px; }

.page.Cms-Content .WhyBuyUsedTires ul li.online-stores span.bottomLine {
  float: right; }

.page.Cms-Content .WhyBuyUsedTires ul li.best-used-tires span.bottomLine {
  float: left; }

.page.Cms-Content .WhyBuyUsedTires .bottomText {
  margin: 21px 0px 0px; }

.page.Cms-Content .OurCustomers .container h3, .page.Cms-Content .OurCustomers .container .tm_dam {
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  max-width: 740px;
  width: 100%;
  margin: 0 auto 30px; }

.Cms-Content.Why-Buy-Content .support {
  margin: 0; }

.header.Cart .Header-Left {
  float: left;
  width: 30%;
  padding: 45px 0px 0px; }

.header.Cart .Header-Left .Back-To-Home {
  font-size: 16px;
  font-weight: 800;
  color: #0a4e66;
  text-transform: uppercase;
  line-height: 20px; }

.header.Cart .Header-Left .Back-To-Home:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px; }

.header.Cart .header-logo {
  margin: 0;
  width: 40%;
  float: left;
  padding: 16px 0px; }

.header.Cart .header-logo a img {
  max-height: 76px;
  display: block;
  margin: 0 auto; }

.header.Cart .Header-Right {
  width: 30%;
  float: left;
  text-align: right; }

.header.Cart .Header-Right ul {
  float: right;
  margin: 0px 0px 15px; }

.header.Cart .Header-Right ul.navUser-section--left li {
  margin-right: 37px;
  float: left;
  width: auto; }

.header.Cart .Header-Right ul.navUser-section--left li:last-child {
  margin: 0px; }

.header.Cart .Header-Right ul.navUser-section--right li i {
  margin-right: 6px; }

.header.Cart .Header-Right ul.navUser-section--left li i,
.header.Cart .Header-Right ul.navUser-section--right li i {
  display: inline-block;
  vertical-align: middle;
  color: #0a4e66; }

.header.Cart .Header-Right ul.navUser-section--left li a {
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  display: inline-block;
  padding: 0px 0px 0px 10px;
  color: #0a4e66;
  text-transform: uppercase; }

.header.Cart .Header-Right ul.navUser-section--left li.navUser-item--chat a {
  font-weight: 400;
  text-transform: capitalize; }

.header.Cart .Header-Right ul.navUser-section--right li {
  background: #f4f7f8;
  border-radius: 0px 0px 15px 15px;
  padding: 7px 15px 8px; }

.header.Cart .Header-Right .navUser-section--right li a {
  padding: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #0a4e66;
  line-height: 26px;
  text-transform: capitalize; }

.header.Cart .Header-Right ul:last-child {
  margin: 0px; }

body.custom_cart {
  padding-top: 108px; }

body.custom_cart .page {
  margin: 0px; }

.Head_Bg {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px 0px;
  background: #f4f7f8;
  margin: 0px 0px 30px; }

.Head_Bg h1 {
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0px;
  color: #0a4e66; }

.Login_Message {
  float: left;
  width: 100%;
  border: 1px solid #1a9eca;
  border-radius: 4px;
  padding: 14px 15px;
  margin: 0px 0px 30px;
  background: #f5fcff; }

.Login_Message p {
  padding: 0px 25px 0px 36px;
  font-size: 18px;
  font-weight: normal;
  color: #1a9eca;
  margin: 0px;
  line-height: 24px;
  position: relative; }

.Login_Message p a {
  font-weight: bold;
  color: #1a9eca; }

.Login_Message p:before {
  content: "";
  position: absolute;
  left: 0px;
  font-size: 21px;
  font-weight: normal;
  font-family: "Font Awesome 5 Free"; }

body.custom_cart .page-content {
  padding: 0px;
  min-height: 700px; }

.Cart_Row_Outer {
  margin: 0px -15px; }

.Cart_Row_Outer:after {
  content: "";
  clear: both;
  float: none;
  display: block; }

.Review_cart_Title {
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  margin: 0px 0px 15px;
  color: #0a4e66;
  text-transform: uppercase;
  clear: both; }

.Cart_Row_Outer .Right .Right_Inner .Review_cart_Title {
  text-align: center; }

.Cart_Row_Outer .Left,
.Cart_Row_Outer .Right {
  float: left;
  width: 50%;
  padding: 0px 15px; }

.Cart_Row_Outer .Right .Right_Inner {
  border-radius: 4px;
  border: solid 1px #d5dcde;
  background-color: #f0f5f7;
  padding: 30px;
  float: left;
  width: 100%; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals {
  width: 100%;
  background: #fff;
  border: 1px solid #d3d3d3; }

.custom_cart .cart-list {
  border: 0px; }

.custom_cart .cart-list .cart-item {
  border: 3px solid #d5dcde;
  border-radius: 10px;
  padding: 12px 12px 11px 12px;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 15px; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total {
  border: 0px; }

.cart-total-label,
.cart-total-value {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #242424;
  padding: 8px 15px; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child {
  border-top: 1px solid #d5dcde; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-label,
.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-value {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  color: #0a4e66;
  padding: 14px 15px; }

.cart-total-label strong {
  font-weight: normal; }

.cart-total-grandTotal {
  font-family: 'Exo', sans-serif; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-label strong {
  font-weight: 900; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-value {
  color: #1a9eca; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total-grandTotal {
  top: 0px; }

.custom_cart .cart-actions .button {
  width: 100%;
  float: left; }

.custom_cart .cart-actions.Checkout {
  margin: 0px 0px 25px; }

.custom_cart .cart-actions.Checkout .button {
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  padding: 17px 0px;
  border-radius: 30px;
  border: 0px; }

.custom_cart .cart-actions.Checkout .button span {
  background: url("../img/icon-cart.png") left center no-repeat;
  padding: 0px 0px 0px 43px; }

.custom_cart .Payment_Btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px 0px 15px; }

.custom_cart .OrPayment {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 15px;
  line-height: 12px; }

.custom_cart .OrPayment span {
  background: #aaabab;
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 2px;
  font-weight: 800;
  z-index: 1;
  position: relative;
  border-radius: 9px; }

.custom_cart .OrPayment:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: #dadada; }

.custom_cart .Paypal_Btn {
  width: 100%;
  display: inline-block;
  text-align: center; }

.custom_cart .Paypal_Btn img {
  margin: 0px 12px 0px 0px;
  display: inline-block; }

.custom_cart .Paypal_Btn img:last-child {
  margin: 0; }

.Cat_Footer {
  float: left;
  width: 100%;
  background: #074e68;
  padding: 30px 0px; }

.Cat_Footer .Cat_Footer_Left,
.Cat_Footer .Cat_Footer_Right {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0px -1px; }

.Cat_Footer .Cat_Footer_Left {
  padding-top: 29px;
  float: left; }

.Cat_Footer .Cat_Footer_Left p {
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #fff; }

.Cat_Footer .Cat_Footer_Right div {
  float: right;
  text-align: right; }

.Cat_Footer .Cat_Footer_Right div.Top {
  margin: 0px 0px 15px; }

.Cat_Footer .Cat_Footer_Right div.Bottom img {
  margin-left: 11px;
  display: inline-block; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total .coupon_left {
  width: 43%; }

.cart-total-value.coupon-code-btn {
  float: right;
  width: 57%;
  position: relative;
  padding: 0px 15px; }

.coupon-code-btn .coupon-code-cancel {
  font-family: "Font Awesome 5 Free";
  text-decoration: none;
  font-style: normal;
  color: #3a3839;
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: -27px; }

.cart-form.coupon-code {
  width: 57%;
  float: right;
  padding-right: 15px;
  max-width: 286px; }

.cart-form.coupon-code .coupon-form {
  position: relative;
  height: 46px;
  border: solid 1px #3a3839;
  border-radius: 4px 23px 23px 4px; }

.cart-form.coupon-code .coupon-form #couponcode {
  height: 42px;
  border: 0px;
  width: 100%;
  border-radius: 4px 21px 21px 4px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 70px 9px 9px; }

.cart-form.coupon-code .coupon-form .button--primary {
  position: absolute;
  right: 0px;
  line-height: 22px;
  border-radius: 21px;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 16px;
  text-align: center;
  margin: 0;
  width: 26.09%;
  max-width: 66px;
  top: 0px; }

.cart-total-value.coupon-code-btn .coupon-code-add {
  border: 1px solid #d3d3d3;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 10px;
  text-decoration: none;
  line-height: 16px;
  color: #242424; }

.cart-item-title .cart-remove {
  margin-left: 1rem;
  font-family: "Font Awesome 5 Free";
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  color: #555555; }

.cart-item-title .cart-remove svg {
  display: none; }

.custom_cart .cart-list .cart-item .cart-item-figure {
  float: none;
  width: 12%;
  display: inline-block;
  height: 69px;
  vertical-align: top;
  margin: 0px -1px; }

.custom_cart .cart-list .cart-item .cart-item-title {
  display: inline-block;
  padding: 0px 0px 10px 10px;
  width: 88%;
  margin: 0 -1px;
  position: relative;
  text-align: left; }

.custom_cart .cart-list .cart-item .cart-item-brand {
  color: #242424;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

.custom_cart .cart-list .cart-item .cart-item-name {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  color: #0a4e66;
  line-height: 32px;
  max-width: 90%; }

.custom_cart .cart-list .cart-item .cart-item-name a {
  color: #0a4e66; }

.custom_cart .cart-list .cart-item span.product-sku {
  font-size: 20px;
  font-weight: bold;
  color: #0a4e66;
  line-height: 26px; }

.custom_cart .cart-list .cart-item {
  text-align: right; }

.custom_cart .cart-list .cart-item .cart-item-info {
  float: none;
  width: 40%;
  display: inline-block; }

.custom_cart .cart-list .cart-item .cart-item-info:last-child {
  text-align: right;
  width: 28%;
  max-width: 150px;
  margin: 0px 0px 0px 10px; }

.custom_cart .cart-list .cart-item .cart-item-info span.PerTire {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #242424;
  line-height: 20px; }

.custom_cart .cart-list .cart-item .cart-item-info .cart-item-value {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
  color: #1a9eca; }

.custom_cart .cart-list .cart-item .cart-item-info .TotalFor,
.custom_cart .cart-list .cart-item .cart-item-info strong.cart-item-value {
  display: inline-block;
  width: auto;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #242424; }

.custom_cart .cart-list .cart-item .cart-item-info.cart-item-quantity > span {
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #242424;
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 21px; }

.custom_cart .cart-list .cart-item .cart-item-info.cart-item-quantity > span:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #6cac22;
  font-size: 16px;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 20px;
  position: absolute;
  top: 8px;
  left: 0px; }

.custom_cart .cart-list .cart-item .cart-item-info.cart-item-quantity > span.In-Stock-Btn:before {
  top: -1px; }

.custom_cart .cart-list .cart-item .cart-item-info.cart-item-quantity > span.Low-Stock-Btn:before {
  content: "";
  color: #ff6b07;
  top: -1px; }

.custom_cart .cart-list .cart-item .cart-item-quantity .form-increment {
  margin: 0px 0px 5px;
  max-width: 150px;
  border: 1px solid #d3d3d3;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle; }

.custom_cart .cart-list .cart-item .cart-item-quantity .form-increment .button {
  width: 33.33%;
  float: left;
  height: 48px;
  background: #f4f7f8;
  border: 0;
  border-radius: 100px 0 0 100px;
  margin: 0;
  padding: 0; }

.custom_cart .cart-list .cart-item .cart-item-quantity .form-increment .button i {
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #5a5a5a;
  font-weight: 400; }

.custom_cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal {
  width: 33.33%;
  float: left;
  height: 48px;
  border-left: solid 1px #d3d3d3;
  border-right: solid 1px #d3d3d3;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #313131; }

.custom_cart .cart-list .cart-item .cart-item-quantity .form-increment .form-input--incrementTotal + .button {
  border-radius: 0 100px 100px 0; }

.custom_cart .Cart_page_inner {
  width: 100%;
  float: left;
  padding: 0px 0px 60px; }

.Cart_Row_Outer .Left table.cart {
  margin: 0px; }

.custom_cart .cart-list .cart-item:last-child {
  margin: 0px; }

.Cart_Row_Outer .Right .Right_Inner .cart-totals .shipping-estimator {
  padding: 0px 15px 0px;
  float: left;
  width: 100%; }

.shipping-estimator .estimator-form-label label.form-label {
  color: #242424; }

.custom_cart .Terms_check {
  width: 100%;
  float: left;
  margin: 0px 0px 15px; }

.custom_cart span.Box-layout {
  width: 24px;
  height: 24px;
  border: 1px solid #0a4e66;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  background: #fff;
  position: relative; }

.custom_cart .Terms_check label {
  font-family: Exo;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px; }

.custom_cart .Terms_check label a {
  color: #1a9eca; }

.Terms-popup h3 {
  font-size: 24px;
  font-weight: 900;
  margin: 0px 0px 15px;
  color: #0a4e66;
  line-height: 32px;
  text-align: center; }

.Terms-popup p {
  font-size: 16px;
  line-height: 24px;
  color: #242424;
  margin: 0px 0px 15px; }

.Terms-popup p:first-child {
  margin: 0px 0px 30px; }

.Terms-popup p strong {
  font-weight: 800;
  text-transform: uppercase; }

.Terms-popup ul {
  list-style: none;
  padding: 0px 0px 0px 20px;
  margin: 0px; }

.Terms-popup ul li {
  font-size: 16px;
  font-weight: normal;
  color: #242424;
  position: relative;
  margin: 0px 0px 15px;
  padding: 0px 0px 0px 18px; }

.Terms-popup ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #3a3839;
  position: absolute;
  left: 0px;
  top: 6px; }

#Conditions-of-Sale {
  box-shadow: none;
  max-width: 630px;
  background: transparent; }

#Conditions-of-Sale .modal-content {
  background: transparent; }

#Conditions-of-Sale .modal-header {
  text-align: center;
  padding: 0;
  border: 0;
  background: transparent;
  float: left;
  width: 100%; }

#Conditions-of-Sale .modal-header .modal-close {
  position: static;
  text-align: center;
  display: inline-block;
  height: 39px;
  line-height: 34px;
  width: 39px;
  margin: 13px 0 16px;
  color: #3a3839;
  background: #fff;
  border-radius: 50%; }

#Conditions-of-Sale .modal-header .modal-close span {
  color: #3a3839;
  font-size: 22px;
  font-family: "Font Awesome 5 Free"; }

#Conditions-of-Sale .modal-body {
  background: #fff;
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
  margin: 30px;
  padding: 30px 29px; }

#Conditions-of-Sale .modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: transparent; }

#Conditions-of-Sale .modal-body::-webkit-scrollbar-thumb {
  background-color: #e3e3e3;
  border-radius: 4px; }

#Conditions-of-Sale .modal-body::-webkit-scrollbar-track {
  background-color: transparent; }

#navPages-Help-Center .menu_inner:after {
  content: "";
  float: none;
  clear: both;
  display: block; }

.previewCartCheckout .button + .button {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  padding: 15px 30px 13px;
  border: 0;
  border-radius: 25px;
  background-color: #ed8009;
  color: #fff; }

.previewCartCheckout .button + .button.active,
.previewCartCheckout .button + .button.is-active,
.previewCartCheckout .button + .button:focus,
.previewCartCheckout .button + .button:hover {
  background-color: #f7a244;
  border-color: #f7a244;
  color: #fff; }

.productView-img-container:after {
  display: none; }

.previewCart .productView-image--cart {
  position: static;
  display: block; }

.custom_cart span.Box-layout.is-checked:after {
  content: "";
  height: 16px;
  width: 16px;
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  left: 0;
  right: 0;
  font-size: 16px;
  margin: 0 auto; }

.cart-total-value span.shipping_lb {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px; }

#contact-us-page div#contact-us-success {
  padding: 25px 0px;
  font-size: 18px;
  line-height: 28px; }

#contact-us-page div#contact-us-success a {
  color: #242424; }

/**/
.Sub-Brand-Layout .Common-des .container {
  position: relative; }

.Sub-Brand-Layout .Right.Image-Block {
  position: absolute;
  top: 0;
  right: 0; }

.Sub-Brand-Layout .Right.Image-Block img {
  max-width: 100%; }

.Sub-Brand-Layout .Common-des .Content-Block {
  width: 100%; }

.Sub-Brand-Layout .Des-Cont-full ul li strong {
  display: block; }

.Sub-Brand-Layout .Des-Cont {
  max-width: 100%; }

.Sub-Brand-Layout .Des-Cont p:first-child {
  max-width: 670px; }

.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Life.no_bg,
.productView-product .BelowProductName .Bottom-Card-Left ul li.Tread-Life.no_bg {
  background: transparent; }

.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Life.no_bg span {
  font-weight: 800;
  font-size: 20px;
  padding-left: 7px; }

.productView-product .BelowProductName .Bottom-Card-Left ul li.Tread-Life.no_bg span {
  font-weight: 800;
  font-size: 20px;
  padding-left: 10px; }

.footer .footerBottom .FooterRight img {
  max-width: 385px; }

.header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a.is-open {
  z-index: 52;
  position: relative; }

.menu_bg_color_2 .header {
  z-index: 8;
  transition: none; }

.menu_bg_color.menu_bg_color_2 .header {
  z-index: 100; }

.forgot_pass {
  margin: 0px auto 60px; }

.forgot_pass .page-heading {
  clear: both;
  display: inline-block;
  font-size: 42px;
  font-weight: 900;
  color: #0a4e66;
  margin: 60px 0 30px;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%; }

.forgot_pass .button--primary {
  padding: 12px 30px; }

.form-label {
  color: #242424; }

.ss-start-selected .fa-chevron-down:before {
  content: "";
  background: url(https://www.tiremart.com/content/check-icon-retina.png) no-repeat center;
  height: 26px;
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  background-size: auto 26px; }

#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
.menuUlLiSpanA.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.ss-start-selected,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected {
  padding: 8px 15px;
  line-height: 26px; }

#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open.ss-start-selected,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open.ss-start-selected {
  padding: 11px 15px 18px; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open.ss-start-selected,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.is-open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.is-open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.is-open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.is-open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.is-open.ss-start-selected,
.menuUlLiSpanAis_open.ss-start-selected,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.ss-start-selected.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.ss-start-selected.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.ss-start-selected.is-open,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.ss-start-selected.is-open,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open {
  padding: 11px 15px 25px; }

#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open i,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
.menuUlLiSpanA.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li > a.ss-start-selected.is-open i,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li > a.ss-start-selected.is-open i,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open i,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open i,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open i,
#popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open i {
  transform: none; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open {
  padding: 11px 15px 25px; }

.Deals_Content .tooltip {
  position: relative;
  display: inline-block; }

.Deals_Content .tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 53%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s; }

.Deals_Content .tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.Deals_Content .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.ViewAllBtn {
  text-align: center;
  margin: 30.9px 0 30px;
  float: left;
  width: 100%; }

.ViewAllBtn a {
  width: auto;
  height: 46px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: normal;
  color: #0a4e66;
  border: solid 1px #0a4e66;
  border-radius: 23px;
  display: inline-block;
  padding: 0px 40px; }

.ViewAllBtn a:hover {
  transition: all .5s ease;
  background: rgba(10, 78, 102, 0.13); }

.page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Img,
.page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Img {
  height: 55px; }

.page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Img img,
.page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Img img {
  max-height: 50px; }

.page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content p {
  max-width: calc(100% - 82px); }

.subcat_top_banner {
  float: left;
  width: 100%;
  position: relative;
  background: #f34242;
  min-height: 110px; }

.subcat_top_banner .sub_left {
  float: left;
  width: auto; }

.subcat_top_banner .sub_left h3 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 50px;
  margin: 30px 0px; }

.subcat_top_banner .sub_right {
  float: right;
  position: absolute;
  right: 0;
  top: 0; }

.subcat_top_banner .sub_right:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  width: auto;
  display: inline-block;
  height: 100%;
  background-image: linear-gradient(to right, #f34242, rgba(243, 66, 66, 0.6) 100%, rgba(243, 66, 66, 0)); }

.cartpopup_bg_black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  opacity: .3;
  background: rgba(0, 0, 0, 0.3); }

.cartPopupOverlay .cartpopup_bg_black {
  opacity: 1;
  visibility: visible;
  z-index: 9999; }

.cartPopupOverlay .navUser-item--cart .dropdown-menu.is-open {
  z-index: 99999; }

#searchspring-home-vehicle-finder li.is-open-mn:before,
#searchspring-home-size-finder li.is-open-mn:before,
#searchspring-nav-vehicle-finder li.is-open-mn:before,
#searchspring-nav-size-finder li.is-open-mn:before {
  content: " ";
  position: fixed;
  background: #000;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.2; }

#searchspring-home-vehicle-finder li > a.is-open,
#searchspring-home-size-finder li > a.is-open,
#searchspring-nav-vehicle-finder li > a.is-open,
#searchspring-nav-size-finder li > a.is-open {
  background: #FFF; }

#mc_embed_signup {
  float: right;
  width: auto;
  margin: 0;
  position: relative; }

#mc_embed_signup form {
  position: relative; }

#mc_embed_signup #mce-EMAIL {
  width: 371px;
  height: 42px;
  border-radius: 2px 21px 21px 2px;
  border: 0;
  background-color: #fff;
  color: rgba(36, 36, 36, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  padding: 10px 150px 10px 15px; }

#mc_embed_signup #mc-embedded-subscribe {
  width: 145px;
  height: 42px;
  background: #ed8009;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #fff;
  border: 0;
  border-radius: 21px;
  margin: 0;
  padding: 0;
  transition: all .5s ease; }

#mc_embed_signup #mc-embedded-subscribe:hover {
  transition: all .5s ease;
  background: #f7a244; }

div#mce-responses {
  position: absolute;
  left: 0; }

div#mce-error-response {
  font-weight: bold;
  color: #FFF;
  margin-top: 5px; }

div#mce-responses a {
  font-weight: bold;
  color: #FFF; }

#mc_embed_signup div.mce_inline_error {
  position: absolute; }

.previewCart .cart-mob-button,
.previewCart .CartMob_topbar,
.previewCart .mob_check_img {
  display: none; }

.custom_newsletter_subscribe .page {
  margin: 0px auto; }

.form-increment.DoNotAllowInput {
  position: relative; }

.form-increment.DoNotAllowInput:before {
  content: "";
  width: 49px;
  height: 48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%); }

#SearchNew .modal-body {
  max-width: 570px; }

.custom_cart .cart-additionalCheckoutButtons .FloatRight div {
  float: none;
  text-align: center;
  margin: 0px auto; }

.page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a.hideDesktop,
.Vehicle-Search-Single .bottomDiv a.hideDesktop {
  display: none; }

.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level.Must-Purchased-Btn.QtyTxtCp {
  display: inline-block !important;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 30px;
  position: relative; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level.Must-Purchased-Btn.QtyTxtCp:before {
    content: "";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #1bbc00; }

.productView-product .BelowProductName .Right .stock_level.Must-Purchased-Btn.QtyTxtCp {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 30px;
  position: relative; }
  .productView-product .BelowProductName .Right .stock_level.Must-Purchased-Btn.QtyTxtCp:before {
    content: "";
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 9px;
    color: #1bbc00; }

.Cat_Footer .Cat_Footer_Right div a {
  display: inline-block;
  margin: 15px 0px 0px; }

.Cat_Footer .Cat_Footer_Right div.Bottom span img {
  display: none !important; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.is-open.ss-start-selected,
.Homepage-Hero.Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open,
#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li > a.ss-start-selected.is-open {
  padding: 11px 15px 18px; }

#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.is-open {
  padding: 11px 15px 32px; }

#SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li > a.ss-start-selected.is-open {
  padding: 11px 15px 25px; }

.OurCustomers .shopperapproved_widget {
  height: auto !important;
  float: left;
  width: 100%; }

.OurCustomers .shopperapproved_widget + script + div {
  text-align: center !important; }

.OurCustomers .sa_comments:before,
.OurCustomers .sa_comments:after,
.sa_wide .sa_review + div,
.sa_wide .sa_name span.sa_location {
  display: none !important; }

.OurCustomers .sa_review span {
  display: inline !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 28px; }

.OurCustomers .sa_wide .sa_review {
  width: 33.33%;
  float: left;
  margin: 0;
  clear: none;
  padding: 0 17.5px !important;
  margin: 0px 0px 30px; }

.OurCustomers .sa_wide .sa_info {
  height: auto;
  width: 100%;
  float: left;
  padding: 0px; }

.OurCustomers .sa_wide .sa_comments {
  text-align: center;
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  height: 84px !important;
  overflow: hidden; }

.OurCustomers .sa_wide .sa_info span.sa_star {
  margin: 0px 3px; }

.OurCustomers .sa_showdate .sa_date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400; }

.Cat_Footer .Cat_Footer_Right div.Top img {
  max-width: 451px; }

.usedtakeoffshipping .Left img {
  max-width: 200px; }

/*.productView-product .form-field--increments.BlurredQty .form-increment {
    filter: blur(2px);
    pointer-events: none;
}*/
span#_GUARANTEE_SealSpan {
  z-index: 10001 !important; }

#popupLoginWindow {
  max-width: 100%;
  width: 100%;
  overflow-y: auto; }

#popupLoginWindow .modal-content {
  float: none;
  max-width: 570px;
  margin: 0 auto; }

#popupLoginWindow .modal-body {
  padding: 30px; }

#popupLoginWindow .modal-header-title {
  font-size: 36px !important;
  font-weight: 900 !important;
  line-height: 1.17 !important;
  letter-spacing: normal !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px; }

#popupLoginWindow .form-label {
  font-size: 16px; }

#popupLoginWindow .form-actions {
  text-align: left;
  margin: -12px 0 0 0; }

#popupLoginWindow .forgot-password {
  border-radius: 15px;
  border: solid 1px #d3d3d3;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  color: #242424;
  line-height: 1.67;
  text-transform: uppercase;
  max-width: 180px;
  padding: 5px 0;
  text-align: center;
  margin: 15px 0 0 !important; }

#popupLoginWindow .forgot-password:hover {
  color: #757575; }

.newCustomer {
  text-align: center;
  border-top: 1px solid #d3d3d3;
  margin: 10px 0 0 0; }
  .newCustomer h2, .newCustomer .tm_dam {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #0a4e66;
    margin: 20px 0 15px 0; }
  .newCustomer .button {
    margin: 0 auto; }

#popupLoginWindow .form-field {
  position: relative; }

/***********************************************/
/***********************************************/
/****************** SKELETONS ******************/
/***********************************************/
/***********************************************/
:root {
  --skeleton-gray: #dff1f9;
  --skeleton-bg-gray:#dff1f9; }

@keyframes blink-animation {
  0% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

.by-size-skeleton:after {
  content: "";
  position: relative;
  width: 100%;
  height: 20px; }

.by-size-skeleton {
  background: white;
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 20px; }
  .by-size-skeleton .size-wrap {
    animation: blink-animation 1.5s ease;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    opacity: 0.4; }
    .by-size-skeleton .size-wrap:nth-child(1n) {
      animation-delay: 0.05s; }
    .by-size-skeleton .size-wrap:nth-child(2n) {
      animation-delay: 0.1s; }
    .by-size-skeleton .size-wrap:nth-child(3n) {
      animation-delay: 0.15s; }
    .by-size-skeleton .size-wrap:nth-child(4n) {
      animation-delay: 0.2s; }
    .by-size-skeleton .size-wrap:nth-child(5n) {
      animation-delay: 0.25s; }
    .by-size-skeleton .size-wrap:nth-child(6n) {
      animation-delay: 0.3s; }
    .by-size-skeleton .size-wrap:nth-child(7n) {
      animation-delay: 0.35s; }
    .by-size-skeleton .size-wrap:nth-child(8n) {
      animation-delay: 0.4s; }
    .by-size-skeleton .size-wrap:nth-child(9n) {
      animation-delay: 0.45s; }
    .by-size-skeleton .size-wrap:nth-child(10n) {
      animation-delay: 0.5s; }
    .by-size-skeleton .size-wrap:nth-child(11n) {
      animation-delay: 0.55s; }
    .by-size-skeleton .size-wrap:nth-child(12n) {
      animation-delay: 0.6s; }
    .by-size-skeleton .size-wrap:nth-child(13n) {
      animation-delay: 0.65s; }
    .by-size-skeleton .size-wrap:nth-child(14n) {
      animation-delay: 0.7s; }
    .by-size-skeleton .size-wrap:nth-child(15n) {
      animation-delay: 0.75s; }
    .by-size-skeleton .size-wrap:nth-child(16n) {
      animation-delay: 0.8s; }
    .by-size-skeleton .size-wrap:nth-child(17n) {
      animation-delay: 0.85s; }
    .by-size-skeleton .size-wrap:nth-child(18n) {
      animation-delay: 0.9s; }
    .by-size-skeleton .size-wrap:nth-child(19n) {
      animation-delay: 0.95s; }
    .by-size-skeleton .size-wrap:nth-child(20n) {
      animation-delay: 1s; }
    .by-size-skeleton .size-wrap:nth-child(21n) {
      animation-delay: 1.05s; }
    .by-size-skeleton .size-wrap:nth-child(22n) {
      animation-delay: 1.1s; }
    .by-size-skeleton .size-wrap:nth-child(23n) {
      animation-delay: 1.15s; }
    .by-size-skeleton .size-wrap:nth-child(24n) {
      animation-delay: 1.2s; }
    .by-size-skeleton .size-wrap:nth-child(25n) {
      animation-delay: 1.25s; }
    .by-size-skeleton .size-wrap:nth-child(26n) {
      animation-delay: 1.3s; }
    .by-size-skeleton .size-wrap:nth-child(27n) {
      animation-delay: 1.35s; }
    .by-size-skeleton .size-wrap:nth-child(28n) {
      animation-delay: 1.4s; }
    .by-size-skeleton .size-wrap:nth-child(29n) {
      animation-delay: 1.45s; }
    .by-size-skeleton .size-wrap:nth-child(30n) {
      animation-delay: 1.5s; }
    .by-size-skeleton .size-wrap:nth-child(31n) {
      animation-delay: 1.55s; }
    .by-size-skeleton .size-wrap:nth-child(32n) {
      animation-delay: 1.6s; }
    .by-size-skeleton .size-wrap:nth-child(33n) {
      animation-delay: 1.65s; }
    .by-size-skeleton .size-wrap:nth-child(34n) {
      animation-delay: 1.7s; }
    .by-size-skeleton .size-wrap:nth-child(35n) {
      animation-delay: 1.75s; }
    .by-size-skeleton .size-wrap:nth-child(36n) {
      animation-delay: 1.8s; }
    .by-size-skeleton .size-wrap:nth-child(37n) {
      animation-delay: 1.85s; }
    .by-size-skeleton .size-wrap:nth-child(38n) {
      animation-delay: 1.9s; }
    .by-size-skeleton .size-wrap:nth-child(39n) {
      animation-delay: 1.95s; }
    .by-size-skeleton .size-wrap:nth-child(40n) {
      animation-delay: 2s; }
    .by-size-skeleton .size-wrap:nth-child(41n) {
      animation-delay: 2.05s; }
    .by-size-skeleton .size-wrap:nth-child(42n) {
      animation-delay: 2.1s; }
    .by-size-skeleton .size-wrap:nth-child(43n) {
      animation-delay: 2.15s; }
    .by-size-skeleton .size-wrap:nth-child(44n) {
      animation-delay: 2.2s; }
    .by-size-skeleton .size-wrap:nth-child(45n) {
      animation-delay: 2.25s; }
    .by-size-skeleton .size-wrap:nth-child(46n) {
      animation-delay: 2.3s; }
    .by-size-skeleton .size-wrap:nth-child(47n) {
      animation-delay: 2.35s; }
    .by-size-skeleton .size-wrap:nth-child(48n) {
      animation-delay: 2.4s; }
    .by-size-skeleton .size-wrap:nth-child(49n) {
      animation-delay: 2.45s; }
    .by-size-skeleton .size-wrap:nth-child(50n) {
      animation-delay: 2.5s; }
    .by-size-skeleton .size-wrap:nth-child(51n) {
      animation-delay: 2.55s; }
    .by-size-skeleton .size-wrap:nth-child(52n) {
      animation-delay: 2.6s; }
    .by-size-skeleton .size-wrap:nth-child(53n) {
      animation-delay: 2.65s; }
    .by-size-skeleton .size-wrap:nth-child(54n) {
      animation-delay: 2.7s; }
    .by-size-skeleton .size-wrap:nth-child(55n) {
      animation-delay: 2.75s; }
    .by-size-skeleton .size-wrap:nth-child(56n) {
      animation-delay: 2.8s; }
    .by-size-skeleton .size-wrap:nth-child(57n) {
      animation-delay: 2.85s; }
    .by-size-skeleton .size-wrap:nth-child(58n) {
      animation-delay: 2.9s; }
    .by-size-skeleton .size-wrap:nth-child(59n) {
      animation-delay: 2.95s; }
    .by-size-skeleton .size-wrap:nth-child(60n) {
      animation-delay: 3s; }
    .by-size-skeleton .size-wrap:nth-child(61n) {
      animation-delay: 3.05s; }
    .by-size-skeleton .size-wrap:nth-child(62n) {
      animation-delay: 3.1s; }
    .by-size-skeleton .size-wrap:nth-child(63n) {
      animation-delay: 3.15s; }
    .by-size-skeleton .size-wrap:nth-child(64n) {
      animation-delay: 3.2s; }
    .by-size-skeleton .size-wrap:nth-child(65n) {
      animation-delay: 3.25s; }
    .by-size-skeleton .size-wrap:nth-child(66n) {
      animation-delay: 3.3s; }
    .by-size-skeleton .size-wrap:nth-child(67n) {
      animation-delay: 3.35s; }
    .by-size-skeleton .size-wrap:nth-child(68n) {
      animation-delay: 3.4s; }
    .by-size-skeleton .size-wrap:nth-child(69n) {
      animation-delay: 3.45s; }
    .by-size-skeleton .size-wrap:nth-child(70n) {
      animation-delay: 3.5s; }
    .by-size-skeleton .size-wrap:nth-child(71n) {
      animation-delay: 3.55s; }
    .by-size-skeleton .size-wrap:nth-child(72n) {
      animation-delay: 3.6s; }
    .by-size-skeleton .size-wrap:nth-child(73n) {
      animation-delay: 3.65s; }
    .by-size-skeleton .size-wrap:nth-child(74n) {
      animation-delay: 3.7s; }
    .by-size-skeleton .size-wrap:nth-child(75n) {
      animation-delay: 3.75s; }
    .by-size-skeleton .size-wrap:nth-child(76n) {
      animation-delay: 3.8s; }
    .by-size-skeleton .size-wrap:nth-child(77n) {
      animation-delay: 3.85s; }
    .by-size-skeleton .size-wrap:nth-child(78n) {
      animation-delay: 3.9s; }
    .by-size-skeleton .size-wrap:nth-child(79n) {
      animation-delay: 3.95s; }
    .by-size-skeleton .size-wrap:nth-child(80n) {
      animation-delay: 4s; }
    .by-size-skeleton .size-wrap:nth-child(81n) {
      animation-delay: 4.05s; }
    .by-size-skeleton .size-wrap:nth-child(82n) {
      animation-delay: 4.1s; }
    .by-size-skeleton .size-wrap:nth-child(83n) {
      animation-delay: 4.15s; }
    .by-size-skeleton .size-wrap:nth-child(84n) {
      animation-delay: 4.2s; }
    .by-size-skeleton .size-wrap:nth-child(85n) {
      animation-delay: 4.25s; }
    .by-size-skeleton .size-wrap:nth-child(86n) {
      animation-delay: 4.3s; }
    .by-size-skeleton .size-wrap:nth-child(87n) {
      animation-delay: 4.35s; }
    .by-size-skeleton .size-wrap:nth-child(88n) {
      animation-delay: 4.4s; }
    .by-size-skeleton .size-wrap:nth-child(89n) {
      animation-delay: 4.45s; }
    .by-size-skeleton .size-wrap:nth-child(90n) {
      animation-delay: 4.5s; }
    .by-size-skeleton .size-wrap .size-box {
      width: 160px;
      height: 40px;
      border-radius: 20px;
      background-color: var(--skeleton-gray);
      margin-top: 20px;
      margin-left: 15px;
      margin-right: 15px; }

@media only screen and (max-width: 900px) {
  .by-size-skeleton {
    background-color: var(--skeleton-bg-gray);
    justify-content: space-evenly; }
    .by-size-skeleton .size-wrap .size-box {
      width: 100px;
      margin-top: 15px;
      margin-left: 7.5px;
      margin-right: 7.5px; }
    .by-size-skeleton .size-wrap:nth-child(31n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(32n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(33n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(34n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(35n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(36n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(37n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(38n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(39n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(40n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(41n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(42n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(43n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(44n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(45n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(46n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(47n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(48n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(49n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(50n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(51n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(52n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(53n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(54n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(55n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(56n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(57n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(58n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(59n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(60n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(61n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(62n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(63n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(64n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(65n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(66n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(67n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(68n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(69n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(70n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(71n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(72n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(73n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(74n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(75n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(76n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(77n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(78n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(79n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(80n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(81n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(82n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(83n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(84n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(85n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(86n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(87n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(88n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(89n) {
      display: none; }
    .by-size-skeleton .size-wrap:nth-child(90n) {
      display: none; } }

.clear-float {
  clear: both; }

.shop-skeleton:after {
  content: "";
  position: relative;
  width: 100%;
  height: 20px; }

@keyframes shine-filters {
  0% {
    background-position: -100px; }
  40%, 100% {
    background-position: 300px; } }

@keyframes shine-results {
  0% {
    background-position: -200px; }
  40%, 100% {
    background-position: 900px; } }

.shop-skeleton {
  width: 100%; }
  .shop-skeleton *.mobile {
    display: none; }
  .shop-skeleton .shop-header-wrap {
    width: 100%;
    background-color: var(--skeleton-gray);
    min-height: 90px; }
    .shop-skeleton .shop-header-wrap .shop-header {
      width: calc(100% - 30px);
      max-width: 1170px;
      padding-top: 7px;
      padding-bottom: 7px;
      margin: auto; }
      .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left {
        float: left;
        width: 30%;
        min-width: 360px; }
        .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-box {
          float: left;
          height: 80px;
          min-width: 110px;
          width: 30%;
          border-radius: 10px;
          background-color: white; }
        .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-line {
          float: left;
          height: 15px;
          width: 25%;
          min-width: 100px;
          border-radius: 10px;
          background-color: white;
          margin-left: 19px;
          margin-top: 12px; }
          .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-line:nth-of-type(3) {
            height: 20px;
            width: 60%;
            min-width: 200px;
            margin-top: 10px; }
      .shop-skeleton .shop-header-wrap .shop-header .shop-hd-right {
        width: 26%;
        min-width: 280px;
        float: right;
        height: 55px;
        border-radius: 10px;
        background-color: white;
        margin-top: 12px;
        margin-right: 10px; }
  .shop-skeleton .results-wrapper {
    background: white;
    position: relative;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 40px);
    max-width: 1170px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
    .shop-skeleton .results-wrapper .wrap-filters {
      background: white;
      width: 23%;
      max-width: 270px; }
      .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble {
        margin-top: 50px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble .filter-bubble {
          width: 71px;
          height: 71px;
          border-radius: 35.5px;
          margin: auto;
          margin-top: -50px;
          background-color: white; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble .filter-pretitle {
          width: 121px;
          height: 18px;
          margin-top: 17px;
          margin-bottom: 17px;
          background-color: white;
          border-radius: 10px;
          margin-left: auto;
          margin-right: auto; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble .filter-title {
          width: 240px !important;
          height: 40px;
          margin-bottom: 10px;
          background-color: white;
          border-radius: 10px;
          margin-left: auto;
          margin-right: auto; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble .filter-subtitle {
          width: 150px !important;
          height: 10px;
          margin-bottom: 10px;
          background-color: white;
          border-radius: 10px;
          margin-left: auto;
          margin-right: auto; }
          .shop-skeleton .results-wrapper .wrap-filters .filter-box.filter-with-bubble .filter-subtitle.shorter {
            width: 110px !important; }
      .shop-skeleton .results-wrapper .wrap-filters .filter-box {
        width: 100%;
        padding: 15px;
        padding-top: 13px;
        margin-bottom: 10px;
        background-color: var(--skeleton-gray);
        border-radius: 4px;
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4;
        /*background-image: linear-gradient(90deg, var(--skeleton-gray) 0px, #e8e8e8 40px, var(--skeleton-gray) 80px);
                background-size: 600px;
                animation: shine-filters 2s infinite linear;*/ }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1n) {
          animation-delay: 0.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2n) {
          animation-delay: 0.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3n) {
          animation-delay: 0.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4n) {
          animation-delay: 0.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5n) {
          animation-delay: 0.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6n) {
          animation-delay: 0.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7n) {
          animation-delay: 0.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8n) {
          animation-delay: 0.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9n) {
          animation-delay: 0.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10n) {
          animation-delay: 1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(11n) {
          animation-delay: 1.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(12n) {
          animation-delay: 1.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(13n) {
          animation-delay: 1.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(14n) {
          animation-delay: 1.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(15n) {
          animation-delay: 1.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(16n) {
          animation-delay: 1.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(17n) {
          animation-delay: 1.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(18n) {
          animation-delay: 1.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(19n) {
          animation-delay: 1.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(20n) {
          animation-delay: 2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(21n) {
          animation-delay: 2.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(22n) {
          animation-delay: 2.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(23n) {
          animation-delay: 2.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(24n) {
          animation-delay: 2.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(25n) {
          animation-delay: 2.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(26n) {
          animation-delay: 2.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(27n) {
          animation-delay: 2.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(28n) {
          animation-delay: 2.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(29n) {
          animation-delay: 2.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(30n) {
          animation-delay: 3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(31n) {
          animation-delay: 3.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(32n) {
          animation-delay: 3.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(33n) {
          animation-delay: 3.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(34n) {
          animation-delay: 3.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(35n) {
          animation-delay: 3.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(36n) {
          animation-delay: 3.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(37n) {
          animation-delay: 3.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(38n) {
          animation-delay: 3.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(39n) {
          animation-delay: 3.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(40n) {
          animation-delay: 4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(41n) {
          animation-delay: 4.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(42n) {
          animation-delay: 4.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(43n) {
          animation-delay: 4.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(44n) {
          animation-delay: 4.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(45n) {
          animation-delay: 4.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(46n) {
          animation-delay: 4.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(47n) {
          animation-delay: 4.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(48n) {
          animation-delay: 4.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(49n) {
          animation-delay: 4.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(50n) {
          animation-delay: 5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(51n) {
          animation-delay: 5.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(52n) {
          animation-delay: 5.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(53n) {
          animation-delay: 5.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(54n) {
          animation-delay: 5.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(55n) {
          animation-delay: 5.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(56n) {
          animation-delay: 5.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(57n) {
          animation-delay: 5.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(58n) {
          animation-delay: 5.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(59n) {
          animation-delay: 5.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(60n) {
          animation-delay: 6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(61n) {
          animation-delay: 6.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(62n) {
          animation-delay: 6.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(63n) {
          animation-delay: 6.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(64n) {
          animation-delay: 6.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(65n) {
          animation-delay: 6.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(66n) {
          animation-delay: 6.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(67n) {
          animation-delay: 6.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(68n) {
          animation-delay: 6.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(69n) {
          animation-delay: 6.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(70n) {
          animation-delay: 7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(71n) {
          animation-delay: 7.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(72n) {
          animation-delay: 7.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(73n) {
          animation-delay: 7.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(74n) {
          animation-delay: 7.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(75n) {
          animation-delay: 7.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(76n) {
          animation-delay: 7.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(77n) {
          animation-delay: 7.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(78n) {
          animation-delay: 7.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(79n) {
          animation-delay: 7.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(80n) {
          animation-delay: 8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(81n) {
          animation-delay: 8.1s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(82n) {
          animation-delay: 8.2s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(83n) {
          animation-delay: 8.3s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(84n) {
          animation-delay: 8.4s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(85n) {
          animation-delay: 8.5s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(86n) {
          animation-delay: 8.6s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(87n) {
          animation-delay: 8.7s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(88n) {
          animation-delay: 8.8s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(89n) {
          animation-delay: 8.9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(90n) {
          animation-delay: 9s; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box .filter-title {
          width: 170px;
          height: 22px;
          background-color: white;
          border-radius: 10px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box .filter-subtitle {
          width: 180px;
          height: 15px;
          margin-top: 15px;
          background-color: white;
          border-radius: 10px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-title {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-subtitle {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(1) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-title {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-subtitle {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(2) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-title {
          width: 163px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-subtitle {
          width: 190px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(3) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-title {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-subtitle {
          width: 169px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(4) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-title {
          width: 161px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-subtitle {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(5) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-title {
          width: 168px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-subtitle {
          width: 169px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(6) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-title {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-subtitle {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(7) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-title {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-subtitle {
          width: 185px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 157px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 122px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(8) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-title {
          width: 179px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-subtitle {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 127px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 111px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 133px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 117px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 139px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 94px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 150px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 116px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 152px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 115px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 137px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(9) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-title {
          width: 165px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-subtitle {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(1) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(2) {
          width: 120px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(3) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(4) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(5) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(6) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(7) {
          width: 110px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(8) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(9) {
          width: 101px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(1) .check-label:nth-child(10) {
          width: 123px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(1) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(2) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(3) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(4) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(5) {
          width: 136px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(6) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(7) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(8) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(9) {
          width: 158px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(2) .check-label:nth-child(10) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(1) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(2) {
          width: 96px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(3) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(4) {
          width: 147px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(5) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(6) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(7) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(8) {
          width: 91px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(9) {
          width: 151px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(3) .check-label:nth-child(10) {
          width: 148px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(1) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(2) {
          width: 129px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(3) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(4) {
          width: 104px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(5) {
          width: 95px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(6) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(7) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(8) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(9) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(4) .check-label:nth-child(10) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(1) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(2) {
          width: 142px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(3) {
          width: 108px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(4) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(5) {
          width: 121px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(6) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(7) {
          width: 112px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(8) {
          width: 97px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(9) {
          width: 131px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(5) .check-label:nth-child(10) {
          width: 119px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(1) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(2) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(3) {
          width: 143px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(4) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(5) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(6) {
          width: 138px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(7) {
          width: 135px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(8) {
          width: 144px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(9) {
          width: 125px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(6) .check-label:nth-child(10) {
          width: 159px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(1) {
          width: 114px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(2) {
          width: 134px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(3) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(4) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(5) {
          width: 155px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(6) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(7) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(8) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(9) {
          width: 100px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(7) .check-label:nth-child(10) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(1) {
          width: 126px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(2) {
          width: 141px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(3) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(4) {
          width: 103px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(5) {
          width: 107px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(6) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(7) {
          width: 154px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(8) {
          width: 98px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(9) {
          width: 92px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(8) .check-label:nth-child(10) {
          width: 140px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(1) {
          width: 149px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(2) {
          width: 109px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(3) {
          width: 130px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(4) {
          width: 160px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(5) {
          width: 102px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(6) {
          width: 132px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(7) {
          width: 153px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(8) {
          width: 156px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(9) {
          width: 106px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(9) .check-label:nth-child(10) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(1) {
          width: 118px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(2) {
          width: 93px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(3) {
          width: 124px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(4) {
          width: 113px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(5) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(6) {
          width: 145px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(7) {
          width: 128px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(8) {
          width: 105px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(9) {
          width: 99px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box:nth-child(10) .filter-checks:nth-child(10) .check-label:nth-child(10) {
          width: 146px; }
        .shop-skeleton .results-wrapper .wrap-filters .filter-box .filter-checks {
          display: block;
          margin-top: 15px; }
          .shop-skeleton .results-wrapper .wrap-filters .filter-box .filter-checks .check-box {
            float: left;
            width: 28px;
            height: 28px;
            background-color: white;
            border-radius: 10px; }
          .shop-skeleton .results-wrapper .wrap-filters .filter-box .filter-checks .check-label {
            float: left;
            width: 139px;
            height: 12px;
            margin-left: 10px;
            background-color: white;
            border-radius: 10px;
            margin-top: 10px; }
    .shop-skeleton .results-wrapper .wrap-results {
      width: 76%;
      margin-left: 1%;
      max-width: 870px; }
      .shop-skeleton .results-wrapper .wrap-results .results-head {
        /* background-image: linear-gradient(90deg, var(--skeleton-gray) 0px, #e8e8e8 40px, var(--skeleton-gray) 80px);
                 background-size: 1000px;
                 animation: shine-results 2s infinite linear;*/
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4;
        width: 100%;
        padding: 15px;
        background-color: var(--skeleton-gray);
        border-radius: 10px;
        height: 48px; }
        .shop-skeleton .results-wrapper .wrap-results .results-head .head-left {
          width: 20%;
          background-color: white;
          border-radius: 10px;
          float: left;
          height: 20px; }
        .shop-skeleton .results-wrapper .wrap-results .results-head .head-right {
          width: 35%;
          background-color: white;
          border-radius: 10px;
          height: 20px;
          float: right; }
        .shop-skeleton .results-wrapper .wrap-results .results-head .head-right:after {
          content: "";
          display: block;
          clear: both; }
      .shop-skeleton .results-wrapper .wrap-results .results-subhead {
        width: 50%;
        background-color: var(--skeleton-gray);
        border-radius: 10px;
        height: 38px;
        margin-top: 20px;
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4;
        animation-delay: 0.1s;
        /* background-image: linear-gradient(90deg, var(--skeleton-gray) 0px, #e8e8e8 40px, var(--skeleton-gray) 80px);
                 background-size: 1000px;
                 animation: shine-results 2s infinite linear;*/ }
      .shop-skeleton .results-wrapper .wrap-results .results-box {
        margin-top: 20px;
        margin-bottom: 10px;
        width: 100%;
        border: 3px solid var(--skeleton-gray);
        background-color: white;
        border-radius: 10px;
        padding: 30px;
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(1n) {
          animation-delay: 0.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(2n) {
          animation-delay: 0.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(3n) {
          animation-delay: 0.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(4n) {
          animation-delay: 0.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(5n) {
          animation-delay: 0.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(6n) {
          animation-delay: 0.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(7n) {
          animation-delay: 0.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(8n) {
          animation-delay: 0.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(9n) {
          animation-delay: 1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(10n) {
          animation-delay: 1.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(11n) {
          animation-delay: 1.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(12n) {
          animation-delay: 1.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(13n) {
          animation-delay: 1.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(14n) {
          animation-delay: 1.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(15n) {
          animation-delay: 1.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(16n) {
          animation-delay: 1.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(17n) {
          animation-delay: 1.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(18n) {
          animation-delay: 1.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(19n) {
          animation-delay: 2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(20n) {
          animation-delay: 2.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(21n) {
          animation-delay: 2.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(22n) {
          animation-delay: 2.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(23n) {
          animation-delay: 2.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(24n) {
          animation-delay: 2.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(25n) {
          animation-delay: 2.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(26n) {
          animation-delay: 2.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(27n) {
          animation-delay: 2.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(28n) {
          animation-delay: 2.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(29n) {
          animation-delay: 3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(30n) {
          animation-delay: 3.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(31n) {
          animation-delay: 3.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(32n) {
          animation-delay: 3.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(33n) {
          animation-delay: 3.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(34n) {
          animation-delay: 3.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(35n) {
          animation-delay: 3.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(36n) {
          animation-delay: 3.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(37n) {
          animation-delay: 3.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(38n) {
          animation-delay: 3.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(39n) {
          animation-delay: 4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(40n) {
          animation-delay: 4.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(41n) {
          animation-delay: 4.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(42n) {
          animation-delay: 4.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(43n) {
          animation-delay: 4.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(44n) {
          animation-delay: 4.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(45n) {
          animation-delay: 4.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(46n) {
          animation-delay: 4.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(47n) {
          animation-delay: 4.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(48n) {
          animation-delay: 4.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(49n) {
          animation-delay: 5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(50n) {
          animation-delay: 5.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(51n) {
          animation-delay: 5.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(52n) {
          animation-delay: 5.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(53n) {
          animation-delay: 5.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(54n) {
          animation-delay: 5.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(55n) {
          animation-delay: 5.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(56n) {
          animation-delay: 5.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(57n) {
          animation-delay: 5.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(58n) {
          animation-delay: 5.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(59n) {
          animation-delay: 6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(60n) {
          animation-delay: 6.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(61n) {
          animation-delay: 6.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(62n) {
          animation-delay: 6.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(63n) {
          animation-delay: 6.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(64n) {
          animation-delay: 6.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(65n) {
          animation-delay: 6.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(66n) {
          animation-delay: 6.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(67n) {
          animation-delay: 6.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(68n) {
          animation-delay: 6.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(69n) {
          animation-delay: 7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(70n) {
          animation-delay: 7.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(71n) {
          animation-delay: 7.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(72n) {
          animation-delay: 7.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(73n) {
          animation-delay: 7.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(74n) {
          animation-delay: 7.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(75n) {
          animation-delay: 7.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(76n) {
          animation-delay: 7.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(77n) {
          animation-delay: 7.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(78n) {
          animation-delay: 7.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(79n) {
          animation-delay: 8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(80n) {
          animation-delay: 8.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(81n) {
          animation-delay: 8.2s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(82n) {
          animation-delay: 8.3s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(83n) {
          animation-delay: 8.4s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(84n) {
          animation-delay: 8.5s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(85n) {
          animation-delay: 8.6s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(86n) {
          animation-delay: 8.7s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(87n) {
          animation-delay: 8.8s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(88n) {
          animation-delay: 8.9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(89n) {
          animation-delay: 9s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box:nth-child(90n) {
          animation-delay: 9.1s; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-image {
          float: left;
          height: 195px;
          width: 168px;
          background-color: var(--skeleton-gray);
          border-radius: 10px;
          margin-right: 21px; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-right {
          float: right;
          height: 22px;
          width: 103px;
          background-color: var(--skeleton-gray);
          border-radius: 10px; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-main {
          float: left;
          margin-top: 16px;
          width: calc(100% - 200px); }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-title {
            height: 38px;
            width: 65%;
            background-color: var(--skeleton-gray);
            border-radius: 10px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-subtitle {
            margin-top: 10px;
            height: 22px;
            width: 35%;
            background-color: var(--skeleton-gray);
            border-radius: 10px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-subtitle:nth-child(3) {
              width: 75%; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-square {
            margin-top: 10px;
            margin-right: 10px;
            height: 46px;
            width: 54px;
            background-color: var(--skeleton-gray);
            border-radius: 10px;
            display: inline-block; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-data {
          width: 100%;
          margin-top: 50px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left {
            width: 50%;
            float: left; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line {
              margin-top: 14px;
              height: 22px;
              width: 60%;
              background-color: var(--skeleton-gray);
              border-radius: 10px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(1) {
                width: 50%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(2) {
                width: 85%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(3) {
                width: 85%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(4) {
                width: 41%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(5) {
                width: 87%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(6) {
                width: 80%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(7) {
                width: 58%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(8) {
                width: 64%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(9) {
                width: 66%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-left .data-line:nth-child(10) {
                width: 83%; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right {
            width: 50%;
            float: right; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .inline {
              display: inline-block; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line {
              margin-top: 10px;
              height: 22px;
              width: 60%;
              background-color: var(--skeleton-gray);
              border-radius: 10px;
              margin-right: 10px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(1) {
                width: 66%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(2) {
                width: 57%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(3) {
                width: 30%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(4) {
                width: 47%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(5) {
                width: 53%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(6) {
                width: 26%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(7) {
                width: 66%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(8) {
                width: 69%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(9) {
                width: 27%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line:nth-child(10) {
                width: 43%; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-line.inline {
              width: 25% !important; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-big-line {
              margin-top: 10px;
              width: 55%;
              background-color: var(--skeleton-gray);
              border-radius: 10px;
              height: 38px;
              margin-right: 10px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-big-line.inline {
              width: 35% !important; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data .data-right .data-bigbig-line {
              margin-top: 23px;
              width: 60%;
              background-color: var(--skeleton-gray);
              border-radius: 10px;
              height: 56px;
              width: 100% !important; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .line-bottom {
          margin-top: 0px;
          width: 30%;
          background-color: var(--skeleton-gray);
          border-radius: 10px;
          height: 30px; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-big-bottom {
          float: right;
          margin-top: 56px;
          width: 35%;
          background-color: var(--skeleton-gray);
          border-radius: 10px;
          height: 76px; }
        .shop-skeleton .results-wrapper .wrap-results .results-box .box-bottom {
          float: right;
          margin-top: 80px;
          width: 25%;
          background-color: var(--skeleton-gray);
          border-radius: 10px;
          height: 46px;
          margin-right: 18px; }

@media only screen and (max-width: 900px) {
  .shop-skeleton {
    width: 100%; }
    .shop-skeleton *.mobile {
      display: block; }
    .shop-skeleton *.desktop {
      display: none !important; }
    .shop-skeleton .shop-header-wrap .shop-header {
      padding-top: 14px;
      padding-bottom: 14px; }
      .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left {
        float: none;
        width: 80%;
        min-width: 360px; }
        .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-box {
          float: left;
          height: 41px;
          min-width: 61px;
          width: 20%;
          border-radius: 10px;
          background-color: white; }
        .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-line {
          float: left;
          height: 12px;
          width: 25%;
          min-width: 60px;
          border-radius: 10px;
          background-color: white;
          margin-left: 12px;
          margin-top: 3px; }
          .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-line:nth-of-type(3) {
            width: 60%;
            height: 12px;
            margin-top: 7px; }
          .shop-skeleton .shop-header-wrap .shop-header .shop-hd-left .hd-line:nth-of-type(4) {
            width: 50%;
            height: 12px;
            margin-top: 7px; }
      .shop-skeleton .shop-header-wrap .shop-header .shop-hd-right {
        width: 100%;
        min-width: 300px;
        float: none;
        height: 30px;
        border-radius: 10px;
        background-color: white;
        margin: auto;
        margin-top: 12px; }
    .shop-skeleton .results-wrapper {
      width: 100%; }
      .shop-skeleton .results-wrapper .wrap-filters {
        display: none; }
      .shop-skeleton .results-wrapper .wrap-results {
        margin-left: auto;
        margin-right: auto;
        width: 100%; }
        .shop-skeleton .results-wrapper .wrap-results .results-head {
          height: auto;
          margin: 0;
          width: 100%;
          border-radius: 0; }
          .shop-skeleton .results-wrapper .wrap-results .results-head .head-left {
            height: 12px;
            margin-bottom: 10px;
            float: none;
            width: 65%; }
            .shop-skeleton .results-wrapper .wrap-results .results-head .head-left:nth-child(2) {
              width: 35%; }
            .shop-skeleton .results-wrapper .wrap-results .results-head .head-left:nth-child(3) {
              width: 50%;
              margin-bottom: 0; }
          .shop-skeleton .results-wrapper .wrap-results .results-head .head-right {
            display: none; }
        .shop-skeleton .results-wrapper .wrap-results .results-subhead {
          height: auto;
          width: 100%;
          border-radius: 0;
          margin-top: 15px;
          margin-bottom: 15px;
          padding: 15px; }
          .shop-skeleton .results-wrapper .wrap-results .results-subhead .subhead-left {
            background-color: white;
            height: 22px;
            margin-bottom: 0;
            float: none;
            width: 30%;
            border-radius: 10px; }
        .shop-skeleton .results-wrapper .wrap-results .results-box {
          border-radius: 0;
          border-left: none;
          border-right: none;
          margin-left: 0;
          margin-right: 0;
          padding: 15px;
          padding-bottom: 25px;
          padding-top: 20px;
          text-align: center; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-right {
            float: none;
            margin-left: auto;
            margin-right: 0px;
            margin-bottom: 15px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-image {
            width: 96px;
            height: 106px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-main {
            width: calc(100% - 120px);
            margin-top: 0px;
            text-align: left; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-title {
              height: 16px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-main .box-subtitle {
              height: 23px;
              width: 80%; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-square {
            margin-top: 10px;
            margin-right: 10px;
            height: 46px;
            width: 54px;
            background-color: var(--skeleton-gray);
            border-radius: 10px;
            display: inline-block; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-subtitle {
            margin-top: 0px;
            height: 22px;
            width: 55%;
            background-color: var(--skeleton-gray);
            border-radius: 10px;
            display: inline-block; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile {
            margin-top: 30px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-line {
              margin-top: 10px;
              height: 22px;
              width: 60%;
              background-color: var(--skeleton-gray);
              border-radius: 10px;
              display: block; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-line:nth-of-type(2) {
                width: 75%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-line:nth-of-type(6) {
                width: 50%;
                margin-left: auto;
                margin-right: auto;
                margin-top: 30px;
                height: 25px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-rect {
              margin-top: 10px;
              height: 50px;
              width: 30%;
              margin-right: 3%;
              background-color: var(--skeleton-gray);
              border-radius: 10px;
              display: inline-block; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-rect:nth-of-type(5) {
                margin-right: 0; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-left {
              margin-top: 32px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-left .data-line:nth-child(1) {
                height: 16px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-left .data-line:nth-child(2) {
                margin-top: 8px;
                height: 25px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-left .data-line:nth-child(3) {
                margin-top: 8px;
                height: 16px; }
            .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-right {
              margin-top: 32px; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-right .data-big-line {
                height: 50px;
                width: 100%; }
              .shop-skeleton .results-wrapper .wrap-results .results-box .box-data.mobile .data-right .data-line {
                margin-top: 8px;
                width: 70%; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .line-bottom {
            margin: auto;
            margin-top: 25px;
            height: 59px;
            width: 100%;
            max-width: 400px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-big-bottom {
            float: none;
            margin: auto;
            display: block;
            margin-top: 47px;
            height: 63px;
            width: 100%;
            max-width: 400px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-bottom {
            display: inline-block;
            float: none;
            width: 40%;
            margin-top: 15px;
            margin-left: auto;
            margin-right: auto; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-spacer.mobile {
            display: inline-block;
            width: 15px; }
          .shop-skeleton .results-wrapper .wrap-results .results-box .box-bottom:last-of-type {
            display: inline-block;
            margin-top: 15px;
            float: none;
            width: 40%;
            margin-left: auto;
            margin-right: auto; } }

.vehicle-search-skeleton {
  background: white;
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }
  .vehicle-search-skeleton *.mobile {
    display: none; }
  .vehicle-search-skeleton .vehicle-box-wrap {
    float: left;
    background: white;
    width: 48%;
    max-width: 570px; }
    .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box {
      width: 100%;
      background-color: var(--skeleton-gray);
      border-radius: 5px;
      height: 387px;
      padding-top: 300px;
      animation: blink-animation 2.5s ease;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      opacity: 0.4; }
      .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line {
        width: 22%;
        height: 18px;
        border-radius: 5px;
        margin: auto;
        background-color: white; }
        .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line:nth-child(2) {
          width: 22%;
          height: 18px;
          border-radius: 5px; }
        .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line:nth-child(3) {
          width: 50%;
          height: 28px;
          margin-top: 10px; }
  .vehicle-search-skeleton .vehicle-sizes-wrap {
    float: right;
    background: white;
    width: 46%; }
    .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line {
      background-color: var(--skeleton-gray);
      width: 70%;
      height: 30px;
      border-radius: 5px;
      margin: auto;
      margin-left: 0;
      animation: blink-animation 1.5s ease;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      opacity: 0.4; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(1n) {
        animation-delay: 0.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(2n) {
        animation-delay: 0.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(3n) {
        animation-delay: 0.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(4n) {
        animation-delay: 0.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(5n) {
        animation-delay: 0.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(6n) {
        animation-delay: 0.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(7n) {
        animation-delay: 0.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(8n) {
        animation-delay: 0.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(9n) {
        animation-delay: 0.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(10n) {
        animation-delay: 1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(11n) {
        animation-delay: 1.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(12n) {
        animation-delay: 1.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(13n) {
        animation-delay: 1.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(14n) {
        animation-delay: 1.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(15n) {
        animation-delay: 1.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(16n) {
        animation-delay: 1.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(17n) {
        animation-delay: 1.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(18n) {
        animation-delay: 1.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(19n) {
        animation-delay: 1.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(20n) {
        animation-delay: 2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(21n) {
        animation-delay: 2.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(22n) {
        animation-delay: 2.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(23n) {
        animation-delay: 2.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(24n) {
        animation-delay: 2.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(25n) {
        animation-delay: 2.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(26n) {
        animation-delay: 2.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(27n) {
        animation-delay: 2.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(28n) {
        animation-delay: 2.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(29n) {
        animation-delay: 2.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(30n) {
        animation-delay: 3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(31n) {
        animation-delay: 3.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(32n) {
        animation-delay: 3.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(33n) {
        animation-delay: 3.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(34n) {
        animation-delay: 3.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(35n) {
        animation-delay: 3.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(36n) {
        animation-delay: 3.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(37n) {
        animation-delay: 3.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(38n) {
        animation-delay: 3.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(39n) {
        animation-delay: 3.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(40n) {
        animation-delay: 4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(41n) {
        animation-delay: 4.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(42n) {
        animation-delay: 4.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(43n) {
        animation-delay: 4.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(44n) {
        animation-delay: 4.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(45n) {
        animation-delay: 4.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(46n) {
        animation-delay: 4.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(47n) {
        animation-delay: 4.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(48n) {
        animation-delay: 4.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(49n) {
        animation-delay: 4.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(50n) {
        animation-delay: 5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(51n) {
        animation-delay: 5.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(52n) {
        animation-delay: 5.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(53n) {
        animation-delay: 5.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(54n) {
        animation-delay: 5.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(55n) {
        animation-delay: 5.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(56n) {
        animation-delay: 5.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(57n) {
        animation-delay: 5.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(58n) {
        animation-delay: 5.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(59n) {
        animation-delay: 5.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(60n) {
        animation-delay: 6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(61n) {
        animation-delay: 6.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(62n) {
        animation-delay: 6.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(63n) {
        animation-delay: 6.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(64n) {
        animation-delay: 6.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(65n) {
        animation-delay: 6.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(66n) {
        animation-delay: 6.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(67n) {
        animation-delay: 6.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(68n) {
        animation-delay: 6.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(69n) {
        animation-delay: 6.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(70n) {
        animation-delay: 7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(71n) {
        animation-delay: 7.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(72n) {
        animation-delay: 7.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(73n) {
        animation-delay: 7.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(74n) {
        animation-delay: 7.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(75n) {
        animation-delay: 7.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(76n) {
        animation-delay: 7.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(77n) {
        animation-delay: 7.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(78n) {
        animation-delay: 7.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(79n) {
        animation-delay: 7.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(80n) {
        animation-delay: 8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(81n) {
        animation-delay: 8.1s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(82n) {
        animation-delay: 8.2s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(83n) {
        animation-delay: 8.3s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(84n) {
        animation-delay: 8.4s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(85n) {
        animation-delay: 8.5s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(86n) {
        animation-delay: 8.6s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(87n) {
        animation-delay: 8.7s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(88n) {
        animation-delay: 8.8s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(89n) {
        animation-delay: 8.9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(90n) {
        animation-delay: 9s; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(2) {
        width: 95%;
        height: 45px;
        margin-top: 15px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(3) {
        width: 100%;
        height: 20px;
        margin-top: 10px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(4) {
        width: 45%;
        height: 20px;
        margin-top: 10px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(5) {
        width: 65%;
        height: 30px;
        margin-top: 22px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(6) {
        width: 75%;
        height: 64px;
        border-radius: 32px;
        margin-top: 12px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(7) {
        width: 75%;
        height: 64px;
        border-radius: 32px;
        margin-top: 24px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:last-of-type {
        width: 80%;
        height: 30px;
        margin-top: 26px; }
    .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines {
      width: 100%;
      background-color: var(--skeleton-gray);
      border-radius: 5px;
      height: 91px;
      padding: 20px;
      padding-left: 35px;
      padding-right: 35px;
      margin-top: 31px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line {
        background-color: white;
        width: 65%;
        height: 14px;
        border-radius: 5px;
        margin-left: 0; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line:nth-child(2) {
          width: 95%;
          height: 10px;
          border-radius: 5px;
          margin-top: 9px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line:nth-child(3) {
          width: 75%;
          height: 10px;
          border-radius: 5px;
          margin-top: 9px; }

@media only screen and (max-width: 900px) {
  .vehicle-search-skeleton {
    width: 100%; }
    .vehicle-search-skeleton *.mobile {
      display: block; }
    .vehicle-search-skeleton *.desktop {
      display: none !important; }
    .vehicle-search-skeleton .vehicle-box-wrap {
      float: none;
      background-color: var(--skeleton-gray);
      width: 100%;
      max-width: 100%; }
      .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box {
        width: 100%;
        background-color: var(--skeleton-gray);
        border-radius: 0;
        height: auto;
        padding: 14px;
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4; }
        .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-image.mobile {
          float: left;
          width: 45%;
          height: 64px;
          border-radius: 5px;
          margin-right: 18px;
          background-color: white; }
        .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line {
          float: left;
          width: 22%;
          height: 10px;
          margin-top: 15px;
          border-radius: 5px;
          margin: auto;
          background-color: white; }
          .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line:nth-child(2) {
            width: 20%;
            height: 10px;
            margin-top: 15px; }
          .vehicle-search-skeleton .vehicle-box-wrap .vehicle-box .vehicle-line:nth-child(3) {
            width: 40%;
            height: 10px;
            margin-top: 10px; }
    .vehicle-search-skeleton .vehicle-sizes-wrap {
      float: none;
      background: white;
      width: 100%;
      margin-top: 40px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line {
        background-color: var(--skeleton-gray);
        width: 70%;
        height: 26px;
        border-radius: 5px;
        margin: auto;
        margin-left: 15px;
        margin-right: 15px;
        animation: blink-animation 1.5s ease;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
        opacity: 0.4;
        animation-delay: 0.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(1n) {
          animation-delay: 0.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(2n) {
          animation-delay: 0.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(3n) {
          animation-delay: 1.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(4n) {
          animation-delay: 1.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(5n) {
          animation-delay: 1.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(6n) {
          animation-delay: 1.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(7n) {
          animation-delay: 1.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(8n) {
          animation-delay: 1.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(9n) {
          animation-delay: 1.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(10n) {
          animation-delay: 1.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(11n) {
          animation-delay: 1.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(12n) {
          animation-delay: 1.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(13n) {
          animation-delay: 2.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(14n) {
          animation-delay: 2.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(15n) {
          animation-delay: 2.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(16n) {
          animation-delay: 2.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(17n) {
          animation-delay: 2.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(18n) {
          animation-delay: 2.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(19n) {
          animation-delay: 2.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(20n) {
          animation-delay: 2.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(21n) {
          animation-delay: 2.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(22n) {
          animation-delay: 2.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(23n) {
          animation-delay: 3.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(24n) {
          animation-delay: 3.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(25n) {
          animation-delay: 3.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(26n) {
          animation-delay: 3.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(27n) {
          animation-delay: 3.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(28n) {
          animation-delay: 3.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(29n) {
          animation-delay: 3.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(30n) {
          animation-delay: 3.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(31n) {
          animation-delay: 3.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(32n) {
          animation-delay: 3.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(33n) {
          animation-delay: 4.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(34n) {
          animation-delay: 4.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(35n) {
          animation-delay: 4.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(36n) {
          animation-delay: 4.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(37n) {
          animation-delay: 4.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(38n) {
          animation-delay: 4.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(39n) {
          animation-delay: 4.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(40n) {
          animation-delay: 4.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(41n) {
          animation-delay: 4.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(42n) {
          animation-delay: 4.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(43n) {
          animation-delay: 5.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(44n) {
          animation-delay: 5.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(45n) {
          animation-delay: 5.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(46n) {
          animation-delay: 5.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(47n) {
          animation-delay: 5.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(48n) {
          animation-delay: 5.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(49n) {
          animation-delay: 5.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(50n) {
          animation-delay: 5.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(51n) {
          animation-delay: 5.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(52n) {
          animation-delay: 5.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(53n) {
          animation-delay: 6.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(54n) {
          animation-delay: 6.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(55n) {
          animation-delay: 6.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(56n) {
          animation-delay: 6.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(57n) {
          animation-delay: 6.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(58n) {
          animation-delay: 6.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(59n) {
          animation-delay: 6.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(60n) {
          animation-delay: 6.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(61n) {
          animation-delay: 6.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(62n) {
          animation-delay: 6.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(63n) {
          animation-delay: 7.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(64n) {
          animation-delay: 7.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(65n) {
          animation-delay: 7.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(66n) {
          animation-delay: 7.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(67n) {
          animation-delay: 7.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(68n) {
          animation-delay: 7.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(69n) {
          animation-delay: 7.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(70n) {
          animation-delay: 7.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(71n) {
          animation-delay: 7.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(72n) {
          animation-delay: 7.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(73n) {
          animation-delay: 8.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(74n) {
          animation-delay: 8.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(75n) {
          animation-delay: 8.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(76n) {
          animation-delay: 8.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(77n) {
          animation-delay: 8.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(78n) {
          animation-delay: 8.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(79n) {
          animation-delay: 8.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(80n) {
          animation-delay: 8.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(81n) {
          animation-delay: 8.85s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(82n) {
          animation-delay: 8.95s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(83n) {
          animation-delay: 9.05s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(84n) {
          animation-delay: 9.15s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(85n) {
          animation-delay: 9.25s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(86n) {
          animation-delay: 9.35s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(87n) {
          animation-delay: 9.45s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(88n) {
          animation-delay: 9.55s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(89n) {
          animation-delay: 9.65s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(90n) {
          animation-delay: 9.75s; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(2) {
          width: 90%;
          height: 18px;
          margin-top: 17px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(3) {
          width: 80%;
          height: 18px;
          margin-top: 8px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(4) {
          width: 75%;
          height: 26px;
          margin-top: 13px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(5) {
          width: 65%;
          height: 30px;
          margin-top: 22px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(6) {
          width: auto;
          height: 64px;
          border-radius: 32px;
          margin-top: 15px;
          margin-left: 15px;
          margin-right: 15px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:nth-child(7) {
          width: auto;
          height: 64px;
          border-radius: 32px;
          margin-top: 24px;
          margin-left: 15px;
          margin-right: 15px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-line:last-of-type {
          width: auto;
          height: 30px;
          margin-top: 26px;
          margin-left: 15px;
          margin-right: 15px; }
      .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines {
        width: auto;
        background-color: var(--skeleton-gray);
        border-radius: 0px;
        height: 91px;
        padding: 20px;
        padding-left: 35px;
        padding-right: 35px;
        margin-top: 31px;
        margin-left: 0px;
        margin-right: 0px; }
        .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line {
          background-color: white;
          width: 65%;
          height: 14px;
          border-radius: 5px;
          margin-left: 0; }
          .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line:nth-child(2) {
            width: 90%;
            height: 10px;
            border-radius: 5px;
            margin-top: 9px; }
          .vehicle-search-skeleton .vehicle-sizes-wrap .vehicle-lines .vehicle-line:nth-child(3) {
            width: 70%;
            height: 10px;
            border-radius: 5px;
            margin-top: 9px; } }

div#mce-success-response {
  font-size: 16px;
  padding: 20px 0px;
  color: #fff; }

.chat-iframe-wrap {
  height: calc(100% - 130px) !important;
  left: auto !important;
  width: unset !important;
  top: 25px !important; }

/*************** END SKELETONS *************************/
.custom_cart .cart-list .cart-item .cart-item-info.cart-item-quantity > span.single:before {
  top: 0;
  line-height: 18px; }

.EasyToFind .container {
  max-width: 1060px; }

.ShopVehicle {
  background: #f4f7f8;
  border-radius: 10px;
  border: solid 1px #e4ebee;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px; }
  .ShopVehicle .button--primary {
    font-size: 18px;
    padding: 14px 39px 12px;
    margin-bottom: 30px; }
  .ShopVehicle:after {
    clear: both;
    display: block;
    content: ""; }
  .ShopVehicle ul {
    margin: 30px 0;
    list-style: none;
    padding: 0 15px; }
    .ShopVehicle ul:after {
      content: "";
      clear: both;
      display: block; }
    .ShopVehicle ul li {
      display: inline-block;
      float: left;
      width: 20%;
      padding: 0 15px;
      margin: 0 0 20px 0; }
      .ShopVehicle ul li:nth-child(5) ~ li {
        margin-bottom: 0; }
      .ShopVehicle ul li a {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #e4ebee;
        background-color: #fff;
        display: inline-block;
        padding: 12px 0;
        text-align: center;
        transition: all .5s ease; }
        .ShopVehicle ul li a:hover {
          transition: all .5s ease;
          box-shadow: 0 0 17px 0 rgba(36, 36, 36, 0.18);
          border-color: #bce0eb; }
        .ShopVehicle ul li a img {
          max-width: 96px; }

/* Start ticket 1009 */
.tooltip_cat .subcategories_block {
  width: 100%;
  float: left;
  margin: 60px 0px 0px; }

.tooltip_cat .subcategories_block h3 {
  font-size: 36px;
  font-weight: 900;
  color: #0a4e66;
  line-height: 42px;
  margin: 0px 0px 30px;
  text-transform: uppercase;
  text-align: center; }

.tooltip_cat .subcategories_block ul {
  list-style: none;
  padding: 0px;
  margin: 0px -14px; }

.tooltip_cat .subcategories_block ul li {
  width: 25%;
  float: left;
  padding: 0px 14px;
  margin: 0 0 20px 0; }

.tooltip_cat .subcategories_block ul li > div {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 11px 0px 15px;
  border-radius: 4px;
  text-align: center;
  border: solid 1px rgba(10, 78, 102, 0.07); }

.tooltip_cat .subcategories_block ul li > div .SBCName {
  color: #0a4e66;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  display: inline-block; }

.tooltip_cat .subcategories_block ul li > div a img {
  display: block;
  max-width: 100%;
  margin: auto; }

.Common-des.TooltipLayout {
  padding: 0px 0px 46px; }

.Common-des.TooltipLayout .Content-Block {
  width: 68.375%;
  padding: 60px 30px 0px 0px; }

.Common-des.TooltipLayout .Right.Image-Block {
  position: relative;
  width: 31.625%;
  float: right;
  padding: 53px 0px 0px; }

.Common-des.TooltipLayout .Right.Image-Block:before,
.Common-des.TooltipLayout .Right.Image-Block:after {
  display: none; }

.Common-des.TooltipLayout .container {
  padding: 0px 15px; }

.Common-des.TooltipLayout .Content-Block h3,
.Common-des.TooltipLayout .Content-Block h1 {
  max-width: 100%; }

/*
.Common-des.tool-tip .Des-Cont p:first-child ~ *,
.Common-des.TooltipLayout .Des-Cont p:first-child ~ *{
	display:block;
} */
.TooltipSection {
  float: left;
  width: 100%;
  background: #f4f7f8;
  padding: 60px 0px; }

.TooltipSection .TooltipImage {
  max-width: 1043px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.TooltipSection .TooltipImage img {
  max-width: 100%;
  display: block; }

.TooltipSection .Tooltip {
  border-radius: 42px;
  box-shadow: 0 0 14px 0 #ed8009;
  border: solid 3px #ed8009;
  display: inline-block;
  position: absolute;
  width: 100%;
  cursor: pointer; }

.TooltipSection .TooltipOuter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 122px; }

.TooltipSection .Triple.Tooltip {
  width: 238px;
  height: 77px;
  left: 9%; }

.TooltipSection .Double.Tooltip {
  width: 157px;
  height: 77px;
  right: 295px; }

.TooltipSection .Single.Tooltip {
  width: 79px;
  height: 77px;
  right: 48px; }

.TooltipSection .Tooltip > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: none;
  text-align: center;
  width: auto;
  top: -41px;
  display: inline-block; }

.TooltipSection .Tooltip > span img {
  margin: 0px auto; }

.TooltipInner {
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.41);
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: auto;
  bottom: 130px;
  left: 50%;
  right: 0px;
  width: 480px;
  padding: 30px;
  float: none;
  margin: auto;
  visibility: hidden;
  z-index: 1;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

.TooltipInner:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(180deg); }

.TooltipSection .Tooltip:hover .TooltipInner {
  visibility: visible; }

.TooltipInner h4 {
  font-size: 24px;
  font-weight: 900;
  color: #0a4e66;
  margin: 0px 0px 5px;
  line-height: 28px; }

.TooltipInner p {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0px 0px 20px;
  display: inline-block; }

.TooltipInner a.BTN {
  border-radius: 23px;
  background: #ed8009;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 20px;
  padding: 14px 30px 12px;
  text-transform: uppercase;
  display: inline-block; }

.TooltipInner a.BTN:hover {
  background: #f7a244;
  transition: all .5s ease; }

.TooltipSection .Tooltip:before {
  content: "";
  display: inline-block;
  height: 59px;
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  bottom: 100%; }

/* End ticket 1009 */
@media only screen and (max-width: 1920px) and (min-width: 900px) {
  .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content#tab-By-Vehicle {
    min-height: 500px; } }

/* Linkshare IFRAME for Affilate page */
.linkshare-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.linkshare-responsive-container iframe, .linkshare-responsive-container object, .linkshare-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Start Ticket 10011 */
.Cart_page_inner tbody.cart-list .cart-item.foundTax_pro .cart-item-quantity {
  opacity: 0 !important;
  visibility: hidden !important; }

.custom_cart .cart-list .cart-item .cart-item-title {
  min-height: 26px; }

/* End Ticket 10011 */
body.custom_product #bread-checkout-btn {
  height: 46px; }

#bread-checkout-btn {
  height: 75px;
  margin: 10px 0 0;
  text-align: center;
  cursor: pointer; }

.Cart_Row_Outer #bread-checkout-btn {
  margin: 20px 0; }

body.custom_product #bread-checkout-btn-bread-iframe {
  border-radius: 10px 37.5px 37.5px 10px; }

body #bread-checkout-btn-bread-iframe {
  border-radius: 37px;
  cursor: pointer;
  border: 1px solid #ed8009 !important; }

body #bread-checkout-btn-bread-iframe:hover {
  border: 1px solid #f7a244 !important; }

.productView-details #bread-checkout-btn {
  float: right;
  width: 100%;
  clear: right;
  max-width: 216px; }

#tmx_tags_iframe {
  left: 0; }

/**/
.Cart_page_inner tbody.cart-list .cart-item.foundTax_pro .cart-remove.icon {
  opacity: 0 !important;
  visibility: hidden !important; }

/**/
.foundTax_pro .cart-item-name .onlyFor_ExciseTax {
  display: block !important; }

/**/
@media only screen and (max-width: 767px) {
  body #bread-checkout-btn-bread-iframe {
    max-width: 370px; }
  body .Cart_page_inner #bread-checkout-btn-bread-iframe {
    max-width: 100%; }
  .productView-details #bread-checkout-btn {
    float: right;
    width: 100%;
    clear: right;
    display: inline-block; }
  .Cart_Row_Outer #bread-checkout-btn {
    width: 100%;
    margin: 20px auto;
    max-width: 100%;
    padding: 0 15px; } }

/* membership */
.page.Cms-Content.FullWidth .page-content--centered {
  max-width: 100%;
  padding: 0px; }

.page.Cms-Content.FullWidth img.for_mob {
  display: none; }

.FullWidth .main_banner {
  position: relative;
  float: left;
  width: 100%; }

.FullWidth .DetalisLeftOverlay {
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  max-width: 578px; }

.FullWidth .DetalisLeftOverlay h1 {
  font-size: 42px;
  line-height: 50px;
  margin: 0px 0px 15px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff; }

.FullWidth .DetalisLeftOverlay p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 15px;
  color: #fff; }

.FullWidth .MembershipContent .DetalisLeftOverlay p {
  max-width: 535px; }

.FullWidth .BTN {
  display: inline-block;
  padding: 18px 40px 16px;
  background: #ed8009;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin: 15px 0px 0px; }

.PaymentsOptions {
  padding: 80px 0px;
  background: #fff;
  float: left;
  width: 100%;
  text-align: center; }

.FullWidth .PaymentsOptions h3 {
  font-size: 36px;
  line-height: 42px;
  color: #2b2b2b;
  margin: 0px 0px 10px;
  text-transform: uppercase; }

.page.Cms-Content.FullWidth .PaymentsOptions > .container > p {
  color: #555354;
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 9px;
  display: inline-block; }

.page.Cms-Content .PaymentsOptions ul {
  margin: 60px -15px 0px;
  padding: 0;
  list-style: none; }

.page.Cms-Content .PaymentsOptions ul:after {
  content: "";
  display: block;
  clear: both; }

.page.Cms-Content .PaymentsOptions ul li {
  width: 33.33%;
  padding: 0px 15px;
  float: left;
  margin: 0px 0px 25px; }

.page.Cms-Content .PaymentsOptions ul li h4,
.MembershipBotSection ul li h4 {
  font-size: 22px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: 800;
  text-transform: uppercase;
  margin: 20px 0px 10px; }

.page.Cms-Content .PaymentsOptions ul li p,
.page.Cms-Content .MembershipBotSection ul li p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  color: #4b494a; }

.page.Cms-Content .MembershipBotSection ul li p {
  color: #3a3839;
  margin: 0px 0px 15px; }

.FullWidth .BTN:hover {
  background: #f7a244;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.MembershipContent .DetalisLeftOverlay h5 {
  display: inline-block;
  margin: 15px 0px 15px;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-transform: inherit; }

.FullWidth .MembershipContent .DetalisLeftOverlay h1 {
  font-size: 40px;
  line-height: 51px; }

.FullWidth .BTN.RN {
  margin: 25px 0px 0px; }

.MembershipBenefits {
  float: left;
  width: 100%;
  padding: 60px 0px 0px; }

.MembershipBenefits h2 {
  font-size: 36px;
  line-height: 42px;
  color: #2b2b2b;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 30px; }

.MembershipBenefits .container .outer {
  margin: 0px -15px;
  display: block; }

.MembershipBenefits .container .outer .inner_row {
  width: 100%;
  float: left; }

.MembershipBenefits .container .outer .inner_row > div {
  float: left;
  width: 50%;
  padding: 0px 15px;
  margin: 0px; }

.MembershipBenefits .container > div img {
  max-width: 100%;
  max-height: 377px;
  margin: 0 auto;
  display: block; }

.MembershipBenefits .container .outer .inner_row > div.right.img {
  float: right; }

.MembershipBotSection {
  float: left;
  width: 100%; }

.page.Cms-Content .MembershipBotSection ul {
  list-style: none;
  margin: 0px -15px;
  padding: 0px; }

.page.Cms-Content .MembershipBotSection ul li {
  width: 33.33%;
  float: left;
  padding: 0px 15px;
  margin: 0px;
  text-align: left; }

.MembershipBenefits .container .outer .inner_row {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 0px 0px 60px; }

.MembershipBenefits .container .outer .inner_row:first-child {
  flex-direction: row; }

.MembershipBenefits .container .outer .inner_row > div.left.img img {
  max-height: 393px; }

.MembershipBenefits .container .outer .inner_row > div.content h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #2b2b2b;
  text-transform: uppercase;
  margin: 0px 0px 15px; }

.MembershipBenefits .container .outer .inner_row > div.content p {
  margin: 0px; }

.MembershipBotSection .Bot_inner {
  border-top: 2px solid #d3d3d3;
  float: left;
  width: 100%;
  padding: 60px 0px;
  text-align: center; }

.page.Cms-Content .MembershipBotSection ul li h4 {
  margin: 0px 0px 15px;
  font-size: 24px; }

.page.Cms-Content .MembershipBotSection ul:after {
  content: "";
  clear: both;
  display: block; }

.page.Cms-Content .MembershipBotSection ul li:last-child h4 {
  max-width: 348px; }

.FullWidth .main_banner img {
  width: 100%; }

.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.itemsList.Search-Widget-Year-List > ul,
.header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li .navPage-subMenu > div.itemsList.Size-Width-List ul {
  width: 10%;
  padding: 0px 15px; }

.custom_default .WhyBuyUsedTires h4 {
  margin: 0px 0px 24px; }

.custom_default .WhyBuyUsedTires ul {
  max-width: 710px;
  padding: 0 60px 0 0; }

.custom_default .WhyBuyUsedTires ul li.online-stores {
  width: 34%;
  padding-top: 57px; }

.custom_default .WhyBuyUsedTires ul li.new-vs-used {
  width: 44.6%; }

.custom_default .WhyBuyUsedTires ul li.new-vs-used img {
  margin: 9px 0px 7px; }

.custom_default .WhyBuyUsedTires ul li.best-used-tires {
  width: 21.4%;
  text-align: center;
  padding-top: 57px; }

.custom_default .WhyBuyUsedTires ul li p {
  text-align: center; }

.custom_default .WhyBuyUsedTires ul li.best-used-tires p span {
  font-size: 18px; }

.custom_default .WhyBuyUsedTires ul li p b {
  font-weight: 800;
  font-size: 18px; }

.custom_default .WhyBuyUsedTires ul li p span {
  font-size: 28px; }

.custom_default .WhyBuyUsedTires ul li .Newlable,
.custom_default .WhyBuyUsedTires ul li .usedlable {
  font-size: 23px;
  line-height: 1.04;
  background: #1c5dad;
  padding: 7px 12px 5px;
  margin: 0 0 11px; }

.custom_default .WhyBuyUsedTires ul li .usedlable {
  background: #1bba8d;
  font-size: 21px;
  padding: 8px 12px 6px; }

.custom_default .WhyBuyUsedTires .bottomText {
  margin: 0px auto; }

.custom_default .WhyBuyUsedTires .WhyBuyUsedTires_text {
  max-width: 770px;
  margin: 0 auto;
  border-bottom: 1px solid #d5dcde;
  padding: 0 0 16px; }

.custom_default .WhyBuyUsedTires .WhyBuyUsedTires_text p {
  margin: 0 auto 14px;
  font-family: Exo,sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #242424;
  text-align: left; }

.custom_default .WhyBuyUsedTires .Comparison_text {
  font-family: Exo,sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.33;
  font-size: 24px;
  color: #0a4e66;
  text-transform: uppercase;
  margin: 31px 0 7px; }

.cart-additionalCheckoutButtons .CheckoutButton {
  display: none !important; }

/** Start Ticket 10039 **/
.Why-Middle-Inner .Left {
  width: 34.189%; }

.Why-Middle-Inner .Right {
  width: 65.811%; }

.Why-Middle-Inner .Right ul {
  float: left;
  width: 100%;
  max-width: 100%; }

.Why-Middle-Inner .WhyBuyUsedTires ul li .Newlable, .Why-Middle-Inner .WhyBuyUsedTires ul li .usedlable {
  background: #1c5dad; }

.Why-Middle-Inner .WhyBuyUsedTires ul li .usedlable {
  background: #1bba8d; }

.Why-Middle-Inner .WhyBuyUsedTires ul li .Newlable, .Why-Middle-Inner .WhyBuyUsedTires ul li .usedlable {
  font-size: 23px;
  line-height: 24px;
  padding: 5px 12px 6px; }

.Why-Bottom-Block .Why-Bottom-Inner {
  max-width: 834px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left {
  width: 31.146%; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
  width: 68.854%; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
  padding: 11px 0 0 40px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right h5 {
  padding-left: 10px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span {
  width: 128px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span span {
  background-color: #1c5dad;
  text-transform: uppercase;
  max-width: 96px;
  width: 100%; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span.Used-Tire span {
  background: #1bba8d; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left span {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px; }

.Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 5px 0px 0px; }

.Why-Middle-Inner .Left h2 {
  margin: 69px 0 0; }

.Why-Middle-Inner .WhyBuyUsedTires ul li.online-stores,
.Why-Middle-Inner .WhyBuyUsedTires ul li.new-vs-used,
.Why-Middle-Inner .WhyBuyUsedTires ul li.best-used-tires {
  width: auto; }

.Why-Middle-Inner .WhyBuyUsedTires ul li.online-stores,
.WhyBuyUsedTires ul li.best-used-tires {
  padding-top: 63px; }

.page.Cms-Content .WhyBuyUsedTires .bottomText {
  margin: 6px 0 0; }

.WhyBuyUsedTires ul li p span b {
  font-size: 18px;
  font-weight: 800; }

.WhyBuyUsedTires ul li.online-stores p span {
  font-size: 28px; }

.Why-Middle-Inner .WhyBuyUsedTires ul li.new-vs-used img {
  margin: 24px 0px 0px; }

@media screen and (max-width: 991px) {
  .Why-Middle-Inner .WhyBuyUsedTires ul li .Newlable, .Why-Middle-Inner .WhyBuyUsedTires ul li .usedlable {
    font-size: 15px; }
  .Why-Middle-Inner .WhyBuyUsedTires ul li.best-used-tires, .Why-Middle-Inner .WhyBuyUsedTires ul li.new-vs-used, .Why-Middle-Inner .WhyBuyUsedTires ul li.online-stores {
    width: 33.33%; }
  .Why-Middle-Inner .WhyBuyUsedTires ul li.new-vs-used {
    padding: 0px 10px; }
  .WhyBuyUsedTires ul li.online-stores p span {
    font-size: 20px; } }

@media screen and (max-width: 767px) {
  .Why-Middle-Inner .Left h2 br {
    display: none; }
  .Why-Middle-Inner .WhyBuyUsedTires ul li.best-used-tires, .Why-Middle-Inner .WhyBuyUsedTires ul li.new-vs-used, .Why-Middle-Inner .WhyBuyUsedTires ul li.online-stores {
    width: 50%; }
  .page.Cms-Content .WhyBuyUsedTires ul li p {
    margin: 10px 0 5px; } }

/** End Ticket 10039 **/
/* IE Browser Popup */
.IEBPOP {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  right: 0;
  bottom: 0;
  display: none; }

.iepopin {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 70px 59px;
  width: 100%;
  max-width: 941px;
  text-align: center; }

ul.Browser-list {
  margin: 0px -30px;
  float: none;
  list-style: none;
  font-size: 0;
  text-align: center; }

ul.Browser-list:after {
  content: "";
  display: block;
  clear: both; }

ul.Browser-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 30px; }

ul.Browser-list li p.B-list-name a {
  font-size: 18px;
  line-height: 24px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 22px 11px 22px;
  border: 1px solid #3a3839;
  display: inline-block;
  transition: all .5s ease; }

ul.Browser-list li p.B-list-name a:hover {
  background: #ececec;
  transition: all .5s ease; }

ul.Browser-list li .B-list-img {
  margin: 0px 0px 24px;
  height: 114px; }

ul.Browser-list li p.B-list-name {
  margin: 0px; }

.iepopin > h2 {
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2b2b2b;
  line-height: 42px;
  margin: 0px 0px 15px; }

.iepopin h3 {
  font-size: 25px;
  line-height: 28px;
  color: #3a3839;
  font-weight: 700;
  margin: 0px 0px 30px; }

.iepopin > p {
  font-size: 18px;
  line-height: 28px;
  margin: 0px 0px 30px;
  font-weight: 400;
  color: #3a3839; }

ul.Browser-list li .B-list-img img {
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 900px) {
  .iepopin {
    max-width: 95%;
    padding: 50px 50px; }
  .iepopin > h2 {
    font-size: 28px;
    line-height: 35px; }
  .iepopin h3 {
    margin: 0px 0px 20px; }
  ul.Browser-list {
    margin: 0px -20px; }
  ul.Browser-list li {
    width: 33.33%;
    padding: 0px 20px; }
  ul.Browser-list li p.B-list-name a {
    font-size: 15px;
    padding: 10px 9px;
    width: 100%; } }

@media screen and (max-width: 830px) and (min-width: 800px) {
  .iepopin {
    max-height: 90%;
    overflow-y: auto; } }

@media only screen and (max-width: 767px) {
  .iepopin {
    max-height: 90%;
    overflow-y: auto;
    padding: 30px; }
  ul.Browser-list {
    margin: 0px -10px; }
  ul.Browser-list li {
    padding: 0px 10px; }
  ul.Browser-list li p.B-list-name a {
    font-size: 14px;
    padding: 6px 0px; }
  .iepopin > p {
    font-size: 16px;
    margin: 0 0 20px; }
  .iepopin h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 10px; }
  .iepopin > h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0px 0px 10px; }
  ul.Browser-list li .B-list-img {
    height: 75px;
    margin: 0px 0px 18px; }
  ul.Browser-list li .B-list-img img {
    max-height: 75px; } }

@media only screen and (max-width: 479px) {
  .iepopin {
    padding: 20px; }
  .iepopin > h2 {
    font-size: 18px;
    line-height: 25px; }
  .iepopin h3 {
    font-size: 16px;
    line-height: 20px; }
  .iepopin > p {
    font-size: 15px; }
  ul.Browser-list li {
    width: 100%;
    margin: 0px 0px 20px; }
  ul.Browser-list li:last-child {
    margin: 0px; } }

/* new ticket css */
.home-tire-rebates {
  float: left;
  width: 100%; }

.home-tire-rebates .Rebates-block ul {
  margin: 0px -15px;
  float: none;
  padding: 0;
  list-style: none; }

.home-tire-rebates .Rebates-block ul li {
  float: left;
  width: 25%;
  padding: 0px 15px;
  margin: 15px 0px; }

.home-tire-rebates .Rebates-block {
  position: relative;
  margin: 15px 0px;
  float: left;
  width: 100%; }

.home-tire-rebates .Rebates-block ul li .Rebates-body {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 15px 17px 20px;
  text-align: center;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #e4ebee; }

.home-tire-rebates .Rebates-block ul li .Rebates-body h4 {
  margin: 0px 0px 15px;
  font-size: 17px;
  color: #242424;
  font-weight: 700;
  line-height: 28px; }

.home-tire-rebates .Rebates-block ul li .Rebates-images {
  float: left;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  position: relative; }

.home-tire-rebates .Rebates-block ul li .Rebates-images img {
  display: block; }

.home-tire-rebates .Rebates-block ul li .Rebates-body a.Redeem-btn {
  display: inline-block;
  background: #ed8009;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  padding: 2px 32px 0px 15px;
  border-radius: 16px;
  vertical-align: middle;
  position: relative;
  margin: 0px 0px 10px;
  transition: all .5s ease; }

.home-tire-rebates .Rebates-block ul li .Rebates-body a.Redeem-btn:hover {
  background: #f7a244;
  transition: all .5s ease; }

.home-tire-rebates .Rebates-block ul li.Expired .Rebates-body a.Redeem-btn:hover {
  background: #c1c1c1; }

.home-tire-rebates .Rebates-block ul li .Rebates-body a.Redeem-btn:after {
  content: "";
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 32px; }

.home-tire-rebates .Rebates-block ul li .Rebates-body p {
  font-size: 12px;
  color: #242424;
  opacity: 0.81;
  margin: 0;
  line-height: 16px; }

.home-tire-rebates h3 {
  font-size: 36px;
  font-weight: 900;
  color: #095871;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  border-top: 1px solid #d5dcde;
  padding-top: 60px; }

.home-tire-rebates .Rebates-block a.view-all-rebates-btn {
  color: #0a4e66;
  font-size: 24px;
  padding: 17px 46px 15px 43px;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 30px;
  border: 1px solid #0a4e66;
  display: inline-block;
  margin: 0px;
  font-weight: 800;
  transition: all 0.5s ease;
  margin: 15px 0px 45px; }

.home-tire-rebates .Rebates-block {
  text-align: center; }

.home-tire-rebates .Rebates-block a.view-all-rebates-btn:hover {
  transition: all 0.5s ease;
  background: rgba(10, 78, 102, 0.13); }

.DealPromotions.home .container .DealOuter .DealLeft {
  width: 59.071%; }

.DealPromotions.home .container .DealOuter .DealRight {
  width: 40.929%; }

.DealPromotions.home .container .DealOuter .DealLeft,
.DealPromotions.home .container .DealOuter .DealRight {
  padding: 0 7.5px; }

.DealPromotions.home .container .DealOuter .DealRight ul li {
  padding: 7.5px;
  width: 100%; }

.DealPromotions.home .container .DealOuter {
  margin: 30px -7.5px 15px; }

.DealPromotions.home .container .DealOuter .DealRight ul {
  list-style: none;
  margin: -7.5px; }

.DealPromotions.home .container .DealOuter .DealTxt {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  height: auto;
  width: auto;
  right: 0;
  bottom: 0;
  margin: 7.5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* ~ */
.custom_default .WhyBuyUsedTires.home ul li .Newlable {
  background: transparent; }

.WhyBuyUsedTires.home ul li p, .WhyBuyUsedTires.home ul li.online-stores p span {
  font-size: 19px; }

.WhyBuyUsedTires.home ul li p.Comparison_shipping_cost {
  font-size: 15px; }

.WhyBuyUsedTires.home ul li p.Comparison_shipping_cost:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url("https://www.tiremart.com/content/icon-check.png") no-repeat;
  margin: 0 6px -1px 0px; }

.WhyBuyUsedTires.home ul li p.Comparison_final_price {
  border: solid 1px rgba(108, 172, 34, 0.25);
  padding: 3.5px 0;
  background-color: rgba(108, 172, 34, 0.13);
  font-size: 21px;
  margin: 25px 0 0; }

.WhyBuyUsedTires.home ul li p.Comparison_final_price > span {
  font-size: 21px;
  font-weight: 800;
  color: #6cac22; }

.custom_default .WhyBuyUsedTires.home ul {
  max-width: 786px;
  padding: 0; }

.custom_default .WhyBuyUsedTires.home ul li.online-stores {
  width: 28%;
  text-align: center; }

.custom_default .WhyBuyUsedTires.home ul li.new-vs-used {
  width: 44%; }

.custom_default .WhyBuyUsedTires.home ul li.best-used-tires {
  width: 27.9%; }

.custom_default .WhyBuyUsedTires.home ul li .usedlable {
  background: #889093;
  max-width: 129px;
  padding: 6px 0 7px;
  margin: 0 0 14px; }

.WhyBuyUsedTires.home ul li.best-used-tires p.Comparison_shipping_cost:before {
  background: url("https://www.tiremart.com/content/icon-eye.png") no-repeat;
  height: 18px;
  width: 21px;
  margin: 0 6px -4px 0; }

.WhyBuyUsedTires.home ul li.best-used-tires p.Comparison_final_price {
  border: solid 1px rgba(204, 0, 0, 0.36);
  background-color: rgba(204, 0, 0, 0.15); }

.WhyBuyUsedTires.home ul li.best-used-tires p.Comparison_final_price > span {
  color: #cc0000; }

.custom_default .WhyBuyUsedTires.home ul li.online-stores {
  padding-top: 16px; }

.custom_default .WhyBuyUsedTires.home ul li.best-used-tires {
  padding-top: 10px; }

.WhyBuyUsedTires.home {
  margin: 60px 0 48px; }

.custom_default .WhyBuyUsedTires.home ul li.new-vs-used img {
  max-height: 198px; }

.OurCustomers.home {
  background: #063343 url(https://www.tiremart.com/content/new-bg-reviews.png) right center no-repeat;
  padding: 0;
  background-size: auto 100%; }

.OurCustomers.home .left_review_home {
  width: 50%;
  float: left;
  padding: 60px 0;
  text-align: left; }

.OurCustomers.home .right_review_home {
  width: 50%;
  float: left; }

.OurCustomers.home .container h3, .OurCustomers.home .container .tm_dam {
  max-width: 460px;
  margin: 0 0 30px; }

.OurCustomers.home .container .bottomText {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0;
  width: auto; }

.OurCustomers.home .container .shopper_widget {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-left: 36px; }

.OurCustomers.home .shopperapproved_widget {
  padding: 60px 0 0;
  text-align: left; }

.OurCustomers.home .sa_wide .sa_review {
  width: 100%; }

.OurCustomers.home .sa_wide .sa_comments {
  text-align: left;
  height: 60px !important; }

/* ~ */
.breadcrumbs_Outerer {
  background: #fff; }

.Rebranding .Banner_top {
  position: relative; }

.Rebranding .Banner_top:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0)); }

.Rebranding .Banner_top {
  position: relative; }

.Rebranding .policy-block {
  display: none; }

.Rebranding .Banner_top img.top-img {
  display: block;
  margin-top: -66px;
  z-index: -1;
  position: relative; }

.Rebranding-ovr {
  position: absolute;
  top: 256px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center; }

main#cms-block .page.Cms-Content.Rebranding h3 {
  font-size: 81px; }

main#cms-block .page.Cms-Content.Rebranding h3 {
  font-size: 60px; }

.page.Cms-Content.Rebranding h3 {
  font-size: 42px;
  margin: 60px 0px 10px;
  color: #0a4e66;
  line-height: 50px; }

.page#cms-block p.color-text {
  color: #f19704;
  line-height: 28px;
  font-size: 22px;
  font-weight: 900;
  margin: 0px 0px 40px; }

.page#cms-block p.color-text span {
  position: relative; }

.page#cms-block p.color-text span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  background: url(https://www.tiremart.com/content/newtire-line-new.png) no-repeat center;
  width: 100%;
  z-index: 8;
  bottom: 0;
  height: 14px;
  top: 100%;
  background-size: 100% auto; }

#cms-block p.color-text b {
  font-weight: 900; }

#cms-block p.color-text strong {
  font-weight: 900; }

.Rebranding-ovr a {
  background: #ed8009;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 41px 12px;
  border-radius: 23px;
  transition: all .5s ease; }

.Rebranding-content {
  margin: 98px 0px 0px; }

.Rebranding-content .container {
  max-width: 800px; }

.Rebranding-content .container > p:first-child {
  padding-top: 30px;
  border-top: 1px solid #d5dcde; }

.page#cms-block .Rebranding-content .container > p {
  margin: 0px 0px 15px; }

.page#cms-block .Rebranding-content .container > p.Comparison_text {
  font-family: Exo,sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.33;
  font-size: 24px;
  color: #0a4e66;
  text-transform: uppercase;
  margin: 30px auto 20px;
  text-align: center; }

.page.Cms-Content .Rebranding-content ul {
  padding: 0;
  margin: 0px 0px 60px; }

.page.Cms-Content .Rebranding-content ul li.online-stores {
  width: 28.573%;
  text-align: center;
  float: left; }

.page.Cms-Content .Rebranding-content ul li.new-vs-used {
  width: 42.854%;
  float: left;
  padding: 0 40px 0px 64px;
  text-align: center;
  margin: 0; }

.page.Cms-Content .Rebranding-content ul li.best-used-tires {
  width: 28.573%;
  float: left;
  text-align: center; }

.Rebranding-out-the-old {
  width: 100%;
  float: left;
  background: #f6f6f6;
  padding: 60px 0px;
  text-align: center; }

.Rebranding-out-the-old h2 {
  font-size: 36px;
  line-height: 42px;
  color: #0a4e66;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0px 0px 22px; }

.Rebranding-out-the-old .container {
  max-width: 691px; }

.page#cms-block .Rebranding-out-the-old p {
  margin: 0px 0px 22px; }

a.copy-btn-rebranding span#copytext {
  display: none; }

.Copy-tool-outer {
  display: inline-block;
  position: relative; }

.Rebranding span#myTooltip {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s;
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  width: 150px; }

.Rebranding a.copy-btn-rebranding:hover + #myTooltip {
  visibility: visible;
  opacity: 1; }

.Rebranding a.copy-btn-rebranding {
  display: inline-block;
  background: #fff;
  color: #0a4e66;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 35px 13px 26px;
  border-radius: 25px;
  border: 1px solid #0a4e66;
  transition: all .5s ease; }

.Rebranding a.copy-btn-rebranding:hover {
  transition: all .5s ease;
  background: rgba(10, 78, 102, 0.13); }

.Rebranding a.copy-btn-rebranding:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  margin-top: -3px; }

.page#cms-block .Rebranding-out-the-old p strong {
  font-style: italic; }

.Rebranding-coming-soon {
  float: left;
  width: 100%;
  background: #0a4e66;
  padding: 38px 0px; }

.Rebranding-coming-soon .wheel-img img {
  max-width: 100%; }

.Rebranding-coming-soon .wheel-img {
  float: none;
  width: auto;
  max-width: 238.5px;
  display: inline-block;
  vertical-align: middle; }

.Rebranding-coming-soon .wheel-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 239px);
  padding: 0px 0px 0px 61px; }

.Rebranding-coming-soon > .container {
  font-size: 0; }

.page.Cms-Content.Rebranding .Rebranding-coming-soon .wheel-content h3 {
  color: #fff;
  margin: 0px 0px 10px;
  font-size: 36px;
  line-height: 42px; }

.page.Cms-Content.Rebranding .Rebranding-coming-soon .wheel-content p {
  margin: 0;
  color: #fff; }

.Rebranding .support.support_page {
  margin: 0; }

.Rebranding-ovr a:hover {
  background: #f7a244;
  transition: all .5s ease; }

.page.Cms-Content .Rebranding-content ul:after {
  content: "";
  display: block;
  clear: both; }

.page.Cms-Content .Rebranding-content ul li > span {
  padding: 14px 12px 5px;
  margin: 0 0 11px;
  display: block; }

.page.Cms-Content .Rebranding-content ul li > span.usedlable {
  background: #889093;
  max-width: 129px;
  padding: 6px 0 6px;
  margin: 0 0 16px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 22px; }

.page#cms-block p.Comparison_final_price {
  border: solid 1px rgba(108, 172, 34, 0.25);
  padding: 5px 0;
  background-color: rgba(108, 172, 34, 0.13);
  font-size: 21px;
  margin: 25px 0 0;
  text-align: center;
  line-height: 26px;
  border-radius: 1px; }

p.Comparison_final_price span {
  font-size: 21px;
  font-weight: 800;
  color: #6cac22; }

.page#cms-block .best-used-tires p.Comparison_final_price {
  border: solid 1px rgba(204, 0, 0, 0.36);
  background-color: rgba(204, 0, 0, 0.15); }

.page#cms-block .best-used-tires p.Comparison_final_price span {
  color: #cc0000; }

p.Comparison_shipping_cost:before {
  content: "";
  background: url(https://www.tiremart.com/content/icon-eye.png) no-repeat;
  height: 18px;
  width: 21px;
  margin: 0 6px -4px 0;
  display: inline-block; }

p.Comparison_shipping_set p.Comparison_shipping_cost:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(https://www.tiremart.com/content/icon-check.png) no-repeat;
  margin: 0 6px -1px 0; }

.page.Cms-Content .Rebranding-content ul li.online-stores p.Comparison_shipping_cost:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(https://www.tiremart.com/content/icon-check.png) no-repeat;
  margin: 0 6px -1px 0; }

.page#cms-block p.Comparison_shipping_cost {
  font-size: 15px; }

.page#cms-block p.Comparison_shipping_set span {
  font-weight: 900; }

.page.Cms-Content .Rebranding-content ul li.best-used-tires p span {
  font-weight: 900; }

/**/
body .Cart_Row_Outer .cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important; }

body .Cart_Row_Outer .cart-additionalCheckoutButtons {
  text-align: center; }

@media screen and (min-width: 1200px) {
  .DealPromotions.home .container .DealOuter .DealLeft {
    min-height: 329px; }
  .DealPromotions .Deal-top {
    min-height: 261px; } }

@media screen and (min-width: 1300px) {
  .Cms-Content .support, .support, .support.support_default {
    min-height: 400px; }
  .By-Season-Outer .By-Season-Bottom ul li {
    min-height: 222px;
    display: flex;
    align-items: center;
    justify-content: center; } }

@media screen and (max-width: 490px) {
  .MostPopularBrands {
    font-size: 17px; } }

.tooltip .buttonless #copytext {
  margin: 10px 0 10px 0;
  display: block;
  font-size: 20px;
  color: #1079a1;
  font-weight: 900;
  border: 4px dashed #1079a1;
  padding: 2px 10px 2px 10px;
  border-radius: 30px; }

@media (min-width: 990px) {
  .navPage-subMenu.is-open {
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: auto; } }

@media screen and (max-width: 990px) {
  .OurCustomers.home .container .tm_dam {
    display: none; } }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open .itemsList {
  overflow: scroll;
  overflow-x: hidden; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div {
  max-height: 298px; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.itemsList {
  overflow: scroll;
  overflow-x: hidden; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div {
  max-height: 288px; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:first-child {
  margin-right: 23px !important; }

.Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap {
  padding: 0 19px !important; }

.Homepage-Hero-right {
  max-width: 570px !important; }

@media screen and (max-width: 990px) {
  .Homepage-Hero {
    background-size: 100% 465px !important; } }

@media screen and (max-width: 767px) {
  .Homepage-Hero {
    background-size: 100% 340px !important; }
  .Homepage-Hero .Homepage-Hero-Left {
    margin-top: -60px !important; } }

@media screen and (max-width: 479px) {
  .Homepage-Hero {
    width: 100%;
    background-size: 100% 200px !important; } }

@media screen and (max-width: 1199px) {
  .Homepage-Hero {
    padding: 180px 0 60px; } }

@media screen and (max-width: 990px) {
  .MostPopularBrands .bottomTxt {
    margin: 10px 0 25px !important; } }

.tab-link-shop {
  padding-top: 9px !important; }

.header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li .menu_inner > ul li.is-active a.shop-a {
  padding: 45px 36px 11px 40px !important; }

.menu_bg_color .Front-Size-Width-List.itemsList {
  display: none !important; }

.menu_bg_color .Front-Size-Aspect.Ratio-List.itemsList {
  display: none !important; }

.menu_bg_color .Front-Size-Diameter-List.itemsList {
  display: none !important; }

.menu_bg_color .zipCodeWrap.Front-Rear-Size-ZIP-List {
  display: none !important; }

@media screen and (min-width: 990px) {
  .Size-Bottom {
    display: none; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top {
    border: none; }
  #tab-By-Size:has(.sr_button .ss-finder-disabled) .Size-Bottom {
    display: block; } }

.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li .by_size_cat_list a {
  border-radius: 5px;
  border: solid 1px rgba(10, 78, 102, 0.51);
  background-color: #f5f5f5; }

@media screen and (min-width: 767px) {
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li .by_size_cat_list a {
    border-radius: 5px;
    border: solid 1px rgba(10, 78, 102, 0.51);
    background-color: #f5f5f5; } }

@media screen and (max-width: 767px) {
  .by_size_left {
    background: white !important; } }

.by_size_left {
  margin-bottom: 20px; }

@media (min-width: 991px) and (max-width: 1199px) {
  .By-Size-Search-Box {
    margin-top: 80px; } }

@media (max-width: 767px) {
  .By-Size-Middle .form-fieldset {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 20px; } }

@media (max-width: 500px) {
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form .form-fieldset .form-field {
    width: 80% !important; } }

body:has(#livesdk__campaign .livesdk__placement) div[data-tag="web-chat-sdk-shadow"] {
  display: none; }

* {
  outline: none; }

.Vehicle-Search-Single {
  margin: 60px 0 0 0;
  float: left;
  width: 100%; }
  .Vehicle-Search-Single .contentWrap {
    margin: 0 -15px; }
  .Vehicle-Search-Single .Left, .Vehicle-Search-Single .Right {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .Vehicle-Search-Single .Left .ImageWrap {
    background-color: #f4f7f8;
    text-align: center;
    float: left;
    width: 100%; }
    .Vehicle-Search-Single .Left .ImageWrap .ImageMn {
      max-width: 400px;
      height: 240px;
      margin: 30px auto 20px auto;
      position: relative; }
      .Vehicle-Search-Single .Left .ImageWrap .ImageMn img {
        position: absolute;
        top: 50%;
        left: 50%;
        max-height: 100%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .Vehicle-Search-Single .Left .ImageWrap .LeftContent span {
      font-size: 18px;
      font-weight: normal;
      line-height: 28px;
      letter-spacing: normal;
      color: #242424; }
    .Vehicle-Search-Single .Left .ImageWrap .LeftContent h3 {
      font-size: 28px;
      font-weight: 900;
      line-height: 36px;
      letter-spacing: normal;
      text-align: center;
      color: #0a4e66;
      margin: 0 0 30px 0; }
  .Vehicle-Search-Single .Right .toptxt {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: normal;
    color: #242424;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .Vehicle-Search-Single .Right h3 {
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: normal;
    color: #0a4e66;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .Vehicle-Search-Single .Right .titlebottom {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: normal;
    color: #242424;
    margin: 0 0 15px 0; }
  .Vehicle-Search-Single .size_result_mn h4 {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: normal;
    color: #0a4e66;
    margin: 0 0 10px 0;
    text-transform: uppercase; }
  .Vehicle-Search-Single .size_result_mn > ul {
    margin: 0;
    list-style: none; }
    .Vehicle-Search-Single .size_result_mn > ul > li {
      margin: 0 0 15px 0;
      display: inline-block; }
      .Vehicle-Search-Single .size_result_mn > ul > li a {
        width: 426px;
        height: 60px;
        border-radius: 30px;
        background-color: #ed8009;
        line-height: 60px;
        display: inline-block;
        font-size: 20px;
        font-weight: 800;
        letter-spacing: normal;
        color: #ffffff;
        text-transform: uppercase;
        transition: all 0.5s ease; }
        .Vehicle-Search-Single .size_result_mn > ul > li a:hover {
          background: #f7a244;
          transition: all 0.5s ease; }
        .Vehicle-Search-Single .size_result_mn > ul > li a:after {
          content: "";
          font-family: "Font Awesome 5 Free";
          font-size: 26px;
          font-weight: normal;
          letter-spacing: normal;
          float: right;
          margin: 0 19px 0 0; }
        .Vehicle-Search-Single .size_result_mn > ul > li a .weels, .Vehicle-Search-Single .size_result_mn > ul > li a .front, .Vehicle-Search-Single .size_result_mn > ul > li a .rear {
          float: left;
          font-size: 12px;
          line-height: 18px;
          margin: 6px 0 0 20px; }
          .Vehicle-Search-Single .size_result_mn > ul > li a .weels span, .Vehicle-Search-Single .size_result_mn > ul > li a .front span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear span {
            font-size: 26px;
            line-height: 30px;
            display: block; }
          .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span {
            margin: 0 0 0 35px; }
            .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.front, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.front, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.front {
              margin: 6px 0 0 56px; }
              .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.front span {
                font-size: 18px;
                font-weight: 800;
                line-height: 28px; }
            .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.rear, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear {
              margin: 6px 0 0 32px; }
              .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear span {
                font-size: 18px;
                font-weight: 800;
                line-height: 28px; }
      .Vehicle-Search-Single .size_result_mn > ul > li + li {
        margin-top: 15px;
        position: relative; }
        .Vehicle-Search-Single .size_result_mn > ul > li + li:before {
          content: "";
          background: #dadada;
          width: 100%;
          height: 1px;
          position: absolute;
          top: -15px; }
      .Vehicle-Search-Single .size_result_mn > ul > li ul {
        margin: 5px 0 0 22px;
        list-style: none;
        border-left: 6px solid #d5dcde;
        padding: 0 0 0 22px; }
        .Vehicle-Search-Single .size_result_mn > ul > li ul li {
          margin: 0 0 10px 0;
          display: inline-block; }
          .Vehicle-Search-Single .size_result_mn > ul > li ul li a {
            width: 376px;
            height: 40px;
            border-radius: 20px;
            background-color: #ed8009;
            line-height: 40px;
            display: inline-block;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: normal;
            color: #ffffff;
            text-transform: uppercase;
            transition: all 0.5s ease;
            padding: 0 0 0 15px; }
            .Vehicle-Search-Single .size_result_mn > ul > li ul li a span {
              margin: 0 62px 0 0; }
              .Vehicle-Search-Single .size_result_mn > ul > li ul li a span + span {
                margin: 0; }
            .Vehicle-Search-Single .size_result_mn > ul > li ul li a:hover {
              background: #f7a244;
              transition: all 0.5s ease; }
            .Vehicle-Search-Single .size_result_mn > ul > li ul li a:after {
              content: "";
              font-family: "Font Awesome 5 Free";
              font-size: 26px;
              font-weight: normal;
              letter-spacing: normal;
              float: right;
              margin: 0 20px 0 0; }
          .Vehicle-Search-Single .size_result_mn > ul > li ul li + li {
            margin: 0; }
  .Vehicle-Search-Single .Important-Note {
    margin: 15px 0 0 0;
    background-color: #f4f7f8;
    padding: 15px; }
    .Vehicle-Search-Single .Important-Note h5 {
      font-size: 14px;
      font-weight: bold;
      line-height: 20px;
      letter-spacing: normal;
      color: #0a4e66;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 0 22px;
      position: relative; }
      .Vehicle-Search-Single .Important-Note h5:before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-size: 12px;
        color: #4295f3;
        position: absolute;
        left: 0; }
    .Vehicle-Search-Single .Important-Note p {
      margin: 0;
      padding: 0 0 0 22px;
      font-size: 12px;
      font-weight: normal;
      line-height: 18px;
      letter-spacing: normal;
      color: #242424; }
  .Vehicle-Search-Single .Need-Help {
    margin: 30px 0 0 0; }
    .Vehicle-Search-Single .Need-Help > a {
      font-size: 20px;
      font-weight: 800;
      line-height: 28px;
      letter-spacing: normal;
      color: #242424; }
      .Vehicle-Search-Single .Need-Help > a:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        color: #313131;
        margin: 0 0 0 11px; }
      .Vehicle-Search-Single .Need-Help > a.is-open:after {
        content: ""; }
    .Vehicle-Search-Single .Need-Help .Need-Help-Content {
      background-color: #f4f7f8;
      padding: 15px 15px 0 15px;
      margin: 11px 0 0 0;
      text-align: center; }
      .Vehicle-Search-Single .Need-Help .Need-Help-Content p {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: normal;
        color: #242424;
        margin: 0 0 15px 0;
        text-align: left; }
      .Vehicle-Search-Single .Need-Help .Need-Help-Content img {
        max-width: 424px; }
  .Vehicle-Search-Single .bottomDiv {
    float: left;
    width: 100%;
    text-align: center;
    margin: 60px 0; }
    .Vehicle-Search-Single .bottomDiv a {
      width: 399px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px;
      border: solid 1px #0a4e66;
      font-size: 24px;
      font-weight: 800;
      letter-spacing: normal;
      color: #0a4e66;
      text-transform: uppercase;
      display: inline-block;
      transition: all 0.5s ease; }
      .Vehicle-Search-Single .bottomDiv a:hover {
        transition: all 0.5s ease;
        background: rgba(10, 78, 102, 0.13); }

.hideDesktop {
  display: none; }

@media screen and (max-width: 1199px) {
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right {
    width: 50%; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.single-tire,
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.pair-tire,
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.set-of-4 {
    background-position: 18% 15%; }
  .accordion-block .slider {
    width: 100%; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .Load-More-Btn a {
    font-size: 16px; }
  .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a {
    font-size: 12px; }
  .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner .LeftBotInner a:before {
    font-size: 15px;
    margin-right: 5px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-figure {
    width: 20%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body {
    width: 80%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-right {
    width: 18%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left {
    width: 82%; }
  .Warning-Message span {
    font-size: 11px;
    padding: 0 0 0 15px; }
  .Warning-Message span:before {
    font-size: 10px;
    top: -2px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a {
    font-size: 14px;
    padding: 2px 0 3px 25px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a:before {
    height: 20px;
    width: 20px;
    top: 2px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a:after {
    height: 12px;
    width: 12px;
    top: 6px;
    background-size: 100%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop {
    padding: 30px 15px 15px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content a {
    width: 28%;
    font-size: 13px; }
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li a,
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li {
    font-size: 16px;
    line-height: 26px; }
  .Cat-Bottom-Pagination .pagination {
    float: right;
    width: 100%;
    text-align: center; }
  .Cat-Bottom-Pagination .pagination .pagination-list {
    float: none;
    margin: 0 auto;
    display: inline-block; }
  .Cat-Bottom-Pagination .Left {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center; } }

@media screen and (max-width: 991px) {
  .page.CatPage .CategoryTopContent .container .Right,
  .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize {
    width: 100%; }
  .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize.is-open {
    padding: 15px 0 30px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop {
    top: 150px;
    padding: 87px 22px 15px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Right {
    width: auto; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left {
    margin: 5px 0 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Right a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    width: 230px;
    padding: 8px 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li {
    width: 50%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li:nth-child(3n+1) {
    clear: none; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content a {
    width: 67px;
    font-size: 13px; }
  .page.CatPage .Cat-Search-List-Row p {
    margin: 0 0 5px 0; }
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li {
    width: 50%; }
  .page.CatPage .Cat-Search-List-Row {
    margin: 0; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block p {
    font-size: 16px;
    padding: 0 15px; }
  .page.CatPage .CategoryOuter .LeftBar {
    display: none; }
  .page.CatPage .CategoryOuter main.page-content {
    width: 100%;
    margin-top: 30px; } }

@media screen and (max-width: 767px) {
  .breadcrumbs_Outerer .breadcrumbs_n {
    display: block; }
  .page.CatPage .CategoryTopContent .container .Left {
    width: auto; }
  .page.CatPage .CategoryTopContent .container .Left > div img {
    max-width: 70px; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent p {
    color: #242424;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 2px; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent span, .page.CatPage .CategoryTopContent .container .Left > div.CatContent h1, .page.CatPage .CategoryTopContent .container .Left > div.CatContent .SizeValue {
    font-size: 16px;
    line-height: 22px; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent .ClearSizeSearch {
    display: none; }
  .page.CatPage .CategoryTopContent {
    padding: 7px 0 5px;
    margin: 0 0 15px; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent {
    margin: 10px 0 5px 5px; }
  .page.CatPage .CategoryTopContent .container .Right {
    padding: 0;
    text-align: center; }
  .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize {
    font-size: 12px;
    color: #232323;
    line-height: 30px;
    border-radius: 15px;
    height: 30px;
    padding: 0;
    max-width: 345px;
    margin: 0 auto;
    border: 1px solid #d3d3d3; }
  .page.CatPage .CategoryTopContent .container .Right > a.SwitchSize.is-open {
    padding: 0;
    border-radius: 10px;
    border-color: #d3d3d3;
    background: #f6f6f6;
    position: relative; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop {
    top: 130px;
    padding: 30px 15px 0;
    text-align: left;
    box-shadow: none; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left {
    margin: 22px 0 0;
    width: 100%;
    position: relative; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left h3 {
    max-width: 210px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Right {
    display: none; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li {
    width: 100%; }
  .MenuButtons ul li a {
    width: 155px; }
  .MenuButtons {
    margin: 5px 0 0 0; }
  .page.CatPage .CategoryTopContent + .container {
    padding: 0; }
  .page.CatPage .Cat-Search-List-Row {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin: 0 -15px;
    width: auto; }
  .page.CatPage .Cat-Search-List-Pop {
    margin: 0 -15px 30px;
    width: auto; }
  .page.CatPage .Cat-Search-List-Row p {
    padding: 0 15px;
    font-weight: normal; }
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li {
    padding: 0; }
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li a,
  .page.CatPage .Cat-Search-List-Pop .Cat-Search-List ul li {
    font-size: 16px;
    line-height: 24px; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block {
    margin: 0 15px 30px;
    border-radius: 4px; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block h3 {
    font-size: 22px;
    line-height: 30px;
    padding: 0 30px;
    margin-top: -5px; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block p {
    line-height: 24px;
    padding: 0 30px; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a {
    padding: 14px 0 12px;
    width: 216px;
    font-size: 16px; }
  .page.CatPage .CategoryOuter main.page-content .actionBar .actionBar-section,
  .page.CatPage .CategoryOuter main.page-content .YourSelections {
    display: none; }
  .page.CatPage .CategoryOuter main.page-content .actionBar .Left span {
    font-size: 16px;
    line-height: 22px; }
  .page.CatPage .CategoryOuter main.page-content {
    padding: 0; }
  .page.CatPage .CategoryOuter main.page-content .actionBar {
    border-radius: 0;
    padding: 4px 15px;
    margin: 0 0 20px 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card {
    padding: 16px 15px 0 15px;
    position: relative; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Tire-Badge-outer {
    border-radius: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .card-text {
    font-size: 14px;
    line-height: 20px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .card-title {
    font-size: 24px;
    line-height: 32px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-figure {
    width: 30%;
    padding: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body {
    width: 70%;
    padding: 0 0 0 10px;
    text-align: left;
    border: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left .product-sku, .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .product-sku {
    font-size: 20px;
    line-height: 26px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-left {
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Top-Card .card-body .card-body-right {
    width: 100%;
    position: absolute;
    top: -18px;
    right: 15px; }
  .Icon-Air-Pressure-Passed {
    margin: 0;
    padding: 8px 0 10px;
    border-bottom: 1px solid #dadada;
    clear: both; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card {
    margin: 10px 0px 0px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer {
    padding: 0 15px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right {
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li span {
    font-size: 16px;
    line-height: 24px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Performance-Result,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tire-List-Load-Range,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tire-List-Speed {
    width: 33.33%;
    padding: 0 7.5px;
    text-align: center;
    vertical-align: top;
    float: left; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Performance-Result img,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tire-List-Load-Range img,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Price-Per-Tire,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tire-List-Speed img {
    display: none; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications {
    text-align: center;
    border-bottom: 1px solid #d5dcde;
    padding: 0 0 17px 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link {
    padding: 0;
    line-height: 24px;
    margin-left: 0;
    font-size: 16px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link:after {
    margin-left: 10px;
    line-height: 18px;
    font-size: 16px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Specifications-Pop ul li {
    width: 100%;
    padding: 0 10px 10px;
    border-right: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Tire-Specifications a.Specifications-Link.is-open {
    border-radius: 10px 10px 0 0;
    padding: 6px 17px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .card-text {
    font-size: 26px;
    line-height: 36px;
    margin: 15px 0 0 0;
    position: relative;
    padding: 18px 0 0 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .card-text:before {
    content: "Per Tire";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    color: #242424; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner {
    max-width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .four_p_price {
    font-size: 16px;
    line-height: 24px;
    margin: 2px 0 0 0; }
  .CardPriceWrap {
    width: 50%;
    float: left;
    display: inline-block; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments {
    width: 50%;
    float: right;
    margin: 15px 0 0 0;
    max-width: 150px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level {
    line-height: 18px;
    font-size: 12px;
    margin: 5px 0 0 0;
    text-transform: uppercase; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn:before {
    font-size: 16px;
    top: 0; }
  .CardSippingWrap {
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 8px 15px;
    background-color: #dee7ea;
    margin: 10px 0 0 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn {
    width: auto;
    float: right;
    max-width: 161px;
    margin-top: 3px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .FedxImg {
    width: auto;
    float: left;
    margin: 0;
    max-width: 64px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn a {
    padding: 0 0 0 30px;
    position: relative; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .Same-Day-Ship-Btn a:before {
    position: absolute;
    left: 0;
    top: 27%; }
  .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left, .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right {
    width: 100%;
    padding: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a {
    padding: 17px 48px 17px 95px;
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right {
    width: 100%;
    padding: 0;
    text-align: center; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li {
    margin: 0 0 15px 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left .Risk-Paypal-Img {
    margin: 13px 0 0 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer {
    border: 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last {
    padding: 0 15px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content a {
    width: 67px; }
  /* .MenuButtons ul{
		margin: 0 -5px !important;
	} */
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Img {
    width: 13%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content {
    width: 87%; }
  .Icon-Air-Pressure-Passed .Air-Pressure {
    padding-left: 12px; }
  .Icon-Air-Pressure-Passed .Air-Pressure span {
    line-height: 22px;
    font-size: 10px;
    padding: 0px 5px; }
  .Icon-Air-Pressure-Passed .Air-Pressure span:before {
    line-height: 20px;
    font-size: 14px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments.BlurredQty .form-increment,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn {
    float: right; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn {
    clear: right; }
  .Add-To-Cart-Btn, .Custom-Add-To-Cart-Btn {
    text-align: right; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a {
    width: auto; }
  .CardPriceWrap.OutOfStock {
    width: 100%; }
  .ppIcons {
    margin: 0; }
  .ppIcons li {
    width: 25%;
    text-align: center; }
  .ppIcons li img {
    max-width: 40px; }
  .ppIcons li span {
    font-size: 10px;
    line-height: 18px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Sale-Badge {
    top: 15px;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    z-index: 1; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li:first-child {
    margin: 0 0 1px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .stock_level:before {
    margin-right: 5px; }
  .Cat-Bottom-Pagination {
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One {
    margin: 10px 0 0;
    padding: 10px 39px 10px 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right .Total-Value {
    font-size: 26px;
    line-height: 36px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One > div {
    line-height: 36px; }
  .page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn {
    margin: -18px 0 5px 95px; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right {
    padding: 8px 0; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
    top: 125px; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left a.ClearAllSearches {
    width: auto;
    padding: 4px 15px;
    float: right;
    margin: 10px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Front-Label,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Rear-Label {
    font-size: 18px;
    line-height: 23px; } }

@media screen and (max-width: 479px) {
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Img {
    width: 25%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content {
    width: 75%; }
  .Add-To-Cart-Btn {
    text-align: center; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a {
    width: 100%;
    text-align: center;
    padding: 17px 48px 17px 45px; }
  .Warning-Message {
    padding: 5px 15px; }
  .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item a:last-child {
    padding: 2px 10px;
    font-size: 10px; }
  .pagination-item--previous .icon {
    margin-left: -8px; }
  .pagination-item--next .icon {
    margin-right: -5px; }
  .page.CatPage .support_category {
    margin: 30px 0 0; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left .Risk-Paypal-Img {
    float: left; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Left .Tire-Size-Btn {
    margin: 0px; }
  .page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn a span {
    font-size: 13px; }
  .page.CatPage .CategoryTopContent .container .Left {
    width: 100%; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
    top: 120px; }
  .Icon-Air-Pressure-Passed ul li {
    margin-right: 10px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .FedxImg-Left {
    width: 100%;
    border: 0px;
    text-align: center; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right {
    width: 100%;
    text-align: center;
    margin: 0 -1px 0 0px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One {
    padding: 5px 0px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer-One .Total-Right .Total-Value {
    font-size: 21px;
    line-height: 32px; } }

@media screen and (max-width: 350px) {
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop {
    padding: 20px 15px 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left {
    margin: 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left h3 {
    max-width: 100%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .Top .Left a {
    position: static;
    margin: 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content p,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text {
    font-size: 12px;
    margin: 0;
    padding: 0 0 0 10px;
    width: 66%; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .Vehicle_inner div.Vehicle-Recent-Content a,
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content a {
    padding: 7px 0; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li img {
    height: auto; }
  .page.CatPage .CategoryTopContent .container .Right .SwitchSizePop .inner .SwitchSizePopContent ul li .size_inner div.Size-Recent-Content .Tire-Size-Text span:last-child {
    font-size: 12px; }
  .page.CatPage .CategoryOuter main.page-content {
    margin-top: 20px; }
  .Icon-Air-Pressure-Passed ul + .Air-Pressure {
    border-left: 0;
    padding: 0;
    clear: left; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Performance-Result, .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tire-List-Load-Range {
    width: 50%;
    float: left; }
  .CardPriceWrap,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments {
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .form-field--increments.BlurredQty .form-increment,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn {
    float: left; }
  .stock_level.Must-Purchased-Btn br {
    display: none; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Right .Bottom-Card-Inner .BlurredQty .stock_level.Must-Purchased-Btn:before {
    font-size: 16px;
    top: -2px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Add-To-Cart-Btn a,
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Right .Custom-Add-To-Cart-Btn a {
    padding: 13px 35px 10px 45px;
    font-size: 20px; }
  .Cat-Bottom-Pagination .pagination .pagination-list .pagination-item a:last-child {
    padding: 2px 7px; } }

.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-13 .cate_13,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-14 .cate_14,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-15 .cate_15,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-16 .cate_16,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-17 .cate_17,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-18 .cate_18,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-19 .cate_19,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-20 .cate_20,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-21 .cate_21,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-22 .cate_22,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-23 .cate_23,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-24 .cate_24,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-25 .cate_25,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-26 .cate_26,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-27 .cate_27,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-28 .cate_28,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-29 .cate_29,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-30 .cate_30,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-31 .cate_31,
.CatPage.Category-By-Size .by_size_left .by_size_all_cat ul.cat-show-32 .cate_32 {
  display: inline-block; }

.page.Cms-Content .Bottom-Content .Top-Content p {
  margin: 0; }

.log-password {
  position: relative; }

.passwordIcon {
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #3a3839;
  cursor: pointer;
  width: 23px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40px;
  right: 12px; }

.Des-Cont p:first-child ~ *,
.Des-Cont-full * {
  display: none; }

.decExpanded .Des-Cont p:first-child ~ *,
.decExpanded .Des-Cont-full * {
  display: block; }

.decExpanded .model_top_inner_block {
  height: auto !important; }

.navPage-subMenu {
  position: absolute;
  text-align: left; }

.quickSearchResults:empty {
  display: none !important; }

.Homepage-Hero .Homepage-Hero-Left .HeadingTxt img.Mob, .support .container .supportInner h3.hideDesktop, .support .container .supportInner .tm_dam.hideDesktop, .hideDesktop, .WhyBuyUsedTires ul li .Newlable.hideDesktop, .WhyBuyUsedTires ul li .usedlable.hideDesktop {
  display: none; }

.page.CatPage.Single-Search-Vehicle .CategoryTopContent .container .Vehicle-Search + .Right {
  margin: 15px 0 0 0; }

.CatBottomStickyBar.hideDesktop, .Mob_menu_topbar {
  display: none; }

.page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li span.Performance_mob_Lable {
  display: none; }

.Common-des.Category-By-Brand > .container {
  padding: 0 15px; }

.page.CatPage.Category-By-Brand.Sub .CategoryTopContent {
  margin: 45px 0px 30px; }

.page.CatPage.Category-By-Size .support_category {
  margin: 50px 0px 0px; }

.Right.Image-Block .No-Image-layout {
  width: 305px;
  background: #f4f7f8;
  border-radius: 15px;
  text-align: center;
  padding: 20px 0px;
  margin: 39px 34px 39px 0px; }

.Right.Image-Block .No-Image-layout span {
  display: block;
  font-weight: 800;
  font-size: 22px;
  color: #0a4e66;
  margin: 10px 0 0;
  text-transform: uppercase; }

.page.CatPage.Sub-Brand-Layout .Right.Image-Block:after {
  display: none; }

.Contact-Address-block .contact_Right iframe {
  border: solid 1px #d3d3d3; }

.ErrorPage .DealPromotions {
  background: #f4f7f8;
  margin: 0;
  padding: 60px 0; }

.ErrorContent {
  text-align: center;
  padding: 0 15px; }

.ErrorContent h3 {
  font-size: 42px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: normal;
  color: #095871;
  margin: 50px 0 5px 0; }

.ErrorContent p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
  color: #343434;
  margin-bottom: 11px;
  color: 343434; }

.ErrorContent .bottomDiv {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 43px 0; }

.ErrorContent .bottomDiv a {
  width: 530px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.5s ease;
  background: #ed8009; }
  .ErrorContent .bottomDiv a:hover {
    background: #f7a244;
    transition: all .5s ease; }

#SearchNew {
  max-width: 100%;
  width: 100%;
  overflow-y: auto; }

#SearchNew .modal-content {
  float: none;
  max-width: 648px;
  margin: 0 auto; }

.FullWidth .DetalisLeftOverlay {
  padding-left: 0px; }

.MembershipBotSection .Bot_inner {
  border-top: 2px solid #d3d3d3;
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  text-align: center; }

@media screen and (max-width: 1199px) {
  body.has-activeNavPages {
    overflow: hidden;
    position: fixed;
    top: 0px; }
  .has-activeNavPages .Common-des .Content-Block, .has-activeNavPages .CatBottomStickyBar.hideDesktop {
    z-index: 0; }
  .navUser {
    padding: 0; }
  .header .HeaderWrap {
    padding: 0 15px; }
  .header .HeaderWrap .Headerleft {
    width: 30%; }
  .header .HeaderWrap .HeaderRiht {
    width: 70%; }
  .header .HeaderWrap .Headerleft .header-logo {
    margin: 24px 0px; }
  .header .HeaderWrap .Headerleft .header-logo a img {
    max-width: 100%;
    max-width: 137px; }
  .header .HeaderWrap .HeaderRiht .MenuWrap {
    margin: 11px 11px 14px 15px; }
  .header .HeaderWrap .HeaderRiht .RightWrap {
    float: right;
    margin: 14px 0px;
    font-size: 0px; }
  .header .HeaderWrap .HeaderRiht .MenuWrap > nav > ul > li > a {
    font-size: 16px;
    padding: 15px 10px 16px; }
  .header.header_fixed .HeaderRiht .MenuWrap {
    margin: 9px 12px 0 30px; }
  .header.header_fixed .Headerleft .header-logo {
    margin: 13px 0; }
  .header.header_fixed .HeaderWrap .HeaderRiht .RightWrap {
    margin: 4px 0 4px; }
  .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-item--checkout .navUser-action {
    margin: 3px 0 0 0; }
  .Homepage-Hero .Homepage-Hero-right .tabs .tab {
    width: 33.33%;
    float: left; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(2), .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(4) {
    width: 56.5%; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open {
    top: 149px !important; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Model {
    top: 240px !important; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-Option, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open#navPages-Search-Widget-ZIP {
    top: 331px !important; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div {
    padding: 0 20px 15px; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li .navPage-subMenu.is-open > div.zipCodeWrap:first-child .Zip-Right, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu > div.zipCodeWrap:first-child .Zip-Right {
    right: 20px; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu {
    top: 139px !important; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li:first-child > a:before {
    background-size: 76px auto;
    background-position: right;
    width: 76px; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li .navPage-subMenu#navPages-Front-Rear-Widget-Size-ZIP {
    top: 297px !important; }
  .menuUlLiSpan, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li span,
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li span,
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, #popupLoginWindow .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Single-Size .size_inner > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Wrap > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Rear-Wrap > ul > li span, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Size-Top .Front-Rear-Size .Front-Rear-Size-ZIP ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li span, .Homepage-Hero .Homepage-Hero-right .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Vehicle-MM-Wrap > ul > li span, #SearchNew .modal-body .Search-Widget-Inner .tabs-contents .Widget-Size-Top .Front-Rear-Widget-Size > div > ul > li span {
    font-size: 14px; }
  .DealPromotions .container .DealOuter .DealTxt {
    font-size: 16px; }
  .DealPromotions .container .DealOuter .DealLeft .DealTxt {
    font-size: 30px; }
  .DealPromotions .container .DealOuter .DealRight ul li a img {
    max-height: 100px; }
  .YourLeaseBuyingUsed .container .BuyingUsed h3 {
    max-width: 80%; }
  .YourLeaseBuyingUsed .container .BuyingUsed img {
    float: right; }
  .support .container .supportInner {
    max-width: 545px; }
  .support .container .supportInner h3 {
    font-size: 28px;
    line-height: 35px; }
  .support .container .supportInner p {
    font-size: 16px; }
  .support .container .supportInner a.call-btn {
    margin-right: 0px; }
  .support .container .supportInner a {
    width: 49%;
    font-size: 19px; }
  .support .container .supportInner a:last-child {
    float: right; }
  .support .container .supportInner a:before {
    font-size: 19px; }
  .footer .footerTop .container .footer-info .footer-info-col ul .footerCall {
    padding: 15px 0px; }
  .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a, .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a:before {
    font-size: 17px; }
  .footer .footerTop .container .footer-info .footer-info-col ul .footerCall a span {
    font-size: 11px; }
  .OurCustomers .container h3 {
    font-size: 26px;
    margin: 0 auto 10px; }
  .OurCustomers .container ul li p,
  .OurCustomers .container ul li .author {
    font-size: 16px;
    line-height: 25px; }
  .OurCustomers .container .bottomText {
    margin: 15px 0 5px; }
  .OurCustomers .container .bottomText a {
    padding: 14px 40px 12px 44px;
    font-size: 19px;
    line-height: 26px; }
  .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial a {
    padding: 11px 25px 12px;
    font-size: 18px; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) .footer-info-list:nth-child(2) li {
    width: 33.33%;
    float: left;
    margin: 0;
    padding-right: 5px; }
  .footer .footerTop .container .footer-info .footer-info-col .Best.footer-info-heading {
    margin: 30px 0 15px;
    display: inline-block;
    width: 100%; }
  .footer .footerTop .container .footer-info .footer-info-col.secure-shopping ul {
    margin-bottom: 15px; }
  .footer .footerTop .container .footer-info .footer-info-col.secure-shopping ul.social {
    margin-bottom: 0;
    width: 98%; }
  .OurCustomers .container ul {
    margin: 0 -15px; }
  .OurCustomers .container ul li {
    padding: 0 15px; }
  .header .navUser .navUser-item {
    display: block; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div.Vehicle-Recent-Content p {
    margin: 0px;
    padding-left: 10px;
    width: 72%; }
  .Size-Recent-Searches .Size-Recent-Result ul li .size_inner div.Size-Recent-Content a, .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-Recent-Searches .Vehicle-Recent-Result ul li .Vehicle_inner div.Vehicle-Recent-Content a {
    width: 28%;
    font-size: 13px; }
  .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch .d-quickSearch .container form .form-field .form-input {
    width: 460px; }
  .header .HeaderWrap .HeaderRiht .menu_inner .tabs-contents .tab-content .Vehicle-MM-Wrap > ul > li > a, #navPages-Help-Center .HelpRight .HelpFQA ul li {
    font-size: 15px; }
  #navPages-Help-Center .menu_inner {
    padding: 30px 15px; }
  #navPages-Help-Center .HelpLeft {
    width: 65%; }
  #navPages-Help-Center .HelpRight {
    width: 35%; }
  #navPages-Help-Center .HelpLeft .HelpContact ul li a:before {
    font-size: 17px; }
  #navPages-Help-Center .HelpLeft .HelpContact ul li.EmialBtn a {
    width: 160px; }
  #navPages-Help-Center .HelpLeft .HelpContact ul li a {
    font-size: 16px;
    padding: 10px 5px 11px;
    width: 264px; }
  #navPages-Help-Center .HelpLeft .HelpContact ul li.ChatBtn a {
    width: 150px;
    padding: 9px 5px 10px; }
  .quickSearchResults .searchInner .quickSearchBottom .quickSearchList {
    margin: 0 -15px; }
  .quickSearchResults .searchInner {
    padding: 20px 15px 0px; }
  .quickSearchResults {
    max-height: 100%; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatContent > div.front_left {
    margin-right: 50px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left > div.CatContent span {
    font-size: 25px; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Left .Tire-Size-Btn {
    width: auto; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatContent {
    float: Left; }
  .page.CatPage .CategoryTopContent.Front_Rear.Front_Rear_size .container .Left .CatContent {
    float: none; }
  body {
    padding-top: 0; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side, .Des-Cont {
    max-width: 590px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side h1 {
    font-size: 36px;
    line-height: 40px; }
  .Brand-top-block .page-heading {
    font-size: 36px;
    line-height: 45px;
    margin: 0px 0px 10px; }
  .MobileMenuLinks.menuOpen {
    position: fixed;
    z-index: 8;
    height: calc(100% - (130px));
    top: 130px; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content h3 {
    font-size: 22px; }
  .Contact-Address-block .contact_Left,
  .Contact-Address-block .contact_Right {
    width: 50%; }
  .Contact-Address-block .contact_Right iframe {
    width: 100%; }
  .Contact-Address-block .contact_Left {
    padding-right: 10px; }
  .Why-Middle-Inner .Left h2 {
    font-size: 28px;
    line-height: 35px; }
  .page.Cms-Content .OurCustomers .container h3 {
    font-size: 26px;
    margin: 0px auto 10px; }
  .header.Cart .Header-Left,
  .header.Cart .Header-Right {
    width: 32%; }
  .header.Cart .header-logo {
    width: 36%; }
  .header.Cart .header-logo {
    width: 36%; }
  .header.Cart .header-logo a img {
    max-width: 100%; }
  .header.Cart .Header-Right ul.navUser-section--left li {
    margin: 0px;
    width: 100%;
    float: right; }
  .header.Cart .Header-Right ul {
    margin: 0px 0px 10px; }
  .header .HeaderWrap .HeaderRiht .RightWrap {
    margin: 15px 0; }
  .custom_cart .Paypal_Btn img {
    width: 29%; }
  .Head_Bg {
    padding: 20px 0px; }
  .Head_Bg h1 {
    font-size: 35px;
    line-height: 40px; }
  .Cart_Row_Outer .Right .Right_Inner {
    padding: 20px; }
  .subcat_top_banner .sub_left h3 {
    position: relative;
    z-index: 2; }
  #navPages-Help-Center .HelpRight .HelpFQA a {
    display: block;
    text-align: center;
    margin: 10px 0px 20px; }
  .OurCustomers .sa_wide .sa_review {
    margin: 0px 0px 20px; } }

@media screen and (max-width: 990px) {
  .has-activeNavPages .yotpo.testimonials {
    z-index: 1; }
  .page.CatPage .CategoryOuter main.page-content > p {
    padding: 0px 15px; }
  .header, .header .navUser {
    position: static;
    transform: none; }
  .navUser-section--right, .header .navUser .navUser-section--left .navUser-item:last-child, .header .navUser .navUser-section--left .navUser-item a span, .header .HeaderWrap .Headerleft .header-logo span, .header .HeaderWrap .HeaderRiht .MenuWrap, .header .HeaderWrap .HeaderRiht .RightWrap ul li, .header .HeaderWrap .HeaderRiht .RightWrap ul .header-quickSearch, .header .HeaderWrap .HeaderRiht .RightWrap ul .navUser-action--cart .header-Cart-Total {
    display: none; }
  .navPages ol, .navPages ul {
    margin: 2px; }
  body {
    padding: 0; }
  .header .navUser {
    background: #083e51; }
  .header .navUser .navUser-section--left {
    width: 100%; }
  .header .navUser .navUser-section--left .navUser-item a {
    font-weight: 900;
    text-transform: uppercase; }
  .header .navUser .navUser-section--left .navUser-item a, .header .navUser .navUser-section--left .navUser-item i {
    color: #fff; }
  .header .navUser .navUser-section--left .navUser-item {
    width: 50%;
    float: left;
    margin: 0px; }
  .header .navUser .navUser-section--left .navUser-item:nth-child(2) {
    float: right;
    text-align: right; }
  .header .HeaderWrap .HeaderRiht .RightWrap ul li.navUser-item--cart {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #d3d3d3;
    padding: 0px 10px 0px 0px; }
  .header .HeaderWrap .Headerleft, .header .HeaderWrap .HeaderRiht {
    width: 50%;
    float: left; }
  .header .HeaderWrap .HeaderRiht .RightWrap ul li .navUser-action--cart {
    margin: 0px;
    background: url(https://www.tiremart.com/content/empty-cart.png) center no-repeat;
    background-size: auto 44px;
    height: 40px;
    width: 44px; }
  .quantityFound .header .HeaderWrap .HeaderRiht .RightWrap ul li .navUser-action--cart {
    background: url(https://www.tiremart.com/content/cart-icon-new.png) center no-repeat;
    background-size: auto 44px; }
  .countPill {
    height: 10.5px;
    width: 10.5px;
    padding: 0px;
    background: #ed8009;
    font-size: 0px;
    border-radius: 11.9px;
    display: none; }
  .mobileMenu-toggle {
    position: static;
    text-transform: none;
    padding: 0px;
    background: url(https://www.tiremart.com/content/open-menu-retina.png) right center no-repeat;
    background-size: 29px auto;
    height: 40px;
    width: 44px;
    display: inline-block;
    margin: 0px 0px 0px 3px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon:before, .mobileMenu-toggle .mobileMenu-toggleIcon:after {
    display: none; }
  .mobileMenu-toggle.is-open {
    /*background: url(../img/close-menu.png) no-repeat right center;*/
    background: url(https://www.tiremart.com/content/close-menu-new.png) right center no-repeat;
    background-size: auto 28px; }
  .header .HeaderWrap .Headerleft .header-logo a img.header-logo-image-unknown-size {
    max-height: 100%; }
  .header-logo > a {
    padding: 0px; }
  .header .navPages-container.is-open {
    z-index: 5;
    padding: 0px;
    top: 121px;
    background: #f0f5f7; }
  .header .navPages-container .accountLink {
    background: #f0f5f7;
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center; }
  .header .navPages-container .accountLink .navPages-list {
    list-style: none;
    margin: 0px; }
  .header .navPages-container .accountLink .navPages-list li {
    width: auto;
    display: inline-block;
    text-align: center;
    padding: 0 5px; }
  .header .navPages-container .accountLink .navPages-list li a {
    border-radius: 23px;
    border: 1px solid #0a4e66;
    display: inline-block;
    width: 219px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    background: transparent;
    color: #0a4e66;
    text-transform: uppercase; }
  .MobileSearch {
    padding: 15px;
    background-color: #0d607e;
    float: left;
    width: 100%; }
  .MobileSearch > .container {
    padding: 0px; }
  .MobileSearch .form, .MobileSearch .form .form-field {
    margin: 0px;
    position: relative; }
  .MobileSearch .form .form-field .form-input {
    border: 2px solid #1a9eca;
    height: 46px;
    background: #fff;
    color: rgba(36, 36, 36, 0.5);
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 9px 62px 9px 15px; }
  .MobileSearch .form .form-field .search_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px; }
  .MobileMenuLinks {
    padding: 0;
    width: 100%;
    float: left;
    background: #1c85ab; }
  .MobileMenuLinks .navPages {
    padding: 0px; }
  .MobileMenuLinks ul, #navPages-mob-helpCenter ul {
    list-style: none;
    margin: 0px; }
  .MobileMenuLinks ul li.navPages-item, #navPages-mob-helpCenter ul li {
    border-top: solid 1px #3b98b8;
    width: 100%;
    float: left;
    padding: 0 15px;
    background: #1c85ab; }
  .MobileMenuLinks ul li a, #navPages-mob-helpCenter ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    position: relative;
    float: left;
    width: 100%;
    text-transform: inherit;
    padding: 12px 0 13px; }
  .MobileMenuLinks ul li a:hover, .MobileMenuLinks ul li a.activePage, #navPages-mob-helpCenter ul li a:hover, #navPages-mob-helpCenter ul li a.activePage {
    color: #fff; }
  .MobileMenuLinks ul li.navPages-item > a i, #navPages-mob-helpCenter ul li a i {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
    top: 0;
    height: 100%;
    margin: 0;
    line-height: 0; }
  .MobileMenuLinks .navPages > ul > li > a:after, #navPages-mob-helpCenter ul li a:after {
    content: "";
    font-size: 27px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    float: right; }
  .MobileRecentSearch {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px 0px 0px;
    margin-bottom: 20px; }
  .MobileRecentSearch h3 {
    font-size: 20px;
    font-weight: 900;
    color: #0a4e66;
    line-height: 28px;
    text-transform: uppercase;
    margin: 15px 0px 5px;
    padding: 0 15px; }
  .NoRecentSearch {
    padding: 0 15px; }
  .NoRecentSearch p {
    font-size: 16px;
    font-weight: normal;
    color: #242424;
    line-height: 24px;
    margin: 0px 0px 15px; }
  .RecentSearchItems {
    padding: 15px 0px 5px;
    background: #f0f5f7;
    width: 100%;
    float: left;
    box-shadow: 0 -1px 0 0 #d5dcde; }
  .RecentSearchItems ul {
    margin: 0px;
    list-style: none; }
  .RecentSearchItems ul li {
    width: 50%;
    float: left;
    padding: 0 15px 10px; }
  .RecentSearchItems ul li > div,
  .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner,
  .menuWrapMob .Size-Recent-Result ul li .size_inner {
    border: 1px solid #d5dcde;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    float: left;
    background: #fff; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Img,
  .RecentSearchItems ul li .size_inner .Size-Recent-Img,
  .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Img,
  .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Img {
    width: 25%;
    float: left; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Img img,
  .RecentSearchItems ul li .size_inner .Size-Recent-Img img,
  .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Img img,
  .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Img img {
    max-height: 40px; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content,
  .RecentSearchItems ul li .size_inner .Size-Recent-Content,
  .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content,
  .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Content {
    width: 75%;
    vertical-align: top;
    float: left; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text,
  .RecentSearchItems ul li .size_inner .Size-Recent-Content .Tire-Size-Text, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Tire-Size-Text {
    width: 72%;
    display: inline-block;
    padding-left: 15px; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text span,
  .RecentSearchItems ul li .size_inner .Tire-Size-Text span, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text span, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Tire-Size-Text span {
    margin: 0px;
    font-size: 14px;
    font-weight: 800;
    color: #242424;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
    float: left; }
  .RecentSearchItems ul li .size_inner a {
    float: right;
    margin: 0px;
    width: 67px;
    padding: 10px 0px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 20px;
    background: #ed8009;
    border: 0px;
    text-transform: uppercase; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text span.Front-Label, .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text span.Rear-Label, .RecentSearchItems ul li .size_inner .Tire-Size-Label, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text span.Front-Label, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text span.Rear-Label, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Tire-Size-Text .Tire-Size-Label {
    font-size: 12px;
    font-weight: normal;
    margin-right: 3px; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text span:nth-child(3), .RecentSearchItems ul li .size_inner .Tire-Size-Text span:last-child, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text span:nth-child(3), .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Tire-Size-Text span:last-child {
    clear: left; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content p, .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content p {
    margin: 0px;
    font-size: 14px;
    font-weight: 800;
    color: #242424;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 15px; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content a, .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content a, .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Content a {
    float: right;
    margin: 0px;
    width: 67px;
    padding: 10px 0px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 20px;
    background: #ed8009;
    border: 0px;
    text-transform: uppercase; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Img {
    height: 55px; }
  .MenuButtons {
    background: #f0f5f7;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 30px; }
  .MenuButtons ul {
    list-style: none;
    margin: 0px; }
  .MenuButtons ul li {
    display: inline-block;
    width: 50%;
    padding: 0;
    float: left; }
  .MenuButtons ul li a {
    display: inline-block;
    /*width: 165px;*/
    width: 90%;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    background: #ed8009;
    padding: 15px 0 13px;
    text-transform: uppercase; }
  .MenuButtons ul li a:hover {
    background: #f7a244;
    transition: all .5s ease; }
  .BackToMenu {
    background: #0a4e66;
    width: 100%;
    padding: 14px 15px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    line-height: normal;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer; }
  .BackToMenu:before {
    content: "";
    font-weight: normal;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    margin-right: 8px; }
  .MobileMenuLinks ul li .navPage-subMenu-horizontal {
    position: fixed;
    top: 130px;
    right: 0px;
    left: 0px;
    background: #f0f5f7;
    z-index: 2;
    height: calc(100% - (130px));
    overflow-y: auto; }
  .navPage-subMenu-horizontal h3, .navPage-subMenu-horizontal .tm_dam {
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: 900;
    color: #0a4e66;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 28px; }
  .header.header_fixed .HeaderWrap .HeaderRiht .RightWrap {
    margin: 26px 0px; }
  .header.header_fixed .Headerleft .header-logo {
    margin: 22px 0px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list {
    margin: 0px;
    list-style: none;
    padding: 0 7.5px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child {
    padding: 0 7.5px 15px;
    float: left;
    width: 100%; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child > a {
    background: #fff;
    border: 1px solid #d5dcde;
    border-radius: 4px;
    padding: 8px 15px 8px 10px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Left {
    width: auto;
    float: left;
    padding: 0 10px 0 0;
    height: 40px;
    position: relative; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Left:after {
    height: 30px;
    width: 1px;
    background: #d5dcde;
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Right {
    width: auto;
    float: left; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Right span {
    color: #242424;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    display: block; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Right span.topTxt {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #0a4e66;
    margin: 0px 0px 2px 10px;
    text-align: left; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Left img, #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmleftImg img {
    max-height: 40px; }
  #navPages-mob-shopTires > ul.navPage-subMenu-list > li.navPage-subMenu-item-child > a:after, #navPages-mob-shopTires #navPages-mob-BySeason ul.navPage-subMenu-list li.navPage-subMenu-item-child a:after {
    content: "";
    font-size: 20px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    float: right;
    color: #3a3839;
    line-height: 42px; }
  #navPages-mob-shopTires #navPages-mob-BySeason ul.navPage-subMenu-list li.navPage-subMenu-item-child a:after {
    line-height: 50px; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list, #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list {
    padding: 0 7.5px;
    float: left;
    width: 100%; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child {
    width: 33.33%;
    float: left;
    padding: 0 7.5px 15px; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child a {
    padding: 4px 15px 8px 10px; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child a span, #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child a span {
    display: block;
    margin: auto;
    text-align: center; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.imgWrap, #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmleftImg {
    height: 58px; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.imgWrap img, #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmleftImg img {
    display: block;
    margin: auto;
    max-height: 58px; }
  #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmrightTxt {
    padding: 0px;
    border: 0px; }
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.txtWrap {
    color: #0a4e66;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #0a4e66;
    margin: 1px 0 0; }
  #navPages-mob-shopTires #navPages-mob-ByBrand ul.navPage-subMenu-list li.navPage-subMenu-item-child, #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child {
    width: 50%; }
  #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child {
    padding: 0 7.5px 15px; }
  #navPages-mob-shopTires #navPages-mob-ByBrand ul.navPage-subMenu-list li.navPage-subMenu-item-child a {
    padding: 0px; }
  #navPages-mob-shopTires #navPages-mob-ByPerformance ul.navPage-subMenu-list li.navPage-subMenu-item-child a {
    padding: 4px 0 8px; }
  #navPages-mob-shopTires #navPages-mob-ByBrand ul.navPage-subMenu-list li.navPage-subMenu-item-child a img {
    max-height: 70px;
    display: block;
    margin: auto; }
  .has-activeNavPages .EasyToFind .OrShopBy span {
    z-index: 0; }
  #navPages-mob-shopTires #navPages-mob-BySeason ul.navPage-subMenu-list li.navPage-subMenu-item-child a {
    padding: 5px 15px 5px 0px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmleftImg {
    width: auto;
    padding: 0px;
    height: 50px;
    display: inline-block;
    vertical-align: middle; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmleftImg img {
    max-height: 50px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmrightTxt {
    font-size: 16px;
    font-weight: 900;
    color: #0a4e66;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 4px 0 4px 10px;
    border-left: 1px solid #d5dcde; }
  .bottomSlider {
    display: block;
    width: 100%;
    float: left;
    background: #1a9eca;
    padding: 6px 0px;
    height: 48px; }
  .bottomSlider ul {
    margin: 0px;
    list-style: none;
    text-align: center; }
  .bottomSlider ul .slick-prev, .bottomSlider ul .slick-next {
    height: auto;
    width: auto;
    background: transparent;
    margin: 0px;
    padding: 0px;
    border: 0px; }
  .bottomSlider ul li {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px; }
  .bottomSlider ul .slick-prev {
    left: 15px; }
  .bottomSlider ul .slick-next {
    right: 15px; }
  .bottomSlider ul .slick-prev:before, .bottomSlider ul .slick-next:before {
    background: none;
    height: auto;
    width: auto;
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    padding: 0px; }
  .bottomSlider ul .slick-prev:before {
    content: ""; }
  .bottomSlider ul .slick-next:before {
    content: ""; }
  .bottomSlider ul li b {
    display: block;
    font-size: 14px;
    font-weight: 900; }
  .Homepage-Hero .container > div, .HeadingTxt {
    width: 100%;
    float: left; }
  .Homepage-Hero .Homepage-Hero-Left {
    text-align: center; }
  .Homepage-Hero .container > div.Homepage-Hero-right {
    float: none;
    display: inline-block;
    text-align: left;
    margin: 50px 0 0; }
  .Homepage-Hero .Homepage-Hero-Left .FastFreeShipping, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt h4, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt .tm_dam, .EasyToFind, .SignUpHome, .support img {
    display: none; }
  .Homepage-Hero {
    background: #f5f8f9 url(https://cdn11.bigcommerce.com/s-e8i94i2k1a/images/stencil/original/image-manager/bg-hp-mobile-ipad.jpg) top no-repeat;
    background-size: 100% auto;
    padding: 270px 0 30px;
    text-align: center; }
  .DealPromotions .container .DealOuter {
    margin: 30px -7.5px 15px; }
  .DealPromotions .container .DealOuter .DealLeft,
  .DealPromotions .container .DealOuter .DealRight {
    padding: 0 7.5px; }
  .DealPromotions .container .DealOuter .DealRight ul {
    margin: -7.5px; }
  .DealPromotions .container .DealOuter .DealRight ul li {
    padding: 7.5px; }
  .DealPromotions .container .DealOuter .HotDeals {
    left: 7.5px;
    top: 7.5px; }
  .DealPromotions .container .DealOuter .DealRight ul li a img {
    max-height: 77px; }
  .DealPromotions .container .DealOuter .DealTxt {
    font-size: 13px; }
  .DealPromotions .container .DealOuter .DealLeft .DealTxt {
    font-size: 22px; }
  .DealPromotions .container h3, .MostPopularTireSizes .container h3 {
    font-size: 30px;
    line-height: 30px; }
  .MostPopularTireSizes .container {
    padding: 0 15px; }
  .MostPopularTireSizes .container ul li {
    width: 25%;
    padding: 0 15px 15px; }
  .MostPopularTireSizes .container ul {
    margin: 30px -15px 15px; }
  .DealPromotions {
    margin: 40px 0px 30px; }
  .MostPopularTireSizes {
    padding: 30px 0 0;
    background: #f4f7f8;
    margin: 0 0 30px;
    border-top: 1px solid #d5dcde; }
  .MostPopularTireSizes .container {
    border-bottom: 1px solid #d5dcde; }
  .MostPopularBrands .container ul {
    margin: 20px -7.5px 0px; }
  .MostPopularBrands .container ul li {
    width: 25%;
    padding: 0 7.5px 15px; }
  .YourLeaseBuyingUsed .container h3 {
    line-height: 25px;
    font-size: 17px; }
  .YourLeaseBuyingUsed .container p {
    font-size: 16px;
    line-height: 25px; }
  .YourLeaseBuyingUsed .container .BuyingUsed img {
    max-width: 50px;
    margin-left: 15px; }
  .YourLeaseBuyingUsed .container .BuyingUsed h3 {
    max-width: 77%; }
  .support {
    background: url(../img/support-img-mobile-ipad.png) top no-repeat;
    background-size: 100% auto;
    padding: 42% 0 30px;
    text-align: center; }
  .support .container {
    position: static;
    transform: none; }
  .support .container .supportInner {
    max-width: 100%; }
  .YourLeaseBuyingUsed {
    padding: 30px 0px;
    margin: 40px 0 0; }
  .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(2), .Homepage-Hero .Homepage-Hero-right .tabs-contents .Vehicle-MM-Wrap > ul > li:nth-child(4) {
    width: 62.5%; }
  .footer .footerTop .container .footer-info .footer-info-col:first-child {
    width: 100%; }
  .footer .footerTop .container .footer-info .footer-info-col {
    width: 50%;
    margin: 0 0 40px; }
  .footer .footerTop .container .footer-info .footer-info-col:first-child .footer-info-top {
    width: 50%;
    padding: 0px 15px 0px 0px;
    float: left; }
  .footer .footerTop .container .footer-info .footer-info-col:first-child .footer-info-bottom {
    width: 50%;
    padding: 0px 0px 0px 15px;
    float: left; }
  .footer .footerTop .container .footer-info .footer-info-col ul .footerEmial {
    margin: 0px; }
  .footer .footerTop {
    padding: 40px 0px 0px; }
  .WhyBuyUsedTires {
    margin: 40px 0px; }
  .WhyBuyUsedTires h3 {
    font-size: 30px; }
  .menuWrapMob {
    position: fixed;
    z-index: 21;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #f0f5f7;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .menuWrapMob .TopBarMenu {
    width: 100%;
    float: left;
    background: #083e51;
    padding: 15px 20px; }
  .menuWrapMob .TopBarMenu h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 1px 0;
    display: inline-block; }
  .menuWrapMob .TopBarMenu .closeMenu {
    float: right;
    font-size: 24px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .menuWrapMob .TopBarMenu .closeMenu span {
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 4px 0 0;
    font-family: 'Exo', sans-serif;
    display: block; }
  .menuWrapMob .Vehicle-Recent-Searches,
  .menuWrapMob .Size-Recent-Result {
    float: left;
    width: 100%;
    background: #f0f5f7;
    padding: 30px 0px; }
  .menuWrapMob .Vehicle-Recent-Top,
  .menuWrapMob .Size-Recent-Top {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 15px; }
  .menuWrapMob .Vehicle-Recent-Top h3,
  .menuWrapMob .Size-Recent-Top h3,
  .menuWrapMob .newSearchTxt {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    color: #095871;
    display: inline-block;
    margin: 0px;
    text-transform: uppercase; }
  .menuWrapMob .Vehicle-Recent-Top a,
  .menuWrapMob .Size-Recent-Top a {
    width: 84px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    border-radius: 15px;
    border: solid 1px #d3d3d3;
    display: inline-block;
    text-transform: uppercase;
    background: #fff;
    color: #242424;
    padding: 4px;
    line-height: 20px;
    float: right; }
  .menuWrapMob .Vehicle-Recent-Result,
  .menuWrapMob .Size-Recent-Result {
    float: left;
    width: 100%; }
  .menuWrapMob .Vehicle-Recent-Result ul,
  .menuWrapMob .Size-Recent-Result ul {
    list-style: none;
    margin: 0px; }
  .menuWrapMob .Vehicle-Recent-Result ul li,
  .menuWrapMob .Size-Recent-Result ul li {
    width: 50%;
    float: left;
    padding: 0 15px 10px; }
  .menuWrapMob .VehicleSteps {
    width: 100%;
    float: left; }
  .menuWrapMob .newSearchTxt {
    background: #083e51;
    color: #fff;
    padding: 30px 15px 15px;
    width: 100%; }
  .menuWrapMob .ValueContainer {
    float: left;
    width: 100%; }
  .menuWrapMob .ValueContainer .itemsList {
    background: #f0f5f7;
    float: left;
    width: 100%; }
  .menuWrapMob .ValueContainer .itemsList h3 {
    border-top: 1px solid #d5dcde; }
  .menuWrapMob .ValueContainer .itemsList ul {
    padding: 0 7.5px 15px;
    float: left;
    width: 20%;
    text-align: center;
    margin: 15px 0 0 0; }
  .menuWrapMob .ValueContainer .itemsList ul li {
    padding: 0 0 15px 0; }
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Make-List ul, .menuWrapMob .ValueContainer .itemsList.Vehicle-Model-List ul {
    width: 33.33%; }
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Option-List ul {
    width: 50%; }
  .menuWrapMob .ValueContainer .itemsList ul li a {
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    color: #3a3839;
    line-height: 24px;
    padding: 7px 0px 6px;
    border-radius: 19px;
    border: 1px solid #d5dcde;
    width: 100%;
    margin: 0; }
  .menuWrapMob .ValueContainer .itemsList ul li a.is-active {
    background: #1a9eca;
    border-color: #1a9eca;
    color: #fff;
    font-weight: 800; }
  .menuWrapMob .ValueContainer .itemsList > h3 {
    font-size: 20px;
    font-weight: 900;
    padding: 23px 15px 5px;
    line-height: 28px;
    background: #fff;
    color: #0a4e66;
    margin: 0px; }
  .menuWrapMob .zipCodeWrap {
    padding: 0; }
  .menuWrapMob .zipCodeWrap .Zip-Left {
    padding: 30px 15px 0px; }
  .menuWrapMob .zipCodeWrap .Zip-Right {
    padding: 0 15px;
    margin: 30px 0; }
  .menuWrapMob .Vehicle-Result-Window ul, .menuWrapMob .Size-Result-Window ul {
    list-style: none;
    margin: 0px;
    float: left;
    width: 100%; }
  .menuWrapMob .Vehicle-Result-Window ul li, .menuWrapMob .Size-Result-Window ul li {
    padding: 15px 15px 0px;
    float: left;
    clear: left; }
  .menuWrapMob .Vehicle-Result-Window ul li .form-field, .menuWrapMob .Size-Result-Window ul li .form-field {
    margin: 0px;
    position: relative;
    float: left; }
  .menuWrapMob .Vehicle-Result-Window ul li .form-field label, .menuWrapMob .Size-Result-Window ul li .form-field label {
    display: inline-block;
    vertical-align: middle;
    font-family: Exo;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #242424;
    margin-right: 15px;
    width: 75px; }
  .menuWrapMob .Vehicle-Result-Window ul li .form-field input,
  .menuWrapMob .Size-Result-Window ul li .form-field input,
  .menuWrapMob .Vehicle-Result-Window ul li .form-field input:disabled,
  .menuWrapMob .Size-Result-Window ul li .form-field input:disabled {
    display: inline-block;
    vertical-align: middle;
    width: 247px;
    height: 46px;
    border-radius: 4px;
    border: solid 1px #3a3839;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 11px 55px 9px 15px;
    color: #242424;
    -webkit-text-fill-color: #242424;
    opacity: 1; }
  .menuWrapMob .Vehicle-Result-Window ul li .form-field a, .menuWrapMob .Size-Result-Window ul li .form-field a {
    position: absolute;
    right: 15px;
    left: auto;
    top: 8px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    padding-left: 9px;
    border-left: 1px solid #cccccc; }
  .menuWrapMob .Vehicle-Result-Window ul li .form-field a span, .menuWrapMob .Size-Result-Window ul li .form-field a span {
    font-size: 10px;
    font-weight: normal;
    color: #3a3839;
    text-transform: uppercase;
    line-height: 13px;
    display: block;
    font-family: 'Exo', sans-serif; }
  .Search-Vehicle-Result-Wrap.sr_button, .Search-Size-Result-Wrap.sr_button {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 0; }
  .Search-Vehicle-Result-Wrap.sr_button a, .Search-Size-Result-Wrap.sr_button a {
    width: 345px;
    margin: 0px 0px 15px;
    padding: 0;
    width: 282px;
    height: 62px;
    border: 0;
    border-radius: 31px;
    background-color: #ed8009;
    line-height: 62px;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .Search-Vehicle-Result-Wrap.sr_button a:hover, .Search-Size-Result-Wrap.sr_button a:hover {
      background: #f7a244;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .menuWrapMob .SizeSteps .Size-Width-List.itemsList h3, .menuWrapMob .SizeSteps .Size-Rear-Width-List h3 {
    /*background: #fff url('../img/mob_width.png') no-repeat bottom right; */
    background: url(https://www.tiremart.com/content/mob_width_new.png) bottom right no-repeat #fff;
    background-size: auto 48px; }
  .menuWrapMob .SizeSteps .Size-Sidewall-List h3, .menuWrapMob .SizeSteps .Size-Rear-Sidewall-List h3 {
    background: #fff url("../img/mob_sidewall.png") no-repeat bottom right;
    background-size: auto 48px; }
  .menuWrapMob .SizeSteps .Size-Diameter-List h3, .menuWrapMob .SizeSteps .Size-Rear-Diameter-List h3 {
    background: #fff url("../img/mob_diameter.png") no-repeat bottom right;
    background-size: auto 48px; }
  .menuWrapMob .SizeSteps .Size-Result-Window {
    width: 100%;
    float: left; }
  .menuWrapMob .SizeSteps .Size-Result-Window h3 {
    font-size: 18px;
    font-weight: 900;
    color: #0a4e66;
    line-height: 24px;
    background: #fff;
    padding: 15px 15px 5px;
    margin: 0px;
    border-top: 1px solid #d5dcde;
    border-bottom: 1px solid #d5dcde; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap {
    margin: 0 0 15px 0; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li:last-child, .menuWrapMob .Size-Result-Window ul.RearWrap li:nth-child(5) {
    clear: both;
    float: left;
    width: 100%; }
  .menuWrapMob .Size-Result-Window ul.RearWrap li .Remove-different {
    width: 233px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    color: #242424;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 30px; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li .diff_rear_lbl {
    width: 304px;
    border-radius: 21px;
    background-color: #dee7ea;
    color: #242424;
    display: inline-block;
    line-height: 24px;
    padding: 9px 15px;
    margin: 0px; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li .diff_rear_lbl .open_close_ic {
    background: url(../img/plus-desactivated.png) no-repeat center;
    height: 24px;
    width: 24px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li .diff_rear_lbl .diff_lbl_name {
    font-size: 16px;
    padding-left: 6px;
    line-height: 24px;
    color: #242424;
    display: inline-block;
    vertical-align: middle; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li .diff_rear_lbl .diff-tooltip {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px; }
  .menuWrapMob .Size-Result-Window ul.FrontWrap li .diff_rear_lbl .diff-tooltip:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    color: #287e9c; }
  .menuWrapMob .VehicleSteps > ul,
  .menuWrapMob .SizeSteps > ul {
    display: inline-block;
    width: 100%;
    background: #0a4e66;
    list-style: none;
    margin: 0px;
    padding: 12px 0 7px;
    float: left; }
  .menuWrapMob .VehicleSteps > ul li,
  .menuWrapMob .SizeSteps > ul li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    position: relative; }
  .menuWrapMob .SizeSteps > ul li {
    width: 25%; }
  .menuWrapMob .VehicleSteps > ul li:after,
  .menuWrapMob .VehicleSteps > ul li:before,
  .menuWrapMob .SizeSteps > ul li:after,
  .menuWrapMob .SizeSteps > ul li:before {
    content: "";
    height: 3px;
    width: 40%;
    position: absolute;
    top: 60%;
    background: #84a6b2; }
  .menuWrapMob .VehicleSteps > ul li.completedStep:after,
  .menuWrapMob .VehicleSteps > ul li.completedStep + li:before,
  .menuWrapMob .SizeSteps > ul li.completedStep:after,
  .menuWrapMob .SizeSteps > ul li.completedStep + li:before {
    background: #d3d3d3; }
  .menuWrapMob .VehicleSteps > ul li:after,
  .menuWrapMob .SizeSteps > ul li:after {
    right: 0; }
  .menuWrapMob .VehicleSteps > ul li:before,
  .menuWrapMob .SizeSteps > ul li:before {
    left: 0; }
  .menuWrapMob .VehicleSteps > ul li:first-child:before,
  .menuWrapMob .VehicleSteps > ul li:last-child:after,
  .menuWrapMob .SizeSteps > ul li:first-child:before,
  .menuWrapMob .SizeSteps > ul li:last-child:after {
    display: none; }
  .menuWrapMob .VehicleSteps > ul li .stepTxt,
  .menuWrapMob .SizeSteps > ul li .stepTxt {
    opacity: 0.5;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: block; }
  .menuWrapMob .VehicleSteps > ul li.currentStep .stepTxt,
  .menuWrapMob .SizeSteps > ul li.currentStep .stepTxt {
    opacity: 1; }
  .menuWrapMob .VehicleSteps > ul li .stepCircle,
  .menuWrapMob .SizeSteps > ul li .stepCircle {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-block;
    /* background: url('../img/empty.png'); */
    background: url(https://www.tiremart.com/content/empty-new.png) center;
    background-size: auto 27px;
    background-position: center;
    margin: 1px 0 0 0; }
  .menuWrapMob .VehicleSteps > ul li.currentStep .stepCircle,
  .menuWrapMob .SizeSteps > ul li.currentStep .stepCircle {
    background: url("../img/filling.svg");
    background-position: center; }
  .menuWrapMob .VehicleSteps > ul li.completedStep .stepCircle,
  .menuWrapMob .SizeSteps > ul li.completedStep .stepCircle {
    background: url("../img/completed.svg");
    background-position: center; }
  .MobileSearch .form .form-field .search_btn {
    display: none; }
  .search_btn_mob {
    display: block !important;
    position: absolute;
    right: 13px;
    top: 23px;
    font-size: 10px;
    bottom: auto;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
    color: #242424;
    padding: 0 0 0 13px; }
  .search_btn_mob:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    color: #3a3839;
    position: absolute;
    top: -15px;
    right: 10px; }
  .search_btn_mob:after {
    content: "";
    width: 1px;
    height: 26px;
    background: #d5dcde;
    position: absolute;
    left: 0;
    top: -13px; }
  .sr_button p {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #242424;
    text-transform: uppercase; }
  .MostPopularBrands .container .bottomTxt {
    margin: 0; }
  .OurCustomers {
    background: url("../img/mobile-testimonials.png") no-repeat center;
    padding: 20px 0;
    background-size: 100% auto;
    background-position: 0% 28%; }
  .OurCustomers > img {
    display: none; }
  .OurCustomers .container {
    position: static;
    transform: none; }
  .OurCustomers .container h3, .OurCustomers .container .tm_dam {
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .OurCustomers .container ul .slick-dots {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    bottom: -28px; }
  .OurCustomers .container ul .slick-dots li {
    padding: 0;
    float: none;
    display: inline-block;
    padding: 0 4px;
    height: auto;
    width: auto; }
  .slick-dots li button, .slick-dots li button:before {
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #fff; }
  .slick-dots li.slick-active button:before {
    border: 1px solid #fff;
    background: #fff; }
  .OurCustomers .container .bottomText {
    margin: 55px 0 5px; }
  .Show-All-Size-Btn,
  .Show-All-Brand-Btn {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 15px 33px;
    background: #fff; }
  #navPages-mob-ByBrand .Show-All-Brand-Btn {
    background: transparent; }
  .Show-All-Size-Btn a,
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child #navPages-mob-ByBrand .Show-All-Brand-Btn a {
    display: inline-block;
    max-width: 345px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #0a4e66;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 800;
    color: #0a4e66;
    text-transform: uppercase; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child #navPages-mob-ByBrand .Show-All-Brand-Btn a {
    padding: 0px;
    float: none; }
  .quickSearchResults, .sticky_active .quickSearchResults {
    position: absolute;
    top: 288px; }
  .quickSearchResults .searchInner > ul {
    padding: 0; }
  .quickSearchResults .searchInner > ul > li.product {
    width: 33.33%; }
    .quickSearchResults .searchInner > ul > li.product:nth-child(n+4) {
      display: none; }
  .quickSearchResults .searchInner .quickSearchBottom {
    border-top: 0; }
  .quickSearchResults .searchInner .quickSearchList {
    display: none; }
  .quickSearchResults .searchInner .quickSearchBottom .quickbottomButton {
    margin: 0; }
  .ClearSearch {
    top: 6px;
    right: 79px; }
  .menuWrapMob .Size-Result-Window ul li .form-field a.Plus {
    top: 14px;
    border: 0px; }
  .quickSearchResults .searchSuggestion {
    padding: 0; }
  .quickSearchResults .searchSuggestion ul {
    display: block; }
  .quickSearchResults .searchSuggestion ul li {
    display: inline-block;
    padding: 5px 20px;
    width: 50%; }
  .quickSearchResults .searchSuggestion ul li.ss-active {
    background: #f0f5f7;
    color: #333; }
  .quickSearchResults .searchSuggestion ul li a {
    font-size: 14px;
    color: #aaa; }
  .quickSearchResults .searchSuggestion ul li.ss-active a {
    font-weight: normal; }
  .quickSearchResults .searchInner {
    padding: 15px 15px 0px;
    background: #f0f5f7;
    float: left; }
  .quickSearchResults .searchInner > ul > li .card .card-figure {
    height: 150px; }
  .quickSearchResults .searchInner > ul > li .card .card-figure a .card-img-container img {
    max-height: 120px; }
  .Vehicle-Search-Single, .Vehicle-Search-Single .Right {
    margin: 30px 0px 0px; }
  .Vehicle-Search-Single .Left, .Vehicle-Search-Single .Right {
    width: 100%; }
  #SearchNew .modal-body .Search-Widget-Inner .tabs .tab {
    float: left; }
  .page.CatPage.Single-Search-Vehicle .CategoryTopContent .container .Vehicle-Search + .Right {
    margin: 0px; }
  .page.CatPage.Single-Search-Vehicle .CategoryTopContent .container .Vehicle-Search + .Right .SwitchSizePop {
    top: 182px; }
  .page.CatPage .CategoryOuter .LeftBar .LeftBotBanner {
    display: none; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar {
    display: block;
    position: fixed;
    top: 0px;
    background: #fff;
    width: 345px;
    right: 0px;
    z-index: 20;
    height: 100%;
    bottom: 58px;
    overflow-y: auto;
    padding: 0px;
    border: 1px solid #979797; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar #faceted-search-container {
    float: left;
    width: 100%;
    padding: 15px; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .accordion--navList .accordion-content {
    padding: 0px; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .Mob_menu_topbar {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    right: 0; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .facetedSearch-navList, .page.CatPage .CategoryOuter .LeftBar.is-open-bar .Mob_menu_topbar {
    display: block !important;
    float: left;
    width: 100%; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a {
    padding: 2px 0 3px 30px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion {
    border: 0px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-title {
    padding: 0px; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions {
    top: 0px; }
  .Mob_menu_topbar .TopBarMenu {
    width: 100%;
    float: left;
    background: #083e51;
    padding: 15px 20px; }
  .mobVehicleWrap.menuWrapMob .tm_dam, .mobSizeWrap.menuWrapMob .tm_dam {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 1px 0;
    display: inline-block; }
  .Mob_menu_topbar .TopBarMenu h3, .Mob_menu_topbar .TopBarMenu .tm_dam {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 1px 0;
    display: inline-block; }
  .Mob_menu_topbar .TopBarMenu .closeMenu {
    float: right;
    font-size: 24px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .Mob_menu_topbar .TopBarMenu .closeMenu span {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: 4px 0 0;
    font-family: Exo,sans-serif;
    display: block; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.pair-tire, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.set-of-4, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.single-tire {
    background-position: 12% 15%; }
  .custom_category.Scroll_none {
    overflow: hidden; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar {
    float: left;
    width: 100%;
    margin: 75px 0 0;
    padding: 0 15px; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar .actionBar-section {
    width: 100%; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar .actionBar-section .form-field {
    background-color: #fff;
    margin: 0;
    border-radius: 20px;
    border: 1px solid #d5dcde;
    position: relative; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar .actionBar-section .form-field select {
    height: auto;
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 40px 7px 43px;
    background: url(../img/short-down.png) 92.33% 50% no-repeat;
    width: 100%;
    max-width: 100%; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar .Left {
    display: none; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar .actionBar .actionBar-section .form-field:before {
    content: "";
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
    top: 186px; }
  .page.CatPage .CategoryTopContent.Front_Rear.Front_Rear_size .container .Right .SwitchSizePop {
    top: 173px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li a span {
    font-size: 20px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li a {
    left: 7.5px;
    right: 7.5px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul {
    margin: 0 -7.5px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li {
    padding: 15px 7.5px; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner ul, .by_Brand_all_cat ul {
    margin: 0 -7.5px; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner ul li {
    padding: 0 7.5px 15px;
    width: 25%; }
  .by_Brand_all_cat ul li {
    width: 20%;
    padding: 0 7.5px 15px; }
  .Right.Image-Block:before, .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side:before {
    width: 100%; }
  .Category-By-Brand .By-Brand-Middle {
    padding: 30px 0px 0px; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner > h2,
  .By-Brand-Middle .By-Brand-Search-Box > h3 {
    font-size: 26px;
    line-height: 35px; }
  .page.CatPage.Category-By-Brand .support_category {
    margin: 25px 0px 0px; }
  .Category-By-Brand .By-Brand-Top {
    padding: 30px 0px 20px; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Left, .page.CatPage.Category-By-Brand .CategoryTopContent .container .Right {
    width: 50%; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .CatContent h3 {
    font-size: 24px;
    margin: 0px; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .CatContent h4 {
    font-size: 16px;
    line-height: 22px; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Right > a.SwitchVSize {
    width: 100%; }
  .Content-Block h3, .Content-Block h1, .CatPage.Category-By-Size .By-Size-Top .By-Size-inner h1 {
    font-size: 32px;
    line-height: 45px; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form .form-fieldset .form-field {
    width: 410px; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form span {
    font-size: 20px; }
  .page.CatPage.Sub-Cat-Layout .CategoryOuter main.page-content {
    margin: 0px; }
  .Sub-Brand-Layout .Right.Image-Block {
    width: 42.67%; }
  .Deals_Content .Social_Btn a {
    width: 47%;
    margin: 0px 10px; }
  .page.Cms-Content .page-heading {
    margin: 40px 0 10px; }
  .custom_login .login .page-heading,
  .page.Cms-Content .page-heading {
    line-height: 40px;
    font-size: 30px; }
  .page.Cms-Content.Deals_Content .Bottom-Content {
    padding: 10px 0 30px; }
  .page.Cms-Content.Deals_Content .Bottom-Content h2 {
    margin: 20px 0;
    font-size: 28px;
    line-height: 30px; }
  .Deals_Content .Bottom_Last h2 {
    margin: 0 0 15px;
    line-height: 35px;
    font-size: 30px; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content {
    padding: 0 10px 10px; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content a {
    width: 92px;
    height: 25px;
    line-height: 25px;
    font-size: 11px; }
  .Deals_Content .Social_Btn h4 {
    font-size: 20px;
    line-height: 25px; }
  .Deals_Content .Social_Btn a {
    width: 47%;
    margin: 0px 10px; }
  .Deals_Content .Bottom_Last {
    padding: 30px 0 10px; }
  .Deals_Content .SignUpHome {
    display: block;
    padding: 20px 0px; }
  .SignUpHome .SignUpLeft, .SignUpHome form {
    width: 50%; }
  .SignUpHome form .form-field .form-input {
    width: 100%; }
  .SignUpHome .SignUpLeft h5 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 5px; }
  .page.Cms-Content.Deals_Content .SignUpHome .SignUpLeft p {
    font-size: 16px;
    margin: 0;
    line-height: 24px; }
  .page.Cms-Content .Contact-Address-block ul li {
    font-size: 14px;
    padding: 0px 0px 0px 22px; }
  .page.Cms-Content .Contact-Address-block ul li:before {
    font-size: 14px; }
  .Contact-Address-block h4 {
    font-size: 18px;
    margin: 0px 0px 10px;
    line-height: 28px; }
  .Contact-Address-block .contact_Right iframe {
    height: 200px; }
  .page.Cms-Content.contact-content .form_title {
    font-size: 30px;
    line-height: 38px; }
  .page.Cms-Content .page-heading {
    margin: 30px 0px 20px; }
  .Contact_inner .right {
    padding: 0px 0px 0px 20px; }
  .Contact_inner .form-row.form-row--half {
    margin: 0px -10px; }
  .Contact_inner .form-row.form-row--half .form-field {
    padding: 0px 10px; }
  .Contact_inner label.form-label {
    font-size: 14px; }
  .Contact_inner .form-input {
    height: 40px; }
  .contact-content .Bottom-Content {
    padding: 30px 0px; }
  .Contact_inner .LeftBotBanner .LeftBotInner h5 {
    font-size: 16px;
    line-height: 25px; }
  .Contact_inner .LeftBotBanner .LeftBotInner a {
    font-size: 13px; }
  .Contact_inner .LeftBotBanner .LeftBotInner a:before {
    font-size: 16px; }
  .Contact_inner .LeftBotInner {
    padding: 40px 15px 30px; }
  .page.Cms-Content p, .page.Cms-Content li, .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer h2 {
    font-size: 16px;
    line-height: 24px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer h2:after {
    left: -42px;
    font-size: 16px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer #prodAccordion > div:before {
    left: 40px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer #prodAccordion > div {
    padding: 9px 12px 10px 56px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer {
    margin: 0px -10px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Left,
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Right {
    padding: 0px 10px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content h4 {
    margin: 15px 0px 30px;
    font-size: 20px; }
  .Why-Top-Block .Why-Top-Inner {
    max-width: 500px;
    float: left; }
  .Why-Top-Block .Right-Side:before {
    width: 380px; }
  .Why-Middle-Inner .Left {
    width: 38%; }
  .Why-Middle-Inner .Right {
    width: 62%; }
  .Why-Middle-Inner .Left h2 {
    margin: 70px 0px 0px; }
  .page.Cms-Content .WhyBuyUsedTires {
    margin: 0px 0px 30px; }
  .Why-Middle-Inner .WhyBuyUsedTires ul li.online-stores,
  .Why-Middle-Inner .WhyBuyUsedTires ul li.best-used-tires {
    padding-top: 25px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li {
    padding: 14px 15px 14px 20px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left {
    width: 40%;
    padding-right: 15px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
    padding: 11px 0px 0px 15px;
    width: 60%; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left h4 {
    font-size: 18px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span {
    width: 100px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right h5 {
    font-size: 24px; }
  .page.Cms-Content .OurCustomers .container h3 {
    font-size: 22px;
    line-height: 30px; }
  .Why-Top-Block .Why-Top-Inner h1.page-heading + p {
    line-height: 24px;
    font-size: 16px;
    margin: 0px 0px 10px; }
  .custom_login .login-row .Login-Left {
    width: 100%; }
  .custom_login .login-form {
    padding: 15px;
    border: 0px; }
  .custom_login .login-row .panel-header {
    padding: 30px 15px 0; }
  .login .new-customer .panel-body {
    padding: 14px 15px 30px; }
  .custom_login .login-row {
    margin: 0px 0px 30px; }
  .header.Cart .Header-Left,
  .header.Cart .Header-Right {
    width: 30%; }
  .header.Cart .header-logo {
    width: 40%; }
  .header.Cart .header-logo a img {
    max-width: 260px; }
  body.custom_cart {
    padding-top: 0px; }
  .header.Cart .Header-Right ul.navUser-section--right,
  .header.Cart .Header-Right ul li {
    display: inline-block; }
  .header.Cart .header-logo > a {
    width: 100%; }
  .header.Cart .header-logo a img {
    max-height: 100%; }
  .header.Cart .header-logo {
    padding: 33px 0px; }
  .Login_Message p {
    font-size: 16px;
    padding: 0px 0px 0px 30px; }
  .Cart_Row_Outer .Left,
  .Cart_Row_Outer .Right {
    width: 100%; }
  .Cart_Row_Outer .Left {
    margin: 0px 0px 30px; }
  .cart-total-value, .cart-total-value.coupon-code-btn {
    float: right;
    width: 50%;
    text-align: right; }
  .cart-total-label {
    text-align: left; }
  .coupon-code-btn .coupon-code-cancel {
    left: 25px; }
  .header.Cart .Header-Right ul.navUser-section--right {
    display: none; }
  .header.Cart .Header-Right {
    position: absolute;
    background: #083e51;
    left: 0px;
    right: 0px;
    width: auto; }
  .header.Cart .Header-Right ul:last-child {
    margin: 9px 0px 9px;
    width: 100%;
    padding: 0px 15px; }
  .header.Cart .Header-Right ul.navUser-section--left li i,
  .header.Cart .Header-Right ul.navUser-section--right li i {
    color: #fff; }
  .header.Cart .Header-Right ul.navUser-section--left li:last-child {
    float: right; }
  .header.Cart .Header-Right ul.navUser-section--left li a > span {
    display: none; }
  .header.Cart .Header-Right ul.navUser-section--left li {
    margin: 0px;
    width: auto;
    float: left; }
  .header.Cart .Header-Right ul.navUser-section--left li a {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px; }
  .header .HeaderWrap {
    padding: 0 15px;
    position: relative;
    float: left;
    width: 100%; }
  .header.Cart .header-logo {
    padding: 54px 0px 15px;
    width: 100%;
    text-align: left;
    max-width: 330px; }
  .Head_Bg, .header.Cart .Header-Left {
    display: none; }
  .header.Cart .header-logo a img {
    max-height: 50px;
    max-width: 100%;
    display: inline-block; }
  .header.Cart .mobileMenu-toggle {
    position: absolute;
    left: auto;
    right: 15px;
    top: 57px;
    z-index: 1; }
  .header.Cart .MobileMenuLinks ul li .navPage-subMenu-horizontal {
    top: 115px;
    height: calc(100% - (115px)); }
  .header.Cart .navPages-container.is-open {
    top: 115px; }
  #Conditions-of-Sale .modal-header .modal-close {
    line-height: 39px; }
  .custom_login .login-row .inner {
    margin: 0px; }
  .custom_login .login-row .new-customer,
  .custom_login .login-row .Login-Left {
    padding: 0px; }
  .footer .footerBottom .FooterRight img {
    max-width: 95%; }
  .footer {
    margin: 0 0 57px 0; }
  #_GUARANTEE_SealSpan {
    display: none !important; }
  .ErrorContent h3 {
    font-size: 34px; }
  .ErrorPage .DealPromotions {
    padding: 40px 0; }
  .ErrorPage .SignUpHome {
    display: block; }
  .account.account--fixedSmall {
    padding: 0px 15px; }
  .header .HeaderWrap .HeaderRiht .RightWrap .previewCart ul li {
    display: block; }
  .Show-All-Button {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 15px 33px; }
  .Show-All-Button a {
    display: inline-block;
    max-width: 345px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #0a4e66;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 800;
    color: #0a4e66;
    text-transform: uppercase;
    background: #fff; }
  .bottomSlider ul li {
    display: none; }
  .main .by_Brand_all_cat ul li:nth-child(6n+1) {
    clear: none; }
  .main .by_Brand_all_cat ul li:nth-child(5n+1) {
    clear: left; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a.hideDesktop,
  .Vehicle-Search-Single .bottomDiv a.hideDesktop {
    display: inline-block; }
  .page.CatPage .Cat-Search-List-Pop .Found-Vehicle-Block a.hideMob,
  .Vehicle-Search-Single .bottomDiv a.hideMob {
    display: none; }
  .page.CatPage .Cat-Search-List-Pop {
    margin: 0px 0 30px; }
  .OurCustomers .shopperapproved_widget {
    margin: 30px 0px 0px; }
  .MobileMenuLinks ul li .Show-All-Button a {
    display: inline-block;
    max-width: 345px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #0a4e66;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 800;
    color: #0a4e66;
    text-transform: uppercase;
    background: #fff;
    padding: 0;
    float: none;
    background: transparent; }
  .usedtakeoffshipping .Left img {
    max-width: 100%; }
  .page.CatPage .CategoryTopContent .container .Left {
    width: auto; }
  .EasyToFind {
    display: block;
    margin: 0 0 30px 0; }
  .EasyToFind .OrShopBy,
  .EasyToFind .container.bot,
  .EasyToFind .container ul.TopThree {
    display: none; }
  .ShopVehicle {
    border: 0;
    background: transparent; }
  .ShopVehicle .button--primary {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .custom_default .WhyBuyUsedTires .WhyBuyUsedTires_text {
    margin: 20px auto 0; }
  .custom_default .WhyBuyUsedTires .Comparison_text {
    margin: 0 0 20px; }
  .ErrorContent h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px; }
  .ErrorContent p {
    line-height: 24px;
    font-size: 16px; }
  .ErrorContent .bottomDiv {
    margin: 0; }
  .ErrorContent .bottomDiv a {
    max-width: 345px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    width: 100%; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt img {
    max-width: 100%; }
  .MenuButtons ul li a {
    width: 165px; }
  .custom_login .footer, .custom_page_contact_form .footer, .custom_orderconfirmation .footer {
    margin: 0; }
  .custom_login .footer .footerBottom, .custom_page_contact_form .footer .footerBottom, .custom_page .footer .footerBottom, .custom_orderconfirmation .footer .footerBottom {
    padding: 20px 0px 0px; }
  .custom_login .footer .footerBottom .FooterLeft ul, .custom_page_contact_form .footer .footerBottom .FooterLeft ul, .custom_page .footer .footerBottom .FooterLeft ul, .custom_orderconfirmation .footer .footerBottom .FooterLeft ul {
    margin-bottom: 0px; }
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Make-List ul, .menuWrapMob .ValueContainer .itemsList.Vehicle-Model-List ul {
    width: 50%; }
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Option-List ul, .menuWrapMob .ValueContainer .itemsList.Vehicle-Make-List ul li, .menuWrapMob .ValueContainer .itemsList.Vehicle-Model-List ul li {
    width: 100%; }
  .header .navUser .navUser-section--left .navUser-item {
    line-height: 40px; }
  .header .HeaderWrap .Headerleft .header-logo a img {
    max-width: 137px; }
  .header .HeaderWrap .Headerleft .header-logo {
    margin: 14px 0px; }
  .header .HeaderWrap .HeaderRiht .RightWrap, .header.header_fixed .HeaderWrap .HeaderRiht .RightWrap {
    margin: 10px 0px; }
  .header .HeaderWrap .HeaderRiht .RightWrap {
    margin: 10px 0; }
  .header .navPages-container.is-open {
    top: 101px;
    overflow-y: auto;
    position: fixed;
    height: calc(100% - (101px));
    z-index: 6; }
  .Homepage-Hero .container > div.Homepage-Hero-right, .Homepage-Hero .Homepage-Hero-Left .HeadingTxt img.Web {
    display: none; }
  .top-banner-winter-tires .container .contentWrap a {
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    height: calc(100% + 25px);
    top: -13px;
    left: 0;
    border: 0; }
  .top-banner-winter-tires .container .contentWrap p {
    font-size: 20px;
    line-height: 28px;
    float: left;
    width: auto;
    max-width: 188px;
    text-align: left; }
  .top-banner-winter-tires .container .contentWrap h3 {
    float: right;
    text-align: right;
    width: auto;
    font-size: 31px;
    margin: 0px; }
  .top-banner-winter-tires .container .contentWrap h3 span {
    right: 0;
    text-align: center;
    color: #000000;
    font-weight: bold;
    width: 131.6px;
    height: 12.6px;
    line-height: 12.6px;
    font-size: 10px; }
  .top-banner-winter-tires .container .contentWrap {
    width: 100%;
    margin: 15px 0 0; }
  .top-banner-winter-tires {
    height: 105px;
    background: url("../img/mobile-promotion.png") no-repeat center;
    background-size: 100% auto; }
  .top-banner-winter-tires .container .CloseSign {
    position: absolute;
    right: 18px;
    top: -10px; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt h1 {
    font-size: 28px;
    line-height: 36px;
    margin: 0px; }
  .Homepage-Hero {
    padding: 36.5% 0 30px; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt img {
    margin-top: 15px; }
  .Homepage-Hero .Homepage-Hero-Left .HeadingTxt img.Mob, .mobSearchWidget_mn, .support .container .supportInner h3.hideDesktop, .support .container .supportInner .hideDesktop.tm_dam, .hideDesktop {
    display: block; }
  .support .container .supportInner h3.hideMob, .support .container .supportInner .tm_dam.hideMob, .hideMob {
    display: none; }
  .mobSearchWidget_mn {
    float: left;
    width: 100%;
    background: #0a4e66;
    padding: 30px 0 15px; }
  .mobSearchWidget_mn h3 {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0 0 9px;
    text-align: center; }
  .mobSearchWidget_mn ul {
    margin: 0px;
    list-style: none; }
  .mobSearchWidget_mn ul li {
    width: 100%;
    float: left;
    border-radius: 4px;
    border: solid 1px var(--border-color);
    background-color: #ffffff;
    margin: 0 0 15px; }
  .mobSearchWidget_mn ul > li > a {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative; }
  .mobSearchWidget_mn ul > li > a:after {
    content: "";
    font-size: 20px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    color: #3a3839;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    right: 15px; }
  .mobSearchWidget_mn ul li a span.Left {
    height: auto;
    width: auto;
    padding: 0px 10px 0px 0px;
    float: left;
    position: relative; }
  .mobSearchWidget_mn ul li a span.Left:after {
    height: 30px;
    width: 1px;
    background: #d5dcde;
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%; }
  .mobSearchWidget_mn ul li a span.Left img {
    max-height: 40px; }
  .mobSearchWidget_mn ul li a span.Right {
    width: auto;
    float: left;
    padding: 0 0 0 10px; }
  .mobSearchWidget_mn ul li a span.Right span {
    display: block;
    text-transform: initial; }
  .mobSearchWidget_mn ul li a span.Right span.topTxt {
    font-size: 16px;
    font-weight: 900;
    color: #0a4e66;
    line-height: 22px;
    margin: 0 0 2px; }
  .mobSearchWidget_mn ul li a span.Right span.bottomTxt {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #242424; }
  .WhyBuyUsedTires {
    margin: 30px 0px; }
  .WhyBuyUsedTires h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 5px; }
  .WhyBuyUsedTires h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px; }
  .WhyBuyUsedTires .bottomText h5 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 15px; }
  .WhyBuyUsedTires .bottomText a {
    font-size: 16px;
    width: 100%;
    max-width: 324px;
    padding: 12px 0px 10px; }
  .DealPromotions {
    margin: 30px 0px; }
  .DealPromotions .container h3, .DealPromotions .container .tm_dam {
    font-size: 22px;
    line-height: 30px; }
  .DealPromotions .container .DealOuter {
    margin: 15px -7.5px; }
  .DealPromotions .container .DealBottom a {
    width: 100%;
    padding: 12px 0 10px;
    font-size: 16px;
    line-height: 22px;
    max-width: 256px; }
  .MostPopularTireSizes .container h3, .MostPopularBrands .container h3, .support .container .supportInner h3, .support .container .supportInner .tm_dam {
    font-size: 22px;
    line-height: 30px; }
  .MostPopularTireSizes .container ul {
    margin: 15px -7.5px 15px; }
  .MostPopularTireSizes .container ul li, .MostPopularBrands .container ul li {
    width: 33.33%;
    padding: 0 7.5px 15px; }
  .MostPopularTireSizes .container ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    border: 1px solid #d5dcde;
    color: #242424; }
  .YourLeaseBuyingUsed .container .YourLease,
  .YourLeaseBuyingUsed .container .BuyingUsed {
    width: 100%;
    padding: 0px; }
  .YourLeaseBuyingUsed .container .YourLease {
    margin-bottom: 30px; }
  .YourLeaseBuyingUsed .container .BuyingUsed h3 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px; }
  .YourLeaseBuyingUsed .container .BuyingUsed h3 {
    max-width: 81%; }
  .YourLeaseBuyingUsed .container p, .support .container .supportInner p {
    font-size: 16px;
    line-height: 24px; }
  .support .container .supportInner p {
    margin: 0 0 15px; }
  .support {
    padding: 155px 0 30px; }
  .support .container .supportInner a {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 0px;
    max-width: 165px; }
  .support .container .supportInner .bottomTxt {
    margin: 10px auto 0px;
    font-size: 10px;
    color: #242424;
    text-transform: uppercase; }
  .MostPopularBrands .container .bottomTxt a {
    max-width: 189px;
    width: 100%;
    padding: 13px 10px 11px;
    font-size: 16px; }
  .support .container .supportInner a:before {
    font-size: 20px; }
  .support .container .supportInner a.chat-btn:before, .support .container .supportInner a:before {
    margin-right: 10px; }
  .footer .footerTop .container .footer-info .footer-info-col:first-child .footer-info-top {
    margin: 30px 0 0;
    width: 100%; }
  .footer .footerTop {
    padding: 30px 0 0; }
  .header .navPages-container .accountLink {
    padding: 15px 0; }
  .RecentSearchItems ul li,
  .menuWrapMob .Vehicle-Recent-Result ul li,
  .menuWrapMob .Size-Recent-Result ul li,
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Option-List ul li {
    width: 100%; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content,
  .RecentSearchItems ul li .size_inner .Size-Recent-Content,
  .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content,
  .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Content {
    margin: 0 0 0 0; }
  .menuWrapMob .ValueContainer .itemsList ul {
    width: 33.33%; }
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Make-List ul li,
  .menuWrapMob .ValueContainer .itemsList.Vehicle-Model-List ul li {
    width: 100%; }
  .zipCodeWrap .Zip-Left .form label {
    font-size: 16px;
    line-height: 22px; }
  .menuWrapMob .zipCodeWrap .Zip-Right {
    width: 100%;
    text-align: center; }
  .zipCodeWrap .Zip-Right a,
  .Search-Vehicle-Result-Wrap.sr_button a,
  .Search-Size-Result-Wrap.sr_button a {
    width: 100%;
    max-width: 345px; }
  .footer .footerTop .container .footer-info .footer-info-col:first-child .footer-info-bottom {
    width: 100%;
    padding: 0px; }
  .footer .footerTop .container .footer-info .footer-info-col {
    width: 100%;
    text-align: left;
    margin: 0 0 20px; }
  .footer .footerTop .container .footer-info .footer-info-col ul li {
    width: 50%;
    float: left; }
  .footer .footerTop .container .footer-info .footer-info-col .Best.footer-info-heading, .footer .footerTop .container .footer-info .footer-info-col .footer-info-heading, .footer .footerTop .container .footer-info .footer-info-col:nth-child(2) .footer-info-heading {
    margin: 0px 0px 12px;
    font-size: 18px;
    line-height: 26px; }
  .footer .footerTop .container .footer-info .footer-info-col ul li a {
    font-size: 16px;
    line-height: 24px; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) .footer-info-list:nth-child(2) li {
    padding: 0;
    width: 50%;
    margin: 0 0 10px; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) ul.footer-info-list:last-child li {
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop {
    border-top: 1px solid #0b6788;
    padding: 0px 15px;
    float: left;
    width: 100%;
    margin: 0px; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .Left {
    float: left;
    width: auto; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .Right {
    width: 85px;
    float: right;
    border-left: 1px solid #0b6788;
    text-align: right;
    padding-right: 3px; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .Right a {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    padding: 29px 0 9px;
    display: inline-block;
    line-height: 18px; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .Right a:before {
    content: "";
    font-size: 20px;
    font-weight: normal;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .socialLinks {
    margin: 0px;
    line-height: normal; }
  .footer .footerTop .container .footer-info .footer-info-col.hideDesktop .socialLinks li {
    margin: 15px 20px 12px 0px; }
  .mobTypeWrapMn {
    float: left;
    width: 100%; }
  .mobTypeWrapMn ul {
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    padding: 0 7.5px; }
  .mobTypeWrapMn ul li {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 0 7.5px 15px; }
  .mobTypeWrapMn ul li a {
    padding: 4px 0 8px 0;
    background: #fff;
    border: 1px solid #d5dcde;
    border-radius: 4px;
    display: block; }
  .mobTypeWrapMn ul li a .imgWrap {
    display: block;
    margin: auto;
    text-align: center;
    height: 58px;
    width: 58px; }
  .mobTypeWrapMn ul li a .txtWrap {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #0a4e66;
    margin: 1px 0 0;
    display: block;
    text-align: center; }
  .menuWrapMob .VehicleSteps > ul li:after,
  .menuWrapMob .VehicleSteps > ul li:before,
  .menuWrapMob .SizeSteps > ul li:after,
  .menuWrapMob .SizeSteps > ul li:before {
    width: 30%; }
  .WhyBuyUsedTires p {
    padding: 0 38px;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 13px; }
  .custom_default .WhyBuyUsedTires .WhyBuyUsedTires_text p {
    padding: 0; }
  .WhyBuyUsedTires ul li .Newlable,
  .WhyBuyUsedTires ul li .usedlable {
    font-size: 16px;
    line-height: 25px; }
  .OurCustomers .container .bottomText a {
    width: 100%;
    max-width: 236px;
    padding: 12px 0px 10px;
    font-size: 16px; }
  .DealPromotions .container .DealOuter .DealLeft > .HotDeals {
    font-size: 14px;
    padding: 4px 8px; }
  .DealPromotions .container .DealOuter .DealLeft .DealTxt {
    font-size: 20px; }
  .OurCustomers .container .bottomText a:after {
    font-size: 14px; }
  .WhyBuyUsedTires ul li p {
    margin: 0px; }
  .custom_default .WhyBuyUsedTires ul li p {
    margin: 0px;
    padding: 0;
    text-align: left; }
  .custom_default .WhyBuyUsedTires .bottomText {
    margin: 20px auto 0; }
  .custom_default .WhyBuyUsedTires .Comparison_text {
    font-size: 22px; }
  .custom_default .WhyBuyUsedTires ul {
    padding: 0;
    max-width: 100%; }
  .WhyBuyUsedTires ul li.new-vs-used {
    display: none; }
  .WhyBuyUsedTires ul li.online-stores,
  .WhyBuyUsedTires ul li.best-used-tires {
    width: 50%;
    padding-top: 10px;
    text-align: left; }
  .custom_default .WhyBuyUsedTires ul li.best-used-tires {
    padding: 10px 0px 0 10px; }
  .WhyBuyUsedTires ul li p {
    padding: 0; }
  .custom_default .WhyBuyUsedTires ul li.online-stores {
    width: 50%;
    padding: 10px 10px 0 0;
    text-align: right; }
  .custom_default .WhyBuyUsedTires ul li.online-stores p {
    text-align: right; }
  .WhyBuyUsedTires ul li .hideMob {
    display: none; }
  .WhyBuyUsedTires ul li .hideDesktop {
    margin: 0; }
  .WhyBuyUsedTires ul li .usedlable.hideDesktop, .WhyBuyUsedTires ul li .Newlable.hideDesktop {
    display: inline-block; }
  .WhyBuyUsedTires ul li .hideDesktop + img {
    margin: 10px 0;
    display: block; }
  .DealPromotions .container .DealOuter .DealLeft,
  .DealPromotions .container .DealOuter .DealRight {
    width: 100%; }
  .DealPromotions .container .DealOuter .DealLeft {
    margin-bottom: 15px; }
  .DealPromotions .container .DealOuter .DealRight ul li a img {
    max-height: 120px; }
  .DealPromotions .container .DealOuter .DealRight ul li .DealTxt {
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px; }
  .footer .footerBottom .FooterRight, .footer .footerBottom .FooterLeft {
    width: 100%; }
  .footer .footerBottom .container {
    padding: 0px; }
  .footer .footerBottom .FooterRight {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3; }
  .footer .footerBottom .FooterRight img {
    max-width: 287px;
    margin: 0 auto;
    display: block; }
  .footer .footerBottom .FooterLeft p.powered-by {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 16px 0; }
  .footer .footerBottom .FooterLeft ul {
    background: #f4f7f8;
    padding: 15px 0px;
    margin: 0 0 6px; }
  .footer .footerBottom .FooterLeft ul li {
    margin-right: 25px; }
  .footer .footerBottom .FooterLeft ul li:last-child {
    margin: 0px; }
  .footer .footerBottom .FooterLeft ul li a {
    font-size: 12px; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) ul.footer-info-list + h5 {
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%; }
  .footer-copyright {
    text-align: center; }
  .DealPromotions .container .DealOuter .DealLeft img {
    width: 100%; }
  .YourLeaseBuyingUsed .container h3 {
    letter-spacing: 0px;
    font-size: 20px; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Img {
    height: auto; }
  .RecentSearchItems ul li .size_inner .Size-Recent-Img img {
    max-height: 55px; }
  .footer-info-list {
    display: flex;
    flex-flow: wrap; }
  .footer-info-list li:nth-child(1) {
    order: 1; }
  .footer-info-list li:nth-child(2) {
    order: 3; }
  .footer-info-list li:nth-child(3) {
    order: 2; }
  .footer-info-list li:nth-child(4) {
    order: 4; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) ul.footer-info-list:last-child {
    display: block;
    flex-flow: inherit; }
  .quickSearchResults, .sticky_active .quickSearchResults {
    top: 252px;
    background: #f0f5f7;
    position: fixed;
    height: calc(100% - 252px); }
  .quickSearchResults h3 {
    font-size: 18px;
    line-height: 21px;
    text-align: left; }
  .quickSearchResults .searchInner .quickSearchBottom {
    border: 0px; }
  .quickSearchResults .searchInner .quickSearchBottom .quickSearchList {
    display: none; }
  .quickSearchResults .searchInner .quickbottomButton {
    padding: 0px 0 30px;
    margin: 0;
    border-top: 0; }
  .quickSearchResults .searchInner > ul {
    margin: 0  -7.5px;
    padding: 0 0 8px; }
  .quickSearchResults .searchInner > ul > li.product {
    width: 50%;
    padding: 7.5px; }
    .quickSearchResults .searchInner > ul > li.product:nth-child(n+4) {
      display: block; }
    .quickSearchResults .searchInner > ul > li.product:nth-child(n+5) {
      display: none; }
  .quickSearchResults .searchInner > ul > li .card {
    margin: 0;
    border: 1px solid #d5dcde;
    background: #fff;
    float: left;
    width: 100%;
    padding: 8px 13px 7px 4px;
    border-radius: 4px; }
  .quickSearchResults .searchInner > ul > li .card .card-figure {
    border: 0;
    width: 26%;
    background: #fff;
    height: 83px;
    float: left; }
  .quickSearchResults .searchInner > ul > li .card .card-figure a .card-img-container img {
    max-height: 83px; }
  .quickSearchResults .searchInner > ul > li .card .Bottom-Card {
    width: 74%;
    float: right;
    padding-left: 10px; }
  .quickSearchResults .searchInner > ul > li .card .card-body {
    width: 74%;
    float: left;
    padding-left: 10px;
    text-align: left; }
  .quickSearchResults .searchInner > ul > li .card .card-body .product-sku {
    display: inline-block;
    font-size: 16px;
    line-height: 24px; }
  .quickSearchResults .searchInner > ul > li .card .card-body .card-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 3px 0 0px;
    height: 24px;
    overflow: hidden; }
  .quickSearchResults .searchInner > ul > li .card .Bottom-Card .Bottom-Card-Right .card-text .price-section.price-section--withoutTax {
    font-size: 20px;
    line-height: 28px; }
  .quickSearchResults .searchInner .quickbottomButton a {
    font-size: 16px;
    line-height: 22px;
    max-width: 345px;
    width: 100%;
    padding: 14px 0 12px; }
  .Vehicle-Search-Single > .container, .Vehicle-Search-Single .Left {
    padding: 0px; }
  .Vehicle-Search-Single .Left .ImageWrap {
    padding: 0 15px; }
  .Vehicle-Search-Single .Right .toptxt {
    display: none; }
  .Vehicle-Search-Single .contentWrap {
    margin: 0px; }
  .Vehicle-Search-Single .Left .ImageWrap .ImageMn {
    max-width: 150px;
    height: 99px;
    width: 44%;
    float: left;
    margin: 0px;
    padding: 0px; }
  .Vehicle-Search-Single {
    margin: 0px; }
  .Vehicle-Search-Single .Left .ImageWrap .ImageMn img {
    position: absolute;
    transform: translateY(-50%);
    left: 0; }
  .Vehicle-Search-Single .LeftContent {
    width: 56%;
    float: left;
    text-align: left;
    padding-left: 15px;
    margin: 27px 0 26px; }
  .Vehicle-Search-Single .Left .ImageWrap .LeftContent span {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 2px; }
  .Vehicle-Search-Single .Left .ImageWrap .LeftContent h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin: 0px; }
  .Vehicle-Search-Single .Right h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px; }
  .Vehicle-Search-Single .Right .titlebottom {
    font-size: 16px;
    line-height: 24px; }
  .Vehicle-Search-Single .size_result_mn h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px; }
  .Vehicle-Search-Single .size_result_mn > ul > li, .Vehicle-Search-Single .size_result_mn > ul > li a {
    width: 100%; }
  .Vehicle-Search-Single .size_result_mn > ul > li {
    text-align: center; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .weels {
    line-height: 20px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .weels span {
    font-size: 24px;
    line-height: 30px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a {
    max-width: 345px; }
  .Vehicle-Search-Single .size_result_mn > ul > li + li::before {
    left: 0px; }
  .Vehicle-Search-Single .Important-Note {
    margin: 15px -15px 0px; }
  .Vehicle-Search-Single .Important-Note h5 {
    font-size: 12px;
    line-height: 18px;
    color: #1a9eca;
    margin: 0 0 5px; }
  .Vehicle-Search-Single .Need-Help > a, .Vehicle-Search-Single .Need-Help .Need-Help-Content p {
    font-size: 16px;
    line-height: 24px; }
  .Vehicle-Search-Single .Need-Help {
    margin: 30px -15px 0px; }
  .Vehicle-Search-Single .Need-Help .Need-Help-Content {
    margin: 0px 0px 30px; }
  .Vehicle-Search-Single .Need-Help > a {
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 24px; }
  .page.Vehicle-Search-Single.Multi .size_result_mn > ul > li {
    text-align: left;
    width: auto; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.front, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.front {
    font-size: 16px;
    line-height: 18px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear {
    margin: 11px 0 0 24px;
    font-size: 12px;
    line-height: 20px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.front {
    margin: 11px 0 0 15px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .weels, .Vehicle-Search-Single .size_result_mn > ul > li a .front, .Vehicle-Search-Single .size_result_mn > ul > li a .rear {
    line-height: 20px;
    font-size: 12px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear span {
    font-size: 16px;
    line-height: 18px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a:after, .Vehicle-Search-Single .size_result_mn > ul > li ul li a:after {
    margin: 0 15px 0px 0px; }
  .Vehicle-Search-Single .size_result_mn > ul > li ul li, .Vehicle-Search-Single .size_result_mn > ul > li ul li a {
    width: 100%; }
  .Vehicle-Search-Single .size_result_mn > ul > li ul li a {
    max-width: 295px;
    font-size: 14px; }
  .Vehicle-Search-Single .size_result_mn > ul > li ul li a span + span {
    font-size: 16px; }
  .Vehicle-Search-Single .size_result_mn > ul > li ul li a span {
    margin: 0 49px 0 0; }
  .page.CatPage.Single-Search-Vehicle .CategoryTopContent .container .Vehicle-Search + .Right .SwitchSizePop {
    top: 131px; }
  .page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn {
    margin: 10px 0 9px 75px; }
  .header .navPages-container .accountLink .navPages-list li {
    vertical-align: middle; }
  .header .navPages-container .accountLink .navPages-list li a {
    max-width: 105px;
    font-size: 12px; }
  /* .header .navPages-container .accountLink .navPages-list li:last-child a {
	    line-height: 14px;
	    padding: 8px 0;
	} */
  .header .navPages-container .accountLink .navPages-list li:last-child {
    line-height: 14px;
    vertical-align: middle; }
  .custom_category .CatBottomStickyBar.hideDesktop {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 0 15px;
    z-index: 3; }
  .CatBottomStickyBar .BottomStickyLeft {
    float: left;
    width: 74%;
    padding: 12px 0 11px 0px; }
  .CatBottomStickyBar .BottomStickyLeft .CatImg {
    float: left;
    width: auto; }
  .CatBottomStickyBar .BottomStickyLeft .CatImg img {
    max-height: 32px; }
  .CatBottomStickyBar .BottomStickyLeft .CatContent {
    float: left;
    width: auto;
    padding: 0 0 0 10px; }
  .CatBottomStickyBar .BottomStickyLeft .CatContent p {
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    color: #242424;
    margin: 0;
    text-transform: uppercase; }
  .CatBottomStickyBar .BottomStickyLeft .CatContent span {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    color: #242424; }
  .CatBottomStickyBar .CatBotmenu {
    float: right;
    width: 26%;
    border-left: 1px solid #eaeaea;
    max-width: 90px;
    padding: 15px 0px;
    text-align: right; }
  .CatBottomStickyBar .CatBotmenu a {
    font-size: 12px;
    font-weight: bold;
    color: #3a3839;
    text-transform: uppercase;
    position: relative;
    line-height: 14px;
    float: right; }
  .CatBottomStickyBar .CatBotmenu a:before {
    content: "";
    color: #4295f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    margin-right: 15px;
    font-family: "Font Awesome 5 Free";
    font-size: 20px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li span.Performance_mob_Lable {
    display: block; }
  .MostPopularTireSizes .container ul li:nth-child(n+13), .MostPopularBrands .container ul li:nth-child(n+10) {
    display: none; }
  .MostPopularBrands .container ul li a {
    height: 56px;
    padding: 0 4px;
    border-radius: 4.9px; }
  .MostPopularBrands .container ul li a img {
    max-height: 53px;
    height: auto; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
    top: 125px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left > div.CatContent span {
    font-size: 19px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatContent > div.front_left {
    margin-right: 20px; }
  .page.CatPage .CategoryTopContent.Front_Rear.Front_Rear_size .container .Right .SwitchSizePop {
    top: 108px; }
  .page.CatPage .CategoryTopContent.Front_Rear {
    padding: 7px 0 5px; }
  .CatPage.By-Season .By-Season-Outer > .container, .Common-des .model_top_inner, .Common-des.Category-By-Brand > .container {
    padding: 0px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side, .Right.Image-Block {
    position: relative; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side:before, .Right.Image-Block:before {
    display: none; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side, .Common-des .Content-Block {
    padding: 0 15px;
    margin: -28px 0px 0px;
    max-width: 100%; }
  .Common-des .mn_more_wrap {
    padding: 0px 15px; }
  .Des-Cont-full ul li {
    width: 100%;
    padding: 0 0 15px; }
  .Des-Cont-full ul {
    margin: 0px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side h1, .Content-Block h3, .Content-Block h1 {
    font-size: 24px;
    line-height: 36px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side p, .Des-Cont p, .Des-Cont-full p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px; }
  .Des-Cont-full ul li p, .Des-Cont-full ul li h4 {
    font-size: 16px;
    line-height: 24px; }
  .Common-des .mn_more_wrap {
    margin: 0 0 30px; }
  .Des-Cont-full {
    margin: 0px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Right-Side > img, .Right.Image-Block > img {
    width: 100%; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom {
    padding: 0 15px;
    margin: 15px 0px 0px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul {
    margin: 0px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li {
    padding: 0 0 15px;
    width: 100%; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li > img {
    width: 100%; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li a {
    left: 0;
    right: 0;
    top: 0; }
  .CatPage.By-Season .support_category {
    margin: 15px 0px 0px; }
  .Common-des .Right.Image-Block:after {
    content: "";
    background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.8) 44%, rgba(255, 255, 255, 0));
    height: 117px;
    width: auto;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0; }
  .page.CatPage.Sub-Cat-Layout .Sub-Cat-Top {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px; }
  .Sub-Cat-Top p a {
    font-size: 14px; }
  .Sub-Cat-Top p {
    font-size: 14px;
    font-weight: normal;
    color: #1a9eca;
    margin: 0;
    line-height: 20px;
    display: inline-block;
    padding: 0 0 0 35px;
    position: relative; }
  .Sub-Cat-Top p:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    left: 0; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner > h2,
  .By-Brand-Middle .By-Brand-Search-Box > h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: left; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner ul li {
    width: 33.33%; }
  .By-Brand-Middle .By-Brand-Search-Box .form .form-fieldset {
    display: none; }
  .Category-By-Brand .By-Brand-Middle > .container {
    padding: 0px; }
  .Category-By-Brand .By-Brand-Middle .By-Brand-Search-Box {
    padding: 30px 15px 0px;
    border-top: 1px solid #d5dcde; }
  .By-Brand-Middle .By-Brand-Search-Box .form {
    text-align: left; }
  .by_Brand_all_cat {
    padding: 15px;
    background: #f4f7f8;
    border-top: 1px solid #d5dcde; }
  .By-Brand-Middle .By-Brand-Search-Box .form .Search-Label, .Category-By-Brand .Brand-Des p, .Category-By-Brand .Brand-Des ul li h4 {
    text-align: left;
    font-size: 16px;
    line-height: 24px; }
  .page.CatPage.Category-By-Brand .support_category {
    margin: 0px; }
  .Category-By-Brand .By-Brand-Middle {
    padding: 0px; }
  .by_Brand_all_cat ul li {
    width: 33.33%; }
  .Brand-top-block .Brand-Image-Left, .Brand-top-block .Brand-Content-Right, .Category-By-Brand .Brand-Des ul li {
    width: 100%; }
  .Category-By-Brand .Brand-Des ul {
    margin: 0px; }
  .Category-By-Brand .Brand-Des ul li {
    padding: 0px 0px 15px; }
  .page.CatPage.Category-By-Brand.Sub .CategoryTopContent {
    margin: 30px 0px 0px; }
  .Category-By-Brand.Sub .by_Brand_all_cat {
    border-bottom: 1px solid #d5dcde; }
  .Brand-top-block .Brand-Content-Right {
    padding: 0px; }
  .Brand-top-block .page-heading {
    font-size: 24px;
    line-height: 32px; }
  .Brand-top-block {
    padding: 15px 0px 0px; }
  .Category-By-Brand .Brand-Des ul li p {
    margin: 0px; }
  .Sub-Brand-Layout .Right.Image-Block, .Sub-Brand-Layout .Common-des .Content-Block {
    width: 100%;
    float: left;
    text-align: left; }
  .Sub-Brand-Layout .Common-des .Content-Block {
    padding: 0px; }
  .CatPage.Category-By-Size .By-Size-Top {
    margin: 30px 0px 20px; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner h1 {
    font-size: 24px;
    line-height: 32px; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form {
    text-align: center; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form span {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box {
    background-position: center bottom;
    padding: 0px 0px 140px; }
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li {
    width: 25%;
    padding: 7.5px 15px; }
  .CatPage.Category-By-Size .by_size_left {
    margin: 30px 0px 0px;
    background: #f4f7f8;
    border-top: 1px solid #d5dcde; }
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat {
    margin: 7.5px 0px 20px; }
  .page.CatPage.Category-By-Size .support_category {
    margin: 0px; }
  .Category-By-Size .By-Size-Options {
    float: left;
    width: 100%;
    padding: 0 15px; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li {
    width: 12.5%;
    padding: 6px 5px; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li a {
    width: 100%; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Left, .page.CatPage.Category-By-Brand .CategoryTopContent .container .Right, .page.CatPage.Category-By-Brand .CategoryTopContent .container .Left div.CatContent {
    width: 100%; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Right {
    padding: 10px 0px 0px; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Left div.CatContent {
    text-align: center;
    margin: 25px 0 0px; }
  .page.CatPage.Category-By-Brand .CategoryTopContent .container .Right > a.SwitchVSize {
    display: none; }
  .page.CatPage.Category-By-Brand .MenuButtons ul li {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 15px; }
  .Brand-top-block .Brand-Image-Left > img, .Sub-Brand-Layout .Right.Image-Block > img {
    max-width: 200px; }
  .Brand-top-block .Brand-Image-Left, .Sub-Brand-Layout .Right.Image-Block {
    margin: 0 0 15px; }
  .Common-des {
    min-height: auto; }
  .Sub-Brand-Layout .Right.Image-Block {
    padding: 0px; }
  .Right.Image-Block .No-Image-layout {
    margin: 25px auto 30px; }
  .custom_login .login .page-heading,
  .page.Cms-Content .page-heading {
    line-height: 32px;
    font-size: 24px; }
  .page.Cms-Content .page-heading {
    margin: 30px 0 10px;
    text-align: center; }
  .page.Cms-Content.contact-content .page-heading {
    padding: 0px 15px; }
  .page.Cms-Content li, .page.Cms-Content p {
    font-size: 16px;
    line-height: 24px; }
  .page.Cms-Content.Deals_Content .Bottom-Content h2 {
    font-size: 22px;
    margin: 20px 0px 15px; }
  .page.Cms-Content.Deals_Content .Top-Content {
    text-align: left; }
  .Discount_banner > div .Discount_Overlay p {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 28px; }
  .Discount_banner > div .Discount_Overlay h3 {
    font-size: 37px;
    line-height: 39px;
    margin: 0 0 4px; }
  .Discount_banner > div .Discount_Overlay h4 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 27px; }
  .page.Cms-Content.Deals_Content .Bottom-Content .Discount_banner > h4 {
    font-size: 20px;
    margin: 15px 0 30px;
    line-height: 28px; }
  .SignUpHome .SignUpLeft, .SignUpHome form {
    width: 100%;
    text-align: center; }
  .Deals_Content .SignUpHome {
    padding: 30px 0px; }
  .SignUpHome .SignUpLeft h5, .SignUpHome .SignUpLeft .tm_dam {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 10px; }
  .SignUpHome form {
    margin: 15px 0px 0px; }
  .Deals_Content .Bottom_Last h2 {
    margin: 0px 0px 15px;
    line-height: 30px;
    font-size: 22px; }
  .Deals_Content .Bottom_Last ul li {
    padding: 0px 0px 15px;
    width: 100%; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content {
    padding: 0 15px 15px; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content h3 {
    margin: 0px 0px 5px;
    font-size: 20px;
    line-height: 25px;
    display: block; }
  .page.Cms-Content.Deals_Content .Bottom_Last ul li .Overlay_Content a {
    width: 102px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    float: left; }
  .Deals_Content .Bottom_Last {
    padding: 30px 0px 0px; }
  .Deals_Content .Social_Btn a {
    width: 100%;
    margin: 0px 0px 15px; }
  .Deals_Content .Social_Btn a.insta {
    margin: 0px; }
  .page.Cms-Content .Top-Content, .page.Cms-Content.FAQS-CONTENT .Top-Content, .page.Cms-Content .Top-Content {
    text-align: left; }
  .page.Cms-Content.contact-content .form_title {
    font-size: 22px;
    line-height: 30px; }
  .Contact_inner .left,
  .Contact_inner .right {
    padding: 0px;
    width: 100%; }
  .Contact_inner .form-row.form-row--half .form-field.full-name {
    width: 100%; }
  .Contact_inner .form-row.form-row--half .form-field,
  .Contact_inner .form-row.form-row--half .form-field.Email {
    width: 50%; }
  .Contact_inner label.form-label {
    font-size: 16px; }
  .Contact_inner .form-row.form-row--half {
    margin: 0px -7.5px; }
  .Contact_inner .form-row.form-row--half .form-field {
    padding: 0px 7.5px; }
  .Contact_inner textarea#contact_question {
    min-height: 153px; }
  .Contact_inner .left .button--primary {
    width: 178px; }
  .Contact_inner .right {
    margin: 50px 0px 0px; }
  .Contact_inner .right .LeftBotBanner {
    margin: 0 -15px; }
  .Contact_inner .LeftBotInner {
    border-radius: 0px; }
  .Contact_inner .LeftBotInner {
    padding: 49px 15px 15px; }
  .Contact_inner .LeftBotBanner .LeftBotInner h5 {
    font-size: 20px;
    line-height: 28px; }
  .Contact_inner .LeftBotBanner .LeftBotInner a {
    font-size: 14px; }
  .Contact_inner .LeftBotBanner .LeftBotInner a:before {
    font-size: 20px; }
  .Contact_inner {
    padding: 0px 0px 30px; }
  .contact-content .Bottom-Content .Top-Content {
    padding: 0px 15px; }
  .contact-content .Bottom-Content .Top-Content p {
    margin: 0px; }
  .Contact-Address-block .contact_Left,
  .Contact-Address-block .contact_Right {
    width: 100%; }
  .Contact-Address-block .contact_Left,
  .page.Cms-Content.contact-content .Bottom-Content .form_title {
    padding: 0px 15px; }
  .Contact-Address-block .container {
    padding: 0px; }
  .Contact-Address-block .contact_Right iframe {
    height: 295px; }
  .page.Cms-Content .Contact-Address-block ul li {
    font-size: 16px;
    padding: 0px 0px 0px 25px; }
  .page.Cms-Content .Contact-Address-block ul li strong, .page.Cms-Content .Contact-Address-block ul li.Pn-Row a {
    display: block; }
  .page.Cms-Content .Contact-Address-block ul li.Pn-Row, .page.Cms-Content .Contact-Address-block ul li.Ph-Row {
    width: 50%;
    float: left; }
  .page.Cms-Content .Contact-Address-block ul li.Cc-Row,
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Left,
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content .Outer .Right {
    width: 100%;
    float: left; }
  .page.Cms-Content .Contact-Address-block ul li:before {
    font-size: 16px; }
  .Contact-Address-block .contact_Right iframe {
    margin-top: 10px; }
  .Contact_inner .form-input {
    height: 46px; }
  .page.Cms-Content.FAQS-CONTENT .Bottom-Content h4 {
    font-size: 16px;
    line-height: 24px; }
  .page.Cms-Content .page-content--centered.Terms-Content .page-heading {
    padding: 0px; }
  .page.Cms-Content li {
    margin: 0px 0px 10px; }
  .page.Cms-Content ul {
    margin: 0px 0px 0px 20px; }
  .page.Cms-Content .Terms-Content p {
    margin: 0px 0px 15px; }
  .page.Cms-Content h3 {
    font-size: 18px;
    line-height: 25px; }
  .Why-Top-Block .Right-Side:before {
    display: none; }
  .Why-Top-Block .Why-Top-Inner {
    max-width: 100%; }
  .Why-Top-Block .Right-Side {
    position: relative;
    top: auto;
    right: auto; }
  .Why-Top-Block .Right-Side img,
  .Why-Top-Block .Right-Side,
  .Why-Top-Block .Left-Side,
  .Why-Middle-Inner .Left,
  .Why-Middle-Inner .Right,
  .Why-Middle-Inner .Right ul {
    width: 100%; }
  .Why-Top-Block > .container {
    padding: 0px; }
  .Why-Top-Block .Left-Side {
    padding: 0px 15px;
    margin-top: -41px; }
  .Why-Top-Block .Why-Top-Inner h1.page-heading {
    margin: 0px 0px 10px; }
  .Why-Top-Block .Why-Top-Inner h1.page-heading + p {
    font-size: 18px;
    line-height: 24px; }
  .Why-Middle-Inner .Left h2 {
    margin: 25px auto 0px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    max-width: 290px; }
  .page.Cms-Content .WhyBuyUsedTires ul li.online-stores span.bottomLine {
    float: left; }
  .Why-Middle-Inner .Right ul {
    margin: 0px; }
  .page.Cms-Content .WhyBuyUsedTires .bottomText {
    margin: 0px; }
  .page.Cms-Content .WhyBuyUsedTires {
    margin: 0px 0px 60px; }
  .Why-Bottom-Block {
    padding: 30px 0px; }
  .Why-Bottom-Block > .container {
    padding: 0px; }
  .page.Cms-Content .Why-Bottom-Block > .container > h3 {
    font-size: 22px;
    line-height: 30px;
    padding: 0px 15px; }
  .page.Cms-Content .Why-Bottom-Block > .container > p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 15px;
    padding: 0px 15px; }
  .page.Cms-Content .Why-Bottom-Block .Why-Bottom-Inner ul {
    margin: 0px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li {
    padding: 15px;
    border-radius: 0px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left,
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
    width: 100%;
    border: 0px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Left h4 {
    margin: 0px 0px 5px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right {
    padding: 24px 0px 0px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right > span {
    width: 94px;
    height: 38px;
    line-height: 24px;
    padding: 10px 0px 4px; }
  .Why-Bottom-Block .Why-Bottom-Inner a.All-Shop-Btn {
    margin: 20px 0px 0px;
    width: 189px;
    font-size: 16px;
    line-height: 50px;
    height: 50px; }
  .custom_login .login .page-heading {
    display: none; }
  .custom_login .login-form {
    padding: 30px 15px 15px; }
  .login .new-customer .panel-body {
    padding: 10px 15px 30px; }
  .custom_login .new-customer-fact {
    font-size: 16px;
    line-height: 24px; }
  .Review_cart_Title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 5px; }
  .Login_Message,
  .custom_cart .cart-list .cart-item,
  .Cart_Row_Outer .Right .Right_Inner,
  .Cart_Row_Outer .Right .Right_Inner .cart-totals {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px; }
  .custom_cart .cart-list .cart-item .cart-item-title {
    padding: 0px 0px 10px 16px;
    height: auto; }
  .custom_cart .cart-list .cart-item .cart-item-name {
    line-height: 28px;
    font-size: 20px; }
  .custom_cart .cart-list .cart-item span.product-sku {
    font-size: 18px;
    line-height: 28px; }
  .Review_cart_Title {
    padding: 0px 15px; }
  .custom_cart .cart-list .cart-item .cart-item-info {
    float: left;
    text-align: left;
    width: auto; }
  .custom_cart .cart-list .cart-item .cart-item-info .cart-item-value {
    padding: 0px; }
  .custom_cart .cart-list .cart-item .cart-item-info:last-child {
    float: right;
    width: auto;
    clear: none; }
  .Cart_Row_Outer .Right .Right_Inner {
    padding: 30px 0px; }
  .cart-total-label,
  .cart-total-value {
    font-size: 16px;
    line-height: 24px; }
  .Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-label,
  .Cart_Row_Outer .Right .Right_Inner .cart-totals .cart-total:last-child .cart-total-value {
    padding: 11px 15px;
    font-size: 20px;
    line-height: 28px; }
  .header.Cart .Header-Right ul.navUser-section--left li.navUser-item--chat a {
    font-weight: 900;
    text-transform: uppercase; }
  .cart-actions.Checkout, .custom_cart .Terms_check {
    padding: 0px 15px; }
  .custom_cart .Cart_page_inner > .container {
    padding: 0px; }
  .Login_Message {
    padding: 11px 15px; }
  .Login_Message p {
    font-size: 14px;
    padding: 0px 0px 0px 30px;
    line-height: 20px; }
  .header.Cart .header-logo {
    max-width: 220px; }
  .header.Cart .header-logo img {
    max-height: 31px; }
  .header.Cart .mobileMenu-toggle {
    top: 50px; }
  .header.Cart .MobileMenuLinks ul li .navPage-subMenu-horizontal,
  .header.Cart .navPages-container.is-open {
    top: 100px;
    height: calc(100% - (100px)); }
  .Cat_Footer .Cat_Footer_Left,
  .Cat_Footer .Cat_Footer_Right {
    width: 100%;
    text-align: center;
    margin: 0px; }
  .Cat_Footer .Cat_Footer_Right div {
    float: none; }
  .Cat_Footer .Cat_Footer_Left {
    padding-top: 13px; }
  .Cat_Footer {
    padding: 30px 0px 14px; }
  .custom_cart .Cart_page_inner {
    padding: 0px 0px 30px; }
  .Cart_Row_Outer {
    margin: 0px; }
  .Cart_Row_Outer .Left,
  .Cart_Row_Outer .Right {
    padding: 0px; }
  .Cart_Row_Outer .Right .Right_Inner .cart-totals {
    margin-bottom: 20px; }
  .estimator-form .button--primary {
    padding: 15px 8px; }
  .coupon-code-btn .coupon-code-cancel {
    left: -25px; }
  .cart-form.coupon-code {
    width: 50%;
    max-width: 100%; }
  .cart-form.coupon-code .coupon-form .button--primary {
    width: 66px; }
  .page.Cms-Content.Deals_Content .page-content--centered h1.page-heading, .page.Cms-Content.FAQS-CONTENT .Top-Content, .page.Cms-Content.FAQS-CONTENT h1.page-heading {
    padding: 0px 15px; }
  .Sub-Brand-Layout .Common-des .Content-Block {
    padding: 15px 15px 0; }
  .Sub-Brand-Layout .Des-Cont-full ul li {
    width: 100%; }
  .Sub-Brand-Layout .Des-Cont-full ul li:nth-child(3n+1) {
    clear: none; }
  .Sub-Brand-Layout .Right.Image-Block > img {
    max-height: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Life.no_bg span,
  .productView-product .BelowProductName .Bottom-Card-Left ul li.Tread-Life.no_bg span {
    font-size: 17px; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card .Outer .Bottom-Card-Left ul li.Tread-Life.no_bg img,
  .productView-product .BelowProductName .Bottom-Card-Left ul li img {
    max-width: 20px; }
  .Deals_Content .Bottom_Last ul {
    margin: 0px; }
  .forgot_pass .page-heading {
    line-height: 32px;
    font-size: 24px;
    margin: 30px 0px 10px; }
  .MobileMenuLinks ul li .navPage-subMenu-horizontal,
  .MobileMenuLinks.menuOpen {
    top: 101px;
    height: calc(100% - (101px));
    z-index: 12; }
  .previewCart .cart-mob-button,
  .previewCart .CartMob_topbar,
  .previewCart .mob_check_img {
    display: block; }
  .previewCart .mob_check_img {
    text-align: center; }
  .previewCart .mob_check_img img {
    max-width: 345px; }
  .previewCart .cart-mob-button {
    padding: 15px;
    background: #f5f8f9;
    float: left;
    width: 100%;
    border-top: 1px solid #d5dcde;
    text-align: center; }
  .navUser-item--cart .dropdown-menu.is-open:before {
    display: none; }
  .navUser-item--cart .dropdown-menu.is-open {
    position: fixed !important;
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    top: 0px !important;
    overflow-y: auto;
    height: 100%; }
  .previewCart .CartMob_topbar {
    width: 100%;
    float: left;
    background: #083e51;
    padding: 15px 20px; }
  .previewCart .CartMob_topbar h3 {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 1px 0;
    display: inline-block; }
  .previewCart .CartMob_topbar .closeMenu {
    float: right;
    font-size: 24px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 15px;
    padding: 0 0 0 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .previewCart .CartMob_topbar .closeMenu span {
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: 4px 0 0;
    font-family: Exo,sans-serif;
    display: block; }
  body.cartPopupOverlay {
    overflow: hidden;
    position: fixed; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody > a {
    display: none; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody p {
    margin-bottom: 30px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody a {
    float: none;
    width: 47.83%;
    margin: 0 7.5px 0px 0px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 800; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody a:last-child {
    margin: 0px 0px 0px 7.5px; }
  .previewCart {
    background: #ffffff; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-Total-Price,
  .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-price,
  .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem-content .previewCartItem-name a {
    font-size: 16px;
    line-height: 24px; }
  .cartPopupOverlay .cartpopup_bg_black {
    display: none !important; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem {
    padding: 15px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList {
    padding: 0px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    padding: 15px 0px 0px;
    background: #fff; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
    padding: 0px 15px;
    text-align: center; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row {
    margin: 0 -15px 0px;
    float: none;
    width: auto;
    border-bottom: 1px solid #d5dcde;
    padding-bottom: 15px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row:after {
    content: "";
    display: block;
    clear: both; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout a {
    margin: 15px auto 0;
    max-width: 345px;
    float: none; }
  .mob_check_img {
    width: 100%;
    padding: 60px 15px;
    float: left;
    background: #f5f8f9; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row li {
    padding: 0px 15px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout a {
    padding: 16px 0px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout .total-row {
    background: #fff; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
    background: #f5f8f9; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.pair-tire, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.set-of-4, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.single-tire {
    background-position: 5% 15%; }
  .page.CatPage .CategoryOuter .LeftBar.is-open-bar {
    width: 100%; }
  .main .by_Brand_all_cat ul li:nth-child(5n+1) {
    clear: none; }
  .main .by_Brand_all_cat ul li:nth-child(3n+1) {
    clear: left; }
  .subcat_top_banner {
    min-height: 74px; }
  .subcat_top_banner .sub_left h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 21px 0px; }
  .paypal-button.paypal-button-number-2 {
    display: none !important; }
  .custom_cart .cart-additionalCheckoutButtons .FloatRight {
    padding: 0px 15px; }
  .Cat_Footer .Cat_Footer_Right div.Top,
  .Cat_Footer .Cat_Footer_Right div {
    text-align: center; }
  .Cat_Footer .Cat_Footer_Right div.Bottom img {
    margin-left: 7px; }
  body.is-openSizeVehicle {
    position: fixed;
    overflow: hidden; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Sale-Badge {
    max-width: 85px; }
  .OurCustomers .shopperapproved_widget > div:nth-last-child(2) {
    display: none !important; }
  .OurCustomers .sa_wide .sa_comments {
    height: 64px !important; }
  .OurCustomers .container .bottomText {
    margin: 15px 0 5px; }
  .OurCustomers .sa_wide .sa_review {
    width: 50%; }
  .Vehicle-Search-Single .bottomDiv {
    margin: 15px 0px 30px; }
  .Vehicle-Search-Single .bottomDiv a {
    width: 325px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border-radius: 23px; }
  .CatBottomStickyBar .BottomStickyLeft.NullResultSticky {
    padding: 12px 0px 11px 5px; }
  .CatBottomStickyBar .BottomStickyLeft.NullResultSticky p {
    font-size: 10px;
    margin: 0px 0px 5px;
    line-height: 14px; }
  .CatBottomStickyBar .BottomStickyLeft.NullResultSticky .CatContent {
    padding: 0px;
    line-height: 14px; }
  .CatBottomStickyBar .BottomStickyLeft.NullResultSticky .CatContent .StickyLink {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #242424;
    cursor: pointer; }
  .CatBottomStickyBar .BottomStickyLeft.NullResultSticky .CatContent .StickyLink:last-child {
    padding-left: 30px; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent {
    max-width: 100%; }
  .EasyToFind h3 {
    font-size: 22px;
    line-height: 30px; }
  .ShopVehicle {
    margin: 0; }
  .ShopVehicle ul {
    margin: 20px 0 0;
    padding: 0; }
  .ShopVehicle ul li {
    width: 33.33%; }
  .ShopVehicle ul li, .ShopVehicle ul li:nth-child(5) ~ li {
    margin-bottom: 15px;
    padding: 0 7.5px; }
  .ShopVehicle ul li:last-child {
    display: none; }
  .ShopVehicle ul li a {
    padding: 5px 0; }
  .ShopVehicle ul li a img {
    max-width: 65px; }
  .ShopVehicle .button--primary {
    padding: 14px 28px 12px;
    font-size: 16px; } }

@media screen and (max-width: 767px) and (min-width: 479px) {
  .DealPromotions .container .DealOuter .DealRight ul li a img {
    max-height: 200px; }
  .DealPromotions .container .DealOuter .DealRight ul li .DealTxt {
    font-size: 22px; }
  .DealPromotions .container .DealOuter .DealLeft .DealTxt {
    font-size: 30px; } }

@media screen and (max-width: 767px) and (min-width: 400px) {
  .support .container .supportInner a, .support .container .supportInner a:last-child, .support .container .supportInner a.call-btn {
    float: none;
    margin: 0 7.5px; }
  .top-banner-winter-tires {
    background-size: 100% auto; } }

@media screen and (max-width: 568px) {
  .quickSearchResults .searchInner > ul > li.product {
    width: 100%; } }

@media screen and (max-width: 479px) {
  #navPages-mob-shopTires #navPages-mob-ByType ul.navPage-subMenu-list li.navPage-subMenu-item-child {
    width: 50%; }
  .OurCustomers {
    background-position: center; }
  .MostPopularBrands .container ul li a {
    height: 36px; }
  .MostPopularBrands .container ul li a img {
    max-height: 33px; }
  .top-banner-winter-tires {
    background-size: auto 100%; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Right .SwitchSizePop {
    top: 120px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left > div.CatContent span {
    font-size: 12px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatContent > div.front_left {
    margin-right: 10px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatImg {
    max-width: 133px;
    padding: 0 8px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left .CatContent {
    margin: 0px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .ClearSizeSearch {
    line-height: 15px;
    margin: 0 0 4px 5px;
    font-size: 11px;
    height: 26px; }
  .page.CatPage .CategoryTopContent.Front_Rear_size .container .Left > div.CatContent p {
    font-size: 11px;
    line-height: 14px; }
  .page.CatPage .CategoryTopContent.Front_Rear.Front_Rear_size .container .Right .SwitchSizePop {
    top: 105px; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Bottom ul li > img {
    width: auto; }
  .CatPage.By-Season .By-Season-Outer .By-Season-Top .Left-Side {
    margin: -40px 0px 0px; }
  .Category-By-Brand .By-Brand-Top .By-Brand-inner ul li a {
    height: 43px; }
  .Category-By-Brand.Sub .by_Brand_all_cat ul li {
    width: 50%; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li {
    width: 14.28%; }
  .CatPage.Category-By-Size .By-Size-Top .By-Size-inner .By-Size-Options ul li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0px; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box {
    background-size: auto 83px;
    padding: 0px 0px 83px; }
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul {
    margin: 0 -7.5px; }
  .CatPage.Category-By-Size .by_size_left .by_size_all_cat ul li {
    padding: 7.5px;
    width: 33.33%; }
  .CatPage.Category-By-Size .By-Size-Middle .By-Size-Search-Box .form {
    padding: 0 30px; }
  .page.CatPage.Category-By-Brand .MenuButtons ul {
    margin: 0 -7.5px; }
  .page.CatPage.Category-By-Brand .MenuButtons ul li {
    padding: 0 6px; }
  .Brand-top-block .Brand-Image-Left img, .Sub-Brand-Layout .Right.Image-Block > img {
    max-width: 161px; }
  .Why-Bottom-Block .Why-Bottom-Inner ul li .Bottom-Right h5 {
    font-size: 24px;
    line-height: 26px;
    margin: -14px 0px 0px;
    text-align: center;
    max-width: 125px; }
  .custom_cart .cart-list .cart-item .cart-item-brand {
    font-size: 10px;
    line-height: 14px; }
  .custom_cart .cart-list .cart-item .cart-item-info span.PerTire {
    font-size: 12px;
    line-height: 18px; }
  .custom_login .login-form .form-actions input {
    width: auto; }
  .Sub-Brand-Layout .Right.Image-Block > img {
    max-height: 100%; }
  .menuWrapMob .Vehicle-Result-Window ul li, .menuWrapMob .Size-Result-Window ul li {
    padding: 15px 15px 0px;
    float: right;
    clear: right; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-emptyBody a {
    float: left; }
  .navUser-item--cart .dropdown-menu.is-open {
    background: #f5f8f9; }
  .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.pair-tire, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.set-of-4, .page.CatPage .CategoryOuter .LeftBar #facetedSearch-navList .accordion .accordion-block .accordion-content .navList .navList-item a.single-tire {
    background-position: 10% 15%; }
  .custom_cart span.Box-layout {
    vertical-align: top; }
  .custom_cart .Terms_check label {
    max-width: 79%;
    margin-left: 15px; }
  .page.Vehicle-Search-Single.Multi .size_result_mn > ul > li {
    width: 100%; }
  .page.CatPage .CategoryOuter main.page-content .AllProductListing > ul > li .card .Bottom-Card-Last .Outer .Last-Left .Risk-Paypal-Img img {
    max-width: 100%;
    margin: 0 auto; }
  .OurCustomers .sa_wide .sa_review {
    width: 100%; }
  .OurCustomers .shopperapproved_widget > div:nth-child(n+2) {
    display: none !important; }
  .OurCustomers .shopperapproved_widget {
    margin: 10px 0px 0px; }
  .Cat_Footer .Cat_Footer_Right div.Top img {
    max-width: 100%; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent {
    max-width: 74%; }
  .page.CatPage .CategoryTopContent .container .Left > div.CatContent div {
    max-width: 100%; }
  .page.CatPage .CategoryTopContent .container .Left .Tire-Size-Btn {
    margin: 10px 0px 9px 76px; }
  .page.CatPage .CategoryTopContent.Front_Rear .container .Left .CatImg {
    padding: 0px; } }

@media screen and (max-width: 350px) {
  .header .HeaderWrap .Headerleft .header-logo {
    margin: 17px 0px; }
  .header .HeaderWrap .Headerleft .header-logo a img {
    max-width: 137px; }
  .top-banner-winter-tires .container .contentWrap p {
    max-width: 178px;
    font-size: 16px; }
  .top-banner-winter-tires .container .contentWrap h3 {
    font-size: 25px; }
  .top-banner-winter-tires .container .contentWrap h3 span {
    right: auto;
    left: -20px; }
  .WhyBuyUsedTires ul li p {
    font-size: 15px; }
  .WhyBuyUsedTires ul li .hideDesktop + img {
    height: 24.95px; }
  .DealPromotions .container .DealOuter .DealRight ul li .DealTxt, #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.mmrightTxt {
    font-size: 14px; }
  .MostPopularTireSizes .container ul li a {
    font-size: 12px; }
  .MostPopularBrands .container ul li, .MostPopularTireSizes .container ul li {
    width: 50%; }
  .YourLeaseBuyingUsed .container .BuyingUsed h3 {
    font-size: 16px;
    line-height: 25px;
    max-width: 77%; }
  .YourLeaseBuyingUsed .container h3 {
    font-size: 16px; }
  .YourLeaseBuyingUsed .container p, .support .container .supportInner p {
    font-size: 14px;
    line-height: 22px; }
  .footer .footerBottom .FooterLeft ul li {
    margin-right: 15px; }
  .MostPopularBrands .container h3, .MostPopularTireSizes .container h3, .support .container .supportInner h3 {
    font-size: 20px;
    line-height: 25px; }
  .header .navPages-container .accountLink .navPages-list li a {
    width: 142px; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content p, .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content p, .RecentSearchItems ul li .size_inner .Size-Recent-Content .Front-Rear-Text, .RecentSearchItems ul li .size_inner .Size-Recent-Content .Tire-Size-Text, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Front-Rear-Text, .Size-Recent-Result ul li .size_inner .Size-Recent-Content .Tire-Size-Text {
    width: 72%;
    float: left;
    margin: 0px;
    padding-left: 10px; }
  .RecentSearchItems ul li .Vehicle_inner .Vehicle-Recent-Content a, .menuWrapMob .Size-Recent-Result ul li .size_inner .Size-Recent-Content a, .menuWrapMob .Vehicle-Recent-Result ul li .Vehicle_inner .Vehicle-Recent-Content a, .RecentSearchItems ul li .size_inner a {
    width: 28%;
    font-size: 13px;
    padding: 8px 0px; }
  .MenuButtons ul li a {
    width: 135px;
    line-height: 18px;
    padding: 13px 0 11px;
    font-size: 13px; }
  #navPages-mob-shopTires ul.navPage-subMenu-list li.navPage-subMenu-item-child a span.Right + i {
    display: none; }
  .navPage-subMenu-horizontal h3, .menuWrapMob .TopBarMenu h3 {
    font-size: 17px; }
  .zipCodeWrap .Zip-Left .form .form-input {
    width: 287px;
    font-size: 13px; }
  .zipCodeWrap .Zip-Left .form .form-button {
    width: 124px;
    font-size: 14px; }
  .footer .footerTop .container .footer-info .footer-info-col:nth-child(3) ul.footer-info-list:last-child li {
    width: 30.33%; }
  .menuWrapMob .Size-Result-Window ul li .form-field input, .menuWrapMob .Vehicle-Result-Window ul li .form-field input {
    width: 180px;
    font-size: 14px; }
  .Vehicle-Search-Single .size_result_mn > ul > li ul li a span {
    margin: 0px 10px 0 0; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear span, .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.front span, .Vehicle-Search-Single .size_result_mn > ul > li a .weels + span.rear span {
    font-size: 13px; }
  .Vehicle-Search-Single .size_result_mn > ul > li a .front + span.rear, .Vehicle-Search-Single .size_result_mn > ul > li a .rear + span.rear {
    margin: 11px 0 0 9px; }
  .menuWrapMob .ValueContainer .itemsList > h3 {
    font-size: 16px; }
  .Right.Image-Block .No-Image-layout {
    width: 100%;
    margin: 25px auto; }
  .Sub-Brand-Layout .Right.Image-Block {
    padding: 0 15px; }
  .ShopVehicle ul li {
    width: 50%; } }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .menu_inner .Search-Widget-Year-List.itemsList,
  .menu_inner .Size-Width-List {
    height: 250px;
    overflow-y: auto; } }

/* Start ticket 1009 */
@media screen and (max-width: 1199px) {
  .Common-des.tool-tip .container {
    padding: 0px 15px; }
  .TooltipInner {
    width: 400px;
    padding: 30px 20px; }
  .Single.TooltipInner {
    transform: translateX(-80%);
    -webkit-transform: translateX(-80%);
    -moz-transform: translateX(-80%); }
  .Single.TooltipInner:after {
    left: auto;
    right: 18%; }
  .TooltipSection .TooltipOuter {
    bottom: 119px; }
  .TooltipSection .Triple.Tooltip {
    width: 227px;
    height: 77px;
    left: 9%; }
  .TooltipSection .Single.Tooltip {
    width: 79px;
    height: 77px;
    right: 44px; }
  .TooltipSection .Double.Tooltip {
    width: 155px;
    height: 80px;
    right: 28%; }
  .Common-des.tool-tip .Des-Cont {
    margin: 0; } }

@media screen and (max-width: 990px) {
  .TooltipSection .Single.Tooltip {
    width: 57px;
    height: 57px;
    right: 35px; }
  .TooltipSection .Double.Tooltip {
    width: 115px;
    height: 57px;
    right: 28%; }
  .TooltipSection .Triple.Tooltip {
    width: 169px;
    height: 57px;
    left: 9%; }
  .TooltipInner {
    width: 300px;
    padding: 20px;
    bottom: 113px; }
  .TooltipInner h4 {
    font-size: 22px; }
  .TooltipInner p {
    font-size: 15px;
    line-height: 25px;
    margin: 0px 0px 10px; }
  .TooltipInner a.BTN {
    padding: 10px 20px 8px;
    font-size: 15px; }
  .TooltipSection .TooltipOuter {
    bottom: 87px; }
  .tooltip_cat .subcategories_block {
    margin: 40px 0px 0px; }
  .tooltip_cat .subcategories_block h3 {
    font-size: 30px;
    line-height: 35px; }
  .tooltip_cat .subcategories_block ul {
    margin: 0px -10px; }
  .tooltip_cat .subcategories_block ul li {
    padding: 0px 10px; } }

@media screen and (max-width: 767px) {
  .Common-des.tool-tip .container {
    padding: 0px; }
  .tooltip_cat .subcategories_block {
    margin: 30px 0px 0px; }
  .tooltip_cat .subcategories_block h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 20px; }
  .tooltip_cat .subcategories_block ul li {
    width: 50%;
    margin: 10px 0px; }
  .tooltip_cat .subcategories_block ul li:nth-child(n+3) {
    margin-bottom: 0px; }
  .Common-des.TooltipLayout .Right.Image-Block {
    width: 100%; }
  .Common-des.TooltipLayout .Content-Block {
    width: 100%;
    padding: 20px 0px; }
  .Common-des.TooltipLayout .Right.Image-Block,
  .Common-des.TooltipLayout {
    padding: 0px; }
  .TooltipSection {
    display: none; } }

@media screen and (max-width: 479px) {
  .tooltip_cat .subcategories_block ul li {
    width: 100%;
    margin: 10px 0px; }
  .tooltip_cat .subcategories_block ul li:nth-child(n+3) {
    margin-bottom: 10px; }
  .tooltip_cat .subcategories_block ul li:last-child {
    margin-bottom: 0px; }
  .TooltipLayout .model_top_inner_block {
    margin-bottom: 15px; } }

/* End ticket 1009 */
/* membership */
@media screen and (max-width: 1199px) {
  .MembershipContent .DetalisLeftOverlay h5 {
    margin: 0px 0px 10px; }
  .FullWidth .MembershipContent .DetalisLeftOverlay h1 {
    font-size: 32px;
    line-height: 35px; }
  .FullWidth .DetalisLeftOverlay p {
    line-height: 28px;
    margin: 0 0 15px;
    color: #fff; }
  .FullWidth .DetalisLeftOverlay {
    padding-left: 0px; } }

@media screen and (max-width: 990px) {
  .FullWidth .MembershipContent .DetalisLeftOverlay p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 35px; }
  .FullWidth .MembershipContent .DetalisLeftOverlay h1,
  .FullWidth .DetalisLeftOverlay h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0px 5px; }
  .FullWidth .BTN {
    padding: 10px 30px 10px;
    font-size: 15px;
    line-height: 26px;
    display: inline; }
  .MembershipBenefits {
    padding: 30px 0px 0px; }
  .MembershipBenefits h2 {
    font-size: 30px;
    margin: 0px 0px 20px; }
  .MembershipBenefits .container .outer .inner_row {
    margin: 0px 0px 30px; }
  .MembershipBotSection .Bot_inner {
    padding: 0px 0px; }
  .page.Cms-Content .MembershipBotSection ul li h4 {
    margin: 0px 0px 10px;
    font-size: 16px;
    line-height: 20px; }
  .page.Cms-Content .MembershipBotSection ul li p {
    font-size: 14px;
    line-height: 20px; }
  .RGTIMG {
    float: right;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .page.Cms-Content.FullWidth img.for_web {
    display: none; }
  .page.Cms-Content.FullWidth img.for_mob {
    display: block; }
  .FullWidth .DetalisLeftOverlay {
    position: relative;
    transform: none;
    max-width: 100%;
    text-align: center; }
  .FullWidth .MembershipContent .DetalisLeftOverlay h1,
  .FullWidth .DetalisLeftOverlay h1 {
    color: #313131;
    font-size: 27px;
    line-height: 48px;
    text-align: center; }
  .FullWidth.page.Cms-Content .DetalisLeftOverlay p {
    color: #424041;
    line-height: 24px;
    font-size: 16px; }
  .FullWidth .BTN {
    margin: 0px auto;
    max-width: 250px;
    text-align: center;
    display: inline; }
  .FullWidth .MembershipContent .DetalisLeftOverlay h1,
  .FullWidth .DetalisLeftOverlay h1 {
    max-width: 425px;
    margin: -30px auto 15px; }
  .FullWidth .main_banner {
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada; }
  .MembershipBenefits h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 15px; }
  .FullWidth .MembershipContent .DetalisLeftOverlay p {
    max-width: 100%; }
  .MembershipContent .DetalisLeftOverlay h5 {
    color: #424041; }
  .FullWidth.page.Cms-Content .MembershipContent .DetalisLeftOverlay p {
    margin: 0px 0px 30px; }
  .MembershipContent .DetalisLeftOverlay h5 {
    font-size: 16px;
    line-height: 24px; }
  .FullWidth .BTN {
    font-size: 15px; }
  .FullWidth .BTN.RN {
    margin: 0px auto;
    display: inline-block;
    max-width: 100%;
    padding: 10px 15px; }
  .MembershipBenefits .container .outer .inner_row:first-child,
  .MembershipBenefits .container .outer .inner_row {
    flex-direction: inherit;
    display: block; }
  .MembershipBenefits .container .outer .inner_row > div,
  .page.Cms-Content .MembershipBotSection ul li {
    width: 100%; }
  .page.Cms-Content .MembershipBotSection ul li {
    padding: 30px 15px 15px;
    border-bottom: 1px solid #dadada; }
  .page.Cms-Content .MembershipBotSection ul li:last-child {
    border: 0px; }
  .MembershipBenefits .container .outer .inner_row > div.img {
    margin: 0px 0px 15px; }
  .MembershipBotSection .Bot_inner {
    padding: 0px 0px 30px;
    border-top: 0px; }
  .MembershipBenefits .container .outer .inner_row {
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada; }
  .MembershipBenefits .container .outer .inner_row:last-child {
    margin-bottom: 0px; }
  .MembershipBenefits .container .outer .inner_row > div.content h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 10px; }
  .page.Cms-Content .MembershipBotSection ul li h4 {
    font-size: 18px;
    line-height: 24px; }
  .RGTIMG {
    position: relative; }
  .RGTIMG:after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 55%, #ffffff);
    height: 162px;
    width: 100%;
    bottom: -50px;
    display: block; } }

@media screen and (max-width: 479px) {
  .custom_default .WhyBuyUsedTires .WhyBuyUsedTires_text p,
  .custom_default .WhyBuyUsedTires ul li .Newlable,
  .custom_default .WhyBuyUsedTires ul li .usedlable {
    font-size: 15px; }
  .custom_default .WhyBuyUsedTires ul li p span {
    font-size: 22px; }
  .custom_default .WhyBuyUsedTires ul li.best-used-tires {
    width: 47%; }
  .custom_default .WhyBuyUsedTires ul li.online-stores {
    width: 53%; }
  .FullWidth .MembershipContent .DetalisLeftOverlay h1,
  .FullWidth .DetalisLeftOverlay h1 {
    max-width: 345px;
    margin: -30px auto 15px; }
  .FullWidth .BTN {
    max-width: 100%;
    width: 100%; }
  .RGTIMG:after {
    bottom: -40px; }
  .custom_default .WhyBuyUsedTires .Comparison_text {
    font-size: 16px;
    margin: 0px 0px 5px;
    padding: 0px 15px; } }

@media screen and (max-width: 320px) {
  .FinanceMakeouter .FinanceMakeoverlap {
    padding: 20px 15px 20px 43px; }
  .custom_default .WhyBuyUsedTires ul li.online-stores {
    padding: 10px 0 0; } }

.has-activeNavPages div#spb-information-bar {
  display: none; }

/* ~ */
@media screen and (max-width: 1199px) {
  .OurCustomers.home .container h3 {
    max-width: 400px;
    margin: 0 0 30px;
    font-size: 30px; }
  .EasyToFind .container.bot {
    padding: 0 15px; }
  .Rebranding-content {
    margin: 238px 0 0; }
  #bread-checkout-btn .bread-as-low-as-tooltip-external {
    left: auto !important;
    right: 7px; } }

@media screen and (max-width: 990px) {
  .OurCustomers.home .left_review_home {
    padding: 50px 0; }
  .OurCustomers.home .container h3 {
    font-size: 26px;
    margin: 0 0 20px;
    text-align: left; }
  .OurCustomers .container .bottomText a {
    padding: 10px 22px 10px 22px;
    font-size: 18px;
    line-height: 26px; }
  .OurCustomers.home .container .shopper_widget {
    margin-left: 0; }
  .OurCustomers.home .shopperapproved_widget {
    margin: 0;
    padding: 40px 0 0; }
  .DealPromotions.home .container .DealOuter .DealRight ul {
    margin: -7.5px -7.5px; }
  .DealPromotions.home .container .DealOuter .DealRight ul li {
    padding: 5.5px 7.5px; }
  .DealPromotions.home .container .DealOuter .DealTxt {
    font-size: 16px; }
  .home-tire-rebates .Rebates-block ul li {
    width: 50%; }
  .home-tire-rebates .Rebates-block a.view-all-rebates-btn, .DealPromotions .container .DealBottom a {
    font-size: 18px;
    padding: 11px 36px 9px 33px; }
  .Rebranding-ovr {
    top: 140px;
    padding: 0px 30px; }
  .Rebranding .Banner_top:after {
    height: auto; }
  .Rebranding-content {
    margin: 198px 0 0; }
  body.custom_createaccount .body > .container {
    padding: 0px 15px; }
  body.custom_createaccount .body > .container .form-row {
    margin: 0px; }
  body.custom_account_orderstatus .body > .container,
  body.custom_account_inbox .body > .container,
  body.custom_account_addressbook .body > .container,
  body.custom_wishlists .body > .container,
  body.custom_account_recentitems .body > .container,
  body.custom_editaccount .body > .container,
  body.custom_shippingaddressform .body > .container {
    padding: 0px 15px; } }

@media screen and (max-width: 767px) {
  .custom_default .WhyBuyUsedTires.home ul li.online-stores, .custom_default .WhyBuyUsedTires.home ul li.best-used-tires {
    width: 50%; }
  .custom_default .WhyBuyUsedTires.home ul li.online-stores p, .custom_default .WhyBuyUsedTires ul li p {
    text-align: center; }
  .custom_default .WhyBuyUsedTires.home .Comparison_text {
    margin: 0 0 15px; }
  .WhyBuyUsedTires.home ul li p.Comparison_final_price {
    margin: 15px auto 0;
    font-size: 18px;
    max-width: 235px; }
  .WhyBuyUsedTires.home ul li p, .WhyBuyUsedTires.home ul li.online-stores p span {
    font-size: 18px; }
  .WhyBuyUsedTires.home {
    margin: 35px 0 35px; }
  .custom_default .WhyBuyUsedTires.home ul li .usedlable {
    font-size: 18px;
    padding: 6px 0 4px;
    max-width: 120px;
    margin: 0 0 11px; }
  .custom_default .WhyBuyUsedTires.home ul li .Newlable {
    margin: 0 0 3px; }
  .custom_default .WhyBuyUsedTires.home ul li .Newlable img {
    max-width: 160px; }
  .OurCustomers.home {
    background-size: cover; }
  .OurCustomers.home .container .bottomText {
    padding: 30px 0 20px;
    width: 100%;
    text-align: center; }
  .OurCustomers .container .bottomText a {
    padding: 9px 0 8px;
    font-size: 18px;
    line-height: 26px; }
  .OurCustomers.home .container .shopper_widget {
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    text-align: center !important; }
  .OurCustomers.home .right_review_home, .OurCustomers.home .left_review_home {
    width: 100%; }
  .OurCustomers.home .sa_wide .sa_review {
    margin: 10px 0 0; }
  .OurCustomers.home .left_review_home, .OurCustomers.home .shopperapproved_widget {
    padding: 0; }
  .OurCustomers .right_review_home .shopperapproved_widget > div:nth-last-child(2) {
    display: block !important; }
  .OurCustomers.home .left_review_home, .OurCustomers.home .right_review_home {
    padding-bottom: 10px; }
  .DealPromotions.home .container .DealOuter .DealLeft,
  .DealPromotions.home .container .DealOuter .DealRight {
    width: 100%; }
  .DealPromotions .container .DealBottom a {
    font-size: 16px;
    padding: 12px 36px 12px 33px; }
  .home-tire-rebates .Rebates-block a.view-all-rebates-btn {
    padding: 11px 36px 9px 33px; }
  .home-tire-rebates h3 {
    padding-top: 30px;
    font-size: 32px; }
  .home-tire-rebates .Rebates-block {
    margin: 0; }
  .home-tire-rebates .Rebates-block ul {
    margin: 0 -10px; }
  .home-tire-rebates .Rebates-block ul li {
    padding: 0 10px;
    margin: 10px 0; }
  .DealPromotions.home {
    margin: 25px 0; }
  .DealPromotions.home .container .DealOuter {
    margin: 20px -7.5px 15px; }
  .home-tire-rebates h3 {
    padding-top: 20px;
    font-size: 24px; }
  .home-tire-rebates .Rebates-block {
    margin: 5px 0 0; }
  .OurCustomers.home .shopperapproved_widget, .OurCustomers.home .sa_wide .sa_comments {
    text-align: center; }
  .home-tire-rebates .Rebates-block a.view-all-rebates-btn {
    font-size: 16px; }
  .OurCustomers.home .sa_wide .sa_comments {
    width: 100% !important;
    padding: 0 0 10px !important; }
  .page.Cms-Content.Rebranding h3 {
    font-size: 32px;
    margin: 30px 0 10px;
    line-height: 40px; }
  .page#cms-block p.color-text {
    line-height: 25px;
    font-size: 18px;
    margin: 0 0 20px; }
  .Rebranding-content {
    margin: 168px 0 0; }
  p.Comparison_final_price span,
  .page#cms-block p.Comparison_final_price {
    font-size: 18px; }
  .page.Cms-Content .Rebranding-content ul {
    margin: 0px 0px 30px; }
  .Rebranding-out-the-old h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 16px; }
  .Rebranding-out-the-old {
    padding: 30px 0px; }
  .page.Cms-Content.Rebranding .Rebranding-coming-soon .wheel-content h3 {
    font-size: 26px;
    line-height: 35px; }
  .Rebranding-coming-soon .wheel-content {
    padding: 0 0 0 31px; }
  .Rebranding-coming-soon {
    padding: 30px 0px; }
  .page.Cms-Content .Rebranding-content ul li.new-vs-used {
    padding: 0px 30px; }
  .Rebranding .Banner_top img.top-img {
    margin-top: -11px; }
  .ie-chat-button-iframe-fixed-customer-chat {
    bottom: auto !important;
    left: auto;
    right: -100px !important;
    top: 50%;
    -webkit-transform-origin: 0% 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, -50%);
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    left: auto !important;
    width: 147px;
    margin-top: 0px;
    height: 48px; } }

@media screen and (max-width: 479px) {
  .WhyBuyUsedTires.home h3 {
    line-height: 26px; }
  .custom_default .WhyBuyUsedTires.home .Comparison_text {
    margin: 0 0 10px; }
  .custom_default .WhyBuyUsedTires.home ul li.online-stores {
    padding-top: 0; }
  .custom_default .WhyBuyUsedTires.home ul li.best-used-tires {
    padding-top: 18px; }
  .WhyBuyUsedTires.home ul li p.Comparison_final_price {
    margin: 10px auto 0; }
  .WhyBuyUsedTires.home {
    margin: 30px 0 30px; }
  .OurCustomers .container .bottomText a {
    padding: 10px 0 10px;
    font-size: 16px; }
  .OurCustomers.home .sa_wide .sa_comments {
    height: 40px !important;
    line-height: 20px;
    font-size: 16px; }
  .OurCustomers.home .left_review_home, .OurCustomers.home .right_review_home {
    padding-bottom: 0; }
  .OurCustomers .sa_review span {
    font-size: 16px; }
  .sa_review span.sa_star {
    background-size: 20px;
    background-position: 0 -20px; }
  .OurCustomers .sa_review span {
    margin-bottom: -8px; }
  .custom_default .WhyBuyUsedTires.home ul li.best-used-tires, .custom_default .WhyBuyUsedTires.home ul li.online-stores {
    width: 100%; }
  .DealPromotions.home {
    margin: 22px 0; }
  .DealPromotions.home .container .DealOuter {
    margin: 18px -7.5px 15px; }
  .DealPromotions .container .DealBottom a {
    padding: 12px 15px 12px 15px; }
  .home-tire-rebates h3 {
    padding-top: 16px; }
  .home-tire-rebates .Rebates-block ul li {
    width: 100%; }
  .home-tire-rebates .Rebates-block a.view-all-rebates-btn {
    padding: 11px 15px 9px 15px; }
  .home-tire-rebates .Rebates-block a.view-all-rebates-btn {
    margin: 15px 0 25px; }
  .Rebranding-ovr {
    top: 60px;
    padding: 0px 15px; }
  .page.Cms-Content.Rebranding h3 {
    font-size: 21px;
    margin: 15px 0 10px;
    line-height: 30px; }
  .page#cms-block p.color-text {
    line-height: 18px;
    font-size: 14px;
    margin: 0 0 15px; }
  .Rebranding-ovr a {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 23px 10px; }
  .Rebranding-content {
    margin: 110px 0 0; }
  .Rebranding-content .container > p:first-child {
    padding-top: 20px; }
  .page#cms-block .Rebranding-content .container > p.Comparison_text {
    font-size: 18px;
    margin: 20px auto 10px; }
  .page.Cms-Content .Rebranding-content ul li.online-stores,
  .page.Cms-Content .Rebranding-content ul li.new-vs-used,
  .page.Cms-Content .Rebranding-content ul li.best-used-tires {
    width: 100%; }
  .Rebranding-out-the-old h2 {
    font-size: 18px;
    line-height: 30px; }
  .Rebranding a.copy-btn-rebranding {
    padding: 11px 26px 10px 26px; }
  .Rebranding-coming-soon .wheel-img {
    max-width: 100%; }
  .Rebranding-coming-soon .wheel-content {
    width: 100%;
    padding: 20px 0px 0px; } }

.testpage_nesto .Bottom-Content {
  background: #f4f7f8;
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 20px; }

.testpage_nesto .Outer {
  margin: 0 -15px; }

.testpage_nesto .page.Cms-Content .page-heading {
  margin: 20px 0 25px;
  float: none;
  display: inline-block; }

.testpage_nesto .Bottom-Content .Outer .Left, .testpage_nesto .Bottom-Content .Outer .Right {
  width: 50%;
  float: left;
  padding: 20px 15px; }

.testpage_nesto .Bottom-Content .Outer #prodAccordion > div {
  width: 100%;
  float: left;
  background: #fff;
  margin: 0 0 15px;
  border: solid 1px #d3d3d3;
  padding: 9px 12px 10px 66px;
  position: relative; }

.testpage_nesto .Bottom-Content .Outer #prodAccordion > div:before {
  content: "";
  display: inline-block;
  height: auto;
  width: 2px;
  background: #d3d3d3;
  position: absolute;
  left: 50px;
  top: 9px;
  bottom: 10px; }

.testpage_nesto .Bottom-Content .Outer h2:after {
  content: "";
  position: absolute;
  left: -49px;
  top: 3px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 21px; }

.testpage_nesto .Bottom-Content .Outer h2 {
  font-size: 18px;
  font-weight: 800;
  color: #242424;
  line-height: 28px;
  margin: 0;
  position: relative;
  cursor: pointer; }

.testpage_nesto #prodAccordion .Block .prodAccordionContent {
  margin: 9px 0 0; }

.testpage_nesto .page.Cms-Content li, .testpage_nesto .page.Cms-Content p {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #242424; }

@media only screen and (max-width: 990px) {
  .testpage_nesto .Bottom-Content .Outer {
    margin: 0 -10px; }
  .testpage_nesto .Bottom-Content .Outer .Left, .testpage_nesto .Bottom-Content .Outer .Right {
    padding: 0 10px;
    margin-top: 20px; }
  .testpage_nesto .Bottom-Content .Outer #prodAccordion > div {
    padding: 9px 12px 10px 56px;
    width: 100%;
    float: left;
    background: #fff;
    margin: 0 0 15px;
    border: solid 1px #d3d3d3;
    padding: 9px 12px 10px 66px;
    position: relative; }
  .testpage_nesto .Bottom-Content .Outer #prodAccordion > div:before {
    left: 40px;
    content: "";
    display: inline-block;
    height: auto;
    width: 2px;
    background: #d3d3d3;
    position: absolute;
    left: 50px;
    top: 9px;
    bottom: 10px; }
  .testpage_nesto .Bottom-Content .Outer h2:after {
    left: -42px;
    font-size: 16px;
    content: "";
    position: absolute;
    left: -49px;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    line-height: 21px; }
  .testpage_nesto .page.Cms-Content li, .testpage_nesto .page.Cms-Content p, .testpage_nesto .Bottom-Content .Outer h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #242424;
    margin: 0;
    position: relative;
    cursor: pointer; }
  .testpage_nesto #prodAccordion .Block .prodAccordionContent {
    margin: 9px 0 0;
    display: none; } }

@media screen and (max-width: 767px) {
  .testpage_nesto .Contact-Address-block ul li.Cc-Row, .testpage_nesto .Bottom-Content .Outer .Left, .testpage_nesto .Bottom-Content .Outer .Right {
    width: 100%;
    float: left; } }

@media screen and (max-width: 990px) {
  .menuWrapMob .TopBarMenu .tm_dam {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    margin: 0;
    padding: 1px 0;
    display: inline-block; } }

.bottomSlider {
  margin-top: 0 !important; }

ul.footer-info-list.social {
  justify-content: space-around; }

@media screen and (max-width: 767px) {
  .BottomStickyBarFooter {
    display: block !important;
    position: fixed;
    bottom: 0;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #fff; }
  .BottomStickyBarFooter ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%; }
  .BottomStickyBarFooter ul li {
    width: 33.33%;
    float: left;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 13px 0 12px; }
  .BottomStickyBarFooter ul li a {
    padding: 0; }
  .BottomStickyBarFooter ul li .Left {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ededed;
    display: inline-block;
    vertical-align: middle; }
  .BottomStickyBarFooter ul li .Right {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: normal;
    color: #0a4e66;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 10px; }
  .footer-type-list li a {
    text-decoration: none;
    color: black; }
  .footer-type-list.Warehouse-list-mob li p {
    font-size: 16px;
    line-height: 17px;
    color: white; }
  .footer-collapse {
    background-color: #044e68;
    font-family: multi-display;
    color: white;
    border-top: 0.2px solid #044359;
    padding: 17px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px; }
  .active, .footer-collapse:hover {
    background-color: #06759c; }
  button.footer-collapse i {
    float: right; }
  .footer-collapse.active {
    border: none; }
  .collapse-content {
    padding: 0 18px;
    background-color: #06759c;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s; }
  ul.footer-type-list li:last-child a {
    margin-bottom: 15px; }
  .footer-info-list li {
    width: 100% !important; }
  .footer .footerTop {
    padding: 0 0 0; }
  ul.footer-info-list.social li {
    flex-basis: 20%; }
  .footer .footerTop .container .footer-info .footer-info-col.secure-shopping ul.social {
    margin-bottom: 0;
    width: 98%; }
  .footer .footerTop .container .footer-info .footer-info-col ul li {
    margin: 10px 0;
    display: block; } }

@media screen and (max-width: 479px) {
  .BottomStickyBarFooter {
    display: block !important;
    position: fixed;
    bottom: 0;
    box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #fff; }
  .BottomStickyBarFooter ul {
    margin: 0;
    list-style: none;
    float: left;
    width: 100%; }
  .BottomStickyBarFooter ul li {
    width: 33.33%;
    float: left;
    display: inline-block;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 13px 0 12px; }
  .BottomStickyBarFooter ul li a {
    padding: 0; }
  .BottomStickyBarFooter ul li .Left {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ededed;
    display: inline-block;
    vertical-align: middle; }
  .BottomStickyBarFooter ul li .Right {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: normal;
    color: #0a4e66;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 0 10px; }
  .footer-type-list li a {
    text-decoration: none;
    color: black; }
  .footer-type-list.Warehouse-list-mob li p {
    font-size: 16px;
    line-height: 17px;
    color: white; }
  .footer-collapse {
    background-color: #044e68;
    font-family: multi-display;
    color: white;
    border-top: 0.2px solid #044359;
    padding: 17px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px; }
  .active, .footer-collapse:hover {
    background-color: #06759c; }
  button.footer-collapse i {
    float: right; }
  .collapse-content {
    padding: 0 18px;
    background-color: #06759c;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s; }
  ul.footer-type-list li:last-child a {
    margin-bottom: 15px; }
  .footer-info-list li {
    width: 100% !important; }
  .footer .footerTop {
    padding: 0 0 0; }
  .footer-collapse.active {
    border: none; }
  ul.footer-info-list.social li {
    flex-basis: 24% !important; }
  .footer .footerTop .container .footer-info .footer-info-col.secure-shopping ul.social {
    margin-bottom: 0;
    width: 98%; } }

@media screen and (max-width: 990px) {
  .BottomStickyBarFooter {
    display: none; } }

@media screen and (max-width: 1199px) {
  .BottomStickyBarFooter {
    display: none; } }

@media screen and (max-width: 767px) {
  .EasyToFind {
    margin: 0 0 16px 0 !important; } }

@media screen and (max-width: 990px) {
  .EasyToFind {
    margin: 0 0 2px 0; } }

.DealBottom {
  margin-top: 16px; }

@media screen and (max-width: 990px) {
  .DealPromotions .container .DealOuter .DealRight ul li {
    padding: 9.5px !important; } }

/* ~ */
.modal--pupuploginWindow {
  margin: 0; }

.modal--pupuploginWindow .alertBox {
  display: none; }

.modal--pupuploginWindow .forgot-password {
  display: block;
  margin-top: 12px !important; }

.modal-header-title {
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 36px !important;
  color: #0a4e66 !important;
  text-transform: uppercase !important; }
