@charset "UTF-8";
/* New Homepage 2024 */
/* Site Defaults */
.sprite {
  background: url("../images/interface/sprite.png") 0px 0px no-repeat;
}

.global-sprite {
  background-image: url(../images/aarons_sprite_img.png);
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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.
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  vertical-align: baseline;
  list-style: none;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* 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: #000000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.product-suggestion .productprice-wrap {
  font-size: 18px;
  font-weight: 500;
}
.product-suggestion .tile-price-big {
  display: flex;
}
.product-suggestion .cents-per-and-total {
  margin-top: -2px;
  flex-direction: column;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img, embed, video, object, iframe {
  max-width: 100%;
  border: 0;
}

img {
  vertical-align: middle;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  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 */
  outline: none;
  border-radius: 0;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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 #C6C6C6;
  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 {
  font-weight: 700;
}

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

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
@media screen and (max-width: 767px) {
  .glider-prev, .glider-next {
    left: -15px;
  }
}
.glider-prev:focus, .glider-next:focus {
  border: solid 1px #0071ce;
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .glider-next {
    right: -15px;
  }
}

.glider-next:before, .glider-prev:before {
  color: #0071CE;
  /* font-family: FontAwesome; */
  font-size: 25px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 21px;
  display: block;
  height: 30px;
}

.glider-prev:before {
  content: "";
  background: url("https://aarons.a.bigcontent.io/v1/static/chevron-left-solid-blue");
  background-size: cover;
}

.glider-next:before {
  content: "";
  background: url("https://aarons.a.bigcontent.io/v1/static/chevron-right-solid-blue");
  background-size: cover;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  cursor: default;
  background-color: transparent;
}

.glider-slide {
  min-width: 150px;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.recommendations-items .glider.draggable .glider-slide img {
  display: block;
}

@media screen and (max-width: 768px) and (min-width: 649px) {
  .recommendations-items ul li .tile-redesign .productprice-wrap {
    font-size: 1em;
  }
}
.clearfix:after, .form-row:after, .nav__search .header-search #search-suggestions .product-suggestion:after, .nav__search .header-search #search-suggestions .search-suggestion-wrapper:after, nav[role=navigation]:after {
  content: "";
  display: table;
  clear: both;
}

button,
.button,
.button-fancy-large,
.buttonstyle,
input[type=button] {
  background-color: transparent;
  border-color: #142667;
  border: 1px double #142667;
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 20px;
  text-align: center;
}
button.bgcolor,
.bgcolor.button,
.bgcolor.button-fancy-large,
.bgcolor.buttonstyle,
input.bgcolor[type=button] {
  background-color: #142667;
  color: #ffffff;
}
button.bgcolor:hover,
.bgcolor.button:hover,
.bgcolor.button-fancy-large:hover,
.bgcolor.buttonstyle:hover,
input.bgcolor[type=button]:hover {
  background-color: #00ACEC;
  color: #ffffff;
  border: 1px;
}
button.large,
.large.button,
.button-fancy-large,
.large.buttonstyle,
input.large[type=button],
input[type=button].button-fancy-large {
  font-size: 1.35em;
  text-transform: uppercase;
}
button.raised,
.raised.button,
.raised.button-fancy-large,
.raised.buttonstyle,
input.raised[type=button] {
  border-width: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
button.raised:hover,
.raised.button:hover,
.raised.button-fancy-large:hover,
.raised.buttonstyle:hover,
input.raised[type=button]:hover {
  background-color: #608A00;
  color: #ffffff;
}
button[disabled],
[disabled].button,
[disabled].button-fancy-large,
[disabled].buttonstyle,
input[disabled][type=button], button.disabled,
.disabled.button,
.disabled.button-fancy-large,
.disabled.buttonstyle,
input.disabled[type=button] {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #6a6a6a;
  opacity: 0.5;
}
button a,
.button a,
.button-fancy-large a,
.buttonstyle a,
input[type=button] a {
  color: #ffffff;
}
button a:hover,
.button a:hover,
.button-fancy-large a:hover,
.buttonstyle a:hover,
input[type=button] a:hover {
  color: #84bd00;
  text-decoration: none;
}
button i.left,
.button i.left,
.button-fancy-large i.left,
.buttonstyle i.left,
input[type=button] i.left {
  margin-right: 0.6em;
}
button i.right,
.button i.right,
.button-fancy-large i.right,
.buttonstyle i.right,
input[type=button] i.right {
  margin-left: 0.6em;
}

.boxsizing, .nav__search .header-search #search-suggestions .search-suggestion-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button-border {
  border: 1px solid #142667;
  display: inline-block;
  cursor: pointer;
  padding: 3px;
  box-sizing: border-box;
}
.button-border button:focus, .button-border .button:focus, .button-border .button-fancy-large:focus {
  outline: 2px solid #0069C8;
}
.button-border:hover {
  border: 1px solid #0069C8;
}
.button-border:hover button, .button-border:hover .button, .button-border:hover .button-fancy-large {
  border-color: #0069C8;
  color: #0069C8;
}
.button-border:hover button.bgcolor, .button-border:hover .button.bgcolor, .button-border:hover .bgcolor.button-fancy-large {
  background-color: #00ACEC;
  color: #ffffff;
  border: 1px;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* Variables */
/* Simple Grid */
.aarons-simple-grid .row-single, .aarons-simple-grid .row-duo, .aarons-simple-grid .row-triple, .aarons-simple-grid .row-two-thirds, .aarons-simple-grid .row-quad {
  display: grid;
  column-gap: 12px;
  row-gap: 12px;
  justify-content: space-around;
  margin: 10px 0;
  width: 100%;
}
.aarons-simple-grid .row-single {
  grid-template-columns: 1fr;
}
.aarons-simple-grid .row-duo {
  grid-template-columns: repeat(2, 1fr);
}
.aarons-simple-grid .row-triple {
  grid-template-columns: repeat(3, 1fr);
}
.aarons-simple-grid .row-two-thirds {
  grid-template-columns: 2fr 1fr;
}
.aarons-simple-grid .row-quad {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .aarons-simple-grid .row-quad {
    grid-template-columns: repeat(2, 1fr);
  }
  .aarons-simple-grid .row-triple, .aarons-simple-grid .row-two-thirds {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 300px) {
  .aarons-simple-grid .row-quad {
    grid-template-columns: 1fr;
  }
}

/* Helper Classes */
.font-regular {
  font-weight: 400;
}

.font-weight-med {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

/* Position Helpers */
.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.perfect-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Headers & Text Helpers */
/* Montserrat Bold */
.h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .h1 {
    font-size: 29px;
    line-height: 37px;
  }
}

.h2 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .h2 {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .h3 {
    font-size: 23px;
    line-height: 31px;
  }
}

.h4 {
  font-size: 23px;
  line-height: 31px;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .h4 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.h5 {
  font-size: 19px;
  line-height: 27px;
  font-weight: 500;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .h5 {
    font-size: 18px;
    line-height: 25px;
  }
}

.subtitle1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .subtitle1 {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .subtitle1 {
    line-height: 24px;
  }
}

.subtitle2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .subtitle2 {
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle2 {
    line-height: 22px;
  }
}

.caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}
@media (max-width: 767px) {
  .caption {
    line-height: 20px;
  }
}

.p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .p {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .p {
    line-height: 24px;
  }
}

.p2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .p2 {
    line-height: 20px;
  }
}

/* Open Sans */
.os-h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .os-h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .os-h1 {
    font-size: 29px;
    line-height: 37px;
  }
}

.os-h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 42px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .os-h2 {
    font-size: 29px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .os-h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.os-h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .os-h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .os-h3 {
    font-size: 23px;
    line-height: 31px;
  }
}

.os-h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .os-h4 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .os-h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.os-h5 {
  font-size: 19px;
  font-weight: 700;
  line-height: 27px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .os-h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .os-h5 {
    font-size: 18px;
    line-height: 25px;
  }
}

.os-subtitle1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 767px) {
  .os-subtitle1 {
    font-size: 16px;
    line-height: 24px;
  }
}

.os-subtitle2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .os-subtitle2 {
    font-size: 14px;
    line-height: 22px;
  }
}

.os-p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 767px) {
  .os-p {
    font-size: 16px;
    line-height: 24px;
  }
}

.os-p2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .os-p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.os-caption {
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}
@media (max-width: 767px) {
  .os-caption {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Button Helpers */
.aarons-redesign-btn {
  width: 343px;
  height: 59px;
  font-size: 15px;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
}
.aarons-redesign-btn.aarons-btn-filled-blue {
  background-color: #0069c8;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-filled-admiralBlue {
  background-color: #0069c8;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-filled-white {
  background-color: #fff;
  color: #0069c8;
}
.aarons-redesign-btn.aarons-btn-filled-white:hover, .aarons-redesign-btn.aarons-btn-filled-white:focus {
  background-color: #0069c8;
}
.aarons-redesign-btn.aarons-btn-filled-white-outlined {
  background-color: #fff;
  border: solid 2px #0069c8;
  color: #0069c8;
}
.aarons-redesign-btn.aarons-btn-outlined {
  border: solid 2px #0069c8;
  color: #0069c8;
}
.aarons-redesign-btn.aarons-btn-outlined:hover, .aarons-redesign-btn.aarons-btn-outlined:focus {
  background: #0069c8;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-outlined-white {
  border: solid 2px #fff;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-outlined-white:hover, .aarons-redesign-btn.aarons-btn-outlined-white:focus {
  background: #00369d;
  border-color: #00369d;
}
.aarons-redesign-btn.aarons-btn-tertiary-blue {
  color: #0069c8;
}
.aarons-redesign-btn.aarons-btn-tertiary-blue:hover, .aarons-redesign-btn.aarons-btn-tertiary-blue:focus {
  background: #e0edf8;
}
.aarons-redesign-btn.aarons-btn-tertiary-white {
  color: #fff;
}
.aarons-redesign-btn.disabled {
  color: #5e5e5e;
  background: #e0e0e0;
}
.aarons-redesign-btn.aarons-btn-sale {
  background: #c41e24;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-sale:hover, .aarons-redesign-btn.aarons-btn-sale:focus {
  background: #da2128;
}
.aarons-redesign-btn.aarons-btn-sale-outline {
  background: #fff;
  color: #c41e24;
  border: solid 2px #c41e24;
}
.aarons-redesign-btn.aarons-btn-sale-outline:hover, .aarons-redesign-btn.aarons-btn-sale-outline:focus {
  background: #c41e24;
  color: #fff;
}
.aarons-redesign-btn.aarons-btn-filled-lightBlue {
  background: #15bef0;
  color: #000;
}
.aarons-redesign-btn.aarons-btn-filled-lightGreen {
  background: #91c712;
  color: #000;
}

/* Homepage Hero Helpers */
.aarons-homepage-hero .aarons-btn-container {
  display: flex;
}
.aarons-homepage-hero .aarons-btn-container.top-right {
  align-items: start;
  top: 5%;
  right: 0;
}
.aarons-homepage-hero .aarons-btn-container.top-center {
  align-items: center;
}
/* Landing Page Hero Helpers */
/* Promo Helpers */
.promo-btn {
  border-radius: 5px;
}

.glimmer-btn {
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.glimmer-btn i {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  /*   gradient   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
  width: 50%;
  height: 100%;
  transform: skewY(-25deg);
  /*  animating it  */
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.uxpin-h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (min-width: 767px) {
  .uxpin-h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1023px) {
  .uxpin-h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

.uxpin-h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (min-width: 767px) {
  .uxpin-h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1023px) {
  .uxpin-h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.uxpin-h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (min-width: 767px) {
  .uxpin-h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1023px) {
  .uxpin-h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

.uxpin-h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (min-width: 767px) {
  .uxpin-h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.uxpin-h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 767px) {
  .uxpin-h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1023px) {
  .uxpin-h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

.uxpin-h6 {
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
}
@media screen and (min-width: 767px) {
  .uxpin-h6 {
    font-size: 18px;
    line-height: 24px;
  }
}

.uxpin-sub1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.uxpin-sub2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.uxpin-body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.uxpin-body1-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.uxpin-body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.uxpin-microBody {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.uxpin-smBtnTxt {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.uxpin-btnTxt {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.uxpin-lgBtnTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.uxpin-capTxt {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.uxpin-overlineTxt {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

/*
Alert styles from the Ecommerce Component Library.
https://preview.uxpin.com/a8640cc67d84b9c383abad005d946ffdcfb9ac47#/pages/164761657/specification/sitemap

Sample HTML follows. Notes on usage:
* Remove the 'uxpin-alert-actionButtons' div if you're not using action buttons.
* Change the 'error' class to 'info', 'question', 'warning', or 'success' to use those styles.
* Event handlers for the action buttons are the responsibility of the page code in the JS bundle.
* Add classes into the HTML as needed to make stuff work, particularly for JS events.
* If style overrides are necessary for a particular page, do NOT put them into this SCSS file.
* 	Use the page's SCSS file instead.
* Remove the style if you want it to start off visible on the page.
* 	If you do this, consider removing the role as well.

<div class="uxpin-alert error" role="alert" style="display: none;">
    <button type="button" class="uxpin-alert-closeButton" aria-label="Dismiss" title="Dismiss" onclick="javascript:this.closest('.uxpin-alert').style.display = 'none';"></button>
    <div class="uxpin-alert-title">We're Sorry - Online Service Not Available in Your Area</div>
    Unfortunately, Aaron's is unable to process online orders or applications at this address. See our <a href="">store locations</a> to check if there's a nearby store where you can shop in person.
    <div class="uxpin-alert-actionButtons">
        <button type="button" class="uxpin-alert-actionButton">Action</button>
        <button type="button" class="uxpin-alert-actionButton">Action</button>
    </div>
</div>
 */
.uxpin-alert {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 12px 12px 44px;
  position: relative;
}
@media screen and (min-width: 1023px) {
  .uxpin-alert {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 16px 16px 52px;
  }
}
.uxpin-alert.success {
  background-color: #fbfff0;
  border-color: #62a605;
}
.uxpin-alert.success:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 20 20" width="20" height="20"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path d="M0,10c0,-5.52344 4.47656,-10 10,-10c5.52344,0 10,4.47656 10,10c0,5.52344 -4.47656,10 -10,10c-5.52344,0 -10,-4.47656 -10,-10zM14.52344,8.27344c0.42578,-0.42578 0.42578,-1.12109 0,-1.54687c-0.42578,-0.42578 -1.12109,-0.42578 -1.54687,0l-4.22656,4.22656l-1.72656,-1.72656c-0.42578,-0.42578 -1.12109,-0.42578 -1.54687,0c-0.42578,0.42578 -0.42578,1.12109 0,1.54688l2.5,2.5c0.42578,0.42578 1.12109,0.42578 1.54688,0z" style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(98, 166, 5);" vector-effect="non-scaling-stroke"/></g><defs><path id="path-174593859580410279" d="M0,10c0,-5.52344 4.47656,-10 10,-10c5.52344,0 10,4.47656 10,10c0,5.52344 -4.47656,10 -10,10c-5.52344,0 -10,-4.47656 -10,-10zM14.52344,8.27344c0.42578,-0.42578 0.42578,-1.12109 0,-1.54687c-0.42578,-0.42578 -1.12109,-0.42578 -1.54687,0l-4.22656,4.22656l-1.72656,-1.72656c-0.42578,-0.42578 -1.12109,-0.42578 -1.54687,0c-0.42578,0.42578 -0.42578,1.12109 0,1.54688l2.5,2.5c0.42578,0.42578 1.12109,0.42578 1.54688,0z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (min-width: 1023px) {
  .uxpin-alert.success:before {
    top: 20px;
  }
}
.uxpin-alert.question {
  background-color: #f0f8ff;
  border-color: #0069c8;
}
.uxpin-alert.question:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 20 20" width="20" height="20"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(0, 105, 200);" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM10,15.625c-0.70312,0 -1.25,-0.54687 -1.25,-1.25c0,-0.70312 0.51172,-1.25 1.25,-1.25c0.66797,0 1.25,0.54688 1.25,1.25c0,0.70313 -0.58203,1.25 -1.25,1.25zM12.69922,10.07813l-1.76172,1.09375v0.07813c0,0.50781 -0.42969,0.9375 -0.9375,0.9375c-0.50781,0 -0.9375,-0.42969 -0.9375,-0.9375v-0.625c0,-0.3125 0.15625,-0.625 0.46875,-0.82031l2.22656,-1.32812c0.27344,-0.15625 0.42969,-0.42969 0.42969,-0.74219c0,-0.46875 -0.42578,-0.85937 -0.89453,-0.85937h-1.99609c-0.50391,0 -0.85937,0.39063 -0.85937,0.85938c0,0.50781 -0.42969,0.9375 -0.9375,0.9375c-0.50781,0 -0.9375,-0.42969 -0.9375,-0.9375c0,-1.52344 1.21094,-2.73437 2.69922,-2.73437h1.99609c1.59375,0 2.80469,1.21094 2.80469,2.73438c0,0.9375 -0.50781,1.83594 -1.36328,2.34375z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1745938593994487" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM10,15.625c-0.70312,0 -1.25,-0.54687 -1.25,-1.25c0,-0.70312 0.51172,-1.25 1.25,-1.25c0.66797,0 1.25,0.54688 1.25,1.25c0,0.70313 -0.58203,1.25 -1.25,1.25zM12.69922,10.07813l-1.76172,1.09375v0.07813c0,0.50781 -0.42969,0.9375 -0.9375,0.9375c-0.50781,0 -0.9375,-0.42969 -0.9375,-0.9375v-0.625c0,-0.3125 0.15625,-0.625 0.46875,-0.82031l2.22656,-1.32812c0.27344,-0.15625 0.42969,-0.42969 0.42969,-0.74219c0,-0.46875 -0.42578,-0.85937 -0.89453,-0.85937h-1.99609c-0.50391,0 -0.85937,0.39063 -0.85937,0.85938c0,0.50781 -0.42969,0.9375 -0.9375,0.9375c-0.50781,0 -0.9375,-0.42969 -0.9375,-0.9375c0,-1.52344 1.21094,-2.73437 2.69922,-2.73437h1.99609c1.59375,0 2.80469,1.21094 2.80469,2.73438c0,0.9375 -0.50781,1.83594 -1.36328,2.34375z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (min-width: 1023px) {
  .uxpin-alert.question:before {
    top: 20px;
  }
}
.uxpin-alert.info {
  background-color: #f0f5ff;
  border-color: #00359c;
}
.uxpin-alert.info:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 20 20" width="20" height="20"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(0, 54, 157);" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM10,5c0.69023,0 1.25,0.55977 1.25,1.25c0,0.69023 -0.55977,1.25 -1.25,1.25c-0.69023,0 -1.25,-0.55859 -1.25,-1.25c0,-0.69141 0.55859,-1.25 1.25,-1.25zM11.5625,15h-3.125c-0.51562,0 -0.9375,-0.41797 -0.9375,-0.9375c0,-0.51953 0.41992,-0.9375 0.9375,-0.9375h0.625v-2.5h-0.3125c-0.51758,0 -0.9375,-0.41992 -0.9375,-0.9375c0,-0.51758 0.42188,-0.9375 0.9375,-0.9375h1.25c0.51758,0 0.9375,0.41992 0.9375,0.9375v3.4375h0.625c0.51758,0 0.9375,0.41992 0.9375,0.9375c0,0.51758 -0.41797,0.9375 -0.9375,0.9375z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1745938593995489" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM10,5c0.69023,0 1.25,0.55977 1.25,1.25c0,0.69023 -0.55977,1.25 -1.25,1.25c-0.69023,0 -1.25,-0.55859 -1.25,-1.25c0,-0.69141 0.55859,-1.25 1.25,-1.25zM11.5625,15h-3.125c-0.51562,0 -0.9375,-0.41797 -0.9375,-0.9375c0,-0.51953 0.41992,-0.9375 0.9375,-0.9375h0.625v-2.5h-0.3125c-0.51758,0 -0.9375,-0.41992 -0.9375,-0.9375c0,-0.51758 0.42188,-0.9375 0.9375,-0.9375h1.25c0.51758,0 0.9375,0.41992 0.9375,0.9375v3.4375h0.625c0.51758,0 0.9375,0.41992 0.9375,0.9375c0,0.51758 -0.41797,0.9375 -0.9375,0.9375z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (min-width: 1023px) {
  .uxpin-alert.info:before {
    top: 20px;
  }
}
.uxpin-alert.warning {
  background-color: #fff7f0;
  border-color: #e2660c;
}
.uxpin-alert.warning:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 10.5px;
  width: 23px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 22.999998857774 20" width="22.999998857774" height="20"><g transform="translate(0, 0)"><g transform="translate(-0.0000041619428079314735, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(226, 102, 12);" d="M22.74321,17.1875l-9.58218,-16.25c-0.7336,-1.25 -2.5849,-1.25 -3.32344,0l-9.57769,16.25c-0.73719,1.24554 0.181,2.8125 1.65858,2.8125h19.16436c1.47169,0 2.39262,-1.5625 1.66037,-2.8125zM10.42069,6.07143c0,-0.59152 0.48293,-1.07143 1.07816,-1.07143c0.59524,0 1.07816,0.48214 1.07816,1.07143v5.71429c0,0.59152 -0.48293,1.07143 -1.03773,1.07143c-0.55481,0 -1.11859,-0.47768 -1.11859,-1.07143zM11.49886,17.14286c-0.77987,0 -1.41239,-0.62857 -1.41239,-1.40357c0,-0.775 0.63207,-1.40357 1.41239,-1.40357c0.78032,0 1.41239,0.62857 1.41239,1.40357c-0.0018,0.77411 -0.63073,1.40357 -1.41239,1.40357z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1745938593999491" d="M22.74321,17.1875l-9.58218,-16.25c-0.7336,-1.25 -2.5849,-1.25 -3.32344,0l-9.57769,16.25c-0.73719,1.24554 0.181,2.8125 1.65858,2.8125h19.16436c1.47169,0 2.39262,-1.5625 1.66037,-2.8125zM10.42069,6.07143c0,-0.59152 0.48293,-1.07143 1.07816,-1.07143c0.59524,0 1.07816,0.48214 1.07816,1.07143v5.71429c0,0.59152 -0.48293,1.07143 -1.03773,1.07143c-0.55481,0 -1.11859,-0.47768 -1.11859,-1.07143zM11.49886,17.14286c-0.77987,0 -1.41239,-0.62857 -1.41239,-1.40357c0,-0.775 0.63207,-1.40357 1.41239,-1.40357c0.78032,0 1.41239,0.62857 1.41239,1.40357c-0.0018,0.77411 -0.63073,1.40357 -1.41239,1.40357z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (min-width: 1023px) {
  .uxpin-alert.warning:before {
    top: 20px;
  }
}
.uxpin-alert.error {
  background-color: #ffeeee;
  border-color: #c41e24;
}
.uxpin-alert.error:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 20 20" width="20" height="20"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(196, 30, 36);" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM9.0625,5.9375c0,-0.51562 0.42188,-0.9375 0.9375,-0.9375c0.51563,0 0.9375,0.41992 0.9375,0.9375v5c0,0.51758 -0.41992,0.9375 -0.9375,0.9375c-0.51758,0 -0.9375,-0.41797 -0.9375,-0.9375zM10,15.625c-0.67813,0 -1.22812,-0.55 -1.22812,-1.22813c0,-0.67812 0.54961,-1.22812 1.22812,-1.22812c0.67852,0 1.22812,0.55 1.22812,1.22812c-0.00156,0.67734 -0.54844,1.22813 -1.22812,1.22813z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1745938594003493" d="M10,0c-5.52344,0 -10,4.47656 -10,10c0,5.52344 4.47656,10 10,10c5.52344,0 10,-4.47656 10,-10c0,-5.52344 -4.47656,-10 -10,-10zM9.0625,5.9375c0,-0.51562 0.42188,-0.9375 0.9375,-0.9375c0.51563,0 0.9375,0.41992 0.9375,0.9375v5c0,0.51758 -0.41992,0.9375 -0.9375,0.9375c-0.51758,0 -0.9375,-0.41797 -0.9375,-0.9375zM10,15.625c-0.67813,0 -1.22812,-0.55 -1.22812,-1.22813c0,-0.67812 0.54961,-1.22812 1.22812,-1.22812c0.67852,0 1.22812,0.55 1.22812,1.22812c-0.00156,0.67734 -0.54844,1.22813 -1.22812,1.22813z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (min-width: 1023px) {
  .uxpin-alert.error:before {
    top: 20px;
  }
}
.uxpin-alert.is-hidden {
  display: none;
}

.uxpin-alert-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.uxpin-alert-closeButton {
  position: static;
  float: right;
  border: none;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  cursor: pointer;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 14 14" width="14" height="14"><g transform="translate(0, 0)"><defs><path id="path-1745938593760273" d="M13.792446212599957 17.993840807851022 C13.518915714130602 18.26740143651986 13.07635885294166 18.26740143651986 12.802522147293464 17.993840807851022 C12.802522147293464 17.993840807851022 6.99902123062478 12.188388157226585 6.99902123062478 12.188388157226585 C6.99902123062478 12.188388157226585 1.1942079974753534 17.993840807851022 1.1942079974753534 17.993840807851022 C0.9206774990059987 18.26740143651986 0.4781206378170557 18.26740143651986 0.2042839321688613 17.993840807851022 C-0.06924656630049339 17.72028017918219 -0.06924656630049339 17.277674569036236 0.2042839321688613 17.003807699458932 C0.2042839321688613 17.003807699458932 6.01040948179903 11.199667509870805 6.01040948179903 11.199667509870805 C6.01040948179903 11.199667509870805 0.20515880982268891 5.394214859246367 0.20515880982268891 5.394214859246367 C-0.0683716886466658 5.120654230577531 -0.0683716886466658 4.678048620431582 0.20515880982268891 4.404181750854273 C0.4786893082920436 4.1306211221854365 0.9212461694809867 4.1306211221854365 1.195082875129181 4.404181750854273 C1.195082875129181 4.404181750854273 6.99902123062478 10.210946862515023 6.99902123062478 10.210946862515023 C6.99902123062478 10.210946862515023 12.803834463774207 4.405494211890586 12.803834463774207 4.405494211890586 C13.077364962243562 4.13193358322175 13.519921823432504 4.13193358322175 13.793758529080698 4.405494211890586 C14.067289027550054 4.679054840559424 14.067289027550054 5.121660450705372 13.793758529080698 5.395527320282682 C13.793758529080698 5.395527320282682 7.987632979450529 11.199667509870805 7.987632979450529 11.199667509870805 C7.987632979450529 11.199667509870805 13.792446212599954 17.00512016049524 13.792446212599954 17.00512016049524 C14.068032673555809 17.276362107999926 14.068032673555809 17.72259886034634 13.792446212599957 17.993840807851022 Z" vector-effect="non-scaling-stroke"/></defs><g transform="translate(0.000987361923605382, -4.1990112793526455)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(33, 33, 33);" d="M13.792446212599957 17.993840807851022 C13.518915714130602 18.26740143651986 13.07635885294166 18.26740143651986 12.802522147293464 17.993840807851022 C12.802522147293464 17.993840807851022 6.99902123062478 12.188388157226585 6.99902123062478 12.188388157226585 C6.99902123062478 12.188388157226585 1.1942079974753534 17.993840807851022 1.1942079974753534 17.993840807851022 C0.9206774990059987 18.26740143651986 0.4781206378170557 18.26740143651986 0.2042839321688613 17.993840807851022 C-0.06924656630049339 17.72028017918219 -0.06924656630049339 17.277674569036236 0.2042839321688613 17.003807699458932 C0.2042839321688613 17.003807699458932 6.01040948179903 11.199667509870805 6.01040948179903 11.199667509870805 C6.01040948179903 11.199667509870805 0.20515880982268891 5.394214859246367 0.20515880982268891 5.394214859246367 C-0.0683716886466658 5.120654230577531 -0.0683716886466658 4.678048620431582 0.20515880982268891 4.404181750854273 C0.4786893082920436 4.1306211221854365 0.9212461694809867 4.1306211221854365 1.195082875129181 4.404181750854273 C1.195082875129181 4.404181750854273 6.99902123062478 10.210946862515023 6.99902123062478 10.210946862515023 C6.99902123062478 10.210946862515023 12.803834463774207 4.405494211890586 12.803834463774207 4.405494211890586 C13.077364962243562 4.13193358322175 13.519921823432504 4.13193358322175 13.793758529080698 4.405494211890586 C14.067289027550054 4.679054840559424 14.067289027550054 5.121660450705372 13.793758529080698 5.395527320282682 C13.793758529080698 5.395527320282682 7.987632979450529 11.199667509870805 7.987632979450529 11.199667509870805 C7.987632979450529 11.199667509870805 13.792446212599954 17.00512016049524 13.792446212599954 17.00512016049524 C14.068032673555809 17.276362107999926 14.068032673555809 17.72259886034634 13.792446212599957 17.993840807851022 Z" vector-effect="non-scaling-stroke"/></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
}

.uxpin-alert-actionButtons {
  text-align: right;
  margin-bottom: -12px;
}
@media screen and (min-width: 1023px) {
  .uxpin-alert-actionButtons {
    margin-bottom: -16px;
  }
}

.uxpin-alert-actionButton {
  border: none;
  color: #0069c8;
  cursor: pointer;
  font-weight: 600;
  padding: 12px;
  text-transform: uppercase;
}

body {
  background: none repeat scroll 0 0 #fff;
  color: #404040;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
body.modal-open {
  overflow: hidden;
}

:focus {
  outline: 2px solid #0069C8;
}

a {
  color: #142667;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  background: transparent;
}
a:active, a:hover {
  outline: 0;
}
a:hover, a:active {
  color: #00ACEC;
}
a[disabled] {
  cursor: default;
  color: #6a6a6a;
  opacity: 0.5;
}
a.underline {
  text-decoration: underline;
}
a.highlight {
  font-weight: 700;
  text-decoration: underline;
}

fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 1em;
  vertical-align: top;
}

.inner-content {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width : 1023px) {
  .inner-content {
    max-width: 100%;
  }
}

.inner-width {
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width : 1023px) {
  .inner-width {
    padding: 0;
  }
}

.boxsizing, .nav__search .header-search #search-suggestions .search-suggestion-wrapper {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.button-text {
  background-color: transparent;
  border-width: 0;
  color: #84bd00;
  padding: 0;
}
.button-text:hover {
  background-color: transparent;
  text-decoration: underline;
}

.button-full-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.visually-hidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  list-style: none outside none !important;
}

.product-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
@media screen and (max-width: 1023px) {
  .product-name {
    font-size: 13px;
    line-height: 16px;
  }
}
.hide {
  display: none;
}

.show {
  display: block;
}

p {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: normal;
  color: #000000;
}

.label {
  margin: 0 0 7px 0;
  font-weight: 700;
}

.text-link:hover {
  color: #00ACEC;
}

.desktop-only {
  display: block;
  width: 100%;
}

.ipad-only,
.mobile-only {
  display: none;
}

.device-show {
  display: none;
}

@media screen and (max-width: 1023px) {
  .ipad-only,
  .device-show {
    display: block;
  }
  .mobile-only,
  .desktop-only {
    display: none;
  }
  .ipad-desktop {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .desktop-only,
  .ipad-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .ipad-desktop {
    display: none;
  }
}
.buttonoval {
  border-radius: 20px;
  background-color: #142667;
  color: #fff;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  padding: 8px 34px 8px 20px;
}
.buttonoval:hover {
  background-color: #00ACEC;
  color: #fff;
}
.buttonoval img {
  padding: 0 0 0px 10px;
  width: 10px;
  height: 7px;
}

input::-ms-clear {
  display: none;
}

.fixed-position {
  position: fixed;
}

.html-slot-container a,
.content-asset a {
  font-weight: 500;
  text-decoration: none;
  color: #0033A0;
}
.html-slot-container a:hover,
.content-asset a:hover {
  color: #00ACEC;
  text-decoration: underline;
}

footer .html-slot-container a,
footer .content-asset a {
  font-weight: normal;
  text-decoration: underline;
}

.aarons-btn-wrapper {
  padding: 1em 0;
}

a.aarons-btn, div.aarons-btn, button.aarons-btn {
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  line-height: unset;
  cursor: pointer;
  /* ----- Aarons Requirements ----- */
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 3vw;
  padding: 1.25em 2.5em;
  font-weight: 600 !important;
  margin: 1em 2em 1em 2em;
  /* Base Styles */
  border: 0.1em solid rgb(235, 231, 231);
  background-color: rgb(235, 231, 231);
  color: unset;
  transition-duration: 50ms;
  border-radius: 0.2em;
  text-align: center;
  width: unset;
  min-width: unset;
  max-width: unset;
}
@media (min-width: 768px) {
  a.aarons-btn, div.aarons-btn, button.aarons-btn {
    font-size: 13px;
  }
}
a.aarons-btn:hover, div.aarons-btn:hover, button.aarons-btn:hover {
  text-decoration: none;
  border: 0.1em solid rgb(209, 206, 206);
  background-color: rgb(209, 206, 206);
}
a.aarons-btn:focus, div.aarons-btn:focus, button.aarons-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 0.2rem #0069C8;
}
@media (min-width: 1024px) {
  a.aarons-btn, div.aarons-btn, button.aarons-btn {
    font-size: 15px;
  }
}
a.aarons-btn.aarons-btn--aligned, div.aarons-btn.aarons-btn--aligned, button.aarons-btn.aarons-btn--aligned {
  margin: 1em 2em 1em 0em;
}
a.aarons-btn.aarons-btn--aligned-right, div.aarons-btn.aarons-btn--aligned-right, button.aarons-btn.aarons-btn--aligned-right {
  margin: 1em 0em 1em 2em;
}
a.aarons-btn.aarons-btn--slim, div.aarons-btn.aarons-btn--slim, button.aarons-btn.aarons-btn--slim {
  margin: 1em;
}
a.aarons-btn.aarons-btn--skinny, div.aarons-btn.aarons-btn--skinny, button.aarons-btn.aarons-btn--skinny {
  margin: 1em 0;
}
a.aarons-btn.aarons-btn--scaled, div.aarons-btn.aarons-btn--scaled, button.aarons-btn.aarons-btn--scaled {
  font-size: 3vw;
  padding: 3.75vw 7.5vw;
}
@media (min-width: 768px) {
  a.aarons-btn.aarons-btn--scaled, div.aarons-btn.aarons-btn--scaled, button.aarons-btn.aarons-btn--scaled {
    font-size: 2vw;
    padding: 2.5vw 5vw !important;
    margin: 1vw;
  }
}
@media (min-width: 1024px) {
  a.aarons-btn.aarons-btn--scaled, div.aarons-btn.aarons-btn--scaled, button.aarons-btn.aarons-btn--scaled {
    font-size: 1.2vw;
    padding: 1.25vw 2.5vw !important;
    margin: 1vw 2vw;
  }
}
a.aarons-btn.aarons-btn--scaled.aarons-btn--aligned, div.aarons-btn.aarons-btn--scaled.aarons-btn--aligned, button.aarons-btn.aarons-btn--scaled.aarons-btn--aligned {
  margin-left: 0 !important;
}
a.aarons-btn.aarons-btn--scaled.aarons-btn--aligned-right, div.aarons-btn.aarons-btn--scaled.aarons-btn--aligned-right, button.aarons-btn.aarons-btn--scaled.aarons-btn--aligned-right {
  margin-right: 0 !important;
}
a.aarons-btn.aarons-btn--blue, div.aarons-btn.aarons-btn--blue, button.aarons-btn.aarons-btn--blue {
  background-color: #0069c8;
  color: #ffffff;
  border: 0.1em solid #0069c8;
}
a.aarons-btn.aarons-btn--blue:hover, div.aarons-btn.aarons-btn--blue:hover, button.aarons-btn.aarons-btn--blue:hover {
  background-color: #0033A0;
  color: #ffffff;
  border: 0.1em solid #0033A0;
}
a.aarons-btn, div.aarons-btn, button.aarons-btn {
  /* Standard Dark Blue */
}
a.aarons-btn.aarons-btn--blue-dark, div.aarons-btn.aarons-btn--blue-dark, button.aarons-btn.aarons-btn--blue-dark {
  background-color: #0033A0;
  color: #ffffff;
  border: 0.1em solid #0033A0;
}
a.aarons-btn.aarons-btn--blue-dark:hover, div.aarons-btn.aarons-btn--blue-dark:hover, button.aarons-btn.aarons-btn--blue-dark:hover {
  background-color: #0069c8;
  color: #ffffff;
  border: 0.1em solid #0069c8;
}
a.aarons-btn, div.aarons-btn, button.aarons-btn {
  /* Standard White */
}
a.aarons-btn.aarons-btn--white, div.aarons-btn.aarons-btn--white, button.aarons-btn.aarons-btn--white {
  background-color: #ffffff;
  color: #0069c8;
  border: 0.1em solid #0069c8;
}
a.aarons-btn.aarons-btn--white:hover, div.aarons-btn.aarons-btn--white:hover, button.aarons-btn.aarons-btn--white:hover {
  background-color: #0069c8;
  color: #ffffff;
  border: 0.1em solid #0069c8;
}
a.aarons-btn.aarons-btn--white-dark, div.aarons-btn.aarons-btn--white-dark, button.aarons-btn.aarons-btn--white-dark {
  background-color: #ffffff;
  color: #0033A0;
  border: 0.1em solid #0033A0;
}
a.aarons-btn.aarons-btn--white-dark:hover, div.aarons-btn.aarons-btn--white-dark:hover, button.aarons-btn.aarons-btn--white-dark:hover {
  background-color: #0033A0;
  color: #ffffff;
  border: 0.1em solid #0033A0;
}
a.aarons-btn.aarons-btn--white-white, div.aarons-btn.aarons-btn--white-white, button.aarons-btn.aarons-btn--white-white {
  background-color: #ffffff;
  color: #0069c8;
  border: 0.1em solid #ffffff;
}
a.aarons-btn.aarons-btn--white-white:hover, div.aarons-btn.aarons-btn--white-white:hover, button.aarons-btn.aarons-btn--white-white:hover {
  background-color: #0069c8;
  color: #ffffff;
  border: 0.1em solid #0069c8;
}

.shop-by-style__content .aarons-btn.aarons-btn--blue.aarons-btn--aligned {
  margin-top: 0.25em !important;
}

button#footer-submit.aarons-btn.aarons-btn--aligned.footer-subscribe {
  margin: 0 !important;
  height: unset !important;
  padding: unset !important;
  height: 50px !important;
  width: 100%;
  background: none;
  font-size: 13px !important;
}

#pdpMain button.zip-change.aarons-btn.aarons-btn--blue.aarons-btn--skinny {
  font-size: 11px;
  padding: 0.75em 1.25em !important;
}

#pdpMain .aarons-btn-wrapper--PDP.btn-container {
  display: flex;
  justify-content: center;
  margin: 0.75rem;
}

#pdpMain .paymentinfosectionaccordionID .aarons-btn-wrapper--PDP.btn-container {
  margin: 0.75rem 0 0.75rem 0 !important;
}

#pdpMain .fav-and-add {
  justify-content: center !important;
}

#pdpMain #pdpAddToCartForm.pdpForm {
  flex-grow: unset !important;
}

#pdpMain .favorite {
  margin-right: unset !important;
}

#pdpMain.pdp-main .product-col-2 .fav-and-add .btn-container {
  width: unset !important;
}

.zipcode-error1 {
  display: flex;
}

#pdpMain #button-wrap-pdp.aarons-btn-wrapper--PDP.btn-container .aarons-btn.aarons-btn--skinny.aarons-btn--blue {
  width: auto;
  padding: 1.25em 2.5em !important;
}

#compare-items-button.aarons-btn.aarons-btn--white {
  padding: 1.25em 2.5em;
  border-radius: 0.2em;
  margin-top: -1em;
}

a.aarons-btn.aarons-btn--white-dark.search-btn {
  width: 100%;
  margin: auto;
}

.start-lease-process-button-wrap-pdp {
  margin-bottom: 1.5em;
}

.ui-widget-overlay {
  background: #142667;
  opacity: 0.66;
  border: 1px solid #979797;
}

.ui-dialog {
  background-color: #fff;
  padding: 0;
}
.ui-dialog.ui-widget-content {
  border: 0;
}
.ui-dialog.zip-modal .ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-button-icon-only .ui-button-text, .ui-dialog .ui-button-icons-only .ui-button-text {
  padding: 0;
}
.ui-dialog .ui-widget-header {
  background-color: none;
  border: 0 none;
  border-radius: 0 0 0 0;
  text-transform: uppercase;
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  color: #333333;
  font-weight: bold;
  height: 0;
}
.ui-dialog .ui-icon-closethick, .ui-dialog .ui-dialog-titlebar-close {
  height: 15px;
  width: 15px;
}
.ui-dialog .ui-button {
  width: 18px;
  height: 20px;
}
.ui-dialog .ui-button .ui-icon-closethick {
  background: url("../images/aarons_sprite_img.png") no-repeat -359px -305px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.ui-dialog .ui-button:hover .ui-icon-closethick {
  background-position: -421px -302px;
}
.ui-dialog .ui-dialog-titlebar-close {
  background-color: transparent;
  border: 0 none;
  border-radius: 0 0 0 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  right: 20px;
  top: 20px;
  z-index: 100;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8em;
  font-weight: 400;
  margin: 5px 0 5px 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
}

nav[role=navigation] {
  color: #fff;
  left: -50%;
  margin-top: 0;
  position: absolute;
  width: 50%;
  top: 0;
}

.sticky-header.fixed {
  position: fixed;
  background: #fff;
  z-index: 300;
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .menu-toggle .menu-icon {
    background-image: url(../images/svg/Menu.svg);
    width: 22px;
    height: 18px;
  }
  .menu-toggle .menu-icon:before {
    content: "";
  }
}
.menu-toggle .menu-icon {
  font-size: 2em;
}
.menu-toggle .menu-icon .hamburger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  z-index: 9999;
}
.menu-toggle .menu-icon .hamburger > div {
  background: #000;
  height: 4px;
  margin-bottom: 4px;
  float: left;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .header-section .header-search {
    position: absolute;
    right: 268px;
  }
}
.header-section .online-media {
  width: 253px;
}

@media screen and (min-width: 768px) {
  .menu-utility-user .user-info {
    position: relative;
    transition: color 0.5s ease;
  }
  .menu-utility-user .user-info.active .user-login {
    color: #84bd00;
  }
  .menu-utility-user .user-info.active .user-panel {
    opacity: 1;
    visibility: visible;
  }
}
.menu-utility-user .user-info .user-panel {
  box-sizing: content-box;
  margin-top: 0.5rem;
  text-align: left;
  transition: all 0.3s ease;
  width: 10rem;
  width: max-content;
}
.menu-utility-user .user-info .user-panel h3 {
  display: none;
  margin: 0;
  padding-bottom: 0.7em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel h3 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 #cccccc;
    margin-top: 0;
    opacity: 0;
    padding: 1em;
    position: absolute;
    right: -1.5rem;
    visibility: hidden;
    z-index: 20;
  }
}
.menu-utility-user .user-info .user-panel .user-links {
  padding-left: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel .user-links {
    padding-left: 0;
  }
}
.menu-utility-user .user-info .user-panel a {
  color: #84bd00;
  display: block;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .menu-utility-user .user-info .user-panel a {
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.menu-utility-user .user-info .user-panel .user-logout {
  color: #fff;
  margin-top: 0.5rem;
  padding: 0.5em 2em;
  text-transform: uppercase;
}
.menu-utility-user .user-info .user-panel .user-logout:hover {
  color: #84bd00;
}

@media screen and (min-width: 768px) {
  .country-selector {
    float: left;
  }
}
.country-selector .selector {
  display: none;
  margin-top: 0.5rem;
  padding-left: 2rem;
}
.country-selector .selector.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .country-selector .selector {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 1rem;
    padding: 1rem;
  }
}
.country-selector .current-country {
  cursor: pointer;
  padding: 0.8em 1rem;
}
.country-selector .current-country.selector-active {
  border-bottom: 1px solid rgb(25.5, 25.5, 25.5);
}
.country-selector .current-country.selector-active .selector-icon {
  transform: rotate(270deg);
}
@media screen and (min-width: 768px) {
  .country-selector .current-country {
    padding: 0;
  }
  .country-selector .current-country.selector-active {
    border-bottom: none;
    padding-bottom: 0;
    position: absolute;
    right: 0;
  }
}
.country-selector .current-country .selector-icon {
  margin: 3px 0px 0px 4px;
}
@media screen and (min-width: 768px) {
  .country-selector .current-country .selector-icon {
    float: right;
    transform: rotate(90deg);
  }
}
.country-selector .current-country .flag-icon {
  border: none;
}
.country-selector .continent-name {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .country-selector .continent-name {
    color: #990000;
  }
}
.country-selector .country {
  margin-bottom: 0.5rem;
}
.country-selector .locale {
  border-right: 1px solid #E7E7E7;
  display: inline-block;
  padding: 0 0.3rem;
  vertical-align: middle;
}
.country-selector .locale:first-of-type {
  padding-left: 0;
}
.country-selector .locale:last-of-type {
  border-right: none;
  padding-right: 0;
}
.country-selector .flag-icon {
  border: 1px solid #E7E7E7;
  margin-right: 0.3rem;
}

#emailsignup-wrapper #textMessageSuccess {
  padding: 1rem;
  margin: 1rem 0;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}

#emailsignup-wrapper #textMessageFaild {
  padding: 1rem;
  margin: 1rem 0;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

#emailsignup-wrapper #emailMessageSuccess {
  padding: 1rem;
  margin: 1rem 0;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}

#emailsignup-wrapper #emailMessageFaild {
  padding: 1rem;
  margin: 1rem 0;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
}

.sign-me-up-wrapper #emailMessageSuccess {
  padding: 1rem;
  margin: 1rem auto;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
  max-width: 65.715%;
  border-radius: 6px;
}

.sign-me-up-wrapper #emailMessageFaild {
  padding: 1rem;
  margin: 1rem auto;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  display: none;
  max-width: 65.715%;
  border-radius: 6px;
}

#interstitialModalSection .form_wrapper {
  padding: 2em;
}

#interstitialModalSection .interstitial-modal-container #Interstitial-Btn-Close {
  width: 38px;
  height: 38px;
  font-size: 25px;
  font-weight: 600;
}

#interstitialModalSection .nothanks-btn {
  width: 248px;
  height: 40px;
  padding: 8px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-size: cover;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #ffffff;
  text-decoration: none solid rgb(255, 255, 255);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
}
#interstitialModalSection .nothanks-btn:hover {
  background-color: #ffffff;
  color: #1769c8;
  border: 2px solid #1769c8;
}

#interstitialModalSection .desk-wrap {
  display: flex;
  justify-content: space-between;
}

/* New form*/
#emailsignup-wrapper .interstitials-emailforms {
  margin: 2em 4em 2em 2em;
  display: flow-root;
}

#emailsignup-wrapper .btn-green {
  background-color: #88C43C;
  font-weight: 500;
  padding: 1.35em 0;
  padding: 19px 36px;
  border: 0;
  border-radius: 5px;
  color: #000000;
  font-size: 0.75em;
  letter-spacing: 0;
  width: 100%;
}

#interstitialModalSection .interstitial-modal-container.visible {
  opacity: 1;
  pointer-events: all;
}

#interstitialModalSection .interstitial-modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
}
#interstitialModalSection .interstitial-modal-container .close-me {
  position: absolute;
  top: -1em;
  right: -1em;
  z-index: 9;
  border-radius: 50px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}
@media (max-width: 560px) {
  #interstitialModalSection .interstitial-modal-container .close-me {
    top: 14px;
    right: 14px;
  }
}

#interstitialModalSection .interstitial-modal-container-holder {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#interstitialModalSection .Interstitial-modal__window {
  font-size: 12px;
  width: 75%;
  margin: auto;
  padding: 4em;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1051.43 401.5'%3E%3Cdefs%3E%3Cstyle%3E.circles1%7Bfill:%230172d8;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='circles1' cx='44.73' cy='16.07' r='16.07'/%3E%3Ccircle class='circles1' cx='85.76' cy='16.07' r='16.07'/%3E%3Ccircle class='circles1' cx='126.79' cy='16.07' r='16.07'/%3E%3Ccircle class='circles1' cx='167.82' cy='16.07' r='16.07'/%3E%3Ccircle class='circles1' cx='208.85' cy='16.07' r='16.07'/%3E%3Ccircle class='circles1' cx='23.31' cy='56.07' r='16.07'/%3E%3Ccircle class='circles1' cx='64.34' cy='56.07' r='16.07'/%3E%3Ccircle class='circles1' cx='105.37' cy='56.07' r='16.07'/%3E%3Ccircle class='circles1' cx='146.4' cy='56.07' r='16.07'/%3E%3Ccircle class='circles1' cx='187.43' cy='56.07' r='16.07'/%3E%3Ccircle class='circles1' cx='42.92' cy='96.07' r='16.07'/%3E%3Ccircle class='circles1' cx='83.95' cy='96.07' r='16.07'/%3E%3Ccircle class='circles1' cx='124.98' cy='96.07' r='16.07'/%3E%3Ccircle class='circles1' cx='166.01' cy='96.07' r='16.07'/%3E%3Ccircle class='circles1' cx='21.5' cy='136.07' r='16.07'/%3E%3Ccircle class='circles1' cx='62.53' cy='136.07' r='16.07'/%3E%3Ccircle class='circles1' cx='103.56' cy='136.07' r='16.07'/%3E%3Ccircle class='circles1' cx='144.59' cy='136.07' r='16.07'/%3E%3Ccircle class='circles1' cx='41.11' cy='176.07' r='16.07'/%3E%3Ccircle class='circles1' cx='82.14' cy='176.07' r='16.07'/%3E%3Ccircle class='circles1' cx='123.17' cy='176.07' r='16.07'/%3E%3Ccircle class='circles1' cx='19.69' cy='216.07' r='16.07'/%3E%3Ccircle class='circles1' cx='60.72' cy='216.07' r='16.07'/%3E%3Ccircle class='circles1' cx='101.75' cy='216.07' r='16.07'/%3E%3Ccircle class='circles1' cx='39.3' cy='256.07' r='16.07'/%3E%3Ccircle class='circles1' cx='80.33' cy='256.07' r='16.07'/%3E%3Ccircle class='circles1' cx='17.88' cy='296.07' r='16.07'/%3E%3Ccircle class='circles1' cx='58.91' cy='296.07' r='16.07'/%3E%3Ccircle class='circles1' cx='37.49' cy='336.07' r='16.07'/%3E%3Ccircle class='circles1' cx='16.07' cy='376.07' r='16.07'/%3E%3Ccircle class='circles1' cx='953.3' cy='25.43' r='16.07'/%3E%3Ccircle class='circles1' cx='994.33' cy='25.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1035.36' cy='25.43' r='16.07'/%3E%3Ccircle class='circles1' cx='931.88' cy='65.43' r='16.07'/%3E%3Ccircle class='circles1' cx='972.91' cy='65.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1013.94' cy='65.43' r='16.07'/%3E%3Ccircle class='circles1' cx='910.46' cy='105.43' r='16.07'/%3E%3Ccircle class='circles1' cx='951.49' cy='105.43' r='16.07'/%3E%3Ccircle class='circles1' cx='992.52' cy='105.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1033.55' cy='105.43' r='16.07'/%3E%3Ccircle class='circles1' cx='889.04' cy='145.43' r='16.07'/%3E%3Ccircle class='circles1' cx='930.07' cy='145.43' r='16.07'/%3E%3Ccircle class='circles1' cx='971.1' cy='145.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1012.13' cy='145.43' r='16.07'/%3E%3Ccircle class='circles1' cx='867.63' cy='185.43' r='16.07'/%3E%3Ccircle class='circles1' cx='908.65' cy='185.43' r='16.07'/%3E%3Ccircle class='circles1' cx='949.68' cy='185.43' r='16.07'/%3E%3Ccircle class='circles1' cx='990.71' cy='185.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1031.74' cy='185.43' r='16.07'/%3E%3Ccircle class='circles1' cx='846.21' cy='225.43' r='16.07'/%3E%3Ccircle class='circles1' cx='887.23' cy='225.43' r='16.07'/%3E%3Ccircle class='circles1' cx='928.26' cy='225.43' r='16.07'/%3E%3Ccircle class='circles1' cx='969.29' cy='225.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1010.32' cy='225.43' r='16.07'/%3E%3Ccircle class='circles1' cx='824.79' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='865.82' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='906.84' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='947.87' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='988.9' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='803.37' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='844.4' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='885.42' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='926.45' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='967.48' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='781.95' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='822.98' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='864.01' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='905.03' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='946.06' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='760.53' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='801.56' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='842.59' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='883.61' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='924.64' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1031.41' cy='265.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1009.99' cy='305.43' r='16.07'/%3E%3Ccircle class='circles1' cx='988.58' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1029.6' cy='345.43' r='16.07'/%3E%3Ccircle class='circles1' cx='967.16' cy='385.43' r='16.07'/%3E%3Ccircle class='circles1' cx='1008.18' cy='385.43' r='16.07'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #006ac8;
  background-position: 31% 0%;
  background-size: 125%;
}

#interstitialModalSection .Interstitial-modal__step-1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

#interstitialModalSection .Interstitial-modal__content {
  margin-top: -1em;
  position: relative;
  width: 100%;
}

#interstitialModalSection .Interstitial-modal__content > * {
  position: relative;
  z-index: 1;
}

.interstitials-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#interstitialModalSection .interstitials-header .title-section {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: -5px;
  text-transform: inherit;
  text-align: left;
  display: block;
  margin-top: 10px;
}
#interstitialModalSection .interstitials-header h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-transform: inherit;
  text-align: center;
}
#interstitialModalSection .interstitials-header p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  margin-bottom: 1em;
  text-transform: inherit;
}
#interstitialModalSection .interstitials-header p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  "Open Sans"; */
  font-weight: 700;
}

#interstitialModalSection .interstitials-body {
  display: flex;
  margin-bottom: 3em;
}
#interstitialModalSection .interstitials-body div {
  flex: 1;
}
#interstitialModalSection .interstitials-body div .title-section {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-bottom: -5px;
  text-transform: inherit;
  text-align: left;
  display: block;
  margin-top: 10px;
}
#interstitialModalSection .interstitials-body div h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-weight: 700;
  font-size: 19px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 16px;
  text-transform: none;
}
#interstitialModalSection .interstitials-body .pad-left {
  margin-left: 2% !important;
}

#interstitialModalSection .interstitials-emailsignup {
  background-color: #fff;
  border-top: 5px solid #88C43C;
  padding: 1.5em 2.5em 0 2.5em;
  /* height: 343px; */
}

#interstitialModalSection .interstitials-textmessage {
  background-color: #fff;
  border-top: 5px solid #15BEF0;
  padding: 1.5em 2.5em 0 2.5em;
  /* height: 343px; */
}

#interstitialModalSection .interstitials-footer p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
}
#interstitialModalSection .interstitials-footer p span {
  font-weight: 300;
}

#interstitialModalSection .interstitials-checkAndLabelCanada {
  display: flex;
}
#interstitialModalSection .interstitials-checkAndLabelCanada .CheckoutInput-wrapper {
  position: relative;
  margin: 0;
  width: 30px;
  float: left;
  flex: initial;
}
#interstitialModalSection .interstitials-checkAndLabelCanada input[type=checkbox] {
  opacity: 1;
  position: inherit;
  margin: 0;
}
#interstitialModalSection .interstitials-checkAndLabelCanada span .content-asset {
  margin: 0 0 1em 1em;
}
#interstitialModalSection .interstitials-checkAndLabelCanada span a {
  color: #1769c8 !important;
  text-decoration: underline !important;
}

#interstitialModalSection .interstitials-emailsignup-section .interstitials-email-forms span.error {
  font-size: 12px;
}

#interstitialModalSection .interstitials-textmessage-section .interstitials-email-forms span.error {
  font-size: 12px;
}

#interstitialModalSection .email-form-Privacyterms {
  clear: both;
}

#interstitialModalSection .interstitials-email-forms .zip label {
  display: inherit !important;
}

.btngreen-interstitialsemailform {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-style: normal;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #88C43C !important;
  border: 0;
  letter-spacing: 0;
  padding: 19px 36px !important;
  border-radius: 0 !important;
  width: 48.75% !important;
  color: #000000 !important;
}
.btngreen-interstitialsemailform:hover {
  color: #ffffff !important;
  background-color: #00369D !important;
}

@media (max-width: 960px) {
  #interstitialModalSection .show-floating-label label {
    font-size: 11px;
  }
  #interstitialModalSection .interstitials-body {
    flex-direction: column;
  }
  #interstitialModalSection .interstitials-emailsignup {
    margin-right: 0;
  }
  #interstitialModalSection .Interstitial-modal__window {
    height: auto;
  }
  #interstitialModalSection .interstitials-emailsignup-section .interstitials-email-forms .btn-subscribe {
    width: auto !important;
  }
  #interstitialModalSection .interstitials-header h2 {
    font-size: 13px;
    line-height: 21px;
    margin-top: 1em;
  }
  #interstitialModalSection .interstitials-textmessage-section .interstitials-email-forms .btn-subscribe {
    width: auto !important;
  }
}
@media (max-width: 600px) {
  #interstitialModalSection .form-row label {
    font-size: 10px;
  }
  #interstitialModalSection .show-floating-label label {
    font-size: 8px;
  }
}
@media (max-width: 560px) {
  #interstitialModalSection .desk-wrap {
    flex-direction: column;
  }
  #interstitialModalSection .desk-wrap .half-desk {
    padding-bottom: 0;
  }
  #interstitialModalSection .desk-wrap .pad-left {
    margin: 0 !important;
  }
  #interstitialModalSection .btn-blue-interstitialsemailform {
    width: auto !important;
  }
  #interstitialModalSection .interstitials-textmessage-section .interstitials-email-forms span.error {
    font-size: 10px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  #interstitialModalSection .interstitial-modal-container .interstitial-modal-container-holder {
    transform: scale(0.9) !important;
  }
  #interstitialModalSection .Interstitial-modal__window {
    width: auto;
    margin: inherit;
    padding: 2em;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

button.text-btn {
  background: initial;
  border: 0;
  font-size: initial;
  padding: inherit;
}

.has-nav-open {
  overflow: hidden;
  height: 100%;
}

.new-navigation #main {
  margin: 0 !important;
}
.new-navigation #mainNav a {
  text-decoration: none;
}
.new-navigation .nav_container a:focus .nav__category {
  outline: 2px solid #0069C8;
}
.new-navigation .desktop_only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .new-navigation .desktop_only {
    display: none !important;
  }
}
.new-navigation .mobile_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .new-navigation .mobile_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .new-navigation .zip-code {
    text-decoration: underline;
  }
}
.new-navigation .nav__utility-menu_content {
  padding: 20px 1.4rem;
  background: #0069C8;
  color: white;
}
.new-navigation .nav__utility-menu_content .nav__alt-item {
  padding-bottom: 1.5rem;
}
.new-navigation .nav__utility-menu_content .nav__category {
  padding: 0;
}
.new-navigation .nav__utility-menu_content a, .new-navigation .nav__utility-menu_content .account {
  font-weight: 700;
  color: white;
  font-size: 16px;
}
.new-navigation .nav__utility-menu_content .dropdown a {
  font-weight: 600;
  color: black;
}
.new-navigation .nav__utility-menu_content .nav__category-heading.account:before {
  content: none;
}
.new-navigation hr {
  height: 4px;
  background-color: #0069C8;
}
.new-navigation .nav_account--utility {
  position: relative;
}
.new-navigation nav#mainNav:not(.has-menu-open) .glider-banner {
  display: none;
}
.new-navigation .glider-banner {
  margin: 1rem 0 1rem 1rem;
}
.new-navigation .glider-banner .glider-track {
  height: auto;
  margin: 2px 0 2px 2px;
}
.new-navigation .glider-banner .glider-track .glider-slide {
  margin-right: 16px;
  border: 1px solid;
  border-radius: 5px;
}
.new-navigation .glider-banner.condensed-flyout {
  height: 7.9em;
}
.new-navigation .glider-banner.condensed-flyout .glider-slide {
  border: none;
  border-radius: 0;
}
.new-navigation .slick-content-images {
  position: relative;
  height: 195px;
}
.new-navigation .slick-content-images .glider-prev, .new-navigation .slick-content-images .glider-next {
  height: 12px;
  width: 16px;
  background-image: url(../images/slick_arrow.png);
  background-repeat: no-repeat;
  z-index: 5;
  top: auto;
  outline: none;
  background-color: transparent;
  bottom: 0.5rem;
}
.new-navigation .slick-content-images .glider-prev:focus, .new-navigation .slick-content-images .glider-next:focus {
  outline: 2px solid #0069C8;
}
.new-navigation .slick-content-images .glider-prev:before, .new-navigation .slick-content-images .glider-next:before {
  content: none;
}
.new-navigation .slick-content-images .glider-prev {
  left: 30%;
}
.new-navigation .slick-content-images .glider-next {
  right: 30%;
  transform: rotate(180deg);
}
.new-navigation .slick-content-images .glider-dots .glider-dot:focus {
  outline: 2px solid #0069C8;
}
.new-navigation .slick-content-images .glider-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #C4C4C4;
}
.new-navigation .slick-content-images .glider-dots button.active {
  background-color: #0069C8;
}
.new-navigation .slick-content-images .glider-dots button:focus {
  outline: 1px solid #0069C8;
}
.new-navigation .slick-content-images .hero-slide--promo a {
  width: 100%;
  height: 100%;
  display: block;
}
.new-navigation .slick-content-images .hero-slide--promo {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 270px;
  height: 165px;
}
.new-navigation .slick-content-images .hero-slide--promo:hover {
  border: 2px solid #0069C8;
}
.new-navigation .slick-content-images .glider-slide {
  width: 270px !important;
}
.new-navigation .has-menu-open .close-icon {
  display: block;
}
.new-navigation .close-icon {
  position: fixed;
  left: 406px;
  display: none;
  width: 34px;
  top: 6px;
  height: 34px;
  background-image: url(../images/close-icon.png);
  z-index: 600;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .new-navigation .close-icon {
    display: none !important;
  }
}
.new-navigation .close-icon :hover {
  outline: 1px #0069C8;
}
.new-navigation .nav__menus {
  opacity: 0;
  left: -100%;
  background: #fff;
  transition: all 0.5s;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  visibility: hidden;
}
.new-navigation .nav__menus .nav__utility-menu {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .new-navigation .nav__menus .ShopByBrand .nav__category-heading:before {
    content: none;
  }
}
.new-navigation .nav__menus .nav__utility-menu, .new-navigation .nav__menus .nav__categories, .new-navigation .nav__menus .nav__features, .new-navigation .nav__menus .nav__ShopByBrand {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .new-navigation .nav__menus .nav__utility-menu, .new-navigation .nav__menus .nav__categories, .new-navigation .nav__menus .nav__features, .new-navigation .nav__menus .nav__ShopByBrand {
    padding: 6px 0;
  }
}
.new-navigation .nav__menus .nav__features, .new-navigation .nav__menus .nav__ShopByBrand {
  padding-top: 0;
}
.new-navigation .nav__menus .nav_container {
  padding: 20px 1.5rem;
}
.new-navigation .nav__menus .nav__category-heading, .new-navigation .nav__menus .nav__featured-heading {
  display: flex;
  align-items: center;
}
.new-navigation .nav__menus .nav__sub-category-heading, .new-navigation .nav__menus .nav__sub-sub-category, .new-navigation .nav__menus .nav__sub-category-heading-shop-all {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
.new-navigation .nav__menus .nav__category-heading:before, .new-navigation .nav__menus .nav__featured-heading:before, .new-navigation .nav__menus .nav__category--utility a:before {
  content: "";
  height: 25px;
  width: 30px;
  /* 
  background-image: url('../images/aarons_sprite_icons.png');  
  background-size: 283px auto;
  background-repeat: no-repeat;
  background-position: left -64px top -47px;
  */
  display: inline-block;
  margin-right: 8px;
}
.new-navigation .nav__menus .nav__category-heading.furniture:before {
  /* background-position: left -72px top -16px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 57 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M52.26,26.18H4.74c-1.26,0-2.46-.5-3.35-1.38-.89-.88-1.39-2.08-1.39-3.32v-1.67c0-.45,.36-.81,.82-.81H56.18c.22,0,.42,.08,.58,.24s.24,.36,.24,.57v1.67c0,1.25-.5,2.44-1.39,3.32-.89,.88-2.09,1.38-3.35,1.38h0ZM1.63,20.62v.86c0,.82,.33,1.6,.91,2.18,.58,.58,1.37,.9,2.2,.9H52.26c.82,0,1.62-.33,2.2-.9,.58-.58,.91-1.36,.91-2.18v-.86H1.63Zm7.48-.61H.82C.37,20.01,0,19.65,0,19.2v-7.38C0,11.02,.32,10.26,.89,9.69c.57-.56,1.34-.88,2.14-.88h3.88c.8,0,1.57,.32,2.14,.88s.89,1.33,.89,2.12v7.38c0,.21-.09,.42-.24,.57-.15,.15-.36,.24-.58,.24h0Zm-7.49-1.62h6.67v-6.57c0-.76-.62-1.38-1.39-1.38H3.03c-.77,0-1.39,.62-1.39,1.38v6.57h0Zm54.55,1.62h-8.3c-.45,0-.82-.36-.82-.81v-7.38c0-.8,.32-1.56,.89-2.12,.57-.56,1.34-.88,2.14-.88h3.88c.8,0,1.57,.32,2.14,.88,.57,.56,.89,1.33,.89,2.12v7.38c0,.21-.09,.42-.24,.57-.15,.15-.36,.24-.58,.24h0Zm-7.49-1.62h6.67v-6.57c0-.76-.62-1.38-1.39-1.38h-3.88c-.77,0-1.39,.62-1.39,1.38v6.57Zm-20.2,2.23H9.12c-.45,0-.82-.36-.82-.81v-2.91c0-.87,.35-1.71,.97-2.33,.62-.62,1.47-.97,2.35-.97h14.37c.88,0,1.72,.35,2.35,.97,.62,.62,.97,1.45,.97,2.33v2.91c0,.45-.36,.81-.82,.81h0Zm-18.56-1.62H27.68v-2.1c0-.92-.76-1.67-1.69-1.67H11.62c-.93,0-1.69,.75-1.69,1.67v2.1h0Zm37.95,1.62H28.5c-.45,0-.82-.36-.82-.81v-2.91c0-.87,.35-1.71,.97-2.33,.62-.62,1.47-.97,2.35-.97h14.37c.88,0,1.73,.35,2.35,.97,.62,.62,.97,1.45,.97,2.33v2.91c0,.45-.36,.81-.82,.81h0Zm-18.56-1.62h17.75v-2.1c0-.92-.76-1.67-1.69-1.67h-14.37c-.93,0-1.69,.75-1.69,1.67v2.1h0Zm-.6-2.3c-.45,0-.82-.36-.82-.81V4.59c0-.79-.32-1.54-.88-2.1-.56-.56-1.32-.87-2.12-.87H8.78c-.79,0-1.56,.31-2.12,.87s-.88,1.31-.88,2.1v5.03c0,.45-.37,.81-.82,.81s-.82-.36-.82-.81V4.59c0-1.22,.49-2.38,1.36-3.24C6.38,.49,7.55,0,8.78,0H24.9C26.13,0,27.3,.49,28.17,1.35c.87,.86,1.36,2.03,1.36,3.24V15.89c0,.45-.36,.81-.82,.81h0Zm-.21,0c-.45,0-.82-.36-.82-.81V4.59c0-1.22,.49-2.38,1.36-3.24,.87-.86,2.05-1.35,3.27-1.35h16.12c1.23,0,2.4,.49,3.27,1.35,.87,.86,1.36,2.03,1.36,3.24v5.03c0,.45-.36,.81-.82,.81s-.82-.36-.82-.81V4.59c0-.79-.32-1.54-.88-2.1-.56-.56-1.32-.87-2.12-.87h-16.12c-.79,0-1.56,.31-2.12,.87-.56,.56-.88,1.31-.88,2.1V15.89c0,.21-.09,.42-.24,.57-.15,.15-.36,.24-.58,.24h0ZM6.83,32c-.79,0-1.52-.42-1.91-1.09s-.4-1.51,0-2.19l2.15-3.75h0c.22-.39,.72-.52,1.11-.3,.39,.22,.53,.72,.31,1.1l-2.15,3.75c-.1,.18-.1,.4,0,.57,.1,.18,.29,.29,.5,.29,.15,0,.3-.06,.41-.17l5.46-5.41c.32-.32,.84-.32,1.15,0,.32,.32,.32,.83,0,1.14l-5.46,5.41c-.41,.41-.98,.64-1.56,.64h0Zm42.13,0c-.59,0-1.15-.23-1.56-.64l-5.46-5.41c-.32-.32-.32-.83,0-1.14,.32-.32,.84-.32,1.15,0l5.46,5.41c.11,.11,.26,.17,.41,.17,.21,0,.4-.11,.5-.29,.1-.18,.11-.39,0-.57l-2.15-3.75c-.22-.39-.08-.88,.31-1.1,.39-.22,.89-.09,1.11,.3l2.15,3.75h0c.39,.68,.39,1.51,0,2.19-.4,.68-1.12,1.09-1.91,1.09h0Z'/%3E%3C/svg%3E");
  margin-top: 5px;
  height: 20px;
}
.new-navigation .nav__menus .nav__category-heading.electronics:before {
  /* background-position: left -70px top -55px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M46,1.83h0V25.14h0v1.83H26.22v2.74h-6.44v-2.74H0V0H46V1.83ZM1.84,1.83V25.14H44.16V1.83H1.84Zm29.44,30.17H14.72v-2.29H31.28v2.29Z'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__category-heading.appliances:before {
  /* background-position: left -116px top -21px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M16.02,33.72c5.65,0,10.25-4.56,10.25-10.19s-4.6-10.15-10.25-10.15-10.25,4.56-10.25,10.15,4.6,10.19,10.25,9.19Zm0-18.86c4.84,0,8.76,3.88,8.76,8.67s-3.91,8.67-8.76,8.67-8.76-3.88-8.76-8.67,3.91-8.67,8.76-8.67Zm0,15.86c.4,0,.77-.32,.77-.76,0-.4-.32-.76-.77-.76-3.19,0-5.77-2.56-5.77-5.67v-.04c0-.4-.32-.72-.77-.72-.4,0-.77,.36-.77,.76,.04,4,3.31,7.19,7.3,7.19Zm0-12.87c3.15,0,5.77,2.56,5.77,5.67,0,.4,.32,.76,.77,.76,.4,0,.77-.32,.77-.76,0-3.96-3.27-7.19-7.26-7.19-.4,0-.77,.32-.77,.76-.04,.4,.32,.76,.73,.76Zm0,9.95c.4,0,.77-.32,.77-.76s-.36-.76-.77-.76c-1.53,0-2.78-1.24-2.78-2.76v-.04c0-.4-.32-.72-.77-.72-.4,0-.77,.36-.77,.76,0,2.36,1.94,4.28,4.32,4.28Zm0-7.03c1.53,0,2.78,1.24,2.78,2.76,0,.4,.32,.76,.77,.76,.4,0,.77-.36,.77-.76,0-2.32-1.94-4.24-4.32-4.24-.4,0-.77,.32-.77,.76s.36,.72,.77,.72ZM29.98,0H2.06C.93,0,0,.92,0,2.04V35.96c0,1.12,.93,2.04,2.06,2.04H29.94c1.13,0,2.06-.92,2.06-2.04V2.04C32,.92,31.07,0,29.98,0Zm.52,35.92c0,.28-.24,.52-.52,.52H2.06c-.28,0-.52-.24-.52-.52V10.63H30.47v25.29h.04ZM1.53,9.11V2.04c0-.28,.24-.52,.52-.52H29.94c.28,0,.52,.24,.52,.52v7.11H1.53v-.04Zm6.78-3.8c0,.99-.81,1.8-1.82,1.8s-1.82-.8-1.82-1.8,.81-1.8,1.82-1.8,1.82,.8,1.82,1.8Zm19.05,0c0,.99-.81,1.8-1.82,1.8s-1.82-.8-1.82-1.8,.81-1.8,1.82-1.8,1.82,.8,1.82,1.8Zm-14.89-.92h-1.09c-.2,0-.36,.16-.36,.36v1.08c0,.2,.16,.36,.36,.36h1.09c.2,0,.36-.16,.36-.36v-1.08c0-.2-.16-.36-.36-.36Zm4.12,0h-1.09c-.2,0-.36,.16-.36,.36v1.08c0,.2,.16,.36,.36,.36h1.09c.2,0,.36-.16,.36-.36v-1.08c0-.2-.16-.36-.36-.36Zm4.12,0h-1.09c-.2,0-.36,.16-.36,.36v1.08c0,.2,.16,.36,.36,.36h1.09c.2,0,.36-.16,.36-.36v-1.08c0-.2-.16-.36-.36-.36Z'/%3E%3C/svg%3E");
  height: 20px;
  -webkit-transform: scale(0.74, 0.74);
  margin-bottom: 10px;
  margin-top: -5px;
}
.new-navigation .nav__menus .nav__category-heading.more:before {
  /* background-position: left -150px top -140px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M30.78,19.35h-5.06v5.29c0,1.86-1.44,3.37-3.22,3.37s-3.22-1.51-3.22-3.37v-5.29h-5.06c-1.78,0-3.22-1.51-3.22-3.37s1.44-3.37,3.22-3.37h5.06V7.37c0-1.86,1.44-3.37,3.22-3.37s3.22,1.51,3.22,3.37v5.29h5.06c1.78,0,3.22,1.51,3.22,3.37-.02,1.84-1.46,3.33-3.22,3.33Zm1.38-3.37c0-.8-.62-1.44-1.38-1.44h-6.9V7.37c0-.8-.62-1.44-1.38-1.44s-1.38,.65-1.38,1.44v7.17h-6.9c-.76,0-1.38,.65-1.38,1.44s.62,1.44,1.38,1.44h6.9v7.21c0,.8,.62,1.44,1.38,1.44s1.38-.65,1.38-1.44v-7.21h6.9c.76,0,1.38-.65,1.38-1.44ZM39.46,.89c4.16,3.85,6.54,9.35,6.54,15.12s-2.38,11.27-6.54,15.12c-1.35,1.25-3.42,1.13-4.62-.27-1.21-1.39-1.09-3.53,.26-4.78,2.78-2.57,4.37-6.24,4.37-10.09s-1.59-7.53-4.37-10.09c-1.35-1.25-1.46-3.39-.26-4.78,1.21-1.39,3.28-1.51,4.62-.27v.03Zm4.67,15.09c0-5.22-2.15-10.2-5.92-13.68-.26-.24-.59-.37-.93-.37-.58,0-1.1,.37-1.31,.93-.21,.56-.06,1.2,.38,1.6,3.17,2.93,4.98,7.12,4.98,11.52s-1.81,8.59-4.98,11.52c-.57,.54-.62,1.45-.11,2.05,.53,.57,1.4,.62,1.98,.12,3.77-3.48,5.92-8.46,5.92-13.68ZM10.91,26.12c1.32,1.25,1.43,3.36,.25,4.75-1.2,1.39-3.27,1.51-4.62,.27C2.38,27.29,0,21.78,0,16S2.38,4.72,6.54,.86c1.35-1.25,3.42-1.13,4.62,.27,1.21,1.39,1.09,3.54-.26,4.78-2.78,2.57-4.36,6.24-4.37,10.09,0,3.86,1.58,7.54,4.37,10.12Zm-1.14,3.46c.26-.29,.4-.68,.37-1.07-.02-.39-.2-.76-.49-1.02-3.17-2.94-4.98-7.13-4.98-11.53s1.81-8.59,4.98-11.53c.58-.53,.63-1.45,.11-2.05s-1.4-.65-1.98-.12C4.02,5.75,1.87,10.73,1.87,15.96s2.15,10.21,5.92,13.7c.59,.51,1.45,.46,1.98-.12v.04Z'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__category-heading.tips:before {
  /* background-position: left -190px top -140px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 17.99'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1.44,11.75c-.13,.08-.18,.25-.1,.38h0l.27,.49c.08,.13,.24,.18,.37,.1h0l3.41-2.01c-.23-.3-.44-.61-.62-.93l-3.34,1.97ZM3.86,6.19H.28c-.15,0-.28,.13-.28,.28v.56c0,.15,.12,.28,.28,.28H3.94c-.06-.37-.08-.75-.08-1.12ZM1.44,1.75l2.93,1.73c.14-.35,.3-.69,.49-1.01L1.99,.78c-.13-.08-.3-.03-.37,.1h0l-.27,.49c-.08,.14-.03,.31,.1,.39h0Zm19.13,0c.13-.08,.18-.25,.1-.38h0l-.27-.49c-.08-.13-.24-.18-.37-.1h0l-2.87,1.69c.19,.32,.35,.66,.49,1.01l2.93-1.73Zm1.16,4.43h-3.58c0,.38-.04,.75-.1,1.12h3.67c.15,0,.27-.13,.27-.28v-.56c0-.15-.12-.28-.27-.28Zm-1.16,5.56l-3.35-1.98c-.18,.33-.4,.63-.62,.93l3.42,2.02c.13,.08,.3,.03,.37-.1l.27-.49c.08-.14,.03-.31-.1-.39ZM11,2.25c-2.12,0-3.85,1.76-3.85,3.94,0,.31,.25,.56,.55,.56s.55-.25,.55-.56c0-1.55,1.23-2.81,2.75-2.81,.3,0,.55-.25,.55-.56s-.25-.56-.55-.56Zm0-2.25c-3.54,0-6.05,2.94-6.05,6.19,0,1.56,.57,2.98,1.5,4.06,.88,1.03,1.73,2.7,1.8,3.24v2.64c0,.11,.03,.22,.1,.31l.84,1.29c.1,.16,.27,.25,.46,.25h2.71c.19,0,.36-.09,.46-.25l.84-1.29c.06-.09,.09-.2,.09-.31v-2.64c.08-.55,.93-2.22,1.8-3.24,.93-1.09,1.5-2.51,1.5-4.07C17.05,2.77,14.34,0,11,0Zm1.65,15.97l-.58,.9h-2.12l-.59-.9v-.22h3.3v.22Zm0-1.35h-3.3v-1.12s3.3,0,3.3,0v1.12Zm2.08-5.11c-.48,.56-1.25,1.69-1.74,2.86h-3.97c-.49-1.17-1.26-2.3-1.74-2.86-.79-.93-1.22-2.1-1.22-3.33,0-2.71,2.08-5.06,4.95-5.06s4.95,2.27,4.95,5.06c0,1.23-.43,2.41-1.22,3.33Z'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__category-heading.fitness:before {
  /* background-position: left -58px top -100px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M35.03,13.77c-.52,0-1.01,.05-1.5,.14l-.91-3.55-.77-7.57c-.04-.4-.36-.69-.74-.71l-3.99-.16L25.13,.19c-.32-.29-.82-.24-1.09,.09-.28,.33-.24,.83,.09,1.11l2.2,1.9c.13,.11,.3,.18,.47,.19l3.59,.14,.61,6.08H15.93l-2.07-4.32h3.86c.43,0,.78-.35,.78-.79s-.34-.79-.78-.79H9.38c-.43,0-.78,.35-.78,.79s.34,.79,.78,.79h2.75l2.53,5.29-2.09,3.87c-1.11-.5-2.33-.78-3.61-.78C4.02,13.76,0,17.85,0,22.88s4.02,9.12,8.96,9.12c4.68,0,8.51-3.67,8.91-8.33h.98c.49,.82,1.37,1.38,2.38,1.38,1.53,0,2.78-1.27,2.78-2.83,0-.46-.12-.89-.31-1.28l7.78-8.83,.56,2.18c-3.46,1.26-5.95,4.62-5.95,8.57,0,5.03,4.02,9.12,8.96,9.12s8.96-4.09,8.96-9.12-4.03-9.1-8.97-9.1Zm-19.55-1.35l3.75,7.83c-.46,.48-.75,1.14-.79,1.87h-.58c-.24-2.82-1.75-5.28-3.93-6.78l1.55-2.91Zm.82,9.68h-6.05l2.91-5.39c1.72,1.22,2.91,3.16,3.14,5.39Zm-7.36,8.33c-4.08,0-7.4-3.38-7.4-7.54s3.32-7.54,7.4-7.54c1.01,0,1.98,.21,2.87,.59l-3.55,6.56c-.13,.24-.13,.54,.01,.78,.14,.24,.4,.38,.67,.38h7.36c-.39,3.8-3.53,6.76-7.36,6.76Zm12.27-6.95c-.68,0-1.23-.56-1.23-1.25s.55-1.25,1.23-1.25,1.23,.56,1.23,1.25-.55,1.25-1.23,1.25Zm1.4-3.69c-.41-.25-.88-.4-1.4-.4-.22,0-.42,.03-.62,.08l-3.91-8.17h13.44l-7.5,8.48Zm12.41,10.64c-4.08,0-7.4-3.38-7.4-7.54,0-3.22,1.99-5.97,4.78-7.05l1.86,7.24c.09,.35,.41,.59,.75,.59,.06,0,.13-.01,.19-.02,.41-.11,.67-.54,.55-.97l-1.85-7.24c.37-.05,.73-.1,1.11-.1,4.08,0,7.4,3.38,7.4,7.54s-3.32,7.54-7.4,7.54Z'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__category-heading.game-room:before {
  /* background-position: left -58px top -100px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 30' style='enable-background:new 0 0 40 30;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23404040;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M27.8,4.1c-2.3,0-4,0.8-5.4,1.4c-0.9,0.4-1.7,0.7-2.3,0.7c-0.6,0-1.4-0.3-2.3-0.7c-1.4-0.6-3.1-1.4-5.5-1.4 c-7.5,0-10.1,8-10.1,15.4c0,3.1,2,6.3,5.2,6.3c2.1,0,3.6-1.1,5.4-2.4c0.5-0.3,1-0.7,1.5-1l0.1-0.1c2.7-1.8,3.9-2.6,5.7-2.6 c1.8,0,3.1,0.8,5.6,2.5l0.2,0.1c0.6,0.4,1.1,0.7,1.6,1.1c1.8,1.3,3.3,2.3,5.3,2.3c3.3,0,5.2-3.2,5.2-6.3 C37.9,12.1,35.2,4.1,27.8,4.1z M32.7,23.8c-1.4,0-2.6-0.8-4.2-2c-0.5-0.4-1-0.7-1.6-1.1l-0.2-0.1c-2.7-1.8-4.3-2.8-6.7-2.8 c-2.4,0-3.9,1-6.8,2.9l-0.1,0.1c-0.6,0.4-1.1,0.7-1.6,1.1c-1.6,1.2-2.8,2-4.2,2c-2.2,0-3.2-2.5-3.2-4.3c0-8.4,3-13.4,8.1-13.4 c1.9,0,3.4,0.6,4.7,1.2c1,0.5,2,0.9,3.1,0.9c1.1,0,2.1-0.4,3.1-0.9c1.3-0.6,2.7-1.2,4.6-1.2c5.1,0,8.1,5,8.1,13.4 C35.9,21.3,34.9,23.8,32.7,23.8z'/%3E%3Cpath class='st0' d='M14.9,11.9h-1.6v-1.6c0-0.6-0.4-1-1-1h0c-0.6,0-1,0.4-1,1v1.6H9.6c-0.6,0-1,0.5-1,1s0.4,1,1,1h1.6v1.6 c0,0.6,0.5,1,1,1s1-0.4,1-1v-1.6h1.6c0.6,0,1-0.5,1-1S15.5,11.9,14.9,11.9z'/%3E%3Cpath class='st0' d='M27.7,14.9c-1,0-1.8,0.8-1.8,1.8c0,1,0.8,1.8,1.8,1.8c1,0,1.8-0.8,1.8-1.8C29.5,15.7,28.7,14.9,27.7,14.9z'/%3E%3Cpath class='st0' d='M27.7,12.3c1,0,1.8-0.8,1.8-1.8c0-1-0.8-1.8-1.8-1.8c-1,0-1.8,0.8-1.8,1.8C25.9,11.5,26.7,12.3,27.7,12.3z'/%3E%3Ccircle class='st0' cx='30.8' cy='13.6' r='1.8'/%3E%3Ccircle class='st0' cx='24.6' cy='13.6' r='1.8'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.new-navigation .nav__menus .nav__category-heading.jewelry:before {
  /* background-position: left -231px top -139px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.35 41'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cg%3E%3Cpath class='cls-1' d='M21.09,10.63l3-4.77c.22-.35,.2-.8-.05-1.13L20.8,.4c-.19-.25-.48-.4-.8-.4H11.35c-.31,0-.61,.15-.8,.4l-3.24,4.32c-.25,.33-.27,.78-.05,1.13l3,4.77C4.28,12.84,0,18.57,0,25.32c0,8.66,7.02,15.68,15.68,15.68s15.68-7.02,15.68-15.68c0-6.75-4.28-12.49-10.26-14.7ZM9.32,5.37l2.53-3.37h7.65l2.53,3.37-2.93,4.66c-1.1-.25-2.25-.39-3.43-.39s-2.32,.14-3.43,.39l-2.93-4.66Zm6.35,33.63c-7.54,0-13.68-6.13-13.68-13.68s6.13-13.68,13.68-13.68,13.68,6.13,13.68,13.68-6.13,13.68-13.68,13.68Z'/%3E%3Cpath class='cls-1' d='M15.68,14.32c-6.08,0-11,4.92-11,11s4.92,11,11,11,11-4.92,11-11-4.92-11-11-11Zm0,20c-4.96,0-9-4.04-9-9s4.04-9,9-9,9,4.04,9,9-4.04,9-9,9Z'/%3E%3Cpath class='cls-1' d='M20.68,5.32c0-.55-.45-1-1-1H11.68c-.55,0-1,.45-1,1s.45,1,1,1h8c.55,0,1-.45,1-1Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: scale(0.97, 0.97);
  height: 15px;
  margin-bottom: 10px;
  width: 20px;
  margin-right: 13px;
  margin-left: 3px;
}
.new-navigation .nav__menus .nav__category-heading.tools:before {
  /* background-position: left -99px top -140px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M366.4,333.8c0,0.3,0,0.7,0,1s0,0.7,0,1c0-0.3,0.1-0.7,0.1-1S366.4,334.1,366.4,333.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M471.4,292.9v-82.7c0-15.7-6-31.1-16.4-42.3c-8.6-9.2-24.4-20.2-51-20.2H269.1c-4.5,0-8.6,0.9-12.3,2.5L235.6,129 l10.4-10.4c4.3-4.3,4.3-11.3,0-15.6c-4.3-4.3-11.3-4.3-15.6,0l-18.2,18.2l-18.1,18.1c-4.3,4.3-4.3,11.3,0,15.6 c2.1,2.1,5,3.2,7.8,3.2s5.6-1.1,7.8-3.2l10.4-10.4l21.9,21.8c-1.2,3.3-1.8,7-1.8,10.9v91h-57.6l-38.7-51.4H170c6.1,0,11-4.9,11-11 s-4.9-11-11-11H83.6l-23.3-86.1c-1.6-5.9-7.6-9.3-13.5-7.8c-5.9,1.6-9.3,7.6-7.7,13.5l24.8,91.9L50,283.1 c-14,12.9-22.7,31.3-22.7,51.7c0,38.8,31.6,70.4,70.4,70.4c35.1,0,64.3-25.8,69.6-59.4H186c-2.3,7.9-5.9,15.3-10.5,22 c-2.4,3.4-2.7,7.8-0.8,11.4s5.7,5.9,9.8,5.9h140.8c4.1,0,7.9-2.3,9.8-5.9s1.6-8-0.8-11.4c-4.6-6.6-8.2-14.1-10.5-22h21.5 c5.3,33.6,34.5,59.4,69.6,59.4c38.8,0,70.4-31.6,70.4-70.4C485.2,319.1,480.1,304.6,471.4,292.9z M449.4,210.2v7.2h-15.5v-8.3 h15.5C449.4,209.5,449.4,209.8,449.4,210.2z M97.7,383.2c-26.7,0-48.4-21.7-48.4-48.4c0-26.7,21.7-48.4,48.4-48.4 s48.4,21.7,48.4,48.4S124.4,383.2,97.7,383.2z M203.2,363.1c2.4-5.6,4.2-11.3,5.6-17.3h92.3c1.3,6,3.2,11.7,5.6,17.3H203.2z M345.2,323.8h-178c-5.3-33.6-34.5-59.4-69.6-59.4c-7.9,0-15.5,1.3-22.7,3.7l9.3-51.3h32l52,69.1c2.1,2.8,5.3,4.4,8.8,4.4h74.1 c6.1,0,11-4.9,11-11v-102c0-5,2.4-7.5,7-7.5h134.8c19.9,0,31.8,7.9,38.3,17.4h-19.4c-6.1,0-11,4.9-11,11v30.3c0,6.1,4.9,11,11,11 h26.5v34.1c-10.2-5.8-22-9.1-34.5-9.1C379.7,264.4,350.5,290.2,345.2,323.8z M414.8,383.2c-26.3,0-47.9-21.1-48.4-47.4l0,0 c0-0.3,0-0.7,0-1s0-0.7,0-1l0,0c0.6-26.2,22.1-47.4,48.4-47.4c26.7,0,48.4,21.7,48.4,48.4C463.2,361.5,441.5,383.2,414.8,383.2z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-left: 4px;
  width: 26px;
}
.new-navigation .nav__menus .nav__featured-heading.SmallSpaces:before {
  background-position: left -245px top -10px;
}
.new-navigation .nav__menus .nav__featured-heading.sale:before {
  /* background-position: left -15px top -58px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M18.74,3.84c.09,0,.18-.09,.27-.09,.36-.35,.54-.88,.54-1.32,.09-.88-.36-1.77-1.26-2.21-1.08-.53-2.52-.09-3.06,.97h0L10.9,.4,0,11.52l9.1,8.48,10.9-11.12-1.26-5.03Zm-.81-2.91c.54,.26,.81,.79,.72,1.41,0,.18-.09,.35-.18,.53l-.27-1.06-1.98-.35c.36-.62,1.08-.79,1.71-.53ZM9.1,18.15L1.98,11.44,11.44,1.73l3.69,.71c.09,.71,.54,1.32,1.17,1.59,.09,0,.09,.09,.18,.09,.18,0,.36-.09,.36-.26,.09-.18,0-.44-.18-.62-.27-.18-.54-.35-.63-.62l1.08,.18,1.44,5.56-9.46,9.8ZM14.68,4.82s-.18,0-.36,.09l-1.08,1.06-.18-.18c-.9-.79-2.34-.79-3.24,.18-.63,.71-.81,1.77-.27,2.56l1.44,2.38c.27,.53,.18,1.15-.36,1.41-.45,.26-.9,.18-1.26-.18l-1.17-1.24c-.27-.26-.54-.62-.54-1.06,0-.18-.18-.26-.36-.26h-.72c-.18,0-.27,.09-.27,.26,.09,.71,.45,1.32,.99,1.77l.18,.18-1.08,1.06c-.09,.09-.09,.26,0,.44l.45,.44c.09,.09,.27,.09,.45,0l1.08-1.06,.18,.18c.9,.88,2.34,.79,3.24-.09,.63-.53,.72-1.68,.18-2.47l-1.44-2.38c-.36-.44-.18-1.06,.27-1.41,.45-.26,.99-.26,1.35,.18l1.26,1.15c.27,.26,.54,.62,.54,1.06,0,.18,.18,.26,.27,.26h.63c.18,0,.27-.09,.27-.26-.09-.71-.45-1.32-.99-1.85l-.09-.18,1.08-1.15c.09-.09,.09-.26,0-.44l-.45-.44Z'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__featured-heading.clearance:before {
  /* background-position: left -15px top -58px; */
  content: url('data:image/svg+xml,<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 512 512"><!-- Generator: Adobe Illustrator 29.6.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 9) --><path d="M63,469c-5.1,0-10.2-2-14.1-5.9-7.8-7.8-7.8-20.5,0-28.3L435.9,47.9c7.8-7.8,20.5-7.8,28.3,0,7.8,7.8,7.8,20.5,0,28.3L77.1,463.1c-3.9,3.9-9,5.9-14.1,5.9Z"/><path d="M373.5,460c-48.2,0-87.5-39.3-87.5-87.5s39.3-87.5,87.5-87.5,87.5,39.3,87.5,87.5-39.3,87.5-87.5,87.5ZM373.5,325c-26.2,0-47.5,21.3-47.5,47.5s21.3,47.5,47.5,47.5,47.5-21.3,47.5-47.5-21.3-47.5-47.5-47.5Z"/><path d="M139.5,226c-48.2,0-87.5-39.3-87.5-87.5s39.3-87.5,87.5-87.5,87.5,39.3,87.5,87.5-39.3,87.5-87.5,87.5ZM139.5,91c-26.2,0-47.5,21.3-47.5,47.5s21.3,47.5,47.5,47.5,47.5-21.3,47.5-47.5-21.3-47.5-47.5-47.5Z"/></svg>');
}
.new-navigation .nav__menus .nav__featured-heading.arrivals:before {
  /* background-position: left -245px top -54px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M11,22C4.92,22,0,17.08,0,11S4.92,0,11,0s11,4.92,11,11c0,6.07-4.93,10.99-11,11ZM11,1.24C5.61,1.24,1.24,5.61,1.24,11s4.37,9.76,9.76,9.76,9.76-4.37,9.76-9.76c0-5.39-4.37-9.76-9.76-9.76Zm-4.25,7.78v3.98h-.75l-1.96-2.42v2.42h-.9v-3.96h.77l1.96,2.42v-2.44h.88Zm4.94,3.24v.74h-3.05v-3.96h2.98v.74h-2.07v.86h1.82v.72h-1.82v.92l2.14-.02Zm7.57-3.24l-1.29,3.98h-.98l-.86-2.69-.89,2.69h-.98l-1.29-3.96h.94l.89,2.8,.93-2.8h.84l.9,2.82,.92-2.82,.87-.02Z'/%3E%3C/svg%3E");
  /*
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.13 18.13'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M9.07,18.13C4.06,18.13,0,14.08,0,9.07S4.06,0,9.07,0s9.07,4.06,9.07,9.07c0,5.01-4.06,9.06-9.07,9.07ZM9.07,1.02C4.62,1.02,1.02,4.62,1.02,9.07s3.6,8.05,8.05,8.05,8.05-3.6,8.05-8.05c0-4.44-3.61-8.04-8.05-8.05Zm-3.51,6.41v3.28h-.62l-1.61-1.99v1.99h-.75v-3.26h.64l1.61,1.99v-2.01h.73Zm4.07,2.67v.61h-2.51v-3.26h2.45v.61h-1.7v.71h1.5v.59h-1.5v.76l1.77-.02Zm6.24-2.67l-1.06,3.28h-.81l-.71-2.22-.74,2.22h-.81l-1.06-3.26h.78l.73,2.31,.77-2.31h.69l.74,2.33,.76-2.33,.71-.02Z'/%3E%3C/svg%3E");height: 20px;
  */
  margin-bottom: 5px;
}
.new-navigation .nav__menus .nav__featured-heading.yourstore:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 963.9 740.9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M611.44,255.6c2.4-12.7-.8-25-9.3-33.5-7.6-7.8-18.4-11.8-31.7-11.8-12.92-.1-25.52,4.01-35.9,11.7-11.7,8.5-19.7,20.7-22.1,33.5s1,25,9.5,33.6c7.6,7.7,18.3,11.7,31.5,11.7,12.92,.1,25.52-4.01,35.9-11.7,11.66-8.8,19.66-20.7,22.1-33.5Zm-39.4-.1c-1.3,7-6.4,11.6-12.2,11.6-6.1,0-9.2-4.5-7.9-11.6s6.1-11.6,12.2-11.6,9.16,4.6,7.86,11.6h.04Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M401.6,212.9l-2.1,11.2c-5.5-9.4-13-13.9-23.6-13.9-19.8,0-37.5,17.4-42.8,45.8-5.2,27.3,6.8,44.8,25.8,44.8,10.9,0,20.6-5.2,30.7-15.9l-2.4,12.7h37.9l15.9-84.7h-39.4Zm-7.8,42.1c-1.3,7.4-6.4,12.1-12.8,12.1s-9.8-4.8-8.4-12.1,6.7-12.2,12.9-12.2,9.6,4.8,8.3,12.2h0Z' vector-effect='non-scaling-stroke'/%3E%3Cpolygon class='cls-1' points='746.1 191.9 725 191.9 717.2 225.8 728.7 225.8 746.1 191.9' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M726.7,240.4c-2.4,12.9,3.4,20.2,18.3,24,6.6,1.7,11,1.5,10.2,5.5-.6,3-3.3,4.9-7.6,4.9-5.2,0-12.2-3-20.4-9.4l-15.76,26.2c11.47,6.22,24.35,9.39,37.4,9.2,26,0,44.4-13.9,47.8-32.2,2.3-12.4-4.2-19.6-19.6-23.5-8.4-2-12.8-2.3-12.1-6,.5-2.5,3.2-4.4,7-4.4,4.5,0,10.2,2.7,16.8,7.7l14.9-25.5c-8.9-4.5-19.5-6.7-31.1-6.7-24.74,0-42.64,13.1-45.84,30.2Z' vector-effect='non-scaling-stroke'/%3E%3Cpolygon class='cls-1' points='689.2 400 800.3 400 800.4 392.3 689.2 392.3 689.2 400' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M648.1,297.6l8-42.8c1.4-7.4,4.6-11.1,9.5-11.1s5.2,3.5,3.8,11.1l-8,42.8h41.1l10.7-56.9c3.5-19-5.7-30.5-23.6-30.5-10.7,0-20.2,4.7-29.1,14.4l2.2-11.7h-40l-15.9,84.7h41.3Z' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='99' y='685.1' width='111.1' height='7.7' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='230.7' y='93.9' width='185.2' height='7.7' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='255.7' y='71.9' width='185.2' height='7.7' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M874.8,338.9V8.9c0-4.92-3.98-8.9-8.9-8.9h0L190.2,.29c-4.24,0-7.87,3.02-8.66,7.18l-60.15,317.65c-.52,2.72-2.88,4.7-5.65,4.72l-103.11,.86C5.64,330.75,0,336.44,0,343.43v384.77c.02,7.02,5.71,12.7,12.73,12.7H290.3c3.2,0,5.8-2.6,5.8-5.8h0c0-3.2,2.6-5.8,5.8-5.8h478.3c3.2,0,5.8,2.6,5.8,5.8h0c0,3.2,2.6,5.8,5.8,5.8h159.36c7.02,0,12.72-5.68,12.74-12.7V357.43c0-7.03-5.7-12.73-12.73-12.73h-70.57c-3.2,0-5.8-2.6-5.8-5.8ZM346.2,720.7h-44.3c-3.2,0-5.8-2.6-5.8-5.8v-150c0-3.2,2.6-5.8,5.8-5.8h44.3c3.2,0,5.8,2.6,5.8,5.8v150c0,3.2-2.6,5.8-5.8,5.8Zm75.1,0h-46.8c-3.2,0-5.8-2.6-5.8-5.8v-150c0-3.2,2.6-5.8,5.8-5.8h46.8c3.2,0,5.8,2.6,5.8,5.8v150c0,3.2-2.6,5.8-5.8,5.8h0Zm103.3-2h-73.1c-3.2,0-5.8-2.6-5.8-5.8v-148c0-3.2,2.6-5.8,5.8-5.8h73.1c3.2,0,5.8,2.6,5.8,5.8v148c0,3.2-2.6,5.8-5.8,5.8h0Zm103.5,0h-73.1c-3.2,0-5.8-2.6-5.8-5.8v-148c0-3.2,2.6-5.8,5.8-5.8h73.1c3.2,0,5.8,2.6,5.8,5.8v148c0,3.2-2.6,5.8-5.8,5.8h0Zm76.5,2h-46.8c-3.2,0-5.8-2.6-5.8-5.8v-150c0-3.2,2.6-5.8,5.8-5.8h46.8c3.2,0,5.8,2.6,5.8,5.8v150c0,3.2-2.6,5.8-5.8,5.8h0Zm-408.5-183.1v-36.8c0-3.2,2.6-5.8,5.8-5.8h477.8c3.2,0,5.8,2.6,5.8,5.8v36.8c0,3.2-2.6,5.8-5.8,5.8H301.9c-3.2,0-5.8-2.6-5.8-5.8Zm483.6,183.1h-46.8c-3.2,0-5.8-2.6-5.8-5.8v-150c0-3.2,2.6-5.8,5.8-5.8h46.8c3.2,0,5.8,2.6,5.8,5.8v150c0,3.2-2.6,5.8-5.8,5.8Zm152.4-11.6h-108.6c-3.2,0-5.8-2.6-5.8-5.8v-234.7c0-3.2-2.6-5.8-5.8-5.8H270.1c-3.2,0-5.8,2.6-5.8,5.8v234.7c0,3.2-2.6,5.8-5.8,5.8H37.6c-3.2,0-5.8-2.6-5.8-5.8V368.05c0-3.18,2.57-5.77,5.75-5.8l69.89-.59c3.2-.03,5.82,2.55,5.85,5.75,0,.38-.03,.76-.1,1.13l-59.75,315.78c-.59,3.15,1.47,6.18,4.62,6.78,.09,.02,.18,.03,.27,.04l30.62,4.29c3.06,.43,5.91-1.61,6.5-4.64L220.3,48.08c.53-2.72,2.92-4.69,5.69-4.69l598.61-.29c3.2,0,5.8,2.6,5.8,5.8V691.3c0,3.2,2.6,5.8,5.8,5.8h32.8c3.2,0,5.8-2.6,5.8-5.8V382.2c0-3.2,2.6-5.8,5.8-5.8h45.7c3.2,0,5.8,2.6,5.8,5.8v326.9h0Z' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='582.1' y='417.3' width='248.3' height='7.7' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M485.2,224.8l2.2-11.9h-39.9l-15.9,84.7h41.3l6.3-33.5c2-10.4,9.1-16.3,19.5-16.3,3.4,0,7,1.3,10.9,3.7l7.7-41.1c-11.7-1-22.3,3.7-32.1,14.4Z' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='141' y='663.6' width='111.1' height='7.7' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M813.2,211.1c5.3,0,9.6-4.3,9.6-9.6s-4.3-9.6-9.6-9.6h-.1c-5.3,.03-9.58,4.35-9.55,9.65,.03,5.3,4.35,9.58,9.65,9.55Zm-.1-17.3h.1c4.14,.1,7.4,3.54,7.3,7.67,0,0,0,.02,0,.03v.3c-.16,4.25-3.75,7.57-8,7.41-4.26-.16-7.57-3.75-7.41-8s3.75-7.57,8-7.41c0,0,0,0,0,0h0Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M265.44,187.6l-64.54,118.6h45.8l6.4-14.9h32.2l1,14.9h45.7l-19.2-118.6h-47.36Zm.2,75.5l6.2-13.4c4-8.8,7.7-17.2,9.7-26h.8c-1.3,8.8-.8,17.2-.1,26l1.1,13.4h-17.7Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M811.6,202.7h1.2c.93-.07,1.73,.63,1.8,1.55,0,.02,0,.03,0,.05,0,.97,.2,1.92,.6,2.8h2.3c-.3-.84-.51-1.71-.6-2.6-.2-1.6-.8-2.4-1.7-2.6v-.1c1.5-.46,2.34-2.05,1.89-3.55-.15-.48-.42-.91-.79-1.25-1.1-.69-2.4-1.01-3.7-.9-1.14,0-2.28,.1-3.4,.3v10.6h2.3l.1-4.3Zm1.1-4.9c1.6,0,2.2,.7,2.2,1.6,0,1.1-1,1.5-2.3,1.5h-1.1v-3.1h1.2Z' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__featured-heading.delivery:before {
  /* background-position: left -22px top -17px; */
  width: 32px;
  margin-right: 6px;
  height: 22px;
  margin-top: 3px;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.53 17.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2_1664915176415'%3E%3Cg id='Layer_7_1664915176415'%3E%3Cpath class='cls-1' d='M8.15,14.52c0-.53,.23-1.04,.63-1.39h-3.78c-.42,0-.76,.34-.76,.76,0,.42,.34,.76,.76,.76h3.2s-.04-.09-.05-.13Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M21.24,.62H5c-.42,0-.76,.34-.76,.76s.34,.76,.76,.76h15.5V13.14H11.27c.4,.35,.63,.86,.63,1.39,0,.04,0,.09,0,.13h9.37c.42,0,.76-.34,.76-.76h0V1.38c0-.42-.34-.76-.76-.76-.01,0-.02,0-.03,0Z' vector-effect='non-scaling-stroke'/%3E%3Crect class='cls-1' x='11.95' width='2.84' height='2.18' rx='.76' ry='.76' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M13.37,12.11c-2.98,0-5.4-2.41-5.41-5.39,0-2.98,2.41-5.4,5.39-5.41,2.98,0,5.4,2.41,5.41,5.39,0,0,0,.01,0,.02,0,2.97-2.42,5.38-5.39,5.39Zm0-9.27c-2.14,0-3.88,1.74-3.88,3.88s1.74,3.88,3.88,3.88,3.88-1.74,3.88-3.88-1.74-3.88-3.88-3.88Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M9,5.27H4c-.42,0-.76-.34-.76-.76s.34-.76,.76-.76h5c.42,0,.76,.34,.76,.76,0,.42-.34,.76-.76,.76Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M10,10.9H2.81c-.42,0-.76-.34-.76-.76s.34-.76,.76-.76h7.19c.42,0,.76,.34,.76,.76s-.34,.76-.76,.76Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M3,8.14H.76C.34,8.14,0,7.8,0,7.38s.34-.76,.76-.76H3c.42,0,.76,.34,.76,.76,0,.42-.34,.76-.76,.76Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M8.69,8.14h-3.41c-.42,0-.76-.34-.76-.76,0-.42,.34-.76,.76-.76h3.41c.42,0,.76,.34,.76,.76,0,.42-.34,.76-.76,.76Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M28.75,9h-5c-.42-.05-.72-.43-.67-.84,.04-.35,.32-.63,.67-.67h5c.42,.05,.72,.43,.67,.84-.04,.35-.32,.63-.67,.67Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M25,11.88c-1.46,0-2.64,1.18-2.64,2.64s1.18,2.64,2.64,2.64,2.64-1.18,2.64-2.64h0c0-1.46-1.18-2.64-2.64-2.64Zm0,3.75c-.62,0-1.12-.5-1.12-1.12s.5-1.12,1.12-1.12c.62,0,1.12,.5,1.12,1.12,0,0,0,0,0,0,0,.61-.5,1.11-1.11,1.11,0,0,0,0-.01,0Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M29.4,7.87l-1.88-3.12c-.14-.23-.38-.37-.65-.37h-5.63c-.42,0-.76,.34-.76,.76h0V13.89c0,.42,.34,.76,.76,.76h1.91s0-.09,0-.13c0-.53,.23-1.04,.63-1.39h-1.78V5.89h4.44l1.56,2.58v4.66h-1.76c.4,.35,.63,.86,.63,1.39,0,.04,0,.09,0,.13h1.91c.41,0,.75-.34,.75-.75,0,0,0,0,0-.01v-5.63c0-.14-.05-.27-.13-.39Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M10,17.15c-1.46,0-2.64-1.17-2.65-2.63,0-1.46,1.17-2.64,2.63-2.65s2.64,1.17,2.65,2.63c0,0,0,.01,0,.02,0,1.45-1.18,2.62-2.63,2.63Zm0-3.75c-.62,0-1.12,.49-1.13,1.11,0,.62,.49,1.12,1.11,1.13,.62,0,1.12-.49,1.13-1.11,0,0,0,0,0,0,0-.61-.5-1.11-1.11-1.12Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M15.42,8.6l-1.65-1.6c0-.05-.03-.1-.06-.14V3.86c.04-.31-.18-.6-.49-.64s-.6,.18-.64,.49c0,.05,0,.1,0,.15v3c-.06,.09-.1,.21-.1,.32,0,.29,.2,.55,.49,.62l1.65,1.6c.22,.22,.57,.22,.79,0,0,0,0,0,0,0,.22-.22,.22-.58,0-.8Z' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav__featured-heading.foryou:before {
  /* background-position: left -9px top -194px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.66 38'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2_1664915176420'%3E%3Cg id='Layer_1-2_1664915176420'%3E%3Cpath class='cls-1' d='M38.06,22.82c-1.07-1.55-3.18-1.97-4.77-.95l-10.29,4.27-.38-.2-12-3.9c-1.23-.54-2.64-.51-3.84,.09L.59,25.13c-.52,.25-.73,.87-.48,1.39,.25,.52,.87,.73,1.39,.48l6.19-3c.71-.34,1.54-.34,2.25,0l12,3.91c.82,.34,1.21,1.27,.88,2.09-.35,.83-1.31,1.21-2.14,.86,0,0-.01,0-.02,0l-8.35-2.67c-.52-.16-1.08,.12-1.25,.64-.12,.5,.15,1.01,.63,1.18l8.28,2.65c.43,.17,.89,.26,1.35,.26,1.47,0,2.79-.88,3.34-2.24,.37-.88,.37-1.87,0-2.75-.03-.08-.07-.16-.12-.23l9.59-4,.18-.09c.65-.51,1.59-.4,2.11,.25,.51,.65,.4,1.59-.25,2.11-.05,.04-.11,.08-.17,.12l-12.79,9.09c-1.15,.81-2.6,1.05-3.95,.65l-9.6-2.9c-1.14-.45-2.41-.41-3.53,.09l-4.23,2c-.52,.18-.8,.75-.61,1.27,.18,.52,.75,.8,1.27,.61,.06-.02,.12-.05,.17-.08l4.23-1.97c.67-.3,1.42-.31,2.1-.04l9.66,2.92c.6,.18,1.22,.28,1.84,.28,1.36,0,2.69-.42,3.81-1.21l12.76-9.1c1.6-1.08,2.02-3.26,.94-4.86,0,0,0,0,0,0Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M12.06,19.79c.44-.34,.52-.96,.18-1.4-1.41-1.77-2.17-3.96-2.18-6.22,0-5.62,4.55-10.17,10.17-10.17,5.62,0,10.17,4.55,10.17,10.17h0c.01,2.25-.73,4.45-2.12,6.22-.34,.43-.26,1.06,.17,1.4,.17,.14,.39,.21,.61,.21,.31,0,.6-.14,.79-.39,1.66-2.12,2.56-4.74,2.55-7.44C32.39,5.45,26.95,0,20.22,0c-6.72,0-12.17,5.45-12.17,12.17,0,2.7,.89,5.32,2.55,7.44,.32,.45,.95,.55,1.4,.22,.02-.01,.04-.03,.05-.04Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M26,10.88c.22-.17,.27-.48,.1-.7-.09-.12-.24-.2-.39-.2h-3.46c-.22,0-.41-.14-.48-.34l-1.07-3.29c-.08-.26-.35-.41-.61-.33-.16,.05-.28,.17-.33,.33l-1.07,3.29c-.07,.2-.26,.34-.47,.34h-3.46c-.28,0-.5,.23-.49,.51,0,.15,.08,.3,.2,.39l2.8,2c.17,.13,.24,.35,.18,.56l-1.07,3.29c-.09,.26,.05,.53,.3,.62,.16,.05,.33,.03,.46-.07l2.8-2c.17-.13,.41-.13,.58,0l2.8,2c.22,.16,.54,.11,.7-.12,.09-.13,.12-.29,.07-.43l-1.03-3.26c-.07-.21,0-.43,.18-.56l2.76-2.03Z' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 28px;
}
.new-navigation .nav__menus .nav__featured-heading.leased:before {
  /* background-position: left -56px top -193px; */
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.46 42.44'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2_1664915176416'%3E%3Cg id='Layer_1-2_1664915176416'%3E%3Cpath class='cls-1' d='M43.7,26.01c-.66-.21-1.36,.16-1.57,.82,0,0,0,0,0,0-3.1,9.87-13.62,15.37-23.49,12.27-7.44-2.34-12.66-9.04-13.1-16.83l.82,.81c.47,.49,1.25,.5,1.74,.02,0,0,.01-.01,.02-.02,.49-.48,.49-1.27,0-1.75,0,0,0,0,0,0l-3-3c-.48-.49-1.27-.49-1.75,0,0,0,0,0,0,0L.36,21.32c-.49,.49-.49,1.27,0,1.76,.49,.49,1.27,.49,1.76,0l.92-.91c.54,11.72,10.47,20.78,22.19,20.25,8.91-.41,16.62-6.34,19.29-14.85,.2-.66-.16-1.35-.82-1.56Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M48.12,18.32c-.48-.49-1.27-.49-1.75,0,0,0,0,0,0,0l-1,1C44.3,7.63,33.97-.97,22.29,.09,14.18,.83,7.2,6.14,4.33,13.76c-.24,.65,.08,1.37,.73,1.61,.65,.24,1.37-.08,1.61-.73C10.3,4.94,21.1,.01,30.8,3.64c6.6,2.46,11.25,8.42,12.06,15.41l-.74-.73c-.49-.49-1.27-.49-1.76,0-.49,.49-.49,1.27,0,1.76l2.89,2.87c.13,.16,.31,.29,.5,.37,.05,0,.1,0,.15,0,.08,.03,.16,.06,.25,.07h.09c.33,0,.65-.13,.88-.37l3-3c.45-.48,.45-1.22,0-1.7Z' vector-effect='non-scaling-stroke'/%3E%3Cpath class='cls-1' d='M33.99,31.81c.48,0,.87-.39,.87-.87v-1.94h.48c.48,0,.87-.39,.87-.87V11.46c0-.48-.39-.87-.87-.87H13.19c-.48,0-.87,.39-.87,.87V28.13c0,.48,.39,.87,.87,.87h.48v1.95c0,.48,.39,.87,.87,.87,.48,0,.87-.39,.87-.87v-1.95h17.66v1.95c0,.48,.4,.87,.88,.86,.01,0,.03,0,.04,0ZM13.68,12.34v-.34h21.1v6.87H13.68v-6.53Zm0,15.21v-7.16h21.1v7.16H13.68Z' vector-effect='non-scaling-stroke'/%3E%3Ccircle class='cls-1' cx='24.24' cy='15.44' r='1' vector-effect='non-scaling-stroke'/%3E%3Ccircle class='cls-1' cx='24.24' cy='23.85' r='1' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.new-navigation .nav__menus .nav_category-title, .new-navigation .nav__menus h1 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 1.5rem;
}
.new-navigation .nav__menus .nav__sub-categories, .new-navigation .nav__menus .nav__sub-sub-categories {
  padding-left: 2.3rem;
}
.new-navigation .nav__menus .nav__category--utility a:hover :before,
.new-navigation .nav__menus .nav__category-heading:hover:before,
.new-navigation .nav__menus .nav__featured-heading:hover:before,
.new-navigation div.nav__category-heading:hover::after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(37%) saturate(3476%) hue-rotate(191deg) brightness(104%) contrast(103%);
}
.new-navigation .main-nav.has-menu-open {
  transform: inherit;
  will-change: inherit;
}
@media screen and (max-width: 768px) {
  .new-navigation .main-nav.has-menu-open {
    height: 100vh;
  }
}
.new-navigation .main-nav.has-menu-open .nav__menus {
  top: 0;
  height: 100vh;
  left: 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .new-navigation .main-nav.has-menu-open .nav__menus {
    top: 80px;
    width: 100%;
    height: calc(100vh - 6.5rem);
  }
}
@media screen and (max-width: 390px) {
  .new-navigation .main-nav.has-menu-open .nav__menus {
    height: calc(100vh - 10.5rem);
  }
}
.new-navigation .is-sticky.has-menu-open .nav__menus {
  height: calc(100vh + 2rem);
}
.new-navigation .nav__category {
  font-size: 16px;
  font-weight: 500;
  position: static;
  cursor: pointer;
  color: black;
  padding-top: 9px;
  padding-bottom: 9px;
}
.new-navigation .nav__sub-category-container .nav__category {
  padding-left: 18px;
}
.new-navigation .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.new-navigation .account-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.new-navigation .has-menu-open .overlay {
  display: block;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .new-navigation .has-menu-open .overlay {
    display: none;
  }
}
.new-navigation .has-menu-open .account-overlay {
  display: block;
}
@media screen and (max-width: 767px) {
  .new-navigation .has-menu-open .account-overlay {
    display: none;
  }
}
.new-navigation .has-menu-open .mobile-hamburger_menu {
  background-image: url("../images/aarons_sprite_icons.png");
  background-size: 270px;
  background-position: left -189px top -20px;
  background-color: #fff;
}
.new-navigation .has-menu-open .mobile-hamburger_menu span {
  display: none;
}
.new-navigation .banner-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0069C8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-navigation .banner-section .banner-img {
  background-image: url("../images/desktop_header_banner.jpg");
  height: 44px;
  flex: 0 0 25%;
  max-width: 100%;
  text-align: center;
  min-width: 350px;
  background-repeat: no-repeat;
  background-size: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .banner-section .banner-img {
    flex: 0 0 44%;
  }
}
@media screen and (max-width: 767px) {
  .new-navigation .banner-section .banner-img {
    background-image: url("../images/mobile_header_banner.jpg");
    height: 55px;
    background-size: 450px 55px;
  }
}
.new-navigation .banner-section .banner-img .banner_content {
  margin-top: 4px;
  padding-left: 75px;
  text-align: left;
  line-height: 18px;
  color: #0069C8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .new-navigation .banner-section .banner-img .banner_content {
    color: white;
    margin-top: 8px;
  }
}
.new-navigation .banner-section .banner-img .banner_content h2, .new-navigation .banner-section .banner-img .banner_content header {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .new-navigation .banner-section .banner-img {
    flex: 0 0 100%;
  }
}
.new-navigation .banner-section .header--skip-nav {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
  display: none;
  color: #FFF;
}
.new-navigation .banner-section .header--skip-nav:focus, .new-navigation .banner-section .header--skip-nav:active {
  top: auto;
  left: 30em;
  z-index: 999;
  width: 25rem;
  color: #FFF;
  border: 1px solid #FFF;
  font-size: 13px;
  height: 2.5em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 11rem;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid white;
  background-color: rgb(0, 94.29, 179.6);
}
@media (min-width: 1130px) {
  .new-navigation .banner-section .header--skip-nav {
    display: block;
  }
}
.new-navigation .banner-section .banner-menu {
  padding-right: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .banner-section .banner-menu {
    padding: 0;
  }
}
.new-navigation .banner-section .banner-menu .nav__utility-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .myaccount-link a:hover {
  color: #0069C8 !important;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .payment-link a:hover {
  color: #0069C8 !important;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .favorites-link a:hover {
  color: #0069C8 !important;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu a {
  color: white;
  font-weight: 600;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu a:focus {
  outline: 1px solid #FFF;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .country-switcher:focus {
  outline: 1px solid #FFF;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .myaccount-link a:focus,
.new-navigation .banner-section .banner-menu .nav__utility-menu .payment-link a:focus,
.new-navigation .banner-section .banner-menu .nav__utility-menu .favorites-link a:focus {
  outline: 1px solid #0069C8;
}
.new-navigation .banner-section .banner-menu .nav__utility-menu .nav__alt-item {
  padding-right: 2rem;
  font-size: 16px;
  color: white;
  font-weight: 600;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .banner-section .banner-menu .nav__utility-menu .nav__alt-item {
    padding-right: 1rem;
  }
}
.new-navigation .banner-section .nav__store__and__account {
  display: flex;
}
.new-navigation .banner-section .nav__store__and__account .nav__category--utility a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.new-navigation .banner-section .nav__store__and__account .nav__category--utility:first-child {
  padding-right: 2rem;
}
.new-navigation .banner-section .nav__utility-item::before, .new-navigation .banner-section .nav__utility-item.nav_account::after {
  content: "";
  height: 1.6em;
  width: 1.5em;
  background-image: url("../images/css_sprites_new.png");
  display: block;
  background-size: 150px;
  background-repeat: no-repeat;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  top: 4px;
}
.new-navigation .banner-section .nav__utility-item.store::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12C10.6569 12 12 10.6569 12 9C12 7.34315 10.6569 6 9 6C7.34315 6 6 7.34315 6 9C6 10.6569 7.34315 12 9 12Z' stroke='%23FFFFFF' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 1C6.87827 1 4.84344 1.84285 3.34315 3.34315C1.84285 4.84344 1 6.87827 1 9C1 10.892 1.402 12.13 2.5 13.5L9 21L15.5 13.5C16.598 12.13 17 10.892 17 9C17 6.87827 16.1571 4.84344 14.6569 3.34315C13.1566 1.84285 11.1217 1 9 1V1Z' stroke='%23FFFFFF' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 0, 0;
  background-size: 24px;
  /*
  background-position: -54px -46px;
  top: 2px;
   		background-size: 130px;
   		*/
}
.new-navigation .banner-section .nav__utility-item.nav_account::before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9 11.25C10.8109 11.25 10.2873 11.875 8.5 11.875C6.71272 11.875 6.19286 11.25 5.1 11.25C2.28437 11.25 0 13.6016 0 16.5V18.125C0 19.1602 0.815848 20 1.82143 20H15.1786C16.1842 20 17 19.1602 17 18.125V16.5C17 13.6016 14.7156 11.25 11.9 11.25ZM15.7857 18.125C15.7857 18.4688 15.5125 18.75 15.1786 18.75H1.82143C1.4875 18.75 1.21429 18.4688 1.21429 18.125V16.5C1.21429 14.293 2.95603 12.5 5.1 12.5C5.84375 12.5 6.58371 13.125 8.5 13.125C10.4125 13.125 11.1563 12.5 11.9 12.5C14.044 12.5 15.7857 14.293 15.7857 16.5V18.125ZM8.5 10C11.1828 10 13.3571 7.76172 13.3571 5C13.3571 2.23828 11.1828 0 8.5 0C5.81719 0 3.64286 2.23828 3.64286 5C3.64286 7.76172 5.81719 10 8.5 10ZM8.5 1.25C10.5074 1.25 12.1429 2.93359 12.1429 5C12.1429 7.06641 10.5074 8.75 8.5 8.75C6.49263 8.75 4.85714 7.06641 4.85714 5C4.85714 2.93359 6.49263 1.25 8.5 1.25Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-position: 0, 0 !important;
  background-size: 24px;
  /*
  background-position: -90px -42px!important;
   		top: -1px;
   		background-size: 130px;
   		*/
}
.new-navigation .banner-section .nav__utility-item.nav_account::after {
  background-position: -8px -6px;
  background-size: 130px;
  height: 15px;
  width: 15px;
  top: 0;
}
.new-navigation .banner-section img {
  width: 140px;
}
.new-navigation #zipcodeBox {
  border: 1px solid #212121;
  padding: 4px 0;
  border-radius: 60px;
}
@media screen and (min-width: 1024px) {
  .new-navigation #zipcodeBox {
    min-width: 135px;
  }
}
.new-navigation #zipcodeBox .setMyLocNStoreLocBtn {
  display: flex;
  align-items: center;
}
.new-navigation #Zipcode-Fld-ZipInputField {
  font-size: 12px;
  color: #06152B;
  font-weight: 600;
}
.new-navigation #Zipcode-Fld-ZipInputField .zip-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .new-navigation #Zipcode-Fld-ZipInputField .zip-mobile {
    display: inline;
  }
}
@media screen and (max-width: 1024px) {
  .new-navigation #Zipcode-Fld-ZipInputField .zip-desktop {
    display: none;
  }
}
.new-navigation .deliveringTo {
  width: 19px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 12C10.6569 12 12 10.6569 12 9C12 7.34315 10.6569 6 9 6C7.34315 6 6 7.34315 6 9C6 10.6569 7.34315 12 9 12Z" stroke="%2306152B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 1C6.87827 1 4.84344 1.84285 3.34315 3.34315C1.84285 4.84344 1 6.87827 1 9C1 10.892 1.402 12.13 2.5 13.5L9 21L15.5 13.5C16.598 12.13 17 10.892 17 9C17 6.87827 16.1571 4.84344 14.6569 3.34315C13.1566 1.84285 11.1217 1 9 1V1Z" stroke="%2306152B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  margin-right: 8px;
}
.new-navigation .zipcode:hover .deliveringTo {
  background-image: url('data:image/svg+xml,<svg width="18" height="22" viewBox="0 0 18 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 12C10.6569 12 12 10.6569 12 9C12 7.34315 10.6569 6 9 6C7.34315 6 6 7.34315 6 9C6 10.6569 7.34315 12 9 12Z" stroke="%230069C8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 1C6.87827 1 4.84344 1.84285 3.34315 3.34315C1.84285 4.84344 1 6.87827 1 9C1 10.892 1.402 12.13 2.5 13.5L9 21L15.5 13.5C16.598 12.13 17 10.892 17 9C17 6.87827 16.1571 4.84344 14.6569 3.34315C13.1566 1.84285 11.1217 1 9 1V1Z" stroke="%230069C8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
}
.new-navigation .zipcode:hover #Zipcode-Fld-ZipInputField {
  color: #0069c8;
}
.new-navigation .header-search form {
  position: relative;
}
.new-navigation .header-search input {
  height: 2.8rem;
  border-radius: 23px;
  text-indent: 28px;
  border: 1px solid #212121;
  font-size: 16px;
}
.new-navigation .header-search .fa-search {
  display: none;
}
.new-navigation .header-search button[type=submit] {
  left: 4px;
  top: 8px;
  background-image: url("../images/css_sprites_new.png");
  opacity: 1;
  background-position: -15px -96px;
  background-size: 150px;
}
.new-navigation .hed-content {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 1.5rem;
}
@media screen and (max-width: 910px) {
  .new-navigation .hed-content {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-navigation .hed-content {
    padding: 0.7rem 16px 0.7rem;
  }
}
@media screen and (max-width: 451px) {
  .new-navigation .hed-content {
    gap: inherit;
  }
}
.new-navigation .hed-content button.hamburger_menu {
  position: relative;
  padding: 0 1rem 0 0;
  font-size: initial;
  border: 0;
  display: flex;
  text-align: left;
  background-color: #fff;
}
.new-navigation .hed-content button.hamburger_menu :focus {
  outline: 2px solid #0069c8;
}
.new-navigation .hed-content button.hamburger_menu .nav_shop_all {
  font-weight: bold;
  font-size: 16px;
}
.new-navigation .hed-content span.hamburger_bars {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  font-size: initial;
  border: 0;
  margin: auto 8px auto auto;
  height: 18px;
}
.new-navigation .hed-content span.hamburger_bars .hamburger__bar {
  height: 3px;
  left: 0;
  background-color: black;
}
.new-navigation .hed-content span.hamburger_bars .hamburger__bar.one {
  transform: translate(0, 6px);
}
.new-navigation .hed-content span.hamburger_bars .hamburger__bar.three {
  transform: translate(0, 12px);
}
.new-navigation .hed-content .nav__bar {
  flex: 0 0 10%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .hed-content .nav__bar {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 767px) {
  .new-navigation .hed-content .nav__bar {
    flex: 0 0 25%;
  }
}
.new-navigation .hed-content .nav__bar .nav__logo {
  max-width: 150px;
}
.new-navigation .hed-content .desktop-dropdown {
  display: flex;
  gap: 32px;
  align-items: center;
  min-width: 490px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .hed-content .desktop-dropdown {
    padding: 0;
    min-width: auto;
  }
}
.new-navigation .hed-content .desktop-dropdown div {
  font-size: 1rem;
  font-weight: bold;
}
.new-navigation .hed-content .shopping-content {
  flex: 0 0 10%;
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .new-navigation .hed-content .shopping-content {
    min-width: 100px;
  }
}
.new-navigation .hed-content .nav__search {
  flex: 1 1 36%;
  max-width: 100%;
  margin: 0 1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .new-navigation .hed-content .nav__search {
    flex: 0 0 46%;
  }
}
.new-navigation .new-navigation .is-sticky .hed-content {
  padding: 1.2rem !important;
}
.new-navigation .hide-chat-link #Footer-Lnk-LiveChat {
  display: none;
}
.new-navigation .hide-chat-link .js-livechat {
  display: none;
}
.new-navigation .hide-chat-link #globalWidgetChatButton {
  display: none;
}
.new-navigation {
  /*STICKY NAV*/
}
.new-navigation .main-nav.is-sticky {
  position: sticky;
  top: -55px;
  padding-top: 3.5rem;
  width: 100%;
  background-color: white;
  z-index: 1000;
  border-bottom: 0.1rem solid #d3d3d3;
}
.new-navigation .main-nav.is-sticky {
  position: sticky;
  top: 0;
  padding-top: 0;
  animation-delay: 2s;
  transition: top 100ms linear;
}
.new-navigation .main-nav.is-sticky .nav__search {
  top: 4.5rem;
}
.new-navigation .hidelegend {
  display: none;
}
.new-navigation .nav__search button[type=submit] {
  background-image: url(../images/svg/nav_utility_icons2.svg);
  background-size: 13.125em 6.25em;
  background-repeat: no-repeat;
  background-position: -10.7em -0.8em;
  flex-shrink: 0;
  padding: 0;
  position: absolute;
  right: 0;
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  border: 0;
}
.new-navigation .nav__utility-menu .dropdown {
  border: 1px solid #fff;
  padding: 0 1em;
  list-style: none;
  border-radius: 6px;
  position: absolute;
  top: 42px;
  background-color: #fff;
  width: 180px;
  z-index: 300;
  left: -58px;
  display: none;
}
.new-navigation .nav__utility-menu .dropdown li a {
  text-decoration: none;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  color: #000000 !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
}
.new-navigation .hamburger__bar {
  height: 0.375em;
  width: 100%;
  background-color: #ababab;
  position: absolute;
  transition: transform 0.2s cubic-bezier(0.42, 0, 0.62, 1.43);
}
.new-navigation .hamburger__bar.one {
  transform: translate(0, -0.7rem);
}
.new-navigation .hamburger__bar.three {
  transform: translate(0, 0.7rem);
}
.new-navigation .zip-go {
  display: flex;
  justify-content: flex-start;
}
.new-navigation .zipcode-submit {
  margin: 0 auto;
  text-align: left;
  padding: 1.5em;
  box-sizing: border-box;
}
.new-navigation .zipcode-submit.error-msg {
  padding: 28px 30px 35px 30px;
  box-sizing: border-box;
}
.new-navigation .zipcode-submit.store-results {
  padding: 28px 30px 40px 30px;
}
.new-navigation .zipcode-submit .title {
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 24px;
  color: #404040;
}
.new-navigation .zipcode-submit .title.change {
  margin-bottom: 28px;
}
.new-navigation .zipcode-submit p {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
  color: #404040;
  line-height: 20px;
}
.new-navigation .zipcode-submit .aarons-btn {
  margin: 0 0 0 1rem;
  padding: 1em 1.25em;
  font-size: 13px;
}
.new-navigation .zipcode-submit .or {
  float: left;
  margin: 20px 14px 20px 15px;
  vertical-align: middle;
  font-size: 14px;
  color: #404040;
  line-height: 20px;
}
.new-navigation .zipcode-submit .form-row {
  width: 150px;
  float: left;
  height: 50px;
  margin: 0;
  position: relative;
}
.new-navigation .zipcode-submit .form-row input[type=text] {
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: #F9F9F9;
  padding-left: 18px;
  color: #404040;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  line-height: 18px;
}
.new-navigation .zipcode-submit .form-row span.error {
  color: #fff;
  position: relative;
  display: block;
  color: #af071a;
  background: url(../images/aarons_sprite_img.png) -478px -416px no-repeat;
  width: 100%;
  height: 19px;
  float: left;
  margin-top: 5px;
  padding-left: 25px;
  line-height: 18px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 374px) and (min-width: 320px) {
  .new-navigation .zipcode-submit .form-row span.error {
    padding-left: 14px;
    width: 100%;
  }
}
.new-navigation .zipcode-submit .form-row.show-floating-label label {
  display: block;
  padding-top: 16px;
}
.new-navigation .zipcode-submit .form-row.show-floating-label input[type=text] {
  padding: 18px 20px 0 20px;
}
.new-navigation .zipcode-submit .form-row label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #BABABA;
  line-height: 13px;
  position: absolute;
  transition: transform 10ms ease;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 10px;
}
.new-navigation .zipcode-submit .button-fancy-large.go {
  width: 60px;
  display: inline-block;
  float: left;
  padding: 0;
  border-radius: 0;
}
.new-navigation .zipcode-submit .button-fancy-large.go:hover {
  background: #00ACEC;
  color: #fff;
  border-radius: 0;
}
.new-navigation .zipcode-submit .zip-go .button-border {
  padding: 0;
  width: 60px;
  float: left;
}
@media screen and (max-width: 767px) {
  .new-navigation .zipcode-submit .zip-go .button-border {
    width: 20%;
  }
}
.new-navigation .zipcode-submit .zip-go .button-border .button-fancy-large.go {
  width: 100%;
  height: 59px;
}
.new-navigation .zipcode-submit .store-results {
  float: left;
  width: 100%;
  border-top: 1px solid #E7E7E7;
  margin-top: 30px;
  padding-top: 25px;
}
.new-navigation .zipcode-submit .store-results .show-pricing .text {
  font-size: 14px;
  color: #404040;
  line-height: 20px;
  text-align: left;
  vertical-align: text-bottom;
}
.new-navigation .zipcode-submit .store-results .show-pricing .locate {
  font-size: 14px;
  color: #142667;
  display: inline-block;
  line-height: 20px;
  vertical-align: text-bottom;
}
.new-navigation .zipcode-submit .store-results .show-pricing .locate img {
  padding: 0 8px 0 6px;
  margin-top: -2px;
}
.new-navigation .zipcode-submit .store-results .show-pricing .locate .zipcode {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-weight: 600;
}
.new-navigation .zipcode-submit .store-results .local-store {
  float: left;
  width: 100%;
  background: #F0F0F0;
  padding: 14px 0;
  text-align: left;
  margin-top: 25px;
  color: #404040;
}
.new-navigation .zipcode-submit .store-results .local-store .text {
  font-size: 13px;
  line-height: 20px;
  margin-right: 2px;
}
.new-navigation .zipcode-submit .store-results .local-store .store {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}
.new-navigation .zipcode-submit .zipcode-error .error-msg,
.new-navigation .zipcode-submit .zipcode-error1 .error-msg {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #C22A22;
}
.new-navigation .zipcode-submit .zipcode-error .error-msg span,
.new-navigation .zipcode-submit .zipcode-error1 .error-msg span {
  width: 94%;
  text-align: left;
  float: left;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
}
.new-navigation .main-nav.has-menu-open .nav__menus {
  opacity: 1;
  pointer-events: all;
  overflow-y: scroll;
  visibility: visible;
}
.new-navigation .main-nav.has-menu-open.is-showing-sub-menu .nav__menus .nav__menus-container {
  left: -400px;
}
@media screen and (max-width: 767px) {
  .new-navigation .main-nav.has-menu-open.is-showing-sub-menu .nav__menus .nav__menus-container {
    left: -100vw;
  }
}
.new-navigation .main-nav.has-menu-open.is-showing-sub-menu.is-showing-sub-sub-menu .nav__menus .nav__menus-container {
  left: -800px;
}
@media screen and (max-width: 767px) {
  .new-navigation .main-nav.has-menu-open.is-showing-sub-menu.is-showing-sub-sub-menu .nav__menus .nav__menus-container {
    left: -200vw;
  }
}
.new-navigation .nav__category-drop-down,
.new-navigation .nav__sub-sub-menu {
  display: none;
  position: absolute;
  left: 400px;
  top: 0;
  opacity: 0;
  width: 400px;
  margin-top: 1.2rem;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .new-navigation .nav__category-drop-down,
  .new-navigation .nav__sub-sub-menu {
    left: 100vw;
    width: 100%;
  }
}
.new-navigation .nav__sub-sub-menu {
  overflow-x: hidden;
}
.new-navigation .nav__category.is-active .nav__category-drop-down,
.new-navigation .nav__sub-category.is-active .nav__sub-sub-menu {
  display: block;
  opacity: 1;
  pointer-events: all;
}
.new-navigation .is-showing-sub-menu .nav__category.is-active .nav__category-drop-down {
  opacity: 1;
}
.new-navigation div.nav__category-heading::after, .new-navigation .nav__sub-category-heading::after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 242.12 446.1'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23404040;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M10.59,3.52L3.51,10.59C-1.17,15.27-1.17,22.87,3.51,27.56L199.01,223.05,3.51,418.54c-4.69,4.69-4.69,12.28,0,16.97l7.07,7.07c4.69,4.69,12.28,4.69,16.97,0L238.61,231.54c4.69-4.69,4.69-12.28,0-16.97L27.56,3.52C22.87-1.17,15.27-1.17,10.59,3.52Z' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  margin-top: -7px;
  /* scale: 46%; */
  -webkit-transform: scale(0.46, 0.46);
  height: 1rem;
  width: 1rem;
  /*
  background-image: url('../images/aarons_sprite_icons.png');
  background-size: 260px;
  background-position: left -176px top -90px;
  background-repeat: no-repeat;
  */
  margin-left: auto;
}
.new-navigation .nav__sub-category-heading:hover:after {
  filter: brightness(0) saturate(100%) invert(27%) sepia(37%) saturate(3476%) hue-rotate(191deg) brightness(104%) contrast(103%);
}
.new-navigation .nav__sub-category-heading::after {
  position: relative;
  right: 15px;
}
.new-navigation .nav__utility-menu_content div.nav__category-heading::after {
  background-image: url("../images/css_sprites_new.png");
  transform: rotate(-86deg);
  background-size: 130px;
  background-position: left -5px top -3px;
}
.new-navigation .nav__category-heading,
.new-navigation .nav__sub-category-heading {
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  color: inherit;
}
.new-navigation .nav__sub-category-heading {
  font-weight: 600;
  font-size: 16px;
}
.new-navigation .nav__sub-category-heading:hover {
  color: #000000;
}
.new-navigation .nav__sub-menu-heading,
.new-navigation .nav__sub-sub-menu-heading {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
  background-color: #f1f1f1;
  cursor: pointer;
  border-bottom: 0.1rem solid #d3d3d3;
  padding-left: 1rem;
  box-sizing: border-box;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .new-navigation .nav__sub-menu-heading,
  .new-navigation .nav__sub-sub-menu-heading {
    border-bottom: none;
    background-color: #fff;
    padding-left: 0.5rem;
    margin-bottom: 0;
  }
}
.new-navigation .is-showing-sub-menu .nav__category.is-active .nav__sub-category-container {
  pointer-events: all;
}
.new-navigation .nav__back,
.new-navigation .nav__sub-back {
  height: 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 0.1rem solid #d3d3d3;
  padding-left: 3rem;
  box-sizing: border-box;
}
.new-navigation .nav__back::before,
.new-navigation .nav__sub-back::before {
  content: "";
  height: 1rem;
  width: 28px;
  position: absolute;
  left: 1rem;
  background-image: url("../images/aarons_sprite_icons.png");
  background-size: 260px;
  background-repeat: no-repeat;
  background-position: left -104px top -59px;
}
.new-navigation .nav__back:hover:before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(37%) saturate(3476%) hue-rotate(191deg) brightness(104%) contrast(103%);
}
.new-navigation .nav__sub-back:hover:before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(37%) saturate(3476%) hue-rotate(191deg) brightness(104%) contrast(103%);
}
.new-navigation .has-nav-open {
  overflow: hidden;
}
.new-navigation .nav__category.is-active .nav__category-drop-down {
  z-index: 101;
  opacity: 1;
  pointer-events: all;
  width: 100%;
}
.new-navigation .nav__category:focus-within .nav__category-drop-down {
  z-index: 101;
  opacity: 1;
  pointer-events: all;
}
.new-navigation .is-showing-sub-menu .nav__category.is-active .nav__sub-category-container .nav__sub-sub-menu {
  opacity: 1;
  pointer-events: all;
}
.new-navigation .nav__sub-sub-category {
  color: #000;
  display: flex;
  background-color: #fff;
  display: block;
  position: relative;
}
.new-navigation .nav__sub-sub-category:last-of-type() {
  padding-bottom: 2em;
}
.new-navigation .nav__sub-sub-category:last-of-type():after {
  content: "";
  position: absolute;
  left: 4%;
  bottom: 0;
  height: 1px;
  width: 92%;
  border-bottom: 0.1rem solid #d3d3d3;
}
@media (min-width: 1024px) {
  .new-navigation .nav__sub-sub-category:last-of-type():after {
    content: none;
  }
}
.new-navigation .nav__sub-menu-heading,
.new-navigation .nav__sub-sub-menu-heading {
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: bold;
  background-color: #f1f1f1;
  cursor: default !important;
  border-bottom: 0.1rem solid #d3d3d3;
  padding-left: 1rem;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.new-navigation .nav__buying-guides {
  position: relative;
  background: #fff;
  padding-bottom: 1em;
}
.new-navigation .nav__buying-guides:after {
  content: "";
  position: absolute;
  left: 4%;
  bottom: 0;
  height: 1px;
  width: 92%; /* or 100px */
  border-bottom: 0.1rem solid #d3d3d3;
}
@media (min-width: 1025px) {
  .new-navigation .nav__buying-guides:after {
    content: none;
  }
}
.new-navigation .nav__buying-guides .buying__guides {
  padding-left: 8px;
  display: flex;
  flex-wrap: wrap;
}
.new-navigation .nav__buying-guides .buying__guides a {
  padding: 0.5rem;
  flex-basis: calc(33% - 1rem);
}
.new-navigation .nav__buying-guides .buying__guides a .guide-icon {
  width: 100%;
}
.new-navigation .nav__buying-guides .buying__guides a .title {
  display: block;
  color: #000;
  font-size: 0.7em;
}
.new-navigation .nav__menus-container {
  transition: transform 0.2s ease-in-out;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.new-navigation .main-nav.has-menu-open .nav__menus-container {
  opacity: 1;
}
.new-navigation .myaccount-link a:before, .new-navigation .payment-link a:before, .new-navigation .favorites-link a:before {
  content: "";
  height: 20px;
  width: 23px;
  background-image: url("https://i8.amplience.net/i/aarons/aarons_sprite_icons");
  background-size: 260px;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 0px;
  display: inline-block;
}
.new-navigation .myaccount-link a:hover {
  color: #0071CE !important;
}
.new-navigation .myaccount-link a:before {
  background-position: left -181px top -131px;
}
.new-navigation .payment-link a:before {
  background-position: left -97px top -131px;
}
.new-navigation .favorites-link a:before {
  background-position: left -137px top -130px;
}
.new-navigation .main-nav .nav__search .header-search #search-suggestions {
  top: 124px;
  right: 0;
  left: 0;
  width: 100%;
}
.new-navigation .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .phrase-suggestions {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .new-navigation .main-nav .nav__search .header-search #search-suggestions {
    top: 139px;
  }
  .new-navigation .main-nav.is-sticky .nav__search .header-search #search-suggestions {
    top: 151px;
  }
}
@media screen and (max-width: 768px) {
  .new-navigation .zip-modal {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 112px !important;
  }
}
@media screen and (min-width: 769px) {
  .new-navigation .zip-modal {
    left: auto !important;
    right: 1.5rem !important;
    top: 140px !important;
    width: 330px !important;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
.new-navigation .zip-modal {
  z-index: 99;
  background-color: #fff;
}
.new-navigation .zip-modal .ui-widget-header .ui-dialog-title {
  display: none;
}
.new-navigation .zip-modal .ui-widget-header .ui-icon-closethick {
  filter: brightness(0) saturate(100%) invert(29%) sepia(29%) saturate(0%) hue-rotate(216deg) brightness(80%) contrast(99%);
  width: 16px;
  height: 16px;
  padding: 0;
  background-position: 0 0;
  display: block;
}
.new-navigation .zip-modal .ui-dialog-titlebar-close {
  position: absolute;
  font-size: 40px;
}
.new-navigation .zip-modal .zipcode-store {
  color: #0069C8;
  font-size: 0.88rem;
  font-weight: bold;
  display: flex;
  line-height: 1.6rem;
  margin-top: 0.5rem;
}
.new-navigation .zip-modal .zipcode-store::before {
  content: "";
  height: 1.6em;
  width: 1.5em;
  background-image: url("../images/css_sprites_new.png");
  display: block;
  background-repeat: no-repeat;
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  background-position: -54px -46px;
  top: 2px;
  background-size: 130px;
  margin-right: 0.33rem;
  filter: brightness(0) saturate(100%) invert(26%) sepia(46%) saturate(3533%) hue-rotate(193deg) brightness(97%) contrast(101%);
}

@media (max-width: 766px) {
  .main-nav .new__search__suggestions .nav__search .header-search #search-suggestions {
    top: 73px;
    left: 0 !important;
  }
  .new-navigation .new__search__suggestions {
    flex-wrap: wrap;
    padding: 0.7rem 0 0.7rem;
  }
  .new-navigation .new__search__suggestions .nav__search__myaccount {
    order: 2;
    flex: 0 0 100%;
    padding-top: 1.3em;
    margin: auto;
    position: relative;
    right: 0 !important;
  }
  .new-navigation .new__search__suggestions .nav__search__myaccount .nav__search-bar {
    padding: 0 16px;
  }
  .new-navigation .new__search__suggestions .mobile_only {
    padding-left: 16px;
  }
  .new-navigation .new__search__suggestions .header-search input {
    text-indent: 11px;
  }
  .new-navigation .new__search__suggestions .nav__bar {
    flex-grow: 1;
  }
  .new-navigation .new__search__suggestions .nav__bar .nav__logo {
    width: 131px;
    height: 40px;
  }
  .new-navigation .new__search__suggestions .submit-btnwrap {
    border-left: 1px solid #E0E0E0;
    display: block;
    height: 43px;
    right: 46px;
    position: absolute;
    z-index: 7;
    top: 1px;
  }
  .new-navigation .new__search__suggestions .deleteicon {
    background-image: url(../images/svg/nav_utility_icons2.svg);
    background-size: 13.125em 6.25em;
    background-repeat: no-repeat;
    background-position: -97px -0.8em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    position: absolute;
    right: 58px;
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border: 0;
    top: 8px;
    opacity: 0.2;
    display: none;
  }
  .new-navigation .new__search__suggestions button.aa-SubmitButton[type=submit] {
    background-image: url(../images/svg/nav_utility_icons2.svg);
    background-size: 13.125em 6.25em;
    background-repeat: no-repeat;
    background-position: -10.7em -0.8em;
    flex-shrink: 0;
    padding: 0;
    position: absolute;
    left: inherit;
    right: 10px;
    height: 2rem;
    width: 2rem;
    background-color: transparent;
    border: 0;
  }
  .nav__bar-line {
    border-top: 1px solid #E0E0E0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 4px;
  }
  .new-navigation .main-nav.is-sticky .new__search__suggestions .nav__search {
    top: 0.3rem;
  }
  .new-navigation .new__search__suggestions .shopping-content {
    min-width: 132px;
    padding-right: 16px;
  }
  .new-navigation .new__search__suggestions .shopping-content .deliveringTo {
    display: block !important;
    height: 23px;
    width: 18px;
    margin-right: 8px;
  }
  .new-navigation .new__search__suggestions #zipcodeBox {
    border: none;
  }
  .myaccount-section {
    display: block !important;
  }
  .myaccount-section a {
    display: flex;
  }
  .myaccount-section a .myaccount-usercircle {
    border: 1px solid #000;
    border-radius: 80px;
    height: 30px;
    width: 24px;
    margin-right: 8px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .myaccount-section a .myaccount-arrows:before {
    content: "";
    height: 20px;
    width: 23px;
    background-image: url(https://i8.amplience.net/i/aarons/aarons_sprite_icons);
    background-size: 260px;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 10px;
    display: inline-block;
    background-position: left -180px top -86px;
    transform: rotate(90deg);
  }
}
.myaccount-section {
  display: none;
}

.new-navigation .myaccount-offerdraw {
  display: none;
  position: absolute;
  width: 246px;
  height: 100%;
  right: 0;
  z-index: 30;
  top: 105px;
}
.new-navigation .myaccount-offerdraw .myaccount-offerdrawwrapper {
  background-color: #fff;
  padding: 2em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.new-navigation .myaccount-offerdraw ul {
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.new-navigation .myaccount-offerdraw ul li {
  padding-bottom: 1em;
  font-size: 16px;
}
.new-navigation .myaccount-offerdraw ul .myaccount-link a {
  color: #000000;
}
.new-navigation .myaccount-offerdraw ul .myaccount-link a::before {
  background-position: left -181px top -54px;
}
.new-navigation .myaccount-offerdraw ul .payment-link a {
  color: #000000;
}
.new-navigation .myaccount-offerdraw ul .payment-link a::before {
  background-position: left -97px top -92px;
}
.new-navigation .myaccount-offerdraw ul .favorites-link a {
  color: #000000;
}
.new-navigation .myaccount-offerdraw ul .favorites-link a::before {
  background-position: left -52px top -130px;
}
.new-navigation .banner-section {
  border-bottom: none;
  display: flex;
}
.new-navigation .homepage-mini-banner-container {
  width: 100%;
  background-size: cover;
  background-color: none;
}
@media (min-width: 768px) {
  .new-navigation .homepage-mini-banner-container {
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    width: 32%;
  }
}
.new-navigation .homepage-mini-banner {
  background: none !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
}
.new-navigation .homepage-mini-banner .glider::-webkit-scrollbar {
  display: none !important;
}
.new-navigation .homepage-mini-banner .glider {
  -ms-overflow-style: none !important; /* IE and Edge */
  scrollbar-width: none !important; /* Firefox */
}
.new-navigation .homepage-mini-banner .glider-container div {
  display: flex;
}
.new-navigation .homepage-mini-banner .hp-glider-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
  padding: 0 35px;
}
.new-navigation .homepage-mini-banner a {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
}
@media (min-width: 768px) {
  .new-navigation .homepage-mini-banner .hp-glider-slide {
    padding: 0;
  }
}

.myaccount-overlay {
  position: fixed;
  width: 300%;
  height: 100%;
  top: 105px;
  display: block;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 105, 200, 0.4);
  z-index: 2;
  cursor: pointer;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

@media (max-width: 550px) {
  .main-nav .new__search__suggestions .nav__search .header-search #search-suggestions {
    top: inherit !important;
    left: 0 !important;
  }
  .new-navigation .is-sticky .new__search__suggestions {
    padding: 1rem 0 !important;
  }
  .new-navigation .new__search__suggestions .shopping-content {
    min-width: 107px;
  }
}
@media (max-width: 400px) {
  .new-navigation .new__search__suggestions .shopping-content {
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}
.nav__sub-menu-heading {
  color: #000000 !important;
}

.nonlocalizedinventory {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fbe4e5;
  padding: 23px;
  text-align: center;
}
@media (max-width: 550px) {
  .nonlocalizedinventory {
    padding: 12px 16px;
  }
}
.nonlocalizedinventory p {
  margin: 0;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 19px;
  font-weight: 500;
  color: #000000;
  line-height: 27px;
  letter-spacing: 0.12px;
}
@media (max-width: 1015px) {
  .nonlocalizedinventory p {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .nonlocalizedinventory p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.11px;
  }
}
.nonlocalizedinventory img {
  width: 27px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .nonlocalizedinventory img {
    width: 23px;
    height: 20px;
  }
}
.nonlocalizedinventory .underline {
  text-decoration: underline;
}

.nonlocalizedwrap {
  background-color: #f5f8fa;
  padding: 16px 16px 24px 16px;
  border-radius: 4px;
}
@media (max-width: 550px) {
  .nonlocalizedwrap {
    padding: 16px;
  }
  .nonlocalizedwrap .nonlocalizedmessage img {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .nonlocalizedwrap .nonlocalizedmessage div:last-child {
    flex-grow: 1;
  }
  .nonlocalizedwrap .nonlocalizedmessage-link {
    padding: 17px 0 17px !important;
  }
}

.nonlocalizedmessage {
  padding: 8px 0 20px 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 550px) {
  .nonlocalizedmessage {
    padding: 8px 0 20px 0;
  }
}
.nonlocalizedmessage img {
  width: 27px;
  height: 24px;
  margin-right: 8px;
}
.nonlocalizedmessage p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat; */
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  text-decoration: none solid rgb(0, 0, 0);
  line-height: 22px;
  letter-spacing: -0.15px;
  margin: 0;
  text-align: left;
}

button.nonlocalizedmessage-btn {
  display: block;
  width: 100%;
  margin: 0 0 16px 0;
}

.nonlocalizedmessage-link {
  text-transform: uppercase;
  border-radius: 4px;
}

.new-navigation div.zipRemoveBorder {
  border: none !important;
}
.new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField {
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (max-width: 500px) {
  .new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField {
    font-size: 14px;
  }
}
.new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField span {
  font-weight: 600;
}
.new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField .zip-code-text {
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField .zip-code-text {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .new-navigation div.zipRemoveBorder #Zipcode-Fld-ZipInputField .zip-code-text {
    display: none;
  }
}

@media screen and (max-width: 1113px) {
  .new-navigation .caNav div.zipRemoveBorder #Zipcode-Fld-ZipInputField span {
    display: block;
  }
}

.nav__search__ziipcode {
  margin: 0 !important;
}
.nav__search__ziipcode form {
  border: 1px solid #9e9e9e !important;
  border-radius: 4px !important;
}

.nav__menus__ziipcode .works {
  padding: 0 0 0 15px !important;
}

body.new-navigation .hideOnFocus {
  display: none !important;
}

@media screen and (max-width: 820px) {
  body.new-zipcode-style .nav__category--utility a {
    font-size: 14px;
    line-height: 26px;
  }
}
@media screen and (max-width: 820px) and (max-width: 783px) {
  body.new-zipcode-style .nav__category--utility a {
    font-size: 13px;
  }
}
@media screen and (max-width: 820px) {
  body.new-zipcode-style .nav__category--utility .nav_account::before {
    top: 2px;
  }
}
body.new-zipcode-style .zip-removeFixed {
  position: absolute !important;
}
body.new-zipcode-style .zip-modal {
  position: fixed;
  top: 120px !important;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 430px) {
  body.new-zipcode-style .zip-modal {
    top: 135px !important;
  }
}
@media screen and (max-width: 430px) {
  body.new-zipcode-style .showHeaderNav {
    position: sticky;
    top: -55px;
    padding-top: 3.5rem;
    width: 100%;
    background-color: white;
    z-index: 1000;
    border-bottom: 0.1rem solid #d3d3d3;
  }
  body.new-zipcode-style .showHeaderNav .banner-section {
    display: none;
  }
}

body.confirmLocationBox-pop-style .zip-modal {
  top: 50% !important;
}
@media screen and (max-width: 430px) {
  body.confirmLocationBox-pop-style .zip-modal {
    top: 50% !important;
  }
}

.disable-scrolling {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .has-nav-open .new-navigation {
    background: #0069C8;
  }
  .has-nav-open .new-navigation #main, .has-nav-open .new-navigation .new-footer {
    display: none;
  }
}

#zipcode-container {
  right: 1.5rem !important;
  display: none;
}
#zipcode-container .zipcode-submit .title {
  margin-bottom: 10px;
}
#zipcode-container .zipcode-submit .form-row label {
  opacity: 0;
}
#zipcode-container .zipcode-submit .form-row.show-floating-label label {
  opacity: 1;
  padding-top: 11px;
}
#zipcode-container fieldset {
  display: flex;
  flex-direction: column;
}

#dialog-container .show-floating-label label.inputfieldjs-label {
  transform: none;
  opacity: 1;
  z-index: 2 important;
  color: #575757;
  line-height: 12px;
  font-size: 10px;
  margin: 9px 0 0 16px;
  padding: 0;
  letter-spacing: normal;
}

.new-navigation .main-nav.is-sticky {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .new-navigation .main-nav.has-menu-open .nav__menus {
    top: 103px;
  }
}
@media screen and (max-width: 768px) {
  .zipcode-submit .aarons-btn {
    background-image: none !important;
    background-size: auto !important;
    background-repeat: initial !important;
    background-position: initial !important;
    padding: 1.25em 2.5em !important;
    height: auto !important;
    width: auto !important;
    background-color: #0069c8 !important;
    border: 0.1em solid #0069c8 !important;
    color: white !important;
    font-size: inherit !important;
    text-align: center !important;
    cursor: pointer !important;
    line-height: normal !important;
    border-radius: 0.2em !important;
    position: inherit !important;
  }
  .zipcode-submit .aarons-btn--blue {
    background-color: #007bff !important;
    color: white !important;
    border-color: #007bff !important;
  }
  .zipcode-submit .aarons-btn:hover {
    background-color: #0056b3 !important;
    border-color: #0056b3 !important;
  }
  .new-navigation .zip-modal {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 30vh !important;
  }
  #zipcode-container {
    right: 0 !important;
  }
  .zipcode-body #wrapper {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 514px) {
  .new-navigation .zip-modal {
    top: 21vh !important;
  }
}
@media screen and (max-width: 395px) {
  .new-navigation .zip-modal {
    top: 19vh !important;
  }
}
.remove-border {
  border-right: none !important;
}

@media screen and (max-width: 767px) {
  .myaccount-content {
    display: none;
  }
}
.myaccount-content a {
  display: flex;
  color: #000000;
  align-items: center;
  font-weight: 600;
}
.myaccount-content a:hover .myaccount-signintext {
  color: #0069C8;
}
.myaccount-content a:hover .myaccount-usercircle {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" overflow="visible" preserveAspectRatio="none" viewBox="0 0 17.999990000000004 20" width="17.999990000000004" height="20"><g transform="translate(0, 0)"><g transform="translate(-8.881784197001252e-16, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: %230069C8;" d="M10.92857,11.875h-3.85714c-3.90536,0 -7.07143,3.07813 -7.07143,6.875c0,0.69023 0.57576,1.25 1.28571,1.25h15.42857c0.70996,0 1.28571,-0.55977 1.28571,-1.25c0,-3.79687 -3.16607,-6.875 -7.07143,-6.875zM1.96835,18.125c0.31741,-2.46484 2.48344,-4.375 5.10308,-4.375h3.85714c2.61804,0 4.78527,1.91211 5.10268,4.375zM9,10c2.84022,0 5.14286,-2.23867 5.14286,-5c0,-2.76133 -2.30263,-5 -5.14286,-5c-2.84022,0 -5.14286,2.23867 -5.14286,5c0,2.76172 2.30223,5 5.14286,5zM9,1.875c1.77228,0 3.21429,1.40195 3.21429,3.125c0,1.72305 -1.44201,3.125 -3.21429,3.125c-1.77228,0 -3.21429,-1.40234 -3.21429,-3.125c0,-1.72305 1.44241,-3.125 3.21429,-3.125z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1736433162277383" d="M10.92857,11.875h-3.85714c-3.90536,0 -7.07143,3.07813 -7.07143,6.875c0,0.69023 0.57576,1.25 1.28571,1.25h15.42857c0.70996,0 1.28571,-0.55977 1.28571,-1.25c0,-3.79687 -3.16607,-6.875 -7.07143,-6.875zM1.96835,18.125c0.31741,-2.46484 2.48344,-4.375 5.10308,-4.375h3.85714c2.61804,0 4.78527,1.91211 5.10268,4.375zM9,10c2.84022,0 5.14286,-2.23867 5.14286,-5c0,-2.76133 -2.30263,-5 -5.14286,-5c-2.84022,0 -5.14286,2.23867 -5.14286,5c0,2.76172 2.30223,5 5.14286,5zM9,1.875c1.77228,0 3.21429,1.40195 3.21429,3.125c0,1.72305 -1.44201,3.125 -3.21429,3.125c-1.77228,0 -3.21429,-1.40234 -3.21429,-3.125c0,-1.72305 1.44241,-3.125 3.21429,-3.125z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
}
.myaccount-content a .myaccount-usercircle {
  border: 1px solid #000;
  border-radius: 80px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.2" overflow="visible" preserveAspectRatio="none" viewBox="0 0 17.999990000000004 20" width="17.999990000000004" height="20"><g transform="translate(0, 0)"><g transform="translate(-8.881784197001252e-16, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(0, 0, 0);" d="M10.92857,11.875h-3.85714c-3.90536,0 -7.07143,3.07813 -7.07143,6.875c0,0.69023 0.57576,1.25 1.28571,1.25h15.42857c0.70996,0 1.28571,-0.55977 1.28571,-1.25c0,-3.79687 -3.16607,-6.875 -7.07143,-6.875zM1.96835,18.125c0.31741,-2.46484 2.48344,-4.375 5.10308,-4.375h3.85714c2.61804,0 4.78527,1.91211 5.10268,4.375zM9,10c2.84022,0 5.14286,-2.23867 5.14286,-5c0,-2.76133 -2.30263,-5 -5.14286,-5c-2.84022,0 -5.14286,2.23867 -5.14286,5c0,2.76172 2.30223,5 5.14286,5zM9,1.875c1.77228,0 3.21429,1.40195 3.21429,3.125c0,1.72305 -1.44201,3.125 -3.21429,3.125c-1.77228,0 -3.21429,-1.40234 -3.21429,-3.125c0,-1.72305 1.44241,-3.125 3.21429,-3.125z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1736433162277383" d="M10.92857,11.875h-3.85714c-3.90536,0 -7.07143,3.07813 -7.07143,6.875c0,0.69023 0.57576,1.25 1.28571,1.25h15.42857c0.70996,0 1.28571,-0.55977 1.28571,-1.25c0,-3.79687 -3.16607,-6.875 -7.07143,-6.875zM1.96835,18.125c0.31741,-2.46484 2.48344,-4.375 5.10308,-4.375h3.85714c2.61804,0 4.78527,1.91211 5.10268,4.375zM9,10c2.84022,0 5.14286,-2.23867 5.14286,-5c0,-2.76133 -2.30263,-5 -5.14286,-5c-2.84022,0 -5.14286,2.23867 -5.14286,5c0,2.76172 2.30223,5 5.14286,5zM9,1.875c1.77228,0 3.21429,1.40195 3.21429,3.125c0,1.72305 -1.44201,3.125 -3.21429,3.125c-1.77228,0 -3.21429,-1.40234 -3.21429,-3.125c0,-1.72305 1.44241,-3.125 3.21429,-3.125z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
  background-position: 5px;
}
.myaccount-content a .remove-usercircle {
  border: none;
}
.myaccount-content a .myaccount-arrows:before {
  content: "";
  height: 20px;
  width: 23px;
  background-image: url(https://i8.amplience.net/i/aarons/aarons_sprite_icons);
  background-size: 260px;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 10px;
  display: inline-block;
  background-position: left -180px top -86px;
  transform: rotate(90deg);
}

.myaccount-close-icon {
  position: fixed;
  right: 406px;
  display: none;
  width: 34px;
  top: 6px;
  height: 34px;
  background-image: url(../images/close-icon.png);
  z-index: 600;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .myaccount-close-icon {
    background-color: #000000;
  }
}

.myaccount-nav__menus {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 400px;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .myaccount-nav__menus {
    width: 100%;
  }
}
.myaccount-nav__menus .myaccount-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #d3d8de;
}
.myaccount-nav__menus .myaccount-header h3, .myaccount-nav__menus .myaccount-header header {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-header h3.clickable, .myaccount-nav__menus .myaccount-header header.clickable {
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-header h3 svg, .myaccount-nav__menus .myaccount-header header svg {
  vertical-align: middle;
}
.myaccount-nav__menus .myaccount-header h3 span, .myaccount-nav__menus .myaccount-header header span {
  display: inline-block;
  vertical-align: middle;
}
.myaccount-nav__menus .myaccount-header .myaccount-closebtn {
  display: block;
  border: none;
  padding: 0px;
}
.myaccount-nav__menus .myaccount-header .myaccount-closebtn svg {
  width: 20px;
  height: 20px;
}
.myaccount-nav__menus .discover-leasing {
  margin: 16px 16px 0 16px !important;
  border-bottom: 1px solid #d3d8de;
}
.myaccount-nav__menus .myaccount-body {
  margin: 16px;
  border-bottom: 1px solid #d3d8de;
}
.myaccount-nav__menus .myaccount-body p {
  font-size: 18px;
  font-weight: 600;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 24px;
  margin-bottom: 16px;
}
.myaccount-nav__menus .myaccount-body .error-input label {
  color: #C41E24;
}
.myaccount-nav__menus .myaccount-body .error-input .is-floating {
  color: #C41E24 !important;
}
.myaccount-nav__menus .myaccount-body .error-input input {
  border: 1px solid #C41E24;
}
.myaccount-nav__menus .myaccount-body .CheckoutInput-wrapper {
  position: relative;
}
.myaccount-nav__menus .myaccount-body .CheckoutInput-wrapper .is-floating {
  font-size: 10px;
  color: #0069C8;
  top: 9px;
}
.myaccount-nav__menus .myaccount-body label {
  position: absolute;
  top: 1.2em;
  left: 1.5em;
  transition: 0.2s;
  font-size: 16px;
}
.myaccount-nav__menus .myaccount-body .myacount-link {
  font-size: 16px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: underline;
  line-height: 24px;
  margin-bottom: 24px;
  display: inline-block;
}
.myaccount-nav__menus .myaccount-body .myacount-link:hover {
  color: #00369D;
}
.myaccount-nav__menus .myaccount-body .myacount-signinBtn {
  border-radius: 4px;
  background-color: #0069c8;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
  margin-bottom: 16px;
  width: 100%;
  height: 56px;
  letter-spacing: 2px;
}
.myaccount-nav__menus .myaccount-body .myacount-signinBtn:hover {
  background-color: #00369D;
}
.myaccount-nav__menus .myaccount-body .myacount-createaccountlink {
  font-size: 16px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: underline;
  line-height: 24px;
  text-align: center;
  width: auto;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 24px;
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-body .myacount-createaccountlink:hover {
  color: #00369D;
}
.myaccount-nav__menus .myaccount-body .myacount-backtologinlink {
  font-size: 16px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: underline;
  line-height: 24px;
  text-align: center;
  width: auto;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 24px;
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-body a {
  font-size: 16px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: none;
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-body .username-input {
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-body .username-input .error {
  display: block;
  padding: 3px 5px 5px 5px;
}
.myaccount-nav__menus .myaccount-body .password-input {
  position: relative;
  margin-bottom: 12px;
  height: auto;
}
.myaccount-nav__menus .myaccount-body .password-input svg {
  position: absolute;
  right: 16px;
  top: 28px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  width: 19px;
  height: 15px;
}
.myaccount-nav__menus .myaccount-body .password-input .error {
  display: block;
  padding: 6px 5px 0 5px;
}
.myaccount-nav__menus .myaccount-body .password-input input {
  margin-bottom: 0;
}
.myaccount-nav__menus .myaccount-body .error {
  display: block;
  padding: 6px 5px 5px 5px;
}
.myaccount-nav__menus .myaccount-body input {
  border: 1px solid #d3d8de;
  border-radius: 3px;
  padding: 16px;
  height: 56px;
  font-size: 16px;
  padding-left: 1em !important;
  padding-top: 20px !important;
}
.myaccount-nav__menus .myaccount-body-pending-page1,
.myaccount-nav__menus .myaccount-body-pending-page2 {
  margin: 16px;
}
.myaccount-nav__menus .myaccount-feature {
  padding: 16px 16px 24px 16px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card {
  display: flex;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card:last-child {
  margin-bottom: 0;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card a {
  display: flex;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card a:hover svg path {
  fill: #0069c8 !important;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card a:hover .myaccount-feature-title {
  color: #0069c8;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card a:hover .myaccount-feature-description {
  color: #0069c8;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card svg {
  margin-right: 16px;
  margin-top: 5px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card .myaccount-icon {
  width: 20px;
  height: 18px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card .ezpay-icon {
  width: 20px;
  height: 15px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card .favorite-icon {
  width: 19px;
  height: 17px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card .myaccount-feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card .myaccount-feature-description {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 20px;
}
.myaccount-nav__menus .myaccount-feature .myaccount-feature-card p {
  margin-bottom: 0px;
}
.myaccount-nav__menus .discover-leasing {
  background-color: #00369d;
  background-image: url(https://i8.amplience.net/i/aarons/discover-bg-3x);
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  padding: 19px 1em 24px 1em;
  margin: 0 16px 16px 16px !important;
  border-radius: 4px;
  display: none;
}
.myaccount-nav__menus .discover-leasing h2, .myaccount-nav__menus .discover-leasing header {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  text-transform: capitalize;
}
.myaccount-nav__menus .discover-leasing h2 sup, .myaccount-nav__menus .discover-leasing header sup {
  font-size: 7px;
  margin-top: 6px;
}
.myaccount-nav__menus .discover-leasing .discover-leasing-body {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.myaccount-nav__menus .discover-leasing .discover-leasing-body p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  flex: 1;
}
.myaccount-nav__menus .discover-leasing .discover-leasing-body button {
  padding: 0;
  width: 128px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  color: #0069c8;
  outline: none;
  border: none;
}
.myaccount-nav__menus #discover-leasingBottom {
  display: block;
}
.myaccount-nav__menus .myaccount-accountsection {
  display: none;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body {
  border-bottom: none;
  display: none;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied {
  margin: 16px;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .myaccount-name {
  font-weight: 600;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(45deg, #0069c8, #80b010);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-top p {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 24px;
  margin-bottom: 4px;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-top svg {
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-bottom h4, .myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-bottom header {
  font-size: 23px;
  font-weight: 600;
  color: #212121;
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-body-denied .leasing-power-status .leasing-power-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  line-height: 32px;
  text-align: right;
  margin: 0;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status {
  position: relative;
  background-color: #f2f8e3;
  border-radius: 4px;
  padding: 14px 11px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(45deg, #0069c8, #80b010);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-top p {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 24px;
  margin-bottom: 4px;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-top svg {
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-bottom h4, .myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-bottom header {
  font-size: 23px;
  font-weight: 600;
  color: #212121;
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status .leasing-power-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  line-height: 32px;
  text-align: right;
  margin: 0;
}
.myaccount-nav__menus .myaccount-accountsection .leasing-power-status-zero {
  background-color: #f5f5f5;
}
.myaccount-nav__menus .myaccount-accountsection .myaccount-name {
  font-size: 23px;
  color: #404040;
  line-height: 32px;
}
.myaccount-nav__menus .myaccount-login .createaccountwrap-alert {
  display: none;
  transition: opacity 0.4s ease-in-out;
}
.myaccount-nav__menus .myaccount-login .createaccount-alert {
  background-color: #ffeeee;
  border: 1px solid #c41e24;
  border-left: 4px solid #c41e24;
  display: flex;
  align-items: center;
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-login .createaccount-alert svg {
  width: 23px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
}
.myaccount-nav__menus .myaccount-login .createaccount-alert p {
  font-size: 14px;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  width: fit-content;
}
.myaccount-nav__menus .myaccount-signup {
  display: none;
}
.myaccount-nav__menus .myaccount-signup .header-title-hide {
  opacity: 0;
}
.myaccount-nav__menus .myaccount-signup .hide-header-border {
  border-bottom: 1px solid #f9faff;
}
.myaccount-nav__menus .myaccount-signup .account-benefits-section {
  padding: 20px 16px;
  background-color: #F1F5FF;
  display: flex;
  justify-content: space-evenly;
}
.myaccount-nav__menus .myaccount-signup .account-benefits-section .benefit-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.myaccount-nav__menus .myaccount-signup .account-benefits-section .benefit-icon-wrapper .benefit-icon {
  width: 44px;
  height: 44px;
  background-color: #809bce;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
}
.myaccount-nav__menus .myaccount-signup .account-benefits-section .benefit-icon-wrapper .benefit-title {
  text-align: center;
}
.myaccount-nav__menus .myaccount-signup .account-benefits-section .benefit-icon-wrapper .benefit-title sup {
  font-size: 5px;
  top: -6px;
}
.myaccount-nav__menus .myaccount-signup .account-created-section {
  display: none;
  margin: 16px;
}
.myaccount-nav__menus .myaccount-signup .account-created-section h4, .myaccount-nav__menus .myaccount-signup .account-created-section header {
  font-size: 24px;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 32px;
  letter-spacing: -0.12px;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-signup .account-created-section p {
  font-size: 16px;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 24px;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-signup .account-created-section p a {
  font-size: 16px;
  color: #0069c8;
  text-decoration: underline solid rgb(0, 105, 200);
  line-height: 24px;
}
.myaccount-nav__menus .myaccount-signup .account-created-section p span {
  font-size: 16px;
  color: #0069c8;
  text-decoration: underline solid rgb(0, 105, 200);
  line-height: 24px;
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-signup .account-created-section p .username {
  font-size: 16px;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
}
.myaccount-nav__menus .myaccount-signup .account-created-section .myacount-backtologinlink {
  font-size: 16px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: underline;
  line-height: 24px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
}
.myaccount-nav__menus .myaccount-signup .account-created-section .myacount-backtologinlink:hover {
  color: #00369d !important;
}
.myaccount-nav__menus .myaccount-signup .myaccount-tracksecton {
  padding: 20px 16px;
  background-color: #d1deff;
  display: flex;
  justify-content: space-evenly;
}
.myaccount-nav__menus .myaccount-signup .myaccount-tracksecton .tracksecton-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myaccount-nav__menus .myaccount-signup .myaccount-tracksecton .tracksecton-icon .tracksectonicon-icon {
  width: 44px;
  height: 44px;
  background-color: #809bce;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 23px;
}
.myaccount-nav__menus .myaccount-signup .myaccount-tracksecton .tracksecton-icon .tracksectonicon-title {
  text-align: center;
}
.myaccount-nav__menus .myaccount-signup .myaccount-body {
  border-bottom: none;
}
.myaccount-nav__menus .myaccount-signup .myaccount-body .myacount-signinBtn {
  margin-top: 8px;
}
.myaccount-nav__menus .myaccount-signup .myaccount-body .password-input {
  margin-bottom: 0;
}
.myaccount-nav__menus .myaccount-signup .createaccountwrap-alert {
  display: none;
  transition: opacity 0.4s ease-in-out;
}
.myaccount-nav__menus .myaccount-signup .createaccountwrap-alert.show {
  display: block;
  opacity: 1;
}
.myaccount-nav__menus .myaccount-signup .createaccount-alert {
  background-color: #ffeeee;
  border: 1px solid #c41e24;
  border-left: 4px solid #c41e24;
  display: flex;
  align-items: center;
  padding: 13px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.myaccount-nav__menus .myaccount-signup .createaccount-alert svg {
  width: 23px;
  height: auto;
  margin-right: 10px;
  margin-top: 3px;
}
.myaccount-nav__menus .myaccount-signup .createaccount-alert p {
  font-size: 14px;
  color: #212121;
  text-decoration: none solid rgb(33, 33, 33);
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
  width: fit-content;
}
.myaccount-nav__menus .myaccount-signup .showsuccess {
  background-color: #f2ffee;
  border: 1px solid #1ec435;
  border-left: 4px solid #1ec435;
}
.myaccount-nav__menus .myaccount-signup .showsuccess svg {
  display: none;
}
.myaccount-nav__menus .myaccount-signout {
  display: none;
  border-top: 1px solid #d3d8de;
  padding: 0 16px;
}
.myaccount-nav__menus .myaccount-signout a {
  font-size: 14px;
  font-weight: 600;
  color: #0069c8;
  text-decoration: none solid rgb(0, 105, 200);
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  display: block;
}

.has-menu-open-myaccount {
  transform: inherit !important;
  will-change: inherit !important;
}
.has-menu-open-myaccount .myaccount-nav__menus {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
}
.has-menu-open-myaccount .myaccount-close-icon {
  display: block;
}
.has-menu-open-myaccount .account-overlay {
  display: block;
}

.myaccount-signin-link .myaccount-content {
  flex: 0 0 16%;
  max-width: 93px;
}
.myaccount-signin-link .myaccount-content a {
  display: flex;
  color: #000000;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 766px) {
  .myaccount-signin-link .myaccount-section {
    display: block !important;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
  }
  .myaccount-signin-link .myaccount-section a {
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 600;
    margin-right: 1em;
  }
}
@media (max-width: 550px) {
  .myaccount-signin-link .myaccount-section {
    flex: 1 0 16%;
  }
  .myaccount-signin-link .myaccount-section a {
    justify-content: right;
  }
  .myaccount-signin-link .shopping-content {
    min-width: 129px;
  }
}
@media (max-width: 390px) {
  .myaccount-signin-link .shopping-content {
    min-width: 119px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .myaccount-signin-link .nav__search {
    flex: 0 0 44%;
  }
}

@media (max-width: 360px) {
  .new-navigation .new__search__suggestions .shopping-content {
    min-width: 25%;
  }
}
@media (max-width: 344px) {
  .new-navigation .new__search__suggestions .shopping-content {
    min-width: 23%;
  }
}
@media (max-width: 1584px) {
  .aa-Panel.search-suggestion-wrapper, .aa-Panel.search-suggestion-wrapper.full.d-block {
    width: auto !important;
    max-width: 100% !important;
    right: 8% !important;
  }
}
@media (max-width: 1024px) {
  .aa-Panel.search-suggestion-wrapper, .aa-Panel.search-suggestion-wrapper.full.d-block {
    width: unset !important;
    max-width: unset !important;
    right: 0 !important;
  }
}

@media (max-width: 1339px) {
  .new-navigation .hed-content .desktop-dropdown {
    display: flex;
    gap: 0;
    align-items: center;
    min-width: 384px;
    margin-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .new-navigation .hed-content .desktop-dropdown {
    min-width: auto;
  }
}

.resendEmail {
  font-weight: 600;
}

.resendEmail:hover {
  color: #00369d !important;
}

.ContactUsEmailSentAccountCreation {
  font-weight: 600;
}

.ContactUsEmailSentAccountCreation:hover {
  color: #00369d !important;
}

.EmailSentOneMoreStepHeader {
  font-weight: 600;
}

.has-nav-open .apply-content-container {
  z-index: 1;
}

.new-navigation .main-nav {
  position: sticky; /* or fixed; choose ONE and keep it */
  top: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  /* Animate only transform for smoothness, not 'top' */
  transform: translateY(0);
  transition: transform 200ms ease; /* was 'top 100ms linear' */
  will-change: transform;
}

/* If you need extra padding when “compact”, do it with a separate class */
.new-navigation .main-nav.is-compact {
  padding-top: 0; /* or any compact styles */
  border-bottom: 0.1rem solid #d3d3d3;
}

.amp-no-scroll .new-navigation .main-nav {
  position: initial;
}

/* Start Main left-side navigation slide-out effect */
.new-navigation .nav__menus {
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 400px;
  background: #fff;
  z-index: 100;
  overflow-y: auto;
  transform: translateX(-100%); /* hidden to the left */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
  will-change: transform, opacity;
}

.new-navigation .main-nav.has-menu-open .nav__menus {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
}

@media (max-width: 767px) {
  .new-navigation .nav__menus {
    width: 100%;
  }
}
footer {
  background: #fff;
  color: #fff;
  padding: 0 4.76%;
  margin-top: 80px;
  position: relative;
}
footer ul {
  margin: 0;
  padding: 0;
}

.footer-white {
  padding: 0;
  margin-bottom: 0 !important;
  padding-top: 2rem;
  border-top: 1px solid #bfbfbf;
  margin-top: 0 !important;
  overflow: hidden;
  z-index: 10;
}
.footer-white .footer-container,
.footer-white .legal-notice {
  padding: 0 4.76%;
  box-sizing: border-box;
}
.footer-white .button-border:hover button, .footer-white .button-border:hover .button, .footer-white .button-border:hover .button-fancy-large {
  border-color: #ffffff;
  color: #ffffff;
}
.footer-white .title-subscribe {
  display: none;
}
.footer-white .form-subscribe .form-row.email {
  width: 56%;
}
.footer-white .subscribe-container {
  background-color: #fff;
  color: #4d4d4d;
  padding: 0 0 1em;
}
.footer-white .footer-nav-container {
  background-color: #fff;
  color: #4d4d4d;
  padding: 1em 0 1em;
}
.footer-white .footer-nav-container .nav .nav-list li a {
  padding: 5px 0;
}
.footer-white form#emailsub-form {
  background-image: url(../images/svg/envelope-regular--message.svg);
  background-repeat: no-repeat;
  background-position: 1em 1.05em;
  background-color: #4d4d4d;
  color: #fff;
  padding: 1em;
  padding-left: 16em;
  background-size: 14em;
}
.footer-white .footer-middle {
  display: none;
}
.footer-white .footer-header {
  font-size: 1.05rem;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: none;
  letter-spacing: normal;
}
.footer-white .footer-nav-container .nav .nav-list li a {
  color: #000;
  font-weight: 500;
}
.footer-white .footer-nav-container .nav .nav-list li a:hover {
  color: #0069c8;
  text-decoration: none;
}
.footer-white .legal-notice {
  background-color: #f0f0f0;
  padding-top: 1em;
}
.footer-white .legal-notice p {
  font-weight: 400;
}
.footer-white .form-subscribe {
  width: 67%;
}
.footer-white .form-subscribe .button-border {
  border: 0;
  padding: 0;
}
.footer-white .form-subscribe .btn-subscribe {
  border-width: 2px;
  height: 100%;
}
.footer-white .nav.social {
  position: relative;
  top: 2rem;
  width: 28%;
}
.footer-white .social-icons2 .social-fb {
  margin-left: 0;
}
.footer-white .social .footer-header {
  line-height: 1;
}
.footer-white a.footer-header {
  font-size: 1.1em;
}
.footer-white a.footer-header:hover {
  color: #000;
}
.footer-white .footer-nav-container .footer-nav-right {
  width: 31%;
}
.footer-white .footer-nav-container .footer-nav-left {
  width: 69%;
}
.footer-white .footerbadge2 {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
}
.footer-white .badgelinkimg {
  height: unset;
}

@media screen and (max-width: 1023px) {
  .footer-white {
    padding: 0;
    margin-top: 1em;
    padding-top: 2rem;
  }
  .footer-white form#emailsub-form {
    background-position: 50% 0.7rem;
    padding: 5em 1em 1em;
    background-size: 10rem;
  }
  .footer-white .form-subscribe {
    width: 100%;
    padding: 0;
  }
  .footer-white .form-row.zip {
    width: 50% !important;
    margin: 1px 0 2px;
  }
  .footer-white .form-subscribe .button-border {
    width: 50%;
    border: 0;
    padding: 0 0 0 1em;
    height: unset;
    margin: 0;
  }
  .footer-white .button-border:hover {
    color: #fff;
  }
  .footer-white .button-border:hover button, .footer-white .button-border:hover .button, .footer-white .button-border:hover .button-fancy-large {
    border-color: #fff;
    color: #fff;
  }
  .footer-white .form-subscribe .form-row.email {
    margin-bottom: 1em;
    width: 100%;
  }
  .footer-white .form-subscribe .btn-subscribe {
    border-width: 2px;
    height: 50px;
  }
  .footer-white .footer-nav-container .plus-icon {
    color: #4d4d4d;
  }
  .footer-white .footer-nav-container .nav {
    border: 0;
    padding: 10px 0;
  }
  .footer-white .footer-nav-container .nav .nav-list {
    margin-left: 1em;
  }
  .footer-white .nav.social {
    position: static;
    width: 100%;
  }
  .footer-white .social-icons2 {
    text-align: left;
  }
  .footer-white .social-icons2 .social-fb {
    margin-left: 1.8%;
  }
  .footer-white a.footer-header {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 1em;
  }
  .footer-white .footer-nav-container .footer-nav-right,
  .footer-white .footer-nav-container .footer-nav-left {
    width: 100%;
  }
  .footer-white .minus-icon:after {
    content: "";
    height: 1rem;
    width: 1rem;
    background: url(../images/svg/new-chev.svg);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    margin-left: auto;
    transform: rotate(-90deg);
  }
  .footer-white .plus-icon:after {
    content: "";
    height: 1rem;
    width: 1rem;
    background: url(../images/svg/new-chev.svg);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    margin-left: auto;
    transform: rotate(90deg);
  }
}
.pt_storefront footer {
  margin-bottom: 39px;
}

.pt_categorylanding footer {
  margin-bottom: 43px;
}

footer {
  /* *{
  	box-sizing:border-box;
  }*/
}

.footer-header {
  margin: 0;
  color: #BABABA;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
}
.footer-header span {
  display: none;
}

.title-subscribe {
  display: inline-block;
  width: 35.6%;
  vertical-align: top;
}
.title-subscribe .footer-header {
  line-height: 22px;
  margin-bottom: 9px;
}
.title-subscribe .mobile {
  display: none;
}
.title-subscribe span {
  letter-spacing: 1px;
}
.title-subscribe a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
}
.title-subscribe a:hover {
  color: #00ACEC;
}

.form-subscribe {
  display: inline-block;
  width: 63.5%;
  vertical-align: middle;
}
.form-subscribe input, .form-subscribe button {
  box-sizing: border-box;
  height: 50px;
}
.form-subscribe .form-row {
  position: relative;
  margin: 0;
}
.form-subscribe .form-row .field-wrapper {
  margin: 0;
}
.form-subscribe .form-row span.error {
  color: #fff;
  padding: 4px 0 0 24px;
  position: relative;
  display: block;
}
.form-subscribe .form-row span.error:after {
  content: "";
  position: absolute;
  left: 3px;
  background: url("../images/aarons_sprite_img.png") no-repeat -323px -276px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 9px;
  top: 2px;
}
.form-subscribe .form-row input {
  padding: 17px 20px 16px 20px;
  font-size: 14px;
  color: #404040 !important;
  border-radius: 0;
  line-height: 17px;
}
.form-subscribe .form-row input:placeholder-shown {
  color: #BABABA;
  font-size: 14px;
}
.form-subscribe .form-row.email {
  width: 56.4%;
  float: left;
}
.form-subscribe .form-row.zip {
  float: left;
  width: 23%;
  margin: 0 2px 0 1px;
}
.form-subscribe .form-row.show-floating-label label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #363636;
  line-height: 12px;
}
.form-subscribe .form-row.show-floating-label input {
  padding-bottom: 9px;
}
.form-subscribe .form-row .required-indicator {
  display: none;
}
.form-subscribe .form-row label {
  position: absolute;
  transform: translateY(3px);
  box-sizing: border-box;
  opacity: 0;
  padding-left: 20px;
  padding-top: 8px;
  font-size: 10px;
  transition: transform 10ms ease;
  pointer-events: none;
}
.form-subscribe.email-success .email, .form-subscribe.email-success .zip, .form-subscribe.email-success .btn-subscribe, .form-subscribe.email-success .button-border {
  display: none;
}
.form-subscribe.email-success .success {
  display: block;
  background: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  color: #404040;
  padding: 18px 20px;
}
.form-subscribe.email-success .success .close {
  background: url(../images/X.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: 100%;
  border: none;
  padding: 0;
  float: right;
}

.email-input[type=text] {
  text-align: left;
  box-shadow: inset 0 0 6px 0 rgba(186, 186, 186, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  color: #BABABA;
}
.email-input[type=text] ::placeholder {
  color: #BABABA;
  font-size: 14px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* $montserrat; */
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 18px;
}
.zip-input[type=text] {
  text-align: left;
  box-shadow: inset 0 0 6px 0 rgba(186, 186, 186, 0.5), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0.23% 0 0.11%;
  color: #BABABA;
  position: relative;
}
.zip-input[type=text] ::placeholder {
  color: #BABABA;
  font-size: 10px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* $montserrat; */
  line-height: 13px;
}
footer .button-border {
  width: 20%;
  border: 1px double #fff;
  height: 50px;
}
footer .button-border button {
  height: 42px;
}

.btn-subscribe {
  float: left;
  color: #fff;
  width: 100%;
  padding: 13px 0;
  border: 1px double #fff;
  letter-spacing: 1px;
  font-size: 14px;
}
.btn-subscribe.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-subscribe.desktop {
    display: none;
  }
  .btn-subscribe.mobile {
    display: block;
    font-weight: 600;
  }
}

/*.btn-subscribe{
	width:21.5%;
	border:1px solid $white;
	display: inline-block;
	box-sizing: border-box;
	@media screen and (max-width: 1023px) {
		width: 24%;
	}
	@media screen and (max-width: 767px) {
		width: 100%;
	}
	button{
		color: $white;
		background: rgba(255,255,255,0);
		border:1px solid $white;
		width:96%;
		padding: 13px 0 11px;
		margin: 3px;
		font-size:14px;
		font-weight:bold;
		letter-spacing:2px;
		text-transform:uppercase;
		@media screen and (max-width: 1023px) {
			padding: 13px 0 12px;
		}
		@media screen and (max-width: 767px) {
			width: 99%;
			margin:0.5%;
		}
	}
}*/
.exclatory-mark {
  background: url("../images/aarons_sprite_img.png") no-repeat -323px -276px;
  width: 18px;
  height: 18px;
  background-size: 100%;
  display: inline-block;
  margin-right: 9px;
}

.emailerror, .zipcodeerror {
  font-size: 12px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-subscribe button {
    padding: 11px 0;
  }
}
.footer-nav-container {
  clear: both;
  overflow: hidden;
  padding: 3.2% 5.27% 4.3% 5.27%;
  background: #142667;
}

.subscribe-container {
  padding: 4% 5.26%;
  background: #142667;
}

.footer-middle {
  display: inline-block;
  width: 100%;
  margin: 0 0 -8px;
  text-align: center;
}
.footer-middle .footer-middle-left, .footer-middle .footer-middle-right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.footer-middle .footer-middle-left a, .footer-middle .footer-middle-right a {
  display: block;
}
.footer-middle .footer-middle-left:hover .footer-middle-content a, .footer-middle .footer-middle-left:hover .footer-middle-content .learn-more, .footer-middle .footer-middle-right:hover .footer-middle-content a, .footer-middle .footer-middle-right:hover .footer-middle-content .learn-more {
  color: #00ACEC;
}

@-moz-document url-prefix() {
  .footer-middle {
    margin: 0 0 -9px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-middle {
    margin: 0 0 -9px;
  }
}
.footer-middle-content {
  background: #fff;
  text-align: center;
  padding: 5.5% 2%;
  width: 55.4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.footer-middle-content .footer-middle-header {
  margin: 0;
  color: #404040;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase;
}
.footer-middle-content p {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  margin: 11px 0 23px;
  text-transform: none;
  letter-spacing: 0px;
}
.footer-middle-content .learn-more {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
}

.footer-nav-container .footer-nav-right {
  float: right;
  width: 21.4%;
}
.footer-nav-container .footer-nav-right .badges-desktop {
  clear: both;
}
.footer-nav-container .footer-nav-right .badges-desktop ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-nav-container .footer-nav-right .badges-desktop ul li {
  list-style: none;
}
.footer-nav-container .footer-nav-right .badges-desktop ul li:nth-child(1) {
  float: left;
  width: 52.9%;
}
.footer-nav-container .footer-nav-right .badges-desktop ul li:nth-child(2) {
  float: right;
  width: 33.6%;
}
.footer-nav-container .footer-nav-right .badges-desktop ul li a {
  display: block;
}
.footer-nav-container .footer-nav-right .badges-desktop ul li a img {
  vertical-align: middle;
}
.footer-nav-container .footer-nav-left {
  display: inline-block;
  width: 71%;
}
.footer-nav-container .nav {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.footer-nav-container .nav .nav-list {
  margin: 0;
  padding: 0;
}
.footer-nav-container .nav .nav-list li {
  list-style: none;
  margin-bottom: 0 !important;
}
.footer-nav-container .nav .nav-list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #fff;
}
.footer-nav-container .nav .nav-list li a:hover {
  color: #00ACEC;
}
.footer-nav-container .nav.social {
  width: 100%;
  margin-bottom: 15.47%;
}
.footer-nav-container .nav.social .footer-header {
  text-align: left;
  padding-left: 25%;
  margin-bottom: 17px;
}
.footer-nav-container .nav.social .social-icons {
  text-align: right;
  margin: 0;
}
.footer-nav-container .nav.social .social-icons li {
  margin-bottom: 15.47%;
  display: inline-block;
  width: 30px;
  margin-right: 9.91% !important;
  margin-bottom: 0 !important;
}
.footer-nav-container .nav.social .social-icons li:last-child {
  margin-right: 0 !important;
}
.footer-nav-container .nav.social .social-icons li a {
  display: block;
  position: relative;
}
.footer-nav-container .nav.social .social-icons li a img {
  vertical-align: middle;
}
.footer-nav-container .nav.social .social-icons li a .img-static,
.footer-nav-container .nav.social .social-icons li a .img-hover {
  width: 30px;
  height: 30px;
  background-image: url(../images/aarons_sprite_img.png);
}
.footer-nav-container .nav.social .social-icons li a .img-static {
  display: inline-block;
}
.footer-nav-container .nav.social .social-icons li a .facebook .img-static {
  background-position: -396px -152px;
}
.footer-nav-container .nav.social .social-icons li a .facebook .img-hover {
  background-position: -357px -151px;
}
.footer-nav-container .nav.social .social-icons li a .youtube .img-static {
  background-position: -418px -83px;
}
.footer-nav-container .nav.social .social-icons li a .youtube .img-hover {
  background-position: -424px -121px;
}
.footer-nav-container .nav.social .social-icons li a .twitter .img-static {
  background-position: -312px -235px;
}
.footer-nav-container .nav.social .social-icons li a .twitter .img-hover {
  background-position: -311px -196px;
}
.footer-nav-container .nav.social .social-icons li a .instagram .img-static {
  background-position: -396px -193px;
}
.footer-nav-container .nav.social .social-icons li a .instagram .img-hover {
  background-position: -357px -193px;
}
.footer-nav-container .nav.social .social-icons li a .img-hover {
  display: none;
}
.footer-nav-container .nav.social .social-icons li a:hover .img-static {
  display: none;
}
.footer-nav-container .nav.social .social-icons li a:hover .img-hover {
  display: inline-block;
}
.footer-nav-container .badges-tablet {
  display: none;
}
.footer-nav-container .badges-tablet ul {
  margin: 0;
  padding: 0;
}
.footer-nav-container .badges-tablet ul li {
  list-style: none;
}
.footer-nav-container .badges-tablet ul li:nth-child(1) {
  float: left;
  width: 15.12%;
}
.footer-nav-container .badges-tablet ul li:nth-child(2) {
  float: right;
  width: 23.77%;
}
.footer-nav-container .badges-tablet ul li a img {
  vertical-align: middle;
}

.privacy-policy {
  background: #fff;
}
.privacy-policy .privacy, .privacy-policy .copyright {
  display: inline-block;
  background: #fff;
  color: #142667;
  font-size: 12px;
  line-height: 14px;
  margin: 37px 0 32px;
}
.privacy-policy .privacy span, .privacy-policy .copyright span {
  padding: 0 5px;
}
.privacy-policy .privacy span.block, .privacy-policy .copyright span.block {
  display: none;
}
.privacy-policy .privacy {
  float: left;
  width: 61.6%;
}
.privacy-policy .privacy a {
  border-right: 1px solid #142667;
  padding: 0 10px;
}
.privacy-policy .privacy a:first-child {
  padding-left: 0;
}
.privacy-policy .privacy a:last-child {
  border-right: none;
}
.privacy-policy .copyright {
  float: right;
  width: 33.4%;
  text-align: right;
  color: #BABABA;
  line-height: 15px;
}

.legal-notice {
  background: #fff;
  display: inline-block;
  width: 100%;
}
.legal-notice .legal-header {
  clear: both;
  color: #404040;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 14px 0 12px;
  text-transform: uppercase;
}
.legal-notice p {
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  color: #000;
  margin: 10px 0 16px;
}

.plus-icon {
  position: relative;
}
.plus-icon:after {
  display: none;
  content: "";
  background: url("../images/aarons_sprite_img.png");
  background-position: -443px -174px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.minus-icon:after {
  display: none;
  content: "";
  background: url("../images/aarons_sprite_img.png");
  background-position: -475px -180px;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pt_storefront footer {
    margin-bottom: 118px;
  }
  .pt_categorylanding footer {
    margin-bottom: 119px;
  }
  .title-subscribe span {
    font-size: 12px;
    margin-top: 12px;
  }
  .form-subscribe .form-row.email {
    width: 48.4%;
  }
  .form-subscribe .form-row.zip {
    width: 25.6%;
    margin: 0;
  }
  .form-subscribe .button-border {
    width: 25.5%;
    margin: 0 0 0 2px;
  }
  .footer-middle .footer-middle-content {
    width: 77.39%;
    padding: 7%;
  }
  .footer-middle .footer-middle-content p {
    font-size: 12px;
    line-height: 15px;
    margin: 9px 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 0 3.9%;
    margin-top: 43px;
  }
  .footer-header {
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
  .footer-header span {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    display: block;
  }
  .footer-nav-container {
    padding: 39px 0 32px;
  }
  .footer-nav-container .footer-nav-left {
    width: 100%;
  }
  .footer-nav-container .footer-nav-right {
    float: none;
    width: 100%;
  }
  .footer-nav-container .footer-nav-right .badges-desktop {
    display: none;
  }
  .footer-nav-container .nav {
    float: none;
    width: 100%;
    padding: 21px 4.25%;
    border-bottom: 1px solid #4667A7;
  }
  .footer-nav-container .nav .nav-list {
    display: none;
    float: none;
    width: 100%;
    margin-top: 13px;
  }
  .footer-nav-container .nav .nav-list li a {
    font-size: 12px;
  }
  .footer-nav-container .nav .nav-list.contact-list {
    display: block;
  }
  .footer-nav-container .nav.social {
    margin: 0;
    padding: 0 4.3% 41px;
  }
  .footer-nav-container .nav.social .footer-header {
    display: none;
  }
  .footer-nav-container .nav.social .social-icons {
    text-align: center;
    padding: 0;
  }
  .footer-nav-container .nav.social .social-icons li {
    width: 30px;
    margin-right: 4% !important;
  }
  .footer-nav-container .nav {
    /*.contact-list{
    	display:block;
    }*/
  }
  .footer-nav-container .badges-tablet {
    display: block;
    padding: 30px 4.25% 0;
    /*ul{
    	li:nth-child(1){
    		width: 28.58%;
    	}
    	li:nth-child(2){
    		width: 44.91%;
    		text-align:right;
    	}
    } */
  }
  .footer-nav-container .plus-icon {
    color: #fff;
  }
  .footer-nav-container .plus-icon:after {
    display: block;
  }
  .footer-nav-container .minus-icon:after {
    display: block;
  }
  .title-subscribe {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .title-subscribe span {
    line-height: 18px;
  }
  .title-subscribe .footer-header {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .form-subscribe {
    width: 100%;
  }
  .form-subscribe .btn-subscribe {
    letter-spacing: 2px;
    font-weight: 600;
  }
  .form-subscribe .form-row input {
    line-height: 18px;
  }
  .form-subscribe .form-row.show-floating-label label {
    line-height: 12px;
  }
  .footer-middle .footer-middle-left img, .footer-middle .footer-middle-right img {
    min-height: 226px;
  }
  .footer-middle .footer-middle-left .footer-middle-content .footer-middle-header, .footer-middle .footer-middle-right .footer-middle-content .footer-middle-header {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .footer-middle .footer-middle-left .footer-middle-content p, .footer-middle .footer-middle-right .footer-middle-content p {
    font-size: 12px;
  }
  .privacy-policy .privacy, .privacy-policy .copyright {
    float: none;
    width: 100%;
    margin: 13px 0;
    letter-spacing: 0.7px;
  }
  .privacy-policy .privacy {
    line-height: 20px;
  }
  .privacy-policy .privacy a:nth-child(2) {
    border-right: 1px solid #142667;
  }
  .privacy-policy .privacy a:nth-child(4) {
    padding-left: 10px;
  }
  .privacy-policy .privacy {
    /*span.block {
    	display:none;
    }*/
  }
  .privacy-policy .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 14px;
    line-height: 15px;
  }
  .subscribe-container {
    padding: 26px 4.25% 30px;
  }
  .legal-notice .legal-header {
    font-size: 14px;
  }
  .legal-notice p {
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pt_storefront footer {
    margin-bottom: 116px;
  }
  .pt_categorylanding footer {
    margin-bottom: 108px;
  }
  footer {
    padding: 0 4.85%;
    margin-top: 83px;
  }
  .title-subscribe {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .title-subscribe .footer-header {
    letter-spacing: 1.2px;
  }
  .title-subscribe span {
    padding: 0;
    letter-spacing: 0.7px;
  }
  .title-subscribe a {
    display: block;
  }
  .title-subscribe .desktop {
    display: none;
  }
  .title-subscribe .mobile {
    display: inline-block;
  }
  .form-subscribe {
    width: 84%;
    padding: 0 8%;
  }
  .form-subscribe .form-row.email {
    width: 100%;
  }
  .form-subscribe .form-row.zip {
    width: 100%;
    margin: 1px 0 2px;
  }
  .form-subscribe .form-row .zip-input[type=text] {
    margin: 0;
  }
  .form-subscribe .form-row .error {
    margin: 1px 0 3px;
  }
  .form-subscribe .form-row .error:after {
    top: 1px;
  }
  .form-subscribe .button-border {
    width: 100%;
    height: 60px;
  }
  .form-subscribe .btn-subscribe {
    width: 100%;
    margin-left: 0;
    height: 52px;
  }
  .subscribe-container {
    padding: 26px 5px 30px;
  }
  .footer-middle {
    margin: 0 0 -4px;
  }
  .footer-middle .footer-middle-left, .footer-middle .footer-middle-right {
    width: 100%;
  }
  .footer-middle .footer-middle-left img, .footer-middle .footer-middle-right img {
    vertical-align: middle;
    min-height: 240px;
  }
  .footer-middle .footer-middle-left .footer-middle-content, .footer-middle .footer-middle-right .footer-middle-content {
    width: 73.2%;
    padding: 6.53%;
  }
  .footer-middle .footer-middle-left .footer-middle-content p, .footer-middle .footer-middle-right .footer-middle-content p {
    font-size: 13px;
    line-height: 16px;
    margin: 8px 0 11px;
  }
  .footer-nav-container .badges-tablet ul li:nth-child(1) {
    width: 28%;
  }
  .footer-nav-container .badges-tablet ul li:nth-child(2) {
    width: 44%;
    text-align: right;
  }
  .privacy-policy .privacy, .privacy-policy .copyright {
    float: none;
    width: 100%;
    margin: 13px 0;
  }
  .privacy-policy .privacy span.block, .privacy-policy .copyright span.block {
    display: block;
  }
  .privacy-policy .privacy span.hide, .privacy-policy .copyright span.hide {
    display: none;
  }
  .privacy-policy .copyright {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 14px;
  }
  .privacy-policy .privacy a:nth-child(2) {
    border: none;
  }
  .privacy-policy .privacy a:nth-child(4) {
    padding-left: 0;
  }
  .privacy-policy .privacy .block {
    display: block;
  }
}
.form-subscribe-policy-link {
  text-align: right;
  margin: 0 !important;
}

a:hover, a:active, a {
  cursor: pointer !important;
}

.carousel-grid-item script, script.slick-slide, script {
  display: none !important;
}

.refinement .notoggle + ul {
  margin: 0 0 30px;
}

.search-result-options.bottom-pagination .desktop-pagingbar {
  color: hsl(0, 100%, 100%);
}

.search-result-options.bottom-pagination .desktop-pagingbar .pagination {
  color: #404040;
}

/*
.pdp-main .product-info ul li {
    list-style: square;
    padding-left: 10px;
    list-style-position: inside;
}
*/
a.del-heading-a:before {
  content: " ";
  background-image: url("../images/footer/social-icons_1.png");
  background-position: -75px -187px;
  width: 13px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

a.del-heading-a:hover:before {
  background-position: -75px -97px;
}

/* pricing box on PDP temporary styles */
.payment-box-v2 {
  border-top: 1px solid #ccc;
}

.product-price.backgrond.product-header-top {
  border-top: none !important;
}

/******************************THESE STYLES TO BE MOVED TO MASTER CSS FILE THEN REMOVED FROM HERE****************************************************/
/* add a photo to reviews button */
.bv-cv2-cleanslate .bv-core-container-121 .bv-submission .bv-media-upload .bv-media-display .bv-media-picker-container .bv-content-btn,
.bv-cv2-cleanslate .bv-core-container-119 .bv-submission .bv-media-upload .bv-media-display .bv-media-picker-container .bv-content-btn {
  background-color: #404040 !important;
}

.bv-cv2-cleanslate .bv-core-container-121 .bv-submission .bv-media-upload .bv-media-display .bv-media-picker-container .bv-content-btn:hover,
.bv-cv2-cleanslate .bv-core-container-119 .bv-submission .bv-media-upload .bv-media-display .bv-media-picker-container .bv-content-btn:hover {
  background-color: #0069C8 !important;
}

.four.reviews .bv-cv2-cleanslate .bv-core-container-114 .bv-action-bar,
.five.questions .bv-cv2-cleanslate .bv-core-container-114 .bv-action-bar,
.four.reviews .bv-cv2-cleanslate .bv-core-container-117 .bv-action-bar,
.five.questions .bv-cv2-cleanslate .bv-core-container-117 .bv-action-bar {
  display: none !important;
}

/*colors in the compare feature*/
.compare-item .compare-item-number {
  color: #404040;
}

.compare-items .heading span {
  color: #404040;
}

.bv-cv2-cleanslate .bv-active-filters .bv-active-filter-button-clear {
  background-color: #404040 !important;
}

a:active, a:hover {
  color: #0069C8;
}

.category-list li:hover, .category-result-content ul li:hover, .home-top-deals ul li:hover {
  box-shadow: 0 0 4px 0 #0069C8;
}

/*****************************************************END STYLES TO BE MOVED*****************************************************/
.cutoff-contrainer img,
.cutoff-badge img {
  min-width: auto;
}

.footer-middle a img {
  object-fit: cover;
  min-width: 100%;
}

.footer-nav-container .nav.social .footer-header {
  padding-left: 2% !important;
}

.social-icons2 {
  text-align: left;
}

.social-icons2 img {
  margin: 3% 1.8%;
}

.footerbadge2 {
  clear: both;
  text-align: center;
  margin: 1%;
}

@media screen and (min-width: 1024px) {
  .badgelinkimg {
    height: 2.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .footerbadge2 {
    margin: 3% 0 0;
    line-height: 40px;
  }
  .badgelinkimg {
    height: 5.5vw;
    min-height: 30px;
    margin: 0;
  }
}
.social-li,
.social-fb,
.social-in,
.social-tw,
.social-pt,
.social-yt {
  object-fit: none;
  object-position: 0 0;
  width: 30px;
  height: 30px;
}

.social-li {
  object-position: 0 0;
}

.social-fb {
  object-position: 0 -30px;
}

.social-in {
  object-position: 0 -60px;
}

.social-tw {
  object-position: 0 -90px;
}

.social-pt {
  object-position: 0 -120px;
}

.social-yt {
  object-position: 0 -150px;
}

.social-icons3 {
  text-align: left;
  display: flex;
}

.social-icons3 a {
  font-weight: normal;
  text-decoration: underline;
  margin: 3% 1.8%;
}

.social-li,
.social-fb,
.social-in,
.social-tw,
.social-pt,
.social-yt {
  width: 30px;
  height: 30px;
  text-indent: -2000px;
}

.social-fb {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 -30px;
}

.social-tw {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 -90px;
}

.social-pt {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 -120px;
}

.social-yt {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 -150px;
}

.social-in {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 -60px;
}

.social-li {
  background: url("https://i8.amplience.net/i/aarons/social-sprite-optimized-2024") 0 0;
}

/*Pop Drawer*/
#popDrawer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 3;
  text-align: right;
}

#popDrawerTop {
  background-color: #022164;
  padding: 16px 16px 17px;
  position: relative;
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: right;
  z-index: 1;
  cursor: pointer;
}
#popDrawerTop button {
  background-color: #022164;
  border: none;
  text-transform: none;
  padding: 0;
  margin: 0;
  outline: none;
}
#popDrawerTop button span {
  display: block;
  color: #ffffff;
  font-size: 11px;
}
#popDrawerTop button i {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 22px;
  color: #ffffff;
  z-index: 2;
}
#popDrawerTop button img {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 22px;
  color: #ffffff;
  z-index: 2;
  width: 18px;
  height: 20px;
}
#popDrawerTop:after {
  background-color: #022164;
  height: 214px;
  width: 188px;
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0px;
  right: -20px;
  z-index: 1;
}
#popDrawerTop.show button img {
  transform: rotate(180deg);
}

@media only screen and (min-width: 700px) {
  #popDrawerTop {
    display: inline-block;
    margin-right: 1em;
    padding: 16px 16px 17px;
  }
}
#popDrawerBottom {
  background-color: #022164;
  display: none;
}
#popDrawerBottom #popDrawerBottomWrap {
  height: 214px;
}

#popDrawerBottom ul {
  list-style: none;
  padding: 0;
  overflow: auto;
}
#popDrawerBottom ul li {
  float: left;
  height: 100%;
  min-height: 1px;
}
#popDrawerBottom ul li img {
  margin: 10px;
}

#popDrawerTop {
  padding: 16px 8em 17px;
}
#popDrawerTop .mrT {
  position: absolute;
  top: -3em;
  left: -10em;
  z-index: 2;
}
@media (min-width: 700px) {
  #popDrawerTop .mrT {
    top: 0.5em;
    left: -10em;
    transform: scale(1.2);
  }
}
#popDrawerTop.show.aa-promo {
  padding: 16px 3em 17px 17em;
  background-image: linear-gradient(75deg, #fffeab, #b88d34, #fffeab, #b88d34);
  color: #404040;
}
#popDrawerTop.show.aa-promo .mrT {
  top: -17.5em;
  z-index: 1;
}
@media (min-width: 700px) {
  #popDrawerTop.show.aa-promo .mrT {
    transform: scale(1);
  }
}
#popDrawerTop.show.aa-promo button {
  background-color: rgba(0, 0, 0, 0);
}
#popDrawerTop.show.aa-promo button span {
  color: #404040;
}
#popDrawerTop.show.aa-promo button img {
  filter: invert(20%) sepia(5%) saturate(20%) hue-rotate(50deg) brightness(20%) contrast(85%);
}
#popDrawerTop.show.aa-promo ~ #popDrawerBottom {
  position: relative;
  z-index: 1;
}
#popDrawerTop:after {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  content: "";
  position: unset;
  bottom: unset;
  left: unset;
  right: unset;
  z-index: 1;
}
#popDrawerTop.aa-promo {
  padding: 16px 50px 17px 70px;
}

@media only screen and (min-width: 700px) {
  #popDrawerTop {
    padding: 16px 50px 17px;
  }
}
#popDrawerBottom .blades-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 35em;
  height: 100%;
  overflow: hidden;
}
#popDrawerBottom .blades-wrapper .blade {
  position: relative;
  height: 20em;
}
#popDrawerBottom .blades-wrapper .blade:first-child {
  background-color: #91C712;
  width: 4em;
  left: 16em;
  transform: perspective(3em) rotateX(15deg) rotate(38deg);
  top: -7em;
}
#popDrawerBottom .blades-wrapper .blade:nth-child(2) {
  background-color: #60AB5C;
  width: 5em;
  left: 21em;
  transform: perspective(3em) rotateX(15deg) rotate(26deg);
  top: -28em;
}
#popDrawerBottom .blades-wrapper .blade:nth-child(3) {
  background-color: #41B6E6;
  width: 9em;
  left: 26em;
  transform: perspective(5em) rotateX(15deg) rotate(11deg);
  top: -49em;
}
@media (min-width: 1024px) {
  #popDrawerBottom .blades-wrapper {
    width: 85em;
  }
  #popDrawerBottom .blades-wrapper .blade:first-child {
    width: 9em;
    left: 23em;
    transform: perspective(3em) rotateX(17deg) rotate(32deg);
    top: -7em;
  }
  #popDrawerBottom .blades-wrapper .blade:nth-child(2) {
    width: 10em;
    left: 45em;
    transform: perspective(2em) rotateX(13deg) rotate(26deg);
    top: -40em;
  }
  #popDrawerBottom .blades-wrapper .blade:nth-child(3) {
    width: 47em;
    left: 42em;
    transform: perspective(9em) rotateX(10deg) rotate(2deg);
    top: -43em;
  }
}

#popDrawerTop .mrT.closed {
  top: auto;
  left: 0em;
  width: 6em;
  bottom: 0;
}

#popDrawerTop .mrT.opened {
  display: none;
}

#popDrawerTop.show .mrT.closed {
  display: none;
}

#popDrawerTop.show .mrT.opened {
  display: block;
}

@media (min-width: 700px) {
  #popDrawerTop .mrT.closed {
    top: auto;
    left: -3em;
    width: 7em;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #popDrawerBottom ul li {
    padding: 0 1em 0 1em;
  }
  #popDrawerTop:after {
    display: none;
  }
}
.popDrawerBox {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 5px;
  border: none;
  outline: none;
}
#popDrawerBottomSlider:before {
  content: " ";
  display: table;
}

#popDrawerBottomSlider {
  padding: 20px 10px !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  width: 100%;
  background: none !important;
  position: relative;
  height: 328px;
  z-index: 3;
}

#popDrawerOverlay {
  background: #142667;
  opacity: 0.66;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

.popDrawerOverlayZIndex {
  z-index: 0 !important;
}

.subscribe-section .subscribe-container-US-bg .bg-accent {
  display: none;
}
.subscribe-section .subscribe-container-US {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
.subscribe-section .subscribe-container-US .heading {
  flex-basis: 50%;
  color: #1769c8;
  font-size: 4.5vw;
  line-height: 1.2;
}
.subscribe-section .subscribe-container-US .heading div {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 67px;
  text-transform: uppercase;
  color: #212121;
}
.subscribe-section .subscribe-container-US .heading div span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.subscribe-section .subscribe-container-US .heading p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.subscribe-section .subscribe-container-US .heading p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  "Open Sans", sans-serif; */
}
.subscribe-section .subscribe-container-US .heading .highlight {
  font-weight: 600;
  font-style: italic;
  position: relative;
}
.subscribe-section .subscribe-container-US .heading .highlight:before {
  content: " ";
  height: 0.5em;
  width: 6.25em;
  position: absolute;
  background: #c3ecfa;
  top: 0.5em;
  z-index: -1;
}
.subscribe-section .subscribe-container-US .heading .highlight:after {
  content: " ";
  height: 0.5em;
  width: 17.75em;
  position: absolute;
  background: #c3ecfa;
  bottom: 0em;
  left: -12em;
  z-index: -1;
}
.subscribe-section .subscribe-container-US .footer-forms-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .subscribe-section .subscribe-container-US .footer-forms-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
.subscribe-section .row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.subscribe-section .row-wrap div {
  flex-basis: 49.5%;
  margin: 0 !important;
}
.subscribe-section .subscribe-form {
  flex-basis: 50%;
  margin: 2em 0;
}
.subscribe-section .subscribe-form .red {
  color: red;
}
.subscribe-section .subscribe-form div {
  position: relative;
  margin: 0.5em 0;
}
.subscribe-section .subscribe-form .input-text {
  line-height: 1;
  border: 1px solid #1769c8;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  height: unset;
  padding: 1em;
  text-indent: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  z-index: 1;
}
.subscribe-section .subscribe-form .input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.subscribe-section .subscribe-form .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.subscribe-section .subscribe-form .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.subscribe-section .subscribe-form .input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.subscribe-section .subscribe-form .input-text::placeholder {
  color: transparent;
}
.subscribe-section .subscribe-form label {
  color: #1769c8;
  font-weight: 500;
  position: absolute;
  transition: 0.2s;
  top: 1em;
  left: 1em;
  height: 0;
  z-index: 2;
}
.subscribe-section .subscribe-form .half {
  width: 49%;
  display: inline-block;
}
.subscribe-section .subscribe-form .btn-subscribe {
  background-color: #1769c8;
  font-weight: 500;
  padding: 1.35em 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .subscribe-section .subscribe-form .zip {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .subscribe-section {
    padding: 0 4em;
  }
  .subscribe-section .subscribe-container-US-bg {
    background-color: #DCEEFF;
    transform: skew(-30deg, 0deg);
    position: relative;
  }
  .subscribe-section .subscribe-container-US-bg .bg-accent {
    display: block;
    position: absolute;
    left: -5.5em;
    transform: skew(30deg, 0deg);
    width: 11em;
    height: 11em;
    top: 4em;
  }
  .subscribe-section .subscribe-container-US-bg-Remove-bg {
    background-color: #ffffff;
  }
  .subscribe-section .subscribe-container-US {
    flex-direction: row;
    transform: skew(30deg, 0deg);
    padding: 1em;
    margin-bottom: 0;
  }
  .subscribe-section .subscribe-container-US .heading {
    font-size: 1.5vw;
    align-self: center;
    padding-left: 5em;
  }
  .subscribe-section .subscribe-container-US .subscribe-form {
    max-width: 33vw;
    margin: 2em 4em 2em 2em;
  }
  .subscribe-section .subscribe-container-US .subscribe-form .show-floating-label label {
    position: absolute;
    transform: translateY(-6px);
    font-size: 10px;
    opacity: 1;
    z-index: 2;
    color: #1769c8;
    line-height: 12px;
    display: block;
  }
  .subscribe-section .subscribe-container-US .subscribe-form .half-desk {
    width: 48.75%;
    display: inline-block;
  }
  .subscribe-section .subscribe-container-US .subscribe-form .pad-left {
    margin-left: 1%;
  }
}

.offers-for-zipcode p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #4E586A;
  margin-top: 10px;
}

.subscribe-section .subscribe-form .offers-for-zipcode-btn .btn-subscribe {
  width: inherit;
  padding: 13px 36px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}
.subscribe-section .subscribe-form .offers-for-zipcode-btn .btn-subscribe:focus {
  border: 2px solid #fff;
}

.subscribe-section .subscribe-container-US-bg-Remove-bg .subscribe-form .input-text {
  border: 1px solid #BFBFBF;
  background-color: #F9F9F9;
  border-radius: 11px;
}

.form-subscribe-success {
  border: 1px solid #404040;
}

.footer-white-ca {
  padding-top: 0 !important;
  margin-bottom: 4em !important;
  border-top: none !important;
  width: 69%;
  margin: auto;
}
.footer-white-ca .form-subscribe {
  width: 100%;
}

.subscribe-section .subscribe-container-US .textmessage-form .error {
  color: #C41E24 !important;
}

.textmessage-form {
  padding: 2em 2em 2em 2em;
  background: #00369D;
  border-top: 5px solid #15BEF0;
  margin: 2em 0;
}
@media (min-width: 1023px) {
  .textmessage-form {
    max-width: 33vw;
    width: 33vw;
  }
}
.textmessage-form .headertext-form {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.textmessage-form .required-indicator {
  display: none;
}
.textmessage-form .form-subscribes {
  margin-top: 2em !important;
}
.textmessage-form .form-subscribe {
  width: 100%;
  padding: 0;
}
.textmessage-form .hide {
  display: none !important;
}
.textmessage-form .phone #dwfrm_footertextform_phone-error {
  position: absolute;
  top: -109px;
  width: 192%;
  left: -25px;
}
.textmessage-form input.error {
  border: 1px solid #C41E24 !important;
}
.textmessage-form label.error {
  color: #C41E24 !important;
}
.textmessage-form .form-subscribe-success {
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
}
.textmessage-form .form-subscribe-success .emailsuccess-icon {
  width: 46px;
  display: block;
  background: #80B010;
  border-radius: 5px 0 0 5px;
}
.textmessage-form .form-subscribe-success .emailsuccess-icon img {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 11px;
}
.textmessage-form .form-subscribe-success .emailsuccess-text {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
@media (max-width: 536px) {
  .textmessage-form .form-subscribe-success .emailsuccess-text {
    width: 73%;
  }
}
@media (max-width: 439px) {
  .textmessage-form .form-subscribe-success .emailsuccess-text {
    width: 68%;
  }
}
.textmessage-form .form-subscribe-success .close {
  width: 66px;
  border: none;
  position: absolute;
  right: -13px;
  top: 10px;
  padding: 0;
  height: 15px;
}
.textmessage-form .form-subscribe-success .close span {
  background: url(../images/aarons_sprite_img.png) no-repeat -393px -299px;
  width: 22px;
  left: 0;
  top: 10px;
  padding: 0;
}
.textmessage-form .textmessageform-body p {
  color: #fff;
}
.textmessage-form .textmessageform-body p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.textmessage-form h6 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 700;
  font-size: 19px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.textmessage-form .field-wrapper {
  box-sizing: border-box;
  width: 100%;
}
.textmessage-form label {
  color: #404040 !important;
  font-weight: 400 !important;
  top: 1.4em !important;
  font-size: 14px;
}
.textmessage-form .show-floating-label label {
  position: absolute;
  transform: translateY(-6px);
  font-size: 10px !important;
  opacity: 1;
  z-index: 2;
  color: #1769c8;
  line-height: 12px;
  display: block;
}
.textmessage-form .red {
  color: red;
}
.textmessage-form div {
  position: relative;
  margin: 0.5em 0;
}
.textmessage-form .input-text {
  line-height: 1;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  height: unset;
  text-indent: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  z-index: 1;
  border: 1px solid #BFBFBF;
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 19px 36px 19px 13px !important;
}
.textmessage-form .input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.textmessage-form .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.textmessage-form .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.textmessage-form .input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.textmessage-form .input-text::placeholder {
  color: transparent;
}
.textmessage-form label {
  color: #1769c8;
  font-weight: 500;
  position: absolute;
  transition: 0.2s;
  top: 1em;
  left: 1em;
  height: 0;
  z-index: 2;
}
.textmessage-form .half {
  width: 49%;
  display: inline-block;
}
.textmessage-form .btn-subscribe {
  background-color: #15BEF0;
  font-weight: bold;
  padding: 1.35em 0;
  padding: 19px 36px !important;
  border: 0;
  border-radius: 5px;
  color: #000000;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 439px) {
  .textmessage-form .btn-subscribe {
    padding: 19px 17px !important;
  }
}
@media (max-width: 1023px) {
  .textmessage-form .zip {
    width: 100% !important;
  }
}

.textmessage-form h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.textmessage-form .email-signup-label {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #404040;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.subscribeform-redesign {
  /* margin: 2em 4em 2em 2em; */
  padding: 2em 4em 2em 2em;
  background: #0069C8; /* linear-gradient(89.97deg, #0069C8 54.82%, #15BEF0 116.28%); */
  border-top: 5px solid #88C43C;
}
.subscribeform-redesign h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.subscribeform-redesign .email-signup-label {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #404040;
  margin-bottom: 16px;
  text-transform: capitalize;
}
.subscribeform-redesign .form-subscribe {
  width: 100%;
}
.subscribeform-redesign .hide {
  display: none !important;
}
@media (max-width: 536px) {
  .subscribeform-redesign .row-wrap div {
    flex-basis: 100%;
  }
}
.subscribeform-redesign .btn-subscribe {
  background-color: #88C43C !important;
  font-weight: 500;
  padding: 1.35em 0;
  padding: 19px 36px !important;
  border: 0;
  border-radius: 5px;
  color: #000000 !important;
  font-size: 0.75em;
  letter-spacing: 0;
  width: 85% !important;
}
@media (max-width: 536px) {
  .subscribeform-redesign .btn-subscribe {
    width: 100% !important;
  }
}
.subscribeform-redesign .email #dwfrm_footeremailsub_emailid-error {
  position: absolute;
  top: -109px;
  width: 100%;
  left: -25px;
}
.subscribeform-redesign input.error {
  border: 1px solid #C41E24 !important;
}
.subscribeform-redesign label.error {
  color: #C41E24 !important;
}
.subscribeform-redesign .form-subscribe-success {
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  border: none;
}
.subscribeform-redesign .form-subscribe-success .emailsuccess-icon {
  width: 46px;
  display: block;
  background: #80B010;
  border-radius: 5px 0 0 5px;
}
.subscribeform-redesign .form-subscribe-success .emailsuccess-icon img {
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 11px;
}
.subscribeform-redesign .form-subscribe-success .emailsuccess {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}
@media (max-width: 536px) {
  .subscribeform-redesign .form-subscribe-success .emailsuccess {
    width: 73%;
  }
}
@media (max-width: 439px) {
  .subscribeform-redesign .form-subscribe-success .emailsuccess {
    width: 68%;
  }
}
.subscribeform-redesign .form-subscribe-success .close {
  width: 66px;
  border: none;
  position: absolute;
  right: -13px;
  top: 10px;
  padding: 0;
  height: 15px;
}
.subscribeform-redesign .form-subscribe-success .close span {
  background: url(../images/aarons_sprite_img.png) no-repeat -393px -299px;
  width: 22px;
  left: 0;
  top: 10px;
  padding: 0;
}
.subscribeform-redesign .required-indicator {
  display: none;
}
.subscribeform-redesign h6 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-weight: 600;
  font-size: 19px;
  line-height: 31px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.subscribeform-redesign label {
  color: #404040 !important;
  font-weight: 400;
  top: 1.4em;
  font-size: 14px;
}
.subscribeform-redesign .email-form-Privacyterms p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  padding-top: 1em;
}
.subscribeform-redesign .email-form-Privacyterms p a {
  color: #FFFFFF;
  text-decoration-line: underline;
  font-weight: 600;
}
.subscribeform-redesign .show-floating-label label {
  position: absolute;
  transform: translateY(-6px);
  font-size: 10px;
  opacity: 1;
  z-index: 2;
  color: #1769c8;
  line-height: 12px;
  display: block;
}
@media (max-width: 1023px) {
  .subscribeform-redesign {
    padding: 2em;
  }
}
.subscribeform-redesign .half-desk {
  width: 48.75%;
  display: inline-block;
}
@media (max-width: 1023px) {
  .subscribeform-redesign .pad-left {
    margin-left: 1.6% !important;
  }
}

.subscribe-section-textbox .subscribe-container-US-bg-Remove-bg .subscribe-container-US .subscribeform-redesign label.error {
  color: #C41E24 !important;
}

.textmessage-form-mobile .offers-for-zipcode-btn {
  display: none;
}

@media (max-width: 536px) {
  .textmessage-form-mobile {
    display: flex;
  }
  .textmessage-form-mobile .phone {
    width: 100%;
    margin: 0 !important;
  }
  .textmessage-form-mobile .phone label {
    color: #404040;
    font-weight: 400;
    top: 1.8em;
    font-size: 14px;
  }
  .textmessage-form-mobile .phone input {
    border-radius: 5px 0 0 5px !important;
  }
  .textmessage-form-mobile .offers-for-zipcode-btn {
    display: block !important;
    width: 60%;
  }
  .textmessage-form-mobile .offers-for-zipcode-btn .btn-subscribe {
    border-radius: 0 5px 5px 0 !important;
    font-size: 14px;
    font-weight: 600;
  }
  .textmessage-form .offers-for-zipcode-btn {
    display: none;
  }
  .subscribe-section .subscribe-form {
    padding: 16 !important;
  }
  .subscribe-section .subscribe-form .half-desk {
    width: 100%;
  }
  .subscribe-section .subscribe-form .pad-left {
    margin-left: 0 !important;
  }
  .subscribe-section .textmessage-form {
    padding: 16px;
  }
}
.subscribe-container-redesign-textboxform-US {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
  flex-wrap: wrap;
  justify-content: space-between;
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe {
  flex: 0 0 100%;
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap {
  background-color: #00369D;
  color: #ffffff;
  height: 66px;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  'Open Sans'; */
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.6vw;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  display: block;
  width: 32%;
  padding-left: 26px;
}
@media (max-width: 738px) {
  .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap {
    line-height: 68px;
    width: 80%;
  }
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap .heading-top-subscribe-text {
  z-index: 2;
  position: relative;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 738px) {
  .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap .heading-top-subscribe-text {
    font-size: 16px;
    font-weight: 600;
  }
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap .heading-top-subscribe-text span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans"; */
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-wrap .heading-top-subscribe-triangle {
  background-color: #00369D;
  height: 66px;
  display: block;
  transform: skew(-30deg, 0deg);
  top: 0;
  right: -20px;
  display: block;
  width: 28%;
  position: absolute;
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body {
  padding: 2em 1em 0 1em;
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #404040;
  float: left;
  clear: both;
  position: relative;
  display: block;
  width: 100%;
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-nor {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 800px) {
  .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-nor .mobile-break {
    display: none;
  }
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-hvw {
  font-size: 23px;
  font-weight: 600;
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
@media (max-width: 738px) {
  .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-hvw {
    font-size: 16px;
  }
}
.subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-hvw span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans"; */
}
.subscribe-container-redesign-textboxform-US .heading {
  flex-basis: 50%;
  color: #1769c8;
  font-size: 4.5vw;
  line-height: 1.2;
  flex: 1;
}
.subscribe-container-redesign-textboxform-US .heading div {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 67px;
  text-transform: uppercase;
  color: #212121;
}
.subscribe-container-redesign-textboxform-US .heading div span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.subscribe-container-redesign-textboxform-US .heading p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.subscribe-container-redesign-textboxform-US .heading p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.subscribe-container-redesign-textboxform-US .heading .highlight {
  font-weight: 600;
  font-style: italic;
  position: relative;
}
.subscribe-container-redesign-textboxform-US .heading .highlight:before {
  content: " ";
  height: 0.5em;
  width: 6.25em;
  position: absolute;
  background: #c3ecfa;
  top: 0.5em;
  z-index: -1;
}
.subscribe-container-redesign-textboxform-US .heading .highlight:after {
  content: " ";
  height: 0.5em;
  width: 17.75em;
  position: absolute;
  background: #c3ecfa;
  bottom: 0em;
  left: -12em;
  z-index: -1;
}
.subscribe-container-redesign-textboxform-US .offers-for-zipcode {
  width: 100%;
}
.subscribe-container-redesign-textboxform-US .subscribe-form {
  flex-basis: 50%;
  margin: 2em 0 !important;
  padding: 2em;
}

.subscribe-section .subscribe-container-US-bg-Remove-bg .subscribe-container-redesign-textboxform-US .subscribe-form .input-text {
  padding: 19px 36px 19px 13px !important;
  border-radius: 5px;
}
.subscribe-section .subscribe-container-US-bg-Remove-bg .subscribe-container-redesign-textboxform-US .subscribe-form label {
  color: #404040 !important;
  font-weight: 400;
  top: 1.4em;
  font-size: 14px;
}
.subscribe-section .subscribe-container-US-bg-Remove-bg .subscribe-container-redesign-textboxform-US .subscribe-form .show-floating-label label {
  font-size: 10px;
}

.subscribe-section-textbox {
  padding: 0 7.7vw !important;
}
.subscribe-section-textbox .offers-for-zipcode {
  width: 100%;
}
.subscribe-section-textbox .offers-for-zipcode p a {
  color: #404040;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.subscribe-section-textbox .offers-for-zipcode p a:hover {
  color: #404040;
}
.subscribe-section-textbox .offers-for-zipcode p a b {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #0069C8;
}
.subscribe-section-textbox .offers-for-zipcode p span b {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0069C8;
  text-decoration: underline;
  cursor: pointer;
}

.form-subscribe-success-redesign .success-redesign {
  padding: 0 !important;
  display: flex !important;
}
.form-subscribe-success-redesign .form-subscribe-success .close {
  width: 66px !important;
  border: none !important;
  position: absolute !important;
  right: -13px !important;
  top: 10px !important;
  padding: 0 !important;
  height: 15px !important;
  background: none !important;
}

.interstitials-emailsignup-section .interstitials-footer p {
  text-align: center;
}
.interstitials-emailsignup-section .subscribe-container-US-bg .bg-accent {
  display: none;
}
.interstitials-emailsignup-section .subscribe-container-US {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
.interstitials-emailsignup-section .subscribe-container-US .heading {
  flex-basis: 50%;
  color: #1769c8;
  font-size: 4.5vw;
  line-height: 1.2;
}
.interstitials-emailsignup-section .subscribe-container-US .heading div {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 67px;
  text-transform: uppercase;
  color: #212121;
}
.interstitials-emailsignup-section .subscribe-container-US .heading div span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.interstitials-emailsignup-section .subscribe-container-US .heading p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.interstitials-emailsignup-section .subscribe-container-US .heading p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.interstitials-emailsignup-section .subscribe-container-US .heading .highlight {
  font-weight: 600;
  font-style: italic;
  position: relative;
}
.interstitials-emailsignup-section .subscribe-container-US .heading .highlight:before {
  content: " ";
  height: 0.5em;
  width: 6.25em;
  position: absolute;
  background: #c3ecfa;
  top: 0.5em;
  z-index: -1;
}
.interstitials-emailsignup-section .subscribe-container-US .heading .highlight:after {
  content: " ";
  height: 0.5em;
  width: 17.75em;
  position: absolute;
  background: #c3ecfa;
  bottom: 0em;
  left: -12em;
  z-index: -1;
}
.interstitials-emailsignup-section .row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.interstitials-emailsignup-section .row-wrap div {
  flex-basis: 49.5%;
  margin: 0 !important;
}
.interstitials-emailsignup-section .form-interstitialse-success h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #0069c8;
  margin-bottom: 8px;
}
.interstitials-emailsignup-section .form-interstitialse-success p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
}
.interstitials-emailsignup-section .interstitials-email-forms {
  flex-basis: 50%;
  margin: 2em 0;
}
.interstitials-emailsignup-section .interstitials-email-forms .email-form-Privacyterms {
  padding: 0;
  margin: 0;
}
.interstitials-emailsignup-section .interstitials-email-forms .email-form-Privacyterms a {
  color: #1769c8;
  text-decoration: underline;
}
.interstitials-emailsignup-section .interstitials-email-forms .show-floating-label label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #575757;
  line-height: 13px;
  font-size: 10px;
  margin: -5px 0 0 0;
  padding: 0;
  letter-spacing: 0.5px;
  border: none;
}
.interstitials-emailsignup-section .interstitials-email-forms .show-floating-label label:focus {
  outline: none;
  border: none;
}
.interstitials-emailsignup-section .interstitials-email-forms input.error {
  border-color: #990000;
}
.interstitials-emailsignup-section .interstitials-email-forms span.error {
  background: none;
  position: relative;
  top: 7px;
  font-size: 16px;
}
.interstitials-emailsignup-section .interstitials-email-forms .btn-blue-interstitialsemailform {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #1769c8;
  color: #ffffff;
  border: 0;
  letter-spacing: 0;
  padding: 19px 36px !important;
  border-radius: 0 !important;
  width: 48.75% !important;
}
.interstitials-emailsignup-section .interstitials-email-forms .btn-blue-interstitialsemailform:hover {
  background-color: #00369D;
}
.interstitials-emailsignup-section .interstitials-email-forms .red {
  color: red;
}
.interstitials-emailsignup-section .interstitials-email-forms div {
  position: relative;
  margin: 0.5em 0;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text {
  line-height: 1;
  width: 100%;
  padding: 19px 36px 19px 13px;
  box-sizing: border-box;
  height: unset;
  text-indent: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .interstitials-emailsignup-section .interstitials-email-forms .input-text {
    font-size: 14px;
  }
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text::placeholder {
  color: transparent;
}
.interstitials-emailsignup-section .interstitials-email-forms .input-text:focus {
  outline: none;
}
.interstitials-emailsignup-section .interstitials-email-forms label {
  color: #1769c8;
  font-weight: 500;
  position: absolute;
  transition: 0.2s;
  top: 1em;
  left: 1em;
  height: 0;
  z-index: 2;
  border: none;
}
.interstitials-emailsignup-section .interstitials-email-forms label:focus {
  outline: none;
  border: none;
}
.interstitials-emailsignup-section .interstitials-email-forms .half {
  width: 49%;
  display: inline-block;
}
.interstitials-emailsignup-section .interstitials-email-forms .btn-subscribe {
  background-color: #1769c8;
  font-weight: 500;
  padding: 1.35em 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .interstitials-emailsignup-section .interstitials-email-forms .zip {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .interstitials-emailsignup-section {
    padding: 0;
  }
  .interstitials-emailsignup-section .subscribe-container-US-bg {
    background-color: #DCEEFF;
    transform: skew(-30deg, 0deg);
    position: relative;
  }
  .interstitials-emailsignup-section .subscribe-container-US-bg .bg-accent {
    display: block;
    position: absolute;
    left: -5.5em;
    transform: skew(30deg, 0deg);
    width: 11em;
    height: 11em;
    top: 4em;
  }
  .interstitials-emailsignup-section .subscribe-container-US-bg-Remove-bg {
    background-color: #ffffff;
  }
  .interstitials-emailsignup-section .subscribe-container-US {
    flex-direction: row;
    transform: skew(30deg, 0deg);
    padding: 1em;
    margin-bottom: 0;
  }
  .interstitials-emailsignup-section .subscribe-container-US .heading {
    font-size: 1.5vw;
    align-self: center;
    padding-left: 5em;
  }
  .interstitials-emailsignup-section .subscribe-container-US .subscribe-forms {
    max-width: 33vw;
    margin: 2em 4em 2em 2em;
  }
  .interstitials-emailsignup-section .subscribe-container-US .subscribe-forms .show-floating-label label {
    position: absolute;
    transform: translateY(-6px);
    font-size: 10px;
    opacity: 1;
    z-index: 2;
    color: #1769c8;
    line-height: 12px;
    display: block;
  }
  .interstitials-emailsignup-section .subscribe-container-US .subscribe-forms .half-desk {
    width: 48.75%;
    display: inline-block;
  }
  .interstitials-emailsignup-section .subscribe-container-US .subscribe-forms .pad-left {
    margin-left: 1%;
  }
}

.interstitials-textmessage-section .interstitials-footer p {
  text-align: center;
}
.interstitials-textmessage-section .interstitials-textmessage-success .textmessage-text h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #0069c8;
  margin-bottom: 8px;
}
.interstitials-textmessage-section .interstitials-textmessage-success .textmessage-text p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
}
.interstitials-textmessage-section .subscribe-container-US-bg .bg-accent {
  display: none;
}
.interstitials-textmessage-section .subscribe-container-US {
  display: flex;
  flex-direction: column;
  margin-bottom: 5em;
}
.interstitials-textmessage-section .subscribe-container-US .heading {
  flex-basis: 50%;
  color: #1769c8;
  font-size: 4.5vw;
  line-height: 1.2;
}
.interstitials-textmessage-section .subscribe-container-US .heading div {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 67px;
  text-transform: uppercase;
  color: #212121;
}
.interstitials-textmessage-section .subscribe-container-US .heading div span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /*  "Open Sans", sans-serif; */
}
.interstitials-textmessage-section .subscribe-container-US .heading p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.interstitials-textmessage-section .subscribe-container-US .heading p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans", sans-serif; */
}
.interstitials-textmessage-section .subscribe-container-US .heading .highlight {
  font-weight: 600;
  font-style: italic;
  position: relative;
}
.interstitials-textmessage-section .subscribe-container-US .heading .highlight:before {
  content: " ";
  height: 0.5em;
  width: 6.25em;
  position: absolute;
  background: #c3ecfa;
  top: 0.5em;
  z-index: -1;
}
.interstitials-textmessage-section .subscribe-container-US .heading .highlight:after {
  content: " ";
  height: 0.5em;
  width: 17.75em;
  position: absolute;
  background: #c3ecfa;
  bottom: 0em;
  left: -12em;
  z-index: -1;
}
.interstitials-textmessage-section .row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.interstitials-textmessage-section .row-wrap div {
  flex-basis: 49.5%;
  margin: 0 !important;
}
.interstitials-textmessage-section .form-interstitialse-success h3 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #0069c8;
  margin-bottom: 8px;
}
.interstitials-textmessage-section .form-interstitialse-success p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
}
.interstitials-textmessage-section .interstitials-email-forms {
  flex-basis: 50%;
  margin: 2em 0;
}
.interstitials-textmessage-section .interstitials-email-forms .email-form-Privacyterms {
  padding: 0;
  margin: 0;
}
.interstitials-textmessage-section .interstitials-email-forms .email-form-Privacyterms a {
  color: #1769c8;
  text-decoration: underline;
}
.interstitials-textmessage-section .interstitials-email-forms .show-floating-label label {
  transform: none;
  opacity: 1;
  z-index: 2;
  color: #575757;
  line-height: 13px;
  font-size: 10px;
  margin: -5px 0 0 0;
  padding: 0;
  letter-spacing: 0.5px;
  border: none;
}
.interstitials-textmessage-section .interstitials-email-forms .show-floating-label label:focus {
  outline: none;
  border: none;
}
.interstitials-textmessage-section .interstitials-email-forms input.error {
  border-color: #990000;
}
.interstitials-textmessage-section .interstitials-email-forms span.error {
  background: none;
  position: relative;
  top: 7px;
  font-size: 16px;
}
.interstitials-textmessage-section .interstitials-email-forms .btn-green-interstitialsemailform {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #88C43C !important;
  border: 0;
  letter-spacing: 0;
  padding: 19px 36px !important;
  border-radius: 0 !important;
  width: 48.75% !important;
  color: #000000 !important;
}
.interstitials-textmessage-section .interstitials-email-forms .btn-green-interstitialsemailform:hover {
  color: #ffffff !important;
  background-color: #00369D !important;
}
.interstitials-textmessage-section .interstitials-email-forms .btngreen-interstitialsemailform {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  background-color: #88C43C !important;
  border: 0;
  letter-spacing: 0;
  padding: 19px 36px !important;
  border-radius: 0 !important;
  width: 48.75% !important;
  color: #000000 !important;
}
.interstitials-textmessage-section .interstitials-email-forms .btngreen-interstitialsemailform:hover {
  color: #ffffff !important;
  background-color: #00369D !important;
}
.interstitials-textmessage-section .interstitials-email-forms .red {
  color: red;
}
.interstitials-textmessage-section .interstitials-email-forms div {
  position: relative;
  margin: 0.5em 0;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text {
  line-height: 1;
  border: 1px solid #0069c8;
  width: 100%;
  padding: 19px 36px 19px 13px;
  box-sizing: border-box;
  height: unset;
  text-indent: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000;
  z-index: 1;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .interstitials-textmessage-section .interstitials-email-forms .input-text {
    font-size: 14px;
  }
}
.interstitials-textmessage-section .interstitials-email-forms .input-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text::placeholder {
  color: transparent;
}
.interstitials-textmessage-section .interstitials-email-forms .input-text:focus {
  outline: none;
}
.interstitials-textmessage-section .interstitials-email-forms label {
  color: #1769c8;
  font-weight: 500;
  position: absolute;
  transition: 0.2s;
  top: 1em;
  left: 1em;
  height: 0;
  z-index: 2;
  border: none;
}
.interstitials-textmessage-section .interstitials-email-forms label:focus {
  outline: none;
  border: none;
}
.interstitials-textmessage-section .interstitials-email-forms .half {
  width: 49%;
  display: inline-block;
}
.interstitials-textmessage-section .interstitials-email-forms .btn-subscribe {
  background-color: #1769c8;
  font-weight: 500;
  padding: 1.35em 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .interstitials-textmessage-section .interstitials-email-forms .zip {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .interstitials-textmessage-section {
    padding: 0;
  }
  .interstitials-textmessage-section .subscribe-container-US-bg {
    background-color: #DCEEFF;
    transform: skew(-30deg, 0deg);
    position: relative;
  }
  .interstitials-textmessage-section .subscribe-container-US-bg .bg-accent {
    display: block;
    position: absolute;
    left: -5.5em;
    transform: skew(30deg, 0deg);
    width: 11em;
    height: 11em;
    top: 4em;
  }
  .interstitials-textmessage-section .subscribe-container-US-bg-Remove-bg {
    background-color: #ffffff;
  }
  .interstitials-textmessage-section .subscribe-container-US {
    flex-direction: row;
    transform: skew(30deg, 0deg);
    padding: 1em;
    margin-bottom: 0;
  }
  .interstitials-textmessage-section .subscribe-container-US .heading {
    font-size: 1.5vw;
    align-self: center;
    padding-left: 5em;
  }
  .interstitials-textmessage-section .subscribe-container-US .subscribe-forms {
    max-width: 33vw;
    margin: 2em 4em 2em 2em;
  }
  .interstitials-textmessage-section .subscribe-container-US .subscribe-forms .show-floating-label label {
    position: absolute;
    transform: translateY(-6px);
    font-size: 10px;
    opacity: 1;
    z-index: 2;
    color: #1769c8;
    line-height: 12px;
    display: block;
  }
  .interstitials-textmessage-section .subscribe-container-US .subscribe-forms .half-desk {
    width: 48.75%;
    display: inline-block;
  }
  .interstitials-textmessage-section .subscribe-container-US .subscribe-forms .pad-left {
    margin-left: 1%;
  }
}

.interstitials-emailsignup-section input:focus {
  outline: none !important;
  outline-color: transparent;
}

.interstitials-textmessage-section input:focus {
  outline: none !important;
  outline-color: transparent;
}

.pdp-page-bar .cookie-privacy-bar-wrap {
  width: 100% !important;
}

#cookie-privacy-bar {
  display: none;
}
#cookie-privacy-bar .cookie-privacy-bar-wrap {
  background-color: #0069C8;
  padding: 1em;
  position: fixed;
  z-index: 11000;
  bottom: 0;
  display: flex;
  width: 99%;
}
@media (max-width: 1225px) {
  #cookie-privacy-bar .cookie-privacy-bar-wrap {
    width: auto;
  }
}
#cookie-privacy-bar .cookie-privacy-bar-wrap p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  color: #ffffff;
  line-height: 1.5;
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 767px) {
  #cookie-privacy-bar .cookie-privacy-bar-wrap p {
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    margin: 0 0 0 10px;
  }
}
#cookie-privacy-bar .cookie-privacy-bar-wrap p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-privacy-bar .cookie-privacy-bar-wrap .cookie-ex-button {
  height: 30px;
  width: 30px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 58%;
  text-align: center;
  display: block;
  flex: none;
}
#cookie-privacy-bar .cookie-privacy-bar-wrap .cookie-ex-button:after {
  content: "×";
  color: #fff;
  font-size: 34px;
  line-height: 31px;
}

#cylindo-buttons .html-slot-container {
  display: block;
  float: left;
  padding: 0 15px 0 0;
  position: relative;
}
@media (max-width: 1133px) {
  #cylindo-buttons .html-slot-container {
    display: table;
    display: none;
    float: inherit;
    padding: 0 15px 5px 0;
  }
}
#cylindo-buttons .html-slot-container div {
  position: inherit !important;
  top: 0;
}
@media (max-width: 1133px) {
  #cylindo-buttons .html-slot-container div {
    left: 0;
  }
}

.footer-white-ca {
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-container-ca {
  padding: 0;
  margin-bottom: 3rem !important;
  padding-top: 2rem;
  margin-top: 0 !important;
  overflow: hidden;
  z-index: 10;
  width: 60%;
}
.subscribe-container-ca * {
  box-sizing: border-box;
}
.subscribe-container-ca .footer-container,
.subscribe-container-ca .legal-notice {
  padding: 0 4.76%;
  box-sizing: border-box;
}
.subscribe-container-ca .button-border:hover button, .subscribe-container-ca .button-border:hover .button, .subscribe-container-ca .button-border:hover .button-fancy-large {
  border-color: #ffffff;
  color: #ffffff;
}
.subscribe-container-ca .title-subscribe {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 3em 2em 3em;
  margin-bottom: 0;
}
.subscribe-container-ca .title-subscribe .footer-header, .subscribe-container-ca .title-subscribe .footer-subhead {
  width: 100%;
  text-transform: none;
  color: #000;
}
.subscribe-container-ca .title-subscribe .footer-header {
  font-size: 20px;
  font-weight: bold;
}
.subscribe-container-ca .title-subscribe .footer-subhead {
  font-size: 14px;
}
.subscribe-container-ca .green-stripe {
  width: 100%;
  height: 1em;
  background-color: #88C43C;
}
.subscribe-container-ca .footer-nav-container {
  background-color: #fff;
  color: #000;
  padding: 1em 0 1em;
}
.subscribe-container-ca .footer-nav-container .nav .nav-list li a {
  padding: 5px 0;
}
.subscribe-container-ca form#emailsub-form {
  background-position: 1em 1.05em;
  background-color: #0068c7;
  background-image: none;
  color: #fff;
  padding: 1.2em 3em 3em 3em;
  background-size: 14em;
}
.subscribe-container-ca form#emailsub-form .form-subscribe-fieldset {
  height: auto;
  display: flex;
  flex-direction: column;
}
.subscribe-container-ca form#emailsub-form .email-form-privacyterms p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  padding-top: 1em;
}
.subscribe-container-ca form#emailsub-form .email-form-privacyterms p a {
  color: #FFFFFF;
  text-decoration-line: underline;
  font-weight: 600;
}
.subscribe-container-ca form#emailsub-form .row-two {
  display: flex;
  flex-direction: row;
  height: 50px;
  margin-top: 1em;
}
.subscribe-container-ca form#emailsub-form .half-desk {
  width: 49%;
  display: inline-block;
}
.subscribe-container-ca form#emailsub-form .form-row.email {
  width: 100%;
}
.subscribe-container-ca form#emailsub-form .form-row.zip {
  width: 100% !important;
}
.subscribe-container-ca form#emailsub-form .pad-left {
  margin-left: 2%;
}
.subscribe-container-ca form#emailsub-form .input-text {
  padding: 19px 36px 19px 13px !important;
  background-color: #F9F9F9;
  border-radius: 2px;
}
.subscribe-container-ca form#emailsub-form .input-text:not([value=""]) ~ input::placeholder,
.subscribe-container-ca form#emailsub-form .input-text:focus ~ input::placeholder {
  display: none;
}
.subscribe-container-ca form#emailsub-form .input-text::placeholder {
  display: none;
}
.subscribe-container-ca form#emailsub-form .show-floating-label label {
  position: absolute;
  transform: translateY(-6px) translateX(-8px);
  font-size: 10px;
  opacity: 1;
  z-index: 2;
  color: #0069C8;
  line-height: 12px;
  display: block;
}
.subscribe-container-ca form#emailsub-form label {
  color: #0069C8;
  font-weight: 400;
  top: 1em;
  font-size: 14px;
  box-sizing: border-box;
  opacity: 1;
  padding-left: 20px;
  padding-top: 0;
  transition: transform 10ms ease;
  pointer-events: none;
}
.subscribe-container-ca form#emailsub-form label.error {
  color: #c41e24;
  background: none;
}
.subscribe-container-ca form#emailsub-form input.error {
  border: 1px solid #c41e24 !important;
}
.subscribe-container-ca form#emailsub-form span.error {
  padding: 2px 0 2px 24px;
  margin-top: 2px;
  position: relative;
  display: block;
  color: #fff !important;
  background-color: #c41e24 !important;
  border-radius: 10px;
  width: 100% !important;
}
.subscribe-container-ca form#emailsub-form .canadaemail .field-wrapper span.error {
  width: 50%;
}
.subscribe-container-ca form#emailsub-form .check-error {
  padding: 3px 4px 4px 18px;
  color: #fff !important;
  background-color: #c41e24 !important;
  margin-top: 2px;
  position: relative;
  border-radius: 10px;
  width: 100% !important;
  display: block;
}
.subscribe-container-ca form#emailsub-form .check-error:after {
  content: "";
  position: absolute;
  left: 3px;
  background: url(../images/aarons_sprite_img.png) no-repeat -323px -276px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 9px;
  top: 2px;
}
.subscribe-container-ca form#emailsub-form .check-error.hide {
  display: none;
}
.subscribe-container-ca form#emailsub-form .checkAndLabelContainer {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
  margin-top: 3em;
}
.subscribe-container-ca form#emailsub-form .checkAndLabelContainer #optinCheckboxCanada {
  color: #fff;
  font-size: 12px !important;
  top: 0;
  line-height: 12px;
}
.subscribe-container-ca form#emailsub-form .checkAndLabelContainer #optinCheckboxCanada .input-checkbox {
  height: 32px;
  width: 32px;
  opacity: 0;
}
.subscribe-container-ca form#emailsub-form .checkAndLabelContainer #optinCheckboxCanada .custom-checkbox {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  position: relative;
  display: block;
  background: url(https://i8.amplience.net/i/aarons/emptyCheckbox) no-repeat transparent;
  background-size: contain;
  background-position: 50% 50% !important;
  margin-top: 5px;
}
.subscribe-container-ca form#emailsub-form .checkAndLabelContainer #optinCheckboxCanada #dwfrm_footeremailsub_optin:checked + .custom-checkbox {
  background-image: url(https://i8.amplience.net/i/aarons/checkedBox) !important;
  background-size: contain;
  background-position: 50% 50% !important;
}
.subscribe-container-ca form#emailsub-form .email-form-canadaterms {
  font-size: 10px;
}
.subscribe-container-ca form#emailsub-form .btn-subscribe {
  background-color: #88C43C !important;
  font-weight: 800;
  padding: 1.35em 0;
  border: 0;
  border-radius: 2px;
  color: #000000 !important;
  font-size: 1em;
  letter-spacing: 0;
  width: 100% !important;
  height: 100%;
}
@media (max-width: 536px) {
  .subscribe-container-ca form#emailsub-form .btn-subscribe {
    width: 100% !important;
  }
}
.subscribe-container-ca form#emailsub-form .button-border {
  width: 50%;
}
.subscribe-container-ca .form-subscribe.email-success .btn-subscribe, .subscribe-container-ca .form-subscribe.email-success .button-border, .subscribe-container-ca .form-subscribe.email-success .email, .subscribe-container-ca .form-subscribe.email-success .zip {
  display: block;
}
.subscribe-container-ca .form-subscribe-success-redesign .success-redesign {
  padding: 0 !important;
  display: flex !important;
}
.subscribe-container-ca .form-subscribe-success-redesign .form-subscribe-success .close {
  width: 66px !important;
  border: none !important;
  position: absolute !important;
  right: -13px !important;
  top: 10px !important;
  padding: 0 !important;
  height: 15px !important;
  background: none !important;
}

@media screen and (max-width: 1130px) {
  .subscribe-container-ca {
    padding: 0;
    width: 90vw !important;
  }
  .subscribe-container-ca .title-subscribe {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 0 2em 1em 2em;
    margin-bottom: 0;
  }
  .subscribe-container-ca .title-subscribe .footer-header, .subscribe-container-ca .title-subscribe .footer-subhead {
    width: 100%;
    text-transform: none;
    color: #000;
  }
  .subscribe-container-ca .title-subscribe .footer-header {
    font-weight: bold;
  }
  .subscribe-container-ca form#emailsub-form {
    padding: 1em;
  }
  .subscribe-container-ca .form-subscribe {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .subscribe-container-ca .form-subscribe .button-border {
    width: 50%;
    border: 0;
    padding: 0 0 0 1em;
    height: unset;
    margin: 0;
  }
  .subscribe-container-ca .button-border:hover {
    color: #fff;
  }
  .subscribe-container-ca .button-border:hover button, .subscribe-container-ca .button-border:hover .button, .subscribe-container-ca .button-border:hover .button-fancy-large {
    border-color: #fff;
    color: #fff;
  }
  .subscribe-container-ca .form-subscribe .form-row.email {
    margin-bottom: 1em;
    width: 100%;
  }
  .subscribe-container-ca .form-subscribe .btn-subscribe {
    border-width: 2px;
    height: 50px;
  }
  .subscribe-container-ca .form-subscribe .form-row.zip {
    margin: 0 !important;
  }
  .subscribe-container-ca span.error {
    padding: 2px 0 2px 24px;
    margin-top: 2px;
    position: relative;
    display: block;
    background-color: #C41E24 !important;
    color: #fff !important;
    border-radius: 10px;
    width: 70% !important;
  }
  .subscribe-container-ca .canadaemail .field-wrapper span.error {
    padding: 2px 0 2px 24px;
    margin-top: 2px;
    position: relative;
    display: block;
    border-radius: 10px;
    width: 60%;
  }
  .subscribe-container-ca .check-error {
    width: 70%;
  }
  .subscribe-container-ca .checkAndLabelContainer {
    display: inline-flex !important;
  }
}
@media (max-width: 767px) {
  .new-footer.canada-footer {
    margin-top: 1rem;
  }
  .footer-white-ca {
    width: 85%;
  }
  .subscribe-container-ca form#emailsub-form .checkAndLabelContainer {
    display: inline-flex !important;
    height: fit-content;
    margin-top: 2em;
  }
  .subscribe-container-ca span.error {
    width: 100% !important;
  }
  .subscribe-container-ca .canadaemail .field-wrapper span.error {
    width: 55%;
  }
  .subscribe-container-ca .check-error {
    width: 75%;
  }
  .subscribe-container-ca .title-subscribe {
    padding: 0 0 0.5em;
  }
}
/* include from footer_interstitial_emailsub_canada.isml */
/* include from footer_interstitial_emailsub.isml */
.interstitials-header h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
}
.interstitials-header h2 .numSans {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans"; */
}
.interstitials-header p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
}
.interstitials-header p span {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* "Open Sans"; */
}

.interstitials-body div h2 {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
}

.interstitials-footer p {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* Montserrat, Helvetica, Arial, sans-serif; */
}

/* include from footer_interstitial_emailsub_canada.isml end */
/* include from footer_interstitial_emailsub.isml end */
.footer-redesign .footer-ribbon {
  padding-left: 7.7vw;
  padding-right: 4em;
  width: 48%;
  background-image: url("../images/email-section-header-blade-desktop.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 0;
  margin-bottom: -28px;
  position: relative;
  z-index: 50;
}
.footer-redesign .footer-ribbon p {
  font-size: 2.5vw; /* Responsive font size */
  font-weight: 800;
  color: #00369d;
  line-height: 1.2; /* Improved line-height */
  letter-spacing: -0.25px;
  padding-left: 1em;
  margin: 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.footer-redesign .footer-ribbon p span {
  font-size: 4vw; /* Responsive font size */
  color: #00369d;
  font-weight: 800;
  margin-right: 20px;
  position: relative;
}
.footer-redesign .footer-ribbon p span sup {
  font-size: 1.8vw; /* Responsive font size */
  position: absolute;
  left: -19px;
  top: 27px;
  font-size: 23px;
  left: -16px;
  top: 1.8vw;
}
.footer-redesign .offers-for-zipcode p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.footer-redesign .offers-for-zipcode p span b {
  color: #ffffff;
  font-weight: 600;
}
.footer-redesign .subscribe-section {
  background-color: #00379d;
}
.footer-redesign .subscribe-section .subscribe-container-US .subscribe-form label {
  top: 1em !important;
  font-size: 16px !important;
  line-height: 22px;
}
.footer-redesign .subscribe-section .subscribe-container-US .subscribe-form .show-floating-label label {
  font-size: 10px !important;
  color: #0069C8 !important;
  top: 9px !important;
}
.footer-redesign .subscribe-section .subscribe-container-US .subscribe-form .input-text {
  padding: 19px 36px 19px 10px !important;
  font-size: 16px !important;
}
.footer-redesign .subscribe-section .subscribe-form label {
  top: 1em !important;
  font-size: 16px !important;
  line-height: 22px;
}
.footer-redesign .subscribe-section .subscribe-form .error-label {
  color: #C41E24 !important;
}
.footer-redesign .subscribe-section .subscribe-form .error-label .generatedInputLabel {
  color: #C41E24 !important;
}
.footer-redesign .subscribe-section .subscribe-form .show-floating-label label {
  font-size: 10px !important;
  color: #0069C8 !important;
  top: 12px !important;
}
.footer-redesign .subscribe-section .subscribe-form .input-text {
  padding: 19px 36px 19px 10px !important;
}
.footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body {
  padding: 4em 1em 0 1em;
  display: table;
}
.footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p {
  color: #ffffff;
}
.footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-hvw {
  font-size: 28px;
  margin-bottom: 10px;
}
.footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-nor {
  font-size: 19px;
}
.footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-bottom-subscribe-body {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-redesign .subscribe-section .subscribeform-redesign,
.footer-redesign .subscribe-section .textmessage-form {
  background: #e0edf8 !important;
}
.footer-redesign .subscribe-section .subscribeform-redesign label,
.footer-redesign .subscribe-section .textmessage-form label {
  font-size: 16px;
}
.footer-redesign .subscribe-section .subscribeform-redesign .input-text,
.footer-redesign .subscribe-section .textmessage-form .input-text {
  border: 1px solid #808080;
  color: #404040;
}
.footer-redesign .subscribe-section .subscribeform-redesign .error-label,
.footer-redesign .subscribe-section .textmessage-form .error-label {
  color: #C41E24 !important;
}
.footer-redesign .subscribe-section .subscribeform-redesign .error-label .generatedInputLabel,
.footer-redesign .subscribe-section .textmessage-form .error-label .generatedInputLabel {
  color: #C41E24 !important;
}
.footer-redesign .subscribe-section .subscribeform-redesign .email #dwfrm_footeremailsub_emailid-error,
.footer-redesign .subscribe-section .textmessage-form .email #dwfrm_footeremailsub_emailid-error {
  margin-top: 10px;
  margin-left: 7px;
  display: block;
  position: inherit;
  top: 0;
  width: inherit;
  left: 0;
}
.footer-redesign .subscribe-section .subscribeform-redesign .phone #dwfrm_footertextform_phone-error,
.footer-redesign .subscribe-section .textmessage-form .phone #dwfrm_footertextform_phone-error {
  margin-top: 10px;
  margin-left: 7px;
  display: block;
  position: inherit;
  top: 0;
  width: inherit;
  left: 0;
}
.footer-redesign .subscribe-section .subscribeform-redesign {
  padding: 1em 2em;
  border-top: 12px solid #88C43C;
  border-radius: 4px;
}
.footer-redesign .subscribe-section .subscribeform-redesign h2, .footer-redesign .subscribe-section .subscribeform-redesign p, .footer-redesign .subscribe-section .subscribeform-redesign a {
  color: #404040;
}
.footer-redesign .subscribe-section .subscribeform-redesign h2 img, .footer-redesign .subscribe-section .subscribeform-redesign p img, .footer-redesign .subscribe-section .subscribeform-redesign a img {
  margin-right: 12px;
}
.footer-redesign .subscribe-section .subscribeform-redesign .btn-subscribe {
  width: 164px !important;
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 540px) {
  .footer-redesign .subscribe-section .subscribeform-redesign .btn-subscribe {
    width: 317px !important;
    height: 56px;
    padding: 16px !important;
    border-radius: 4px;
    background-color: #91c712;
  }
}
.footer-redesign .subscribe-section .textmessage-form {
  padding: 1em 2em;
  background: #00369d;
  border-top: 12px solid #15bef0;
  border-radius: 4px;
  margin: 2em 0;
}
.footer-redesign .subscribe-section .textmessage-form h2, .footer-redesign .subscribe-section .textmessage-form p, .footer-redesign .subscribe-section .textmessage-form a {
  color: #404040;
}
.footer-redesign .subscribe-section .textmessage-form h2 img, .footer-redesign .subscribe-section .textmessage-form p img, .footer-redesign .subscribe-section .textmessage-form a img {
  margin-right: 12px;
}
.footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
  width: 164px !important;
}
@media (max-width: 540px) {
  .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: 317px !important;
    height: 56px;
    padding: 16px !important;
    border-radius: 4px;
  }
}
.footer-redesign .subscribe-section .subscribe-section .subscribe-container-US-bg-Remove-bg .subscribe-container-redesign-textboxform-US .subscribe-form .error-label {
  color: #C41E24 !important;
}
.footer-redesign .subscribe-section .textmessage-form-mobile .phone input {
  font-size: 16px;
  height: 56px;
  color: #404040;
}
.footer-redesign .subscribe-section .textmessageform-body {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  .footer-redesign .subscribe-section .footer-redesign .subscribe-section .subscribe-container-US .subscribe-form {
    max-width: 49%;
    width: 49%;
    margin: 2em 4em 2em 2em; /* Additional margin on larger screens */
  }
  .footer-redesign .subscribe-section .subscribe-form {
    max-width: 49%;
    width: 49%;
    border-radius: 8px;
  }
  .footer-redesign .subscribe-section .textmessage-form {
    max-width: 49%;
    width: 49%;
    border-radius: 8px;
  }
}
@media (max-width: 1023px) {
  .footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .subscribe-form,
  .footer-redesign .subscribe-section .textmessage-form {
    max-width: 100%; /* Full width on smaller screens */
    margin: 1em 0; /* Adjust margin for smaller screens */
  }
}
@media (max-width: 1249px) {
  .footer-redesign .footer-ribbon {
    padding-left: 10vw;
    width: 50%;
  }
  .footer-redesign .footer-ribbon p span {
    margin-top: 0;
  }
}
@media (max-width: 946px) {
  .footer-redesign .footer-ribbon {
    width: 52%;
  }
}
@media (max-width: 784px) {
  .footer-redesign .footer-ribbon {
    width: auto;
  }
  .footer-redesign .footer-ribbon p {
    font-size: 5vw;
  }
  .footer-redesign .footer-ribbon p span {
    font-size: 5vw;
  }
  .footer-redesign .footer-ribbon p span sup {
    left: -16px;
    top: 2.3vw;
  }
}
@media (max-width: 540px) {
  .footer-redesign .footer-ribbon {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer-redesign .footer-ribbon p {
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
    padding-left: 7px;
  }
  .footer-redesign .footer-ribbon p span {
    font-size: 32px;
    line-height: 38px;
  }
  .footer-redesign .footer-ribbon p span sup {
    font-size: 20px;
    left: -14px;
    top: 14px;
  }
  .footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-hvw {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .footer-redesign .price-display {
    font-weight: 800;
  }
  .footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-top-subscribe-body-nor {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body p .heading-bottom-subscribe-body {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  .footer-redesign .textmessage-form-mobile .offers-for-zipcode-btn {
    width: auto;
  }
  .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: 317px !important;
    height: 56px;
    padding: 16px !important;
    border-radius: 4px;
    margin-top: 1em;
  }
  .footer-redesign .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: initial;
  }
  .footer-redesign .textmessage-form-mobile .phone label {
    top: 16px !important;
    left: 9px;
    line-height: 22px;
  }
  .footer-redesign .subscribeform-redesign .form-subscribe {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 536px) {
  .footer-redesign .subscribe-section .textmessage-form {
    padding: 1em 16px;
  }
  .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: 90px !important;
    margin-top: 0;
  }
  .footer-redesign .subscribe-section .subscribeform-redesign .btn-subscribe {
    width: 100% !important;
  }
  .footer-redesign .textmessage-form-mobile .phone label {
    top: 25px !important;
    left: 11px;
    font-size: 16px;
  }
  .footer-redesign .textmessage-form .show-floating-label label {
    top: 16px !important;
  }
  .footer-redesign .subscribe-section-textbox {
    padding: 0 1.2em !important;
  }
  .footer-redesign .subscribe-section .subscribe-container-redesign-textboxform-US .heading-top-subscribe .heading-top-subscribe-body {
    padding: 4em 0 0 !important;
  }
  .footer-redesign .footer-ribbon {
    padding-left: 1.2em;
  }
}
@media (max-width: 400px) {
  .footer-redesign .footer-ribbon p span {
    margin-right: 4px;
  }
  .footer-redesign .textmessage-form-mobile .phone label {
    font-size: 16px;
  }
  .footer-redesign .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: 94px !important;
  }
  .footer-redesign .subscribe-section .subscribeform-redesign .btn-subscribe {
    width: 100% !important;
  }
}
@media (max-width: 360px) {
  .footer-redesign .footer-ribbon p {
    font-size: 23px;
  }
  .footer-redesign .footer-ribbon p span {
    font-size: 31px;
    line-height: 38px;
  }
  .footer-redesign .subscribe-section .subscribeform-redesign .btn-subscribe {
    width: 100% !important;
  }
  .footer-redesign .textmessage-form-mobile .phone label {
    font-size: 16px;
  }
  .footer-redesign .subscribe-section .textmessage-form .btn-subscribe {
    width: 84px !important;
  }
}

@media (max-width: 720px) {
  .container-contact-us .support-button-lives {
    width: 80%;
  }
}
.nav__search .header-search #search-suggestions {
  position: absolute;
  top: 2rem;
  left: 0;
  float: left;
  z-index: 10;
  transition: all 0.1s ease-in;
  width: 48rem;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper {
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  z-index: 1001;
  margin-left: 0;
  max-width: 100%;
  padding: 2rem;
  background-color: #fff;
  border: 0.075rem solid #969696;
  display: flex;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .product-suggestions {
  order: 2;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .phrase-suggestions .title,
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .product-suggestions .title {
  font-size: 1rem;
  color: #404040;
  line-height: 1;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .phrase-suggestions {
  margin-right: 2rem;
  width: 18rem;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .phrase-suggestions .title {
  font-size: 1rem;
  color: #404040;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 600;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .bold-name {
  font-weight: 600;
  text-transform: capitalize;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional {
  margin-left: 0;
  margin-top: 40px;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional .header {
  font-size: 1rem;
  color: #404040;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 1rem;
  font-weight: 600;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional .hit {
  margin-left: 0;
  padding-left: 0;
  color: #404040;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional .hit a {
  font-weight: 600;
  text-transform: capitalize;
  color: #404040;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .product-suggestions {
  flex-basis: 70%;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .product-suggestions .title {
  font-size: 1rem;
  color: #404040;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 600;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup {
  color: #404040;
  font-weight: normal;
  font-size: 14px;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .title-new {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit {
  padding: 7px 0 5px 0;
  color: #404040;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit span.parent-category:first-child {
  margin: 5px 0;
  float: left;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit span.parent-category {
  color: #404040;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .header {
  margin: 0;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit .title-new {
  margin: 0;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .hit:hover {
  text-decoration: underline;
}
.nav__search .header-search #search-suggestions .search-suggestion-wrapper .hitgroup .parent-category {
  color: #404040;
}
.nav__search .header-search #search-suggestions .product-suggestion {
  padding: 0;
  background: #fff;
  margin-bottom: 2rem;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-link {
  display: block;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-image {
  float: left;
  text-align: center;
  width: 18.78%;
  height: 90px;
  overflow: hidden;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-image img {
  max-width: 100%;
  max-height: 100%;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details {
  display: flex;
  flex-direction: column;
  float: right;
  width: 77%;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-brand {
  font-size: 13px;
  color: #404040;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 3px;
  order: 2;
  text-transform: none;
  margin-top: 3px;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-name {
  color: #404040;
  line-height: 18px;
  order: 1;
  font-size: 1rem;
  font-weight: 500;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing {
  display: flex;
  font-size: 13px;
  color: #404040;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .price_sec {
  display: flex;
  flex-direction: column;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .price_sec .cents-per-and-total {
  display: flex;
  margin-top: 0;
  font-size: 14px;
  flex-direction: row;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .price_sec .cents-per-and-total div:first-child {
  font-size: 0.75em;
  position: relative;
  top: -0.2em;
  margin: 0 0.25em;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .tile-price-big {
  display: flex;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .product-sales-price {
  font-size: 13px;
  color: #404040;
  display: flex;
  font-weight: bold;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .product-standard-price {
  text-transform: lowercase;
  font-weight: 600;
  order: 2;
  text-decoration: line-through;
  color: #404040;
  display: inline-block;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .product-standard-price [style="color: #C22A22;"] {
  display: none;
}
.nav__search .header-search #search-suggestions .product-suggestion .product-details .product-pricing .product-standard-price + .product-sales-price {
  color: #E00000;
}
.nav__search .header-search #search-suggestions .button-border {
  width: 100%;
  border: 0;
}
.nav__search .header-search #search-suggestions a.button, .nav__search .header-search #search-suggestions a.button-fancy-large {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  padding: 9px 20px 10px 20px;
  line-height: 17px;
  color: #1433a0;
  border: 1px solid #1433a0;
}
.nav__search .header-search #search-suggestions .search-phrase {
  color: #999999;
  margin: 0;
}
.nav__search .header-search #search-suggestions .search-phrase .completed {
  font-weight: 600;
  color: #142667;
  font-size: 14px;
  text-transform: capitalize;
}
.nav__search .header-search #search-suggestions .search-phrase .completed .original {
  font-weight: bold;
}
.nav__search .header-search #search-suggestions .search-phrase .corrected {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .nav__search .header-search #search-suggestions {
    width: 100%;
    max-width: 100%;
    top: 3.75rem;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full {
    max-width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border: 0 none;
    overflow: auto;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup {
    width: 70%;
    margin-bottom: 0;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional {
    margin-top: 2rem;
    display: none;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional .header {
    padding-bottom: 23px;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .hitgroup.additional.mobile-only {
    display: block;
    order: 3;
    width: 100%;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .product-suggestions {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .product-suggestions .title {
    width: 70%;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .phrase-suggestions {
    width: 100%;
    order: 1;
    margin-top: 15px;
  }
  .nav__search .header-search #search-suggestions .search-suggestion-wrapper.full .phrase-suggestions .title {
    width: 100%;
  }
}

.product-suggestions .product-pricing {
  order: 3;
}

.product-suggestion .productprice-wrap {
  font-size: 14px;
  font-weight: 700;
}

.product-suggestion .productprice-wrap::after {
  content: ".";
}

.product-suggestion .product-details .per-month {
  display: none;
}

.total-payments::before {
  content: "/month for";
}

.total-payments::after {
  content: "*";
  margin-left: -0.25em;
}

.js .simple-submit {
  display: none;
}

legend {
  border-bottom: 1em solid #ffffff;
  background-color: #efefef;
  font-size: 1.1em;
  padding: 1.16em 2% 0.83em;
  position: relative;
  text-transform: uppercase;
  width: 96%;
}
.ie7 legend {
  width: 94%;
}
legend span {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  text-transform: none;
  padding: 0 0.5em;
}
legend span em {
  color: #333333;
}

label {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.form-horizontal label {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-horizontal label {
    text-align: right;
    width: 25%;
  }
}
.label-inline label {
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
  width: auto;
  padding: 2px 0px 0 5px;
}
.label-above label {
  margin-bottom: 0.3rem;
  width: auto;
}

.form-label-text {
  float: left;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.75em 0 0;
  text-align: right;
  width: 25%;
}

.form-row {
  margin: 0.5rem 0 1rem;
}

.form-row-button {
  clear: left;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-row-button {
    margin-left: 27%;
    width: 62%;
  }
}

.field-wrapper {
  box-sizing: border-box;
  width: 100%;
}
.form-horizontal .field-wrapper {
  float: left;
  width: 76%;
}
@media screen and (min-width: 768px) {
  .form-horizontal .field-wrapper {
    padding-left: 2%;
    width: 50%;
  }
}
.label-inline .field-wrapper {
  float: left;
  padding-left: 0;
  width: auto;
}
.label-above .field-wrapper {
  float: none;
  padding-left: 0;
  width: auto;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input[type=date] textarea {
  border: 1px solid #aaaaaa;
  box-sizing: border-box;
  height: 2rem;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 100%;
  background-color: #ffffff;
}

select {
  background-color: #fff;
  width: 100%;
  height: 2rem;
}

input[type=checkbox],
input[type=radio] {
  margin: 1em 1% 1em 2%;
}
.label-inline input[type=checkbox],
.label-inline input[type=radio] {
  margin: 0 0.3rem 0 0;
}

.form-caption {
  clear: left;
  width: auto;
}
@media screen and (min-width: 768px) {
  .form-horizontal .form-caption {
    margin-left: 27%;
  }
}
.label-above .form-caption {
  margin-left: 0;
}
.form-indent .form-caption {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .form-indent {
    margin-left: 27%;
  }
}

.error-message {
  border: 2px solid #990000;
  background-color: #faeded;
  padding: 0.7em 0.5em;
  text-indent: 0;
  width: 49.5966%;
}

.error {
  background-color: #faeded;
  border-color: #990000;
  color: #990000;
}

span.error,
div.error, .error-message {
  background: none;
}

.error-form {
  background-color: #cebdb3;
  border: 1px solid #990000;
  border-radius: 0.5em;
  color: #990000;
  margin: 0.5em 0;
  padding: 0.8em;
}

.form-inline form {
  padding: 0 0 2em;
  width: 98%;
}
.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto;
}
.form-inline input[type=text], .form-inline select {
  margin-left: 0;
  width: 95%;
}
.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.row-inline {
  display: inline;
}
.row-inline label {
  width: auto;
}

.dialog-required {
  display: inline;
  position: relative;
  padding: 0 0.5em;
}
.dialog-required em {
  color: #990000;
  font-size: 0.65rem;
  font-style: normal;
  text-transform: uppercase;
}

.required-indicator {
  color: #990000;
  font-size: 15px;
  padding: 0;
}

.form-field-tooltip {
  float: left;
  margin-left: 3%;
  padding-top: 0.75em;
  width: 20%;
}

/* Hero Section */
.section--home-categories.section--home-categories-redesign, .section.section--banner {
  width: 100vw;
  padding: 0 !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--home-categories.section--home-categories-redesign, .section.section--banner {
    width: 95vw;
  }
}
@media (min-width: 1025px) {
  .section--home-categories.section--home-categories-redesign, .section.section--banner {
    width: 85vw;
  }
}

.hp-hero {
  width: 100%;
  border-radius: 0;
  aspect-ratio: 1.16;
}
@media (min-width: 768px) {
  .hp-hero {
    aspect-ratio: 3.26;
  }
}
@media (min-width: 1025px) {
  .hp-hero {
    aspect-ratio: 2.91;
  }
}

.homepage-mini-banner {
  display: none !important;
}

.hp-hero img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.section--home-categories.section--home-categories-redesign .hp-hero a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.hp-hero a:hover {
  box-shadow: 0 0 4px 0 #0069C8;
}

#homerev24_deals-section, #home_rev24_cattiles, #homerev24_essentials-section, .section.section-browse-deal {
  width: 92vw;
  margin: 0 auto;
  padding: 0 0 1rem 0;
}
@media (min-width: 768px) {
  #homerev24_deals-section, #home_rev24_cattiles, #homerev24_essentials-section, .section.section-browse-deal {
    width: 95vw;
  }
}
@media (min-width: 1025px) {
  #homerev24_deals-section, #home_rev24_cattiles, #homerev24_essentials-section, .section.section-browse-deal {
    width: 85vw;
  }
}

#homerev24_hero-section .subhero-banner {
  display: flex;
  flex-direction: row;
  background-color: #e0edf8;
  border-radius: 0px;
  justify-content: center;
  height: 48px;
  overflow: hidden;
}

#homerev24_hero-section .subhero-banner .subhero-line-one, #homerev24_hero-section .subhero-banner .subhero-line-two {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 8px;
}

#homerev24_hero-section .non-mobile-subhero .subhero-unit {
  display: flex;
  flex-direction: row;
  padding: 0;
  align-items: center;
  justify-content: center;
}

#homerev24_hero-section .subhero-banner svg {
  max-height: 24px;
  max-width: 24px;
  margin-right: 8px;
}
#homerev24_hero-section .subhero-banner .subhero-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
#homerev24_hero-section .subhero-banner p {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #homerev24_hero-section {
    width: 85vw;
  }
  #homerev24_hero-section .non-mobile-subhero {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 56px;
    border-radius: 0 0 8px 8px;
  }
  #homerev24_hero-section .mobile-subhero {
    display: none;
  }
  #homerev24_hero-section .non-mobile-subhero .subhero-unit {
    padding: 0;
    align-items: center;
  }
  #homerev24_hero-section .non-mobile-subhero .subhero-unit .subhero-text {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (min-width: 1024px) {
  #homerev24_hero-section .non-mobile-subhero {
    padding: 0 12%;
  }
  #homerev24_hero-section .non-mobile-subhero .subhero-unit .subhero-text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  @keyframes banner-one {
    0% {
      top: 4px;
    }
    35% {
      top: 4px;
    }
    50% {
      top: -48px;
    }
    85% {
      top: -48px;
    }
    100% {
      top: 4px;
    }
  }
  @keyframes banner-two {
    0% {
      top: 16px;
    }
    35% {
      top: 16px;
    }
    50% {
      top: -30px;
    }
    85% {
      top: -30px;
    }
    100% {
      top: 16px;
    }
  }
  #homerev24_hero-section .subhero-banner.mobile-subhero {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    justify-content: flex-start;
  }
  #homerev24_hero-section .subhero-line-one {
    position: relative;
    top: 4px;
    left: 4px;
    animation: banner-one;
    animation-duration: 7.5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }
  #homerev24_hero-section .subhero-line-two {
    position: relative;
    top: 13px;
    left: 0px;
    animation: banner-two;
    animation-duration: 7.5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
  }
  #homerev24_hero-section .non-mobile-subhero {
    display: none;
  }
}
@media (max-width: 430px) {
  #homerev24_hero-section .subhero-line-two .subhero-unit {
    width: 45%;
    justify-content: flex-end;
  }
  #homerev24_hero-section .subhero-line-two .service-included p {
    line-height: 14px;
  }
}
/* Deals Section */
.section--home-categories.section--home-categories-redesign a {
  border-radius: 8px;
}

#homerev24_deals-section {
  display: flex;
  flex-direction: column;
}
#homerev24_deals-section .container-deal {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}
#homerev24_deals-section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #404040;
  line-height: 48px;
  letter-spacing: -0.25px;
  margin-bottom: 16px;
  text-transform: inherit;
}
#homerev24_deals-section .deal-left-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#homerev24_deals-section .deal-item {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}
#homerev24_deals-section .deal-column {
  display: flex;
  gap: 18px;
  flex-direction: row;
}
#homerev24_deals-section .deal-item a {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  border-radius: 8px;
}
#homerev24_deals-section .deal-item a:hover {
  box-shadow: 0 0 4px 0 #0069C8;
}
#homerev24_deals-section .deal-item a:active, #homerev24_deals-section .deal-item a:focus-visible {
  outline: 2px solid #4359FF;
  outline-offset: 1px;
}
#homerev24_deals-section .deals-item-rd:hover {
  border: none;
  box-shadow: 0 0 4px 0 #0069C8;
}
#homerev24_deals-section {
  /*First and Second Deal Tiles*/
}
#homerev24_deals-section .container-deal .deal-now, #homerev24_deals-section .container-deal .alert-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
#homerev24_deals-section {
  /*Third Deal Tile */
}
#homerev24_deals-section .weekly-deal-wrap {
  display: flex;
  height: 100%;
}
#homerev24_deals-section .weekly-deal-wrap picture {
  display: block;
  height: 100%;
}
#homerev24_deals-section .weekly-deal-wrap picture img {
  height: 100%;
}
#homerev24_deals-section {
  /*Fourth Deal Tile*/
}
#homerev24_deals-section .deal-item-4 {
  display: flex;
  aspect-ratio: 2.19;
}
#homerev24_deals-section .deal-item-4 .hotdeals-banner {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
#homerev24_deals-section .deal-item-4-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #homerev24_deals-section .deal-item-1,
  #homerev24_deals-section .deal-item-2 {
    flex: 1;
    aspect-ratio: 0.85;
  }
  #homerev24_deals-section .deal-item-3 {
    display: flex;
    height: 58vw;
  }
}
@media (min-width: 768px) {
  #homerev24_deals-section .deal-item {
    width: initial;
  }
  #homerev24_deals-section .container-deal {
    flex-direction: row;
    height: 40vw;
    gap: 24px;
  }
  #homerev24_deals-section .container-deal .hotdeals-item {
    display: flex;
    background-size: cover;
  }
  #homerev24_deals-section .deal-left-row, #homerev24_deals-section .deal-right-row {
    height: 100%;
  }
  #homerev24_deals-section .deal-left-row {
    flex: 2;
    gap: 24px;
  }
  #homerev24_deals-section .deal-right-row {
    flex: 1;
  }
  #homerev24_deals-section .deal-column {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex: 1;
    height: 100%;
  }
  #homerev24_deals-section .deal-item.deal-right-row.deal-item-4 {
    width: 33%;
  }
}
@media (min-width: 1025px) {
  #homerev24_deals-section .container-deal {
    height: 31vw;
    gap: 24px;
  }
  #homerev24_deals-section .deal-item-1, #homerev24_deals-section .deal-item-2, #homerev24_deals-section .deal-item-3 {
    height: 100%;
    width: 100%;
  }
}
/* Essentails Section */
#homerev24_essentials-section {
  padding-bottom: 1rem;
  position: relative;
}
#homerev24_essentials-section .grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#homerev24_essentials-section .cell {
  width: 24%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.85 !important;
}
#homerev24_essentials-section img {
  width: 100%;
  height: 100%;
}
#homerev24_essentials-section a {
  display: block;
  aspect-ratio: 0.85;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#homerev24_essentials-section .title {
  bottom: 40px;
  left: 12px;
  position: relative;
  z-index: 2;
}
#homerev24_essentials-section .new-item {
  color: #c41e24;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #homerev24_essentials-section .new-item {
    font-size: 14px;
    line-height: 22px;
  }
}
#homerev24_essentials-section .headline {
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  #homerev24_essentials-section .headline {
    font-size: 20px;
    line-height: 24px;
  }
}
#homerev24_essentials-section h2 {
  color: #404040;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  text-transform: none;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #homerev24_essentials-section h2 {
    font-size: 29px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1025px) {
  #homerev24_essentials-section h2 {
    font-size: 33px;
    line-height: 42px;
  }
}
@media screen and (min-width: 768px) {
  #homerev24_essentials-section {
    padding-top: 3rem;
  }
  #homerev24_essentials-section .grid {
    grid-gap: 1.5rem;
  }
  #homerev24_essentials-section h2 {
    font-size: 29px;
    line-height: 35px;
  }
  #homerev24_essentials-section .new-item {
    font-size: 14px;
    line-height: 22px;
  }
  #homerev24_essentials-section .headline {
    font-size: 18px;
    line-height: 24px;
  }
  #homerev24_essentials-section a, #homerev24_essentials-section .cell {
    aspect-ratio: 1.04 !important;
  }
}
@media screen and (min-width: 1025px) {
  #homerev24_essentials-section h2 {
    font-size: 33px;
    line-height: 42px;
  }
  #homerev24_essentials-section .headline {
    font-size: 20px;
    line-height: 24px;
  }
  #homerev24_essentials-section a, #homerev24_essentials-section .cell {
    aspect-ratio: 1.33 !important;
  }
}

/* Department Section */
#home_rev24_cattiles .grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  #home_rev24_cattiles .grid {
    flex-direction: row;
    justify-content: space-around;
  }
}
#home_rev24_cattiles .grid .mobile-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  #home_rev24_cattiles .grid .mobile-row {
    width: 49%;
  }
}
#home_rev24_cattiles .cell {
  width: 49%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
}
#home_rev24_cattiles .cell a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#home_rev24_cattiles .cell img {
  width: 100%;
  height: 100%;
}
#home_rev24_cattiles .cattiles-headline {
  padding: 1rem 0 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles .cattiles-headline {
    padding: 3rem 0 1.5rem;
  }
}
#home_rev24_cattiles .link-container {
  padding-top: 1rem;
}
#home_rev24_cattiles .link-container a {
  color: #0069c8;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 1rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles .link-container a {
    font-size: 16px;
    line-height: 28px;
  }
}
#home_rev24_cattiles .link-container.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles .link-container.desktop {
    display: block;
  }
}
#home_rev24_cattiles .link-container.mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles .link-container.mobile {
    display: none;
  }
}
#home_rev24_cattiles .subtitle-2 {
  bottom: 15%;
  left: 1%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles .subtitle-2 {
    font-size: 18px;
    line-height: 24px;
    bottom: 20%;
  }
}
@media screen and (min-width: 1025px) {
  #home_rev24_cattiles .subtitle-2 {
    font-size: 19px;
    line-height: 27px;
    bottom: 18%;
  }
}
@media (min-width: 1200px) {
  #home_rev24_cattiles .subtitle-2 {
    bottom: 15%;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  #home_rev24_cattiles .long-title {
    bottom: 32%;
  }
}
#home_rev24_cattiles h2 {
  color: #404040;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  text-transform: unset;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles h2 {
    font-size: 29px;
    line-height: 35px;
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  #home_rev24_cattiles h2 {
    font-size: 33px;
    line-height: 42px;
  }
}
#home_rev24_cattiles h3 {
  color: #404040;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles h3 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 1025px) {
  #home_rev24_cattiles h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
#home_rev24_cattiles h5 {
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #home_rev24_cattiles h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #home_rev24_cattiles h5 {
    font-size: 19px;
    line-height: 27px;
  }
}

.section--home-categories.section--home-categories-redesign .grid .cell {
  border-radius: 8px;
}
.section--home-categories.section--home-categories-redesign .grid .cell:hover {
  box-shadow: 0 0 4px 0 #0069C8;
}

@media screen and (min-width: 1025px) {
  #home_rev24_cattiles h2 {
    font-size: 33px;
    line-height: 42px;
  }
  #home_rev24_cattiles .subtitle-2 {
    font-size: 19px;
    line-height: 27px;
  }
}
/*Featured Deals Section */
.article--home .section-browse-deal {
  display: flex;
  width: 92vw;
  font-size: 13px;
  padding: 0 0 2rem 0 !important;
}
@media (min-width: 768px) {
  .article--home .section-browse-deal {
    width: 95vw;
  }
}
@media (min-width: 1025px) {
  .article--home .section-browse-deal {
    width: 85vw;
  }
}

.home-browse-deal-rd {
  display: flex;
  flex-direction: column;
}

.deals-item-rd-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  margin: 2rem auto;
}
@media (min-width: 768px) {
  .deals-item-rd-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

.deals-item-rd {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 1.2em 1em 0.5em;
}
.deals-item-rd a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.deals-item-rd a:hover {
  text-decoration: none;
}
.deals-item-rd .deals-item-rd-head {
  border-radius: 8px;
}
@media (min-width: 768px) {
  .deals-item-rd {
    width: 49%;
  }
}

.home_rev24_09_featdeal1, .home_rev24_10_featdeal2 {
  width: 100%;
}
.home_rev24_09_featdeal1 .deals-item-rd-footer .nowrap, .home_rev24_10_featdeal2 .deals-item-rd-footer .nowrap {
  white-space: nowrap;
}
.home_rev24_09_featdeal1 .promo__container, .home_rev24_10_featdeal2 .promo__container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1.71;
}
@media (min-width: 768px) {
  .home_rev24_09_featdeal1 .promo__container, .home_rev24_10_featdeal2 .promo__container {
    aspect-ratio: 1.59;
  }
}
@media (min-width: 1025px) {
  .home_rev24_09_featdeal1 .promo__container, .home_rev24_10_featdeal2 .promo__container {
    aspect-ratio: 1.87;
  }
}
.home_rev24_09_featdeal1 .promo__container img, .home_rev24_10_featdeal2 .promo__container img {
  height: 100%;
  width: 100%;
}
.home_rev24_09_featdeal1 .deals-item-rd-footer, .home_rev24_10_featdeal2 .deals-item-rd-footer {
  width: 94%;
  font-size: 1em;
  text-align: center;
  margin: auto;
}
.home_rev24_09_featdeal1 .deals-item-rd-footer h3, .home_rev24_10_featdeal2 .deals-item-rd-footer h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1650A8;
  margin-top: 0.75em;
}
.home_rev24_09_featdeal1 .deals-item-rd-footer p, .home_rev24_10_featdeal2 .deals-item-rd-footer p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  margin-top: 0.3em;
}
.home_rev24_09_featdeal1 .deals-item-rd-footer span, .home_rev24_10_featdeal2 .deals-item-rd-footer span {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .home_rev24_09_featdeal1 .deals-item-rd-footer, .home_rev24_10_featdeal2 .deals-item-rd-footer {
    width: 92%;
  }
}
@media (min-width: 1025px) {
  .home_rev24_09_featdeal1 .deals-item-rd-footer, .home_rev24_10_featdeal2 .deals-item-rd-footer {
    width: 90%;
  }
}

/* Account Sidebar */
.ThanksBanner {
  position: relative;
  background: url(https://i8.amplience.net/i/aarons/Leasing_Power_App_Header_Checkout_M_1372x448);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  color: white;
  height: 122px;
  width: 100%;
  margin-bottom: 25px;
}
.ThanksBanner.has-button {
  background: url(https://i8.amplience.net/i/aarons/Leasing_Power_App_Header_Account_M_1372x660);
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 165px;
}
.ThanksBanner .thankYouContent {
  position: relative;
  top: 26px;
  left: 111px;
  width: 233px;
}
.ThanksBanner .thankYouContent h2, .ThanksBanner .thankYouContent header {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}
.ThanksBanner .thankYouContent p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.ThanksBanner button.ThanksBanner-seeDetails {
  position: absolute;
  left: 16px;
  bottom: 16px;
  height: 40px;
  width: auto;
  padding: 0 16px;
  border: none;
}
.ThanksBanner button.ThanksBanner-seeDetails:focus {
  outline: 2px black solid;
}

.CheckoutDialog-hiddenWrapper {
  display: none !important;
}

.CheckoutDialog-ui-dialog {
  box-sizing: border-box;
  background-color: white;
  border: 1px #ccc solid;
  border-radius: 4px;
  padding: 0;
  box-shadow: 0px 0px 5px #666;
  max-width: 100%;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-widget-header {
  background: none;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-titlebar {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 16px;
  border-bottom: 1px rgb(211, 216, 222) solid;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-title {
  margin: 0;
  font-weight: 600;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-title {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 1.188rem;
    line-height: 1.688148rem;
  }
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-content {
  box-sizing: border-box;
  padding: 16px 16px 32px 16px;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-titlebar-close {
  box-sizing: border-box;
  position: absolute;
  right: 16px;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-titlebar-close::after {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  content: "";
  background-image: url(../images/svg/close-x-btn2.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-titlebar-close:focus {
  outline: 2px #0069C8 solid;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-dialog-titlebar-close .ui-icon {
  display: none;
}
.CheckoutDialog-ui-dialog .CheckoutDialog-ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}

body.new-navigation .CheckoutDialog-ui-dialog .label {
  color: #404040;
}
body.new-navigation .CheckoutDialog-ui-dialog h2 {
  text-transform: unset;
}
body.new-navigation .CheckoutDialog-ui-dialog hr {
  box-sizing: border-box;
  margin: 8px 0;
  height: unset;
  background-color: unset;
}
body.new-navigation .CheckoutDialog-ui-dialog .ui-dialog-title {
  height: unset;
  text-transform: initial;
}
body.new-navigation .CheckoutDialog-ui-dialog .ui-widget-header {
  background-color: white;
}

.CheckoutInput-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.CheckoutInput-wrapper.for-radio {
  align-items: center;
}

.CheckoutInput-floatableLabel {
  top: 12px;
  left: 16px;
  position: absolute;
  transition-property: top, left, font-size, font-weight, line-height, letter-spacing, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  pointer-events: none;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-size: 16px;
  color: #767676;
}
.CheckoutInput-floatableLabel.is-required::before {
  content: "*";
  color: #C41E24;
}

.CheckoutInput-floatableLabel.is-floating {
  top: 0;
  left: 16px;
  transition-property: top, left, font-size, font-weight, line-height, letter-spacing, color;
  transition-duration: 0.15s;
  transition-timing-function: ease-out;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.66rem;
  color: #121212;
}
@media screen and (min-width: 1024px) {
  .CheckoutInput-floatableLabel.is-floating {
    top: 4px;
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 1.18698rem;
  }
}
@media screen and (max-width: 768px) {
  .CheckoutInput-floatableLabel.is-floating {
    left: 10px;
  }
}
@media screen and (max-width: 375px) {
  .CheckoutInput-floatableLabel.is-floating {
    left: 7px;
  }
}
.CheckoutInput-floatableLabel.is-floating.is-required::before {
  content: "*";
  color: #C41E24;
}

.CheckoutInput-label {
  pointer-events: unset;
  position: static;
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 28px;
  font-weight: 400;
}
.CheckoutInput-label.is-after-input {
  margin-left: 8px;
}

.CheckoutInput-visualInput {
  border: 1px #8c8c8c solid;
  border-radius: 4px;
  width: 100%;
  height: unset;
}
.CheckoutInput-visualInput.error {
  background-color: unset;
  border-color: #C41E24;
}
.CheckoutInput-visualInput.has-focus {
  outline: 2px solid #0069C8;
}

.CheckoutInput-visualInput.wraps-select::after {
  position: absolute;
  content: "";
  background-image: url(../images/svg/checkoutselect-arrow.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: 16px;
  top: 20px;
  pointer-events: none;
}
.CheckoutInput-visualInput.wraps-select select {
  width: 100%;
}

input[type=text].CheckoutInput-input,
input[type=number].CheckoutInput-input,
input[type=password].CheckoutInput-input,
input[type=tel].CheckoutInput-input,
textarea.CheckoutInput-input {
  border: 1px #8c8c8c solid;
  border-radius: 4px;
  width: 100%;
  height: unset;
}
input[type=text].CheckoutInput-input.error,
input[type=number].CheckoutInput-input.error,
input[type=password].CheckoutInput-input.error,
input[type=tel].CheckoutInput-input.error,
textarea.CheckoutInput-input.error {
  background-color: unset;
  border-color: #C41E24;
}
input[type=text].CheckoutInput-input.has-focus,
input[type=number].CheckoutInput-input.has-focus,
input[type=password].CheckoutInput-input.has-focus,
input[type=tel].CheckoutInput-input.has-focus,
textarea.CheckoutInput-input.has-focus {
  outline: 2px solid #0069C8;
}
input[type=text].CheckoutInput-input,
input[type=number].CheckoutInput-input,
input[type=password].CheckoutInput-input,
input[type=tel].CheckoutInput-input,
textarea.CheckoutInput-input {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: unset;
  font-size: 16px;
  color: #121212;
  padding: 26px 16px 10px 16px;
}
@media screen and (max-width: 768px) {
  input[type=text].CheckoutInput-input,
  input[type=number].CheckoutInput-input,
  input[type=password].CheckoutInput-input,
  input[type=tel].CheckoutInput-input,
  textarea.CheckoutInput-input {
    padding: 26px 16px 10px 10px;
  }
}
@media screen and (max-width: 375px) {
  input[type=text].CheckoutInput-input,
  input[type=number].CheckoutInput-input,
  input[type=password].CheckoutInput-input,
  input[type=tel].CheckoutInput-input,
  textarea.CheckoutInput-input {
    padding: 26px 7px 10px 7px;
  }
}

select.CheckoutInput-input {
  -webkit-appearance: initial;
  appearance: initial;
  background-color: transparent;
  border: none;
  height: unset;
}
select.CheckoutInput-input {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: unset;
  font-size: 16px;
  color: #121212;
  padding: 26px 16px 10px 16px;
}
@media screen and (max-width: 768px) {
  select.CheckoutInput-input {
    padding: 26px 16px 10px 10px;
  }
}
@media screen and (max-width: 375px) {
  select.CheckoutInput-input {
    padding: 26px 7px 10px 7px;
  }
}
select.CheckoutInput-input:focus {
  outline: none;
}

input[type=checkbox].CheckoutInput-input {
  display: initial;
  height: 24px;
  margin: 0;
  position: static;
  opacity: 1;
  width: 24px;
}
input[type=checkbox].CheckoutInput-input.error {
  border-color: #C41E24;
}

input[type=radio].CheckoutInput-input {
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin: 0;
  border: 2px #404040 solid;
  border-radius: 12px;
  position: relative;
  opacity: 1;
}
input[type=radio].CheckoutInput-input.error {
  border-color: #C41E24;
}
input[type=radio].CheckoutInput-input:checked::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 7px;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #0069c8;
}

.CheckoutFieldset {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.CheckoutFieldset.is-hidden {
  display: none;
}

.CheckoutLegend {
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.66rem;
  line-height: unset;
  margin-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .CheckoutLegend {
    font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 1.18698rem;
  }
}
.CheckoutLegend {
  border: unset;
  background-color: unset;
  padding: unset;
  position: unset;
  text-transform: unset;
}
.CheckoutLegend.is-invisible {
  position: absolute;
  left: -99999px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.CheckoutButton-submit {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #0069c8;
  border: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
.CheckoutButton-submit:disabled {
  background-color: #999;
}
@media screen and (min-width: 1024px) {
  .CheckoutButton-submit {
    width: 345px;
  }
}
.CheckoutButton-submit:focus {
  outline-color: black;
}

.CheckoutButton-secondary {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 2px #0069c8 solid;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0069c8;
  padding: 0;
  text-decoration: none solid rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .CheckoutButton-secondary {
    width: 345px;
  }
}
.CheckoutButton-secondary.error {
  border-color: #C41E24;
  color: #C41E24;
}

.CheckoutButton-link {
  display: inline-block;
  padding: 0;
  border: none;
  color: #0069c8;
  text-decoration: underline;
  font-weight: 600;
}

.CheckoutInput-error,
.CheckoutInput-wrapper span.error {
  display: block;
  padding-left: 8px;
  font-size: 13px;
  line-height: 19px;
  margin-top: 2px;
  color: #C41E24;
}

.CheckoutInput-wrapper .ui-datepicker-trigger {
  background: url("../images/calendar-icon.png") no-repeat;
  display: inline-block;
  background-position: 95%;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 15px;
  right: 10px;
}

.CheckoutInput-wrapper ::-ms-reveal {
  display: none;
}

.CheckoutInput-revealer {
  display: none;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 23px;
  height: 16px;
  border: none;
  background: url("../images/svg/checkoutinput-eye.svg") no-repeat;
  cursor: pointer;
}
.CheckoutInput-revealer.is-visible {
  display: block;
}

.CheckoutToggle-wrapper {
  position: relative;
  height: 16px;
  width: 36px;
  cursor: pointer;
}
.CheckoutToggle-wrapper input[type=checkbox] {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
}
.CheckoutToggle-wrapper .CheckoutToggle-track {
  z-index: 0;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25%/50%;
  background-color: #999;
}
.CheckoutToggle-wrapper.is-checked .CheckoutToggle-track {
  background-color: rgba(0, 105, 200, 0.5);
}
.CheckoutToggle-wrapper .CheckoutToggle-switch {
  z-index: 1;
  position: absolute;
  top: -3px;
  content: "";
  display: block;
  background-color: white;
  height: 22px;
  width: 22px;
  border: 1px #999 solid;
  border-radius: 50%;
  transition: transform 0.1s;
  transform: translateX(-3px);
}
.CheckoutToggle-wrapper.is-checked .CheckoutToggle-switch {
  background-color: rgb(0, 105, 200);
  transform: translateX(17px);
}
.CheckoutToggle-wrapper:has(input:focus) {
  outline: 2px #142667 solid;
}

.Checkout2-loader {
  margin: 0;
  top: 50%;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transform: translateY(-50%);
  height: 100%;
}
.Checkout2-loader .is-hidden, .Checkout2-loader.is-hidden {
  display: none;
}

.Checkout2-loader-blueBg {
  background-color: transparent;
  opacity: 0.8;
  background-color: #142667;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  position: fixed;
}

.Checkout2-loader-content {
  position: relative;
  margin: 0 auto;
  z-index: 10000;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  width: 350px;
  max-width: 90%;
  transition: height 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}
.Checkout2-loader-content.width-550 {
  width: 550px;
}

.Checkout2-loader .spinner {
  margin: 100px auto 0px auto;
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 0;
}
.Checkout2-loader .spinner > div {
  background-color: #fff;
  margin: 0 1px;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.Checkout2-loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.Checkout2-loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.Checkout2-loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.Checkout2-loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.Checkout2-loader-loading {
  font-size: 23px;
  color: #ffffff;
  line-height: 31px;
}

.Checkout2-loader-whiteBox {
  position: relative;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  margin-top: 100px;
  padding: 80px 10px 50px;
}

.Checkout2-loader-iconContainer {
  position: absolute;
  width: 112px;
  height: 112px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00166F;
  border: 4px white solid;
  border-radius: 56px;
}

.Checkout2-loader-icon {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 20px;
  left: 20px;
}
.Checkout2-loader-icon.is-hidden {
  display: none;
}

.Checkout2-loader-bigWords {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 26px;
  color: #404040;
  line-height: 35px;
}

.Checkout2-loader-littleWords {
  font-weight: 600;
  font-size: 16px;
  color: #404040;
  line-height: 24px;
}

#DecisionPendingComponent {
  display: flex;
  flex-direction: column;
}
#DecisionPendingComponent .info-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  margin: 1rem 16px 0 16px;
}
#DecisionPendingComponent .info-links .dot {
  margin: 0 12px;
}
#DecisionPendingComponent .info-links button {
  display: inline-block;
  padding: 0;
  border: none;
  color: #0069c8;
  text-decoration: underline;
}
#DecisionPendingComponent .flex-containers {
  display: flex;
}
#DecisionPendingComponent .is-hidden {
  display: none;
}
#DecisionPendingComponent .desktopMap {
  display: none;
}

#DecisionPendingComponent .almostThere {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
@media screen and (min-width: 767px) {
  #DecisionPendingComponent .almostThere {
    font-size: 24px;
    line-height: 32px;
  }
}

#DecisionPendingComponent section.section1 {
  background: white;
  padding: 0 24px 16px;
}
#DecisionPendingComponent section.section1 li {
  position: relative;
  margin-left: 16px;
}
#DecisionPendingComponent section.section1 li.header-li {
  list-style-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 20 20" width="17" height="17"><g transform="translate(2, 2)"><defs><path id="path-1744817589306414" d="M8 0 C12.415320195951995 0 16 3.5846798040479984 16 8 C16 12.415320195951995 12.415320195951995 16 8 16 C3.5846798040479984 16 0 12.415320195951995 0 8 C0 3.5846798040479984 3.5846798040479984 0 8 0 Z" vector-effect="non-scaling-stroke"/></defs><g transform="translate(0, 0)"><path style="stroke: rgb(99, 164, 15); stroke-width: 2; stroke-linecap: butt; stroke-linejoin: miter; fill: transparent;" d="M8 0 C12.415320195951995 0 16 3.5846798040479984 16 8 C16 12.415320195951995 12.415320195951995 16 8 16 C3.5846798040479984 16 0 12.415320195951995 0 8 C0 3.5846798040479984 3.5846798040479984 0 8 0 Z" vector-effect="non-scaling-stroke"/></g></g></svg>');
}
#DecisionPendingComponent section.section1 li.header-li::marker {
  width: 17px;
  height: 17px;
}
#DecisionPendingComponent section.section1 li.header-li {
  /* For each li element, insert a line before it */
}
#DecisionPendingComponent section.section1 li.header-li:before {
  content: ""; /* Content is necessary for pseudo-elements to display */
  position: absolute; /* Position the line absolutely relative to the li */
  top: 15px; /* Start the line at the top of the li */
  bottom: -18px; /* Extend the line to the bottom of the li */
  left: -15px; /* Adjust the left position to align the line as needed */
  width: 2px; /* Set the width of the line */
  background-color: #757575; /* Set the color of the line */
}
#DecisionPendingComponent section.section1 li.header-li:last-child {
  margin-top: 16px;
}
#DecisionPendingComponent section.section1 li.header-li.last:before {
  display: none;
}
#DecisionPendingComponent section.section1 li.checked {
  margin: 24px 0 14px 16px;
  list-style-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 16.19246 16" width="17" height="17"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(99, 164, 15);" d="M8.09623,16c4.47142,0 8.09623,-3.58172 8.09623,-8c0,-4.41828 -3.6248,-8 -8.09623,-8c-4.47142,0 -8.09623,3.58172 -8.09623,8c0,4.41828 3.6248,8 8.09623,8zM11.66995,6.53125l-4.04811,4c-0.29728,0.29375 -0.778,0.29375 -1.07212,0l-2.02406,-2c-0.29728,-0.29375 -0.29728,-0.76875 0,-1.05937c0.29728,-0.29063 0.778,-0.29375 1.07212,0l1.48642,1.46875l3.51047,-3.47188c0.29728,-0.29375 0.778,-0.29375 1.07212,0c0.29412,0.29375 0.29728,0.76875 0,1.05937z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1744817589305406" d="M8.09623,16c4.47142,0 8.09623,-3.58172 8.09623,-8c0,-4.41828 -3.6248,-8 -8.09623,-8c-4.47142,0 -8.09623,3.58172 -8.09623,8c0,4.41828 3.6248,8 8.09623,8zM11.66995,6.53125l-4.04811,4c-0.29728,0.29375 -0.778,0.29375 -1.07212,0l-2.02406,-2c-0.29728,-0.29375 -0.29728,-0.76875 0,-1.05937c0.29728,-0.29063 0.778,-0.29375 1.07212,0l1.48642,1.46875l3.51047,-3.47188c0.29728,-0.29375 0.778,-0.29375 1.07212,0c0.29412,0.29375 0.29728,0.76875 0,1.05937z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
}
@media screen and (max-width: 768px) {
  #DecisionPendingComponent section.section1 li.checked {
    margin: 23px 16px 11px;
  }
}
#DecisionPendingComponent section.section1 li.checked:before {
  background-color: #63a40f;
  height: 25px;
  top: 11px;
}

#DecisionPendingComponent section.section2 {
  background: #f6f6f6;
  padding: 12px 0 16px;
  font-size: 16px;
  color: #404040;
  line-height: 18px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  #DecisionPendingComponent section.section2 {
    padding: 6px 15px 11px;
  }
}
#DecisionPendingComponent section.section2 p {
  padding: 0 12px 12px 12px;
}
#DecisionPendingComponent section.section2 .flex-ul {
  display: flex;
  gap: 30px;
  padding-left: 12px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #DecisionPendingComponent section.section2 .flex-ul {
    padding-left: 0;
  }
}
#DecisionPendingComponent section.section2 .flex-ul ul li {
  padding-bottom: 12px;
  list-style-type: disc;
}

#DecisionPendingComponent #storeInfo {
  text-align: left;
}
#DecisionPendingComponent #storeInfo .whyWait {
  width: 100%;
  text-align: center;
}
#DecisionPendingComponent #storeInfo .storeMap {
  margin: 0 auto 8px auto;
}
#DecisionPendingComponent #storeInfo .openOrClosed {
  font-weight: bold;
}
#DecisionPendingComponent #storeInfo .openOrClosed.is-open {
  color: #63a40f;
}
#DecisionPendingComponent #storeInfo .openOrClosed.is-closed {
  color: #C41E24;
}
#DecisionPendingComponent #storeInfo .storeInfoBlock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
}
#DecisionPendingComponent #storeInfo .storeInfoBlock .iconHolder {
  width: 24px;
  text-align: center;
  margin-right: 8px;
}
#DecisionPendingComponent #storeInfo .storeAddress span {
  display: block;
}
#DecisionPendingComponent #storeInfo .phoneDiv span {
  display: block;
}
#DecisionPendingComponent #storeInfo .haveQuestions {
  font-weight: bold;
}
#DecisionPendingComponent #storeInfo .storeLink, #DecisionPendingComponent #storeInfo .phoneLink {
  color: #0069c8;
  font-weight: bold;
  text-decoration: underline;
}
#DecisionPendingComponent #storeInfo .getDirectionsLink {
  color: white;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  margin-top: 24px;
}

.DecisionPendingComponent-switcher {
  background: linear-gradient(90deg, #0069c8 0%, #00369d 100%);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.DecisionPendingComponent-switcher button {
  color: white;
  border: none;
  border-radius: 10%/50%;
  width: 50%;
  padding: 16px 0;
}
.DecisionPendingComponent-switcher button.is-selected {
  background: white;
  border: 1px solid #0069c8;
  color: #0069c8;
}

.DecisionPendingComponent-toggleHeader {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #0069c8 0%, #00369d 100%);
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  border: none;
  color: white;
  margin-top: 8px;
  padding: 6px 0;
  border-radius: 4px 4px 0 0;
}
.DecisionPendingComponent-toggleHeader .icon {
  display: inline-block;
  width: 11px;
  height: 13px;
  margin-left: 15px;
}
.DecisionPendingComponent-toggleHeader .icon.person {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 10.3504 13"><g transform="translate(0, 0)"><g transform="translate(0.000009999999999399378, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(255, 255, 255);" d="M7.02348,3.25c0,-1.12183 -0.82751,-2.03125 -1.84828,-2.03125c-1.02078,0 -1.84828,0.90942 -1.84828,2.03125c0,1.12183 0.82751,2.03125 1.84828,2.03125c1.02078,0 1.84828,-0.90942 1.84828,-2.03125zM2.21794,3.25c0,-1.79493 1.32401,-3.25 2.95726,-3.25c1.63325,0 2.95726,1.45507 2.95726,3.25c0,1.79493 -1.32401,3.25 -2.95726,3.25c-1.63325,0 -2.95726,-1.45507 -2.95726,-3.25zM1.13901,11.78125h8.07469c-0.20562,-1.60723 -1.46246,-2.84375 -2.98036,-2.84375h-2.11167c-1.5179,0 -2.77474,1.23652 -2.98036,2.84375zM0,12.2459c0,-2.50098 1.84366,-4.52715 4.11936,-4.52715h2.11167c2.2757,0 4.11936,2.02617 4.11936,4.52715c0,0.41641 -0.30728,0.7541 -0.68618,0.7541h-8.97804c-0.3789,0 -0.68618,-0.3377 -0.68618,-0.7541z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1744905665355305" d="M7.02348,3.25c0,-1.12183 -0.82751,-2.03125 -1.84828,-2.03125c-1.02078,0 -1.84828,0.90942 -1.84828,2.03125c0,1.12183 0.82751,2.03125 1.84828,2.03125c1.02078,0 1.84828,-0.90942 1.84828,-2.03125zM2.21794,3.25c0,-1.79493 1.32401,-3.25 2.95726,-3.25c1.63325,0 2.95726,1.45507 2.95726,3.25c0,1.79493 -1.32401,3.25 -2.95726,3.25c-1.63325,0 -2.95726,-1.45507 -2.95726,-3.25zM1.13901,11.78125h8.07469c-0.20562,-1.60723 -1.46246,-2.84375 -2.98036,-2.84375h-2.11167c-1.5179,0 -2.77474,1.23652 -2.98036,2.84375zM0,12.2459c0,-2.50098 1.84366,-4.52715 4.11936,-4.52715h2.11167c2.2757,0 4.11936,2.02617 4.11936,4.52715c0,0.41641 -0.30728,0.7541 -0.68618,0.7541h-8.97804c-0.3789,0 -0.68618,-0.3377 -0.68618,-0.7541z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
}
.DecisionPendingComponent-toggleHeader .icon.house {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 14.11630933070041 12.9999875" width="14.11630933070041" height="12.9999875"><g transform="translate(0, 0)"><g transform="translate(0.000099665350203091, -0.0000024999999999955613) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(255, 255, 255);" d="M7.43914,0.14473c-0.22056,-0.19297 -0.54161,-0.19297 -0.76217,0l-6.46985,5.68749c-0.24752,0.21836 -0.27693,0.60176 -0.06862,0.8582c0.20831,0.25645 0.58082,0.28691 0.82834,0.07109l0.60287,-0.52812v4.73535c0,1.12226 0.87735,2.03125 1.96056,2.03125h7.05802c1.08321,0 1.96056,-0.90898 1.96056,-2.03125v-4.73535l0.60042,0.52812c0.24752,0.21836 0.62003,0.18535 0.82834,-0.07109c0.20831,-0.25645 0.1789,-0.64238 -0.06862,-0.8582zM2.74615,10.96874v-5.76874l4.31324,-3.79082l4.31324,3.79082v5.76874c0,0.44941 -0.35045,0.8125 -0.78422,0.8125h-1.17634v-3.85937c0,-0.56113 -0.43868,-1.01562 -0.98028,-1.01562h-2.74479c-0.54161,0 -0.98028,0.45449 -0.98028,1.01562v3.85937h-1.17634c-0.43377,0 -0.78422,-0.36309 -0.78422,-0.8125zM5.88305,12.06801v-3.65625h2.35267v3.65625z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1744905665351289" d="M7.43914,0.14473c-0.22056,-0.19297 -0.54161,-0.19297 -0.76217,0l-6.46985,5.68749c-0.24752,0.21836 -0.27693,0.60176 -0.06862,0.8582c0.20831,0.25645 0.58082,0.28691 0.82834,0.07109l0.60287,-0.52812v4.73535c0,1.12226 0.87735,2.03125 1.96056,2.03125h7.05802c1.08321,0 1.96056,-0.90898 1.96056,-2.03125v-4.73535l0.60042,0.52812c0.24752,0.21836 0.62003,0.18535 0.82834,-0.07109c0.20831,-0.25645 0.1789,-0.64238 -0.06862,-0.8582zM2.74615,10.96874v-5.76874l4.31324,-3.79082l4.31324,3.79082v5.76874c0,0.44941 -0.35045,0.8125 -0.78422,0.8125h-1.17634v-3.85937c0,-0.56113 -0.43868,-1.01562 -0.98028,-1.01562h-2.74479c-0.54161,0 -0.98028,0.45449 -0.98028,1.01562v3.85937h-1.17634c-0.43377,0 -0.78422,-0.36309 -0.78422,-0.8125zM5.88305,12.06801v-3.65625h2.35267v3.65625z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
}
.DecisionPendingComponent-toggleHeader .icon.money {
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 7 13" width="7" height="13"><g transform="translate(0, 0)"><defs><path id="path-1744905665347272" d="M4.473325585019693 0.6094940418050403 C4.473325585019693 0.27173276030474725 4.21319197762996 0 3.8898483347997344 0 C3.566504691969501 0 3.306371084579773 0.27173276030474725 3.306371084579773 0.6094940418050403 C3.306371084579773 0.6094940418050403 3.306371084579773 1.820863449892557 3.306371084579773 1.820863449892557 C3.2310052730930274 1.8234030084000792 3.15563946160628 1.828482125415124 3.0802736501195396 1.8361008009376798 C2.51624564157358 1.8843524125805817 1.9327683913536193 2.0240281304942385 1.4465373495036506 2.346552060949402 C0.9408570659796861 2.681773783942174 0.571321474173711 3.1998437194764633 0.43760793766496975 3.9159992185973747 C0.3427928845042266 4.43152959562414 0.3889848334799734 4.901347919515533 0.58590840542921 5.317835514748967 C0.780400822169197 5.724164875952341 1.0940198441624245 6.018753662824768 1.4319504182481526 6.237155694471572 C2.0689130830716103 6.648564172689977 2.9368354927738034 6.87966399687438 3.6904936076412476 7.080289118968551 C3.6904936076412476 7.080289118968551 3.746410177453991 7.095526470013681 3.746410177453991 7.095526470013681 C4.570571793389688 7.313928501660496 5.268313338444392 7.504395389724569 5.732663983411099 7.806602852119557 C5.9514679522436005 7.94881812854073 6.080319178333837 8.09103340496191 6.148391524192833 8.235788239890605 C6.214032714842565 8.370384840789201 6.250500042981322 8.560851728853295 6.197014628377831 8.857980074233247 C6.126511127309577 9.231295174838841 5.871239830338352 9.541121312756403 5.358266081186627 9.744285993358076 C4.833136555988667 9.952529790974785 4.094065372376721 10.021097870677876 3.2285741178837766 9.89411994530183 C2.6791330405933134 9.810314514553635 1.7261201985673826 9.571596014846644 1.2107152942064157 9.33287751513967 C0.9165455138871873 9.195741355733539 0.571321474173711 9.33541707364719 0.4400390928742198 9.64270365305724 C0.30875671157472895 9.94999023246728 0.4424702480834705 10.310607540535253 0.7366400284026995 10.447743699941388 C1.3857584692724045 10.747411603828889 2.457897916551581 11.006446571595996 3.0632555636547885 11.097870677866768 C3.0632555636547885 11.097870677866768 3.0656867188640433 11.097870677866768 3.0656867188640433 11.097870677866768 C3.1459148407692856 11.11056847040439 3.2261429626745293 11.120726704434455 3.306371084579773 11.128345379957027 C3.306371084579773 11.128345379957027 3.306371084579773 12.390505958194943 3.306371084579773 12.390505958194943 C3.306371084579773 12.728267239695237 3.566504691969501 12.999999999999988 3.8898483347997344 12.999999999999988 C4.21319197762996 12.999999999999988 4.473325585019693 12.728267239695237 4.473325585019693 12.390505958194943 C4.473325585019693 12.390505958194943 4.473325585019693 11.156280523539754 4.473325585019693 11.156280523539754 C4.942538540404911 11.123266262941977 5.3825776332791335 11.031842156671223 5.773993621968357 10.876929087712444 C6.5495321337190555 10.569642508302413 7.176770177705515 9.983004493065057 7.3420887319344965 9.084000781402635 C7.436903785095233 8.568470404375844 7.390711836119494 8.098652080484461 7.193788264170257 7.682164485251027 C6.9992958474302664 7.275835124047656 6.685676825437042 6.9812463371752305 6.347746251351311 6.762844305528428 C5.710783586527867 6.351435827310024 4.842861176825662 6.12033600312561 4.089203061958223 5.919710881031445 C4.089203061958223 5.919710881031445 4.033286492145472 5.904473529986322 4.033286492145472 5.904473529986322 C3.2091248762097777 5.6860714983395235 2.5113833311550744 5.495604610275449 2.0470326861883557 5.19339714788044 C1.828228717355875 5.051181871459273 1.6993774912656292 4.908966595038095 1.6313051454066387 4.764211760109397 C1.5656639547568887 4.629615159210781 1.5291966266181425 4.439148271146704 1.5826820412216411 4.142019925766749 C1.6531855422898862 3.766165266653644 1.828228717355875 3.532525883961708 2.0737753934901075 3.369994139480373 C2.3387713112983395 3.194764602461414 2.7131692135228107 3.085563586638014 3.1750887032802817 3.0474702090251964 C4.106221148422969 2.9687438952920466 5.195378682166888 3.182066809923809 5.944174486615839 3.3649150224653233 C6.257793508609071 3.4436413361984695 6.571412530602288 3.240476655596792 6.646778342089049 2.912873608126589 C6.7221441535757895 2.58527056065638 6.525220581626555 2.2602070716936886 6.211601559633325 2.1840203164680583 C5.75697553550361 2.0722797421371326 5.137030957144901 1.9376831412385256 4.473325585019693 1.8665755030279387 C4.473325585019693 1.8665755030279387 4.473325585019693 0.6094940418050403 4.473325585019693 0.6094940418050403 Z" vector-effect="non-scaling-stroke"/></defs><g transform="translate(-0.3895416593093724, 0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(255, 255, 255);" d="M4.473325585019693 0.6094940418050403 C4.473325585019693 0.27173276030474725 4.21319197762996 0 3.8898483347997344 0 C3.566504691969501 0 3.306371084579773 0.27173276030474725 3.306371084579773 0.6094940418050403 C3.306371084579773 0.6094940418050403 3.306371084579773 1.820863449892557 3.306371084579773 1.820863449892557 C3.2310052730930274 1.8234030084000792 3.15563946160628 1.828482125415124 3.0802736501195396 1.8361008009376798 C2.51624564157358 1.8843524125805817 1.9327683913536193 2.0240281304942385 1.4465373495036506 2.346552060949402 C0.9408570659796861 2.681773783942174 0.571321474173711 3.1998437194764633 0.43760793766496975 3.9159992185973747 C0.3427928845042266 4.43152959562414 0.3889848334799734 4.901347919515533 0.58590840542921 5.317835514748967 C0.780400822169197 5.724164875952341 1.0940198441624245 6.018753662824768 1.4319504182481526 6.237155694471572 C2.0689130830716103 6.648564172689977 2.9368354927738034 6.87966399687438 3.6904936076412476 7.080289118968551 C3.6904936076412476 7.080289118968551 3.746410177453991 7.095526470013681 3.746410177453991 7.095526470013681 C4.570571793389688 7.313928501660496 5.268313338444392 7.504395389724569 5.732663983411099 7.806602852119557 C5.9514679522436005 7.94881812854073 6.080319178333837 8.09103340496191 6.148391524192833 8.235788239890605 C6.214032714842565 8.370384840789201 6.250500042981322 8.560851728853295 6.197014628377831 8.857980074233247 C6.126511127309577 9.231295174838841 5.871239830338352 9.541121312756403 5.358266081186627 9.744285993358076 C4.833136555988667 9.952529790974785 4.094065372376721 10.021097870677876 3.2285741178837766 9.89411994530183 C2.6791330405933134 9.810314514553635 1.7261201985673826 9.571596014846644 1.2107152942064157 9.33287751513967 C0.9165455138871873 9.195741355733539 0.571321474173711 9.33541707364719 0.4400390928742198 9.64270365305724 C0.30875671157472895 9.94999023246728 0.4424702480834705 10.310607540535253 0.7366400284026995 10.447743699941388 C1.3857584692724045 10.747411603828889 2.457897916551581 11.006446571595996 3.0632555636547885 11.097870677866768 C3.0632555636547885 11.097870677866768 3.0656867188640433 11.097870677866768 3.0656867188640433 11.097870677866768 C3.1459148407692856 11.11056847040439 3.2261429626745293 11.120726704434455 3.306371084579773 11.128345379957027 C3.306371084579773 11.128345379957027 3.306371084579773 12.390505958194943 3.306371084579773 12.390505958194943 C3.306371084579773 12.728267239695237 3.566504691969501 12.999999999999988 3.8898483347997344 12.999999999999988 C4.21319197762996 12.999999999999988 4.473325585019693 12.728267239695237 4.473325585019693 12.390505958194943 C4.473325585019693 12.390505958194943 4.473325585019693 11.156280523539754 4.473325585019693 11.156280523539754 C4.942538540404911 11.123266262941977 5.3825776332791335 11.031842156671223 5.773993621968357 10.876929087712444 C6.5495321337190555 10.569642508302413 7.176770177705515 9.983004493065057 7.3420887319344965 9.084000781402635 C7.436903785095233 8.568470404375844 7.390711836119494 8.098652080484461 7.193788264170257 7.682164485251027 C6.9992958474302664 7.275835124047656 6.685676825437042 6.9812463371752305 6.347746251351311 6.762844305528428 C5.710783586527867 6.351435827310024 4.842861176825662 6.12033600312561 4.089203061958223 5.919710881031445 C4.089203061958223 5.919710881031445 4.033286492145472 5.904473529986322 4.033286492145472 5.904473529986322 C3.2091248762097777 5.6860714983395235 2.5113833311550744 5.495604610275449 2.0470326861883557 5.19339714788044 C1.828228717355875 5.051181871459273 1.6993774912656292 4.908966595038095 1.6313051454066387 4.764211760109397 C1.5656639547568887 4.629615159210781 1.5291966266181425 4.439148271146704 1.5826820412216411 4.142019925766749 C1.6531855422898862 3.766165266653644 1.828228717355875 3.532525883961708 2.0737753934901075 3.369994139480373 C2.3387713112983395 3.194764602461414 2.7131692135228107 3.085563586638014 3.1750887032802817 3.0474702090251964 C4.106221148422969 2.9687438952920466 5.195378682166888 3.182066809923809 5.944174486615839 3.3649150224653233 C6.257793508609071 3.4436413361984695 6.571412530602288 3.240476655596792 6.646778342089049 2.912873608126589 C6.7221441535757895 2.58527056065638 6.525220581626555 2.2602070716936886 6.211601559633325 2.1840203164680583 C5.75697553550361 2.0722797421371326 5.137030957144901 1.9376831412385256 4.473325585019693 1.8665755030279387 C4.473325585019693 1.8665755030279387 4.473325585019693 0.6094940418050403 4.473325585019693 0.6094940418050403 Z" vector-effect="non-scaling-stroke"/></g></g></svg>');
  background-repeat: no-repeat;
  width: 7px;
}
.DecisionPendingComponent-toggleHeader span {
  padding-left: 9px;
}
@media screen and (min-width: 1023px) {
  .DecisionPendingComponent-toggleHeader {
    margin-top: 16px;
  }
}
.DecisionPendingComponent-toggleHeader.is-collapsed::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 17 17" width="19" height="19"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path d="M8.5,1.59375c3.81422,0 6.90625,3.09203 6.90625,6.90625c0,3.81422 -3.09203,6.90625 -6.90625,6.90625c-3.81422,0 -6.90625,-3.09203 -6.90625,-6.90625c0,-3.81422 3.09203,-6.90625 6.90625,-6.90625zM8.5,17c4.69442,0 8.5,-3.80558 8.5,-8.5c0,-4.69442 -3.80558,-8.5 -8.5,-8.5c-4.69442,0 -8.5,3.80558 -8.5,8.5c0,4.69442 3.80558,8.5 8.5,8.5zM7.70313,11.42188c0,0.4416 0.35527,0.79688 0.79688,0.79688c0.4416,0 0.79688,-0.35527 0.79688,-0.79687v-2.125h2.125c0.4416,0 0.79688,-0.35527 0.79688,-0.79687c0,-0.4416 -0.35527,-0.79687 -0.79687,-0.79687h-2.125v-2.125c0,-0.4416 -0.35527,-0.79687 -0.79687,-0.79687c-0.4416,0 -0.79687,0.35527 -0.79687,0.79688v2.125h-2.125c-0.4416,0 -0.79687,0.35527 -0.79687,0.79688c0,0.4416 0.35527,0.79688 0.79688,0.79688h2.125z" style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(255, 255, 255);" vector-effect="non-scaling-stroke"/></g><defs><path id="path-174490891257887237" d="M8.5,1.59375c3.81422,0 6.90625,3.09203 6.90625,6.90625c0,3.81422 -3.09203,6.90625 -6.90625,6.90625c-3.81422,0 -6.90625,-3.09203 -6.90625,-6.90625c0,-3.81422 3.09203,-6.90625 6.90625,-6.90625zM8.5,17c4.69442,0 8.5,-3.80558 8.5,-8.5c0,-4.69442 -3.80558,-8.5 -8.5,-8.5c-4.69442,0 -8.5,3.80558 -8.5,8.5c0,4.69442 3.80558,8.5 8.5,8.5zM7.70313,11.42188c0,0.4416 0.35527,0.79688 0.79688,0.79688c0.4416,0 0.79688,-0.35527 0.79688,-0.79687v-2.125h2.125c0.4416,0 0.79688,-0.35527 0.79688,-0.79687c0,-0.4416 -0.35527,-0.79687 -0.79687,-0.79687h-2.125v-2.125c0,-0.4416 -0.35527,-0.79687 -0.79687,-0.79687c-0.4416,0 -0.79687,0.35527 -0.79687,0.79688v2.125h-2.125c-0.4416,0 -0.79687,0.35527 -0.79687,0.79688c0,0.4416 0.35527,0.79688 0.79688,0.79688h2.125z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  width: 19px;
  height: 19px;
}
.DecisionPendingComponent-toggleHeader:not(.is-collapsed)::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" overflow="visible" preserveAspectRatio="none" viewBox="0 0 19 19" width="19" height="19"><g transform="translate(0, 0)"><g transform="translate(0, 0) rotate(0)"><path style="stroke-width: 0; stroke-linecap: butt; stroke-linejoin: miter; fill: rgb(255, 255, 255);" d="M9.5,1.78125c4.26295,0 7.71875,3.4558 7.71875,7.71875c0,4.26295 -3.4558,7.71875 -7.71875,7.71875c-4.26295,0 -7.71875,-3.4558 -7.71875,-7.71875c0,-4.26295 3.4558,-7.71875 7.71875,-7.71875zM9.5,19c5.24671,0 9.5,-4.25329 9.5,-9.5c0,-5.24671 -4.25329,-9.5 -9.5,-9.5c-5.24671,0 -9.5,4.25329 -9.5,9.5c0,5.24671 4.25329,9.5 9.5,9.5zM10.39062,10.39063h2.375c0.49355,0 0.89063,-0.39707 0.89063,-0.89063c0,-0.49355 -0.39707,-0.89062 -0.89062,-0.89062h-2.375h-1.78125h-2.375c-0.49355,0 -0.89062,0.39707 -0.89062,0.89063c0,0.49355 0.39707,0.89063 0.89062,0.89063h2.375z" vector-effect="non-scaling-stroke"/></g><defs><path id="path-1744905665348279" d="M9.5,1.78125c4.26295,0 7.71875,3.4558 7.71875,7.71875c0,4.26295 -3.4558,7.71875 -7.71875,7.71875c-4.26295,0 -7.71875,-3.4558 -7.71875,-7.71875c0,-4.26295 3.4558,-7.71875 7.71875,-7.71875zM9.5,19c5.24671,0 9.5,-4.25329 9.5,-9.5c0,-5.24671 -4.25329,-9.5 -9.5,-9.5c-5.24671,0 -9.5,4.25329 -9.5,9.5c0,5.24671 4.25329,9.5 9.5,9.5zM10.39062,10.39063h2.375c0.49355,0 0.89063,-0.39707 0.89063,-0.89063c0,-0.49355 -0.39707,-0.89062 -0.89062,-0.89062h-2.375h-1.78125h-2.375c-0.49355,0 -0.89062,0.39707 -0.89062,0.89063c0,0.49355 0.39707,0.89063 0.89062,0.89063h2.375z" vector-effect="non-scaling-stroke"/></defs></g></svg>');
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  width: 19px;
  height: 19px;
}

.DecisionPendingComponent-FaqsDialog {
  margin: 11px 16px;
}
.DecisionPendingComponent-FaqsDialog .uxpin-body2 {
  line-height: 16px;
}
.DecisionPendingComponent-FaqsDialog.CheckoutDialog-ui-dialog-content {
  padding: 0 16px;
}
.DecisionPendingComponent-FaqsDialog ol {
  padding-bottom: 18px;
}
.DecisionPendingComponent-FaqsDialog ol li {
  list-style: auto;
  padding-bottom: 18px;
}
.DecisionPendingComponent-FaqsDialog button {
  max-width: -webkit-fill-available;
  max-width: stretch;
}

.LPDetails-summary {
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  background-image: linear-gradient(#fafafa, #fafafa), linear-gradient(90deg, #0069c8, #80b010);
  background-color: #fafafa;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  border-radius: 4px;
  border-top-width: 6px;
  border-color: transparent;
  border-style: solid;
  background-color: #fafafa;
  margin-bottom: 16px;
  font-size: 14px;
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 28px;
  justify-content: center;
}
.LPDetails-summary .lpDetails-container {
  min-width: 35%;
}
.LPDetails-summary .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 9px;
  line-height: 20px;
  padding: 0px 8px;
}
.LPDetails-summary .row.bold {
  font-weight: 600;
  background: #91c712;
  border-radius: 4px;
}
.LPDetails-summary .row.bold .label {
  margin-bottom: 0;
}
.LPDetails-summary .label {
  text-align: left;
  font-weight: unset;
  margin: unset;
}
.LPDetails-summary .value {
  text-align: right;
}
.LPDetails-summary .value .perMonth {
  font-size: 12px;
}
.LPDetails-summary .footnote {
  font-size: 12px;
  line-height: 20px;
}
.LPDetails-summary .footnote img.notice {
  vertical-align: text-bottom;
  margin-right: 4px;
}

a.LPDetails-faq {
  color: #0069c8;
  font-weight: 600;
  text-decoration: underline;
}

.LPDetails-about h2 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}
.LPDetails-about ul {
  list-style: disc;
}
.LPDetails-about li {
  list-style: disc;
  margin-left: 16px;
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
}

.LPDetails-infoIcon {
  display: block;
}
.LPDetails-infoIcon .CheckoutTooltip-icon {
  width: 20px;
  height: 20px;
  margin-left: 0;
}
.LPDetails-infoIcon .CheckoutTooltip-icon::after {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.LPDetails-sm {
  font-size: 40%;
  top: 0;
  vertical-align: super;
}

/* Pie Chart */
#pieRect {
  position: relative;
  background: #fafafa;
  width: 96px;
  height: 96px;
}
@media screen and (max-width: 390) {
  #pieRect {
    width: 86px;
    height: 75px;
  }
}

#pieCircleOuter {
  position: absolute;
  background: #0069c8;
  width: 100%;
  height: 100%;
  clip-path: circle(50%);
}

#pieClip {
  position: absolute;
  background: #91c712;
  width: 100%;
  height: 100%;
}

#pieCircleInner {
  position: absolute;
  background: #fafafa;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  clip-path: circle(50%);
}

/* Old layout for Canada*/
.is-hidden {
  display: none;
}

.canadaHomepage {
  width: 100%;
}
.canadaHomepage .section--favorite-brands-redesign .section__heading {
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 300;
  margin: 0.5em 0.25em;
  text-align: start;
  text-transform: initial;
  color: #000;
  font-size: 26px;
  line-height: 1;
}
.canadaHomepage .home-rd-tiles {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .canadaHomepage .home-rd-tiles {
    flex-wrap: wrap;
  }
  .canadaHomepage .home-rd-tiles .home-tile {
    justify-content: space-around;
    width: 49%;
    margin: 0.6em 0;
  }
}
.canadaHomepage .home-rd-tiles .home-tile__img {
  padding-top: 3em;
  background-color: #fff;
  background-size: contain;
  height: 10rem;
  background-repeat: no-repeat;
  background-position: 50%;
}
.canadaHomepage .hp-hero-section {
  aspect-ratio: 1.49;
}
.canadaHomepage .section-browse-deal .home-browe-deal-rd {
  width: 100%;
}
.canadaHomepage .section-browse-deal .deals-item-rd-footer h3 {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #1650a8;
  margin-top: 0.75em;
}
.canadaHomepage .section-browse-deal .deals-item-rd-footer p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  margin-top: 0.3em;
}
.canadaHomepage .section-browse-deal .promo__container {
  background-size: cover;
  background-position: top center;
  width: 100%;
  aspect-ratio: 1.67;
}
.canadaHomepage .recommendations-items .recommend-carousel .tile-recommendations a {
  display: block;
  margin-top: 2px;
}
.canadaHomepage .section--recently-viewed {
  display: flex;
}
.canadaHomepage .section--recently-viewed .last-visited {
  width: 85vw;
}
.canadaHomepage .recommendations-items .category-heading.padded-heading {
  margin: 0.5em 0;
  text-align: start;
  text-transform: initial;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.canadaHomepage .slick-track {
  margin: 2px;
}
.canadaHomepage .carousel-container .slick-prev {
  left: -27px;
}
.canadaHomepage .carousel-container .slick-next {
  right: -27px;
}
.canadaHomepage .carousel-grid-item .slick-slide {
  margin-right: 25px;
  margin-bottom: 0;
}
.canadaHomepage .capture-product-id {
  display: none;
}
.canadaHomepage .recommendations-items {
  width: 100%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canadaHomepage .recommendations-items .glider {
  overflow-y: visible;
  overflow-x: scroll;
  margin-bottom: 1em;
}
.canadaHomepage .recommendations-items .favorites {
  display: none;
}
.canadaHomepage .recommendations-items .search-result-items {
  margin: 0 auto;
  display: flex;
  gap: 12px;
}
.canadaHomepage .recommendations-items .search-result-items .product-tile {
  background: none repeat scroll 0 0 #ffffff;
  box-shadow: 0 0 4px 0 #BABABA;
  padding-bottom: 20px;
  height: calc(100% - 20px) !important;
}
.canadaHomepage .recommendations-items .search-result-items .product-tile .product-pricing .price_sec {
  flex-direction: column;
  justify-content: flex-end;
}
.canadaHomepage .recommendations-items .search-result-items .product-tile .product-pricing .product-sales-price {
  margin-left: 0;
}
.canadaHomepage .recommendations-items .search-result-items .product-tile .product-name {
  font-size: 14px;
}
.canadaHomepage .recommendations-items .recommendations .carousel-grid-item script {
  display: none !important;
}
.canadaHomepage .recently-viewed {
  width: 100%;
  background: #F0F0F0;
  overflow-x: hidden;
}
.canadaHomepage .recently-viewed .favorites {
  display: none;
}
.canadaHomepage .recently-viewed .category-heading {
  margin: 50px 0 35px 0;
}
@media screen and (max-width: 1023px) {
  .canadaHomepage .recently-viewed .category-heading {
    margin: 37px 0 27px;
  }
}
.canadaHomepage .recently-viewed .glider-next, .canadaHomepage .recently-viewed .glider-prev {
  user-select: none;
  position: absolute;
  outline: 0;
  background: 0 0;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  border: 0;
  top: 50%;
  cursor: pointer;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.canadaHomepage .recently-viewed .glider-next {
  right: 1%;
}
.canadaHomepage .recently-viewed .glider-prev {
  left: 1%;
}
.canadaHomepage .recently-viewed .product-tile .monthly-payment-title {
  -ms-flex-pack: normal;
  justify-content: normal;
  color: #404040;
  position: relative;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0 6%;
}
.canadaHomepage .recently-viewed .product-tile .monthly-payment-title .productprice-wrap {
  text-align: inherit;
  font-family: apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: 0.12px;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.canadaHomepage .recently-viewed .product-tile .product-name {
  font-size: 14px;
  margin: 0 6%;
}
.canadaHomepage .recently-viewed .product-tile .per-month {
  margin: 0 6%;
}
.canadaHomepage .recently-viewed .product-tile a {
  text-align: left;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #404040;
}
.canadaHomepage .recently-viewed .product-tile a:focus {
  outline: 1px solid #0069C8;
}
.canadaHomepage .recently-viewed .product-tile a .brand {
  color: #404040;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.canadaHomepage .recently-viewed .product-tile a .product-brand {
  margin-bottom: 0.25em;
  overflow: hidden;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 6%;
}
.canadaHomepage .recently-viewed .product-tile a .product-name {
  height: 55px;
  overflow: hidden;
  padding-bottom: 6px;
}
.canadaHomepage .recently-viewed .product-tile .stars-rating-grid {
  margin: 0 6%;
}
.canadaHomepage .product-tile .temporarily-out-stock {
  background-color: #525252;
  color: #ffffff;
  padding: 0.5em;
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-weight: 700;
  opacity: 0.9;
}
.canadaHomepage .product-tile .temporarily-out-stock span {
  display: none;
}
.canadaHomepage .product-tile .temporarily-out-stock em::before {
  font-style: normal;
  font-weight: 700;
  color: #ffffff;
  content: "Out of stock";
}
.canadaHomepage .deals-item-rd-wrap {
  margin: 2em 0 0;
}
@media (min-width: 768px) {
  .canadaHomepage .recommendations-items .category-heading.padded-heading {
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 0;
  }
  .canadaHomepage .product-tile a {
    padding: 0 7.41%;
  }
  .canadaHomepage .partial-width-slot {
    width: 100%;
  }
  .canadaHomepage .section-browse-deal .promo__container {
    background-size: cover;
    background-position: top center;
    aspect-ratio: 2.74;
  }
  .canadaHomepage .hp-hero-section {
    aspect-ratio: 3.26;
  }
  .canadaHomepage .section--favorite-brands-redesign {
    padding: 3em 10em 4em 10em;
    font-size: 1vw;
  }
}
@media (min-width: 1130px) {
  .canadaHomepage .section--recently-viewed {
    padding: 2rem 7%;
    font-size: 1em;
  }
  .canadaHomepage .recommendations-items .category-heading.padded-heading {
    margin-top: 0;
    font-size: 32px;
    letter-spacing: 0;
  }
  .canadaHomepage .recently-viewed .glider-next {
    right: 4%;
  }
  .canadaHomepage .recently-viewed .glider-prev {
    left: 4%;
  }
  .canadaHomepage .section-browse-deal .promo__container {
    background-size: cover;
    background-position: top center;
    aspect-ratio: 1.67;
  }
  .canadaHomepage .hp-hero-section {
    aspect-ratio: 2.93;
  }
}
@media (min-width: 1440px) {
  .canadaHomepage .section--recently-viewed {
    padding: 2rem 0;
  }
  .canadaHomepage .recently-viewed .glider-next {
    right: 10%;
  }
  .canadaHomepage .recently-viewed .glider-prev {
    left: 10%;
  }
}
@media screen and (max-width: 1023px) {
  .canadaHomepage .recommendations-items .recommendations .carousel-container {
    max-width: 100%;
  }
  .canadaHomepage .carousel-container .slick-prev {
    left: -16px;
  }
}
@media (min-width: 1920px) {
  .canadaHomepage .homepage-rd-categories-header {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .canadaHomepage .recently-viewed .product-tile .monthly-payment-title, .canadaHomepage .recently-viewed .product-tile .per-month {
    margin: 0;
  }
}

/*# sourceMappingURL=homepage-redesign-2024.css.map */